@dodoex/widgets 3.0.2-zetachain.55 → 3.0.2-zetachain.56

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.
@@ -28,4 +28,4 @@
28
28
  object-assign
29
29
  (c) Sindre Sorhus
30
30
  @license MIT
31
- */function dc(){if(Yd)return Gd;Yd=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;return Gd=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var i={};return"abcdefghijklmnopqrst".split("").forEach((function(e){i[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},i)).join("")}catch(e){return!1}}()?Object.assign:function(i,o){for(var r,a,s=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(i),l=1;l<arguments.length;l++){for(var d in r=Object(arguments[l]))t.call(r,d)&&(s[d]=r[d]);if(e){a=e(r);for(var c=0;c<a.length;c++)n.call(r,a[c])&&(s[a[c]]=r[a[c]])}}return s},Gd}function cc(){if(Kd)return Xd;Kd=1;return Xd="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function uc(){return ec?Jd:(ec=1,Jd=Function.call.bind(Object.prototype.hasOwnProperty))}if("production"!==process.env.NODE_ENV){var pc=lc();Wd.exports=function(){if(oc)return ic;oc=1;var e=lc(),t=dc(),n=cc(),i=uc(),o=function(){if(nc)return tc;nc=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=cc(),n={},i=uc();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function o(o,r,a,s,l){if("production"!==process.env.NODE_ENV)for(var d in o)if(i(o,d)){var c;try{if("function"!=typeof o[d]){var u=Error((s||"React class")+": "+a+" type `"+d+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof o[d]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw u.name="Invariant Violation",u}c=o[d](r,d,s,a,null,t)}catch(e){c=e}if(!c||c instanceof Error||e((s||"React class")+": type specification of "+a+" `"+d+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof c+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),c instanceof Error&&!(c.message in n)){n[c.message]=!0;var p=l?l():"";e("Failed "+a+" type: "+c.message+(null!=p?p:""))}}}return o.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(n={})},tc=o}(),r=function(){};function a(){return null}return"production"!==process.env.NODE_ENV&&(r=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),ic=function(s,l){var d="function"==typeof Symbol&&Symbol.iterator,c="@@iterator",u="<<anonymous>>",p={array:g("array"),bigint:g("bigint"),bool:g("boolean"),func:g("function"),number:g("number"),object:g("object"),string:g("string"),symbol:g("symbol"),any:x(a),arrayOf:function(e){return x((function(t,i,o,r,a){if("function"!=typeof e)return new m("Property `"+a+"` of component `"+o+"` has invalid PropType notation inside arrayOf.");var s=t[i];if(!Array.isArray(s))return new m("Invalid "+r+" `"+a+"` of type `"+v(s)+"` supplied to `"+o+"`, expected an array.");for(var l=0;l<s.length;l++){var d=e(s,l,o,r,a+"["+l+"]",n);if(d instanceof Error)return d}return null}))},element:x((function(e,t,n,i,o){var r=e[t];return s(r)?null:new m("Invalid "+i+" `"+o+"` of type `"+v(r)+"` supplied to `"+n+"`, expected a single ReactElement.")})),elementType:x((function(t,n,i,o,r){var a=t[n];return e.isValidElementType(a)?null:new m("Invalid "+o+" `"+r+"` of type `"+v(a)+"` supplied to `"+i+"`, expected a single ReactElement type.")})),instanceOf:function(e){return x((function(t,n,i,o,r){if(!(t[n]instanceof e)){var a=e.name||u;return new m("Invalid "+o+" `"+r+"` of type `"+((s=t[n]).constructor&&s.constructor.name?s.constructor.name:u)+"` supplied to `"+i+"`, expected instance of `"+a+"`.")}var s;return null}))},node:x((function(e,t,n,i,o){return y(e[t])?null:new m("Invalid "+i+" `"+o+"` supplied to `"+n+"`, expected a ReactNode.")})),objectOf:function(e){return x((function(t,o,r,a,s){if("function"!=typeof e)return new m("Property `"+s+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var l=t[o],d=v(l);if("object"!==d)return new m("Invalid "+a+" `"+s+"` of type `"+d+"` supplied to `"+r+"`, expected an object.");for(var c in l)if(i(l,c)){var u=e(l,c,r,a,s+"."+c,n);if(u instanceof Error)return u}return null}))},oneOf:function(e){return Array.isArray(e)?x((function(t,n,i,o,r){for(var a=t[n],s=0;s<e.length;s++)if(h(a,e[s]))return null;var l=JSON.stringify(e,(function(e,t){return"symbol"===b(t)?String(t):t}));return new m("Invalid "+o+" `"+r+"` of value `"+String(a)+"` supplied to `"+i+"`, expected one of "+l+".")})):("production"!==process.env.NODE_ENV&&r(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),a)},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&r("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var t=0;t<e.length;t++){var o=e[t];if("function"!=typeof o)return r("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+C(o)+" at index "+t+"."),a}return x((function(t,o,r,a,s){for(var l=[],d=0;d<e.length;d++){var c=(0,e[d])(t,o,r,a,s,n);if(null==c)return null;c.data&&i(c.data,"expectedType")&&l.push(c.data.expectedType)}return new m("Invalid "+a+" `"+s+"` supplied to `"+r+"`"+(l.length>0?", expected one of type ["+l.join(", ")+"]":"")+".")}))},shape:function(e){return x((function(t,i,o,r,a){var s=t[i],l=v(s);if("object"!==l)return new m("Invalid "+r+" `"+a+"` of type `"+l+"` supplied to `"+o+"`, expected `object`.");for(var d in e){var c=e[d];if("function"!=typeof c)return f(o,r,a,d,b(c));var u=c(s,d,o,r,a+"."+d,n);if(u)return u}return null}))},exact:function(e){return x((function(o,r,a,s,l){var d=o[r],c=v(d);if("object"!==c)return new m("Invalid "+s+" `"+l+"` of type `"+c+"` supplied to `"+a+"`, expected `object`.");var u=t({},o[r],e);for(var p in u){var h=e[p];if(i(e,p)&&"function"!=typeof h)return f(a,s,l,p,b(h));if(!h)return new m("Invalid "+s+" `"+l+"` key `"+p+"` supplied to `"+a+"`.\nBad object: "+JSON.stringify(o[r],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var x=h(d,p,a,s,l+"."+p,n);if(x)return x}return null}))}};function h(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function m(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function x(e){if("production"!==process.env.NODE_ENV)var t={},i=0;function o(o,a,s,d,c,p,h){if(d=d||u,p=p||s,h!==n){if(l){var x=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw x.name="Invariant Violation",x}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var g=d+":"+s;!t[g]&&i<3&&(r("You are manually calling a React.PropTypes validation function for the `"+p+"` prop on `"+d+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[g]=!0,i++)}}return null==a[s]?o?null===a[s]?new m("The "+c+" `"+p+"` is marked as required in `"+d+"`, but its value is `null`."):new m("The "+c+" `"+p+"` is marked as required in `"+d+"`, but its value is `undefined`."):null:e(a,s,d,c,p)}var a=o.bind(null,!1);return a.isRequired=o.bind(null,!0),a}function g(e){return x((function(t,n,i,o,r,a){var s=t[n];return v(s)!==e?new m("Invalid "+o+" `"+r+"` of type `"+b(s)+"` supplied to `"+i+"`, expected `"+e+"`.",{expectedType:e}):null}))}function f(e,t,n,i,o){return new m((e||"React class")+": "+t+" type `"+n+"."+i+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+o+"`.")}function y(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(y);if(null===e||s(e))return!0;var t=function(e){var t=e&&(d&&e[d]||e[c]);if("function"==typeof t)return t}(e);if(!t)return!1;var n,i=t.call(e);if(t!==e.entries){for(;!(n=i.next()).done;)if(!y(n.value))return!1}else for(;!(n=i.next()).done;){var o=n.value;if(o&&!y(o[1]))return!1}return!0;default:return!1}}function v(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function b(e){if(null==e)return""+e;var t=v(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function C(e){var t=b(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return m.prototype=Error.prototype,p.checkPropTypes=o,p.resetWarningCache=o.resetWarningCache,p.PropTypes=p,p},ic}()(pc.isElement,!0)}else Wd.exports=function(){if(ac)return rc;ac=1;var e=cc();function t(){}function n(){}return n.resetWarningCache=t,rc=function(){function i(t,n,i,o,r,a){if(a!==e){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function o(){return i}i.isRequired=i;var r={array:i,bigint:i,bool:i,func:i,number:i,object:i,string:i,symbol:i,any:i,arrayOf:o,element:i,elementType:i,instanceOf:o,node:i,objectOf:o,oneOf:o,oneOfType:o,shape:o,exact:o,checkPropTypes:n,resetWarningCache:t};return r.PropTypes=r,r}}()();var hc=q(Wd.exports);function mc(e,t){return"production"===process.env.NODE_ENV?()=>null:function(...n){return e(...n)||t(...n)}}function xc(e,t,n,i,o){const r=e[t],a=o||t;if(null==r||"undefined"==typeof window)return null;let s;const l=r.type;return"function"!=typeof l||function(e){const{prototype:t={}}=e;return Boolean(t.isReactComponent)}(l)||(s="Did you accidentally use a plain function component for an element instead?"),void 0!==s?new Error(`Invalid ${i} \`${a}\` supplied to \`${n}\`. Expected an element that can hold a ref. ${s} For more information see https://mui.com/r/caveat-with-refs-guide`):null}const gc=mc(hc.element,xc);gc.isRequired=mc(hc.element.isRequired,xc);const fc="exact-prop: ​";function yc(e){return e&&e.ownerDocument||document}const vc="undefined"!=typeof window?P.useLayoutEffect:P.useEffect;function bc(e){const t=P.useRef(e);return vc((()=>{t.current=e})),P.useRef(((...e)=>(0,t.current)(...e))).current}function Cc(...e){return P.useMemo((()=>e.every((e=>null==e))?null:t=>{e.forEach((e=>{!function(e,t){"function"==typeof e?e(t):e&&(e.current=t)}(e,t)}))}),e)}const jc={};const wc=[];class kc{static create(){return new kc}currentId=null;start(e,t){this.clear(),this.currentId=setTimeout((()=>{this.currentId=null,t()}),e)}clear=()=>{null!==this.currentId&&(clearTimeout(this.currentId),this.currentId=null)};disposeEffect=()=>this.clear}function Tc(){const e=function(e,t){const n=P.useRef(jc);return n.current===jc&&(n.current=e(t)),n}(kc.create).current;var t;return t=e.disposeEffect,P.useEffect(t,wc),e}const Bc={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function Ic(e){var t,n,i="";if("string"==typeof e||"number"==typeof e)i+=e;else if("object"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(n=Ic(e[t]))&&(i&&(i+=" "),i+=n)}else for(n in e)e[n]&&(i&&(i+=" "),i+=n);return i}function Ec(){for(var e,t,n=0,i="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=Ic(e))&&(i&&(i+=" "),i+=t);return i}function Ac(e,t=[]){if(void 0===e)return{};const n={};return Object.keys(e).filter((n=>n.match(/^on[A-Z]/)&&"function"==typeof e[n]&&!t.includes(n))).forEach((t=>{n[t]=e[t]})),n}function Sc(e){if(void 0===e)return{};const t={};return Object.keys(e).filter((t=>!(t.match(/^on[A-Z]/)&&"function"==typeof e[t]))).forEach((n=>{t[n]=e[n]})),t}function Lc(e){const{elementType:t,externalSlotProps:n,ownerState:i,skipResolvingSlotProps:o=!1,...r}=e,a=o?{}:function(e,t,n){return"function"==typeof e?e(t,n):e}(n,i),{props:s,internalRef:l}=function(e){const{getSlotProps:t,additionalProps:n,externalSlotProps:i,externalForwardedProps:o,className:r}=e;if(!t){const e=Ec(n?.className,r,o?.className,i?.className),t={...n?.style,...o?.style,...i?.style},a={...n,...o,...i};return e.length>0&&(a.className=e),Object.keys(t).length>0&&(a.style=t),{props:a,internalRef:void 0}}const a=Ac({...o,...i}),s=Sc(i),l=Sc(o),d=t(a),c=Ec(d?.className,n?.className,r,o?.className,i?.className),u={...d?.style,...n?.style,...o?.style,...i?.style},p={...d,...n,...l,...s};return c.length>0&&(p.className=c),Object.keys(u).length>0&&(p.style=u),{props:p,internalRef:d.ref}}({...r,externalSlotProps:a}),d=function(e,t,n){return void 0===e||"string"==typeof e?t:{...t,ownerState:{...t.ownerState,...n}}}(t,{...s,ref:Cc(l,a?.ref,e.additionalProps?.ref)},i);return d}function Rc(e){return e.substring(2).toLowerCase()}function Oc(e){const{children:t,disableReactTree:n=!1,mouseEvent:i="onClick",onClickAway:o,touchEvent:r="onTouchEnd"}=e,a=P.useRef(!1),s=P.useRef(null),l=P.useRef(!1),d=P.useRef(!1);P.useEffect((()=>(setTimeout((()=>{l.current=!0}),0),()=>{l.current=!1})),[]);const c=Cc((u=t)&&P.isValidElement(u)?u.props.propertyIsEnumerable("ref")?u.props.ref:u.ref:null,s);var u;const p=bc((e=>{const t=d.current;d.current=!1;const i=yc(s.current);if(!l.current||!s.current||"clientX"in e&&function(e,t){return t.documentElement.clientWidth<e.clientX||t.documentElement.clientHeight<e.clientY}(e,i))return;if(a.current)return void(a.current=!1);let r;r=e.composedPath?e.composedPath().indexOf(s.current)>-1:!i.documentElement.contains(e.target)||s.current.contains(e.target),r||!n&&t||o(e)})),h=e=>n=>{d.current=!0;const i=t.props[e];i&&i(n)},m={ref:c};return!1!==r&&(m[r]=h(r)),P.useEffect((()=>{if(!1!==r){const e=Rc(r),t=yc(s.current),n=()=>{a.current=!0};return t.addEventListener(e,p),t.addEventListener("touchmove",n),()=>{t.removeEventListener(e,p),t.removeEventListener("touchmove",n)}}}),[p,r]),!1!==i&&(m[i]=h(i)),P.useEffect((()=>{if(!1!==i){const e=Rc(i),t=yc(s.current);return t.addEventListener(e,p),()=>{t.removeEventListener(e,p)}}}),[p,i]),$.jsx(P.Fragment,{children:P.cloneElement(t,m)})}"production"!==process.env.NODE_ENV&&(Oc.propTypes={children:gc.isRequired,disableReactTree:hc.bool,mouseEvent:hc.oneOf(["onClick","onMouseDown","onMouseUp","onPointerDown","onPointerUp",!1]),onClickAway:hc.func.isRequired,touchEvent:hc.oneOf(["onTouchEnd","onTouchStart",!1])}),"production"!==process.env.NODE_ENV&&(Oc.propTypes=function(e){return"production"===process.env.NODE_ENV?e:{...e,[fc]:t=>{const n=Object.keys(t).filter((t=>!e.hasOwnProperty(t)));return n.length>0?new Error(`The following props are not supported: ${n.map((e=>`\`${e}\``)).join(", ")}. Please remove them.`):null}}}(Oc.propTypes));const Mc="base";function Pc(e,t){const n=Bc[t];return n?`${Mc}--${n}`:function(e,t){return`${Mc}-${e}-${t}`}(e,t)}const _c="Snackbar";function Fc(e){return Pc(_c,e)}!function(e,t){const n={};t.forEach((t=>{n[t]=Pc(e,t)}))}(_c,["root"]);const Nc={disableDefaultClasses:!1},Dc=P.createContext(Nc);"production"!==process.env.NODE_ENV&&(Dc.displayName="ClassNameConfiguratorContext");const qc=()=>function(e,t,n){const i={};for(const o in e){const r=e[o];let a="";for(let e=0;e<r.length;e+=1){const i=r[e];i&&(a+=t(i)+" ",n&&n[i]&&(a+=n[i]+" "))}i[o]=a}return i}({root:["root"]},function(e){const{disableDefaultClasses:t}=P.useContext(Dc);return n=>t?"":e(n)}(Fc)),Uc=P.forwardRef((function(e,t){const{autoHideDuration:n=null,children:i,disableWindowBlurListener:o=!1,exited:r=!0,onBlur:a,onClose:s,onFocus:l,onMouseEnter:d,onMouseLeave:c,open:u,resumeHideDuration:p,slotProps:h={},slots:m={},...x}=e,g=qc(),{getRootProps:f,onClickAway:y}=function(e={}){const{autoHideDuration:t=null,disableWindowBlurListener:n=!1,onClose:i,open:o,resumeHideDuration:r}=e,a=Tc();P.useEffect((()=>{if(o)return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)};function e(e){e.defaultPrevented||"Escape"===e.key&&i?.(e,"escapeKeyDown")}}),[o,i]);const s=bc(((e,t)=>{i?.(e,t)})),l=bc((e=>{i&&null!=e&&a.start(e,(()=>{s(null,"timeout")}))}));P.useEffect((()=>(o&&l(t),a.clear)),[o,t,l,a]);const d=a.clear,c=P.useCallback((()=>{null!=t&&l(null!=r?r:.5*t)}),[t,r,l]),u=e=>t=>{const n=e.onFocus;n?.(t),d()},p=e=>t=>{const n=e.onMouseEnter;n?.(t),d()},h=e=>t=>{const n=e.onMouseLeave;n?.(t),c()};return P.useEffect((()=>{if(!n&&o)return window.addEventListener("focus",c),window.addEventListener("blur",d),()=>{window.removeEventListener("focus",c),window.removeEventListener("blur",d)}}),[n,o,c,d]),{getRootProps:(t={})=>{const n={...Ac(e),...Ac(t)};return{role:"presentation",...t,...n,onBlur:(i=n,e=>{const t=i.onBlur;t?.(e),c()}),onFocus:u(n),onMouseEnter:p(n),onMouseLeave:h(n)};var i},onClickAway:e=>{i?.(e,"clickaway")}}}({...e,autoHideDuration:n,disableWindowBlurListener:o,onClose:s,open:u,resumeHideDuration:p}),v=e,b=m.root||"div",C=Lc({elementType:b,getSlotProps:f,externalForwardedProps:x,externalSlotProps:h.root,additionalProps:{ref:t},ownerState:v,className:g.root}),j=Lc({elementType:Oc,externalSlotProps:h.clickAwayListener,additionalProps:{onClickAway:y},ownerState:v});return delete j.ownerState,!u&&r?null:$.jsx(Oc,{...j,children:$.jsx(b,{...C,children:i})})}));function Vc({size:e,color:i,time:o,strokeWidth:r=2,sx:a}){const[s,l]=n.useState("0 1069"),d=e/2,c=d-1;return n.useEffect((()=>{l(2*Math.PI*c+" 0")}),[]),$.jsx(t.Box,{width:e,height:e,component:"svg",sx:Object.assign({position:"absolute",top:`-${r}`,left:`-${r}`,transform:"rotate(-90deg)"},a),children:$.jsx(t.Box,{component:"circle",cx:d,cy:d,r:c,strokeWidth:r,stroke:i,fill:"none",strokeDasharray:s,sx:{transition:`stroke-dasharray ${o}`}})})}"production"!==process.env.NODE_ENV&&(Uc.propTypes={autoHideDuration:hc.number,children:hc.node,disableWindowBlurListener:hc.bool,exited:hc.bool,onClose:hc.func,open:hc.bool,resumeHideDuration:hc.number,slotProps:hc.shape({clickAwayListener:hc.oneOfType([hc.func,hc.shape({children:hc.element.isRequired,disableReactTree:hc.bool,mouseEvent:hc.oneOf(["onClick","onMouseDown","onMouseUp","onPointerDown","onPointerUp",!1]),onClickAway:hc.func,touchEvent:hc.oneOf(["onTouchEnd","onTouchStart",!1])})]),root:hc.oneOfType([hc.func,hc.object])}),slots:hc.shape({root:hc.elementType})});var Hc=n.memo(Vc);const Wc=u.create((e=>({notify:null,toast:t=>{e({notify:t})},close:()=>{e({notify:null})}}))),Zc={entering:"translateX(0)",entered:"translateX(0)",exiting:"translateX(500px)",exited:"translateX(500px)",unmounted:"translateX(500px)"};function $c(){const e=t.useTheme(),{notify:i,close:o}=Wc(),[r,a]=n.useState(!0),s=n.useRef(null),l=null==i?void 0:i.timeout,d=!!i;let c=$.jsxs("svg",{width:"36",height:"36",viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[$.jsx("circle",{cx:"18",cy:"18",r:"16.5",stroke:"#2FBA90",strokeWidth:"3"}),$.jsx("path",{d:"M25.1384 11.334L14.8873 21.5851L10.8584 17.5718L8.66504 19.7651L14.8873 25.9873L27.3317 13.5429L25.1384 11.334Z",fill:"#2FBA90"})]});switch(null==i?void 0:i.type){case"error":c=$.jsxs("svg",{width:"36",height:"37",viewBox:"0 0 36 37",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[$.jsx("circle",{cx:"18",cy:"18.5",r:"16.5",stroke:"#FF6187",strokeWidth:"3"}),$.jsx("path",{d:"M25.3331 13.0452L19.8782 18.5L25.3331 23.9548L23.5148 25.7731L18.06 20.3183L12.6051 25.7731L10.7869 23.9548L16.2417 18.5L10.7869 13.0452L12.6051 11.2269L18.06 16.6817L23.5148 11.2269L25.3331 13.0452Z",fill:"#FF6187"})]});break;case"warning":c=$.jsxs("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.4065 3.6189L9.62438 3.59576L3.39812 9.78928L3.37498 18.5714L9.5685 24.7976L18.3506 24.8208L24.5769 18.6273L24.6 9.84516L18.4065 3.6189ZM26.9359 8.88481L19.3791 1.28812L8.66403 1.25988L1.06734 8.81663L1.0391 19.5317L8.59585 27.1284L19.311 27.1567L26.9076 19.5999L26.9359 8.88481Z",fill:"#B15600"}),$.jsx("path",{d:"M15.1664 7.58398H12.8331V16.9173H15.1664V7.58398Z",fill:"#B15600"}),$.jsx("path",{d:"M13.9998 21.6395C14.8896 21.6395 15.6109 20.9181 15.6109 20.0283C15.6109 19.1386 14.8896 18.4172 13.9998 18.4172C13.11 18.4172 12.3887 19.1386 12.3887 20.0283C12.3887 20.9181 13.11 21.6395 13.9998 21.6395Z",fill:"#B15600"})]})}return $.jsx(t.Box,{component:Uc,open:d,autoHideDuration:l,onClose:(e,t)=>{"clickaway"!==t&&o()},exited:r,sx:{position:"fixed",top:20,left:20,right:20,zIndex:1,[e.breakpoints.up("tablet")]:{left:"auto"}},children:$.jsx(k.Transition,{timeout:{enter:400,exit:400},in:d,appear:!0,unmountOnExit:!0,onEnter:()=>{a(!1)},onExited:()=>{a(!0)},nodeRef:s,children:n=>$.jsxs(t.Box,{ref:s,sx:{display:"flex",justifyContent:"space-between",p:12,borderRadius:8,backgroundColor:"background.paper",color:"text.primary",border:"solid 1px",borderColor:"border.main",boxShadow:"0px 6px 12px 0px rgba(0, 0, 0, 0.10)",transform:Zc[n],transition:"transform 300ms ease",[e.breakpoints.up("tablet")]:{p:20,width:"auto",maxWidth:328}},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(t.Box,{sx:{mt:7,"& > svg":{width:28,height:28},[e.breakpoints.up("tablet")]:{"& > svg":{width:36,height:36}}},children:i?c:""}),$.jsxs(t.Box,{sx:{ml:20},children:[$.jsx(t.Box,{sx:{typography:"caption"},children:null==i?void 0:i.message}),(null==i?void 0:i.link)?$.jsxs(t.Box,{component:"a",target:"_blank",rel:"noopener noreferrer",href:i.link.outerLink,sx:{display:"inline-flex",alignItems:"center",typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},children:[i.link.text,$.jsx(t.Box,{component:"svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",sx:{ml:4,width:18,height:18},children:$.jsx("path",{d:"M4.22703 13.2122L10.6811 6.75812L4.75206 6.75812L4.75736 5.25729H13.2426V13.7426H11.7471L11.7418 7.81878L5.28769 14.2729L4.22703 13.2122Z",fill:"currentColor"})})]}):"",(null==i?void 0:i.content)?$.jsx(t.Box,{sx:{mt:4,typography:"body2",color:"text.secondary"},children:i.content}):""]})]}),$.jsxs(t.Box,{sx:{position:"relative",top:10,ml:12,display:"flex",alignItems:"center",justifyContent:"center",width:24,height:24,borderRadius:12,borderStyle:"solid",borderWidth:l?"2.4px":0,borderColor:e.palette.border.main,backgroundColor:l?"transparent":e.palette.background.paperDarkContrast,cursor:"pointer",boxSizing:"border-box",[e.breakpoints.up("tablet")]:{ml:28}},onClick:o,children:[l?$.jsx(Hc,{size:24,strokeWidth:"2.4px",time:`${l}ms`,color:e.palette.text.disabled}):"",$.jsx(t.Box,{component:"svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",sx:{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:16,height:16,border:"none",color:e.palette.text.disabled},children:$.jsx("g",{children:$.jsx("path",{d:"M12.8897 4.36345L9.25313 8L12.8897 11.6365L11.6775 12.8487L8.04095 9.21218L4.4044 12.8487L3.19221 11.6365L6.82876 8L3.19221 4.36345L4.4044 3.15127L8.04095 6.78782L11.6775 3.15127L12.8897 4.36345Z",fill:"currentColor"})})})]})]})})})}var zc;function Qc(){return Qc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},Qc.apply(null,arguments)}const Gc=e=>P.createElement("svg",Qc({width:"33px",height:"33px",viewBox:"0 0 33 33",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink"},e),zc||(zc=P.createElement("g",{stroke:"none",strokeWidth:1,fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"},P.createElement("g",{transform:"translate(-186.000000, -375.000000)",stroke:"currentColor",strokeWidth:4},P.createElement("g",{transform:"translate(18.000000, 291.000000)"},P.createElement("g",{transform:"translate(40.000000, 83.000000)"},P.createElement("path",{d:"M159,32 C159,15.9837423 146.016258,3 130,3"}))))))),Yc=6;function Xc(){var e;const n=t.useTheme();return $.jsx(t.Box,{sx:{mx:"auto",border:`${Yc}px solid ${null===(e=n.palette)||void 0===e?void 0:e.background.input}`,borderRadius:"50%",width:"64px",height:"64px",position:"relative",animation:"loadingRotate 1.1s infinite linear","@keyframes loadingRotate":{"0%":{transform:"rotate(0deg)"},"100%":{transform:"rotate(359deg)"}}},children:$.jsx(t.Box,{component:Gc,sx:{position:"absolute",top:`-${Yc}px`,right:`-${Yc}px`,color:"primary.main"}})})}function Kc({showingDone:e,errorMessage:n}){return t.useTheme(),n?$.jsx(t.Box,{component:oe.ErrorWarn,sx:{width:64,height:64,color:"error.main"}}):e?$.jsx(t.Box,{component:oe.DoneBorder,sx:{width:64,height:64,color:"success.main"}}):$.jsx(Xc,{})}function Jc({showingDone:e,showing:n}){return $.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",flexDirection:"column"},children:[$.jsx(t.Box,{sx:{mt:60},children:e?o.i18n._({id:"4xbbt/",message:"{0} confirmed",values:{0:null==n?void 0:n.brief}}):o.i18n._({id:"/nzjSF",message:"{0} pending",values:{0:null==n?void 0:n.brief}})}),(null==n?void 0:n.subtitle)?$.jsx(t.Box,{sx:{mt:20,typography:"body2"},children:null==n?void 0:n.subtitle}):""]})}function eu({isStarted:i,isEnded:o,tx:r}){const[a,s]=n.useState(0),{chainId:l}=fa(),d=n.useMemo((()=>`https://${Ai[l||1]}/tx/${r}`),[r,l]),c=n.useMemo((()=>{const e=Math.floor(a/60),t=a%60;return e?`${e}m ${t}s`:`${t}s`}),[a]),u=n.useRef();return n.useEffect((()=>(i&&(s(0),window.clearInterval(u.current),u.current=window.setInterval((()=>{s((e=>e+1))}),1e3)),()=>{window.clearInterval(u.current)})),[i]),n.useEffect((()=>{o&&window.clearInterval(u.current)}),[o]),$.jsxs(t.Box,{sx:{mt:20,pt:20,display:"flex",justifyContent:"space-between",alignItems:"center",typography:"body2",color:"text.secondary",border:"solid 1px transparent",borderTopColor:"border.main"},children:[$.jsxs(t.Box,{children:[$.jsx(e.Trans,{id:"+Jkdiu",message:"Transaction Time:"}),c]}),$.jsxs(t.HoverOpacity,{sx:{display:"flex",alignItems:"center",cursor:"pointer"},component:"a",href:d,target:"_blank",rel:"noopener noreferrer",children:[$.jsx(e.Trans,{id:"S3piC2",message:"Tx"}),$.jsx(t.Box,{component:oe.ArrowTopRightBorder,sx:{width:16,height:16,ml:6}})]})]})}function tu(n){var{children:i,executionStatus:r,showSubmitLoadingDialog:a}=n;const s=Ha(F(n,["children","executionStatus","showSubmitLoadingDialog"])),{ctxVal:l,showing:d,closeShowing:c,setShowing:u,showingDone:p,errorMessage:h,transactionTx:m}=Object.assign(Object.assign({},s),r),{isMobile:x}=Oa(),{noSubmissionDialog:g,submissionDialogModal:f}=G(),y=()=>{u((e=>{if(!e)return e;const t=Object.assign({},e);return delete t.submitState,t}))};return $.jsxs($a.Provider,{value:l,children:[i,a&&$.jsx(_s,{modal:!0,open:!!(null==d?void 0:d.submitState),onClose:y,children:!!d&&$.jsxs(t.Box,{sx:{position:"relative",display:"flex",flexDirection:"column",alignItems:"center",gap:20,p:20,minHeight:208,width:x?"100%":340,textAlign:"center"},children:[$.jsxs(t.Box,{sx:{textAlign:"center",color:"text.secondary"},children:[d.brief,$.jsx(t.Box,{component:oe.Error,sx:{position:"absolute",top:20,right:20,color:"text.secondary",cursor:"pointer"},onClick:y})]}),"submitted"===d.submitState?$.jsxs($.Fragment,{children:[$.jsx(t.Box,{component:oe.ArrowSubmit,sx:{width:64,height:64}}),$.jsxs("div",{children:[$.jsx("div",{children:o.i18n._({id:"EcVqOR",message:"{0} Submitted",values:{0:d.brief}})}),d.subtitle&&$.jsx(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"center",mt:8,color:"text.secondary",typography:"body2"},children:d.subtitle})]}),$.jsx(t.Button,{variant:t.Button.Variant.outlined,fullWidth:!0,onClick:y,sx:{mt:4},children:$.jsx(e.Trans,{id:"zga9sT",message:"OK"})})]}):$.jsxs($.Fragment,{children:[$.jsx(Xc,{}),$.jsxs("div",{children:[$.jsx(t.Box,{children:$.jsx(e.Trans,{id:"7y/8M6",message:"Please confirm in wallet"})}),d.subtitle&&$.jsx(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"center",mt:8,color:"text.secondary",typography:"body2"},children:d.subtitle})]})]})]})}),$.jsx(_s,{open:!!d&&"loading"!==d.submitState&&!g,onClose:c,id:"submission",modal:!!x||f,children:$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",justifyContent:"space-between",px:20,pb:20,flex:1,overflowY:"auto",width:x?void 0:f?340:void 0},children:[$.jsxs(t.Box,{children:[$.jsx(t.Box,{sx:{textAlign:"center",pt:60},children:$.jsx(Kc,{showingDone:p,errorMessage:h})}),h?$.jsxs(t.Box,{sx:{textAlign:"center",mt:60},children:[$.jsx(t.Box,{children:$.jsx(e.Trans,{id:"kf83Ld",message:"Something went wrong."})}),$.jsx(t.Box,{sx:{color:"text.secondary",mt:12,typography:"body2",wordBreak:"break-all"},children:h})]}):$.jsxs($.Fragment,{children:[$.jsx(Jc,{showingDone:p,showing:d}),$.jsx(eu,{isStarted:!!d,isEnded:p,tx:m})]})]}),$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.big,onClick:()=>{Ba(ka.Initial),c()},sx:{mt:20},children:h?$.jsx(e.Trans,{id:"1QfxQT",message:"Dismiss"}):$.jsx(e.Trans,{id:"yz7wBu",message:"Close"})})]})})]})}const nu="dodo-widget-container";function iu(e){return e.noLangProvider?$.jsx($.Fragment,{children:e.children}):$.jsx(Ud,{locale:e.locale,children:$.jsx(tu,{...e,children:e.children})})}function ou(e){return Ns(e),La(),function(){const{getStaticJsonRpcProviderByChainId:e}=G();n.useEffect((()=>{const t=new w.ContractRequests({multiCallAddressList:p.multiCallAddressList,getProvider:e,rpc:Ei()});p.setContractRequests(t),r.setContractRequests(t)}),[e])}(),e.noUI?$.jsx(iu,{...e,children:e.children}):null}function ru(e){var t;const i=n.useRef(null);return $.jsx(Q,{...Object.assign(Object.assign({},e),{widgetRef:null!==(t=e.widgetRef)&&void 0!==t?t:i}),children:$.jsx(ou,{...e})})}function au(e){var{sx:i}=e,o=F(e,["sx"]);const{width:r}=G(),a=n.useMemo((()=>{let e="";return"number"==typeof r?e=`${r}px`:r&&(e=r),e?`calc(${e} - 40px)`:"auto"}),[r]);return $.jsx(t.QuestionTooltip,{container:document.querySelector(`.${nu}`),maxWidth:a,sx:Object.assign({cursor:"help"},i),...o})}function su({route:i}){const o=t.useTheme();xo.get(i.fromChainId);const r=xo.get(i.toChainId),[a,s]=n.useState(!1),[l,d]=n.useState(!1),c=xs({fees:i.fees});return $.jsxs(t.Box,{children:[$.jsx(t.Box,{sx:{py:20,borderStyle:"solid",borderWidth:o.spacing(1,0,0),borderColor:o.palette.border.main},children:$.jsx(t.Accordion,{children:$.jsx(t.AccordionItem,{initialEntered:!0,sx:{"& button.active svg":{transform:"rotate(0)"}},header:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",typography:"body2"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",color:"text.primary"},children:[$.jsx(t.Box,{component:oe.DetailBorder,sx:{mr:6,width:18,height:18}}),$.jsx(e.Trans,{id:"rRDi3Y",message:"Detail"})]}),$.jsx(t.Box,{component:oe.CaretUp,sx:{width:12,height:12,color:"text.secondary",transform:"rotate(180deg)",transition:"transform 0.2s linear"}})]}),children:$.jsxs(t.Box,{sx:{mt:16},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsx(t.Box,{sx:{typography:"body2",color:"text.secondary",flexShrink:0},children:$.jsx(e.Trans,{id:"lt8yMa",message:"Send to:"})}),$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"flex-end",alignItems:"center"},children:[r?$.jsx(t.Box,{component:r.logo,sx:{width:18,height:18}}):null,$.jsx(t.Box,{sx:{display:"inline-block",mx:6,width:"1px",height:12,backgroundColor:"border.main"}}),$.jsx(t.Box,{sx:{typography:"body2",fontWeight:600},children:da(i.toAddress)}),$.jsx(t.HoverOpacity,{component:"a",href:ca(i.toChainId,i.toAddress,"address"),target:"_blank",rel:"noopener noreferrer",sx:{ml:6,width:18,height:18,color:"text.secondary",display:"inline-flex",alignItems:"center",justifyContent:"center"},children:$.jsx(t.Box,{component:oe.ArrowTopRightBorder,sx:{width:18,height:18}})})]})]}),$.jsxs(t.Box,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",typography:"body2",color:"text.secondary",flexShrink:0},children:$.jsx(e.Trans,{id:"sMMlTX",message:"Total fees"})}),$.jsxs(t.Box,{component:t.ButtonBase,onClick:()=>s(!a),sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:4,typography:"body2",color:"text.primary"},children:[$.jsx(t.Box,{sx:{fontWeight:600,color:o.palette.text.primary},children:i.feeUSD?`~$${i.feeUSD}`:"-"}),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:a?$.jsx("path",{d:"M3.75 11.2663L4.98375 12.5L9 8.4925L13.0162 12.5L14.25 11.2663L9 6.01625L3.75 11.2663Z",fill:"currentColor",fillOpacity:"0.5"}):$.jsx("path",{d:"M14.25 7.73375L13.0163 6.5L9 10.5075L4.98375 6.5L3.75 7.73375L9 12.9838L14.25 7.73375Z",fill:"currentColor",fillOpacity:"0.5"})})]})]}),a&&c.map((e=>$.jsxs(t.Box,{sx:{mt:8,pl:22,pr:22,display:"flex",alignItems:"center",justifyContent:"space-between",color:"text.secondary",typography:"body2",position:"relative"},children:[$.jsx(t.Box,{component:"svg",xmlns:"http://www.w3.org/2000/svg",width:"10",height:"25",viewBox:"0 0 10 25",fill:"none",sx:{width:10,height:25,position:"absolute",left:10,bottom:10},children:$.jsx("path",{d:"M9 24L2 24C1.44772 24 1 23.5523 1 23L1 1",stroke:"currentColor",strokeOpacity:"0.5",strokeLinecap:"round",strokeDasharray:"2 2"})}),$.jsx(t.Box,{sx:{flex:1},children:e.title}),e.isFree?$.jsx(t.Box,{sx:{color:o.palette.primary.main},children:"Free"}):null!==e.value?$.jsxs(t.Box,{sx:{color:o.palette.text.primary},children:["~$",e.value]}):$.jsx(t.Box,{sx:{color:o.palette.text.primary},children:"-"})]},e.title))),$.jsxs(t.Box,{sx:{mt:8,mb:l?8:0,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",typography:"body2",fontWeight:600,color:"success.main",flexShrink:0},children:"Fee comparison"}),$.jsxs(t.Box,{component:t.ButtonBase,onClick:()=>d(!l),sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:4,typography:"body2",color:"text.primary"},children:[$.jsx(t.Box,{sx:{typography:"body2",fontWeight:600,color:o.palette.text.primary},children:"ZUNO"}),$.jsx(t.Box,{sx:{px:8,borderRadius:12,backgroundColor:o.palette.success.main,typography:"h6",fontWeight:600,color:o.palette.success.contrastText,textTransform:"uppercase"},children:"Cheapest"}),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:l?$.jsx("path",{d:"M3.75 11.2663L4.98375 12.5L9 8.4925L13.0162 12.5L14.25 11.2663L9 6.01625L3.75 11.2663Z",fill:"currentColor",fillOpacity:"0.5"}):$.jsx("path",{d:"M14.25 7.73375L13.0163 6.5L9 10.5075L4.98375 6.5L3.75 7.73375L9 12.9838L14.25 7.73375Z",fill:"currentColor",fillOpacity:"0.5"})})]})]}),l&&$.jsx(Rs,{feeUSD:i.feeUSD}),$.jsxs(t.Box,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",typography:"body2",color:"text.secondary",flexShrink:0},children:[$.jsx(e.Trans,{id:"CMHmbm",message:"Slippage"}),$.jsx(au,{onlyHover:!0,title:$.jsx(e.Trans,{id:"KAmxpM",message:"Attention: High slippage tolerance will increase the success rate of transaction, but might not get the best quote."}),ml:6})]}),$.jsxs(t.Box,{sx:{typography:"body2"},children:[100*i.slippage,"%"]})]})]})})})}),$.jsx(t.Box,{sx:{pt:0,pb:0,borderStyle:"solid",borderWidth:o.spacing(1,0,0),borderColor:o.palette.border.main},children:$.jsx(t.Accordion,{children:$.jsx(t.AccordionItem,{initialEntered:!0,sx:{"& button.active svg":{transform:"rotate(0)"}},header:$.jsxs(t.Box,{sx:{py:20,display:"flex",alignItems:"center",justifyContent:"space-between",typography:"body2"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",color:"text.primary"},children:[$.jsx(t.Box,{component:oe.DetailBorder,sx:{mr:6,width:18,height:18}}),$.jsx(e.Trans,{id:"QNWt8A",message:"Estimated Time"})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",color:"text.primary",typography:"body2"},children:[i.executionDuration?vs({start:Date.now(),end:Date.now()+1e3*i.executionDuration}):"-",$.jsx(t.Box,{component:oe.CaretUp,sx:{ml:6,width:12,height:12,color:"text.secondary",transform:"rotate(180deg)",transition:"transform 0.2s linear"}})]})]}),children:$.jsx(vd,{route:i,isMobile:!0})})})})]})}function lu({open:i,onClose:o,route:r,bridgeOrderTxRequest:a,clearToAmt:s,clearFromAmt:l,isDialogModal:d}){const c=t.useTheme(),{contractStatus:u}=Ta(),p=Id({route:r,bridgeOrderTxRequest:a});return n.useEffect((()=>{u!==ka.Pending&&o(),u===ka.TxSuccess&&(s(),l())}),[u]),$.jsx(_s,{title:$.jsx(e.Trans,{id:"tKE4Ak",message:"Cross Chain Summary"}),open:i,id:"cross-chain-summary",onClose:()=>{Ba(ka.Initial),o()},modal:d,children:$.jsxs($.Fragment,{children:[r?$.jsxs(t.Box,{sx:{px:16,pb:20,flex:1,overflowY:"auto"},children:[$.jsxs(t.Box,{sx:{display:"grid",gridTemplateColumns:"36% 28% 36%",py:20,borderStyle:"solid",borderWidth:c.spacing(1,0,0),borderColor:c.palette.border.main},children:[$.jsx(Sd,{token:r.fromToken,chainId:r.fromChainId,amount:r.fromAmount}),$.jsx(Ad,{children:$.jsx(t.Box,{sx:{display:"flex",px:3,py:3,backgroundColor:c.palette.background.paperContrast,border:`1px solid ${c.palette.border.main}`,borderRadius:"50%",alignItems:"center",width:24,height:24,overflow:"hidden"},children:$.jsx(Ed,{size:"medium",toolDetails:r.step.toolDetails,nameMarginLeft:8})})}),$.jsx(Sd,{token:r.toToken,chainId:r.toChainId,amount:r.toTokenAmount})]}),$.jsx(su,{route:r})]}):"",$.jsx(t.Box,{sx:{px:16,py:20},children:$.jsx(t.Button,{fullWidth:!0,isLoading:u==ka.Pending,disabled:!r,onClick:()=>{p(),Ba(ka.Pending)},children:u==ka.Pending?$.jsx(e.Trans,{id:"P+K/3O",message:"Confirming"}):$.jsx(e.Trans,{id:"PZqJog",message:"Confirm Cross Chain"})})})]})})}function du({message:n,onClose:i,isDialogModal:o}){return $.jsx(_s,{open:!!n,onClose:i,id:"error-message",modal:o,children:$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{flex:1,textAlign:"center"},children:[$.jsx(t.Box,{component:oe.ErrorWarn,sx:{mt:60,width:64,height:64,color:"error.main"}}),n?$.jsxs(t.Box,{sx:{textAlign:"center",mt:60},children:[$.jsx(t.Box,{children:$.jsx(e.Trans,{id:"kf83Ld",message:"Something went wrong."})}),$.jsx(t.Box,{sx:{color:"text.secondary",mt:12,mx:20,typography:"body2",wordBreak:"break-all",overflow:"auto",height:"300px"},children:n})]}):""]}),$.jsx(t.Box,{sx:{px:16,py:20},children:$.jsx(t.Button,{onClick:i,fullWidth:!0,children:$.jsx(e.Trans,{id:"1QfxQT",message:"Dismiss"})})})]})})}function cu(){const[e,i]=n.useState(!1);return $.jsxs($.Fragment,{children:[$.jsxs(t.ButtonBase,{sx:{mt:16,width:"100%",display:"flex",alignItems:"center",justifyContent:"center",gap:4,typography:"body2",fontWeight:600,color:"text.link","&:hover":{color:"text.primary"}},onClick:()=>i(!0),children:[$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",children:$.jsx("path",{d:"M3.5 16.25V4.25C3.5 3.8375 3.64687 3.48438 3.94063 3.19063C4.23438 2.89687 4.5875 2.75 5 2.75H9.5C9.9125 2.75 10.2656 2.89687 10.5594 3.19063C10.8531 3.48438 11 3.8375 11 4.25V9.5H11.75C12.1625 9.5 12.5156 9.64688 12.8094 9.94063C13.1031 10.2344 13.25 10.5875 13.25 11V14.375C13.25 14.5875 13.3219 14.7656 13.4656 14.9094C13.6094 15.0531 13.7875 15.125 14 15.125C14.2125 15.125 14.3906 15.0531 14.5344 14.9094C14.6781 14.7656 14.75 14.5875 14.75 14.375V8.975C14.6375 9.0375 14.5188 9.07813 14.3938 9.09688C14.2688 9.11563 14.1375 9.125 14 9.125C13.475 9.125 13.0312 8.94375 12.6688 8.58125C12.3063 8.21875 12.125 7.775 12.125 7.25C12.125 6.85 12.2344 6.49063 12.4531 6.17188C12.6719 5.85313 12.9625 5.625 13.325 5.4875L11.75 3.9125L12.5375 3.125L15.3125 5.825C15.5 6.0125 15.6406 6.23125 15.7344 6.48125C15.8281 6.73125 15.875 6.9875 15.875 7.25V14.375C15.875 14.9 15.6938 15.3438 15.3313 15.7063C14.9688 16.0688 14.525 16.25 14 16.25C13.475 16.25 13.0312 16.0688 12.6688 15.7063C12.3063 15.3438 12.125 14.9 12.125 14.375V10.625H11V16.25H3.5ZM5 8H9.5V4.25H5V8ZM14 8C14.2125 8 14.3906 7.92813 14.5344 7.78438C14.6781 7.64062 14.75 7.4625 14.75 7.25C14.75 7.0375 14.6781 6.85938 14.5344 6.71563C14.3906 6.57188 14.2125 6.5 14 6.5C13.7875 6.5 13.6094 6.57188 13.4656 6.71563C13.3219 6.85938 13.25 7.0375 13.25 7.25C13.25 7.4625 13.3219 7.64062 13.4656 7.78438C13.6094 7.92813 13.7875 8 14 8Z",fill:"currentColor"})}),"Gas Refuel>"]}),$.jsx(_s,{open:e,onClose:()=>i(!1),title:"Gas refuel",modal:!0,children:$.jsxs(t.Box,{sx:{maxWidth:540,minHeight:600,px:20,pb:24,display:"flex",flexDirection:"column",alignItems:"center",gap:16},children:[$.jsx(t.Box,{sx:{pt:20,borderTopWidth:1,borderTopStyle:"solid",borderColor:"border.main",typography:"body2",color:"text.secondary"},children:"A solution for gas refueling that allows you to refill your wallet anonymously and gas-free."}),$.jsx(t.Box,{component:"iframe",src:"https://smolrefuel.com/?partner=0x1271CAba4bf23f8Fb31F97448605d65EE302CA51",width:"100%",sx:{borderRadius:12,overflow:"hidden",flex:1,border:"none"}})]})})]})}function uu({open:i,execute:o,onClose:r,toToken:a,fromToken:l,fromAmount:d,toAmount:c,priceImpact:u,clearFromAmt:p,clearToAmt:h,baseFeeAmount:m,curToFiatPrice:x,curFromFiatPrice:g,pricePerFromToken:f,additionalFeeAmount:y,loading:v,slippage:b,isDialogModal:C}){var j,w;const k=t.useTheme(),{contractStatus:T}=Ta(),B=n.useMemo((()=>new s(u).gt(wo)),[u]),[I,E]=n.useState(!1),[A,S]=n.useState(!1);return n.useEffect((()=>{T!==ka.Pending&&r(),T===ka.TxSuccess&&(h(),p())}),[T]),n.useEffect((()=>{E(!1)}),[x]),$.jsx(_s,{open:i,onClose:()=>{Ba(ka.Initial),r()},id:"swap-summary",title:$.jsx(e.Trans,{id:"QR4/RH",message:"Swap summary"}),modal:C,children:$.jsxs(t.Box,{sx:{margin:20,display:"flex",height:"100%",flexDirection:"column",borderTop:`1px solid ${k.palette.border.main}`},children:[$.jsxs(t.Box,{sx:{py:20,display:"flex",typography:"body2",alignItems:"center",justifyContent:"center",flexDirection:"column",borderBottom:`1px solid ${k.palette.border.main}`},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center"},children:[$.jsx(Hs,{width:16,height:16,url:null==l?void 0:l.logoURI,address:null!==(j=null==l?void 0:l.address)&&void 0!==j?j:"",marginRight:6}),$.jsx(t.Box,{children:`${Do({input:d,decimals:null==l?void 0:l.decimals})} ${null==l?void 0:l.symbol}`})]}),$.jsx(t.Box,{sx:{mt:4,typography:"h6",color:k.palette.text.secondary},children:g?`$${No({input:g,showDecimals:1})}`:"-"})]}),$.jsx(t.Box,{sx:{width:16,mx:16},component:oe.DoubleRight}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex"},children:[$.jsx(Hs,{width:16,height:16,marginRight:6,url:null==a?void 0:a.logoURI,address:null!==(w=null==a?void 0:a.address)&&void 0!==w?w:""}),$.jsx(t.LoadingSkeleton,{loading:v,loadingProps:{width:30},children:`${Do({input:c,decimals:null==a?void 0:a.decimals})} ${null==a?void 0:a.symbol}`})]}),$.jsx(t.LoadingSkeleton,{loading:v,loadingProps:{width:30},sx:{typography:"h6",mt:4,color:k.palette.text.secondary},children:x?`$${No({input:x,showDecimals:1})}(${u}%)`:"-"})]})]}),$.jsxs(t.Box,{sx:{mt:12,display:"flex",alignItems:"center",typography:"h6"},children:[`1 ${null==l?void 0:l.symbol} = `,$.jsx(t.LoadingSkeleton,{loading:v,loadingProps:{width:30},children:Do({input:new s(c).dividedBy(new s(d)),decimals:null==a?void 0:a.decimals})})," ",`${null==a?void 0:a.symbol}`]})]}),$.jsxs(t.Box,{sx:{py:15,typography:"body2",borderBottom:`1px solid ${k.palette.border.main}`},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",color:k.palette.text.secondary},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(t.Box,{sx:{width:16,mr:7},component:oe.DetailBorder}),$.jsx(e.Trans,{id:"XeovX3",message:"Swap Detail"})]}),$.jsx(t.Box,{component:t.ButtonBase,children:$.jsx(t.Box,{onClick:()=>S(!A),sx:{width:10,color:"text.secondary",transform:A?"rotateX(0deg)":"rotateX(180deg)"},component:oe.CaretUp})})]}),$.jsxs(t.Box,{sx:{mt:16,display:A?"initial":"none"},children:[$.jsxs(t.Box,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(e.Trans,{id:"93m8jT",message:"Basic Fee"}),$.jsx(au,{title:$.jsx(e.Trans,{id:"8Z29ZO",message:"Estimated service provider fees"}),ml:5})]}),$.jsx(t.LoadingSkeleton,{loading:v,loadingProps:{width:30},children:m?`${Do({input:m,decimals:null==a?void 0:a.decimals})} ${null==a?void 0:a.symbol}`:"0"})]}),$.jsxs(t.Box,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(e.Trans,{id:"J39pAJ",message:"Additional Fee"}),$.jsx(au,{title:$.jsx(e.Trans,{id:"ZXvy7b",message:"Additional routing fees set by the Widget user"}),ml:5})]}),$.jsx(t.LoadingSkeleton,{loading:v,loadingProps:{width:30},children:y?`${Do({input:y,decimals:null==a?void 0:a.decimals})} ${null==a?void 0:a.symbol}`:"0"})]}),$.jsxs(t.Box,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(e.Trans,{id:"T+qgFw",message:"Price Impact"}),$.jsx(au,{title:$.jsx(e.Trans,{id:"4kY4C4",message:"Due to the market condition, market price and estimated price may have a slight difference"}),ml:5})]}),$.jsx(t.Box,{children:`${u}%`})]}),$.jsxs(t.Box,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(e.Trans,{id:"CMHmbm",message:"Slippage"}),$.jsx(au,{title:$.jsx(e.Trans,{id:"GAypnX",message:"High slippage tolerance will increase the success rate of transaction, but might not get the best quote."}),ml:5})]}),$.jsxs(t.Box,{children:[b,"%"]})]})]})]}),$.jsx(t.Box,{sx:{flex:1}}),B&&$.jsxs(t.Box,{sx:{mb:14,display:"flex",cursor:"pointer",justifyContent:"center",alignItems:"center",typography:"h6"},onClick:()=>E(!I),children:[$.jsx(t.Box,{sx:{mr:4,width:18,height:18,alignItems:"center"},children:I?$.jsx(t.Box,{sx:{width:"100%",height:"100%",borderRadius:4,display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:"secondary.main"},children:$.jsx(t.Box,{component:oe.Done,sx:{width:14,color:"secondary.contrastText"}})}):$.jsx(t.Box,{sx:{width:"100%",height:"100%",borderRadius:4,border:`1px solid ${k.palette.text.secondary}`}})}),$.jsx(t.Box,{children:$.jsx(e.Trans,{components:{0:$.jsx(t.Box,{component:"span",sx:{color:"error.main"}})},values:{priceImpact:u},id:"Price impact reaches <0>{priceImpact}</0>%, accept the quote"})})]}),$.jsx(t.Button,{isLoading:T==ka.Pending,disabled:B&&!I,fullWidth:!0,onClick:()=>{o(),Ba(ka.Pending)},children:T==ka.Pending?$.jsx(e.Trans,{id:"P+K/3O",message:"Confirming"}):$.jsx(e.Trans,{id:"lQ6r7x",message:"Confirm swap"})})]})})}function pu(e){var{sx:n,maxVal:i,decimals:o=2,onInputChange:r}=e,a=F(e,["sx","maxVal","decimals","onInputChange"]);return $.jsx(t.Input,{...a,onChange:e=>{const t=0===e.target.value.length?null:Vo(e.target.value,o),n=i&&t&&new s.BigNumber(t).gt(i)?i.toString():t;r&&r(n)}})}function hu({open:i,onClose:o,isBridge:r,isDialogModal:a}){const s=t.useTheme(),{slippage:l}=Ta(),d=n.useMemo((()=>Number(l)>=To),[l]),{defaultSlippage:c}=os(r);return $.jsx(_s,{open:i,onClose:o,id:"swap-settings",title:$.jsx(e.Trans,{id:"Tz0i8g",message:"Settings"}),modal:a,children:$.jsx(t.Box,{sx:{mx:20},children:$.jsxs(t.Box,{sx:{py:20,borderTop:`1px solid ${s.palette.border.main}`},children:[$.jsxs(t.Box,{sx:{mb:16,display:"flex",alignItems:"center"},children:[$.jsx(e.Trans,{id:"lqTDfd",message:"Slippage Tolerance"}),$.jsx(au,{title:$.jsx(e.Trans,{id:"KAmxpM",message:"Attention: High slippage tolerance will increase the success rate of transaction, but might not get the best quote."}),ml:7})]}),$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column"},children:[$.jsx(pu,{fullWidth:!0,maxVal:100,value:null!=l?l:"",placeholder:c.toString(),onInputChange:e=>{!function(e,t){null===t?localStorage.removeItem(e?Co:bo):localStorage.setItem(e?Co:bo,String(t))}(!!r,e),Ea(e)},suffix:$.jsx(t.Box,{sx:{color:"text.disabled"},children:"%"}),height:36,sx:{mt:12}}),d&&$.jsx(t.Box,{sx:{typography:"h6",mt:6,color:"error.main"},children:$.jsx(e.Trans,{id:"Zm56FI",message:"Maximum slippage do not exceed 50%"})})]})]})})})}const mu="position-y-dot";function xu(){return $.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},children:[$.jsx(t.Skeleton,{width:"100%",height:12}),$.jsx(t.Skeleton,{width:"100%",height:12})]})}function gu({data:e,loading:i}){var o,r;const a=t.useTheme(),s=a.palette.primary.main,l=n.useRef(null),d=e.length;return $.jsx(t.Box,{sx:{height:105,flex:1,[`& .${mu}`]:{}},ref:l,children:i?$.jsx(xu,{}):$.jsx(t.Box,{component:T.ResponsiveContainer,sx:{typography:"h6","& .recharts-cartesian-axis text":{fill:a.palette.background.paperContrast}},children:$.jsxs(T.AreaChart,{data:e,margin:{top:0,right:0,left:0,bottom:0},children:[$.jsx(T.XAxis,{dataKey:"forecastSlippage",axisLine:!1,tickLine:!1,interval:"preserveStartEnd",tickFormatter:e=>Ko({input:e}),type:"number",domain:[d&&null!==(o=e[0].forecastSlippage)&&void 0!==o?o:0,d&&null!==(r=e[d-1].forecastSlippage)&&void 0!==r?r:"auto"]}),$.jsx(T.YAxis,{dataKey:"confidenceRatio",axisLine:!1,tickLine:!1,hide:!0}),$.jsx("defs",{children:$.jsxs("linearGradient",{id:"count-linear",x1:"0",y1:"0",x2:"0",y2:"1",children:[$.jsx("stop",{offset:"0",stopColor:s,stopOpacity:.3}),$.jsx("stop",{offset:"100%",stopColor:s,stopOpacity:0})]})}),$.jsx(T.Area,{type:"monotone",dataKey:"confidenceRatio",stroke:s,strokeWidth:2,fill:"url(#count-linear)"}),e.map((e=>$.jsx(T.ReferenceDot,{x:e.forecastSlippage,y:e.confidenceRatio,r:1,fill:a.palette.text.primary,stroke:"none",className:mu},e.confidenceRatio)))]})})})}var fu=n.memo(gu);const yu=t.styled(t.Slider)((({theme:e})=>({height:2,padding:"15px 0",margin:0,"& .base-Slider-valueLabel":{fontSize:12,fontWeight:"normal",top:-6,backgroundColor:"unset",color:e.palette.text.primary,"&:before":{display:"none"},"& *":{background:"transparent",color:e.palette.text.primary}},"& .base-Slider-track":{display:"none"},"& .base-Slider-rail":{backgroundColor:e.palette.text.disabled,height:1,opacity:1},"& .base-Slider-mark":{display:"none",opacity:1,backgroundColor:e.palette.success.main,height:6,width:4,borderRadius:4},"& .base-Slider-markLabel":{display:"none",fontSize:"12px",lineHeight:"17px"}})));function vu(i){var{hidden:o,sx:r,value:a,color:s,min:l,max:d,formatValue:c,getSliderYPosition:u}=i,p=F(i,["hidden","sx","value","color","min","max","formatValue","getSliderYPosition"]);const{children:h}=p,m=F(p,["children"]),{isMobile:x}=t.useDevices(),g=n.useRef(null),f=u(a),y=x?4:0,v=f?f-39-y:void 0,b=null!=s?s:"text.primary",C=a===l,j=a===d;return $.jsxs(t.Box,{...m,ref:g,sx:Object.assign({position:"absolute","&&&":{display:o?"none":"block",backgroundColor:"transparent",boxShadow:"none",bottom:8+y,width:"auto",height:"auto",top:"auto",marginLeft:0,transform:"none"}},r),children:[h,$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:2},children:[v?$.jsxs($.Fragment,{children:[$.jsx(t.Box,{sx:{width:16,height:16,borderRadius:"50%",backgroundColor:b,borderStyle:"solid",borderWidth:2,borderColor:"background.paperContrast",flexShrink:1}}),$.jsx(t.Box,{sx:{height:v,width:"0",borderStyle:"dashed",borderWidth:1,borderColor:b}})]}):"",$.jsx(t.Box,{sx:{width:16,height:16,borderRadius:"50%",backgroundColor:b,borderStyle:"solid",borderWidth:2,borderColor:"background.paperContrast",flexShrink:1}}),$.jsxs(t.Box,{sx:Object.assign(Object.assign({typography:"h6",position:"absolute",bottom:-20,color:b,whiteSpace:"nowrap",backgroundColor:"background.paperContrast"},C?{left:0}:{}),j?{right:0}:{}),children:[j?$.jsxs($.Fragment,{children:[$.jsx(t.Box,{component:"span",sx:{color:"success.main"},children:$.jsx(e.Trans,{id:"cOvZFM",message:"Dynamic"})}),$.jsx("span",{children:" • "})]}):"",c(a)]})]})]})}function bu(e){var{hoverValue:n,formatValue:i,getSliderYPosition:o}=e,r=F(e,["hoverValue","formatValue","getSliderYPosition"]);const{isMobile:a}=t.useDevices(),s=a?"primary.main":void 0,l=a?void 0:"primary.main";return $.jsx(yu,{slots:{thumb:e=>{const t=r.value&&"number"==typeof r.value&&(r.min&&r.value<r.min||r.max&&r.value>r.max),d={value:r.value,min:r.min,max:r.max,hidden:!!t,color:s,formatValue:i,getSliderYPosition:o},c=Object.assign(Object.assign({},e),d);if(null!==n&&r.max&&r.min&&r.value!==n){const e=r.max-r.min,t=n-r.min,i=t?t/e*100:0;if(a){const e=!!n&&(!!r.min&&n<r.min||!!r.max&&n>r.max);return $.jsxs($.Fragment,{children:[$.jsx(vu,{...d,value:n,color:l,hidden:e,sx:{left:i+"%"}}),$.jsx(vu,{...c})]})}return $.jsxs($.Fragment,{children:[$.jsx(vu,{...c}),$.jsx(vu,{...d,value:n,hidden:!1,color:l,sx:{left:i+"%"}})]})}return $.jsx(vu,{...c})}},...r})}const Cu=(e,{time:t=100,wrapper:n=document,retryCount:i=50}={})=>new Promise((o=>{n.querySelector(e)?o(!0):setTimeout((()=>N(void 0,void 0,void 0,(function*(){if(n.querySelector(e))o(!0);else if(i){const r=yield Cu(e,{time:t,wrapper:n,retryCount:i-1});o(r)}else o(!1)}))),t)}));function ju({data:i,activeSlippage:o,loading:r,sx:a,handleChangeCustomSlippage:l}){const d=n.useMemo((()=>{var e;return null!==(e=null==i?void 0:i.length)&&void 0!==e?e:0}),[i]),{isMobile:c}=t.useDevices(),[u,p]=n.useState([]),h=n.useRef(null);n.useEffect((()=>{(()=>{N(this,void 0,void 0,(function*(){var e;if(h.current&&d){const t=`.${mu}`;yield Cu(t,{wrapper:h.current});const n=h.current.querySelectorAll(t),{y:i,height:o}=h.current.getBoundingClientRect(),r=null!==(e=null==n?void 0:n.length)&&void 0!==e?e:0,a=[];for(let e=0;e<r;e++){const t=n[e];const r=(t.children[0]?t.children[0].getBoundingClientRect().y:t.getBoundingClientRect().y)-i-.5;a.push(o-r)}p(a)}}))})()}),[d]);const m=(({activeSlippage:e,data:t,yPositions:i})=>{const[o,r]=n.useState(0),a=n.useMemo((()=>1e6),[]),[l,d]=n.useMemo((()=>{var e,n;const i=null==t?void 0:t.length;return i?[new s(null!==(e=t[0].forecastSlippage)&&void 0!==e?e:0).times(null!=a?a:0).dp(0,1).toNumber(),new s(null!==(n=t[i-1].forecastSlippage)&&void 0!==n?n:0).times(null!=a?a:0).dp(0,1).toNumber()]:[0,0]}),[t,a]),c=n.useCallback((e=>{if(void 0===e)return"";const n=new s(e);if((null==t?void 0:t.length)&&a){const e=t.find((e=>{var t;return new s(null!==(t=e.forecastSlippage)&&void 0!==t?t:0).times(a).dp(0,1).isEqualTo(n)}));if(null==e?void 0:e.forecastSlippage)return Ko({input:e.forecastSlippage,showDecimals:4})}return Ko({input:a?n.div(a):n,showDecimals:4})}),[a,t]),u=n.useCallback((e=>{let n=0;return e&&(null==t?void 0:t.length)&&a?(t.some(((o,r)=>{var l,d;const c=null!==(l=o.forecastSlippage)&&void 0!==l?l:0,u=new s(c).times(a).dp(0,1).toNumber();if(e===u)return n=i[r],!0;if(e<u){if(0===r)return n=0,!0;const o=c-(null!==(d=t[r-1].forecastSlippage)&&void 0!==d?d:0),l=i[r]-i[r-1],u=c-new s(e).div(a).toNumber();return n=i[r]-l/o*u,!0}})),n):n}),[i,t,a]),p=n.useCallback((e=>{r(e);const n=new s(e);let i,o=-1;if((null==t?void 0:t.length)&&a){o=t.findIndex((e=>{var t;return new s(null!==(t=e.forecastSlippage)&&void 0!==t?t:0).times(a).dp(0,1).isEqualTo(n)}));const e=-1!==o?t[o]:void 0;i=null==e?void 0:e.forecastSlippage}return i||(i=n.div(null!=a?a:0).toNumber()),i}),[t,a]);return n.useEffect((()=>{if(a&&e){const t=new s(e).times(a).dp(0,1);t.isEqualTo(o)||r(t.toNumber())}}),[e]),{min:l,max:d,value:o,decimalConversion:a,formatValue:c,getSliderYPosition:u,handleChangeValue:p}})({data:i,activeSlippage:o,yPositions:u}),{hoverValue:x,setHoverValue:g}=function(e,{slippageSlider:i}){const{isMobile:o}=t.useDevices(),[r,a]=n.useState(null),l=n.useRef(!1);return n.useEffect((()=>{if(e.current&&i.max){const t=e.current;let{width:n,x:d}=t.getBoundingClientRect();const c=e=>{if(l.current)return;const t=e.pageX-d,o=i.max-i.min,c=new s(t/n*o).integerValue().plus(i.min).toNumber();c!==r&&a(c)},u=()=>{a(null)},p=()=>{l.current=!1},h=()=>{l.current=!0};return o||(t.addEventListener("mousemove",c),t.addEventListener("mouseleave",u),t.addEventListener("mouseup",p),t.addEventListener("mousedown",h)),()=>{o&&(t.removeEventListener("mousemove",c),t.removeEventListener("mouseleave",u),t.removeEventListener("mouseUp",p),t.removeEventListener("mouseDown",h))}}}),[e,o]),{hoverValue:r,setHoverValue:a}}(h,{slippageSlider:m}),{successRate:f,hoverSuccessRate:y}=function({data:e,activeSlippage:t,hoverValue:i,decimalConversion:o}){const r=n.useMemo((()=>{var n,i;let o="-";if(t&&(null==e?void 0:e.length)){const r=e.some(((n,i)=>{var r,a,s,l,d,c;const u=null!==(r=n.forecastSlippage)&&void 0!==r?r:0;if(t===u)return o=Ko({input:null!==(a=null==n?void 0:n.confidenceRatio)&&void 0!==a?a:0}),!0;if(t<u){if(0===i)o=`< ${Ko({input:null!==(s=null==n?void 0:n.confidenceRatio)&&void 0!==s?s:0})}`;else{const t=Ko({input:null!==(d=null===(l=e[i-1])||void 0===l?void 0:l.confidenceRatio)&&void 0!==d?d:0}),r=Ko({input:null!==(c=null==n?void 0:n.confidenceRatio)&&void 0!==c?c:0});o=`${t} - ${r}`}return!0}return!1}));r||(o=`> ${Ko({input:null!==(i=null===(n=e[e.length-1])||void 0===n?void 0:n.confidenceRatio)&&void 0!==i?i:0})}`)}return o}),[e,t]),a=n.useMemo((()=>{var t,n;let r="";if(i&&(null==e?void 0:e.length)&&o){const a=e.some(((t,n)=>{var a,l,d,c,u,p;const h=null!==(a=t.forecastSlippage)&&void 0!==a?a:0,m=new s(h).times(o).dp(0,1).toNumber();if(i===m)return r=Ko({input:null!==(l=null==t?void 0:t.confidenceRatio)&&void 0!==l?l:0}),!0;if(i<m){if(0===n)r=`< ${Ko({input:null!==(d=null==t?void 0:t.confidenceRatio)&&void 0!==d?d:0})}`;else{const i=Ko({input:null!==(u=null===(c=e[n-1])||void 0===c?void 0:c.confidenceRatio)&&void 0!==u?u:0}),o=Ko({input:null!==(p=null==t?void 0:t.confidenceRatio)&&void 0!==p?p:0});r=`${i} - ${o}`}return!0}return!1}));a||(r=`> ${Ko({input:null!==(n=null===(t=e[e.length-1])||void 0===t?void 0:t.confidenceRatio)&&void 0!==n?n:0})}`)}return r}),[i,o,e]);return{successRate:r,hoverSuccessRate:a}}({data:i,activeSlippage:o,hoverValue:x,decimalConversion:m.decimalConversion});return i?$.jsxs(t.Box,{sx:Object.assign({p:12,pb:28,borderRadius:12,backgroundColor:"background.paperContrast"},a),children:[$.jsxs($.Fragment,{children:[$.jsx(t.Box,{sx:{typography:"h6",fontWeight:600,color:"text.secondary"},children:$.jsx(e.Trans,{id:"88dol0",message:"Success Rate"})}),$.jsx(t.LoadingSkeleton,{loading:r,loadingProps:{width:100},sx:{mt:4,typography:"caption",color:y?"primary.main":"text.primary"},children:y||f})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"flex-end",pr:4},children:[$.jsx(t.Box,{sx:{pb:8,mr:16,typography:"h6",fontWeight:600},children:$.jsx(e.Trans,{id:"CMHmbm",message:"Slippage"})}),$.jsxs(t.Box,{sx:{flex:1},ref:h,children:[$.jsx(fu,{data:i,loading:r}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",color:"text.secondary"},children:!r&&d?$.jsx(bu,{value:c?x||-1:m.value,min:m.min,max:m.max,disabled:!c,marks:[{value:m.max,label:m.max}],formatValue:m.formatValue,getSliderYPosition:m.getSliderYPosition,hoverValue:c?m.value:x,onChange:(e,t)=>{if("number"==typeof t){if(c)return void g(t);const e=m.handleChangeValue(t);l(e)}},onChangeCommitted:()=>{g(null)}}):""})]})]})]}):null}var wu,ku=n.memo(ju);function Tu({title:i,desc:o,doNotChecked:r,onChangeDoNotChecked:a}){const s=t.useTheme();if(n.useMemo((()=>r),[]))return null;const l=s.palette.warning.main;return $.jsxs(t.Box,{sx:{backgroundColor:t.alpha(l,.1),borderRadius:8,padding:12},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:8,typography:"body2",color:l,fontWeight:700},children:[$.jsx(oe.Warn,{}),i]}),$.jsx(t.Box,{sx:{mt:8,typography:"body2",fontWeight:500,color:s.palette.text.secondary,textAlign:"center"},children:o}),!!a&&$.jsxs(t.Box,{sx:{width:"100%",mt:20,color:s.palette.text.secondary,typography:"h6",fontWeight:500,display:"flex",alignItems:"center",justifyContent:"center",gap:8,cursor:"pointer"},component:"label",children:[$.jsx(t.Checkbox,{checked:r,size:16,onChange:e=>{const{checked:t}=e.target;a(t)}}),$.jsx(e.Trans,{id:"3WdxUv",message:"Do not remind again"})]})]})}function Bu({fromToken:i,toToken:r}){var a,l;const d=t.useTheme(),{slippageAdvanced:c,notRemindAgainSlippageHigher:u,notRemindAgainSlippageLower:p}=ts(),{customSlippage:h,customSlippageNum:m,handleSlippageChange:x,forecastSlippage:g,forecastSlippageQuery:f,recommendSlippage:y}=ls({fromToken:i,toToken:r}),v=!!g,[b,C]=n.useState(!1),[j,w]=n.useState();!j&&i&&r&&w(h?wu.custom:wu.recommend);const k=j===wu.custom,T=n.useRef(null),B=n.useMemo((()=>j===wu.custom?m?new s(m).div(100).toNumber():void 0:new s(y).div(100).toNumber()),[j,y,m]),I=n.useCallback((e=>{k||w(wu.custom),x({slippage:new s(e).times(100).toString(),disabled:!1,deleted:!1,recommend:String(y)})}),[k,y,x]);return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{mt:24,display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",fontWeight:600},children:[$.jsx(e.Trans,{id:"x6GJ4a",message:"Max Slippage"}),$.jsx(t.QuestionTooltip,{title:$.jsxs($.Fragment,{children:[$.jsx(e.Trans,{id:"qoii6e",message:"The dynamic slippage is provided by ZUNO team through analyzing historical transactions."}),$.jsx("br",{}),$.jsxs(t.Box,{component:"a",href:o.i18n._({id:"zABfk1",message:"https://blog.dodoex.io/introducing-the-dodo-smart-slippage-3d32d13a4fef"}),target:"_blank",rel:"noopener noreferrer",sx:{color:"primary.main",textDecoration:"underline"},onClick:e=>{e.stopPropagation()},children:[$.jsx(e.Trans,{id:"NgeSlx",message:"Learn More"}),">"]})]}),ml:7})]}),f.isLoading||(null===(a=f.slippageData.slippageList)||void 0===a?void 0:a.length)?$.jsxs(t.LoadingSkeleton,{loading:f.isLoading,loadingProps:{width:100},component:"label",sx:{display:"flex",alignItems:"center",gap:8,typography:"body2",cursor:"pointer",color:"text.secondary"},children:[$.jsx(e.Trans,{id:"sxkWRg",message:"Advanced"}),$.jsx(t.Checkbox,{sx:{top:-1},size:16,checked:c,onChange:e=>{const{checked:t}=e.target;ts.setState({slippageAdvanced:t})}})]}):""]}),!!j&&$.jsxs(t.Tabs,{value:j,onChange:(e,t)=>{w(t),t===wu.custom&&C(!0)},children:[$.jsxs(t.TabListButton,{variant:"inPaper",sx:{mt:16,'&:not(:hover) [aria-selected="true"] .weak':{color:t.alpha(d.palette.secondary.contrastText,.5)}},children:[$.jsx(t.TabButton,{value:wu.recommend,variant:"inPaper",sx:{position:"relative"},children:$.jsxs($.Fragment,{children:[$.jsx(t.Box,{component:"span",sx:{position:"absolute",top:4,left:4,ml:4,typography:"h6",fontWeight:600,padding:d.spacing(0,8),borderRadius:4,backgroundColor:k?t.alpha(d.palette.purple.main,.1):"#FFF"},children:$.jsx(t.Box,{component:"span",sx:{background:k?`linear-gradient(90deg, ${d.palette.purple.main} -1.33%, ${"dark"===d.palette.mode?"#E6D9FF":"#BFAFF3"} 98.67%)`:`linear-gradient(90deg, ${d.palette.purple.main} -1.33%, #BFAFF3 98.67%)`,backgroundClip:"text",WebkitBackgroundClip:"text",WebkitTextFillColor:"transparent"},children:"New"})}),$.jsxs(t.Box,{sx:{textAlign:"center"},children:[v?$.jsxs(t.Box,{sx:{flexGrow:1,typography:"body2",fontWeight:600},children:[y.toString()||"-","%"]}):$.jsx(t.Tooltip,{title:$.jsx(e.Trans,{id:"wSpNR+",message:"This trading pair does not have enough historical data and has used the default dynamic slippage."}),sx:{ml:0,maxWidth:240},children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center",typography:"body2",fontWeight:600,color:d.palette.warning.main,gap:4},children:[$.jsx(t.Box,{component:oe.Alarm,sx:{position:"relative",top:-2,width:18,height:18}}),$.jsxs("span",{children:[y.toString()||"-","%"]})]})}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:600},className:"weak",children:$.jsx(e.Trans,{id:"cOvZFM",message:"Dynamic"})})]})]})}),$.jsx(t.TabButton,{value:wu.custom,variant:"inPaper",sx:{position:"relative",p:0},children:$.jsxs(t.Box,{sx:{px:16,py:12,typography:"body2",fontWeight:600,textAlign:"center"},onClick:()=>{setTimeout((()=>{C(!0)}))},children:[b?$.jsx(t.Input,{ref:T,placeholder:"-",sx:{backgroundColor:"transparent",borderWidth:0,"& input":{textAlign:"center",typography:"body2",p:0,boxSizing:"border-box",height:19,color:k?d.palette.secondary.contrastText:d.palette.text.secondary,"&::placeholder":{color:"custom.input.placeholder",opacity:1}}},inputMode:"decimal",value:h||"",autoFocus:!0,onChange:e=>{const t=e.target.value;x({slippage:t,disabled:!1,recommend:String(y)})},onBlur:()=>{setTimeout((()=>{if(C(!1),!m)return void w(wu.recommend);const e=!m||m<0;e&&h&&x({slippage:h,disabled:e,deleted:e,recommend:String(y)})}),10)},onKeyDown:e=>{var t;"Enter"===e.code&&(e.preventDefault(),null===(t=T.current)||void 0===t||t.blur())}}):$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:4,color:h&&k?d.palette.warning.main:void 0},children:[h&&$.jsx(t.Box,{component:oe.Alarm,sx:{position:"relative",top:-2,width:18,height:18}}),h||"-","%"]}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center",typography:"h6",fontWeight:600},className:"weak",children:$.jsx(e.Trans,{id:"8Tg/JR",message:"Custom"})})]})})]}),$.jsx(t.TabPanel,{value:wu.recommend,children:(null===(l=f.slippageData.slippageList)||void 0===l?void 0:l.length)&&c?$.jsx(ku,{data:f.slippageData.slippageList,activeSlippage:B,loading:f.isLoading,handleChangeCustomSlippage:I,sx:{mt:8}}):""}),$.jsxs(t.TabPanel,{value:wu.custom,children:[$.jsx(t.Box,{sx:{mt:8}}),m>y&&$.jsx(Tu,{title:o.i18n._({id:"8XNsbx",message:"Higher than dynamic slippage"}),desc:o.i18n._({id:"iLj1a9",message:"Dynamic slippage is {recommendSlippage}%,the current slippage setting is higher than the dynamic slippage, which means you are willing to accept a worse final execution price.",values:{recommendSlippage:y}}),doNotChecked:u,onChangeDoNotChecked:e=>ts.setState({notRemindAgainSlippageHigher:e})}),!!m&&m<y&&$.jsx(Tu,{title:o.i18n._({id:"TTlkRL",message:"Lower than dynamic slippage"}),desc:o.i18n._({id:"yq+Q9s",message:"Dynamic slippage is {recommendSlippage}% , the current slippage setting may increase the failure rate of transactions.",values:{recommendSlippage:y}}),doNotChecked:p,onChangeDoNotChecked:e=>ts.setState({notRemindAgainSlippageLower:e})})]})]})]})}function Iu({checked:n,onChange:i,sx:o,disabled:r}){const a=t.useTheme();let s=a.palette.background.tag;return n&&(s=a.palette.secondary.main),$.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",position:"relative",borderRadius:8,backgroundColor:a.palette.background.input,opacity:r?.5:1},o),component:t.ButtonBase,disabled:r,onClick:()=>{r||i(!n)},children:[$.jsx(t.Box,{sx:{typography:"body2",fontWeight:600,pl:12,pr:13,pt:8,pb:9,width:"50%",zIndex:1,color:a.palette.text.primary,whiteSpace:"nowrap"},children:$.jsx(e.Trans,{id:"az8lvo",message:"Off"})}),$.jsx(t.Box,{sx:{typography:"body2",fontWeight:600,pl:12,pr:13,pt:8,pb:9,width:"50%",zIndex:1,color:n?a.palette.secondary.contrastText:a.palette.text.primary,whiteSpace:"nowrap"},children:$.jsx(e.Trans,{id:"Z5HWHd",message:"On"})}),$.jsx(t.Box,{sx:{borderRadius:6,backgroundColor:s,zIndex:0,position:"absolute",top:2,bottom:2,width:"calc(50% - 2px - 2px)",left:n?"calc(50% + 2px)":"2px",transition:"left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms"}})]})}function Eu({show:n,onClick:i}){const o=t.useTheme();return $.jsxs(t.HoverOpacity,{weak:!0,sx:{display:n?"flex":"none",alignItems:"center",position:"absolute",bottom:28,left:"50%",transform:"translateX(-50%)",p:o.spacing(8,20),fontWeight:600,borderRadius:20,border:`solid 1px ${o.palette.border.main}`,backgroundColor:"background.paperContrast",boxShadow:`0px 8px 16px 0px ${t.alpha("light"===o.palette.mode?"#FFF":"#000",.1)}`,cursor:"pointer",whiteSpace:"nowrap",gap:4},onClick:i,children:[$.jsx(e.Trans,{id:"F8yRdq",message:"More trade settings"}),$.jsx(t.Box,{component:"svg",width:25,height:24,viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",sx:{color:"text.secondary"},children:$.jsx("path",{d:"M12.5 19L6.5 13L7.9 11.6L12.5 16.175L17.1 11.6L18.5 13L12.5 19ZM12.5 13L6.5 6.99998L7.9 5.59998L12.5 10.175L17.1 5.59998L18.5 6.99998L12.5 13Z",fill:"currentColor"})})]})}function Au({selected:e,name:n,logo:i,onClick:o}){const r=t.useTheme();return $.jsxs(t.Box,{component:t.ButtonBase,onClick:o,sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:20,py:19,mt:16,mx:8,width:"calc(33.33% - 8px - 8px)",borderRadius:8,backgroundColor:r.palette.background.paperContrast,borderColor:e?r.palette.secondary.main:r.palette.background.paperContrast,borderWidth:1,borderStyle:"solid","&:hover":{borderColor:r.palette.secondary.main},position:"relative",overflow:"hidden"},children:[$.jsx("img",{src:i,alt:n,style:{height:40,width:40}}),$.jsx(t.Box,{sx:{color:r.palette.text.primary,typography:"body2",fontWeight:600},children:n}),e&&$.jsx(t.Box,{sx:{right:0,top:0,position:"absolute",width:32,height:24,display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:r.palette.secondary.main,borderRadius:"0px 0px 0px 8px"},children:$.jsx("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{d:"M11.8709 3.16663L5.03682 10.0007L2.35089 7.32514L0.888672 8.78737L5.03682 12.9355L13.3331 4.63922L11.8709 3.16663Z",fill:r.palette.secondary.contrastText})})})]})}function Su({privacySwapSupplierEndpoints:e,endpointStatusMap:i,refetchEndpointStatus:o,setIsSelectSupplierMode:r}){var a,s;const l=t.useTheme(),[d,c]=n.useState(null!==(s=null===(a=null==e?void 0:e[0])||void 0===a?void 0:a.key)&&void 0!==s?s:null),[u,p]=n.useState(i);u!==i&&(p(i),Array.from(i.entries()).forEach((([e,t])=>{t&&c(e)})));const h=d?null==e?void 0:e.find((e=>e.key===d)):void 0,m=!d||i.get(d),x=n.useCallback((()=>{o(),r(!1)}),[o,r]),{switchTo:g}=function({chainId:e,successCallback:t,selectedSupplier:i}){return{switchTo:n.useCallback((()=>N(this,void 0,void 0,(function*(){if(i)try{yield window.ethereum.request({method:"wallet_addEthereumChain",params:[i.addChainParameters]}),t()}catch(e){console.error(e)}}))),[i,t])}}({successCallback:x,selectedSupplier:h});return $.jsxs(t.Box,{sx:{display:"flex",alignItems:"stretch",flexDirection:"column",minHeight:"100%"},children:[$.jsx(t.Box,{sx:{mt:20,pt:12,display:"flex",alignItems:"flex-start",flexWrap:"wrap",mx:-8},children:null==e?void 0:e.map(((e,t)=>{const n=d===e.key;return $.jsx(Au,{selected:n,name:e.name,logo:e.logo,onClick:()=>c(e.key)},t)}))}),$.jsx(t.Box,{sx:{mt:24,width:"100%",height:"1px",flexShrink:0,flexGrow:0,backgroundColor:l.palette.border.main}}),$.jsxs(t.Box,{sx:{mt:24,mb:24,typography:"body2",fontWeight:500,color:l.palette.text.secondary},children:[$.jsx(t.Box,{children:"*Choose your privacy transaction server. Later, a new network will be added to your wallet, and transactions submitted under this network can only be seen by the privacy transaction server. The server will protect you from the impact of MEV. You can also disable the privacy transaction by switching back to the original network."}),h&&$.jsx(t.Box,{sx:{color:l.palette.primary.main},component:"a",href:null==h?void 0:h.docUrl,target:"_blank",rel:"noopener noreferrer",children:"Learn more>"})]}),$.jsx(t.Button,{size:t.Button.Size.big,variant:t.Button.Variant.contained,fullWidth:!0,sx:{marginTop:"auto",flexShrink:0,flexGrow:0},disabled:m,onClick:g,children:"Enable Privacy Swap"}),$.jsx(t.Box,{sx:{height:28,width:"100%"}})]})}function Lu({open:o,onClose:r,fromToken:a,toToken:s,privacySwapEnableAble:l,privacySwapEnable:d,privacySwapSupplierEndpoints:c,endpointStatusMap:u,refetchEndpointStatus:p,isDialogModal:h}){const m=t.useTheme(),{ddl:x,expertMode:g,disableIndirectRouting:f}=ts(),[y,v]=n.useState(!1),b=n.useRef(null),[C,j]=n.useState(!1);return n.useEffect((()=>{const e=b.current,t=new ResizeObserver((()=>{e&&j(e.scrollHeight!==e.offsetHeight)})),n=i.throttle((()=>{if(!e)return;const t=e.scrollTop+e.clientHeight<e.scrollHeight-2;j(t)}),50);return e&&(j(e.scrollHeight!==e.clientHeight),t.observe(e),e.addEventListener("scroll",n)),()=>{e&&(t.unobserve(e),e.removeEventListener("scroll",n))}}),[null==b?void 0:b.current]),$.jsx(_s,{open:o,onClose:y?()=>v(!1):r,id:"swap-settings",title:y?"Select A Supplier":$.jsx(e.Trans,{id:"Tz0i8g",message:"Settings"}),modal:h,children:$.jsx(t.Box,{sx:{px:20,pb:34,overflowY:"auto"},ref:b,children:y?$.jsx(Su,{privacySwapSupplierEndpoints:c,endpointStatusMap:u,refetchEndpointStatus:p,setIsSelectSupplierMode:v,privacySwapEnable:d,privacySwapEnableAble:l}):$.jsxs($.Fragment,{children:[$.jsx(Bu,{fromToken:a,toToken:s}),$.jsxs(t.Box,{sx:{mt:24,pt:14,borderTop:`solid 1px ${m.palette.border.main}`},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",fontWeight:600},children:[$.jsx(e.Trans,{id:"zSMRJ/",message:"Transaction Deadline"}),$.jsx(au,{title:$.jsx(e.Trans,{id:"wmCrk7",message:"You may modify the transaction deadline, the maximum time allowed for a trade to be processed on-chain. However, please note that this may lead to your trade executing at a subpar price, as the market price may change during that time."}),ml:7})]}),$.jsxs(t.Box,{sx:{mt:16,display:"flex",alignItems:"center",gap:8,typography:"body2"},children:[$.jsx(t.Input,{sx:{width:80,height:34,lineHeight:1,typography:"body2","& input":{px:16,py:6}},placeholder:String(Bo),value:x,onChange:e=>{ts.setState({ddl:e.target.value})}}),$.jsx(e.Trans,{id:"H9HlDe",message:"minutes"})]})]}),$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:12,mt:24,pt:14,borderTop:`solid 1px ${m.palette.border.main}`},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(t.Box,{sx:{fontWeight:600},children:[$.jsx(e.Trans,{id:"MXQodB",message:"Disable Indirect Routing"}),$.jsx(au,{title:$.jsx(e.Trans,{id:"Y0Knz4",message:"Checking this option means that the routing algorithm will only route to liquidity pools between the two tokens in the trading pair and will ignore routes with any intermediary tokens."}),ml:7})]}),$.jsx(Iu,{checked:f,onChange:e=>{ts.setState({disableIndirectRouting:e})}})]}),l&&$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(t.Box,{sx:{fontWeight:600},children:[$.jsx(e.Trans,{id:"U1Bq/+",message:"Privacy Swap"}),$.jsx(au,{title:$.jsx(e.Trans,{id:"fsEEap",message:"Privacy Swap can effectively protect users from sandwich attacks that could come about due to the differences between the slippage settings and the current price in the liquidity pool. This feature is free for a limited time."}),ml:7})]}),$.jsx(Iu,{checked:d,disabled:d,onChange:e=>{e&&v(!0)}})]})]}),$.jsx(Eu,{show:C,onClick:()=>{var e,t;null===(e=b.current)||void 0===e||e.scrollTo({top:null===(t=b.current)||void 0===t?void 0:t.scrollHeight,behavior:"smooth"})}})]})})})}function Ru({onClick:e,disabled:n,plus:i}){const o=t.useTheme(),r=n||i||!e;return $.jsx(t.Box,{sx:{width:"100%",position:"relative"},children:$.jsx(t.Box,{component:t.ButtonBase,sx:Object.assign({width:44,height:44,borderRadius:"50%",backgroundColor:o.palette.background.paper,border:"4px solid #E4E1D4",display:"flex",alignItems:"center",justifyContent:"center",position:"absolute",left:"50%",top:"50%",transform:"translate(-50%, -50%) rotate(-90deg)",color:"text.secondary"},r?{cursor:"inherit"}:{"&:hover":{color:"text.primary"},"&:focus-visible":{"&::before":{content:'""',position:"absolute",display:"block",left:"50%",top:"50%",transform:"translate(-50%, -50%)",borderRadius:"50%",width:36,height:36,border:"solid 1px",borderColor:"text.secondary"}}}),disabled:r,onClick:()=>{r||e&&e()},children:i?$.jsx(t.Box,{component:oe.Plus,sx:{width:24,height:24}}):$.jsx(t.Box,{component:oe.ArrowBack,sx:{width:24,height:24}})})})}!function(e){e.recommend="recommend",e.custom="custom"}(wu||(wu={}));const Ou=()=>{const{requests:e,updateText:t}=za(),i=n.useMemo((()=>{let t={};return null==e||e.forEach((([e,n])=>{var i,o;if((n===Ma.Running||n===Ma.Success)&&(null===(i=e.metadata)||void 0===i?void 0:i.logBalance)&&(!e.doneTime||Math.ceil(Date.now()/1e3)-e.doneTime<300)){const n=null===(o=e.metadata)||void 0===o?void 0:o.logBalance;t=Object.assign(Object.assign({},t),n)}})),t}),[e&&Array.from(e)]),o=n.useMemo((()=>{let t={};return null==e||e.forEach((([e,n])=>{var i,o;if(n===Ma.Success&&(null===(i=e.metadata)||void 0===i?void 0:i.logBalance)&&e.doneTime&&Math.ceil(Date.now()/1e3)-e.doneTime<300){const n=null===(o=e.metadata)||void 0===o?void 0:o.logBalance;t=Object.assign(Object.assign({},t),n)}})),t}),[e&&Array.from(e)]),r=n.useCallback(((e,n,i)=>{const o=e[n];if(!o)return!1;return!!(s.isBigNumber(i)?i:new s(i)).isEqualTo(o)||(t((e=>{var t;const i=Object.assign({},e.metadata);return(null===(t=null==i?void 0:i.logBalance)||void 0===t?void 0:t[n])?(delete i.logBalance[n],Object.keys(i.logBalance).length||delete i.logBalance,{brief:e.brief,spec:e.spec,metadata:i}):null})),!1)}),[t]),a=n.useCallback(((e,t)=>r(i,e,t)),[i,r]),l=n.useCallback(((e,t)=>r(o,e,t)),[o,r]);return{balanceData:i,balanceDataDone:o,isTokenLoading:a,isTokenLoadingDone:l}};function Mu({onClick:n,balance:i,decimals:o,address:r,showMaxBtn:a,canClickBalance:s,loading:l,balanceText:d}){const{palette:c}=t.useTheme(),u=s&&(null==i?void 0:i.gt(0))&&n;return $.jsxs(t.Box,{sx:Object.assign({typography:"body2",alignItems:"center",color:c.text.secondary,wordBreak:"break-word",textAlign:"right"},u?{"&:hover":{color:c.text.primary,cursor:"pointer"}}:{}),onClick:u?()=>n(i?i.toString():""):void 0,children:[null!=d?d:$.jsx(e.Trans,{id:"0QDjxt",message:"Balance:"})," ",l?$.jsx(t.RotatingIcon,{sx:{position:"relative",top:-2,verticalAlign:"middle"}}):$.jsxs($.Fragment,{children:[r?Do({input:i,decimals:Math.min(o||4,4)}):"-",a&&i&&i.gt(0)&&n&&$.jsx(t.Box,{component:t.ButtonBase,sx:{ml:6,color:(null==i?void 0:i.gt(0))?c.primary.main:c.text.disabled,cursor:r?"pointer":"unset",typography:"body2"},onClick:()=>n&&n(i?i.toString():""),children:$.jsx(e.Trans,{id:"CK1KXz",message:"Max"})})]})]})}const Pu=n.forwardRef((function({readOnly:e,sx:i,value:o,decimals:r,onChange:a,suffix:s,suffixGap:l=0,withClear:d,onFocus:c,placeholder:u,readonlyShowSuffix:p,typography:h},m){const x=t.useTheme(),g=n.useMemo((()=>s||(d&&o&&a?$.jsx(t.Box,{component:t.ButtonBase,sx:{ml:5,width:18,height:18,borderRadius:"50%",backgroundColor:"border.main",display:"flex",justifyContent:"center",alignItems:"center",flexShrink:0,color:"text.secondary","&:focus-visible":{border:"solid 1px",borderColor:"text.primary"}},onClick:()=>{a&&a("")},children:$.jsx(t.Box,{component:oe.Error,sx:{width:12}})}):void 0)),[a,s,x.palette.text.primary,o,d]);return $.jsx(t.Input,{fullWidth:!0,value:o,readOnly:e,placeholder:u||"0.00",onFocus:c,onChange:e=>{const t=e.target.value,n=0===t.length?"":Vo(t,r);a&&a(n)},"data-testid":"number-input-wrapper",suffix:(!e||p)&&g,suffixGap:l,ref:m,sx:Object.assign({border:"none","& input":{fontSize:24,typography:h,border:"none",outline:"none",padding:0,color:"text.primary","&::placeholder":{fontSize:24,typography:h,color:"text.disabled"}}},i)})}));function _u({token:n,onClick:i,showChainLogo:o,readonly:r,showChainName:a}){var s,l;const d=t.useTheme(),c=(null==n?void 0:n.chainId)?xo.get(n.chainId):null,u=a&&!!c;return $.jsxs(t.Box,{component:t.ButtonBase,sx:{display:"flex",alignItems:"center",gap:8,color:d.palette.text.primary,typography:u?"body2":"body1",fontWeight:600,"&:focus-visible":{opacity:.5}},onClick:e=>{r||i&&i(e)},"data-testid":So,children:[!!(null==n?void 0:n.address)&&$.jsx(Hs,{url:null==n?void 0:n.logoURI,address:null!==(s=null==n?void 0:n.address)&&void 0!==s?s:"",chainId:null==n?void 0:n.chainId,noShowChain:!o,width:32,height:32,chainSize:16,logoOffset:6,marginRight:0}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[(null==n?void 0:n.address)?$.jsx($.Fragment,{children:$.jsx(t.Box,{children:null!==(l=null==n?void 0:n.symbol)&&void 0!==l?l:"-"})}):$.jsx(e.Trans,{id:"sIPJGT",message:"SELECT TOKEN"}),!r&&$.jsx("svg",{width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 11.75L12 7.25H6L9 11.75Z",fill:"currentColor"})})]}),!!u&&$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",typography:"h6",color:"text.secondary"},children:[c.name,$.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{d:"M5.6036 4.12761C5.50037 4.20906 5.3708 4.24967 5.23958 4.24169C5.10836 4.23372 4.98466 4.17773 4.89203 4.08438C4.7994 3.99103 4.74433 3.86685 4.7373 3.73549C4.73026 3.60413 4.77177 3.47477 4.8539 3.37205L5.96239 2.25211C6.46737 1.76405 7.14372 1.494 7.84575 1.5001C8.54779 1.50621 9.21934 1.78798 9.71577 2.28474C10.2122 2.78151 10.4938 3.4535 10.4999 4.156C10.506 4.85851 10.2361 5.5353 9.74839 6.04062L8.60241 7.16592C8.55441 7.22201 8.49533 7.26757 8.4289 7.29974C8.36246 7.3319 8.29009 7.34997 8.21635 7.35282C8.1426 7.35567 8.06906 7.34324 8.00034 7.3163C7.93162 7.28936 7.86921 7.2485 7.81702 7.19627C7.76483 7.14405 7.724 7.0816 7.69707 7.01284C7.67015 6.94407 7.65772 6.87048 7.66057 6.79668C7.66342 6.72289 7.68148 6.65047 7.71363 6.58399C7.74577 6.51751 7.7913 6.4584 7.84736 6.41036L8.97191 5.28506C9.25568 4.98032 9.41017 4.57725 9.40283 4.16078C9.39549 3.74431 9.22689 3.34695 8.93255 3.05242C8.63821 2.75788 8.24111 2.58917 7.82491 2.58182C7.40872 2.57447 7.00592 2.72906 6.70138 3.01302L5.6036 4.12761ZM6.34259 7.93755C6.38819 7.87582 6.44652 7.82461 6.51361 7.7874C6.58071 7.75018 6.65501 7.72783 6.73149 7.72185C6.80798 7.71586 6.88485 7.7264 6.95691 7.75273C7.02897 7.77906 7.09453 7.82058 7.14917 7.87447C7.2038 7.92836 7.24622 7.99337 7.27356 8.06509C7.3009 8.13682 7.31252 8.21358 7.30764 8.29019C7.30275 8.3668 7.28148 8.44147 7.24525 8.50913C7.20902 8.5768 7.15869 8.63589 7.09765 8.68239L5.96774 9.81305C5.45894 10.2708 4.7943 10.5163 4.11029 10.4992C3.42627 10.482 2.77479 10.2034 2.2896 9.72061C1.80441 9.23784 1.52232 8.58752 1.50127 7.90316C1.48021 7.2188 1.72179 6.55234 2.17638 6.04062L3.30629 4.93139C3.3504 4.86735 3.4079 4.81369 3.47482 4.77413C3.54174 4.73456 3.61646 4.71005 3.69379 4.70229C3.77113 4.69453 3.84922 4.70371 3.92266 4.72919C3.99609 4.75466 4.0631 4.79583 4.11904 4.84983C4.17497 4.90384 4.21849 4.96937 4.24657 5.0419C4.27464 5.11442 4.28661 5.19219 4.28163 5.2698C4.27665 5.34742 4.25484 5.42302 4.21773 5.49135C4.18062 5.55969 4.12908 5.61912 4.06671 5.66552L2.93144 6.79618C2.64767 7.10092 2.49318 7.50398 2.50052 7.92045C2.50786 8.33692 2.67647 8.73428 2.97081 9.02882C3.26515 9.32335 3.66224 9.49207 4.07844 9.49942C4.49463 9.50676 4.89743 9.35217 5.20197 9.06821L6.34259 7.93755ZM5.00919 7.76072C4.96119 7.81681 4.90211 7.86237 4.83567 7.89454C4.76924 7.9267 4.69687 7.94477 4.62312 7.94763C4.54937 7.95048 4.47583 7.93804 4.40711 7.9111C4.33839 7.88416 4.27598 7.8433 4.2238 7.79108C4.17161 7.73885 4.13077 7.6764 4.10385 7.60764C4.07693 7.53887 4.0645 7.46528 4.06735 7.39149C4.0702 7.31769 4.08826 7.24528 4.1204 7.17879C4.15255 7.11231 4.19808 7.0532 4.25413 7.00516L6.90487 4.35267C7.00731 4.26488 7.13909 4.21901 7.27386 4.22422C7.40863 4.22943 7.53648 4.28533 7.63185 4.38077C7.72722 4.4762 7.78309 4.60413 7.7883 4.73899C7.7935 4.87385 7.74766 5.00572 7.65993 5.10823L5.00919 7.76072Z",fill:"currentColor"})})]})]})]})}function Fu({chain:e,active:n,onClick:i}){return $.jsx(t.Tooltip,{title:e.name,placement:"top",onlyHover:!0,children:$.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",gap:8,p:8,borderRadius:8,cursor:"pointer",border:"1px solid"},n?{backgroundColor:"tabActive.main",borderColor:"tabActive.main",color:"primary.main"}:{borderColor:"border.main","&:hover":{backgroundColor:"hover.default"}}),onClick:i,children:[$.jsx(t.Box,{component:e.logo,sx:{width:24,height:24}}),n&&$.jsx(t.Box,{sx:{typography:"body2",color:"primary.main"},children:e.name})]})},e.chainId)}var Nu=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,n=[],i=0;i<e.rangeCount;i++)n.push(e.getRangeAt(i));switch(t.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRanges(),function(){"Caret"===e.type&&e.removeAllRanges(),e.rangeCount||n.forEach((function(t){e.addRange(t)})),t&&t.focus()}},Du={"text/plain":"Text","text/html":"Url",default:"Text"};var qu=function(e,t){var n,i,o,r,a,s,l=!1;t||(t={}),n=t.debug||!1;try{if(o=Nu(),r=document.createRange(),a=document.getSelection(),(s=document.createElement("span")).textContent=e,s.ariaHidden="true",s.style.all="unset",s.style.position="fixed",s.style.top=0,s.style.clip="rect(0, 0, 0, 0)",s.style.whiteSpace="pre",s.style.webkitUserSelect="text",s.style.MozUserSelect="text",s.style.msUserSelect="text",s.style.userSelect="text",s.addEventListener("copy",(function(i){if(i.stopPropagation(),t.format)if(i.preventDefault(),void 0===i.clipboardData){n&&console.warn("unable to use e.clipboardData"),n&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var o=Du[t.format]||Du.default;window.clipboardData.setData(o,e)}else i.clipboardData.clearData(),i.clipboardData.setData(t.format,e);t.onCopy&&(i.preventDefault(),t.onCopy(i.clipboardData))})),document.body.appendChild(s),r.selectNodeContents(s),a.addRange(r),!document.execCommand("copy"))throw new Error("copy command was unsuccessful");l=!0}catch(o){n&&console.error("unable to copy using execCommand: ",o),n&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),l=!0}catch(o){n&&console.error("unable to copy using clipboardData: ",o),n&&console.error("falling back to prompt"),i=function(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}("message"in t?t.message:"Copy to clipboard: #{key}, Enter"),window.prompt(i,e)}}finally{a&&("function"==typeof a.removeRange?a.removeRange(r):a.removeAllRanges()),s&&document.body.removeChild(s),o()}return l},Uu=q(qu);function Vu({copyText:e,size:i,sx:r,componentProps:a,onClick:s,children:l}){var d;const[c,u]=n.useState(!1);return $.jsx(t.TooltipToast,{title:o.i18n._({id:"6V3Ea3",message:"Copied"}),open:c,onClose:()=>u(!1),arrow:!1,children:$.jsxs(t.Box,{...a,component:null!==(d=null==a?void 0:a.component)&&void 0!==d?d:t.ButtonBase,onClick:t=>{if(null==a?void 0:a.onClick)return a.onClick(t);t.stopPropagation(),e&&(Uu(e),u(!0)),s&&s()},sx:Object.assign({cursor:"pointer"},null==a?void 0:a.sx),children:[$.jsx(t.Box,{component:oe.Copy,sx:Object.assign({width:i||"auto",height:i||"auto"},r)}),l]})})}function Hu({truncate:e,address:n,disabledAddress:i,sx:o,handleOpen:r,addressHoverColor:a,addressHoverShowIcon:s}){return i?$.jsx(t.Box,{children:e?da(n):n}):$.jsx(t.HoverAddUnderLine,{lineSx:{bottom:-1},lineColor:null!=a?a:(null==o?void 0:o.color)||"",hoverSx:{color:"addressHoverColor","& svg":{display:"inline-block"}},className:"truncate-address-link",children:$.jsxs(t.Box,{onClick:e=>{null==r||r(e,"address")},sx:{display:"flex",alignItems:"center",cursor:"pointer"},children:[e?da(n):n,s?$.jsx(t.Box,{component:oe.ArrowRight,sx:{display:"none",width:14,height:14}}):""]})})}function Wu({address:e,truncate:n,showCopy:i,size:o="medium",iconSize:r,iconSpace:a,sx:s,iconDarkHover:l,disabledAddress:d,addressHoverColor:c,addressHoverShowIcon:u,customChainId:p,handleOpen:h,onAddressClick:m,onShareClick:x}){const g=t.useTheme(),{chainId:f}=fa(),y=null!=p?p:f,v="big"===o,b="medium"===o,C=l?t.HoverAddBackground:t.HoverOpacity,j=e=>{let t=e?12:8;return a&&(t=a),l&&(t-=3),t},w=v?"h5":b?"body1":"body2",k=(t,n)=>{h?h(t,n):y&&(t.stopPropagation(),window.open(ca(y,e,"address")))},T=r||(b?16:14);return $.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",typography:w,color:g.palette.text.primary,lineHeight:"normal"},s||{}),children:[$.jsx(Hu,{truncate:n,address:e,disabledAddress:d,sx:s,typography:w,handleOpen:null!=m?m:k,addressHoverColor:c,addressHoverShowIcon:u}),$.jsx(C,{sx:{display:"inline-flex",ml:j(b),cursor:"pointer"},onClick:e=>{k(e,"icon")},children:$.jsx(t.Box,{component:oe.ArrowTopRightBorder,sx:{width:T,height:T}})}),i?$.jsx(Vu,{size:T,copyText:e,componentProps:{component:C,sx:{ml:j(b),display:"inline-flex",alignItems:"center",justifyContent:"center"}}}):null,!!x&&$.jsx(C,{sx:{display:"inline-flex",ml:j(b),cursor:"pointer"},onClick:e=>{x(e)},children:$.jsx(t.Box,{component:oe.Share,sx:{width:T,height:T,ml:j(b)}})})]})}function Zu({token:e,disabled:n,style:i,balance:o,onClick:r}){const a=t.useTheme(),s=o?Do({input:o,decimals:e.decimals}):"";return $.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8,typography:"body2",px:8,py:8,borderRadius:8,cursor:n?"auto":"pointer",opacity:n?.5:1,"&:hover":{backgroundColor:"hover.default"}},style:i,onClick:()=>{n||r()},"data-testid":Oo,children:[$.jsx(Hs,{token:e,width:32,height:32,noShowChain:!0,noBorder:!0}),$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:2},children:[$.jsx(t.Box,{sx:{textAlign:"left",color:"text.primary",typography:"body2",fontWeight:600},children:e.symbol}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(t.Box,{sx:{color:"text.secondary",typography:"h6",fontWeight:500,maxWidth:"80px",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:e.name,children:e.name}),$.jsx(Wu,{address:e.address,customChainId:e.chainId,showCopy:!0,truncate:!0,iconSpace:2,iconSize:12,size:"small",sx:{typography:"h6",color:"text.disabled"}})]})]}),$.jsx(t.Box,{sx:{ml:"auto",typography:"body1",color:"text.primary",display:"flex",alignItems:"center",justifyContent:"flex-end"},children:(null==o?void 0:o.gte(0))?s:$.jsx(t.Box,{component:oe.Loading,width:18,sx:{"& path":{fill:a.palette.text.disabled},animation:"loadingRotate 1.1s infinite linear","@keyframes loadingRotate":{"0%":{transform:"rotate(0deg)"},"100%":{transform:"rotate(359deg)"}}}})})]})}function $u(){return $.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between"},children:[$.jsx(t.Skeleton,{variant:"circular",width:32,sx:{mt:8}}),$.jsxs(t.Box,{sx:{ml:8,flex:"1 0 auto"},children:[$.jsx(t.Skeleton,{sx:{borderRadius:4},height:24}),$.jsx(t.Skeleton,{sx:{mt:4,borderRadius:4},height:19,width:137})]})]})}function zu({chainId:e,value:i,onChange:r,occupiedAddrs:a,occupiedChainId:s,hiddenAddrs:l,showAddrs:d,visible:u,side:p,defaultLoadBalance:h,multiple:m,searchPlaceholder:x,searchOtherAddress:g,sx:f}){const{chainList:y,selectChainId:v,setSelectChainId:b}=function(e){const{crossChain:t,defaultChainId:i}=G(),o=n.useMemo((()=>t?Array.from(xo.values()):[]),[t]),[r,a]=n.useState(i);return n.useEffect((()=>{a((e=>void 0===e?i:e))}),[i]),{chainList:o,selectChainId:n.useMemo((()=>null!=r?r:i),[r,i]),setSelectChainId:a}}(),{showTokenList:C,filter:j,setFilter:w,onSelectToken:k,popularTokenList:T,tokenInfoMap:I}=Vs({value:i,onChange:r,occupiedAddrs:a,occupiedChainId:s,hiddenAddrs:l,showAddrs:d,side:p,chainId:null!=e?e:v,visible:u,defaultLoadBalance:h,multiple:m}),E=n.useRef(null),[A,S]=n.useState(0);n.useEffect((()=>{if(u&&i)if(Array.isArray(i)){const[e]=i;e&&e.chainId!==v&&b(e.chainId)}else b(i.chainId)}),[i,u]),n.useEffect((()=>{u&&E.current&&S(E.current.offsetHeight-16)}),[E,u,v]);const L=c.useQuery({queryKey:["token-picker-searchOtherAddress",j],queryFn:()=>g?g(j):null,enabled:la(j)&&!!g}),R=n.useCallback((({index:e,style:t})=>{var n;const o=C[e];if(!o)return null;let r=!1;return i&&(r=Array.isArray(i)?i.some((e=>e.address===o.address&&e.chainId===o.chainId)):i.address===o.address&&i.chainId===o.chainId),$.jsx(Zu,{token:o,disabled:r,style:t,onClick:()=>k(o),balance:null===(n=I.get(`${o.chainId}-${o.address}`))||void 0===n?void 0:n.balance},o.address+o.chainId)}),[C,T,i]);return $.jsxs(t.Box,{sx:Object.assign({display:"flex",flexDirection:"column",px:16,flex:1,overflow:"hidden"},f),children:[$.jsx(t.SearchInput,{fullWidth:!0,height:48,value:j,onChange:e=>w(e.target.value),clearValue:()=>w(""),placeholder:null!=x?x:o.i18n._({id:"72/M0o",message:"Enter the token symbol or address"}),sx:{mb:16}}),void 0===e&&y.length>0&&$.jsx(t.Box,{sx:{position:"relative",display:"flex",gap:8,flexWrap:"wrap",pb:32,"&::after":{content:'""',position:"absolute",bottom:16,left:0,right:0,height:"1px",backgroundColor:"border.main"}},children:y.map((e=>$.jsx(Fu,{chain:e,active:e.chainId===v,onClick:()=>{b(e.chainId)}},e.chainId)))}),$.jsx(t.Box,{sx:{pb:16,flexGrow:1},ref:E,children:C.length?$.jsx(B.FixedSizeList,{height:A,itemCount:C.length,itemSize:56,width:"100%",className:"token-list",children:R}):$.jsx(t.Box,{sx:{height:A,overflowY:"auto"},children:L.isLoading?$.jsx($u,{}):L.data?L.data:$.jsx(X,{hasSearch:!0,sx:{mt:80}})})})]})}function Qu(t){const{height:n,TokenPickerDialog:i}=G(),{isMobile:o}=Oa();if(i)return $.jsx(i,{...t});const{open:r,title:a,value:s,onClose:l,occupiedAddrs:d,hiddenAddrs:c,occupiedChainId:u,onTokenChange:p,side:h,defaultLoadBalance:m,multiple:x,searchPlaceholder:g,searchOtherAddress:f,chainId:y,modal:v}=t;return $.jsx(_s,{height:v?"80vh":n,open:r,onClose:l,title:null!=a?a:$.jsx(e.Trans,{id:"T0Y2+3",message:"Select a token"}),id:"select-token",testId:Ro,modal:v,children:$.jsx(zu,{value:s,visible:r,onChange:p,occupiedAddrs:d,occupiedChainId:u,hiddenAddrs:c,side:h,defaultLoadBalance:m,multiple:x,searchPlaceholder:g,searchOtherAddress:f,chainId:y,sx:v?{width:o?"100%":420,borderRadius:16}:void 0})})}const Gu=/^ST[0-9A-HJ-NP-Z]{39}$/;const Yu=({chainId:e,open:i,onClose:o,inputToAddress:a,setInputToAddress:s})=>{const d=t.useTheme(),[c,u]=n.useState(a||""),p=function(e,t){return n.useMemo((()=>{if(!e)return!1;const n=xo.get(t);if(!n)return!1;try{if(n.isEVMChain)return!!Or(e);if(n.isSolanaChain)return new l.PublicKey(e),!0;if(n.isBTCChain){if(Gu.test(e))return!0;try{return t===r.ChainId.BTC_SIGNET?_.address.toOutputScript(e,jd):_.address.toOutputScript(e,_.networks.bitcoin),!0}catch(e){return!1}}return!1}catch(e){return!1}}),[e,t])}(c,e),h=n.useMemo((()=>xo.get(e)),[e]);return $.jsx(_s,{open:i,onClose:o,title:"Receive address",modal:!0,children:$.jsxs(t.Box,{sx:{minWidth:420,p:20,borderTop:`1px solid ${d.palette.border.main}`,display:"flex",flexDirection:"column",gap:20},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},children:[$.jsx(t.Input,{fullWidth:!0,value:c,placeholder:`Enter ${null==h?void 0:h.name} address`,onChange:e=>{u(e.target.value)},height:48,suffix:c?$.jsx(t.Box,{component:t.ButtonBase,sx:{ml:5,width:18,height:18,borderRadius:"50%",backgroundColor:"border.main",display:"flex",justifyContent:"center",alignItems:"center",flexShrink:0,color:"text.secondary","&:focus-visible":{border:"solid 1px",borderColor:"text.primary"}},onClick:()=>{u("")},children:$.jsx(t.Box,{component:oe.Error,sx:{width:12}})}):null}),!p&&c&&$.jsx(t.Box,{sx:{typography:"h6",color:"error.main"},children:"Invalid address"})]}),$.jsx(t.Button,{fullWidth:!0,variant:t.Button.Variant.contained,size:t.Button.Size.middle,disabled:!c||!p,onClick:()=>{s(c),o()},children:"Confirm"})]})})},Xu=({token:e,enterAddressEnabled:i=!1,inputToAddress:o,setInputToAddress:r,account:a})=>{var s,l,d,c,u,p;const h=e.chainId,{open:m,disconnect:x}=fa(),[g,f]=n.useState(!1),y=n.useMemo((()=>xo.get(h)),[h]),v=$.jsxs("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[$.jsx("path",{d:"M12.001 6.3667C12.7373 6.3667 13.3339 6.9634 13.334 7.69971V9.03369H10.1338C9.54481 9.03383 9.06738 9.51108 9.06738 10.1001C9.06751 10.689 9.54488 11.1664 10.1338 11.1665H13.334V12.4995C13.334 13.2359 12.7374 13.8335 12.001 13.8335H4.00098C3.2646 13.8335 2.66797 13.2359 2.66797 12.4995V7.69971C2.66806 6.9634 3.26465 6.3667 4.00098 6.3667H12.001Z",fill:"currentColor"}),$.jsx("ellipse",{cx:"10.1349",cy:"10.1002",rx:"0.533334",ry:"0.533333",fill:"currentColor"}),$.jsx("path",{d:"M8.54243 3.63688C9.14948 3.36708 9.86253 3.5853 10.2146 4.14863L10.9341 5.29984H4.80078L8.54243 3.63688Z",fill:"currentColor"})]});return $.jsxs($.Fragment,{children:[$.jsx(t.Popup,{triggerChildren:(null===(s=null==a?void 0:a.appKitAccount)||void 0===s?void 0:s.isConnected)?$.jsxs(t.Box,{sx:{display:"inline-flex",alignItems:"center",gap:4,px:4,py:2,borderRadius:4,backgroundColor:"background.tag",typography:"h6",lineHeight:"16px"},children:[v,da(null===(l=null==a?void 0:a.appKitAccount)||void 0===l?void 0:l.address),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",children:$.jsx("path",{d:"M12.667 6.93016L11.5703 5.8335L8.00033 9.39572L4.43033 5.8335L3.33366 6.93016L8.00033 11.5968L12.667 6.93016Z",fill:"currentColor",fillOpacity:"0.5"})})]}):$.jsxs(t.Box,{sx:{display:"inline-flex",alignItems:"center",gap:4,px:4,py:2,borderRadius:4,backgroundColor:"background.tag",typography:"h6",lineHeight:"16px"},children:["Wallet address:",da(null===(d=null==a?void 0:a.appKitAccount)||void 0===d?void 0:d.address),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",children:$.jsx("path",{d:"M3.33301 10.0698L4.42967 11.1665L7.99967 7.60428L11.5697 11.1665L12.6663 10.0698L7.99967 5.40317L3.33301 10.0698Z",fill:"currentColor",fillOpacity:"0.5"})})]}),titleSx:{display:"flex",flexDirection:"column",gap:8},children:$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},children:[$.jsxs(t.Box,{sx:{typography:"h6",lineHeight:"16px",color:"text.secondary"},children:["Connected(",pa(h),")"]}),(null===(c=null==a?void 0:a.appKitAccount)||void 0===c?void 0:c.isConnected)?$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8,px:8,py:8,color:"text.primary",borderRadius:8,backgroundColor:"background.paperContrast",typography:"body2",lineHeight:"19px"},children:[o?v:y&&$.jsx(t.Box,{component:y.logo,sx:{width:16,height:16}}),da(null===(u=null==a?void 0:a.appKitAccount)||void 0===u?void 0:u.address),$.jsx(t.Box,{sx:{ml:"auto",display:"flex",alignItems:"center",justifyContent:"center",cursor:"pointer"},onClick:()=>{o?r(null):x({namespace:null==a?void 0:a.namespace})},children:$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.25 2.25H9.75V9.75H8.25V2.25ZM12.3075 4.94244L13.3725 3.87744C14.8275 5.11494 15.75 6.94494 15.75 8.99994C15.75 12.7274 12.7275 15.7499 9 15.7499C5.2725 15.7499 2.25 12.7274 2.25 8.99994C2.25 6.94494 3.1725 5.11494 4.6275 3.87744L5.685 4.93494C4.5075 5.89494 3.75 7.35744 3.75 8.99994C3.75 11.9024 6.0975 14.2499 9 14.2499C11.9025 14.2499 14.25 11.9024 14.25 8.99994C14.25 7.35744 13.4925 5.89494 12.3075 4.94244Z",fill:"#ED4A25"})})})]}):$.jsxs($.Fragment,{children:[$.jsx(t.Box,{sx:{height:"1px",width:"100%",backgroundColor:"border.main"}}),$.jsx(t.Box,{sx:{p:8,cursor:"pointer",typography:"body2",lineHeight:"19px",color:"text.primary","&:hover":{borderRadius:8,backgroundColor:"background.paperContrast"}},onClick:()=>{m({namespace:null==a?void 0:a.namespace})},children:"Connect a new wallet"})]}),i&&$.jsxs($.Fragment,{children:[(null===(p=null==a?void 0:a.appKitAccount)||void 0===p?void 0:p.isConnected)&&$.jsx(t.Box,{sx:{height:"1px",width:"100%",backgroundColor:"border.main"}}),$.jsx(t.Box,{sx:{p:8,cursor:"pointer",typography:"body2",lineHeight:"19px",color:"text.primary","&:hover":{borderRadius:8,backgroundColor:"background.paperContrast"}},onClick:()=>{f(!0)},children:"Enter receive address"})]})]})}),g&&$.jsx(Yu,{open:g,onClose:()=>f(!1),chainId:h,inputToAddress:o,setInputToAddress:r})]})};function Ku({sx:i,amt:o,token:r,readOnly:a,showMaxBtn:s,canClickBalance:l,onMaxClick:d,fiatPriceTxt:u,failedReason:p,occupiedAddrs:h,occupiedChainId:m,onInputFocus:x,onTokenClick:g,onInputChange:f,onTokenChange:y,side:v,showChainLogo:b,showChainName:C,defaultLoadBalance:j,overrideBalance:w,overrideBalanceLoading:k,balanceText:T,showPercentage:B,inputReadonlyTooltip:I,inputTypography:E,hideToken:A,checkLogBalance:S,notTokenPickerModal:L,enterAddressEnabled:R,inputToAddress:O,setInputToAddress:M,account:P}){var _,F,N;const D=t.useTheme(),[q,U]=n.useState(!1),V=c.useQuery(Zi.getFetchTokenQuery(null==r?void 0:r.chainId,null==r?void 0:r.address,null===(_=null==P?void 0:P.appKitAccount)||void 0===_?void 0:_.address)),H=null!==(N=null!=w?w:null===(F=V.data)||void 0===F?void 0:F.balance)&&void 0!==N?N:null,{isTokenLoading:W}=Ou();let Z=null!=k?k:V.isLoading;!Z&&H&&(S?Z=Object.entries(S).some((([e,t])=>W(e,t))):r&&(Z=W(r.address,H))),Sa({tokenList:r?[r]:[]});const[z,Q]=n.useState(0),Y=n.useRef("");n.useEffect((()=>{o!==Y.current&&Q(0)}),[o]);const{gotoBuyToken:X}=G();let K=X&&H&&o&&H.lt(o);const J=!!f||!!I,ee={"& input":{typography:"h2",height:"44px",border:"none",outline:"none",padding:0,color:"text.primary","&::placeholder":{typography:"h2",height:"44px",color:"text.disabled"}},backgroundColor:"background.paper"};return $.jsxs(t.Box,{sx:Object.assign({minHeight:J?133:"auto",padding:D.spacing(20,20,24),overflow:"hidden",display:"flex",flexDirection:"column",justifyContent:"space-between",borderRadius:12,backgroundColor:D.palette.background.paper},i),children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:4},children:[A?$.jsx(t.Box,{}):$.jsx(_u,{token:r,showChainLogo:b,showChainName:C,onClick:()=>U(!0),readonly:!y}),r&&$.jsx(Xu,{token:r,enterAddressEnabled:R,inputToAddress:O,setInputToAddress:M,account:P})]}),J&&(a&&I?$.jsx(t.TooltipToast,{title:I,arrow:!1,children:$.jsx(t.Box,{children:$.jsx(Pu,{value:o,readOnly:!0,withClear:!0,sx:Object.assign({mt:16},ee)})})}):$.jsx(Pu,{value:o,onFocus:x,onChange:f?e=>{f(e),Q(0)}:void 0,readOnly:a,withClear:!0,suffix:K?$.jsx(t.Button,{variant:t.Button.Variant.tag,backgroundColor:D.palette.background.paperDarkContrast,sx:{fontSize:12},onClick:e=>{var t;e.stopPropagation(),(null===(t=null==P?void 0:P.appKitAccount)||void 0===t?void 0:t.address)&&(null==X||X({token:r,account:P.appKitAccount.address}))},children:$.jsx(e.Trans,{id:"qiOIiY",message:"Buy"})}):void 0,typography:E,sx:Object.assign({mt:16},ee)})),p&&$.jsx(t.Box,{sx:{mt:4,typography:"h6",lineHeight:"16px",fontWeight:500,color:D.palette.error.main},children:p}),$.jsxs(t.Box,{sx:{mt:B?9:4,display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsx(t.Box,{sx:{typography:"h6",color:D.palette.text.secondary},children:u}),$.jsx(Mu,{balance:H,balanceText:T,onClick:a||!d&&!f?void 0:e=>{d?d(e):f&&f(e),0!==z&&1!==z&&(Q(1),Y.current=e)},showMaxBtn:s,canClickBalance:l,address:null==r?void 0:r.address,decimals:null==r?void 0:r.decimals,loading:Z})]}),$.jsx(Qu,{value:r,open:q,side:v,chainId:void 0,occupiedAddrs:h,occupiedChainId:m,defaultLoadBalance:j,onClose:()=>{U(!1),g&&g()},onTokenChange:(e,t)=>{U(!1),setTimeout((()=>{!Array.isArray(e)&&y&&y(e,t)}),Os)},modal:!L})]})}function Ju({rawRouteData:e,chainId:t}){const i=n.useMemo((()=>{if(!e)return[];try{const n=JSON.parse(e);return n.subRoute[0].midPath.map((e=>{const{fromToken:n,toToken:i,oneSplitTotalPart:o}=e,r=new Map;return e.poolDetails.forEach((e=>{var t;const n={poolPart:Ko({input:new s(e.poolPart).div(o)}),poolAddress:e.pool||null};r.has(e.poolName)?null===(t=r.get(e.poolName))||void 0===t||t.push(n):r.set(e.poolName,[n])})),{fromToken:n,toToken:i,chainId:t,poolDetails:r}}))}catch(e){console.error(e)}return[]}),[t,e]);return{routeData:i}}const ep=({routeInfo:i,toToken:o,fromToken:r})=>{const[a,s]=n.useState(!1),l=t.useTheme(),{isMobile:d}=Oa(),c=n.useMemo((()=>{const e=[{key:"from",logo:$.jsx(Hs,{token:r,noShowChain:!0,height:14,width:14,marginRight:0})}];return e.push({key:"to",logo:$.jsx(Hs,{token:o,noShowChain:!0,height:14,width:14,marginRight:0})}),e}),[r,o]),{routeData:u}=Ju({rawRouteData:i,chainId:null==r?void 0:r.chainId});return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{py:4,pl:8,pr:4,display:"flex",alignItems:"center",gap:4,borderRadius:12,backgroundColor:l.palette.background.tag,cursor:"pointer",typography:"h6",fontWeight:500,color:l.palette.text.secondary,"&:hover":{color:l.palette.text.primary}},onClick:()=>{s(!0)},children:[$.jsx(t.Box,{sx:{color:l.palette.text.primary},children:"Route:"}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",gap:0},children:c.map(((e,t)=>$.jsx(n.Fragment,{children:e.logo},e.key)))}),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",children:$.jsx("path",{d:"M2.91699 11.0833V7.58332H4.08366V9.91666H6.41699V11.0833H2.91699ZM9.91699 6.41666V4.08332H7.58366V2.91666H11.0837V6.41666H9.91699Z",fill:"currentColor"})})]}),$.jsx(_s,{open:a,title:$.jsx(e.Trans,{id:"rT8e1f",message:"Route"}),onClose:()=>s(!1),modal:!0,children:$.jsx(t.Box,{sx:{minWidth:d?"100%":800,py:20,px:20,borderTop:`1px solid ${l.palette.border.main}`},children:d?$.jsx(Xs,{routeData:u,fromTokenRaw:r,toTokenRaw:o}):$.jsx(Ks,{routeData:u,fromTokenRaw:r,toTokenRaw:o})})})]})};function tp({toToken:i,fromToken:o,priceStatus:r,pricePerToToken:a,pricePerFromToken:s,routeInfo:l}){const d=t.useTheme(),[c,u]=n.useState("-"),[p,h]=n.useState(null),[m,x]=n.useState("-"),[g,f]=n.useState(null);n.useEffect((()=>{u(null==o?void 0:o.symbol),x(null==i?void 0:i.symbol),h(a),f(s)}),[o,i,a,s]);const y=n.useCallback((()=>{u(m),x(c),h(g),f(p)}),[c,p,m,g]);return $.jsx(t.Box,{sx:{display:"flex",justifyContent:"center",alignItems:"center",width:"100%"},children:{[ns.Initial]:"-",[ns.Loading]:$.jsxs($.Fragment,{children:[$.jsx(t.RotatingIcon,{sx:{mr:5}}),$.jsx(e.Trans,{id:"JdNn1Y",message:"Fetching best price..."})]}),[ns.Failed]:$.jsxs($.Fragment,{children:[$.jsx(t.Box,{component:oe.Warn,sx:{width:15,mr:5,color:"warning.main"}}),$.jsx(e.Trans,{id:"NVAuTg",message:"Quote not available"})]}),[ns.Success]:$.jsxs(t.Box,{sx:{width:"100%",mt:16,px:11,py:7,borderRadius:12,border:`solid 1px ${d.palette.border.main}`,display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,flexWrap:"wrap"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"flex-start",gap:6},children:[$.jsxs(t.Box,{sx:{typography:"body2",lineHeight:"18px",color:d.palette.text.primary},children:["1 ",c," ",$.jsx("span",{style:{color:d.palette.text.secondary},children:"="})," $",No({input:g,showDecimals:4})," ",m]}),$.jsx(t.Box,{component:t.ButtonBase,sx:{width:18,height:18,borderRadius:"50%",backgroundColor:"border.main",display:"flex",justifyContent:"center",alignItems:"center"},children:$.jsx(t.Box,{sx:{width:16,color:"text.secondary"},onClick:y,component:oe.Switch})})]}),o&&i&&$.jsx(ep,{routeInfo:l,fromToken:o,toToken:i})]})}[r]})}const np=[.25,.5,.75,1];function ip({value:e,onChange:n,sx:i}){const o=t.useTheme(),r="light"===o.palette.mode,{isMobile:a}=Oa();return $.jsx(t.Box,{sx:Object.assign({display:"grid",gap:a?10:14,gridTemplateColumns:`repeat(${np.length}, 1fr)`},i),children:np.map((i=>{const a=i===e;return $.jsxs(t.ButtonBase,{disabled:!n,sx:{typography:"h6",borderRadius:4,padding:o.spacing(4,0),width:"100%",color:"text.secondary",backgroundColor:"background.paperDarkContrast","&:disabled":{color:"text.disabled"},"&:not(:disabled)&:hover":{color:o.palette.text.primary,backgroundColor:t.alpha(o.palette.text.primary,.2)},"&.selected, &:focus":{color:"#fff",backgroundColor:r?o.palette.primary.main:t.alpha(o.palette.text.primary,.4)}},onClick:()=>{!a&&n&&n(i)},className:a?"selected":void 0,children:[100*i,"%"]},i)}))})}function op(){return t.useTheme(),$.jsx(t.Box,{sx:{height:4,position:"relative",color:"text.secondary"},children:$.jsx(t.Box,{sx:{width:44,height:44,backgroundColor:"background.input",borderRadius:"50%",display:"flex",alignItems:"center",justifyContent:"center",borderWidth:4,borderStyle:"solid",borderColor:"background.paper",position:"absolute",left:"50%",top:"50%",transform:"translate(-50%,-50%)",color:"text.secondary"},children:$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"24",viewBox:"0 0 25 24",fill:"none",children:$.jsx("path",{d:"M19.0142 13H13.0142V19H11.0142V13H5.01416V11H11.0142V5H13.0142V11H19.0142V13Z",fill:"currentColor"})})})})}function rp(){return $.jsx(t.Box,{sx:{position:"relative",height:4},children:$.jsx(t.Box,{sx:{width:44,height:44,borderRadius:22,backgroundColor:"background.input",borderWidth:4,borderColor:"background.paper",position:"absolute",left:"50%",top:"50%",transform:"translate(-50%,-50%) rotate(90deg)",display:"flex",alignItems:"center",justifyContent:"center",color:"text.secondary"},children:$.jsx(t.Box,{component:oe.Plus})})})}function ap({sx:i,inputSx:o,amt:r,token:a,readOnly:s,showMaxBtn:l,canClickBalance:d,onMaxClick:u,fiatPriceTxt:p,occupiedAddrs:h,occupiedChainId:m,onInputFocus:x,onTokenClick:g,onInputChange:f,onTokenChange:y,side:v,showChainLogo:b,showChainName:C,defaultLoadBalance:j,overrideBalance:w,overrideBalanceLoading:k,balanceText:T,showPercentage:B,inputReadonlyTooltip:I,inputTypography:E,chainId:A,hideToken:S,checkLogBalance:L,notTokenPickerModal:R}){var O,M;const{account:P}=fa(),_=t.useTheme(),[F,N]=n.useState(!1),D=c.useQuery(Zi.getFetchTokenQuery(null==a?void 0:a.chainId,null==a?void 0:a.address,P)),q=null!==(M=null!=w?w:null===(O=D.data)||void 0===O?void 0:O.balance)&&void 0!==M?M:null,{isTokenLoading:U}=Ou();let V=null!=k?k:D.isLoading;!V&&q&&(L?V=Object.entries(L).some((([e,t])=>U(e,t))):a&&(V=U(a.address,q))),Sa({tokenList:a?[a]:[]});const[H,W]=n.useState(0),Z=n.useRef("");n.useEffect((()=>{r!==Z.current&&W(0)}),[r]);const{gotoBuyToken:z}=G();let Q=z&&q&&r&&q.lt(r);const Y=!!f||!!I;return $.jsxs(t.Box,{sx:Object.assign({minHeight:Y?133:"auto",padding:_.spacing(20,20,24),borderRadius:16,overflow:"hidden",display:"flex",flexDirection:"column",justifyContent:"space-between",backgroundColor:_.palette.background.input},i),children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:4},children:[S?$.jsx(t.Box,{}):$.jsx(_u,{token:a,showChainLogo:b,showChainName:C,onClick:()=>N(!0),readonly:!y}),$.jsx(Mu,{balance:q,balanceText:T,onClick:s||!u&&!f?void 0:e=>{u?u(e):f&&f(e),0!==H&&1!==H&&(W(1),Z.current=e)},showMaxBtn:l,canClickBalance:d,address:null==a?void 0:a.address,decimals:null==a?void 0:a.decimals,loading:V})]}),Y&&(s&&I?$.jsx(t.TooltipToast,{title:I,arrow:!1,children:$.jsx(t.Box,{children:$.jsx(Pu,{value:r,readOnly:!0,withClear:!0,sx:Object.assign({mt:12},o)})})}):$.jsx(Pu,{value:r,onFocus:x,onChange:f?e=>{f(e),W(0)}:void 0,readOnly:s,withClear:!0,suffix:Q?$.jsx(t.Button,{variant:t.Button.Variant.tag,backgroundColor:_.palette.background.paperDarkContrast,sx:{fontSize:12},onClick:e=>{e.stopPropagation(),null==z||z({token:a,account:P})},children:$.jsx(e.Trans,{id:"qiOIiY",message:"Buy"})}):void 0,typography:E,sx:Object.assign({mt:12},o)})),!s&&B?$.jsx(ip,{sx:{mt:16},value:H,onChange:q&&void 0!==(null==a?void 0:a.decimals)?e=>{if(q&&(null==a?void 0:a.decimals))if(W(e),1===e){const e=q.toString();u?u(e):f&&f(e),Z.current=e}else if(f){const t=q.multipliedBy(e).dp(a.decimals).toString();f(t),Z.current=t}}:void 0}):"",void 0!==p?$.jsx(t.Box,{sx:{mt:B?9:0,typography:"h6",color:_.palette.text.secondary},children:p}):"",$.jsx(Qu,{value:a,open:F,side:v,chainId:A,occupiedAddrs:h,occupiedChainId:m,defaultLoadBalance:j,onClose:()=>{N(!1),g&&g()},onTokenChange:(e,t)=>{N(!1),setTimeout((()=>{!Array.isArray(e)&&y&&y(e,t)}),Os)},modal:!R})]})}var sp;function lp(){return lp=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},lp.apply(null,arguments)}const dp=e=>P.createElement("svg",lp({width:12,height:12,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),sp||(sp=P.createElement("path",{d:"M5.6036 4.12761C5.50037 4.20906 5.3708 4.24967 5.23958 4.24169C5.10836 4.23372 4.98466 4.17773 4.89203 4.08438C4.7994 3.99103 4.74433 3.86685 4.7373 3.73549C4.73026 3.60413 4.77177 3.47477 4.8539 3.37205L5.96239 2.25211C6.46737 1.76405 7.14372 1.494 7.84575 1.5001C8.54779 1.50621 9.21934 1.78798 9.71577 2.28474C10.2122 2.78151 10.4938 3.4535 10.4999 4.156C10.506 4.85851 10.2361 5.5353 9.74839 6.04062L8.60241 7.16592C8.55441 7.22201 8.49533 7.26757 8.4289 7.29974C8.36246 7.3319 8.29009 7.34997 8.21635 7.35282C8.1426 7.35567 8.06906 7.34324 8.00034 7.3163C7.93162 7.28936 7.86921 7.2485 7.81702 7.19627C7.76483 7.14405 7.724 7.0816 7.69707 7.01284C7.67015 6.94407 7.65772 6.87048 7.66057 6.79668C7.66342 6.72289 7.68148 6.65047 7.71363 6.58399C7.74577 6.51751 7.7913 6.4584 7.84736 6.41036L8.97191 5.28506C9.25568 4.98032 9.41017 4.57725 9.40283 4.16078C9.39549 3.74431 9.22689 3.34695 8.93255 3.05242C8.63821 2.75788 8.24111 2.58917 7.82491 2.58182C7.40872 2.57447 7.00592 2.72906 6.70138 3.01302L5.6036 4.12761ZM6.34259 7.93755C6.38819 7.87582 6.44652 7.82461 6.51361 7.7874C6.58071 7.75018 6.65501 7.72783 6.73149 7.72185C6.80798 7.71586 6.88485 7.7264 6.95691 7.75273C7.02897 7.77906 7.09453 7.82058 7.14917 7.87447C7.2038 7.92836 7.24622 7.99337 7.27356 8.06509C7.3009 8.13682 7.31252 8.21358 7.30764 8.29019C7.30275 8.3668 7.28148 8.44147 7.24525 8.50913C7.20902 8.5768 7.15869 8.63589 7.09765 8.68239L5.96774 9.81305C5.45894 10.2708 4.7943 10.5163 4.11029 10.4992C3.42627 10.482 2.77479 10.2034 2.2896 9.72061C1.80441 9.23784 1.52232 8.58752 1.50127 7.90316C1.48021 7.2188 1.72179 6.55234 2.17638 6.04062L3.30629 4.93139C3.3504 4.86735 3.4079 4.81369 3.47482 4.77413C3.54174 4.73456 3.61646 4.71005 3.69379 4.70229C3.77113 4.69453 3.84922 4.70371 3.92266 4.72919C3.99609 4.75466 4.0631 4.79583 4.11904 4.84983C4.17497 4.90384 4.21849 4.96937 4.24657 5.0419C4.27464 5.11442 4.28661 5.19219 4.28163 5.2698C4.27665 5.34742 4.25484 5.42302 4.21773 5.49135C4.18062 5.55969 4.12908 5.61912 4.06671 5.66552L2.93144 6.79618C2.64767 7.10092 2.49318 7.50398 2.50052 7.92045C2.50786 8.33692 2.67647 8.73428 2.97081 9.02882C3.26515 9.32335 3.66224 9.49207 4.07844 9.49942C4.49463 9.50676 4.89743 9.35217 5.20197 9.06821L6.34259 7.93755ZM5.00919 7.76072C4.96119 7.81681 4.90211 7.86237 4.83567 7.89454C4.76924 7.9267 4.69687 7.94477 4.62312 7.94763C4.54937 7.95048 4.47583 7.93804 4.40711 7.9111C4.33839 7.88416 4.27598 7.8433 4.2238 7.79108C4.17161 7.73885 4.13077 7.6764 4.10385 7.60764C4.07693 7.53887 4.0645 7.46528 4.06735 7.39149C4.0702 7.31769 4.08826 7.24528 4.1204 7.17879C4.15255 7.11231 4.19808 7.0532 4.25413 7.00516L6.90487 4.35267C7.00731 4.26488 7.13909 4.21901 7.27386 4.22422C7.40863 4.22943 7.53648 4.28533 7.63185 4.38077C7.72722 4.4762 7.78309 4.60413 7.7883 4.73899C7.7935 4.87385 7.74766 5.00572 7.65993 5.10823L5.00919 7.76072Z",fill:"currentColor"}))),cp=e=>Object.keys(new Array(e+1).join(","));function up(e){return null!=e&&""!==e}var pp;function hp(){return hp=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},hp.apply(null,arguments)}const mp=e=>P.createElement("svg",hp({height:355,viewBox:"0 0 397 355",width:397,xmlns:"http://www.w3.org/2000/svg"},e),pp||(pp=P.createElement("g",{fill:"none",fillRule:"evenodd",transform:"translate(-1 -1)"},P.createElement("path",{d:"m114.622644 327.195472 52.004717 13.810198v-18.05949l4.245283-4.249292h29.716982v21.246459 14.872523h-31.839624l-39.268868-16.997169z",fill:"#cdbdb2"}),P.createElement("path",{d:"m199.528305 327.195472 50.943397 13.810198v-18.05949l4.245283-4.249292h29.716981v21.246459 14.872523h-31.839623l-39.268868-16.997169z",fill:"#cdbdb2",transform:"matrix(-1 0 0 1 483.96227 0)"}),P.createElement("path",{d:"m170.872644 287.889523-4.245283 35.056657 5.306604-4.249292h55.18868l6.367925 4.249292-4.245284-35.056657-8.490565-5.311615-42.452832 1.062323z",fill:"#393939"}),P.createElement("path",{d:"m142.216984 50.9915022 25.471698 59.4900858 11.674528 173.158643h41.391511l12.735849-173.158643 23.349056-59.4900858z",fill:"#f89c35"}),P.createElement("path",{d:"m30.7783023 181.657226-29.71698153 86.048161 74.29245393-4.249293h47.7594343v-37.181303l-2.122641-76.487253-10.613208 8.498583z",fill:"#f89d35"}),P.createElement("path",{d:"m87.0283032 191.218134 87.0283028 2.124646-9.551886 44.617563-41.391511-10.623229z",fill:"#d87c30"}),P.createElement("path",{d:"m87.0283032 192.280457 36.0849058 33.994334v33.994334z",fill:"#ea8d3a"}),P.createElement("path",{d:"m123.113209 227.337114 42.452831 10.623229 13.79717 45.679888-9.551886 5.311615-46.698115-27.620398z",fill:"#f89d35"}),P.createElement("path",{d:"m123.113209 261.331448-8.490565 65.864024 56.25-39.305949z",fill:"#eb8f35"}),P.createElement("path",{d:"m174.056606 193.34278 5.306604 90.297451-15.919812-46.211049z",fill:"#ea8e3a"}),P.createElement("path",{d:"m74.2924539 262.393771 48.8207551-1.062323-8.490565 65.864024z",fill:"#d87c30"}),P.createElement("path",{d:"m24.4103777 355.878193 90.2122663-28.682721-40.3301901-64.801701-73.23113313 5.311616z",fill:"#eb8f35"}),P.createElement("path",{d:"m167.688682 110.481588-45.636793 38.243627-35.0235858 42.492919 87.0283028 3.186969z",fill:"#e8821e"}),P.createElement("path",{d:"m114.622644 327.195472 56.25-39.305949-4.245283 33.994334v19.121813l-38.207548-7.43626z",fill:"#dfcec3"}),P.createElement("path",{d:"m229.245286 327.195472 55.18868-39.305949-4.245283 33.994334v19.121813l-38.207548-7.43626z",fill:"#dfcec3",transform:"matrix(-1 0 0 1 513.679252 0)"}),P.createElement("path",{d:"m132.665096 212.464593-11.674528 24.433427 41.39151-10.623229z",fill:"#393939",transform:"matrix(-1 0 0 1 283.372646 0)"}),P.createElement("path",{d:"m23.349057 1.06232296 144.339625 109.41926504-24.410378-59.4900858z",fill:"#e88f35"}),P.createElement("path",{d:"m23.349057 1.06232296-19.10377392 58.42776294 10.61320772 63.7393781-7.42924541 4.249292 10.61320771 9.560906-8.49056617 7.436261 11.67452847 10.623229-7.4292454 6.373938 16.9811323 21.246459 79.5990577-24.433428c38.915096-31.161473 58.018869-47.096318 57.311322-47.804533-.707548-.708215-48.820756-37.1813036-144.339625-109.41926504z",fill:"#8e5a30"}),P.createElement("g",{transform:"matrix(-1 0 0 1 399.056611 0)"},P.createElement("path",{d:"m30.7783023 181.657226-29.71698153 86.048161 74.29245393-4.249293h47.7594343v-37.181303l-2.122641-76.487253-10.613208 8.498583z",fill:"#f89d35"}),P.createElement("path",{d:"m87.0283032 191.218134 87.0283028 2.124646-9.551886 44.617563-41.391511-10.623229z",fill:"#d87c30"}),P.createElement("path",{d:"m87.0283032 192.280457 36.0849058 33.994334v33.994334z",fill:"#ea8d3a"}),P.createElement("path",{d:"m123.113209 227.337114 42.452831 10.623229 13.79717 45.679888-9.551886 5.311615-46.698115-27.620398z",fill:"#f89d35"}),P.createElement("path",{d:"m123.113209 261.331448-8.490565 65.864024 55.18868-38.243626z",fill:"#eb8f35"}),P.createElement("path",{d:"m174.056606 193.34278 5.306604 90.297451-15.919812-46.211049z",fill:"#ea8e3a"}),P.createElement("path",{d:"m74.2924539 262.393771 48.8207551-1.062323-8.490565 65.864024z",fill:"#d87c30"}),P.createElement("path",{d:"m24.4103777 355.878193 90.2122663-28.682721-40.3301901-64.801701-73.23113313 5.311616z",fill:"#eb8f35"}),P.createElement("path",{d:"m167.688682 110.481588-45.636793 38.243627-35.0235858 42.492919 87.0283028 3.186969z",fill:"#e8821e"}),P.createElement("path",{d:"m132.665096 212.464593-11.674528 24.433427 41.39151-10.623229z",fill:"#393939",transform:"matrix(-1 0 0 1 283.372646 0)"}),P.createElement("path",{d:"m23.349057 1.06232296 144.339625 109.41926504-24.410378-59.4900858z",fill:"#e88f35"}),P.createElement("path",{d:"m23.349057 1.06232296-19.10377392 58.42776294 10.61320772 63.7393781-7.42924541 4.249292 10.61320771 9.560906-8.49056617 7.436261 11.67452847 10.623229-7.4292454 6.373938 16.9811323 21.246459 79.5990577-24.433428c38.915096-31.161473 58.018869-47.096318 57.311322-47.804533-.707548-.708215-48.820756-37.1813036-144.339625-109.41926504z",fill:"#8e5a30"})))));function xp(e){const{switchNetwork:t}=m.useAppKitNetwork();return n.useMemo((()=>{var n;if(!e)return;const i=null===(n=xo.get(e))||void 0===n?void 0:n.caipNetwork;return i?()=>t(i):void 0}),[e,t])}function gp({token:e,size:r="small",sx:a,children:s}){const[l,d]=n.useState(!1),{evmProvider:c,chainId:u}=fa(),p=xp(e.chainId);return $.jsxs(t.Box,{sx:i.merge({margin:"0",border:"none",padding:"0",background:"none",cursor:"pointer","&:focus":{outline:"none"},"&:active":{outline:"none"},display:"inline-flex",alignItems:"center",justifyContent:"center"},a),onClick:t=>N(this,void 0,void 0,(function*(){if(t.stopPropagation(),void 0!==e.chainId&&e.chainId!==u&&p)return void(null==p||p());if(l)return;if(!c)return;d(!0);const{result:n,failMsg:i}=yield function(e,t){return N(this,void 0,void 0,(function*(){if(!e)return{result:!1};try{return{result:yield e.send("wallet_watchAsset",{type:"ERC20",options:{address:t.address,symbol:t.symbol,decimals:t.decimals,image:t.logoURI}})}}catch(e){return console.error(e),{result:!1,failMsg:null==e?void 0:e.message}}}))}(c,e);n?Wc.getState().toast({message:o.i18n._({id:"DupCvC",message:"Added successful"}),type:"success",timeout:3e3}):Wc.getState().toast({message:`${o.i18n._({id:"v4wgrk",message:"Failed to add"})}${i?`: ${i}`:""}`,type:"error"}),d(!1)})),component:"button",children:[$.jsx(t.Box,{component:mp,sx:Object.assign({},"medium"===r?{width:16,height:16}:{width:14,height:14})}),s]})}function fp({tokens:e,width:n=24,height:i=24,gap:o=-4,cross:r,mr:a,chainId:s,showChainLogo:l,sx:d}){var c;const u=t.useTheme(),{onlyChainId:p}=G(),h=l&&!p,m=n/2;return!e||e.length<=0?$.jsx(t.Box,{sx:Object.assign({display:"inline-flex",alignItems:"center",mr:a,position:"relative",zIndex:0},d),children:$.jsx(t.Box,{component:"svg",xmlns:"http://www.w3.org/2000/svg",width:52,height:24,viewBox:"0 0 52 24",fill:"none",sx:{height:n,width:"auto",color:t.alpha(u.palette.text.primary,"light"===u.palette.mode?.11:.13),animation:"pulseKeyframe 2s ease-in-out 0.5s infinite","@keyframes pulseKeyframe":{"0%":{opacity:1},"50%":{opacity:.4},"100%":{opacity:1}}},children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.3746 4.50813C19.1755 1.76008 15.7933 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C15.7933 24 19.1755 22.2399 21.3746 19.4919C19.8788 17.3743 19 14.7898 19 12C19 9.21023 19.8788 6.62571 21.3746 4.50813ZM22 5.36441C24.1498 2.13102 27.8261 0 32 0C38.3911 0 43.6152 4.99623 43.9797 11.296C41.0986 12.163 39 14.8364 39 18C39 19.1371 39.2711 20.2108 39.7523 21.1602C37.6611 22.9317 34.9553 24 32 24C27.8261 24 24.1498 21.869 22 18.6356C20.7363 16.735 20 14.4535 20 12C20 9.54653 20.7363 7.26502 22 5.36441ZM52 18C52 21.3137 49.3137 24 46 24C43.5588 24 41.458 22.542 40.5211 20.4493C40.5042 20.4116 40.4876 20.3736 40.4715 20.3355C40.1679 19.6176 40 18.8284 40 18C40 15.3894 41.6673 13.1682 43.9952 12.3431C44.6221 12.1209 45.2969 12 46 12C49.3137 12 52 14.6863 52 18Z",fill:"currentColor"})})}):$.jsxs(t.Box,{sx:Object.assign({display:"inline-flex",alignItems:"center",mr:a,position:"relative",zIndex:0},d),children:[e.map(((e,i)=>$.jsx(t.Box,{sx:{display:"inline-flex",width:n,height:n,ml:i>0?o:0,borderRadius:"50%",backgroundColor:u.palette.background.default},children:"object"==typeof e?$.jsx(Hs,{address:e.address,width:n,height:n,chainId:s,url:e.logoURI,cross:r,noShowChain:!0,noBorder:!0,marginRight:0}):$.jsx(t.Box,{component:"img",height:n,src:e})},i))),h&&xo.has(s)?$.jsx(t.Box,{component:null===(c=xo.get(s))||void 0===c?void 0:c.logo,sx:{position:"absolute",bottom:0,right:0,zIndex:e.length+1,transform:"translateX(50%)",width:m,height:m}}):""]})}function yp({loading:e,empty:n,hasSearch:i,children:o,refetch:r}){return e?$.jsx(t.Box,{sx:{display:"flex",flexDirection:"column",justifyContent:"center",gap:24,px:24,height:320},children:cp(4).map(((e,n)=>$.jsx(t.Skeleton,{width:"100%",height:45},n)))}):r?$.jsx(ne,{refresh:r,sx:{height:320}}):n?$.jsx(X,{hasSearch:i,sx:{height:320}}):$.jsx($.Fragment,{children:o})}function vp({show:e,onClick:n,sx:i}){return $.jsx(t.Box,{component:t.ButtonBase,sx:Object.assign({p:3,transform:e?"rotate(180deg)":"none",transition:"all 100ms",color:"text.primary",display:"flex",alignItems:"center",justifyContent:"center"},i),onClick:n,children:$.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.58398 11.376C8.78189 11.6728 9.21811 11.6728 9.41603 11.376L12.4818 6.77735C12.7033 6.44507 12.4651 6 12.0657 6H5.93426C5.53491 6 5.29672 6.44507 5.51823 6.77735L8.58398 11.376Z",fill:"currentColor"})})})}function bp({isMobile:e,statusText:n,statusColor:i,time:o,alphaColor:r,sx:a,children:s}){const l=t.useTheme(),d=t.alpha(i,.1),c=r?t.alpha(i,r):i;return $.jsxs(t.Box,{sx:Object.assign({display:"flex",flexDirection:"column",alignItems:e?"center":"flex-start",gap:2,typography:"h6",color:"text.secondary"},a),children:[$.jsxs(t.Box,{sx:{padding:l.spacing(4,16),borderRadius:4,backgroundColor:d,color:c,textAlign:"center",display:"flex",alignItems:"center",justifyContent:"center"},children:[n,s]}),o]})}function Cp({token:e,amount:n,canAddMetamask:i,title:o,linkVisible:r=!0}){var a,s;return $.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:2},children:[$.jsxs(t.Box,{sx:{typography:"h6",fontWeight:500,color:"text.primary"},children:[o,": ",Do({input:n,decimals:null==e?void 0:e.decimals})," ",null==e?void 0:e.symbol]}),i&&e&&$.jsx(gp,{token:e})]}),$.jsxs(t.Box,{sx:{display:"inline-flex",alignItems:"center",gap:4,typography:"h6",fontWeight:500,color:"text.secondary"},children:[e&&null!==(s=null===(a=xo.get(e.chainId))||void 0===a?void 0:a.name)&&void 0!==s?s:"-",r&&$.jsx(dp,{})]})]})}function jp({token:e,amount:n,showChain:i,hideLogo:o,canAddMetamask:r,sx:a}){var s,l;let d="";i&&(d=null!==(l=null===(s=xo.get(e.chainId))||void 0===s?void 0:s.name)&&void 0!==l?l:"");const c=Do({input:n,decimals:e.decimals});return $.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",gap:4},a),children:[!o&&$.jsx(Hs,{address:e.address,chainId:e.chainId,width:20,height:20}),$.jsxs(t.Box,{sx:{fontWeight:600},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,wordBreak:"break-word"},children:[`${c} ${e.symbol}`,r&&$.jsx(gp,{token:e})]}),!!d&&$.jsxs(t.Box,{sx:{display:"inline-flex",alignItems:"center",gap:2,typography:"h6",fontWeight:500,color:"text.secondary"},children:[d,$.jsx(dp,{})]})]})]})}function wp({height:n=64,sx:i,onClick:o,hasMore:r,loading:a}){return t.useTheme(),r?$.jsx(t.ButtonBase,{sx:Object.assign({display:"flex",justifyContent:"center",alignItems:"center",height:n,width:"100%",typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},i),onClick:o,children:a?$.jsx(t.RotatingIcon,{}):$.jsxs($.Fragment,{children:[$.jsx(e.Trans,{id:"yQ2kGp",message:"Load more"}),$.jsx(t.Box,{component:oe.ArrowRight,sx:{transform:"rotate(90deg)"}})]})}):null}function kp(e){var{sx:n,children:i,hasMore:o,loadMore:r,loadMoreLoading:a}=e,s=F(e,["sx","children","hasMore","loadMore","loadMoreLoading"]);return t.useTheme(),$.jsxs(t.Box,{sx:Object.assign({position:"relative",flex:1,overflowY:"auto",pt:12,px:20,pb:20},n),...s,children:[$.jsx(t.Box,{component:"table",sx:{width:"100%",borderCollapse:"separate",borderSpacing:"0 4px","& th":{py:12,px:24,typography:"body2",textAlign:"left",color:"text.secondary",backgroundColor:"background.paper"},"& th:first-of-type":{borderTopLeftRadius:"8px",borderBottomLeftRadius:"8px"},"& th:last-of-type":{borderTopRightRadius:"8px",borderBottomRightRadius:"8px"},"& td":{px:24,py:16,backgroundColor:"background.paper"},"& thead":{position:"sticky",top:0,zIndex:2,"&::after":{content:'""',display:"table-row",height:"0"}}},children:i}),!!r&&$.jsx(wp,{loading:a,hasMore:o,onClick:r})]})}const Tp=new cr("properties/5.8.0");function Bp(e,t,n){Object.defineProperty(e,t,{enumerable:!0,value:n,writable:!1})}function Ip(e,t){for(let n=0;n<32;n++){if(e[t])return e[t];if(!e.prototype||"object"!=typeof e.prototype)break;e=Object.getPrototypeOf(e.prototype).constructor}return null}const Ep={bigint:!0,boolean:!0,function:!0,number:!0,string:!0};function Ap(e){if(null==e||Ep[typeof e])return!0;if(Array.isArray(e)||"object"==typeof e){if(!Object.isFrozen(e))return!1;const t=Object.keys(e);for(let n=0;n<t.length;n++){let i=null;try{i=e[t[n]]}catch(e){continue}if(!Ap(i))return!1}return!0}return Tp.throwArgumentError("Cannot deepCopy "+typeof e,"object",e)}function Sp(e){if(Ap(e))return e;if(Array.isArray(e))return Object.freeze(e.map((e=>Lp(e))));if("object"==typeof e){const t={};for(const n in e){const i=e[n];void 0!==i&&Bp(t,n,Lp(i))}return t}return Tp.throwArgumentError("Cannot deepCopy "+typeof e,"object",e)}function Lp(e){return Sp(e)}class Rp{constructor(e){for(const t in e)this[t]=Lp(e[t])}}const Op="abi/5.8.0",Mp=new cr(Op),Pp={};let _p={calldata:!0,memory:!0,storage:!0},Fp={calldata:!0,memory:!0};function Np(e,t){if("bytes"===e||"string"===e){if(_p[t])return!0}else if("address"===e){if("payable"===t)return!0}else if((e.indexOf("[")>=0||"tuple"===e)&&Fp[t])return!0;return(_p[t]||"payable"===t)&&Mp.throwArgumentError("invalid modifier","name",t),!1}function Dp(e,t){for(let n in t)Bp(e,n,t[n])}const qp=Object.freeze({sighash:"sighash",minimal:"minimal",full:"full",json:"json"}),Up=new RegExp(/^(.*)\[([0-9]*)\]$/);class Vp{constructor(e,t){e!==Pp&&Mp.throwError("use fromString",cr.errors.UNSUPPORTED_OPERATION,{operation:"new ParamType()"}),Dp(this,t);let n=this.type.match(Up);Dp(this,n?{arrayLength:parseInt(n[2]||"-1"),arrayChildren:Vp.fromObject({type:n[1],components:this.components}),baseType:"array"}:{arrayLength:null,arrayChildren:null,baseType:null!=this.components?"tuple":this.type}),this._isParamType=!0,Object.freeze(this)}format(e){if(e||(e=qp.sighash),qp[e]||Mp.throwArgumentError("invalid format type","format",e),e===qp.json){let t={type:"tuple"===this.baseType?"tuple":this.type,name:this.name||void 0};return"boolean"==typeof this.indexed&&(t.indexed=this.indexed),this.components&&(t.components=this.components.map((t=>JSON.parse(t.format(e))))),JSON.stringify(t)}let t="";return"array"===this.baseType?(t+=this.arrayChildren.format(e),t+="["+(this.arrayLength<0?"":String(this.arrayLength))+"]"):"tuple"===this.baseType?(e!==qp.sighash&&(t+=this.type),t+="("+this.components.map((t=>t.format(e))).join(e===qp.full?", ":",")+")"):t+=this.type,e!==qp.sighash&&(!0===this.indexed&&(t+=" indexed"),e===qp.full&&this.name&&(t+=" "+this.name)),t}static from(e,t){return"string"==typeof e?Vp.fromString(e,t):Vp.fromObject(e)}static fromObject(e){return Vp.isParamType(e)?e:new Vp(Pp,{name:e.name||null,type:Jp(e.type),indexed:null==e.indexed?null:!!e.indexed,components:e.components?e.components.map(Vp.fromObject):null})}static fromString(e,t){return n=function(e,t){let n=e;function i(t){Mp.throwArgumentError(`unexpected character at position ${t}`,"param",e)}function o(e){let n={type:"",name:"",parent:e,state:{allowType:!0}};return t&&(n.indexed=!1),n}e=e.replace(/\s/g," ");let r={type:"",name:"",state:{allowType:!0}},a=r;for(let n=0;n<e.length;n++){let r=e[n];switch(r){case"(":a.state.allowType&&""===a.type?a.type="tuple":a.state.allowParams||i(n),a.state.allowType=!1,a.type=Jp(a.type),a.components=[o(a)],a=a.components[0];break;case")":delete a.state,"indexed"===a.name&&(t||i(n),a.indexed=!0,a.name=""),Np(a.type,a.name)&&(a.name=""),a.type=Jp(a.type);let e=a;a=a.parent,a||i(n),delete e.parent,a.state.allowParams=!1,a.state.allowName=!0,a.state.allowArray=!0;break;case",":delete a.state,"indexed"===a.name&&(t||i(n),a.indexed=!0,a.name=""),Np(a.type,a.name)&&(a.name=""),a.type=Jp(a.type);let s=o(a.parent);a.parent.components.push(s),delete a.parent,a=s;break;case" ":a.state.allowType&&""!==a.type&&(a.type=Jp(a.type),delete a.state.allowType,a.state.allowName=!0,a.state.allowParams=!0),a.state.allowName&&""!==a.name&&("indexed"===a.name?(t||i(n),a.indexed&&i(n),a.indexed=!0,a.name=""):Np(a.type,a.name)?a.name="":a.state.allowName=!1);break;case"[":a.state.allowArray||i(n),a.type+=r,a.state.allowArray=!1,a.state.allowName=!1,a.state.readArray=!0;break;case"]":a.state.readArray||i(n),a.type+=r,a.state.readArray=!1,a.state.allowArray=!0,a.state.allowName=!0;break;default:a.state.allowType?(a.type+=r,a.state.allowParams=!0,a.state.allowArray=!0):a.state.allowName?(a.name+=r,delete a.state.allowArray):a.state.readArray?a.type+=r:i(n)}}return a.parent&&Mp.throwArgumentError("unexpected eof","param",e),delete r.state,"indexed"===a.name?(t||i(n.length-7),a.indexed&&i(n.length-7),a.indexed=!0,a.name=""):Np(a.type,a.name)&&(a.name=""),r.type=Jp(r.type),r}(e,!!t),Vp.fromObject({name:n.name,type:n.type,indexed:n.indexed,components:n.components});var n}static isParamType(e){return!(null==e||!e._isParamType)}}function Hp(e,t){return function(e){e=e.trim();let t=[],n="",i=0;for(let o=0;o<e.length;o++){let r=e[o];","===r&&0===i?(t.push(n),n=""):(n+=r,"("===r?i++:")"===r&&(i--,-1===i&&Mp.throwArgumentError("unbalanced parenthesis","value",e)))}n&&t.push(n);return t}(e).map((e=>Vp.fromString(e,t)))}class Wp{constructor(e,t){e!==Pp&&Mp.throwError("use a static from method",cr.errors.UNSUPPORTED_OPERATION,{operation:"new Fragment()"}),Dp(this,t),this._isFragment=!0,Object.freeze(this)}static from(e){return Wp.isFragment(e)?e:"string"==typeof e?Wp.fromString(e):Wp.fromObject(e)}static fromObject(e){if(Wp.isFragment(e))return e;switch(e.type){case"function":return Yp.fromObject(e);case"event":return Zp.fromObject(e);case"constructor":return Gp.fromObject(e);case"error":return Kp.fromObject(e);case"fallback":case"receive":return null}return Mp.throwArgumentError("invalid fragment object","value",e)}static fromString(e){return"event"===(e=(e=(e=e.replace(/\s/g," ")).replace(/\(/g," (").replace(/\)/g,") ").replace(/\s+/g," ")).trim()).split(" ")[0]?Zp.fromString(e.substring(5).trim()):"function"===e.split(" ")[0]?Yp.fromString(e.substring(8).trim()):"constructor"===e.split("(")[0].trim()?Gp.fromString(e.trim()):"error"===e.split(" ")[0]?Kp.fromString(e.substring(5).trim()):Mp.throwArgumentError("unsupported fragment","value",e)}static isFragment(e){return!(!e||!e._isFragment)}}class Zp extends Wp{format(e){if(e||(e=qp.sighash),qp[e]||Mp.throwArgumentError("invalid format type","format",e),e===qp.json)return JSON.stringify({type:"event",anonymous:this.anonymous,name:this.name,inputs:this.inputs.map((t=>JSON.parse(t.format(e))))});let t="";return e!==qp.sighash&&(t+="event "),t+=this.name+"("+this.inputs.map((t=>t.format(e))).join(e===qp.full?", ":",")+") ",e!==qp.sighash&&this.anonymous&&(t+="anonymous "),t.trim()}static from(e){return"string"==typeof e?Zp.fromString(e):Zp.fromObject(e)}static fromObject(e){if(Zp.isEventFragment(e))return e;"event"!==e.type&&Mp.throwArgumentError("invalid event object","value",e);const t={name:th(e.name),anonymous:e.anonymous,inputs:e.inputs?e.inputs.map(Vp.fromObject):[],type:"event"};return new Zp(Pp,t)}static fromString(e){let t=e.match(nh);t||Mp.throwArgumentError("invalid event string","value",e);let n=!1;return t[3].split(" ").forEach((e=>{switch(e.trim()){case"anonymous":n=!0;break;case"":break;default:Mp.warn("unknown modifier: "+e)}})),Zp.fromObject({name:t[1].trim(),anonymous:n,inputs:Hp(t[2],!0),type:"event"})}static isEventFragment(e){return e&&e._isFragment&&"event"===e.type}}function $p(e,t){t.gas=null;let n=e.split("@");return 1!==n.length?(n.length>2&&Mp.throwArgumentError("invalid human-readable ABI signature","value",e),n[1].match(/^[0-9]+$/)||Mp.throwArgumentError("invalid human-readable ABI signature gas","value",e),t.gas=x.BigNumber.from(n[1]),n[0]):e}function zp(e,t){t.constant=!1,t.payable=!1,t.stateMutability="nonpayable",e.split(" ").forEach((e=>{switch(e.trim()){case"constant":t.constant=!0;break;case"payable":t.payable=!0,t.stateMutability="payable";break;case"nonpayable":t.payable=!1,t.stateMutability="nonpayable";break;case"pure":t.constant=!0,t.stateMutability="pure";break;case"view":t.constant=!0,t.stateMutability="view";break;case"external":case"public":case"":break;default:console.log("unknown modifier: "+e)}}))}function Qp(e){let t={constant:!1,payable:!0,stateMutability:"payable"};return null!=e.stateMutability?(t.stateMutability=e.stateMutability,t.constant="view"===t.stateMutability||"pure"===t.stateMutability,null!=e.constant&&!!e.constant!==t.constant&&Mp.throwArgumentError("cannot have constant function with mutability "+t.stateMutability,"value",e),t.payable="payable"===t.stateMutability,null!=e.payable&&!!e.payable!==t.payable&&Mp.throwArgumentError("cannot have payable function with mutability "+t.stateMutability,"value",e)):null!=e.payable?(t.payable=!!e.payable,null!=e.constant||t.payable||"constructor"===e.type||Mp.throwArgumentError("unable to determine stateMutability","value",e),t.constant=!!e.constant,t.constant?t.stateMutability="view":t.stateMutability=t.payable?"payable":"nonpayable",t.payable&&t.constant&&Mp.throwArgumentError("cannot have constant payable function","value",e)):null!=e.constant?(t.constant=!!e.constant,t.payable=!t.constant,t.stateMutability=t.constant?"view":"payable"):"constructor"!==e.type&&Mp.throwArgumentError("unable to determine stateMutability","value",e),t}class Gp extends Wp{format(e){if(e||(e=qp.sighash),qp[e]||Mp.throwArgumentError("invalid format type","format",e),e===qp.json)return JSON.stringify({type:"constructor",stateMutability:"nonpayable"!==this.stateMutability?this.stateMutability:void 0,payable:this.payable,gas:this.gas?this.gas.toNumber():void 0,inputs:this.inputs.map((t=>JSON.parse(t.format(e))))});e===qp.sighash&&Mp.throwError("cannot format a constructor for sighash",cr.errors.UNSUPPORTED_OPERATION,{operation:"format(sighash)"});let t="constructor("+this.inputs.map((t=>t.format(e))).join(e===qp.full?", ":",")+") ";return this.stateMutability&&"nonpayable"!==this.stateMutability&&(t+=this.stateMutability+" "),t.trim()}static from(e){return"string"==typeof e?Gp.fromString(e):Gp.fromObject(e)}static fromObject(e){if(Gp.isConstructorFragment(e))return e;"constructor"!==e.type&&Mp.throwArgumentError("invalid constructor object","value",e);let t=Qp(e);t.constant&&Mp.throwArgumentError("constructor cannot be constant","value",e);const n={name:null,type:e.type,inputs:e.inputs?e.inputs.map(Vp.fromObject):[],payable:t.payable,stateMutability:t.stateMutability,gas:e.gas?x.BigNumber.from(e.gas):null};return new Gp(Pp,n)}static fromString(e){let t={type:"constructor"},n=(e=$p(e,t)).match(nh);return n&&"constructor"===n[1].trim()||Mp.throwArgumentError("invalid constructor string","value",e),t.inputs=Hp(n[2].trim(),!1),zp(n[3].trim(),t),Gp.fromObject(t)}static isConstructorFragment(e){return e&&e._isFragment&&"constructor"===e.type}}class Yp extends Gp{format(e){if(e||(e=qp.sighash),qp[e]||Mp.throwArgumentError("invalid format type","format",e),e===qp.json)return JSON.stringify({type:"function",name:this.name,constant:this.constant,stateMutability:"nonpayable"!==this.stateMutability?this.stateMutability:void 0,payable:this.payable,gas:this.gas?this.gas.toNumber():void 0,inputs:this.inputs.map((t=>JSON.parse(t.format(e)))),outputs:this.outputs.map((t=>JSON.parse(t.format(e))))});let t="";return e!==qp.sighash&&(t+="function "),t+=this.name+"("+this.inputs.map((t=>t.format(e))).join(e===qp.full?", ":",")+") ",e!==qp.sighash&&(this.stateMutability?"nonpayable"!==this.stateMutability&&(t+=this.stateMutability+" "):this.constant&&(t+="view "),this.outputs&&this.outputs.length&&(t+="returns ("+this.outputs.map((t=>t.format(e))).join(", ")+") "),null!=this.gas&&(t+="@"+this.gas.toString()+" ")),t.trim()}static from(e){return"string"==typeof e?Yp.fromString(e):Yp.fromObject(e)}static fromObject(e){if(Yp.isFunctionFragment(e))return e;"function"!==e.type&&Mp.throwArgumentError("invalid function object","value",e);let t=Qp(e);const n={type:e.type,name:th(e.name),constant:t.constant,inputs:e.inputs?e.inputs.map(Vp.fromObject):[],outputs:e.outputs?e.outputs.map(Vp.fromObject):[],payable:t.payable,stateMutability:t.stateMutability,gas:e.gas?x.BigNumber.from(e.gas):null};return new Yp(Pp,n)}static fromString(e){let t={type:"function"},n=(e=$p(e,t)).split(" returns ");n.length>2&&Mp.throwArgumentError("invalid function string","value",e);let i=n[0].match(nh);if(i||Mp.throwArgumentError("invalid function signature","value",e),t.name=i[1].trim(),t.name&&th(t.name),t.inputs=Hp(i[2],!1),zp(i[3].trim(),t),n.length>1){let i=n[1].match(nh);""==i[1].trim()&&""==i[3].trim()||Mp.throwArgumentError("unexpected tokens","value",e),t.outputs=Hp(i[2],!1)}else t.outputs=[];return Yp.fromObject(t)}static isFunctionFragment(e){return e&&e._isFragment&&"function"===e.type}}function Xp(e){const t=e.format();return"Error(string)"!==t&&"Panic(uint256)"!==t||Mp.throwArgumentError(`cannot specify user defined ${t} error`,"fragment",e),e}class Kp extends Wp{format(e){if(e||(e=qp.sighash),qp[e]||Mp.throwArgumentError("invalid format type","format",e),e===qp.json)return JSON.stringify({type:"error",name:this.name,inputs:this.inputs.map((t=>JSON.parse(t.format(e))))});let t="";return e!==qp.sighash&&(t+="error "),t+=this.name+"("+this.inputs.map((t=>t.format(e))).join(e===qp.full?", ":",")+") ",t.trim()}static from(e){return"string"==typeof e?Kp.fromString(e):Kp.fromObject(e)}static fromObject(e){if(Kp.isErrorFragment(e))return e;"error"!==e.type&&Mp.throwArgumentError("invalid error object","value",e);const t={type:e.type,name:th(e.name),inputs:e.inputs?e.inputs.map(Vp.fromObject):[]};return Xp(new Kp(Pp,t))}static fromString(e){let t={type:"error"},n=e.match(nh);return n||Mp.throwArgumentError("invalid error signature","value",e),t.name=n[1].trim(),t.name&&th(t.name),t.inputs=Hp(n[2],!1),Xp(Kp.fromObject(t))}static isErrorFragment(e){return e&&e._isFragment&&"error"===e.type}}function Jp(e){return e.match(/^uint($|[^1-9])/)?e="uint256"+e.substring(4):e.match(/^int($|[^1-9])/)&&(e="int256"+e.substring(3)),e}const eh=new RegExp("^[a-zA-Z$_][a-zA-Z0-9$_]*$");function th(e){return e&&e.match(eh)||Mp.throwArgumentError(`invalid identifier "${e}"`,"value",e),e}const nh=new RegExp("^([^)(]*)\\((.*)\\)([^)(]*)$");const ih=new cr(Op);class oh{constructor(e,t,n,i){this.name=e,this.type=t,this.localName=n,this.dynamic=i}_throwError(e,t){ih.throwArgumentError(e,this.localName,t)}}class rh{constructor(e){Bp(this,"wordSize",e||32),this._data=[],this._dataLength=0,this._padding=new Uint8Array(e)}get data(){return function(e){let t="0x";return e.forEach((e=>{t+=Cr(e).substring(2)})),t}(this._data)}get length(){return this._dataLength}_writeData(e){return this._data.push(e),this._dataLength+=e.length,e.length}appendWriter(e){return this._writeData(fr(e._data))}writeBytes(e){let t=gr(e);const n=t.length%this.wordSize;return n&&(t=fr([t,this._padding.slice(n)])),this._writeData(t)}_getValue(e){let t=gr(x.BigNumber.from(e));return t.length>this.wordSize&&ih.throwError("value out-of-bounds",cr.errors.BUFFER_OVERRUN,{length:this.wordSize,offset:t.length}),t.length%this.wordSize&&(t=fr([this._padding.slice(t.length%this.wordSize),t])),t}writeValue(e){return this._writeData(this._getValue(e))}writeUpdatableValue(){const e=this._data.length;return this._data.push(this._padding),this._dataLength+=this.wordSize,t=>{this._data[e]=this._getValue(t)}}}class ah{constructor(e,t,n,i){Bp(this,"_data",gr(e)),Bp(this,"wordSize",t||32),Bp(this,"_coerceFunc",n),Bp(this,"allowLoose",i),this._offset=0}get data(){return Cr(this._data)}get consumed(){return this._offset}static coerce(e,t){let n=e.match("^u?int([0-9]+)$");return n&&parseInt(n[1])<=48&&(t=t.toNumber()),t}coerce(e,t){return this._coerceFunc?this._coerceFunc(e,t):ah.coerce(e,t)}_peekBytes(e,t,n){let i=Math.ceil(t/this.wordSize)*this.wordSize;return this._offset+i>this._data.length&&(this.allowLoose&&n&&this._offset+t<=this._data.length?i=t:ih.throwError("data out-of-bounds",cr.errors.BUFFER_OVERRUN,{length:this._data.length,offset:this._offset+i})),this._data.slice(this._offset,this._offset+i)}subReader(e){return new ah(this._data.slice(this._offset+e),this.wordSize,this._coerceFunc,this.allowLoose)}readBytes(e,t){let n=this._peekBytes(0,e,!!t);return this._offset+=n.length,n.slice(0,e)}readValue(){return x.BigNumber.from(this.readBytes(this.wordSize))}}class sh extends oh{constructor(e){super("address","address",e,!1)}defaultValue(){return"0x0000000000000000000000000000000000000000"}encode(e,t){try{t=Or(t)}catch(e){this._throwError(e.message,t)}return e.writeValue(t)}decode(e){return Or(kr(e.readValue().toHexString(),20))}}class lh extends oh{constructor(e){super(e.name,e.type,void 0,e.dynamic),this.coder=e}defaultValue(){return this.coder.defaultValue()}encode(e,t){return this.coder.encode(e,t)}decode(e){return this.coder.decode(e)}}const dh=new cr(Op);function ch(e,t,n){let i=null;if(Array.isArray(n))i=n;else if(n&&"object"==typeof n){let e={};i=t.map((t=>{const i=t.localName;return i||dh.throwError("cannot encode object for signature with missing names",cr.errors.INVALID_ARGUMENT,{argument:"values",coder:t,value:n}),e[i]&&dh.throwError("cannot encode object for signature with duplicate names",cr.errors.INVALID_ARGUMENT,{argument:"values",coder:t,value:n}),e[i]=!0,n[i]}))}else dh.throwArgumentError("invalid tuple value","tuple",n);t.length!==i.length&&dh.throwArgumentError("types/value length mismatch","tuple",n);let o=new rh(e.wordSize),r=new rh(e.wordSize),a=[];t.forEach(((e,t)=>{let n=i[t];if(e.dynamic){let t=r.length;e.encode(r,n);let i=o.writeUpdatableValue();a.push((e=>{i(e+t)}))}else e.encode(o,n)})),a.forEach((e=>{e(o.length)}));let s=e.appendWriter(o);return s+=e.appendWriter(r),s}function uh(e,t){let n=[],i=e.subReader(0);t.forEach((t=>{let o=null;if(t.dynamic){let n=e.readValue(),r=i.subReader(n.toNumber());try{o=t.decode(r)}catch(e){if(e.code===cr.errors.BUFFER_OVERRUN)throw e;o=e,o.baseType=t.name,o.name=t.localName,o.type=t.type}}else try{o=t.decode(e)}catch(e){if(e.code===cr.errors.BUFFER_OVERRUN)throw e;o=e,o.baseType=t.name,o.name=t.localName,o.type=t.type}null!=o&&n.push(o)}));const o=t.reduce(((e,t)=>{const n=t.localName;return n&&(e[n]||(e[n]=0),e[n]++),e}),{});t.forEach(((e,t)=>{let i=e.localName;if(!i||1!==o[i])return;if("length"===i&&(i="_length"),null!=n[i])return;const r=n[t];r instanceof Error?Object.defineProperty(n,i,{enumerable:!0,get:()=>{throw r}}):n[i]=r}));for(let e=0;e<n.length;e++){const t=n[e];t instanceof Error&&Object.defineProperty(n,e,{enumerable:!0,get:()=>{throw t}})}return Object.freeze(n)}class ph extends oh{constructor(e,t,n){super("array",e.type+"["+(t>=0?t:"")+"]",n,-1===t||e.dynamic),this.coder=e,this.length=t}defaultValue(){const e=this.coder.defaultValue(),t=[];for(let n=0;n<this.length;n++)t.push(e);return t}encode(e,t){Array.isArray(t)||this._throwError("expected array value",t);let n=this.length;-1===n&&(n=t.length,e.writeValue(t.length)),dh.checkArgumentCount(t.length,n,"coder array"+(this.localName?" "+this.localName:""));let i=[];for(let e=0;e<t.length;e++)i.push(this.coder);return ch(e,i,t)}decode(e){let t=this.length;-1===t&&(t=e.readValue().toNumber(),32*t>e._data.length&&dh.throwError("insufficient data length",cr.errors.BUFFER_OVERRUN,{length:e._data.length,count:t}));let n=[];for(let e=0;e<t;e++)n.push(new lh(this.coder));return e.coerce(this.name,uh(e,n))}}class hh extends oh{constructor(e){super("bool","bool",e,!1)}defaultValue(){return!1}encode(e,t){return e.writeValue(t?1:0)}decode(e){return e.coerce(this.type,!e.readValue().isZero())}}class mh extends oh{constructor(e,t){super(e,e,t,!0)}defaultValue(){return"0x"}encode(e,t){t=gr(t);let n=e.writeValue(t.length);return n+=e.writeBytes(t),n}decode(e){return e.readBytes(e.readValue().toNumber(),!0)}}class xh extends mh{constructor(e){super("bytes",e)}decode(e){return e.coerce(this.name,Cr(super.decode(e)))}}class gh extends oh{constructor(e,t){let n="bytes"+String(e);super(n,n,t,!1),this.size=e}defaultValue(){return"0x0000000000000000000000000000000000000000000000000000000000000000".substring(0,2+2*this.size)}encode(e,t){let n=gr(t);return n.length!==this.size&&this._throwError("incorrect data length",t),e.writeBytes(n)}decode(e){return e.coerce(this.name,Cr(e.readBytes(this.size)))}}class fh extends oh{constructor(e){super("null","",e,!1)}defaultValue(){return null}encode(e,t){return null!=t&&this._throwError("not null",t),e.writeBytes([])}decode(e){return e.readBytes(0),e.coerce(this.name,null)}}class yh extends oh{constructor(e,t,n){const i=(t?"int":"uint")+8*e;super(i,i,n,!1),this.size=e,this.signed=t}defaultValue(){return 0}encode(e,t){let n=x.BigNumber.from(t),i=Nr.mask(8*e.wordSize);if(this.signed){let e=i.mask(8*this.size-1);(n.gt(e)||n.lt(e.add(Fr).mul(Pr)))&&this._throwError("value out-of-bounds",t)}else(n.lt(_r)||n.gt(i.mask(8*this.size)))&&this._throwError("value out-of-bounds",t);return n=n.toTwos(8*this.size).mask(8*this.size),this.signed&&(n=n.fromTwos(8*this.size).toTwos(8*e.wordSize)),e.writeValue(n)}decode(e){let t=e.readValue().mask(8*this.size);return this.signed&&(t=t.fromTwos(8*this.size)),e.coerce(this.name,t)}}class vh extends mh{constructor(e){super("string",e)}defaultValue(){return""}encode(e,t){return super.encode(e,Wr(t))}decode(e){return Zr(super.decode(e))}}class bh extends oh{constructor(e,t){let n=!1;const i=[];e.forEach((e=>{e.dynamic&&(n=!0),i.push(e.type)}));super("tuple","tuple("+i.join(",")+")",t,n),this.coders=e}defaultValue(){const e=[];this.coders.forEach((t=>{e.push(t.defaultValue())}));const t=this.coders.reduce(((e,t)=>{const n=t.localName;return n&&(e[n]||(e[n]=0),e[n]++),e}),{});return this.coders.forEach(((n,i)=>{let o=n.localName;o&&1===t[o]&&("length"===o&&(o="_length"),null==e[o]&&(e[o]=e[i]))})),Object.freeze(e)}encode(e,t){return ch(e,this.coders,t)}decode(e){return e.coerce(this.name,uh(e,this.coders))}}const Ch=new cr(Op),jh=new RegExp(/^bytes([0-9]*)$/),wh=new RegExp(/^(u?int)([0-9]*)$/);const kh=new class{constructor(e){Bp(this,"coerceFunc",e||null)}_getCoder(e){switch(e.baseType){case"address":return new sh(e.name);case"bool":return new hh(e.name);case"string":return new vh(e.name);case"bytes":return new xh(e.name);case"array":return new ph(this._getCoder(e.arrayChildren),e.arrayLength,e.name);case"tuple":return new bh((e.components||[]).map((e=>this._getCoder(e))),e.name);case"":return new fh(e.name)}let t=e.type.match(wh);if(t){let n=parseInt(t[2]||"256");return(0===n||n>256||n%8!=0)&&Ch.throwArgumentError("invalid "+t[1]+" bit length","param",e),new yh(n/8,"int"===t[1],e.name)}if(t=e.type.match(jh),t){let n=parseInt(t[1]);return(0===n||n>32)&&Ch.throwArgumentError("invalid bytes length","param",e),new gh(n,e.name)}return Ch.throwArgumentError("invalid type","type",e.type)}_getWordSize(){return 32}_getReader(e,t){return new ah(e,this._getWordSize(),this.coerceFunc,t)}_getWriter(){return new rh(this._getWordSize())}getDefaultValue(e){const t=e.map((e=>this._getCoder(Vp.from(e))));return new bh(t,"_").defaultValue()}encode(e,t){e.length!==t.length&&Ch.throwError("types/values length mismatch",cr.errors.INVALID_ARGUMENT,{count:{types:e.length,values:t.length},value:{types:e,values:t}});const n=e.map((e=>this._getCoder(Vp.from(e)))),i=new bh(n,"_"),o=this._getWriter();return i.encode(o,t),o.data}decode(e,t,n){const i=e.map((e=>this._getCoder(Vp.from(e))));return new bh(i,"_").decode(this._getReader(gr(t),n))}};function Th(e){return Ir(Wr(e))}const Bh=new cr(Op);class Ih extends Rp{}class Eh extends Rp{}class Ah extends Rp{}class Sh extends Rp{static isIndexed(e){return!(!e||!e._isIndexed)}}const Lh={"0x08c379a0":{signature:"Error(string)",name:"Error",inputs:["string"],reason:!0},"0x4e487b71":{signature:"Panic(uint256)",name:"Panic",inputs:["uint256"]}};function Rh(e,t){const n=new Error(`deferred error during ABI decoding triggered accessing ${e}`);return n.error=t,n}class Oh{constructor(e){let t=[];t="string"==typeof e?JSON.parse(e):e,Bp(this,"fragments",t.map((e=>Wp.from(e))).filter((e=>null!=e))),Bp(this,"_abiCoder",Ip(new.target,"getAbiCoder")()),Bp(this,"functions",{}),Bp(this,"errors",{}),Bp(this,"events",{}),Bp(this,"structs",{}),this.fragments.forEach((e=>{let t=null;switch(e.type){case"constructor":return this.deploy?void Bh.warn("duplicate definition - constructor"):void Bp(this,"deploy",e);case"function":t=this.functions;break;case"event":t=this.events;break;case"error":t=this.errors;break;default:return}let n=e.format();t[n]?Bh.warn("duplicate definition - "+n):t[n]=e})),this.deploy||Bp(this,"deploy",Gp.from({payable:!1,type:"constructor"})),Bp(this,"_isInterface",!0)}format(e){e||(e=qp.full),e===qp.sighash&&Bh.throwArgumentError("interface does not support formatting sighash","format",e);const t=this.fragments.map((t=>t.format(e)));return e===qp.json?JSON.stringify(t.map((e=>JSON.parse(e)))):t}static getAbiCoder(){return kh}static getAddress(e){return Or(e)}static getSighash(e){return wr(Th(e.format()),0,4)}static getEventTopic(e){return Th(e.format())}getFunction(e){if(vr(e)){for(const t in this.functions)if(e===this.getSighash(t))return this.functions[t];Bh.throwArgumentError("no matching function","sighash",e)}if(-1===e.indexOf("(")){const t=e.trim(),n=Object.keys(this.functions).filter((e=>e.split("(")[0]===t));return 0===n.length?Bh.throwArgumentError("no matching function","name",t):n.length>1&&Bh.throwArgumentError("multiple matching functions","name",t),this.functions[n[0]]}const t=this.functions[Yp.fromString(e).format()];return t||Bh.throwArgumentError("no matching function","signature",e),t}getEvent(e){if(vr(e)){const t=e.toLowerCase();for(const e in this.events)if(t===this.getEventTopic(e))return this.events[e];Bh.throwArgumentError("no matching event","topichash",t)}if(-1===e.indexOf("(")){const t=e.trim(),n=Object.keys(this.events).filter((e=>e.split("(")[0]===t));return 0===n.length?Bh.throwArgumentError("no matching event","name",t):n.length>1&&Bh.throwArgumentError("multiple matching events","name",t),this.events[n[0]]}const t=this.events[Zp.fromString(e).format()];return t||Bh.throwArgumentError("no matching event","signature",e),t}getError(e){if(vr(e)){const t=Ip(this.constructor,"getSighash");for(const n in this.errors){if(e===t(this.errors[n]))return this.errors[n]}Bh.throwArgumentError("no matching error","sighash",e)}if(-1===e.indexOf("(")){const t=e.trim(),n=Object.keys(this.errors).filter((e=>e.split("(")[0]===t));return 0===n.length?Bh.throwArgumentError("no matching error","name",t):n.length>1&&Bh.throwArgumentError("multiple matching errors","name",t),this.errors[n[0]]}const t=this.errors[Yp.fromString(e).format()];return t||Bh.throwArgumentError("no matching error","signature",e),t}getSighash(e){if("string"==typeof e)try{e=this.getFunction(e)}catch(t){try{e=this.getError(e)}catch(e){throw t}}return Ip(this.constructor,"getSighash")(e)}getEventTopic(e){return"string"==typeof e&&(e=this.getEvent(e)),Ip(this.constructor,"getEventTopic")(e)}_decodeParams(e,t){return this._abiCoder.decode(e,t)}_encodeParams(e,t){return this._abiCoder.encode(e,t)}encodeDeploy(e){return this._encodeParams(this.deploy.inputs,e||[])}decodeErrorResult(e,t){"string"==typeof e&&(e=this.getError(e));const n=gr(t);return Cr(n.slice(0,4))!==this.getSighash(e)&&Bh.throwArgumentError(`data signature does not match error ${e.name}.`,"data",Cr(n)),this._decodeParams(e.inputs,n.slice(4))}encodeErrorResult(e,t){return"string"==typeof e&&(e=this.getError(e)),Cr(fr([this.getSighash(e),this._encodeParams(e.inputs,t||[])]))}decodeFunctionData(e,t){"string"==typeof e&&(e=this.getFunction(e));const n=gr(t);return Cr(n.slice(0,4))!==this.getSighash(e)&&Bh.throwArgumentError(`data signature does not match function ${e.name}.`,"data",Cr(n)),this._decodeParams(e.inputs,n.slice(4))}encodeFunctionData(e,t){return"string"==typeof e&&(e=this.getFunction(e)),Cr(fr([this.getSighash(e),this._encodeParams(e.inputs,t||[])]))}decodeFunctionResult(e,t){"string"==typeof e&&(e=this.getFunction(e));let n=gr(t),i=null,o="",r=null,a=null,s=null;switch(n.length%this._abiCoder._getWordSize()){case 0:try{return this._abiCoder.decode(e.outputs,n)}catch(e){}break;case 4:{const e=Cr(n.slice(0,4)),t=Lh[e];if(t)r=this._abiCoder.decode(t.inputs,n.slice(4)),a=t.name,s=t.signature,t.reason&&(i=r[0]),"Error"===a?o=`; VM Exception while processing transaction: reverted with reason string ${JSON.stringify(r[0])}`:"Panic"===a&&(o=`; VM Exception while processing transaction: reverted with panic code ${r[0]}`);else try{const t=this.getError(e);r=this._abiCoder.decode(t.inputs,n.slice(4)),a=t.name,s=t.format()}catch(e){}break}}return Bh.throwError("call revert exception"+o,cr.errors.CALL_EXCEPTION,{method:e.format(),data:Cr(t),errorArgs:r,errorName:a,errorSignature:s,reason:i})}encodeFunctionResult(e,t){return"string"==typeof e&&(e=this.getFunction(e)),Cr(this._abiCoder.encode(e.outputs,t||[]))}encodeFilterTopics(e,t){"string"==typeof e&&(e=this.getEvent(e)),t.length>e.inputs.length&&Bh.throwError("too many arguments for "+e.format(),cr.errors.UNEXPECTED_ARGUMENT,{argument:"values",value:t});let n=[];e.anonymous||n.push(this.getEventTopic(e));const i=(e,t)=>"string"===e.type?Th(t):"bytes"===e.type?Ir(Cr(t)):("bool"===e.type&&"boolean"==typeof t&&(t=t?"0x01":"0x00"),e.type.match(/^u?int/)&&(t=x.BigNumber.from(t).toHexString()),"address"===e.type&&this._abiCoder.encode(["address"],[t]),kr(Cr(t),32));for(t.forEach(((t,o)=>{let r=e.inputs[o];r.indexed?null==t?n.push(null):"array"===r.baseType||"tuple"===r.baseType?Bh.throwArgumentError("filtering with tuples or arrays not supported","contract."+r.name,t):Array.isArray(t)?n.push(t.map((e=>i(r,e)))):n.push(i(r,t)):null!=t&&Bh.throwArgumentError("cannot filter non-indexed parameters; must be null","contract."+r.name,t)}));n.length&&null===n[n.length-1];)n.pop();return n}encodeEventLog(e,t){"string"==typeof e&&(e=this.getEvent(e));const n=[],i=[],o=[];return e.anonymous||n.push(this.getEventTopic(e)),t.length!==e.inputs.length&&Bh.throwArgumentError("event arguments/values mismatch","values",t),e.inputs.forEach(((e,r)=>{const a=t[r];if(e.indexed)if("string"===e.type)n.push(Th(a));else if("bytes"===e.type)n.push(Ir(a));else{if("tuple"===e.baseType||"array"===e.baseType)throw new Error("not implemented");n.push(this._abiCoder.encode([e.type],[a]))}else i.push(e),o.push(a)})),{data:this._abiCoder.encode(i,o),topics:n}}decodeEventLog(e,t,n){if("string"==typeof e&&(e=this.getEvent(e)),null!=n&&!e.anonymous){let t=this.getEventTopic(e);vr(n[0],32)&&n[0].toLowerCase()===t||Bh.throwError("fragment/topic mismatch",cr.errors.INVALID_ARGUMENT,{argument:"topics[0]",expected:t,value:n[0]}),n=n.slice(1)}let i=[],o=[],r=[];e.inputs.forEach(((e,t)=>{e.indexed?"string"===e.type||"bytes"===e.type||"tuple"===e.baseType||"array"===e.baseType?(i.push(Vp.fromObject({type:"bytes32",name:e.name})),r.push(!0)):(i.push(e),r.push(!1)):(o.push(e),r.push(!1))}));let a=null!=n?this._abiCoder.decode(i,fr(n)):null,s=this._abiCoder.decode(o,t,!0),l=[],d=0,c=0;e.inputs.forEach(((e,t)=>{if(e.indexed)if(null==a)l[t]=new Sh({_isIndexed:!0,hash:null});else if(r[t])l[t]=new Sh({_isIndexed:!0,hash:a[c++]});else try{l[t]=a[c++]}catch(e){l[t]=e}else try{l[t]=s[d++]}catch(e){l[t]=e}if(e.name&&null==l[e.name]){const n=l[t];n instanceof Error?Object.defineProperty(l,e.name,{enumerable:!0,get:()=>{throw Rh(`property ${JSON.stringify(e.name)}`,n)}}):l[e.name]=n}}));for(let e=0;e<l.length;e++){const t=l[e];t instanceof Error&&Object.defineProperty(l,e,{enumerable:!0,get:()=>{throw Rh(`index ${e}`,t)}})}return Object.freeze(l)}parseTransaction(e){let t=this.getFunction(e.data.substring(0,10).toLowerCase());return t?new Eh({args:this._abiCoder.decode(t.inputs,"0x"+e.data.substring(10)),functionFragment:t,name:t.name,signature:t.format(),sighash:this.getSighash(t),value:x.BigNumber.from(e.value||"0")}):null}parseLog(e){let t=this.getEvent(e.topics[0]);return!t||t.anonymous?null:new Ih({eventFragment:t,name:t.name,signature:t.format(),topic:this.getEventTopic(t),args:this.decodeEventLog(t,e.data,e.topics)})}parseError(e){const t=Cr(e);let n=this.getError(t.substring(0,10).toLowerCase());return n?new Ah({args:this._abiCoder.decode(n.inputs,"0x"+t.substring(10)),errorFragment:n,name:n.name,signature:n.format(),sighash:this.getSighash(n)}):null}static isInterface(e){return!(!e||!e._isInterface)}}function Mh({fromToken:e,toToken:i,fromTokenPrice:o,toTokenPrice:r,sx:a,children:l}){const d=t.useTheme(),[c,u]=n.useState(!1),p=n.useMemo((()=>new s(o&&r?c?r:o:0)),[o,r,c]);return $.jsxs(t.Box,{component:t.ButtonBase,sx:Object.assign({display:"flex",alignItems:"center",gap:8,color:"text.primary",typography:"body1",fontWeight:600,"&:hover>svg>path":{fill:d.palette.text.primary}},a),onClick:()=>u((e=>!e)),children:[$.jsxs(t.Box,{children:[l,"1 ",c?i.symbol:e.symbol," = ",p&&p.isFinite()?Do({input:p,decimals:c?e.decimals:i.decimals}):"-"," ",c?e.symbol:i.symbol]}),$.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[$.jsx("circle",{cx:"9",cy:"9",r:"9",fill:d.palette.border.main}),$.jsx("path",{d:"M9.5 6.5H4.5V8H13.5L9.5 4.25V6.5ZM8.25 13.75V11.5H13.5V10H4.5L8.25 13.75Z",fill:d.palette.text.secondary})]})]})}function Ph({showFold:e,isMobile:i,data:o}){const a=t.useTheme(),s=n.useMemo((()=>{var e,t,n,i,a,s,l,d,c,u,p,h,m;return[{title:"Total time spent",value:null!==(n=vs({start:null!==(e=o.startTime)&&void 0!==e?e:void 0,end:null!==(t=o.endTime)&&void 0!==t?t:void 0}))&&void 0!==n?n:"-"},{title:"Pay",value:$.jsx(Wu,{address:null!==(i=o.fromAddress)&&void 0!==i?i:"",customChainId:null!==(a=o.routeData.fromChainId)&&void 0!==a?a:r.ChainId.ZETACHAIN_TESTNET,showCopy:!0,truncate:!0,iconSpace:4,iconSize:14,size:"small"})},{title:"Receive",value:$.jsx(Wu,{address:null!==(s=o.toAddress)&&void 0!==s?s:"",customChainId:null!==(l=o.routeData.toChainId)&&void 0!==l?l:r.ChainId.ZETACHAIN_TESTNET,showCopy:!0,truncate:!0,iconSpace:4,iconSize:14,size:"small"})},{title:$.jsxs($.Fragment,{children:["Fill Gas (Destination gas)",$.jsx(au,{onlyHover:!0,title:"-",ml:0})]}),value:`$${null!==(u=null===(c=null===(d=o.fees)||void 0===d?void 0:d.find((e=>"destinationFee"===e.type)))||void 0===c?void 0:c.amountUSD)&&void 0!==u?u:"-"}`},{title:$.jsxs($.Fragment,{children:["Bridge Fee",$.jsx(au,{onlyHover:!0,title:"-",ml:0})]}),value:`$${null!==(m=null===(h=null===(p=o.fees)||void 0===p?void 0:p.find((e=>"platformFee"===e.type)))||void 0===h?void 0:h.amountUSD)&&void 0!==m?m:"-"}`}]}),[o.endTime,o.fees,o.fromAddress,o.routeData.fromChainId,o.routeData.toChainId,o.startTime,o.toAddress]);return $.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:16,p:e?16:0,borderBottomLeftRadius:8,borderBottomRightRadius:8,background:`linear-gradient(0deg, ${a.palette.background.skeleton} 0%, ${a.palette.background.skeleton} 100%), ${a.palette.background.paper}`,maxHeight:e?"auto":0,transition:"all 300ms",overflow:"hidden",[a.breakpoints.up("tablet")]:{marginTop:"-4px",marginBottom:"4px",gap:24}},children:[$.jsx(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8,[a.breakpoints.up("tablet")]:{alignItems:"center",flexDirection:"row",gap:20}},children:s.map(((e,n)=>$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"row",alignItems:"center",justifyContent:"space-between",[a.breakpoints.up("tablet")]:{flexBasis:"20%",flexGrow:1,flexShrink:1,flexDirection:"column",alignItems:"flex-start",justifyContent:"flex-start",gap:4}},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,color:"text.secondary",typography:"h6"},children:e.title}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",color:"text.primary",typography:"body2"},children:e.value})]},n)))}),null!=o.routeData.fromChainId&&null!=o.routeData.toChainId&&$.jsxs($.Fragment,{children:[$.jsx(t.Box,{sx:{height:"1px",width:"100%",backgroundColor:"border.disabled"}}),$.jsx(vd,{route:{fromChainId:o.routeData.fromChainId,toChainId:o.routeData.toChainId,step:o.routeData.step},isMobile:i})]})]})}function _h({data:e,isMobile:i,isErrorRefund:o,refetch:r}){var a,s,l,d,u,p,h,m,x,g;const f=t.useTheme(),y=za(),{chainId:v,appKitActiveNetwork:b,getAppKitAccountByChainId:C}=fa(),{statusText:j,statusColor:w,statusAlphaColor:k}=n.useMemo((()=>{let t="Loading",n=f.palette.text.primary;switch(e.status){case"pending":t="Pending",n=f.palette.text.secondary;break;case"success":t="Succeeded",n=f.palette.success.main;break;case"failure_revert":t="Failed",n=f.palette.error.main;break;case"abort":t="Aborted",n=f.palette.error.main}return{statusText:t,statusColor:n,statusAlphaColor:undefined}}),[e.status,f.palette.error.main,f.palette.success.main,f.palette.text.primary,f.palette.text.secondary]),[T,B]=n.useState(!1),I=e.createdAt?Cs(new Date(e.createdAt)):"-",E=c.useMutation({mutationFn:()=>N(this,void 0,void 0,(function*(){if(!e.externalId||!e.refundCridgeContract)return;if(v!==e.refundChainId){const t=C(e.refundChainId);if(!t)return;b.switchNetwork(t.chain.caipNetwork)}const t=new Oh([{inputs:[{internalType:"bytes32",name:"externalId",type:"bytes32"}],name:"claimRefund",outputs:[],stateMutability:"nonpayable",type:"function"}]).encodeFunctionData("claimRefund",[e.externalId]);return yield y.execute("Claim",{opcode:Ua.TX,data:t,to:e.refundCridgeContract,value:"0x0"},{metadata:{crossChainSwapClaimRefund:!0},submittedBack:()=>{r()},successBack:()=>{r()}})}))}),A=n.useMemo((()=>$.jsxs(t.Button,{variant:t.Button.Variant.contained,size:t.Button.Size.small,color:"error",isLoading:E.isPending,disabled:E.isPending||"wait_claim_refund"!==e.subStatus,onClick:()=>{E.mutate()},sx:{typography:"h6",lineHeight:"16px",py:6,minWidth:98,height:28},children:["refund_success"===e.subStatus?"Claimed":"Claim","wait_claim_refund"!==e.subStatus&&$.jsx(au,{onlyHover:!0,title:e.subStatus,ml:4,sx:{color:f.palette.text.disabled}})]})),[E,e.subStatus,f.palette.text.disabled]);return i?$.jsxs(t.Box,{sx:{backgroundColor:f.palette.background.paper,borderRadius:8},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",p:16,gap:16},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(Hs,{width:24,height:24,address:null===(a=e.fromToken)||void 0===a?void 0:a.address,chainId:null===(s=e.fromToken)||void 0===s?void 0:s.chainId}),$.jsx(t.Box,{component:"svg",width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",sx:{color:"text.secondary"},children:$.jsx("path",{d:"M7.575 8.625L4.5 11.7L5.625 12.75L9.75 8.625L5.625 4.5L4.5 5.55L7.575 8.625ZM12.15 8.625L9.075 11.7L10.125 12.75L14.25 8.625L10.125 4.5L9.075 5.55L12.15 8.625Z",fill:"currentColor"})}),$.jsx(Hs,{width:24,height:24,address:null===(l=e.toToken)||void 0===l?void 0:l.address,chainId:null===(d=e.toToken)||void 0===d?void 0:d.chainId})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(bp,{isMobile:!1,statusText:j,statusColor:w,alphaColor:k,children:"success"!==e.status&&$.jsx(au,{onlyHover:!0,title:e.subStatus,ml:4,sx:{color:w}})}),o&&A]})]}),$.jsx(t.Box,{sx:{typography:"h6",color:f.palette.text.secondary},children:I})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:16},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},children:[$.jsx(Cp,{token:e.fromToken,amount:e.fromAmount,canAddMetamask:!1,title:"Pay",linkVisible:!1}),$.jsx(Cp,{token:e.toToken,amount:e.toAmount,canAddMetamask:e.fromToken&&null!==(p=null===(u=xo.get(e.fromToken.chainId))||void 0===u?void 0:u.isEVMChain)&&void 0!==p&&p,title:"Receive",linkVisible:!1})]}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center",p:2,borderRadius:8,border:`1px solid ${f.palette.border.main}`},children:$.jsx(vp,{show:T,onClick:()=>B((e=>!e)),sx:{color:"text.secondary"}})})]})]}),$.jsx(Ph,{showFold:T,data:e,isMobile:i})]}):$.jsxs($.Fragment,{children:[$.jsxs("tr",{children:[$.jsx(t.Box,{component:"td",sx:{borderTopLeftRadius:8,borderBottomLeftRadius:T?0:8},children:e.fromToken&&$.jsx(jp,{token:e.fromToken,amount:null!==(h=e.fromAmount)&&void 0!==h?h:"",showChain:!0})}),$.jsx("td",{children:e.toToken&&$.jsx(jp,{token:e.toToken,amount:null!==(m=e.toAmount)&&void 0!==m?m:"",showChain:!0,canAddMetamask:null!==(g=null===(x=xo.get(e.toToken.chainId))||void 0===x?void 0:x.isEVMChain)&&void 0!==g&&g})}),$.jsx("td",{children:$.jsx(bp,{isMobile:i,statusText:j,statusColor:w,alphaColor:k,time:I,children:"success"!==e.status&&$.jsx(au,{onlyHover:!0,title:e.subStatus,ml:4,sx:{color:w}})})}),o?$.jsx("td",{children:A}):$.jsx("td",{children:e.fromToken&&e.toToken&&$.jsx(Mh,{fromToken:e.fromToken,toToken:e.toToken,fromTokenPrice:e.fromTokenPrice,toTokenPrice:e.toTokenPrice})}),$.jsx(t.Box,{component:"td",sx:{borderTopRightRadius:8,borderBottomRightRadius:T?0:8},children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:8},children:["refund_success"===e.subStatus&&$.jsxs($.Fragment,{children:[$.jsx(t.Tooltip,{title:"refund TX",placement:"top",onlyHover:!0,children:$.jsx(t.Box,{component:"a",href:e.refundChainId&&e.refundHash?ca(e.refundChainId,e.refundHash,"tx"):void 0,target:"_blank",rel:"noopener noreferrer",sx:{p:3,color:"primary.main",display:"flex",alignItems:"center",justifyContent:"center"},children:$.jsx(t.Box,{component:oe.ArrowTopRightBorder,sx:{width:18,height:18}})})}),$.jsx(t.Box,{sx:{height:16,width:"1px",backgroundColor:"border.main"}})]}),$.jsx(vp,{show:T,onClick:()=>B((e=>!e))})]})})]}),$.jsx("tr",{children:$.jsx(t.Box,{component:"td",colSpan:5,sx:{p:"0 !important",backgroundColor:"transparent !important"},children:$.jsx(Ph,{showFold:T,data:e})})})]})}function Fh({account:i,type:o}){const{isMobile:a}=Oa(),l=function({account:e,limit:t=5,type:i}){var o;const{tokenList:a}=Mo(),l=wa().getInfiniteQuery(r.SwapApi.graphql.cross_chain_swap_zetachain_orderList,"page",{where:{user:e,pageSize:t,type:i}}),d=c.useInfiniteQuery(Object.assign(Object.assign({},l),{enabled:!!e,initialPageParam:1,getNextPageParam:e=>{var n;const{page:i,count:o}=null!==(n=e.cross_chain_swap_zetachain_orderList)&&void 0!==n?n:{page:0,count:0};return i&&o?i*t>=o?null:i+1:null}})),u=n.useMemo((()=>{var e,t,n,i;return null!==(i=null===(n=null===(t=null===(e=d.data)||void 0===e?void 0:e.pages)||void 0===t?void 0:t.reduce(((e,t)=>{var n,i;return[...e,...null!==(i=null===(n=t.cross_chain_swap_zetachain_orderList)||void 0===n?void 0:n.list)&&void 0!==i?i:[]]}),[]))||void 0===n?void 0:n.map((e=>{const t=a.find((t=>{var n;return t.address.toLowerCase()===(null===(n=null==e?void 0:e.fromTokenAddress)||void 0===n?void 0:n.toLowerCase())&&t.chainId===(null==e?void 0:e.fromChainId)})),n=a.find((t=>{var n;return t.address.toLowerCase()===(null===(n=null==e?void 0:e.toTokenAddress)||void 0===n?void 0:n.toLowerCase())&&t.chainId===(null==e?void 0:e.toChainId)})),i=(null==e?void 0:e.fromAmount)&&t?new s(e.fromAmount).div(10**t.decimals).dp(t.decimals,s.ROUND_DOWN):null,o=(null==e?void 0:e.toAmount)&&n?new s(e.toAmount).div(10**n.decimals).dp(n.decimals,s.ROUND_DOWN):null;return{hash:null==e?void 0:e.fromHash,refundHash:null==e?void 0:e.refundHash,externalId:null==e?void 0:e.externalId,refundCridgeContract:null==e?void 0:e.refundCridgeContract,refundChainId:(null==e?void 0:e.refundChainId)?Number(e.refundChainId):void 0,fromToken:t,toToken:n,fromAmount:i,toAmount:o,startTime:(null==e?void 0:e.startTime)?1e3*e.startTime:void 0,endTime:(null==e?void 0:e.endTime)?1e3*e.endTime:void 0,createdAt:null==e?void 0:e.createdAt,fromAddress:null==e?void 0:e.fromAddress,toAddress:null==e?void 0:e.toAddress,routeData:{fromChainId:null==e?void 0:e.fromChainId,toChainId:null==e?void 0:e.toChainId,step:_o({omniPlan:null==e?void 0:e.omniPlan,tokenList:a})},fees:null==e?void 0:e.fees,status:null==e?void 0:e.status,subStatus:null==e?void 0:e.subStatus,transactionHash:null==e?void 0:e.fromHash,fromTokenPrice:i&&o&&t?o.div(i).dp(t.decimals,s.ROUND_DOWN).toString():null,toTokenPrice:i&&o&&n?i.div(o).dp(n.decimals,s.ROUND_DOWN).toString():null}})))&&void 0!==i?i:[]}),[null===(o=d.data)||void 0===o?void 0:o.pages,a]);return Object.assign(Object.assign({},d),{orderList:u})}({account:i,limit:a?10:5,type:o}),d="error_refund"===o;return $.jsx(yp,{isMobile:a,empty:!l.orderList.length,loading:l.isLoading,children:a?$.jsxs(t.Box,{sx:{pt:12,px:16,display:"flex",flexDirection:"column",gap:8},children:[l.orderList.map((e=>$.jsx(_h,{data:e,isMobile:a,isErrorRefund:d,refetch:l.refetch},e.hash))),$.jsx(wp,{loading:l.isFetchingNextPage,onClick:l.fetchNextPage,hasMore:l.hasNextPage,height:68})]}):$.jsx($.Fragment,{children:$.jsxs(kp,{loadMoreLoading:l.isFetchingNextPage,loadMore:l.fetchNextPage,hasMore:l.hasNextPage,children:[$.jsx("thead",{children:$.jsxs("tr",{children:[$.jsx("th",{children:$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:$.jsx(e.Trans,{id:"4fL/V7",message:"Pay"})})}),$.jsx("th",{children:$.jsx(e.Trans,{id:"lDgVWA",message:"Receive"})}),$.jsx("th",{children:$.jsx(e.Trans,{id:"uAQUqI",message:"Status"})}),d?$.jsx("th",{children:$.jsx(e.Trans,{id:"rzh/Z8",message:"Claim refunds"})}):$.jsx("th",{children:$.jsx(e.Trans,{id:"fqDzSu",message:"Rate"})}),$.jsx(t.Box,{component:"th",sx:{width:140,textAlign:"right !important"},children:$.jsx(e.Trans,{id:"URmyfc",message:"Details"})})]})}),$.jsx("tbody",{children:l.orderList.map((e=>$.jsx(_h,{data:e,isMobile:a,isErrorRefund:d,refetch:l.refetch},e.hash)))})]})})})}function Nh({account:e,limit:t=5}){var n,i,o,a;const l=void 0,d=wa().getInfiniteQuery(r.SwapApi.graphql.cross_chain_swap_zetachain_swapOrderList,"page",{where:{userAddress:null==e?void 0:e.toLowerCase(),pageSize:t}}),u=c.useInfiniteQuery(Object.assign(Object.assign({},d),{enabled:!!e,initialPageParam:1,getNextPageParam:e=>{var n;const{page:i,count:o}=null!==(n=e.cross_chain_swap_zetachain_swapOrderList)&&void 0!==n?n:{page:0,count:0};return i&&o?i*t>=o?null:i+1:null}})),p=null!==(a=null===(o=null===(i=null===(n=u.data)||void 0===n?void 0:n.pages)||void 0===i?void 0:i.reduce(((e,t)=>{var n,i;return[...e,...null!==(i=null===(n=t.cross_chain_swap_zetachain_swapOrderList)||void 0===n?void 0:n.list)&&void 0!==i?i:[]]}),[]))||void 0===o?void 0:o.map((t=>{var n,i,o,r,a,d,c,u,p,h,m,x,g,f,y,v,b,C;let j="";const w=null!==(i=null===(n=null==t?void 0:t.extra)||void 0===n?void 0:n.safeTxHash)&&void 0!==i?i:void 0;return w&&l&&e&&(j=l(w,null==t?void 0:t.chainId,e)),{hash:null!==(o=null==t?void 0:t.hash)&&void 0!==o?o:"",fromToken:ga({address:null!==(r=null==t?void 0:t.fromTokenAddress)&&void 0!==r?r:"",decimals:null==t?void 0:t.fromTokenDecimals,symbol:null!==(a=null==t?void 0:t.fromTokenSymbol)&&void 0!==a?a:"",name:null!==(d=null==t?void 0:t.fromTokenSymbol)&&void 0!==d?d:""},null==t?void 0:t.chainId),toToken:ga({address:null!==(c=null==t?void 0:t.toTokenAddress)&&void 0!==c?c:"",decimals:null==t?void 0:t.toTokenDecimals,symbol:null!==(u=null==t?void 0:t.toTokenSymbol)&&void 0!==u?u:"",name:null!==(p=null==t?void 0:t.toTokenSymbol)&&void 0!==p?p:""},null==t?void 0:t.chainId),fromAmount:(null==t?void 0:t.fromAmount)&&String(t.fromTokenDecimals)?new s(t.fromAmount).div(10**t.fromTokenDecimals):null,toAmount:null!==(h=null==t?void 0:t.toAmount)&&void 0!==h?h:"",minAmount:null!==(m=null==t?void 0:t.minAmount)&&void 0!==m?m:"",fromTokenPrice:null!==(x=null==t?void 0:t.fromTokenPrice)&&void 0!==x?x:"",toTokenPrice:null!==(g=null==t?void 0:t.toTokenPrice)&&void 0!==g?g:"",createdAt:null!==(f=null==t?void 0:t.createdAt)&&void 0!==f?f:"",routeData:null!==(v=null===(y=null==t?void 0:t.extra)||void 0===y?void 0:y.routeData)&&void 0!==v?v:"",safeTxHash:w,safeTxUrl:j,status:null!==(b=null==t?void 0:t.status)&&void 0!==b?b:"",transactionHash:null===(C=null==t?void 0:t.extra)||void 0===C?void 0:C.transactionHash}})))&&void 0!==a?a:[];return Object.assign(Object.assign({},u),{orderList:p})}var Dh,qh;function Uh({showFold:i,isMobile:o,data:r}){const a=t.useTheme(),{routeData:l}=Ju({rawRouteData:r.routeData,chainId:r.fromToken.chainId}),d=n.useMemo((()=>r.fromTokenPrice?new s(r.fromTokenPrice):new s(0)),[r.fromTokenPrice]);return $.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:24,p:i?16:0,borderBottomLeftRadius:8,borderBottomRightRadius:8,background:`linear-gradient(0deg, ${a.palette.background.skeleton} 0%, ${a.palette.background.skeleton} 100%), ${a.palette.background.paper}`,maxHeight:i?400:0,transition:"all 300ms",overflow:"hidden",[a.breakpoints.up("tablet")]:{marginTop:"-4px",marginBottom:"4px"}},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",typography:"h6",color:a.palette.text.secondary},children:[$.jsx(e.Trans,{id:"URmyfc",message:"Details"}),o&&$.jsxs(t.Box,{children:["Rate: 1 ",r.fromToken.symbol,"=",d&&d.isFinite()?Do({input:d,decimals:r.toToken.decimals}):"-"," ",r.toToken.symbol]})]}),o?$.jsx(Xs,{routeData:l,fromTokenRaw:r.fromToken,toTokenRaw:r.toToken}):$.jsx(Ks,{routeData:l,fromTokenRaw:r.fromToken,toTokenRaw:r.toToken})]})}function Vh({data:e,isMobile:i}){var r,a,s,l,d,c;const u=t.useTheme(),[p,h]=n.useState(!1),{statusText:m,statusColor:x,statusAlphaColor:g}=function({status:e,stateTextMap:n}){let i=n?n[e]:e;const r=t.useTheme();let a,s=o.i18n._({id:"yQE2r9",message:"Loading"}),l=r.palette.text.primary;switch(e){case Dh.Warning:s=o.i18n._({id:"GGWsTU",message:"Canceled"}),a=.1;break;case Dh.Failed:s=o.i18n._({id:"7Bj3x9",message:"Failed"}),l=r.palette.error.main;break;case Dh.Success:s=o.i18n._({id:"KAbcm2",message:"Succeeded"}),l=r.palette.success.main}return{state:i,statusText:s,statusColor:l,statusAlphaColor:a}}({status:e.status}),f=Cs(new Date(e.createdAt));return i?$.jsxs(t.Box,{sx:{backgroundColor:u.palette.background.paper,borderRadius:8},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",p:16,gap:16},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},onClick:()=>window.open(ca(e.fromToken.chainId,e.hash,"tx"),"_blank"),children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(Hs,{width:24,height:24,address:e.fromToken.address,chainId:e.fromToken.chainId}),$.jsx(t.Box,{component:"svg",width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",sx:{color:"text.secondary"},children:$.jsx("path",{d:"M7.575 8.625L4.5 11.7L5.625 12.75L9.75 8.625L5.625 4.5L4.5 5.55L7.575 8.625ZM12.15 8.625L9.075 11.7L10.125 12.75L14.25 8.625L10.125 4.5L9.075 5.55L12.15 8.625Z",fill:"currentColor"})}),$.jsx(Hs,{width:24,height:24,address:e.toToken.address,chainId:e.toToken.chainId})]}),$.jsx(bp,{isMobile:!1,statusText:m,statusColor:x,alphaColor:g})]}),$.jsx(t.Box,{sx:{typography:"h6",color:u.palette.text.secondary},children:f})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:16},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},children:[$.jsx(Cp,{token:e.fromToken,amount:e.fromAmount,canAddMetamask:!1,title:"Pay"}),$.jsx(Cp,{token:e.toToken,amount:e.toAmount,canAddMetamask:null!==(a=null===(r=xo.get(e.fromToken.chainId))||void 0===r?void 0:r.isEVMChain)&&void 0!==a&&a,title:"Receive"})]}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center",p:2,borderRadius:8,border:`1px solid ${u.palette.border.main}`},children:$.jsx(vp,{show:p,onClick:()=>h((e=>!e)),sx:{color:"text.secondary"}})})]})]}),$.jsx(Uh,{showFold:p,data:e,isMobile:!0})]}):$.jsxs($.Fragment,{children:[$.jsxs("tr",{children:[$.jsx(t.Box,{component:"td",sx:{borderTopLeftRadius:8,borderBottomLeftRadius:p?0:8},children:$.jsx(jp,{token:e.fromToken,amount:null!==(s=e.fromAmount)&&void 0!==s?s:"",showChain:!0})}),$.jsx("td",{children:$.jsx(jp,{token:e.toToken,amount:null!==(l=e.toAmount)&&void 0!==l?l:"",showChain:!0,canAddMetamask:null!==(c=null===(d=xo.get(e.toToken.chainId))||void 0===d?void 0:d.isEVMChain)&&void 0!==c&&c})}),$.jsx("td",{children:$.jsx(bp,{isMobile:i,statusText:m,statusColor:x,alphaColor:g,time:f})}),$.jsx("td",{children:$.jsx(Mh,{fromToken:e.fromToken,toToken:e.toToken,fromTokenPrice:e.fromTokenPrice,toTokenPrice:e.toTokenPrice})}),$.jsx(t.Box,{component:"td",sx:{borderTopRightRadius:8,borderBottomRightRadius:p?0:8},children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(t.Box,{component:"a",href:ca(e.fromToken.chainId,e.hash,"tx"),target:"_blank",rel:"noopener noreferrer",sx:{p:3,color:"primary.main",display:"flex",alignItems:"center",justifyContent:"center"},children:$.jsx(t.Box,{component:oe.ArrowTopRightBorder,sx:{width:18,height:18}})}),$.jsx(t.Box,{sx:{height:16,width:"1px",backgroundColor:"border.main"}}),$.jsx(vp,{show:p,onClick:()=>h((e=>!e))})]})})]}),$.jsx("tr",{children:$.jsx(t.Box,{component:"td",colSpan:5,sx:{p:"0 !important",backgroundColor:"transparent !important"},children:$.jsx(Uh,{showFold:p,data:e})})})]})}function Hh({account:n}){const{isMobile:i}=Oa(),o=Nh({account:n,limit:i?10:5});return $.jsx(yp,{isMobile:i,empty:!o.orderList.length,loading:o.isLoading,children:i?$.jsxs(t.Box,{sx:{pt:12,px:16,display:"flex",flexDirection:"column",gap:8},children:[o.orderList.map((e=>$.jsx(Vh,{data:e,isMobile:i},e.hash))),$.jsx(wp,{loading:o.isFetchingNextPage,onClick:o.fetchNextPage,hasMore:o.hasNextPage,height:68})]}):$.jsx($.Fragment,{children:$.jsxs(kp,{loadMoreLoading:o.isFetchingNextPage,loadMore:o.fetchNextPage,hasMore:o.hasNextPage,children:[$.jsx("thead",{children:$.jsxs("tr",{children:[$.jsx("th",{children:$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:$.jsx(e.Trans,{id:"4fL/V7",message:"Pay"})})}),$.jsx("th",{children:$.jsx(e.Trans,{id:"lDgVWA",message:"Receive"})}),$.jsx("th",{children:$.jsx(e.Trans,{id:"uAQUqI",message:"Status"})}),$.jsx("th",{children:$.jsx(e.Trans,{id:"fqDzSu",message:"Rate"})}),$.jsx(t.Box,{component:"th",sx:{width:140},children:$.jsx(e.Trans,{id:"URmyfc",message:"Details"})})]})}),$.jsx("tbody",{children:o.orderList.map((e=>$.jsx(Vh,{data:e,isMobile:i},e.hash)))})]})})})}function Wh(e){var{sx:n}=e,i=F(e,["sx"]);return $.jsx(t.TabPanel,{...i,sx:Object.assign(Object.assign({},n),{display:"flex",flexDirection:"column",overflow:"hidden"})})}!function(e){e.Running="pending",e.Success="success",e.Failed="failed",e.Warning="reset"}(Dh||(Dh={})),function(e){e.sameChain="same-chain",e.crossChain="cross-chain",e.errorRefunds="error-refunds"}(qh||(qh={}));const Zh="widget-module-container",$h=n.forwardRef((function(e,n){var{sx:i}=e,o=F(e,["sx"]);const{isMobile:r}=Oa();return $.jsx(t.Box,{className:Zh,ref:n,sx:Object.assign(Object.assign({flex:1,backgroundColor:"transparent"},r?{padding:0,height:"100%",width:"100%",overflowX:"hidden"}:{padding:0,height:"auto"}),i),...o})}));var zh;exports.PageType=void 0,(zh=exports.PageType||(exports.PageType={})).Pool="pool",zh.PoolDetail="poolDetail",zh.CreatePool="createPool",zh.ModifyPool="modifyPool",zh.MiningList="miningList",zh.MiningDetail="miningDetail",zh.createPoolAMMV2="createPoolAMMV2",zh.createPoolAMMV3="createPoolAMMV3";const Qh=u.create(((e,t)=>({page:void 0,historyList:[],push:t=>{e((e=>{var n;const i=[...e.historyList,null!==(n=e.page)&&void 0!==n?n:{type:exports.PageType.Pool}];return{page:t,historyList:i}}))},back:()=>{e((e=>{const t=e.historyList.length;if(!t)return"undefined"!=typeof window&&window.history&&history.back(),e;const n=[...e.historyList];return{page:n.splice(t-1,1)[0],historyList:n}}))}})));function Gh({title:e,descList:n,linkTo:i,sx:o}){const r=t.useTheme();return $.jsxs(t.Box,{sx:Object.assign({backgroundColor:r.palette.background.paper,backdropFilter:"blur(4px)",borderRadius:12,padding:24,display:"flex",flexDirection:"column",alignItems:"flex-start",gap:24},o),children:[$.jsx(t.Box,{sx:{color:r.palette.text.primary,typography:"body1",fontWeight:500,lineHeight:"24px"},children:e}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"stretch",gap:24},children:n.map(((e,n)=>$.jsxs(t.Box,{sx:{flex:1,padding:16,display:"flex",flexDirection:"column",alignItems:"flex-start",gap:8,borderWidth:1,borderColor:r.palette.border.main,borderStyle:"solid",borderRadius:8},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(t.Box,{sx:{color:r.palette.primary.contrastText,typography:"h6",fontWeight:600,lineHeight:"20px",width:20,height:20,display:"flex",alignItems:"center",justifyContent:"center",borderRadius:"50%",backgroundColor:r.palette.primary.main},children:n+1}),$.jsx(t.Box,{sx:{color:r.palette.text.primary,typography:"body2",fontWeight:500,lineHeight:"24px"},children:e.title})]}),$.jsx(t.Box,{sx:{color:r.palette.text.secondary,typography:"h6",fontWeight:500,lineHeight:"18px"},children:e.desc})]},n)))}),$.jsx(t.Box,{component:"a",href:i,target:"_blank",rel:"noopener noreferrer",sx:{px:24,py:12,borderRadius:8,backgroundColor:r.palette.background.tag,color:r.palette.text.primary,typography:"body2",fontWeight:700,lineHeight:"21px",textDecoration:"none"},children:"Read Docs"})]})}const Yh=[{value:0,label:"0%"},{value:25,label:"25%"},{value:50,label:"50%"},{value:75,label:"75%"},{value:100,label:"100%"}];function Xh({disabled:e,value:n,onChange:i,sx:o}){return $.jsxs(t.Box,{sx:Object.assign({p:20,backgroundColor:"background.cardInput",borderRadius:12},o),children:[$.jsx(Pu,{value:String(n),onChange:e=>i(+e),readOnly:!0,readonlyShowSuffix:!0,suffix:$.jsx(t.Box,{sx:{typography:"h2"},children:"%"}),sx:{mt:12,backgroundColor:"background.cardInput","& input":{pl:0,typography:"h1"}}}),$.jsx(t.Box,{sx:{mt:20},children:$.jsx(t.Slider,{marks:Yh,step:1,disabled:e,value:n,onChange:(e,t)=>i(t)})})]})}function Kh({active:n,sx:i,onClick:o}){const r=t.useTheme(),a="light"===r.palette.mode;let s=r.palette.primary.main,l="transparent";return n&&(s=r.palette.primary.contrastText,l=t.alpha(r.palette.primary.main,.8)),$.jsx(t.Box,{component:t.ButtonBase,sx:Object.assign({typography:"body2",p:n?r.spacing(8,20,9):r.spacing(7,19,8),minWidth:79,border:n?void 0:`1px solid ${s}`,color:s,backgroundColor:l,borderRadius:8,fontWeight:600,"&:hover":{color:n?r.palette.primary.contrastText:r.palette.primary.main,backgroundColor:n?r.palette.primary.main:a?"rgba(26, 26, 27, 0.04)":"rgba(241, 249, 2, 0.08)"}},i),onClick:o,children:$.jsx(e.Trans,{id:"R9Khdg",message:"Auto"})})}const Jh="auto",em="0.1",tm="0.5",nm="0.5",im=.01,om=({address:e,type:t})=>{const[i,o]=n.useState(Jh),r=n.useMemo((()=>i===Jh?"AMMV3"===t?new s(nm).div(100).toNumber():"AMMV2"===t?new s(tm).div(100).toNumber():new s(em).div(100).toNumber():i),[i,t]);return{slipper:i,setSlipper:o,slipperValue:r,resetSlipper:()=>{o(Jh)}}};function rm({type:i,disabled:o,value:r,onChange:a,sx:l}){const d=t.useTheme(),c=r===Jh,[u,p]=n.useState(c?"":new s(r).times(100).toNumber()),h="AMMV3"==i?nm:"AMMV2"==i?tm:em;return $.jsx(t.Tooltip,{disabled:o,onlyClick:!0,title:$.jsxs(t.Box,{sx:{backgroundColor:d.palette.background.paper,padding:d.spacing(12,20),borderRadius:8,width:318,maxWidth:"90vw",boxSizing:"border-box"},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",typography:"body2"},children:[$.jsx("span",{children:$.jsx(e.Trans,{id:"lqTDfd",message:"Slippage Tolerance"})}),$.jsxs("span",{children:[c?h:r&&new s(r).times(100).toNumber(),"%"]})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",margin:d.spacing(16,0,0,0)},children:[$.jsx(Kh,{sx:{borderRadius:8,whiteSpace:"nowrap"},onClick:()=>{p(""),a(Jh)},active:c}),$.jsx(t.Input,{placeholder:String(h),value:u,onChange:e=>{const{value:t}=e.target;p(t),a(t?new s(t).div(100).toNumber():Jh)},onBlur:()=>{(!c&&new s(r).gt(.1)||new s(r).lte(0))&&(p(10),a(.1))},suffix:$.jsx(t.Box,{sx:{mr:16},children:"%"}),sx:{ml:8,"& input":{px:16,py:0,height:"39px"}}})]})]}),sx:{p:0},arrow:!1,placement:"bottom-end",children:$.jsx(t.HoverAddBackground,{sx:Object.assign({width:"max-content",alignItems:"right",margin:d.spacing(0,0,0,"auto"),p:d.spacing(4,12),borderRadius:20,backgroundColor:"background.paperDarkContrast"},l),children:$.jsx(t.Box,{component:oe.Setting,sx:{width:18,height:18,"& path:last-child":{fill:d.palette.text.primary}}})})})}const am=50;var sm,lm,dm;function cm(i){var r,a,s,{chainId:l,includeButton:d}=i,c=F(i,["chainId","includeButton"]);const{chainId:u,getAppKitAccountByChainId:p,open:h}=fa(),[m,x]=n.useState(!1),g=xp(l),f=void 0!==u&&void 0!==l&&u!==l,y=p(l);return!(null==y?void 0:y.appKitAccount.address)||m||void 0===u||l&&l!==u?$.jsx($.Fragment,{children:$.jsx(t.Button,{...c,isLoading:m,onClick:()=>N(this,void 0,void 0,(function*(){if(f)return g?(x(!0),yield g(),void x(!1)):void 0;x(!0),h({namespace:null==y?void 0:y.namespace}),x(!1)})),children:m?$.jsx(e.Trans,{id:"J28zul",message:"Connecting..."}):f&&l?o.i18n._({id:"1+P9RR",message:"Switch to {0}",values:{0:null!==(s=null===(a=xo.get(l))||void 0===a?void 0:a.name)&&void 0!==s?s:"unknown"}}):$.jsx(e.Trans,{id:"r7ScnQ",message:"Connect to a wallet"})})}):d?$.jsx($.Fragment,{children:null!==(r=c.children)&&void 0!==r?r:null}):$.jsx(t.Button,{...c})}!function(e){e[e.quantity=1]="quantity",e[e.percentage=2]="percentage"}(sm||(sm={})),function(e){e.CURRENCY_A="CURRENCY_A",e.CURRENCY_B="CURRENCY_B"}(lm||(lm={})),function(e){e.LOWER="LOWER",e.UPPER="UPPER"}(dm||(dm={}));const um={xs:"4px",sm:"8px",md:"12px",lg:"24px",xl:"32px"},pm=({children:e,sx:n})=>(t.useTheme(),$.jsx(t.Box,{sx:Object.assign({display:"flex",flexDirection:"column",gap:20,px:20,py:20,borderRadius:12},n),children:e})),hm=({children:e,sx:n})=>{const i=t.useTheme();return $.jsx(pm,{sx:Object.assign(Object.assign({},n),{backgroundColor:i.palette.background.paperContrast}),children:e})},mm=({children:e})=>{const n=t.useTheme();return $.jsxs(t.Box,{sx:{p:8,borderRadius:8,backgroundColor:t.alpha(n.palette.warning.main,.1),display:"flex",alignItems:"center",gap:8},children:[$.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.75 16.125L9 1.875L17.25 16.125H0.75ZM14.6475 14.625L8.99998 4.86749L3.35247 14.625H14.6475ZM9.75004 12.375H8.25003V13.875H9.75004V12.375ZM8.25003 7.875H9.75004V10.875H8.25003V7.875Z",fill:n.palette.warning.main})}),$.jsx(t.Box,{sx:{typography:"h6",color:n.palette.warning.main,textAlign:"left"},children:e})]})};function xm({gap:e,flex:n,children:i,style:o}){return $.jsx(t.Box,{sx:Object.assign(Object.assign(Object.assign({display:"flex",flexDirection:"column",justifyContent:"flex-start",gap:e&&um[e]||e},n&&{flex:n}),{width:"100%",alignItems:"center"}),o),children:i})}function gm({gap:e,justify:n,grow:i,children:o,style:r}){return $.jsx(t.Box,{sx:Object.assign({display:"grid",gridAutoRows:"auto",gridRowGap:e&&um[e]||e,justifyItems:n,flexGrow:i&&1},r),children:o})}function fm({gap:e,children:n,sx:i}){return $.jsx(t.Box,{sx:Object.assign({width:"100%",display:"flex",padding:0,alignItems:"center",justifyContent:"flex-start",gap:e&&um[e]||e},i),children:n})}function ym({children:e,style:t}){return $.jsx(fm,{sx:Object.assign({justifyContent:"space-between"},t),children:e})}function vm({gap:e,justify:t,children:n,sx:i}){return $.jsx(fm,{sx:Object.assign({position:"relative",width:"fit-content",margin:`-${e}`},i),children:n})}function bm({children:e,disabled:t,sx:n}){return $.jsx(fm,{sx:Object.assign({display:"flex",flexDirection:"column",alignItems:"stretch",gap:12,opacity:t?.2:1,pointerEvents:t?"none":"auto"},n),children:e})}const Cm=({chainId:n,approvalA:i,approvalB:r,parsedAmounts:a,isValid:s,depositADisabled:l,depositBDisabled:d,errorMessage:c,setShowConfirm:u})=>{var p,h;const m=i.needApprove&&!!a[lm.CURRENCY_A]||i.isApproving,x=r.needApprove&&!!a[lm.CURRENCY_B]||r.isApproving;return $.jsx(cm,{includeButton:!0,fullWidth:!0,chainId:n,children:$.jsxs(gm,{gap:"md",style:{width:"100%"},children:[(m||x)&&s&&$.jsxs(t.Box,{sx:{width:"100%",display:"flex",padding:0,alignItems:"center",justifyContent:"space-between",gap:8},children:[m&&$.jsx(t.Button,{size:t.Button.Size.big,isLoading:i.isApproving,onClick:i.submitApprove,disabled:i.insufficientBalance,width:x?"50%":"100%",children:i.isApproving?$.jsx(e.Trans,{id:"DTFrUE",message:"Approving {0}...",values:{0:null===(p=i.token)||void 0===p?void 0:p.symbol}}):i.approveTitle}),x&&$.jsx(t.Button,{size:t.Button.Size.big,isLoading:r.isApproving,onClick:r.submitApprove,disabled:r.insufficientBalance,width:m?"50%":"100%",children:r.isApproving?$.jsx(e.Trans,{id:"DTFrUE",message:"Approving {0}...",values:{0:null===(h=r.token)||void 0===h?void 0:h.symbol}}):r.approveTitle})]}),$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.big,onClick:()=>{u(!0)},disabled:!s||i.needApprove&&!l||r.needApprove&&!d,danger:!s&&!!a[lm.CURRENCY_A]&&!!a[lm.CURRENCY_B],children:c||o.i18n._({id:"rdUucN",message:"Preview"})})]})})},jm=({chainId:e,disabled:n,isLoading:i,onConfirm:r})=>$.jsx(cm,{includeButton:!0,fullWidth:!0,chainId:e,children:$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.big,onClick:r,disabled:n,isLoading:i,children:o.i18n._({id:"h5pjuM",message:"Collect fees"})})});function wm(e){const t=n.useRef();return n.useEffect((()=>{t.current=e})),t.current}const km=[.25,.5,.75,1];function Tm({currentValue:e,onClick:i,sx:o}){const r=t.useTheme(),a="light"===r.palette.mode,{isMobile:s}=Oa(),[l,d]=n.useState(null),c=n.useRef(0);n.useEffect((()=>{e?(c.current+=1,c.current>=2&&(d(null),c.current=0)):d(null)}),[e]);const u=wm(e);return n.useEffect((()=>{u===e&&1===l&&(c.current=1)}),[e,u,l]),$.jsx(t.Box,{sx:Object.assign({display:"grid",gap:s?10:14,gridTemplateColumns:`repeat(${km.length}, 1fr)`},o),children:km.map((e=>{const n=e===l;return $.jsxs(t.ButtonBase,{sx:{typography:"h6",borderRadius:4,padding:r.spacing(4,0),width:"100%",color:"text.secondary",backgroundColor:"background.paperDarkContrast","&:hover":{color:r.palette.text.primary,backgroundColor:t.alpha(r.palette.text.primary,.2)},"&.selected, &:focus":{color:"#fff",backgroundColor:a?r.palette.primary.main:t.alpha(r.palette.text.primary,.4)}},onClick:()=>{n||(c.current=0,d(e),i(e))},className:n?"selected":void 0,children:[100*e,"%"]},e)}))})}const Bm=({value:i,onUserInput:r,maxAmount:a,balance:s,currency:l,locked:d})=>{var c,u;const p=t.useTheme(),h=n.useCallback((e=>{if(!a||!l)return;const t=a.toExact().multipliedBy(e).dp(l.decimals).toString();r(t)}),[l,a,r]),m=n.useMemo((()=>s?Do({input:s.toExact(),decimals:null==l?void 0:l.decimals}):"-"),[null==l?void 0:l.decimals,s]);return $.jsxs(t.Box,{sx:{pt:20,pb:20,px:20,borderRadius:16,backgroundColor:p.palette.background.cardInput},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:4},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,color:p.palette.text.primary,typography:"h5"},children:[(null==l?void 0:l.address)&&$.jsx(Hs,{address:null!==(c=null==l?void 0:l.address)&&void 0!==c?c:"",chainId:null==l?void 0:l.chainId,noShowChain:!0,width:24,height:24,marginRight:0}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},children:(null==l?void 0:l.address)?$.jsx(t.Box,{children:null!==(u=null==l?void 0:l.symbol)&&void 0!==u?u:"-"}):$.jsx(e.Trans,{id:"sIPJGT",message:"SELECT TOKEN"})})]}),$.jsxs(t.Box,{component:t.ButtonBase,sx:{color:p.palette.text.secondary,"&:hover":{color:p.palette.text.primary},cursor:"pointer",display:"flex",flexWrap:"wrap",justifyContent:"flex-end",typography:"body2"},onClick:()=>{h(1)},children:[$.jsxs(t.Box,{sx:{wordBreak:"keep-all"},children:[o.i18n._({id:"fsBGk0",message:"Balance"}),": "]}),$.jsx(t.Box,{sx:{wordBreak:"break-all",textAlign:"right",display:"flex",alignItems:"center"},children:m})]})]}),$.jsx(Pu,{sx:{mt:4,backgroundColor:p.palette.background.cardInput},suffix:void 0,value:i,onChange:r,readOnly:d,withClear:!d}),d?null:$.jsx(Tm,{sx:{mt:20,mb:0},onClick:h,currentValue:i})]})},Im={},Em={};var Am,Sm;Object.values(r.ChainId).filter((e=>"number"==typeof e)).map((e=>{const t=p.getUniswapV3FactoryContractAddressByChainId(e),n=p.getNonfungiblePositionManagerContractAddressByChainId(e);t&&(Im[e]=t),n&&(Em[e]=n)})),r.ChainId.MAINNET,r.ChainId.ARBITRUM_ONE,r.ChainId.SEPOLIA,r.ChainId.TAIKO,function(e){e[e.EXACT_INPUT=0]="EXACT_INPUT",e[e.EXACT_OUTPUT=1]="EXACT_OUTPUT"}(Am||(Am={})),function(e){e[e.ROUND_DOWN=0]="ROUND_DOWN",e[e.ROUND_HALF_UP=1]="ROUND_HALF_UP",e[e.ROUND_UP=2]="ROUND_UP"}(Sm||(Sm={}));const Lm=I.BigInt("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"),Rm={[Sm.ROUND_DOWN]:s.ROUND_DOWN,[Sm.ROUND_HALF_UP]:s.ROUND_HALF_UP,[Sm.ROUND_UP]:s.ROUND_UP},Om={[Sm.ROUND_DOWN]:s.ROUND_DOWN,[Sm.ROUND_HALF_UP]:s.ROUND_HALF_UP,[Sm.ROUND_UP]:s.ROUND_UP};class Mm{constructor(e,t=I.BigInt(1)){this.numerator=I.BigInt(e),this.denominator=I.BigInt(t)}static tryParseFraction(e){if(e instanceof I||"number"==typeof e||"string"==typeof e)return new Mm(e);if("numerator"in e&&"denominator"in e)return e;throw new Error("Could not parse fraction")}get quotient(){return I.divide(this.numerator,this.denominator)}get remainder(){return new Mm(I.remainder(this.numerator,this.denominator),this.denominator)}invert(){return new Mm(this.denominator,this.numerator)}add(e){const t=Mm.tryParseFraction(e);return I.equal(this.denominator,t.denominator)?new Mm(I.add(this.numerator,t.numerator),this.denominator):new Mm(I.add(I.multiply(this.numerator,t.denominator),I.multiply(t.numerator,this.denominator)),I.multiply(this.denominator,t.denominator))}subtract(e){const t=Mm.tryParseFraction(e);return I.equal(this.denominator,t.denominator)?new Mm(I.subtract(this.numerator,t.numerator),this.denominator):new Mm(I.subtract(I.multiply(this.numerator,t.denominator),I.multiply(t.numerator,this.denominator)),I.multiply(this.denominator,t.denominator))}lessThan(e){const t=Mm.tryParseFraction(e);return I.lessThan(I.multiply(this.numerator,t.denominator),I.multiply(t.numerator,this.denominator))}equalTo(e){const t=Mm.tryParseFraction(e);return I.equal(I.multiply(this.numerator,t.denominator),I.multiply(t.numerator,this.denominator))}greaterThan(e){const t=Mm.tryParseFraction(e);return I.greaterThan(I.multiply(this.numerator,t.denominator),I.multiply(t.numerator,this.denominator))}multiply(e){const t=Mm.tryParseFraction(e);return new Mm(I.multiply(this.numerator,t.numerator),I.multiply(this.denominator,t.denominator))}divide(e){const t=Mm.tryParseFraction(e);return new Mm(I.multiply(this.numerator,t.denominator),I.multiply(this.denominator,t.numerator))}toSignificant(e,t={decimalSeparator:".",groupSeparator:"",groupSize:3,secondaryGroupSize:0,fractionGroupSeparator:"",fractionGroupSize:0},n=Sm.ROUND_HALF_UP){E(Number.isInteger(e),`${e} is not an integer.`),E(e>0,`${e} is not positive.`);const i=Rm[n],o=new s(this.numerator.toString()).div(this.denominator.toString()).precision(e,i);return o.toFormat(o.decimalPlaces(),i,t)}toFixed(e,t={decimalSeparator:".",groupSeparator:"",groupSize:3,secondaryGroupSize:0,fractionGroupSeparator:"",fractionGroupSize:0},n=Sm.ROUND_HALF_UP){E(Number.isInteger(e),`${e} is not an integer.`),E(e>=0,`${e} is negative.`);const i=Om[n];return new s(this.numerator.toString()).decimalPlaces(e,i).div(this.denominator.toString()).toFormat(e,i,t)}get asFraction(){return new Mm(this.numerator,this.denominator)}}class Pm extends Mm{static fromRawAmount(e,t){return new Pm(e,t)}static fromFractionalAmount(e,t,n){return new Pm(e,t,n)}constructor(e,t,n){super(t,n),E(I.lessThanOrEqual(this.quotient,Lm),"AMOUNT"),this.currency=e,this.decimalScale=I.exponentiate(I.BigInt(10),I.BigInt(e.decimals))}add(e){E(this.currency.equals(e.currency),"CURRENCY");const t=super.add(e);return Pm.fromFractionalAmount(this.currency,t.numerator,t.denominator)}subtract(e){E(this.currency.equals(e.currency),"CURRENCY");const t=super.subtract(e);return Pm.fromFractionalAmount(this.currency,t.numerator,t.denominator)}multiply(e){const t=super.multiply(e);return Pm.fromFractionalAmount(this.currency,t.numerator,t.denominator)}divide(e){const t=super.divide(e);return Pm.fromFractionalAmount(this.currency,t.numerator,t.denominator)}toSignificant(e=6,t,n=Sm.ROUND_DOWN){return super.divide(this.decimalScale).toSignificant(e,t,n)}toFixed(e=this.currency.decimals,t,n=Sm.ROUND_DOWN){return E(e<=this.currency.decimals,"DECIMALS"),super.divide(this.decimalScale).toFixed(e,t,n)}toExact(){return new s(this.quotient.toString()).div(this.decimalScale.toString())}get wrapped(){return this.currency.isToken?this:Pm.fromFractionalAmount(this.currency.wrapped,this.numerator,this.denominator)}}const _m=new Mm(I.BigInt(100));function Fm(e){return new Nm(e.numerator,e.denominator)}class Nm extends Mm{constructor(){super(...arguments),this.isPercent=!0}add(e){return Fm(super.add(e))}subtract(e){return Fm(super.subtract(e))}multiply(e){return Fm(super.multiply(e))}divide(e){return Fm(super.divide(e))}toSignificant(e=5,t,n){return super.multiply(_m).toSignificant(e,t,n)}toFixed(e=2,t,n){return super.multiply(_m).toFixed(e,t,n)}}class Dm extends Mm{constructor(...e){let t,n,i,o;if(4===e.length)[t,n,i,o]=e;else{const r=e[0].quoteAmount.divide(e[0].baseAmount);[t,n,i,o]=[e[0].baseAmount.currency,e[0].quoteAmount.currency,r.denominator,r.numerator]}super(o,i),this.baseCurrency=t,this.quoteCurrency=n,this.scalar=new Mm(I.exponentiate(I.BigInt(10),I.BigInt(t.decimals)),I.exponentiate(I.BigInt(10),I.BigInt(n.decimals)))}invert(){return new Dm(this.quoteCurrency,this.baseCurrency,this.numerator,this.denominator)}multiply(e){E(this.quoteCurrency.equals(e.baseCurrency),"TOKEN");const t=super.multiply(e);return new Dm(this.baseCurrency,e.quoteCurrency,t.denominator,t.numerator)}quote(e){E(e.currency.equals(this.baseCurrency),"TOKEN");const t=super.multiply(e);return Pm.fromFractionalAmount(this.quoteCurrency,t.numerator,t.denominator)}get adjustedForDecimals(){return super.multiply(this.scalar)}toSignificant(e=6,t,n){return this.adjustedForDecimals.toSignificant(e,t,n)}toFixed(e=4,t,n){return this.adjustedForDecimals.toFixed(e,t,n)}}class qm{constructor(e,t,n,i){E(Number.isSafeInteger(e),"CHAIN_ID"),E(t>=0&&t<255&&Number.isInteger(t),"DECIMALS"),this.chainId=e,this.decimals=t,this.symbol=n,this.name=i}}function Um(e){try{return Or(e)}catch(t){throw new Error(`${e} is not a valid address.`)}}const Vm=/^0x[0-9a-fA-F]{40}$/;class Hm extends qm{constructor(e,t,n,i,o,r,a,s){super(e,n,i,o),this.isNative=!1,this.isToken=!0,this.address=r?function(e){if(Vm.test(e))return e;throw new Error(`${e} is not a valid address.`)}(t):Um(t),a&&E(a.gte(x.BigNumber.from(0)),"NON-NEGATIVE FOT FEES"),s&&E(s.gte(x.BigNumber.from(0)),"NON-NEGATIVE FOT FEES"),this.buyFeeBps=a,this.sellFeeBps=s}equals(e){return e.isToken&&this.chainId===e.chainId&&this.address.toLowerCase()===e.address.toLowerCase()}sortsBefore(e){return E(this.chainId===e.chainId,"CHAIN_IDS"),E(this.address.toLowerCase()!==e.address.toLowerCase(),"ADDRESSES"),this.address.toLowerCase()<e.address.toLowerCase()}get wrapped(){return this}}const Wm=I.BigInt(Number.MAX_SAFE_INTEGER),Zm=I.BigInt(0),$m=I.BigInt(1),zm=I.BigInt(2);const Qm=I.BigInt(0),Gm=1e4;new Nm(I.BigInt(1),Gm),new Nm(1,100),new Nm(3,100),new Nm(5,100),new Nm(10,100),new Nm(15,100);const Ym=new Nm(0);new Nm(1);const Xm="0x5ccd5621c1bb9e44ce98cef8b90d31eb2423dec3793b6239232cefae976936ea";var Km;!function(e){e[e.LOWEST=100]="LOWEST",e[e.LOW_200=200]="LOW_200",e[e.LOW_300=300]="LOW_300",e[e.LOW_400=400]="LOW_400",e[e.LOW=500]="LOW",e[e.MEDIUM=3e3]="MEDIUM",e[e.HIGH=1e4]="HIGH"}(Km||(Km={}));const Jm={[Km.LOWEST]:1,[Km.LOW_200]:4,[Km.LOW_300]:6,[Km.LOW_400]:8,[Km.LOW]:10,[Km.MEDIUM]:60,[Km.HIGH]:200},ex=I.BigInt(-1),tx=I.BigInt(0),nx=I.BigInt(1),ix=I.exponentiate(I.BigInt(2),I.BigInt(96)),ox=I.exponentiate(ix,I.BigInt(2));function rx({factoryAddress:e,tokenA:t,tokenB:n,fee:i,initCodeHashManualOverride:o,chainId:a}){const[s,l]=t.sortsBefore(n)?[t,n]:[n,t],d=Jr(["bytes"],[kh.encode(["address","address","uint24"],[s.address,l.address,i])]),c=null!=o?o:function(e){switch(e){case r.ChainId.TAIKO:case r.ChainId.ZETACHAIN:case r.ChainId.ZETACHAIN_TESTNET:return"0x5ccd5621c1bb9e44ce98cef8b90d31eb2423dec3793b6239232cefae976936ea";case r.ChainId.SEPOLIA:return"0x4509fa1e2d1989ac1632a56fe87c53e8d1e9d05847694e00f62b23e28cec98c4";default:return Xm}}(a);return Mr(e,d,c)}const ax=I.BigInt(2),sx=[128,64,32,16,8,4,2,1].map((e=>[e,I.exponentiate(ax,I.BigInt(e))]));function lx(e,t){return I.signedRightShift(I.multiply(e,I.BigInt(t)),I.BigInt(128))}const dx=I.exponentiate(I.BigInt(2),I.BigInt(32));class cx{constructor(){}static getSqrtRatioAtTick(e){E(e>=cx.MIN_TICK&&e<=cx.MAX_TICK&&Number.isInteger(e),"TICK");const t=e<0?-1*e:e;let n=1&t?I.BigInt("0xfffcb933bd6fad37aa2d162d1a594001"):I.BigInt("0x100000000000000000000000000000000");return 2&t&&(n=lx(n,"0xfff97272373d413259a46990580e213a")),4&t&&(n=lx(n,"0xfff2e50f5f656932ef12357cf3c7fdcc")),8&t&&(n=lx(n,"0xffe5caca7e10e4e61c3624eaa0941cd0")),16&t&&(n=lx(n,"0xffcb9843d60f6159c9db58835c926644")),32&t&&(n=lx(n,"0xff973b41fa98c081472e6896dfb254c0")),64&t&&(n=lx(n,"0xff2ea16466c96a3843ec78b326b52861")),128&t&&(n=lx(n,"0xfe5dee046a99a2a811c461f1969c3053")),256&t&&(n=lx(n,"0xfcbe86c7900a88aedcffc83b479aa3a4")),512&t&&(n=lx(n,"0xf987a7253ac413176f2b074cf7815e54")),1024&t&&(n=lx(n,"0xf3392b0822b70005940c7a398e4b70f3")),2048&t&&(n=lx(n,"0xe7159475a2c29b7443b29c7fa6e889d9")),4096&t&&(n=lx(n,"0xd097f3bdfd2022b8845ad8f792aa5825")),8192&t&&(n=lx(n,"0xa9f746462d870fdf8a65dc1f90e061e5")),16384&t&&(n=lx(n,"0x70d869a156d2a1b890bb3df62baf32f7")),32768&t&&(n=lx(n,"0x31be135f97d08fd981231505542fcfa6")),65536&t&&(n=lx(n,"0x9aa508b5b7a84e1c677de54f3e99bc9")),131072&t&&(n=lx(n,"0x5d6af8dedb81196699c329225ee604")),262144&t&&(n=lx(n,"0x2216e584f5fa1ea926041bedfe98")),524288&t&&(n=lx(n,"0x48a170391f7dc42444e8fa2")),e>0&&(n=I.divide(Lm,n)),I.greaterThan(I.remainder(n,dx),tx)?I.add(I.divide(n,dx),nx):I.divide(n,dx)}static getTickAtSqrtRatio(e){E(I.greaterThanOrEqual(e,cx.MIN_SQRT_RATIO)&&I.lessThan(e,cx.MAX_SQRT_RATIO),"SQRT_RATIO");const t=I.leftShift(e,I.BigInt(32)),n=function(e){E(I.greaterThan(e,tx),"ZERO"),E(I.lessThanOrEqual(e,Lm),"MAX");let t=0;for(const[n,i]of sx)I.greaterThanOrEqual(e,i)&&(e=I.signedRightShift(e,I.BigInt(n)),t+=n);return t}(t);let i;i=I.greaterThanOrEqual(I.BigInt(n),I.BigInt(128))?I.signedRightShift(t,I.BigInt(n-127)):I.leftShift(t,I.BigInt(127-n));let o=I.leftShift(I.subtract(I.BigInt(n),I.BigInt(128)),I.BigInt(64));for(let e=0;e<14;e++){i=I.signedRightShift(I.multiply(i,i),I.BigInt(127));const t=I.signedRightShift(i,I.BigInt(128));o=I.bitwiseOr(o,I.leftShift(t,I.BigInt(63-e))),i=I.signedRightShift(i,t)}const r=I.multiply(o,I.BigInt("255738958999603826347141")),a=I.toNumber(I.signedRightShift(I.subtract(r,I.BigInt("3402992956809132418596140100660247210")),I.BigInt(128))),s=I.toNumber(I.signedRightShift(I.add(r,I.BigInt("291339464771989622907027621153398088495")),I.BigInt(128)));return a===s?a:I.lessThanOrEqual(cx.getSqrtRatioAtTick(s),e)?s:a}}cx.MIN_TICK=-887272,cx.MAX_TICK=-cx.MIN_TICK,cx.MIN_SQRT_RATIO=I.BigInt("4295128739"),cx.MAX_SQRT_RATIO=I.BigInt("1461446703485210103287273052203988822378723970342");class ux{constructor(){}static mulDivRoundingUp(e,t,n){const i=I.multiply(e,t);let o=I.divide(i,n);return I.notEqual(I.remainder(i,n),tx)&&(o=I.add(o,nx)),o}}const px=I.subtract(I.exponentiate(I.BigInt(2),I.BigInt(160)),nx);function hx(e,t){const n=I.multiply(e,t);return I.bitwiseAnd(n,Lm)}class mx{constructor(){}static getAmount0Delta(e,t,n,i){I.greaterThan(e,t)&&([e,t]=[t,e]);const o=I.leftShift(n,I.BigInt(96)),r=I.subtract(t,e);return i?ux.mulDivRoundingUp(ux.mulDivRoundingUp(o,r,t),nx,e):I.divide(I.divide(I.multiply(o,r),t),e)}static getAmount1Delta(e,t,n,i){return I.greaterThan(e,t)&&([e,t]=[t,e]),i?ux.mulDivRoundingUp(n,I.subtract(t,e),ix):I.divide(I.multiply(n,I.subtract(t,e)),ix)}static getNextSqrtPriceFromInput(e,t,n,i){return E(I.greaterThan(e,tx)),E(I.greaterThan(t,tx)),i?this.getNextSqrtPriceFromAmount0RoundingUp(e,t,n,!0):this.getNextSqrtPriceFromAmount1RoundingDown(e,t,n,!0)}static getNextSqrtPriceFromOutput(e,t,n,i){return E(I.greaterThan(e,tx)),E(I.greaterThan(t,tx)),i?this.getNextSqrtPriceFromAmount1RoundingDown(e,t,n,!1):this.getNextSqrtPriceFromAmount0RoundingUp(e,t,n,!1)}static getNextSqrtPriceFromAmount0RoundingUp(e,t,n,i){if(I.equal(n,tx))return e;const o=I.leftShift(t,I.BigInt(96));if(i){let t=hx(n,e);if(I.equal(I.divide(t,n),e)){const n=function(e,t){const n=I.add(e,t);return I.bitwiseAnd(n,Lm)}(o,t);if(I.greaterThanOrEqual(n,o))return ux.mulDivRoundingUp(o,e,n)}return ux.mulDivRoundingUp(o,nx,I.add(I.divide(o,e),n))}{let t=hx(n,e);E(I.equal(I.divide(t,n),e)),E(I.greaterThan(o,t));const i=I.subtract(o,t);return ux.mulDivRoundingUp(o,e,i)}}static getNextSqrtPriceFromAmount1RoundingDown(e,t,n,i){if(i){const i=I.lessThanOrEqual(n,px)?I.divide(I.leftShift(n,I.BigInt(96)),t):I.divide(I.multiply(n,ix),t);return I.add(e,i)}{const i=ux.mulDivRoundingUp(n,ix,t);return E(I.greaterThan(e,i)),I.subtract(e,i)}}}const xx=I.exponentiate(I.BigInt(10),I.BigInt(6));class gx{constructor(){}static computeSwapStep(e,t,n,i,o){const r={};o=I.BigInt(o);const a=I.greaterThanOrEqual(e,t),s=I.greaterThanOrEqual(i,tx);if(s){const s=I.divide(I.multiply(i,I.subtract(xx,o)),xx);r.amountIn=a?mx.getAmount0Delta(t,e,n,!0):mx.getAmount1Delta(e,t,n,!0),I.greaterThanOrEqual(s,r.amountIn)?r.sqrtRatioNextX96=t:r.sqrtRatioNextX96=mx.getNextSqrtPriceFromInput(e,n,s,a)}else r.amountOut=a?mx.getAmount1Delta(t,e,n,!1):mx.getAmount0Delta(e,t,n,!1),I.greaterThanOrEqual(I.multiply(i,ex),r.amountOut)?r.sqrtRatioNextX96=t:r.sqrtRatioNextX96=mx.getNextSqrtPriceFromOutput(e,n,I.multiply(i,ex),a);const l=I.equal(t,r.sqrtRatioNextX96);return a?(r.amountIn=l&&s?r.amountIn:mx.getAmount0Delta(r.sqrtRatioNextX96,e,n,!0),r.amountOut=l&&!s?r.amountOut:mx.getAmount1Delta(r.sqrtRatioNextX96,e,n,!1)):(r.amountIn=l&&s?r.amountIn:mx.getAmount1Delta(e,r.sqrtRatioNextX96,n,!0),r.amountOut=l&&!s?r.amountOut:mx.getAmount0Delta(e,r.sqrtRatioNextX96,n,!1)),!s&&I.greaterThan(r.amountOut,I.multiply(i,ex))&&(r.amountOut=I.multiply(i,ex)),s&&I.notEqual(r.sqrtRatioNextX96,t)?r.feeAmount=I.subtract(i,r.amountIn):r.feeAmount=ux.mulDivRoundingUp(r.amountIn,o,I.subtract(xx,o)),[r.sqrtRatioNextX96,r.amountIn,r.amountOut,r.feeAmount]}}class fx{constructor(){}static addDelta(e,t){return I.lessThan(t,tx)?I.subtract(e,I.multiply(t,ex)):I.add(e,t)}}class yx{getTick(e){return N(this,void 0,void 0,(function*(){throw new Error(yx.ERROR_MESSAGE)}))}nextInitializedTickWithinOneWord(e,t,n){return N(this,void 0,void 0,(function*(){throw new Error(yx.ERROR_MESSAGE)}))}}function vx(e,t){return e.index-t.index}yx.ERROR_MESSAGE="No tick data provider was given";class bx{constructor(){}static validateList(e,t){E(t>0,"TICK_SPACING_NONZERO"),E(e.every((({index:e})=>e%t==0)),"TICK_SPACING"),E(I.equal(e.reduce(((e,{liquidityNet:t})=>I.add(e,t)),tx),tx),"ZERO_NET"),E(function(e,t){for(let n=0;n<e.length-1;n++)if(t(e[n],e[n+1])>0)return!1;return!0}(e,vx),"SORTED")}static isBelowSmallest(e,t){return E(e.length>0,"LENGTH"),t<e[0].index}static isAtOrAboveLargest(e,t){return E(e.length>0,"LENGTH"),t>=e[e.length-1].index}static getTick(e,t){const n=e[this.binarySearch(e,t)];return E(n.index===t,"NOT_CONTAINED"),n}static binarySearch(e,t){E(!this.isBelowSmallest(e,t),"BELOW_SMALLEST");let n,i=0,o=e.length-1;for(;;){if(n=Math.floor((i+o)/2),e[n].index<=t&&(n===e.length-1||e[n+1].index>t))return n;e[n].index<t?i=n+1:o=n-1}}static nextInitializedTick(e,t,n){if(n){if(E(!bx.isBelowSmallest(e,t),"BELOW_SMALLEST"),bx.isAtOrAboveLargest(e,t))return e[e.length-1];return e[this.binarySearch(e,t)]}if(E(!this.isAtOrAboveLargest(e,t),"AT_OR_ABOVE_LARGEST"),this.isBelowSmallest(e,t))return e[0];return e[this.binarySearch(e,t)+1]}static nextInitializedTickWithinOneWord(e,t,n,i){const o=Math.floor(t/i);if(n){const r=(o>>8<<8)*i;if(bx.isBelowSmallest(e,t))return[r,!1];const a=bx.nextInitializedTick(e,t,n).index,s=Math.max(r,a);return[s,s===a]}{const r=(((o+1>>8)+1<<8)-1)*i;if(this.isAtOrAboveLargest(e,t))return[r,!1];const a=this.nextInitializedTick(e,t,n).index,s=Math.min(r,a);return[s,s===a]}}}function Cx(e){let t=I.BigInt(e).toString(16);return t.length%2!=0&&(t=`0${t}`),`0x${t}`}function jx(e,t){const n=I.leftShift(I.BigInt(e),I.BigInt(192)),i=I.BigInt(t);return function(e){if(E(I.greaterThanOrEqual(e,Zm),"NEGATIVE"),I.lessThan(e,Wm))return I.BigInt(Math.floor(Math.sqrt(I.toNumber(e))));let t,n;for(t=e,n=I.add(I.divide(e,zm),$m);I.lessThan(n,t);)t=n,n=I.divide(I.add(I.divide(e,n),n),zm);return t}(I.divide(n,i))}function wx(e,t,n){I.greaterThan(e,t)&&([e,t]=[t,e]);const i=I.divide(I.multiply(e,t),ix);return I.divide(I.multiply(I.BigInt(n),i),I.subtract(t,e))}function kx(e,t,n){I.greaterThan(e,t)&&([e,t]=[t,e]);const i=I.multiply(I.multiply(I.BigInt(n),e),t),o=I.multiply(ix,I.subtract(t,e));return I.divide(i,o)}function Tx(e,t,n){return I.greaterThan(e,t)&&([e,t]=[t,e]),I.divide(I.multiply(I.BigInt(n),ix),I.subtract(t,e))}function Bx(e,t,n,i,o,r){I.greaterThan(t,n)&&([t,n]=[n,t]);const a=r?kx:wx;if(I.lessThanOrEqual(e,t))return a(t,n,i);if(I.lessThan(e,n)){const r=a(e,n,i),s=Tx(t,e,o);return I.lessThan(r,s)?r:s}return Tx(t,n,o)}function Ix(e,t){E(Number.isInteger(e)&&Number.isInteger(t),"INTEGERS"),E(t>0,"TICK_SPACING"),E(e>=cx.MIN_TICK&&e<=cx.MAX_TICK,"TICK_BOUND");const n=Math.round(e/t)*t;return n<cx.MIN_TICK?n+t:n>cx.MAX_TICK?n-t:n}function Ex(e,t,n){const i=cx.getSqrtRatioAtTick(n),o=I.multiply(i,i);return e.sortsBefore(t)?new Dm(e,t,ox,o):new Dm(e,t,o,ox)}function Ax(e){const t=e.baseCurrency.sortsBefore(e.quoteCurrency),n=t?jx(e.numerator,e.denominator):jx(e.denominator,e.numerator);let i=cx.getTickAtSqrtRatio(n);const o=Ex(e.baseCurrency,e.quoteCurrency,i+1);return t?e.lessThan(o)||i++:e.greaterThan(o)||i++,i}I.exponentiate(I.BigInt(2),I.BigInt(128)),I.exponentiate(I.BigInt(2),I.BigInt(256));class Sx{constructor({index:e,liquidityGross:t,liquidityNet:n}){E(e>=cx.MIN_TICK&&e<=cx.MAX_TICK,"TICK"),this.index=e,this.liquidityGross=I.BigInt(t),this.liquidityNet=I.BigInt(n)}}class Lx{constructor(e,t){const n=e.map((e=>e instanceof Sx?e:new Sx(e)));bx.validateList(n,t),this.ticks=n}getTick(e){return N(this,void 0,void 0,(function*(){return bx.getTick(this.ticks,e)}))}nextInitializedTickWithinOneWord(e,t,n){return N(this,void 0,void 0,(function*(){return bx.nextInitializedTickWithinOneWord(this.ticks,e,t,n)}))}}const Rx=new yx;let Ox=class e{static getAddress(e,t,n,i,o){return rx({factoryAddress:null!=o?o:"0x78172691DD3B8ADa7aEbd9bFfB487FB11D735DB2",fee:n,tokenA:e,tokenB:t,initCodeHashManualOverride:i})}constructor(e,t,n,i,o,r,a=Rx){E(Number.isInteger(n)&&n<1e6,"FEE");const s=cx.getSqrtRatioAtTick(r),l=cx.getSqrtRatioAtTick(r+1);E(I.greaterThanOrEqual(I.BigInt(i),s)&&I.lessThanOrEqual(I.BigInt(i),l),"PRICE_BOUNDS"),[this.token0,this.token1]=e.sortsBefore(t)?[e,t]:[t,e],this.fee=n,this.sqrtRatioX96=I.BigInt(i),this.liquidity=I.BigInt(o),this.tickCurrent=r,this.tickDataProvider=Array.isArray(a)?new Lx(a,Jm[n]):a}involvesToken(e){return e.equals(this.token0)||e.equals(this.token1)}get token0Price(){var e;return null!==(e=this._token0Price)&&void 0!==e?e:this._token0Price=new Dm(this.token0,this.token1,ox,I.multiply(this.sqrtRatioX96,this.sqrtRatioX96))}get token1Price(){var e;return null!==(e=this._token1Price)&&void 0!==e?e:this._token1Price=new Dm(this.token1,this.token0,I.multiply(this.sqrtRatioX96,this.sqrtRatioX96),ox)}priceOf(e){return E(this.involvesToken(e),"TOKEN"),e.equals(this.token0)?this.token0Price:this.token1Price}get chainId(){return this.token0.chainId}getOutputAmount(t,n){return N(this,void 0,void 0,(function*(){E(this.involvesToken(t.currency),"TOKEN");const i=t.currency.equals(this.token0),{amountCalculated:o,sqrtRatioX96:r,liquidity:a,tickCurrent:s}=yield this.swap(i,t.quotient,n),l=i?this.token1:this.token0;return[Pm.fromRawAmount(l,I.multiply(o,ex)),new e(this.token0,this.token1,this.fee,r,a,s,this.tickDataProvider)]}))}getInputAmount(t,n){return N(this,void 0,void 0,(function*(){E(t.currency.isToken&&this.involvesToken(t.currency),"TOKEN");const i=t.currency.equals(this.token1),{amountCalculated:o,sqrtRatioX96:r,liquidity:a,tickCurrent:s}=yield this.swap(i,I.multiply(t.quotient,ex),n),l=i?this.token0:this.token1;return[Pm.fromRawAmount(l,o),new e(this.token0,this.token1,this.fee,r,a,s,this.tickDataProvider)]}))}swap(e,t,n){return N(this,void 0,void 0,(function*(){return function(e,t,n,i,o,r,a,s,l){return N(this,void 0,void 0,(function*(){l||(l=a?I.add(cx.MIN_SQRT_RATIO,nx):I.subtract(cx.MAX_SQRT_RATIO,nx)),a?(E(I.greaterThan(l,cx.MIN_SQRT_RATIO),"RATIO_MIN"),E(I.lessThan(l,t),"RATIO_CURRENT")):(E(I.lessThan(l,cx.MAX_SQRT_RATIO),"RATIO_MAX"),E(I.greaterThan(l,t),"RATIO_CURRENT"));const d=I.greaterThanOrEqual(s,tx),c={amountSpecifiedRemaining:s,amountCalculated:tx,sqrtPriceX96:t,tick:n,liquidity:i};for(;I.notEqual(c.amountSpecifiedRemaining,tx)&&c.sqrtPriceX96!==l;){let t={};if(t.sqrtPriceStartX96=c.sqrtPriceX96,[t.tickNext,t.initialized]=yield r.nextInitializedTickWithinOneWord(c.tick,a,o),t.tickNext<cx.MIN_TICK?t.tickNext=cx.MIN_TICK:t.tickNext>cx.MAX_TICK&&(t.tickNext=cx.MAX_TICK),t.sqrtPriceNextX96=cx.getSqrtRatioAtTick(t.tickNext),[c.sqrtPriceX96,t.amountIn,t.amountOut,t.feeAmount]=gx.computeSwapStep(c.sqrtPriceX96,(a?I.lessThan(t.sqrtPriceNextX96,l):I.greaterThan(t.sqrtPriceNextX96,l))?l:t.sqrtPriceNextX96,c.liquidity,c.amountSpecifiedRemaining,e),d?(c.amountSpecifiedRemaining=I.subtract(c.amountSpecifiedRemaining,I.add(t.amountIn,t.feeAmount)),c.amountCalculated=I.subtract(c.amountCalculated,t.amountOut)):(c.amountSpecifiedRemaining=I.add(c.amountSpecifiedRemaining,t.amountOut),c.amountCalculated=I.add(c.amountCalculated,I.add(t.amountIn,t.feeAmount))),I.equal(c.sqrtPriceX96,t.sqrtPriceNextX96)){if(t.initialized){let e=I.BigInt((yield r.getTick(t.tickNext)).liquidityNet);a&&(e=I.multiply(e,ex)),c.liquidity=fx.addDelta(c.liquidity,e)}c.tick=a?t.tickNext-1:t.tickNext}else I.notEqual(c.sqrtPriceX96,t.sqrtPriceStartX96)&&(c.tick=cx.getTickAtSqrtRatio(c.sqrtPriceX96))}return{amountCalculated:c.amountCalculated,sqrtRatioX96:c.sqrtPriceX96,liquidity:c.liquidity,tickCurrent:c.tick}}))}(I.BigInt(this.fee),this.sqrtRatioX96,this.tickCurrent,this.liquidity,this.tickSpacing,this.tickDataProvider,e,t,n)}))}get tickSpacing(){return Jm[this.fee]}};class Mx{constructor({pool:e,liquidity:t,tickLower:n,tickUpper:i}){this._token0Amount=null,this._token1Amount=null,this._mintAmounts=null,E(n<i,"TICK_ORDER"),E(n>=cx.MIN_TICK&&n%e.tickSpacing==0,"TICK_LOWER"),E(i<=cx.MAX_TICK&&i%e.tickSpacing==0,"TICK_UPPER"),this.pool=e,this.tickLower=n,this.tickUpper=i,this.liquidity=I.BigInt(t)}get token0PriceLower(){return Ex(this.pool.token0,this.pool.token1,this.tickLower)}get token0PriceUpper(){return Ex(this.pool.token0,this.pool.token1,this.tickUpper)}get amount0(){return null===this._token0Amount&&(this.pool.tickCurrent<this.tickLower?this._token0Amount=Pm.fromRawAmount(this.pool.token0,mx.getAmount0Delta(cx.getSqrtRatioAtTick(this.tickLower),cx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!1)):this.pool.tickCurrent<this.tickUpper?this._token0Amount=Pm.fromRawAmount(this.pool.token0,mx.getAmount0Delta(this.pool.sqrtRatioX96,cx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!1)):this._token0Amount=Pm.fromRawAmount(this.pool.token0,tx)),this._token0Amount}get amount1(){return null===this._token1Amount&&(this.pool.tickCurrent<this.tickLower?this._token1Amount=Pm.fromRawAmount(this.pool.token1,tx):this.pool.tickCurrent<this.tickUpper?this._token1Amount=Pm.fromRawAmount(this.pool.token1,mx.getAmount1Delta(cx.getSqrtRatioAtTick(this.tickLower),this.pool.sqrtRatioX96,this.liquidity,!1)):this._token1Amount=Pm.fromRawAmount(this.pool.token1,mx.getAmount1Delta(cx.getSqrtRatioAtTick(this.tickLower),cx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!1))),this._token1Amount}ratiosAfterSlippage(e){const t=this.pool.token0Price.asFraction.multiply(new Nm(1).subtract(e)),n=this.pool.token0Price.asFraction.multiply(e.add(1));let i=jx(t.numerator,t.denominator);I.lessThanOrEqual(i,cx.MIN_SQRT_RATIO)&&(i=I.add(cx.MIN_SQRT_RATIO,I.BigInt(1)));let o=jx(n.numerator,n.denominator);return I.greaterThanOrEqual(o,cx.MAX_SQRT_RATIO)&&(o=I.subtract(cx.MAX_SQRT_RATIO,I.BigInt(1))),{sqrtRatioX96Lower:i,sqrtRatioX96Upper:o}}mintAmountsWithSlippage(e){const{sqrtRatioX96Upper:t,sqrtRatioX96Lower:n}=this.ratiosAfterSlippage(e),i=new Ox(this.pool.token0,this.pool.token1,this.pool.fee,n,0,cx.getTickAtSqrtRatio(n)),o=new Ox(this.pool.token0,this.pool.token1,this.pool.fee,t,0,cx.getTickAtSqrtRatio(t)),r=Mx.fromAmounts(Object.assign(Object.assign({pool:this.pool,tickLower:this.tickLower,tickUpper:this.tickUpper},this.mintAmounts),{useFullPrecision:!1})),{amount0:a}=new Mx({pool:o,liquidity:r.liquidity,tickLower:this.tickLower,tickUpper:this.tickUpper}).mintAmounts,{amount1:s}=new Mx({pool:i,liquidity:r.liquidity,tickLower:this.tickLower,tickUpper:this.tickUpper}).mintAmounts;return{amount0:a,amount1:s}}burnAmountsWithSlippage(e){const{sqrtRatioX96Upper:t,sqrtRatioX96Lower:n}=this.ratiosAfterSlippage(e),i=new Ox(this.pool.token0,this.pool.token1,this.pool.fee,n,0,cx.getTickAtSqrtRatio(n)),o=new Ox(this.pool.token0,this.pool.token1,this.pool.fee,t,0,cx.getTickAtSqrtRatio(t)),r=new Mx({pool:o,liquidity:this.liquidity,tickLower:this.tickLower,tickUpper:this.tickUpper}).amount0,a=new Mx({pool:i,liquidity:this.liquidity,tickLower:this.tickLower,tickUpper:this.tickUpper}).amount1;return{amount0:r.quotient,amount1:a.quotient}}get mintAmounts(){return null===this._mintAmounts?this.pool.tickCurrent<this.tickLower?{amount0:mx.getAmount0Delta(cx.getSqrtRatioAtTick(this.tickLower),cx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!0),amount1:tx}:this.pool.tickCurrent<this.tickUpper?{amount0:mx.getAmount0Delta(this.pool.sqrtRatioX96,cx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!0),amount1:mx.getAmount1Delta(cx.getSqrtRatioAtTick(this.tickLower),this.pool.sqrtRatioX96,this.liquidity,!0)}:{amount0:tx,amount1:mx.getAmount1Delta(cx.getSqrtRatioAtTick(this.tickLower),cx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!0)}:this._mintAmounts}static fromAmounts({pool:e,tickLower:t,tickUpper:n,amount0:i,amount1:o,useFullPrecision:r}){const a=cx.getSqrtRatioAtTick(t),s=cx.getSqrtRatioAtTick(n);return new Mx({pool:e,tickLower:t,tickUpper:n,liquidity:Bx(e.sqrtRatioX96,a,s,i,o,r)})}static fromAmount0({pool:e,tickLower:t,tickUpper:n,amount0:i,useFullPrecision:o}){return Mx.fromAmounts({pool:e,tickLower:t,tickUpper:n,amount0:i,amount1:Lm,useFullPrecision:o})}static fromAmount1({pool:e,tickLower:t,tickUpper:n,amount1:i}){return Mx.fromAmounts({pool:e,tickLower:t,tickUpper:n,amount0:Lm,amount1:i,useFullPrecision:!0})}}var Px=[{inputs:[{internalType:"bytes[]",name:"data",type:"bytes[]"}],name:"multicall",outputs:[{internalType:"bytes[]",name:"results",type:"bytes[]"}],stateMutability:"payable",type:"function"}];class _x{constructor(){}static encodeMulticall(e){return Array.isArray(e)||(e=[e]),1===e.length?e[0]:_x.INTERFACE.encodeFunctionData("multicall",[e])}static decodeMulticall(e){return _x.INTERFACE.decodeFunctionData("multicall",e).data}}_x.INTERFACE=new Oh(Px);var Fx=[{inputs:[{internalType:"address",name:"_factory",type:"address"},{internalType:"address",name:"_WETH9",type:"address"},{internalType:"address",name:"_tokenDescriptor_",type:"address"}],stateMutability:"nonpayable",type:"constructor"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"owner",type:"address"},{indexed:!0,internalType:"address",name:"approved",type:"address"},{indexed:!0,internalType:"uint256",name:"tokenId",type:"uint256"}],name:"Approval",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"owner",type:"address"},{indexed:!0,internalType:"address",name:"operator",type:"address"},{indexed:!1,internalType:"bool",name:"approved",type:"bool"}],name:"ApprovalForAll",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"uint256",name:"tokenId",type:"uint256"},{indexed:!1,internalType:"address",name:"recipient",type:"address"},{indexed:!1,internalType:"uint256",name:"amount0",type:"uint256"},{indexed:!1,internalType:"uint256",name:"amount1",type:"uint256"}],name:"Collect",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"uint256",name:"tokenId",type:"uint256"},{indexed:!1,internalType:"uint128",name:"liquidity",type:"uint128"},{indexed:!1,internalType:"uint256",name:"amount0",type:"uint256"},{indexed:!1,internalType:"uint256",name:"amount1",type:"uint256"}],name:"DecreaseLiquidity",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"uint256",name:"tokenId",type:"uint256"},{indexed:!1,internalType:"uint128",name:"liquidity",type:"uint128"},{indexed:!1,internalType:"uint256",name:"amount0",type:"uint256"},{indexed:!1,internalType:"uint256",name:"amount1",type:"uint256"}],name:"IncreaseLiquidity",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"from",type:"address"},{indexed:!0,internalType:"address",name:"to",type:"address"},{indexed:!0,internalType:"uint256",name:"tokenId",type:"uint256"}],name:"Transfer",type:"event"},{inputs:[],name:"DOMAIN_SEPARATOR",outputs:[{internalType:"bytes32",name:"",type:"bytes32"}],stateMutability:"view",type:"function"},{inputs:[],name:"PERMIT_TYPEHASH",outputs:[{internalType:"bytes32",name:"",type:"bytes32"}],stateMutability:"view",type:"function"},{inputs:[],name:"WETH9",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"to",type:"address"},{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"approve",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"owner",type:"address"}],name:"balanceOf",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"baseURI",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"pure",type:"function"},{inputs:[{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"burn",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint128",name:"amount0Max",type:"uint128"},{internalType:"uint128",name:"amount1Max",type:"uint128"}],internalType:"struct INonfungiblePositionManager.CollectParams",name:"params",type:"tuple"}],name:"collect",outputs:[{internalType:"uint256",name:"amount0",type:"uint256"},{internalType:"uint256",name:"amount1",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token0",type:"address"},{internalType:"address",name:"token1",type:"address"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"uint160",name:"sqrtPriceX96",type:"uint160"}],name:"createAndInitializePoolIfNecessary",outputs:[{internalType:"address",name:"pool",type:"address"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"uint128",name:"liquidity",type:"uint128"},{internalType:"uint256",name:"amount0Min",type:"uint256"},{internalType:"uint256",name:"amount1Min",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"}],internalType:"struct INonfungiblePositionManager.DecreaseLiquidityParams",name:"params",type:"tuple"}],name:"decreaseLiquidity",outputs:[{internalType:"uint256",name:"amount0",type:"uint256"},{internalType:"uint256",name:"amount1",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[],name:"factory",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"getApproved",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"uint256",name:"amount0Desired",type:"uint256"},{internalType:"uint256",name:"amount1Desired",type:"uint256"},{internalType:"uint256",name:"amount0Min",type:"uint256"},{internalType:"uint256",name:"amount1Min",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"}],internalType:"struct INonfungiblePositionManager.IncreaseLiquidityParams",name:"params",type:"tuple"}],name:"increaseLiquidity",outputs:[{internalType:"uint128",name:"liquidity",type:"uint128"},{internalType:"uint256",name:"amount0",type:"uint256"},{internalType:"uint256",name:"amount1",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"owner",type:"address"},{internalType:"address",name:"operator",type:"address"}],name:"isApprovedForAll",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"token0",type:"address"},{internalType:"address",name:"token1",type:"address"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"int24",name:"tickLower",type:"int24"},{internalType:"int24",name:"tickUpper",type:"int24"},{internalType:"uint256",name:"amount0Desired",type:"uint256"},{internalType:"uint256",name:"amount1Desired",type:"uint256"},{internalType:"uint256",name:"amount0Min",type:"uint256"},{internalType:"uint256",name:"amount1Min",type:"uint256"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"deadline",type:"uint256"}],internalType:"struct INonfungiblePositionManager.MintParams",name:"params",type:"tuple"}],name:"mint",outputs:[{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"uint128",name:"liquidity",type:"uint128"},{internalType:"uint256",name:"amount0",type:"uint256"},{internalType:"uint256",name:"amount1",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{internalType:"bytes[]",name:"data",type:"bytes[]"}],name:"multicall",outputs:[{internalType:"bytes[]",name:"results",type:"bytes[]"}],stateMutability:"payable",type:"function"},{inputs:[],name:"name",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"ownerOf",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"spender",type:"address"},{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"permit",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"positions",outputs:[{internalType:"uint96",name:"nonce",type:"uint96"},{internalType:"address",name:"operator",type:"address"},{internalType:"address",name:"token0",type:"address"},{internalType:"address",name:"token1",type:"address"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"int24",name:"tickLower",type:"int24"},{internalType:"int24",name:"tickUpper",type:"int24"},{internalType:"uint128",name:"liquidity",type:"uint128"},{internalType:"uint256",name:"feeGrowthInside0LastX128",type:"uint256"},{internalType:"uint256",name:"feeGrowthInside1LastX128",type:"uint256"},{internalType:"uint128",name:"tokensOwed0",type:"uint128"},{internalType:"uint128",name:"tokensOwed1",type:"uint128"}],stateMutability:"view",type:"function"},{inputs:[],name:"refundETH",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"from",type:"address"},{internalType:"address",name:"to",type:"address"},{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"safeTransferFrom",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"from",type:"address"},{internalType:"address",name:"to",type:"address"},{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"bytes",name:"_data",type:"bytes"}],name:"safeTransferFrom",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"value",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermit",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"nonce",type:"uint256"},{internalType:"uint256",name:"expiry",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitAllowed",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"nonce",type:"uint256"},{internalType:"uint256",name:"expiry",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitAllowedIfNecessary",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"value",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitIfNecessary",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"operator",type:"address"},{internalType:"bool",name:"approved",type:"bool"}],name:"setApprovalForAll",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"bytes4",name:"interfaceId",type:"bytes4"}],name:"supportsInterface",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"}],name:"sweepToken",outputs:[],stateMutability:"payable",type:"function"},{inputs:[],name:"symbol",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"index",type:"uint256"}],name:"tokenByIndex",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"owner",type:"address"},{internalType:"uint256",name:"index",type:"uint256"}],name:"tokenOfOwnerByIndex",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"tokenURI",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"totalSupply",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"from",type:"address"},{internalType:"address",name:"to",type:"address"},{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"transferFrom",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"uint256",name:"amount0Owed",type:"uint256"},{internalType:"uint256",name:"amount1Owed",type:"uint256"},{internalType:"bytes",name:"data",type:"bytes"}],name:"uniswapV3MintCallback",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"}],name:"unwrapWETH9",outputs:[],stateMutability:"payable",type:"function"},{stateMutability:"payable",type:"receive"}],Nx=[{inputs:[],name:"refundETH",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"}],name:"sweepToken",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"feeBips",type:"uint256"},{internalType:"address",name:"feeRecipient",type:"address"}],name:"sweepTokenWithFee",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"}],name:"unwrapWETH9",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"feeBips",type:"uint256"},{internalType:"address",name:"feeRecipient",type:"address"}],name:"unwrapWETH9WithFee",outputs:[],stateMutability:"payable",type:"function"}];class Dx{constructor(){}static encodeFeeBips(e){return Cx(e.multiply(1e4).quotient)}static encodeUnwrapWETH9(e,t,n){if(t=Um(t),n){const i=this.encodeFeeBips(n.fee),o=Um(n.recipient);return Dx.INTERFACE.encodeFunctionData("unwrapWETH9WithFee",[Cx(e),t,i,o])}return Dx.INTERFACE.encodeFunctionData("unwrapWETH9",[Cx(e),t])}static encodeSweepToken(e,t,n,i){if(n=Um(n),i){const o=this.encodeFeeBips(i.fee),r=Um(i.recipient);return Dx.INTERFACE.encodeFunctionData("sweepTokenWithFee",[e.address,Cx(t),n,o,r])}return Dx.INTERFACE.encodeFunctionData("sweepToken",[e.address,Cx(t),n])}static encodeRefundETH(){return Dx.INTERFACE.encodeFunctionData("refundETH")}}Dx.INTERFACE=new Oh(Nx);var qx=[{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"value",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermit",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"nonce",type:"uint256"},{internalType:"uint256",name:"expiry",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitAllowed",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"nonce",type:"uint256"},{internalType:"uint256",name:"expiry",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitAllowedIfNecessary",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"value",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitIfNecessary",outputs:[],stateMutability:"payable",type:"function"}];class Ux{constructor(){}static encodePermit(e,t){return"nonce"in t?Ux.INTERFACE.encodeFunctionData("selfPermitAllowed",[e.address,Cx(t.nonce),Cx(t.expiry),t.v,t.r,t.s]):Ux.INTERFACE.encodeFunctionData("selfPermit",[e.address,Cx(t.amount),Cx(t.deadline),t.v,t.r,t.s])}}Ux.INTERFACE=new Oh(qx);const Vx=Cx(I.subtract(I.exponentiate(I.BigInt(2),I.BigInt(128)),I.BigInt(1)));function Hx(e){return Object.keys(e).some((e=>"recipient"===e))}const Wx={Permit:[{name:"spender",type:"address"},{name:"tokenId",type:"uint256"},{name:"nonce",type:"uint256"},{name:"deadline",type:"uint256"}]};class Zx{constructor(){}static encodeCreate(e){return Zx.INTERFACE.encodeFunctionData("createAndInitializePoolIfNecessary",[e.token0.address,e.token1.address,e.fee,Cx(e.sqrtRatioX96)])}static createCallParameters(e){return{calldata:this.encodeCreate(e),value:Cx(0)}}static addCallParameters(e,t){E(I.greaterThan(e.liquidity,tx),"ZERO_LIQUIDITY");const n=[],{amount0:i,amount1:o}=e.mintAmounts,r=e.mintAmountsWithSlippage(t.slippageTolerance),a=Cx(r.amount0),s=Cx(r.amount1),l=Cx(t.deadline);if(Hx(t)&&t.createPool&&n.push(this.encodeCreate(e.pool)),t.token0Permit&&n.push(Ux.encodePermit(e.pool.token0,t.token0Permit)),t.token1Permit&&n.push(Ux.encodePermit(e.pool.token1,t.token1Permit)),Hx(t)){const r=Um(t.recipient);n.push(Zx.INTERFACE.encodeFunctionData("mint",[{token0:e.pool.token0.address,token1:e.pool.token1.address,fee:e.pool.fee,tickLower:e.tickLower,tickUpper:e.tickUpper,amount0Desired:Cx(i),amount1Desired:Cx(o),amount0Min:a,amount1Min:s,recipient:r,deadline:l}]))}else n.push(Zx.INTERFACE.encodeFunctionData("increaseLiquidity",[{tokenId:Cx(t.tokenId),amount0Desired:Cx(i),amount1Desired:Cx(o),amount0Min:a,amount1Min:s,deadline:l}]));let d=Cx(0);if(t.useNative){const r=t.useNative.wrapped;E(e.pool.token0.equals(r)||e.pool.token1.equals(r),"NO_WETH");const a=e.pool.token0.equals(r)?i:o;I.greaterThan(a,tx)&&n.push(Dx.encodeRefundETH()),d=Cx(a)}return{calldata:_x.encodeMulticall(n),value:d}}static encodeCollect(e){const t=[],n=Cx(e.tokenId),i=e.expectedCurrencyOwed0.currency.isNative||e.expectedCurrencyOwed1.currency.isNative,o=Um(e.recipient);if(t.push(Zx.INTERFACE.encodeFunctionData("collect",[{tokenId:n,recipient:i?"0x0000000000000000000000000000000000000000":o,amount0Max:Vx,amount1Max:Vx}])),i){const n=e.expectedCurrencyOwed0.currency.isNative?e.expectedCurrencyOwed0.quotient:e.expectedCurrencyOwed1.quotient,i=e.expectedCurrencyOwed0.currency.isNative?e.expectedCurrencyOwed1.currency:e.expectedCurrencyOwed0.currency,r=e.expectedCurrencyOwed0.currency.isNative?e.expectedCurrencyOwed1.quotient:e.expectedCurrencyOwed0.quotient;t.push(Dx.encodeUnwrapWETH9(n,o)),t.push(Dx.encodeSweepToken(i,r,o))}return t}static collectCallParameters(e){const t=Zx.encodeCollect(e);return{calldata:_x.encodeMulticall(t),value:Cx(0)}}static removeCallParameters(e,t){const n=[],i=Cx(t.deadline),o=Cx(t.tokenId),r=new Mx({pool:e.pool,liquidity:t.liquidityPercentage.multiply(e.liquidity).quotient,tickLower:e.tickLower,tickUpper:e.tickUpper});E(I.greaterThan(r.liquidity,tx),"ZERO_LIQUIDITY");const{amount0:a,amount1:s}=r.burnAmountsWithSlippage(t.slippageTolerance);t.permit&&n.push(Zx.INTERFACE.encodeFunctionData("permit",[Um(t.permit.spender),o,Cx(t.permit.deadline),t.permit.v,t.permit.r,t.permit.s])),n.push(Zx.INTERFACE.encodeFunctionData("decreaseLiquidity",[{tokenId:o,liquidity:Cx(r.liquidity),amount0Min:Cx(a),amount1Min:Cx(s),deadline:i}]));const l=t.collectOptions,{expectedCurrencyOwed0:d,expectedCurrencyOwed1:c}=l,u=F(l,["expectedCurrencyOwed0","expectedCurrencyOwed1"]);return n.push(...Zx.encodeCollect(Object.assign({tokenId:Cx(t.tokenId),expectedCurrencyOwed0:d.add(Pm.fromRawAmount(d.currency,a)),expectedCurrencyOwed1:c.add(Pm.fromRawAmount(c.currency,s))},u))),t.liquidityPercentage.equalTo(nx)?t.burnToken&&n.push(Zx.INTERFACE.encodeFunctionData("burn",[o])):E(!0!==t.burnToken,"CANNOT_BURN"),{calldata:_x.encodeMulticall(n),value:Cx(0)}}static safeTransferFromParameters(e){const t=Um(e.recipient),n=Um(e.sender);let i;return i=e.data?Zx.INTERFACE.encodeFunctionData("safeTransferFrom(address,address,uint256,bytes)",[n,t,Cx(e.tokenId),e.data]):Zx.INTERFACE.encodeFunctionData("safeTransferFrom(address,address,uint256)",[n,t,Cx(e.tokenId)]),{calldata:i,value:Cx(0)}}static getPermitData(e,t,n){return{domain:{name:"Uniswap V3 Positions NFT-V1",chainId:n,version:"1",verifyingContract:t},types:Wx,values:e}}}Zx.INTERFACE=new Oh(Fx);var $x=[{inputs:[{internalType:"address",name:"_factory",type:"address"},{internalType:"address",name:"_WETH9",type:"address"}],stateMutability:"nonpayable",type:"constructor"},{inputs:[],name:"WETH9",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"factory",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"bytes",name:"path",type:"bytes"},{internalType:"uint256",name:"amountIn",type:"uint256"}],name:"quoteExactInput",outputs:[{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"uint160[]",name:"sqrtPriceX96AfterList",type:"uint160[]"},{internalType:"uint32[]",name:"initializedTicksCrossedList",type:"uint32[]"},{internalType:"uint256",name:"gasEstimate",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{components:[{internalType:"address",name:"tokenIn",type:"address"},{internalType:"address",name:"tokenOut",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"uint160",name:"sqrtPriceLimitX96",type:"uint160"}],internalType:"struct IQuoterV2.QuoteExactInputSingleParams",name:"params",type:"tuple"}],name:"quoteExactInputSingle",outputs:[{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"uint160",name:"sqrtPriceX96After",type:"uint160"},{internalType:"uint32",name:"initializedTicksCrossed",type:"uint32"},{internalType:"uint256",name:"gasEstimate",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"bytes",name:"path",type:"bytes"},{internalType:"uint256",name:"amountOut",type:"uint256"}],name:"quoteExactOutput",outputs:[{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint160[]",name:"sqrtPriceX96AfterList",type:"uint160[]"},{internalType:"uint32[]",name:"initializedTicksCrossedList",type:"uint32[]"},{internalType:"uint256",name:"gasEstimate",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{components:[{internalType:"address",name:"tokenIn",type:"address"},{internalType:"address",name:"tokenOut",type:"address"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"uint160",name:"sqrtPriceLimitX96",type:"uint160"}],internalType:"struct IQuoterV2.QuoteExactOutputSingleParams",name:"params",type:"tuple"}],name:"quoteExactOutputSingle",outputs:[{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint160",name:"sqrtPriceX96After",type:"uint160"},{internalType:"uint32",name:"initializedTicksCrossed",type:"uint32"},{internalType:"uint256",name:"gasEstimate",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"int256",name:"amount0Delta",type:"int256"},{internalType:"int256",name:"amount1Delta",type:"int256"},{internalType:"bytes",name:"path",type:"bytes"}],name:"uniswapV3SwapCallback",outputs:[],stateMutability:"view",type:"function"}];new Oh([{inputs:[{internalType:"address",name:"_factory",type:"address"},{internalType:"address",name:"_WETH9",type:"address"}],stateMutability:"nonpayable",type:"constructor"},{inputs:[],name:"WETH9",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"factory",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"bytes",name:"path",type:"bytes"},{internalType:"uint256",name:"amountIn",type:"uint256"}],name:"quoteExactInput",outputs:[{internalType:"uint256",name:"amountOut",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"tokenIn",type:"address"},{internalType:"address",name:"tokenOut",type:"address"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint160",name:"sqrtPriceLimitX96",type:"uint160"}],name:"quoteExactInputSingle",outputs:[{internalType:"uint256",name:"amountOut",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"bytes",name:"path",type:"bytes"},{internalType:"uint256",name:"amountOut",type:"uint256"}],name:"quoteExactOutput",outputs:[{internalType:"uint256",name:"amountIn",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"tokenIn",type:"address"},{internalType:"address",name:"tokenOut",type:"address"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"uint160",name:"sqrtPriceLimitX96",type:"uint160"}],name:"quoteExactOutputSingle",outputs:[{internalType:"uint256",name:"amountIn",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"int256",name:"amount0Delta",type:"int256"},{internalType:"int256",name:"amount1Delta",type:"int256"},{internalType:"bytes",name:"path",type:"bytes"}],name:"uniswapV3SwapCallback",outputs:[],stateMutability:"view",type:"function"}]),new Oh($x);new Oh([{inputs:[{internalType:"contract IUniswapV3Factory",name:"_factory",type:"address"},{internalType:"contract INonfungiblePositionManager",name:"_nonfungiblePositionManager",type:"address"},{internalType:"uint256",name:"_maxIncentiveStartLeadTime",type:"uint256"},{internalType:"uint256",name:"_maxIncentiveDuration",type:"uint256"}],stateMutability:"nonpayable",type:"constructor"},{anonymous:!1,inputs:[{indexed:!0,internalType:"uint256",name:"tokenId",type:"uint256"},{indexed:!0,internalType:"address",name:"oldOwner",type:"address"},{indexed:!0,internalType:"address",name:"newOwner",type:"address"}],name:"DepositTransferred",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"contract IERC20Minimal",name:"rewardToken",type:"address"},{indexed:!0,internalType:"contract IUniswapV3Pool",name:"pool",type:"address"},{indexed:!1,internalType:"uint256",name:"startTime",type:"uint256"},{indexed:!1,internalType:"uint256",name:"endTime",type:"uint256"},{indexed:!1,internalType:"address",name:"refundee",type:"address"},{indexed:!1,internalType:"uint256",name:"reward",type:"uint256"}],name:"IncentiveCreated",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"bytes32",name:"incentiveId",type:"bytes32"},{indexed:!1,internalType:"uint256",name:"refund",type:"uint256"}],name:"IncentiveEnded",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"to",type:"address"},{indexed:!1,internalType:"uint256",name:"reward",type:"uint256"}],name:"RewardClaimed",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"uint256",name:"tokenId",type:"uint256"},{indexed:!0,internalType:"bytes32",name:"incentiveId",type:"bytes32"},{indexed:!1,internalType:"uint128",name:"liquidity",type:"uint128"}],name:"TokenStaked",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"uint256",name:"tokenId",type:"uint256"},{indexed:!0,internalType:"bytes32",name:"incentiveId",type:"bytes32"}],name:"TokenUnstaked",type:"event"},{inputs:[{internalType:"contract IERC20Minimal",name:"rewardToken",type:"address"},{internalType:"address",name:"to",type:"address"},{internalType:"uint256",name:"amountRequested",type:"uint256"}],name:"claimReward",outputs:[{internalType:"uint256",name:"reward",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{components:[{internalType:"contract IERC20Minimal",name:"rewardToken",type:"address"},{internalType:"contract IUniswapV3Pool",name:"pool",type:"address"},{internalType:"uint256",name:"startTime",type:"uint256"},{internalType:"uint256",name:"endTime",type:"uint256"},{internalType:"address",name:"refundee",type:"address"}],internalType:"struct IUniswapV3Staker.IncentiveKey",name:"key",type:"tuple"},{internalType:"uint256",name:"reward",type:"uint256"}],name:"createIncentive",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"uint256",name:"",type:"uint256"}],name:"deposits",outputs:[{internalType:"address",name:"owner",type:"address"},{internalType:"uint48",name:"numberOfStakes",type:"uint48"},{internalType:"int24",name:"tickLower",type:"int24"},{internalType:"int24",name:"tickUpper",type:"int24"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"contract IERC20Minimal",name:"rewardToken",type:"address"},{internalType:"contract IUniswapV3Pool",name:"pool",type:"address"},{internalType:"uint256",name:"startTime",type:"uint256"},{internalType:"uint256",name:"endTime",type:"uint256"},{internalType:"address",name:"refundee",type:"address"}],internalType:"struct IUniswapV3Staker.IncentiveKey",name:"key",type:"tuple"}],name:"endIncentive",outputs:[{internalType:"uint256",name:"refund",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[],name:"factory",outputs:[{internalType:"contract IUniswapV3Factory",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"contract IERC20Minimal",name:"rewardToken",type:"address"},{internalType:"contract IUniswapV3Pool",name:"pool",type:"address"},{internalType:"uint256",name:"startTime",type:"uint256"},{internalType:"uint256",name:"endTime",type:"uint256"},{internalType:"address",name:"refundee",type:"address"}],internalType:"struct IUniswapV3Staker.IncentiveKey",name:"key",type:"tuple"},{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"getRewardInfo",outputs:[{internalType:"uint256",name:"reward",type:"uint256"},{internalType:"uint160",name:"secondsInsideX128",type:"uint160"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"bytes32",name:"",type:"bytes32"}],name:"incentives",outputs:[{internalType:"uint256",name:"totalRewardUnclaimed",type:"uint256"},{internalType:"uint160",name:"totalSecondsClaimedX128",type:"uint160"},{internalType:"uint96",name:"numberOfStakes",type:"uint96"}],stateMutability:"view",type:"function"},{inputs:[],name:"maxIncentiveDuration",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"maxIncentiveStartLeadTime",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"bytes[]",name:"data",type:"bytes[]"}],name:"multicall",outputs:[{internalType:"bytes[]",name:"results",type:"bytes[]"}],stateMutability:"payable",type:"function"},{inputs:[],name:"nonfungiblePositionManager",outputs:[{internalType:"contract INonfungiblePositionManager",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"",type:"address"},{internalType:"address",name:"from",type:"address"},{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"bytes",name:"data",type:"bytes"}],name:"onERC721Received",outputs:[{internalType:"bytes4",name:"",type:"bytes4"}],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"contract IERC20Minimal",name:"",type:"address"},{internalType:"address",name:"",type:"address"}],name:"rewards",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"contract IERC20Minimal",name:"rewardToken",type:"address"},{internalType:"contract IUniswapV3Pool",name:"pool",type:"address"},{internalType:"uint256",name:"startTime",type:"uint256"},{internalType:"uint256",name:"endTime",type:"uint256"},{internalType:"address",name:"refundee",type:"address"}],internalType:"struct IUniswapV3Staker.IncentiveKey",name:"key",type:"tuple"},{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"stakeToken",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"bytes32",name:"incentiveId",type:"bytes32"}],name:"stakes",outputs:[{internalType:"uint160",name:"secondsPerLiquidityInsideInitialX128",type:"uint160"},{internalType:"uint128",name:"liquidity",type:"uint128"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"address",name:"to",type:"address"}],name:"transferDeposit",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{components:[{internalType:"contract IERC20Minimal",name:"rewardToken",type:"address"},{internalType:"contract IUniswapV3Pool",name:"pool",type:"address"},{internalType:"uint256",name:"startTime",type:"uint256"},{internalType:"uint256",name:"endTime",type:"uint256"},{internalType:"address",name:"refundee",type:"address"}],internalType:"struct IUniswapV3Staker.IncentiveKey",name:"key",type:"tuple"},{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"unstakeToken",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"address",name:"to",type:"address"},{internalType:"bytes",name:"data",type:"bytes"}],name:"withdrawToken",outputs:[],stateMutability:"nonpayable",type:"function"}]);function zx({removed:e,inRange:n}){const i=t.useTheme(),r={py:4,px:8,color:i.palette.success.main,borderRadius:4,backgroundColor:t.alpha(i.palette.success.main,.1),typography:"h6"};return e?$.jsx(t.Tooltip,{title:o.i18n._({id:"MZPP7t",message:"Your position has 0 liquidity, and is not earning fees."}),maxWidth:240,children:$.jsx(t.Box,{sx:Object.assign(Object.assign({},r),{color:i.palette.warning.main,backgroundColor:t.alpha(i.palette.warning.main,.1)}),children:o.i18n._({id:"D87pha",message:"Closed"})})}):n?$.jsx(t.Tooltip,{title:o.i18n._({id:"aIvv/z",message:"The price of this pool is within your selected range. Your position is currently earning fees."}),maxWidth:240,children:$.jsx(t.Box,{sx:r,children:o.i18n._({id:"vOyUlD",message:"In range"})})}):$.jsx(t.Tooltip,{title:o.i18n._({id:"IwiTcw",message:"The price of this pool is outside of your selected range. Your position is not currently earning fees."}),maxWidth:240,children:$.jsx(t.Box,{sx:Object.assign(Object.assign({},r),{color:i.palette.error.main,backgroundColor:t.alpha(i.palette.error.main,.1)}),children:o.i18n._({id:"i3Z+/Z",message:"Out of range"})})})}new Oh([{inputs:[{internalType:"address",name:"_factory",type:"address"},{internalType:"address",name:"_WETH9",type:"address"}],stateMutability:"nonpayable",type:"constructor"},{inputs:[],name:"WETH9",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"bytes",name:"path",type:"bytes"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOutMinimum",type:"uint256"}],internalType:"struct ISwapRouter.ExactInputParams",name:"params",type:"tuple"}],name:"exactInput",outputs:[{internalType:"uint256",name:"amountOut",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"tokenIn",type:"address"},{internalType:"address",name:"tokenOut",type:"address"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOutMinimum",type:"uint256"},{internalType:"uint160",name:"sqrtPriceLimitX96",type:"uint160"}],internalType:"struct ISwapRouter.ExactInputSingleParams",name:"params",type:"tuple"}],name:"exactInputSingle",outputs:[{internalType:"uint256",name:"amountOut",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"bytes",name:"path",type:"bytes"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"uint256",name:"amountInMaximum",type:"uint256"}],internalType:"struct ISwapRouter.ExactOutputParams",name:"params",type:"tuple"}],name:"exactOutput",outputs:[{internalType:"uint256",name:"amountIn",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"tokenIn",type:"address"},{internalType:"address",name:"tokenOut",type:"address"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"uint256",name:"amountInMaximum",type:"uint256"},{internalType:"uint160",name:"sqrtPriceLimitX96",type:"uint160"}],internalType:"struct ISwapRouter.ExactOutputSingleParams",name:"params",type:"tuple"}],name:"exactOutputSingle",outputs:[{internalType:"uint256",name:"amountIn",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[],name:"factory",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"bytes[]",name:"data",type:"bytes[]"}],name:"multicall",outputs:[{internalType:"bytes[]",name:"results",type:"bytes[]"}],stateMutability:"payable",type:"function"},{inputs:[],name:"refundETH",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"value",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermit",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"nonce",type:"uint256"},{internalType:"uint256",name:"expiry",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitAllowed",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"nonce",type:"uint256"},{internalType:"uint256",name:"expiry",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitAllowedIfNecessary",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"value",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitIfNecessary",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"}],name:"sweepToken",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"feeBips",type:"uint256"},{internalType:"address",name:"feeRecipient",type:"address"}],name:"sweepTokenWithFee",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"int256",name:"amount0Delta",type:"int256"},{internalType:"int256",name:"amount1Delta",type:"int256"},{internalType:"bytes",name:"_data",type:"bytes"}],name:"uniswapV3SwapCallback",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"}],name:"unwrapWETH9",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"feeBips",type:"uint256"},{internalType:"address",name:"feeRecipient",type:"address"}],name:"unwrapWETH9WithFee",outputs:[],stateMutability:"payable",type:"function"},{stateMutability:"payable",type:"receive"}]);const Qx=({token:e,amount:n})=>{var i;const o=t.useTheme();return $.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:[$.jsx(Hs,{address:null!==(i=null==e?void 0:e.address)&&void 0!==i?i:"",chainId:null==e?void 0:e.chainId,noShowChain:!0,width:18,height:18,marginRight:0}),$.jsxs(t.Box,{sx:{typography:"body1",color:o.palette.text.primary},children:[Do({input:n.toSignificant(),decimals:null==e?void 0:e.decimals})," ",null==e?void 0:e.symbol]}),$.jsx(t.ButtonBase,{sx:{display:"flex",alignItems:"center",color:o.palette.text.secondary,"&:hover":{color:o.palette.text.primary}},onClick:()=>{window.open(ca(e.chainId,null==e?void 0:e.address,"address"))},children:$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:$.jsx("path",{opacity:"0.5",fillRule:"evenodd",clipRule:"evenodd",d:"M3.33333 3.33333V12.6667H12.6667V8H14V12.6667C14 13.4 13.4 14 12.6667 14H3.33333C2.59333 14 2 13.4 2 12.6667V3.33333C2 2.6 2.59333 2 3.33333 2H8V3.33333H3.33333ZM9.33333 3.33333V2H14V6.66667H12.6667V4.27333L6.11333 10.8267L5.17333 9.88667L11.7267 3.33333H9.33333Z",fill:"currentColor"})})})]})},Gx=({position:i,inRange:r})=>{var a;const s=t.useTheme(),l=i.pool.token0,d=i.pool.token1,c=i.pool.chainId,u=(null==i?void 0:i.liquidity)&&I.equal(null==i?void 0:i.liquidity,I.BigInt(0)),p=n.useMemo((()=>Ox.getAddress(i.pool.token0,i.pool.token1,i.pool.fee,void 0,c?Im[c]:void 0)),[c,i.pool.fee,i.pool.token0,i.pool.token1]);return $.jsxs(t.Box,{sx:{border:"solid 1px",borderColor:"border.main",borderRadius:8},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",p:s.spacing(12,20),borderBottomStyle:"solid",borderBottomColor:"border.main",borderBottomWidth:1},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-start",gap:4},children:[$.jsxs(t.Box,{sx:{typography:"body2",color:s.palette.text.primary},children:[o.i18n._({id:"PVa3KL",message:"Position on"})," ",null==l?void 0:l.symbol,"/",null==d?void 0:d.symbol]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:[$.jsx(zx,{removed:u,inRange:r}),$.jsx(t.Box,{sx:{py:4,px:8,color:s.palette.text.secondary,borderRadius:4,backgroundColor:s.palette.background.tag,typography:"h6"},children:Ko({input:(null===(a=null==i?void 0:i.pool)||void 0===a?void 0:a.fee)/1e6})})]})]}),$.jsxs(t.ButtonBase,{sx:{display:"flex",alignItems:"center",gap:0,typography:"body2",color:s.palette.text.secondary,"&:hover":{color:s.palette.text.primary}},onClick:()=>{window.open(ca(c,p,"address"))},children:[o.i18n._({id:"URmyfc",message:"Details"}),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:$.jsx("path",{d:"M7.5 5L6.4425 6.0575L9.8775 9.5L6.4425 12.9425L7.5 14L12 9.5L7.5 5Z",fill:"currentColor"})})]})]}),$.jsxs(t.Box,{sx:{p:s.spacing(12,20)},children:[$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"YHc3B+",message:"My Liquidity"})}),$.jsxs(t.Box,{sx:{mt:12},children:[$.jsx(Qx,{token:l,amount:i.amount0}),$.jsx(Qx,{token:d,amount:i.amount1})]})]})]})};function Yx({price:e,atLimit:t,direction:n}){return t[n]?n===dm.LOWER?"0":"∞":"string"==typeof e&&"∞"===e?"∞":Do({input:"string"==typeof e?e:null==e?void 0:e.toSignificant()})}const Xx=({baseToken:e,quoteToken:n,handleRateToggle:i,sx:o})=>{const r=t.useTheme(),a=null==e?void 0:e.wrapped,s=null==n?void 0:n.wrapped,l=a&&s&&a.sortsBefore(s);return $.jsx(t.Box,{component:t.ButtonBase,onClick:i,sx:Object.assign({display:"flex",alignItems:"center",p:1,borderRadius:8,backgroundColor:r.palette.border.main},o),children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",width:"100%",[r.breakpoints.up("tablet")]:{width:"auto"}},children:[$.jsx(t.Box,{sx:Object.assign({flexGrow:1,flexShrink:1,flexBasis:"50%",px:12,py:4,borderRadius:7,textAlign:"center",typography:"h6",whiteSpace:"nowrap"},l?{color:r.palette.text.primary,backgroundColor:r.palette.background.paper}:{color:r.palette.text.secondary,backgroundColor:"transparent"}),children:l?e.symbol:null==n?void 0:n.symbol}),$.jsx(t.Box,{sx:Object.assign({flexGrow:1,flexShrink:1,flexBasis:"50%",px:12,py:4,borderRadius:7,textAlign:"center",typography:"h6",whiteSpace:"nowrap"},l?{color:r.palette.text.secondary,backgroundColor:"transparent"}:{color:r.palette.text.primary,backgroundColor:r.palette.background.paper}),children:l?n.symbol:null==e?void 0:e.symbol})]})})},Kx=({position:i,title:o,baseCurrencyDefault:r,ticksAtLimit:a})=>{const s=i.pool.token0,l=i.pool.token1,d=t.useTheme(),[c,u]=n.useState(r?r===s?s:r===l?l:s:s),p=c===s,h=p?l:s,m=p?i.pool.priceOf(i.pool.token0):i.pool.priceOf(i.pool.token1),x=p?i.token0PriceLower:i.token0PriceUpper.invert(),g=p?i.token0PriceUpper:i.token0PriceLower.invert(),f=n.useCallback((()=>{u(h)}),[h]);return $.jsxs(gm,{gap:"md",children:[$.jsxs(ym,{children:[o?$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:d.palette.text.secondary},children:o}):$.jsx("div",{}),$.jsx(Xx,{baseToken:p?s:l,quoteToken:p?l:s,handleRateToggle:f})]}),$.jsxs(ym,{children:[$.jsxs(hm,{sx:{width:"48%",py:12,gap:12},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:4},children:[$.jsx(t.Box,{sx:{color:d.palette.text.primary,typography:"body2"},children:$.jsx(e.Trans,{id:"EQs1sJ",message:"Min price"})}),$.jsx(t.Box,{sx:{color:d.palette.text.secondary,typography:"h6"},children:$.jsx(e.Trans,{id:"7Z4WfS",message:"{0} per {1}",values:{0:h.symbol,1:c.symbol}})})]}),$.jsx(t.Box,{sx:{color:d.palette.text.primary,typography:"caption"},children:Yx({price:x,atLimit:a,direction:dm.LOWER})}),$.jsx(t.Box,{sx:{color:d.palette.text.secondary,typography:"h6"},children:$.jsx(e.Trans,{id:"WgTuci",message:"Your position will be 100% composed of {0} at this price",values:{0:null==c?void 0:c.symbol}})})]}),$.jsxs(hm,{sx:{width:"48%",py:12,gap:12},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:4},children:[$.jsx(t.Box,{sx:{color:d.palette.text.primary,typography:"body2"},children:$.jsx(e.Trans,{id:"5etEUX",message:"Max price"})}),$.jsx(t.Box,{sx:{color:d.palette.text.secondary,typography:"h6"},children:$.jsx(e.Trans,{id:"7Z4WfS",message:"{0} per {1}",values:{0:h.symbol,1:c.symbol}})})]}),$.jsx(t.Box,{sx:{color:d.palette.text.primary,typography:"caption"},children:Yx({price:g,atLimit:a,direction:dm.UPPER})}),$.jsx(t.Box,{sx:{color:d.palette.text.secondary,typography:"h6"},children:$.jsx(e.Trans,{id:"WgTuci",message:"Your position will be 100% composed of {0} at this price",values:{0:null==h?void 0:h.symbol}})})]})]}),$.jsxs(hm,{sx:{py:12,flexDirection:"row",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(gm,{gap:"4px",justify:"flex-start",children:[$.jsx(t.Box,{sx:{color:d.palette.text.primary,typography:"body2"},children:$.jsx(e.Trans,{id:"DWd30U",message:"Current price"})}),$.jsx(t.Box,{sx:{color:d.palette.text.secondary,typography:"h6"},children:$.jsx(e.Trans,{id:"7Z4WfS",message:"{0} per {1}",values:{0:h.symbol,1:c.symbol}})})]}),$.jsx(t.Box,{sx:{color:d.palette.text.primary,typography:"caption"},children:`${Do({input:m.toSignificant()})} `})]})]})},Jx=({chainId:e,disabled:n,removed:i,isLoading:r,error:a,onConfirm:s})=>$.jsx(cm,{includeButton:!0,fullWidth:!0,chainId:e,children:$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.big,onClick:s,disabled:n,isLoading:r,children:i?o.i18n._({id:"D87pha",message:"Closed"}):null!=a?a:o.i18n._({id:"t/YqKh",message:"Remove"})})}),eg={[Km.LOWEST]:{label:"0.01%"},[Km.LOW_200]:{label:"0.02%"},[Km.LOW_300]:{label:"0.03%"},[Km.LOW_400]:{label:"0.04%"},[Km.LOW]:{label:"0.05%"},[Km.MEDIUM]:{label:"0.30%"},[Km.HIGH]:{label:"1.00%"}},tg=({poolType:e})=>{const n="AMM V2"===e?t.lightPalette.error.main:"AMM V3"===e?t.lightPalette.purple.main:t.lightPalette.success.main;return $.jsx(t.Box,{sx:{px:8,height:24,typography:"h6",lineHeight:"24px",borderRadius:4,background:t.alpha(n,.1),color:n,whiteSpace:"nowrap"},children:e})},ng=({isAMMV2:n,isAMMV3:i,lpFeeRate:o,mtFeeRate:r})=>{var a,l;return $.jsx(t.Tooltip,{title:$.jsx(e.Trans,{id:"O6RUgz",message:"Fee rate"}),children:$.jsx(t.Box,{sx:{px:8,height:24,typography:"h6",lineHeight:"24px",borderRadius:4,backgroundColor:"background.tag",color:"text.secondary",whiteSpace:"nowrap"},children:i?null!==(l=null===(a=eg[o])||void 0===a?void 0:a.label)&&void 0!==l?l:"-":Ko({input:new s(null!=o?o:0).plus(r?Wo(r,n?4:18):0)})})})},ig=({sx:e})=>$.jsx(tg,{poolType:"AMM V3"}),og=({position:n,title:i,inRange:o,baseCurrencyDefault:r,ticksAtLimit:a})=>{var s,l,d;const c=n.pool.token0,u=n.pool.token1,p=(null==n?void 0:n.liquidity)&&I.equal(null==n?void 0:n.liquidity,I.BigInt(0));return $.jsxs(gm,{gap:"md",style:{marginTop:"0.5rem"},children:[$.jsxs(ym,{style:{gap:4},children:[$.jsxs(vm,{children:[$.jsx(fp,{tokens:[{address:c.address},{address:u.address}],mr:8}),$.jsxs(t.Box,{sx:{typography:"h5"},children:[null==c?void 0:c.symbol," / ",null==u?void 0:u.symbol]})]}),$.jsx(ig,{sx:{ml:"auto"}}),$.jsx(zx,{removed:p,inRange:o})]}),$.jsxs(hm,{children:[$.jsxs(gm,{gap:"md",children:[$.jsxs(ym,{children:[$.jsxs(vm,{children:[$.jsx(Hs,{address:null!==(s=null==c?void 0:c.address)&&void 0!==s?s:"",chainId:null==c?void 0:c.chainId,noShowChain:!0,width:32,height:32,marginRight:0}),$.jsx(t.Box,{sx:{ml:8},children:null==c?void 0:c.symbol})]}),$.jsx(vm,{children:$.jsx(t.Box,{sx:{mr:8},children:Do({input:n.amount0.toSignificant(),decimals:null==c?void 0:c.decimals})})})]}),$.jsxs(ym,{children:[$.jsxs(vm,{children:[$.jsx(Hs,{address:null!==(l=null==u?void 0:u.address)&&void 0!==l?l:"",chainId:null==u?void 0:u.chainId,noShowChain:!0,width:32,height:32,marginRight:0}),$.jsx(t.Box,{ml:"8px",children:null==u?void 0:u.symbol})]}),$.jsx(vm,{children:$.jsx(t.Box,{mr:"8px",children:Do({input:n.amount1.toSignificant(),decimals:null==u?void 0:u.decimals})})})]})]}),$.jsxs(ym,{children:[$.jsx(t.Box,{children:$.jsx(e.Trans,{id:"EU3wU4",message:"Fee tier"})}),$.jsx(t.Box,{children:Ko({input:(null===(d=null==n?void 0:n.pool)||void 0===d?void 0:d.fee)/1e6})})]})]}),$.jsx(Kx,{position:n,title:i,baseCurrencyDefault:r,ticksAtLimit:a})]})},rg=({on:e,onClose:n,position:i,outOfRange:r,ticksAtLimit:a,onConfirm:s,loading:l})=>{const{isMobile:d}=Oa();return $.jsx(_s,{open:e,onClose:n,modal:!0,title:o.i18n._({id:"E6MqGy",message:"Add liquidity"}),height:683,children:$.jsxs(t.Box,{sx:{flex:1,px:20,pb:24,display:"flex",flexDirection:"column",justifyContent:"space-between",width:d?void 0:420},children:[$.jsx(t.Box,{sx:{pt:0,px:0},children:i?$.jsx(og,{position:i,inRange:!r,ticksAtLimit:a,title:o.i18n._({id:"3VUfrF",message:"Selected Range"})}):null}),$.jsx(t.Button,{size:t.Button.Size.big,fullWidth:!0,isLoading:l,sx:{mt:20},onClick:s,children:o.i18n._({id:"m16xKo",message:"Add"})})]})})};class ag{static getPoolAddress(e,t,n,i,o){this.addresses.length>this.MAX_ENTRIES&&(this.addresses=this.addresses.slice(0,this.MAX_ENTRIES/2));const{address:r}=t,{address:a}=n,s=`${e}:${r}:${a}:${i.toString()}`,l=this.addresses.find((e=>e.key===s));if(l)return l.address;const d={key:s,address:rx({factoryAddress:e,tokenA:t,tokenB:n,fee:i,chainId:o})};return this.addresses.unshift(d),d.address}static getPool(e,t,n,i,o,r){this.pools.length>this.MAX_ENTRIES&&(this.pools=this.pools.slice(0,this.MAX_ENTRIES/2));const a=this.pools.find((a=>a.token0===e&&a.token1===t&&a.fee===n&&I.EQ(a.sqrtRatioX96,i)&&I.EQ(a.liquidity,o)&&a.tickCurrent===r));if(a)return a;const s=new Ox(e,t,n,i,o,r);return this.pools.unshift(s),s}}var sg;function lg(e,t,i){const o=n.useMemo((()=>[[e,t,i]]),[e,t,i]);return function(e,t){const i=n.useMemo((()=>e?t.map((([e,t,n])=>{if(e&&t&&n){const i=e.wrapped,o=t.wrapped;if(i.equals(o))return;return i.sortsBefore(o)?[i,o,n]:[o,i,n]}})):new Array(t.length)),[e,t]),o=n.useMemo((()=>{const t=e&&Im[e];return t?i.map((n=>n&&ag.getPoolAddress(t,...n,e))):new Array(i.length)}),[e,i]),{data:r}=c.useQueries({queries:o.map((t=>ta.getV3PoolSlot0(e,t))),combine:e=>({data:e.map((e=>e.data))})}),{data:a}=c.useQueries({queries:o.map((t=>ta.getV3PoolLiquidity(e,t))),combine:e=>({data:e.map((e=>e.data))})});return n.useMemo((()=>t.map(((e,t)=>{const n=i[t];if(!n)return[sg.INVALID,null];const[o,s,l]=n;if(!r[t])return[sg.NOT_EXISTS,null];const d=r[t];if(!a[t])return[sg.NOT_EXISTS,null];const c=a[t];if(!d||!c)return[sg.NOT_EXISTS,null];if(!d.sqrtPriceX96||d.sqrtPriceX96.eq(0))return[sg.NOT_EXISTS,null];try{const e=ag.getPool(o,s,l,d.sqrtPriceX96,c[0],d.tick);return[sg.EXISTS,e]}catch(e){return console.error(e,{tags:{file:"usePools",function:"usePools"},extra:{token0:o.address,token1:s.address,chainId:o.chainId,fee:l}}),[sg.NOT_EXISTS,null]}}))),[a,t,r,i])}(null==e?void 0:e.chainId,o)[0]}ag.MAX_ENTRIES=128,ag.pools=[],ag.addresses=[],function(e){e[e.LOADING=0]="LOADING",e[e.NOT_EXISTS=1]="NOT_EXISTS",e[e.EXISTS=2]="EXISTS",e[e.INVALID=3]="INVALID"}(sg||(sg={}));class dg{constructor(e){const t=r.basicTokenMap[e];this.chainId=e,this.decimals=t.decimals,this.name=t.name,this.symbol=t.symbol,this.isNative=!0,this.isToken=!1,this.address=cg(this.chainId)}equals(e){return e.isNative&&e.chainId===this.chainId}get wrapped(){const e=r.basicTokenMap[this.chainId];return new Hm(this.chainId,e.wrappedTokenAddress,e.decimals,e.wrappedTokenSymbol,e.name)}static onChain(e){var t;return null!==(t=this._cachedNativeCurrency[e])&&void 0!==t?t:this._cachedNativeCurrency[e]=new dg(e)}}function cg(e){return r.basicTokenMap[e].address}function ug(e,t){const n=null==e?void 0:e.toLowerCase(),i=null==t?void 0:t.toLowerCase();return null!==n&&null!==i&&n===i}dg._cachedNativeCurrency={};const pg=(e,t)=>!t||ug(t,cg(e));function hg(e){if(!e)return;const{name:t,chainId:n,address:i,decimals:o,symbol:r}=e;return function(e,t){return!pg(e,t)}(n,i)?new Hm(n,i,o,null!=r?r:void 0,null!=t?t:void 0):new dg(n)}function mg(e){var t,n;if(e)return{chainId:e.chainId,address:e.address,decimals:e.decimals,symbol:null!==(t=e.symbol)&&void 0!==t?t:"",name:null!==(n=e.name)&&void 0!==n?n:""}}function xg(e,t,n){if(e&&t&&"number"==typeof n)return Ex(e,t,n)}function gg(e,t){if(e&&t&&!isNaN(parseFloat(e)))try{const n=A.parseUnits(function(e,t){const n=e.split(/[.,]/),i=e.includes(".")?".":",";return n.length>1&&n[1].length>t?n[0]+i+n[1].slice(0,t):e}(e,t.decimals),t.decimals).toString();if("0"!==n)return Pm.fromRawAmount(t,I.BigInt(n))}catch(t){console.error("tryParseCurrencyAmount","tryParseCurrencyAmount",`Failed to parse input amount: "${e}"`,t)}}function fg(e,t,n,i){if(!(e&&t&&n&&i))return;const o=function(e,t,n){var i;if(!e||!t||!n)return;if(!n.match(/^\d*\.?\d+$/))return;const[o,r]=n.split("."),a=null!==(i=null==r?void 0:r.length)&&void 0!==i?i:0,s=I.BigInt((null!=o?o:"")+(null!=r?r:""));return new Dm(e,t,I.multiply(I.BigInt(10**a),I.BigInt(10**e.decimals)),I.multiply(s,I.BigInt(10**t.decimals)))}(e,t,i);if(!o)return;let r;const a=jx(o.numerator,o.denominator);return r=I.greaterThanOrEqual(a,cx.MAX_SQRT_RATIO)?cx.MAX_TICK:I.lessThanOrEqual(a,cx.MIN_SQRT_RATIO)?cx.MIN_TICK:Ax(o),Ix(r,Jm[n])}function yg({state:e,existingPosition:t}){var i,r,a,s,l,d,u,p,h,m,x,g,f;const{account:y,chainId:v}=fa(),{feeAmount:b,independentField:C,typedValue:j,leftRangeTypedValue:w,rightRangeTypedValue:k,startPriceTypedValue:T}=e,B=null!==(i=e.baseToken)&&void 0!==i?i:void 0,E=null!==(r=e.baseToken)&&void 0!==r?r:void 0,A=null!==(a=e.quoteToken)&&void 0!==a?a:void 0,S=C===lm.CURRENCY_A?lm.CURRENCY_B:lm.CURRENCY_A,L=n.useMemo((()=>({[lm.CURRENCY_A]:B,[lm.CURRENCY_B]:A})),[B,A]),[R,O,M]=n.useMemo((()=>[null==B?void 0:B.wrapped,null==A?void 0:A.wrapped,null==E?void 0:E.wrapped]),[B,A,E]),[P,_]=n.useMemo((()=>R&&O?R.sortsBefore(O)?[R,O]:[O,R]:[void 0,void 0]),[R,O]),F=c.useQuery(Zi.getFetchTokenQuery(null===(s=L[lm.CURRENCY_A])||void 0===s?void 0:s.chainId,null===(l=L[lm.CURRENCY_A])||void 0===l?void 0:l.address,y)),N=c.useQuery(Zi.getFetchTokenQuery(null===(d=L[lm.CURRENCY_B])||void 0===d?void 0:d.chainId,null===(u=L[lm.CURRENCY_B])||void 0===u?void 0:u.address,y)),D=n.useMemo((()=>{var e,t,n,i,o,r;return{[lm.CURRENCY_A]:L[lm.CURRENCY_A]?(null===(e=F.data)||void 0===e?void 0:e.balance)?Pm.fromRawAmount(L[lm.CURRENCY_A],I.BigInt(null===(t=F.data)||void 0===t?void 0:t.balance.multipliedBy(Math.pow(10,null!==(n=L[lm.CURRENCY_A].decimals)&&void 0!==n?n:18)).toString())):Pm.fromRawAmount(L[lm.CURRENCY_A],0):void 0,[lm.CURRENCY_B]:L[lm.CURRENCY_B]?(null===(i=N.data)||void 0===i?void 0:i.balance)?Pm.fromRawAmount(L[lm.CURRENCY_B],I.BigInt(null===(o=N.data)||void 0===o?void 0:o.balance.multipliedBy(Math.pow(10,null!==(r=L[lm.CURRENCY_B].decimals)&&void 0!==r?r:18)).toString())):Pm.fromRawAmount(L[lm.CURRENCY_B],0):void 0}}),[L,null===(p=F.data)||void 0===p?void 0:p.balance,null===(h=N.data)||void 0===h?void 0:h.balance]),[q,U]=lg(L[lm.CURRENCY_A],L[lm.CURRENCY_B],b),V=q===sg.NOT_EXISTS,H=Boolean(M&&P&&!M.equals(P)),W=n.useMemo((()=>{var e;if(!V)return U&&P?U.priceOf(P):void 0;{const t=gg(T,H?P:_);if(t&&P&&_){const n=gg("1",H?_:P),i=n&&t?new Dm(n.currency,t.currency,n.quotient,t.quotient):void 0;return null!==(e=H?null==i?void 0:i.invert():i)&&void 0!==e?e:void 0}}}),[V,T,H,_,P,U]),Z=n.useMemo((()=>{const e=W?jx(W.numerator,W.denominator):void 0;return W&&e&&!(I.greaterThanOrEqual(e,cx.MIN_SQRT_RATIO)&&I.lessThan(e,cx.MAX_SQRT_RATIO))}),[W]),$=n.useMemo((()=>{if(R&&O&&b&&W&&!Z){const e=Ax(W),t=cx.getSqrtRatioAtTick(e);return new Ox(R,O,b,t,I.BigInt(0),e,[])}}),[b,Z,W,R,O]),z=null!=U?U:$,Q=n.useMemo((()=>({[dm.LOWER]:b?Ix(cx.MIN_TICK,Jm[b]):void 0,[dm.UPPER]:b?Ix(cx.MAX_TICK,Jm[b]):void 0})),[b]),G=n.useMemo((()=>({[dm.LOWER]:"number"==typeof(null==t?void 0:t.tickLower)?t.tickLower:H&&"boolean"==typeof k||!H&&"boolean"==typeof w?Q[dm.LOWER]:H?fg(_,P,b,k.toString()):fg(P,_,b,w.toString()),[dm.UPPER]:"number"==typeof(null==t?void 0:t.tickUpper)?t.tickUpper:!H&&"boolean"==typeof k||H&&"boolean"==typeof w?Q[dm.UPPER]:H?fg(_,P,b,w.toString()):fg(P,_,b,k.toString())})),[t,b,H,w,k,Q,P,_]),{[dm.LOWER]:Y,[dm.UPPER]:X}=G||{},K=n.useMemo((()=>({[dm.LOWER]:b&&Y===Q.LOWER,[dm.UPPER]:b&&X===Q.UPPER})),[Q,Y,X,b]),J=Boolean("number"==typeof Y&&"number"==typeof X&&Y>=X),ee=n.useMemo((()=>({[dm.LOWER]:xg(P,_,Q.LOWER),[dm.UPPER]:xg(P,_,Q.UPPER)})),[P,_,Q.LOWER,Q.UPPER]),te=n.useMemo((()=>({[dm.LOWER]:xg(P,_,G[dm.LOWER]),[dm.UPPER]:xg(P,_,G[dm.UPPER])})),[P,_,G]),{[dm.LOWER]:ne,[dm.UPPER]:ie}=te,oe=Boolean(!J&&W&&ne&&ie&&(W.lessThan(ne)||W.greaterThan(ie))),re=gg(j,L[C]),ae=n.useMemo((()=>{const e=null==re?void 0:re.wrapped,t=S===lm.CURRENCY_B?A:B;if(re&&e&&"number"==typeof Y&&"number"==typeof X&&z){if(oe||J)return;const n=e.currency.equals(z.token0)?Mx.fromAmount0({pool:z,tickLower:Y,tickUpper:X,amount0:re.quotient,useFullPrecision:!0}):Mx.fromAmount1({pool:z,tickLower:Y,tickUpper:X,amount1:re.quotient}),i=e.currency.equals(z.token0)?n.amount1:n.amount0;return t&&Pm.fromRawAmount(t,i.quotient)}}),[re,oe,S,A,B,Y,X,z,J]),se=n.useMemo((()=>({[lm.CURRENCY_A]:C===lm.CURRENCY_A?re:ae,[lm.CURRENCY_B]:C===lm.CURRENCY_A?ae:re})),[ae,re,C]),le=Boolean("number"==typeof X&&z&&z.tickCurrent>=X),de=Boolean("number"==typeof Y&&z&&z.tickCurrent<=Y),ce=J||Boolean(le&&z&&R&&z.token0.equals(R)||de&&z&&R&&z.token1.equals(R)),ue=J||Boolean(le&&z&&O&&z.token0.equals(O)||de&&z&&O&&z.token1.equals(O)),{inputTax:pe,outputTax:he}=function(e,t,i){const[{inputTax:o,outputTax:r},a]=n.useState({inputTax:Ym,outputTax:Ym});return{inputTax:o,outputTax:r}}((null==B?void 0:B.isToken)&&B.address,(null==A?void 0:A.isToken)&&A.address),me=n.useMemo((()=>{var e,t;if(!z||!R||!O||"number"!=typeof Y||"number"!=typeof X||J)return;const n=le?Qm:null===(e=null==se?void 0:se[R.equals(z.token0)?lm.CURRENCY_A:lm.CURRENCY_B])||void 0===e?void 0:e.quotient,i=de?Qm:null===(t=null==se?void 0:se[R.equals(z.token0)?lm.CURRENCY_B:lm.CURRENCY_A])||void 0===t?void 0:t.quotient;return void 0!==n&&void 0!==i?Mx.fromAmounts({pool:z,tickLower:Y,tickUpper:X,amount0:n,amount1:i,useFullPrecision:!0}):void 0}),[se,z,R,O,le,de,J,Y,X]);let xe;y||(xe=o.i18n._({id:"r7ScnQ",message:"Connect to a wallet"})),q===sg.INVALID&&(xe=null!=xe?xe:o.i18n._({id:"R7D79P",message:"Invalid pair"})),Z&&(xe=null!=xe?xe:o.i18n._({id:"HXBqgG",message:"Invalid price input"})),(se[lm.CURRENCY_A]||ce)&&(se[lm.CURRENCY_B]||ue)||(xe=null!=xe?xe:o.i18n._({id:"iPMIoT",message:"Enter an amount"}));const{[lm.CURRENCY_A]:ge,[lm.CURRENCY_B]:fe}=se;ge&&(null===(m=null==D?void 0:D[lm.CURRENCY_A])||void 0===m?void 0:m.lessThan(ge))&&(xe=o.i18n._({id:"m6RmA/",message:"Insufficient {0} balance",values:{0:null===(x=L[lm.CURRENCY_A])||void 0===x?void 0:x.symbol}})),fe&&(null===(g=null==D?void 0:D[lm.CURRENCY_B])||void 0===g?void 0:g.lessThan(fe))&&(xe=o.i18n._({id:"m6RmA/",message:"Insufficient {0} balance",values:{0:null===(f=L[lm.CURRENCY_B])||void 0===f?void 0:f.symbol}}));const ye=pe.greaterThan(0)||he.greaterThan(0),ve=q===sg.INVALID||ye;return{dependentField:S,currencies:L,pool:U,poolState:q,currencyBalances:D,parsedAmounts:se,ticks:G,price:W,pricesAtTicks:te,pricesAtLimit:ee,position:me,noLiquidity:V,errorMessage:xe,invalidPool:ve,invalidRange:J,outOfRange:oe,depositADisabled:ce,depositBDisabled:ue,invertPrice:H,ticksAtLimit:K,isTaxed:ye}}var vg;function bg(e,t){switch(t.type){case vg.UpdateBaseToken:{const n=t.payload;return Object.assign(Object.assign({},e),{baseToken:hg(n)})}case vg.UpdateDefaultBaseToken:{const n=t.payload;return e.baseToken?e:Object.assign(Object.assign({},e),{baseToken:hg(n)})}case vg.UpdateQuoteToken:{const n=t.payload;return Object.assign(Object.assign({},e),{quoteToken:hg(n)})}case vg.UpdateDefaultQuoteToken:{const n=t.payload;return e.quoteToken?e:Object.assign(Object.assign({},e),{quoteToken:hg(n)})}case vg.UpdateBaseTokenAndClearQuoteToken:{const n=t.payload;return Object.assign(Object.assign({},e),{baseToken:hg(n),quoteToken:null})}case vg.UpdateFeeAmount:return Object.assign(Object.assign({},e),{feeAmount:t.payload});case vg.ToggleRate:{const{baseToken:t,quoteToken:n}=e;return Object.assign(Object.assign({},e),{baseToken:n,quoteToken:t})}case vg.setFullRange:return Object.assign(Object.assign({},e),{leftRangeTypedValue:!0,rightRangeTypedValue:!0});case vg.typeStartPriceInput:return Object.assign(Object.assign({},e),{startPriceTypedValue:t.payload.typedValue});case vg.typeLeftRangeInput:return Object.assign(Object.assign({},e),{leftRangeTypedValue:t.payload.typedValue});case vg.typeRightRangeInput:return Object.assign(Object.assign({},e),{rightRangeTypedValue:t.payload.typedValue});case vg.typeInput:{const{payload:{field:n,typedValue:i,noLiquidity:o}}=t;return o?(e.independentField,Object.assign(Object.assign({},e),{independentField:n,typedValue:i})):Object.assign(Object.assign({},e),{independentField:n,typedValue:i})}default:throw Error("Unknown action: "+t.type)}}function Cg({noLiquidity:e,dispatch:t}){return{onFieldAInput:n.useCallback((n=>{t({type:vg.typeInput,payload:{field:lm.CURRENCY_A,typedValue:n,noLiquidity:!0===e}})}),[t,e]),onFieldBInput:n.useCallback((n=>{t({type:vg.typeInput,payload:{field:lm.CURRENCY_B,typedValue:n,noLiquidity:!0===e}})}),[t,e]),onLeftRangeInput:n.useCallback((e=>{t({type:vg.typeLeftRangeInput,payload:{typedValue:e}})}),[t]),onRightRangeInput:n.useCallback((e=>{t({type:vg.typeRightRangeInput,payload:{typedValue:e}})}),[t]),onStartPriceInput:n.useCallback((e=>{t({type:vg.typeStartPriceInput,payload:{typedValue:e}})}),[t])}}function jg(e){return e?Em[e]:void 0}function wg(e,t){const i=jg(t),o=n.useMemo((()=>e?e.map((e=>[e])):[]),[e]),r=c.useQuery(ta.getPositions(t,i,o)),a=r.isLoading,s=r.error,l=n.useMemo((()=>{var t;if(!a&&!s&&e)return null===(t=r.data)||void 0===t?void 0:t.map(((t,n)=>({tokenId:e[n],fee:t.fee,feeGrowthInside0LastX128:t.feeGrowthInside0LastX128.toString(),feeGrowthInside1LastX128:t.feeGrowthInside1LastX128.toString(),liquidity:t.liquidity.toString(),nonce:t.nonce.toString(),operator:t.operator,tickLower:t.tickLower,tickUpper:t.tickUpper,token0:t.token0,token1:t.token1,tokensOwed0:t.tokensOwed0.toString(),tokensOwed1:t.tokensOwed1.toString()})))}),[a,s,r,e]);return{loading:a,positions:null==l?void 0:l.map(((e,t)=>Object.assign(Object.assign({},e),{tokenId:o[t][0]})))}}!function(e){e[e.UpdateBaseToken=0]="UpdateBaseToken",e[e.UpdateDefaultBaseToken=1]="UpdateDefaultBaseToken",e[e.UpdateQuoteToken=2]="UpdateQuoteToken",e[e.UpdateDefaultQuoteToken=3]="UpdateDefaultQuoteToken",e[e.UpdateBaseTokenAndClearQuoteToken=4]="UpdateBaseTokenAndClearQuoteToken",e[e.UpdateFeeAmount=5]="UpdateFeeAmount",e[e.ToggleRate=6]="ToggleRate",e[e.setFullRange=7]="setFullRange",e[e.typeStartPriceInput=8]="typeStartPriceInput",e[e.typeLeftRangeInput=9]="typeLeftRangeInput",e[e.typeRightRangeInput=10]="typeRightRangeInput",e[e.typeInput=11]="typeInput"}(vg||(vg={}));const kg=I.exponentiate(I.BigInt(10),I.BigInt(16));function Tg(e){if(e)return e.currency.isNative?I.greaterThan(e.quotient,kg)?Pm.fromRawAmount(e.currency,I.subtract(e.quotient,kg)):Pm.fromRawAmount(e.currency,I.BigInt(0)):e}const Bg=1e4,Ig=100*Bg;function Eg(e){const t=Math.floor(Number(e)*Bg);return new Nm(t,Ig)}const Ag=({token:e,amount:n})=>{var i;const o=t.useTheme();return $.jsxs(t.Box,{sx:{py:8,display:"flex",alignItems:"center",gap:6,typography:"h5",color:o.palette.text.primary},children:[$.jsx(Hs,{address:null!==(i=null==e?void 0:e.address)&&void 0!==i?i:"",chainId:null==e?void 0:e.chainId,noShowChain:!0,width:24,height:24,marginRight:0}),$.jsx(t.Box,{children:null==e?void 0:e.symbol}),$.jsx(t.Box,{sx:{ml:"auto"},children:Do({input:null==n?void 0:n.toSignificant(),decimals:null==e?void 0:e.decimals})})]})},Sg=({chainId:e,baseToken:i,quoteToken:a,feeAmount:l,tokenId:d,onClose:u})=>{var p,h;const{isMobile:m}=Oa(),g=t.useTheme(),f=za(),y=c.useQueryClient(),{account:v}=fa(),{position:b,loading:C}=function(e,t){var n;const i=wg(e?[e]:void 0,t);return{loading:i.loading,position:null===(n=i.positions)||void 0===n?void 0:n[0]}}(d,e),j=!!b&&!C,{position:w}=function(e,t,i){const o=n.useMemo((()=>t?hg(t):void 0),[t]),r=n.useMemo((()=>i?hg(i):void 0),[i]),[,a]=lg(null!=o?o:void 0,null!=r?r:void 0,null==e?void 0:e.fee);let s;return a&&e&&(s=new Mx({pool:a,liquidity:e.liquidity.toString(),tickLower:e.tickLower,tickUpper:e.tickUpper})),{position:s,pool:null!=a?a:void 0}}(b,i,a),[k,T]=n.useState("stake"),[B,I]=n.useState(!1),[E,A]=n.useState(am),[S,L]=n.useReducer(bg,{baseToken:hg(i),quoteToken:hg(a),feeAmount:l,independentField:lm.CURRENCY_A,typedValue:"",startPriceTypedValue:"",leftRangeTypedValue:"",rightRangeTypedValue:""}),{independentField:R,typedValue:O,startPriceTypedValue:M}=S,{pool:P,ticks:_,dependentField:F,price:D,pricesAtTicks:q,pricesAtLimit:U,parsedAmounts:V,currencyBalances:H,position:W,noLiquidity:Z,currencies:z,errorMessage:Q,invalidPool:Y,invalidRange:X,outOfRange:K,depositADisabled:J,depositBDisabled:ee,invertPrice:te,ticksAtLimit:ne,isTaxed:ie}=yg({state:S,existingPosition:w}),{position:re,liquidityPercentage:ae,liquidityValue0:se,liquidityValue1:le,feeValue0:de,feeValue1:ce,error:ue}=function({percent:e,position:t,asWETH:i,baseToken:r,quoteToken:a}){const{account:s,chainId:l}=fa(),[d,c]=n.useMemo((()=>[null==r?void 0:r.wrapped,null==a?void 0:a.wrapped]),[r,a]),[u,p]=n.useMemo((()=>d&&c?d.sortsBefore(c)?[d,c]:[c,d]:[void 0,void 0]),[d,c]),[,h]=lg(null!=u?u:void 0,null!=p?p:void 0,null==t?void 0:t.fee),m=n.useMemo((()=>h&&(null==t?void 0:t.liquidity)&&"number"==typeof(null==t?void 0:t.tickLower)&&"number"==typeof(null==t?void 0:t.tickUpper)?new Mx({pool:h,liquidity:t.liquidity.toString(),tickLower:t.tickLower,tickUpper:t.tickUpper}):void 0),[h,t]),x=new Nm(e,100),g=m?x.multiply(m.amount0.quotient).quotient:void 0,f=m?x.multiply(m.amount1.quotient).quotient:void 0,y=u&&g?Pm.fromRawAmount(u,g):void 0,v=p&&f?Pm.fromRawAmount(p,f):void 0,b=!(!h||!t)&&(h.tickCurrent<t.tickLower||h.tickCurrent>t.tickUpper);let C;return s||(C=o.i18n._({id:"r7ScnQ",message:"Connect to a wallet"})),0===e&&(C=null!=C?C:o.i18n._({id:"Sta9CR",message:"Enter a percent"})),{position:m,liquidityPercentage:x,liquidityValue0:y,liquidityValue1:v,feeValue0:void 0,feeValue1:void 0,outOfRange:b,error:C}}({position:b,asWETH:void 0,percent:E,baseToken:S.baseToken,quoteToken:S.quoteToken}),pe="0"===(null==b?void 0:b.liquidity),[he,me]=function({chainId:e,pool:t,tokenId:n,asWETH:i}){var o;const r=jg(e),a=null===(o=x.BigNumber.from(n))||void 0===o?void 0:o.toHexString(),s=c.useQuery(ta.getOwner(e,r,n)),l=c.useQuery(ta.getCollect(e,r,a,s.data&&Array.isArray(s.data)?s.data[0]:void 0));return t&&l&&l.data&&l.data.amount0&&l.data.amount1?[Pm.fromRawAmount(t.token0,l.data.amount0.toString()),Pm.fromRawAmount(t.token1,l.data.amount1.toString())]:[void 0,void 0]}({pool:null!=P?P:void 0,tokenId:d,asWETH:!1,chainId:e}),xe=me,ge=he;n.useMemo((()=>{var e;return null===(e=te?null==D?void 0:D.invert():D)||void 0===e?void 0:e.toSignificant()}),[te,D]);const{onFieldAInput:fe,onFieldBInput:ye,onLeftRangeInput:ve,onRightRangeInput:be,onStartPriceInput:Ce}=Cg({noLiquidity:Z,dispatch:L}),{slipper:je,setSlipper:we,slipperValue:ke,resetSlipper:Te}=om({address:void 0,type:"AMMV3"}),Be=!Q&&!X,Ie=n.useMemo((()=>{var e,t;return{[R]:O,[F]:null!==(t=null===(e=V[F])||void 0===e?void 0:e.toSignificant(6))&&void 0!==t?t:""}}),[F,R,V,O]),Ee=n.useMemo((()=>[lm.CURRENCY_A,lm.CURRENCY_B].reduce(((e,t)=>Object.assign(Object.assign({},e),{[t]:Tg(H[t])})),{})),[H]),Ae=ms(mg(null===(p=V[lm.CURRENCY_A])||void 0===p?void 0:p.currency),{contractAddress:Em[e],overrideBalance:H[lm.CURRENCY_A]?new s(H[lm.CURRENCY_A].toSignificant()):void 0,amount:V[lm.CURRENCY_A]?new s(V[lm.CURRENCY_A].toSignificant()):void 0}),Se=ms(mg(null===(h=V[lm.CURRENCY_B])||void 0===h?void 0:h.currency),{contractAddress:Em[e],overrideBalance:H[lm.CURRENCY_B]?new s(H[lm.CURRENCY_B].toSignificant()):void 0,amount:V[lm.CURRENCY_B]?new s(V[lm.CURRENCY_B].toSignificant()):void 0}),{[dm.LOWER]:Le,[dm.UPPER]:Re}=_,{[dm.LOWER]:Oe,[dm.UPPER]:Me}=q,{deadLine:Pe}=G(),_e=c.useMutation({mutationFn:()=>N(void 0,void 0,void 0,(function*(){if(!v||!e||!W)return;if(!S.baseToken||!S.quoteToken)return;const t=Math.ceil(Date.now()/1e3)+(null!=Pe?Pe:600),n=S.baseToken.isNative?S.baseToken:S.quoteToken.isNative?S.quoteToken:void 0;try{const{calldata:i,value:a}=Zx.addCallParameters(W,{tokenId:d,slippageTolerance:Eg(100*ke),deadline:t.toString(),useNative:n});let s={to:Em[e],data:i,value:a};(yield f.execute(o.i18n._({id:"OBdohg",message:"Add Liquidity"}),Object.assign({opcode:Ua.TX},s),{early:!1,metadata:{[exports.MetadataFlag.addAMMV3Pool]:"1"}}))===_a.Success&&(I(!1),setTimeout((()=>{null==u||u()}),100)),y.invalidateQueries({queryKey:[r.CONTRACT_QUERY_KEY,"ammv3"],refetchType:"all"})}catch(e){console.error("onAddMutation",e)}}))}),Fe=c.useMutation({mutationFn:()=>N(void 0,void 0,void 0,(function*(){if(!(v&&e&&re&&ae&&se&&le))return;const t=Math.ceil(Date.now()/1e3)+(null!=Pe?Pe:600);try{const{calldata:n,value:i}=Zx.removeCallParameters(re,{tokenId:d.toString(),liquidityPercentage:ae,slippageTolerance:Eg(100*ke),deadline:t.toString(),collectOptions:{expectedCurrencyOwed0:null!=de?de:Pm.fromRawAmount(se.currency,0),expectedCurrencyOwed1:null!=ce?ce:Pm.fromRawAmount(le.currency,0),recipient:v}});let a={to:Em[e],data:n,value:i};(yield f.execute(o.i18n._({id:"3XBvkd",message:"Remove Liquidity"}),Object.assign({opcode:Ua.TX},a),{early:!1,metadata:{[exports.MetadataFlag.removeAMMV3Pool]:"1"}}))===_a.Success&&setTimeout((()=>{null==u||u()}),100),y.invalidateQueries({queryKey:[r.CONTRACT_QUERY_KEY,"ammv3"],refetchType:"all"})}catch(e){console.error("onRemoveMutation",e)}}))}),Ne=c.useMutation({mutationFn:()=>N(void 0,void 0,void 0,(function*(){if(v&&e&&P)try{const{calldata:t,value:n}=Zx.collectCallParameters({tokenId:d.toString(),expectedCurrencyOwed0:null!=he?he:Pm.fromRawAmount(P.token0,0),expectedCurrencyOwed1:null!=me?me:Pm.fromRawAmount(P.token1,0),recipient:v});let i={to:Em[e],data:t,value:n};(yield f.execute(o.i18n._({id:"zXCpR0",message:"Claim Rewards"}),Object.assign({opcode:Ua.TX},i),{early:!1,metadata:{[exports.MetadataFlag.claimAMMV3Pool]:"1"}}))===_a.Success&&setTimeout((()=>{null==u||u()}),100),y.invalidateQueries({queryKey:[r.CONTRACT_QUERY_KEY,"ammv3"],refetchType:"all"})}catch(e){console.error("onClaimMutation",e)}}))}),De=n.useMemo((()=>{var n,i,r,a;const s=[{key:"stake",value:o.i18n._({id:"m16xKo",message:"Add"})},{key:"unstake",value:o.i18n._({id:"t/YqKh",message:"Remove"})},{key:"claim",value:o.i18n._({id:"hom7qf",message:"Claim"})}];return $.jsxs(t.Box,{sx:{borderRadius:16,backgroundColor:g.palette.background.paper},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:20,py:24,borderTopLeftRadius:16,borderTopRightRadius:16,backgroundColor:g.palette.background.paper},children:[$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:g.palette.text.primary},children:o.i18n._({id:"E6MqGy",message:"Add liquidity"})}),u?$.jsx(t.Box,{sx:{display:"flex",justifyContent:"center",alignItems:"center",width:24,height:24,borderRadius:"50%",borderWidth:1,color:"text.secondary",cursor:"pointer"},children:$.jsx(t.Box,{component:oe.Error,sx:{width:16,height:16},onClick:()=>{u()}})}):void 0]}),j&&w&&$.jsx(t.Box,{sx:{mx:20,mb:16},children:$.jsx(Gx,{position:w,inRange:!K})}),$.jsxs(t.Tabs,{value:k,onChange:(e,t)=>{T(t)},children:[$.jsx(t.TabsButtonGroup,{tabs:s,variant:"inPaper",tabsListSx:{mx:20}}),$.jsxs(t.TabPanel,{value:"stake",children:[j&&w&&$.jsx(t.Box,{sx:{mt:16,mx:20},children:$.jsx(Kx,{position:w,title:o.i18n._({id:"3VUfrF",message:"Selected Range"}),ticksAtLimit:ne})}),$.jsxs(t.Box,{sx:{mt:16,mx:20,display:"flex",flexDirection:"column",alignItems:"stretch",gap:12},children:[$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:g.palette.text.secondary,textAlign:"left"},children:o.i18n._({id:"BRi+RY",message:"Add more liquidity"})}),$.jsxs(t.Box,{children:[$.jsx(Bm,{value:Ie[lm.CURRENCY_A],onUserInput:fe,maxAmount:Ee[lm.CURRENCY_A],balance:H[lm.CURRENCY_A],currency:null!==(n=z[lm.CURRENCY_A])&&void 0!==n?n:null,locked:J}),$.jsx(op,{}),$.jsx(Bm,{value:Ie[lm.CURRENCY_B],onUserInput:ye,maxAmount:Ee[lm.CURRENCY_B],balance:H[lm.CURRENCY_B],currency:null!==(i=z[lm.CURRENCY_B])&&void 0!==i?i:null,locked:ee})]}),$.jsx(rm,{value:je,onChange:we,disabled:!1,type:"AMMV3"})]}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",px:20,py:16,borderBottomLeftRadius:16,borderBottomRightRadius:16,backgroundColor:g.palette.background.paper},children:$.jsx(Cm,{chainId:e,approvalA:Ae,approvalB:Se,parsedAmounts:V,isValid:Be,depositADisabled:J,depositBDisabled:ee,errorMessage:Q,setShowConfirm:I})}),$.jsx(rg,{parsedAmounts:V,position:W,existingPosition:void 0,priceLower:Oe,priceUpper:Me,outOfRange:K,ticksAtLimit:ne,on:B,onClose:()=>{I(!1)},onConfirm:_e.mutate,loading:_e.isPending})]}),$.jsxs(t.TabPanel,{value:"unstake",children:[$.jsxs(t.Box,{sx:{mt:16,mx:20,display:"flex",flexDirection:"column",alignItems:"stretch",gap:12},children:[$.jsx(Xh,{disabled:!1,value:E,onChange:e=>A(e)}),$.jsx(rm,{value:je,onChange:we,disabled:!1,type:"AMMV3"})]}),$.jsxs(t.Box,{sx:{mt:16,mx:20,display:"flex",alignItems:"flex-start",justifyContent:"space-between"},children:[$.jsx(t.Box,{sx:{typography:"body2",color:g.palette.text.secondary},children:"Receive"}),$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-end",gap:4},children:[$.jsxs(t.Box,{sx:{typography:"body1",fontWeight:600,color:g.palette.text.primary},children:[$.jsx(t.Box,{component:"span",sx:{color:g.palette.primary.main},children:se?Do({input:se.toExact(),decimals:se.currency.decimals}):"-"})," ",null===(r=null==se?void 0:se.currency)||void 0===r?void 0:r.symbol]}),$.jsxs(t.Box,{sx:{typography:"body1",fontWeight:600,color:g.palette.text.primary},children:[$.jsx(t.Box,{component:"span",sx:{color:g.palette.primary.main},children:le?Do({input:le.toExact(),decimals:le.currency.decimals}):"-"})," ",null===(a=null==le?void 0:le.currency)||void 0===a?void 0:a.symbol]})]})]}),$.jsx(t.Box,{sx:{mt:20,display:"flex",alignItems:"center",px:20,py:16,borderBottomLeftRadius:16,borderBottomRightRadius:16,backgroundColor:g.palette.background.paper},children:$.jsx(Jx,{chainId:e,disabled:pe||0===E||!se,removed:pe,error:ue,onConfirm:Fe.mutate,isLoading:Fe.isPending})})]}),$.jsxs(t.TabPanel,{value:"claim",children:[$.jsxs(t.Box,{sx:{mx:20,mt:16,borderRadius:12,borderWidth:1,borderStyle:"solid",borderColor:g.palette.border.main},children:[$.jsx(t.Box,{sx:{py:12,px:20,typography:"body1",color:g.palette.text.primary,borderBottomWidth:1,borderBottomStyle:"solid",borderBottomColor:g.palette.border.main},children:o.i18n._({id:"tu/fxg",message:"Claim fees"})}),$.jsxs(t.Box,{sx:{p:20},children:[$.jsx(Ag,{token:null==xe?void 0:xe.currency,amount:xe}),$.jsx(Ag,{token:null==ge?void 0:ge.currency,amount:ge})]})]}),$.jsx(t.Box,{sx:{mx:20,mt:16,typography:"h6",color:g.palette.text.secondary},children:o.i18n._({id:"Joa5Dk",message:"*Collecting fees will withdraw currently available fees for you."})}),$.jsx(t.Box,{sx:{mt:20,display:"flex",alignItems:"center",px:20,py:16,borderBottomLeftRadius:16,borderBottomRightRadius:16,backgroundColor:g.palette.background.paper},children:$.jsx(jm,{chainId:e,disabled:Ne.isPending,onConfirm:Ne.mutate,isLoading:Ne.isPending})})]})]})]})}),[Ae,Se,e,z,H,J,ee,ue,Q,w,ge,xe,Ie,j,Be,se,le,Ee,_e.isPending,_e.mutate,Ne.isPending,Ne.mutate,u,fe,ye,Fe.isPending,Fe.mutate,k,K,V,W,Oe,Me,pe,we,B,E,je,g.palette.background.paper,g.palette.border.main,g.palette.primary.main,g.palette.text.primary,g.palette.text.secondary,ne]);return m?$.jsx(_s,{open:null!=i&&null!=a,onClose:u,scope:!m,modal:m,id:"pool-operate",children:De}):De};const Lg=({outOfRange:e})=>{const n=t.useTheme();return $.jsx(t.Tooltip,{title:e?o.i18n._({id:"i3Z+/Z",message:"Out of range"}):o.i18n._({id:"vOyUlD",message:"In range"}),children:$.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},children:e?$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.583252 12.5416L6.99992 1.45825L13.4166 12.5416H0.583252ZM11.3924 11.3749L6.9999 3.78575L2.6074 11.3749H11.3924ZM7.58328 9.62492H6.41661V10.7916H7.58328V9.62492ZM6.41661 6.12492H7.58328V8.45825H6.41661V6.12492Z",fill:n.palette.warning.main})}):$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",children:$.jsx("circle",{cx:"4",cy:"4",r:"4",fill:n.palette.success.main})})})})},Rg=({p:e,currency0:i,currency1:r,onClickManage:a})=>{const s=t.useTheme(),[,l]=lg(null!=i?i:void 0,null!=r?r:void 0,e.fee),d=n.useMemo((()=>{if(l)return new Mx({pool:l,liquidity:e.liquidity.toString(),tickLower:e.tickLower,tickUpper:e.tickUpper})}),[e.liquidity,e.tickLower,e.tickUpper,l]),c=(u=e.fee,p=e.tickLower,h=e.tickUpper,n.useMemo((()=>({[dm.LOWER]:u&&p?p===Ix(cx.MIN_TICK,Jm[u]):void 0,[dm.UPPER]:u&&h?h===Ix(cx.MAX_TICK,Jm[u]):void 0})),[u,p,h]));var u,p,h;const m=null==d?void 0:d.token0PriceLower,x=null==d?void 0:d.token0PriceUpper,g=null==d?void 0:d.amount1.currency,f=null==d?void 0:d.amount0.currency,y=!!l&&(l.tickCurrent<e.tickLower||l.tickCurrent>=e.tickUpper),v=i==i?null==d?void 0:d.pool.priceOf(null==d?void 0:d.pool.token0):null==d?void 0:d.pool.priceOf(null==d?void 0:d.pool.token1);return $.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-start",gap:24,px:20,py:20,pb:12,borderRadius:12,backgroundColor:s.palette.background.paperContrast},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-start",gap:4},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,typography:"h5",color:s.palette.text.primary},children:[$.jsx(t.Box,{children:$.jsxs($.Fragment,{children:[$.jsxs("span",{children:[Yx({price:m,atLimit:c,direction:dm.LOWER})," "]}),null==g?void 0:g.symbol]})}),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:$.jsx("path",{d:"M15.75 9.50293L12.75 12.5029L11.7 11.4529L12.8813 10.2529L5.11875 10.2529L6.3 11.4529L5.25 12.5029L2.25 9.50293L5.25 6.50293L6.31875 7.55293L5.11875 8.75293L12.8813 8.75293L11.7 7.55293L12.75 6.50293L15.75 9.50293Z",fill:"currentColor",fillOpacity:"0.5"})}),$.jsx(t.Box,{children:$.jsxs($.Fragment,{children:[$.jsxs("span",{children:[Yx({price:x,atLimit:c,direction:dm.UPPER})," "]}),null==g?void 0:g.symbol]})})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:[$.jsx(Lg,{outOfRange:y}),$.jsxs(t.Box,{sx:{typography:"h6",color:s.palette.text.secondary},children:[o.i18n._({id:"DWd30U",message:"Current price"}),": ",`${Do({input:null==v?void 0:v.toSignificant()})}`," ",null==g?void 0:g.symbol," per ",null==f?void 0:f.symbol]})]})]}),$.jsx(t.Button,{variant:t.Button.Variant.outlined,size:t.Button.Size.small,fullWidth:!0,onClick:a,children:o.i18n._({id:"wckWOP",message:"Manage"})})]})},Og=({chainId:e,baseToken:i,quoteToken:r,feeAmount:a,onClose:s,handleGoToAddLiquidityV3:l})=>{const{isMobile:d}=Oa(),u=t.useTheme(),{account:p}=fa(),{positions:h,loading:m}=function(e,t){const i=jg(t),{isLoading:o,data:r}=c.useQuery(ta.getBalanceOf(t,i,null!=e?e:void 0)),a=n.useMemo((()=>{if(e&&r&&r.isFinite()){const t=[];for(let n=0;n<r.toNumber();n++)t.push([e,n]);return t}return[]}),[e,r]),s=c.useQuery(ta.getTokenOfOwnerByIndex(t,i,a)),l=s.isLoading,d=n.useMemo((()=>e&&s.data?s.data.map((e=>{if(Array.isArray(e)&&e.length>0)return e[0].toString()})):[]),[e,s]),{positions:u,loading:p}=wg(d,t);return{loading:l||o||p,positions:u}}(p,e),x=n.useMemo((()=>i?hg(i):void 0),[i]),g=n.useMemo((()=>r?hg(r):void 0),[r]),[f,y]=n.useMemo((()=>[null==x?void 0:x.wrapped,null==g?void 0:g.wrapped]),[x,g]),[v,b]=n.useMemo((()=>f&&y?f.sortsBefore(y)?[f,y]:[y,f]:[void 0,void 0]),[f,y]),C=n.useMemo((()=>{if(void 0!==h)return h.filter((e=>ug(null==v?void 0:v.address,e.token0)&&ug(null==b?void 0:b.address,e.token1)&&e.fee===a))}),[a,h,null==v?void 0:v.address,null==b?void 0:b.address]),[j,w]=n.useState(null),k=n.useMemo((()=>{var e;return $.jsxs(t.Box,{sx:{p:20,display:"flex",flexDirection:"column",gap:16,borderRadius:16,backgroundColor:u.palette.background.paper,minHeight:480},children:[$.jsxs(t.Box,{sx:{pb:16,borderBottomColor:u.palette.border.main,borderBottomStyle:"solid",borderBottomWidth:1,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsxs(t.Box,{sx:{typography:"body1",fontWeight:600,color:u.palette.text.primary},children:[o.i18n._({id:"Gs02OK",message:"My Positions"})," (",null!==(e=null==C?void 0:C.length)&&void 0!==e?e:0,")"]}),s?$.jsx(t.Box,{sx:{display:"flex",justifyContent:"center",alignItems:"center",width:24,height:24,borderRadius:"50%",borderWidth:1,color:"text.secondary",cursor:"pointer"},children:$.jsx(t.Box,{component:oe.Error,sx:{width:16,height:16},onClick:()=>{s()}})}):void 0]}),C&&C.length>0?$.jsxs($.Fragment,{children:[null==C?void 0:C.map((e=>$.jsx(Rg,{p:e,currency0:x,currency1:g,onClickManage:()=>{w(e)}},e.tokenId))),$.jsxs(t.Button,{size:t.Button.Size.big,variant:t.Button.Variant.second,onClick:()=>{l({from:i.address,to:r.address,fee:String(a)})},sx:{gap:8},children:[$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:$.jsx("path",{d:"M19 13H13V19H11V13H5V11H11V5H13V11H19V13Z",fill:"currentColor"})}),o.i18n._({id:"FQ4aT9",message:"Add Position"})]})]}):$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{mt:100,display:"flex",flexDirection:"column",alignItems:"center",gap:12},children:[$.jsx(Y,{sx:{width:60,height:60,borderRadius:24/105*60}}),$.jsx(t.Box,{sx:{typography:"body1",color:u.palette.text.secondary},children:o.i18n._({id:"/6L4mj",message:"Your position is empty"})})]}),$.jsx(t.Box,{sx:{display:"flex",justifyContent:"center",alignItems:"center"},children:void 0!==C&&0===C.length?$.jsx(t.Button,{size:t.Button.Size.small,onClick:()=>{l({from:i.address,to:r.address,fee:String(a)})},children:o.i18n._({id:"FQ4aT9",message:"Add Position"})}):$.jsx(cm,{size:t.Button.Size.small})})]})]})}),[u.palette.background.paper,u.palette.border.main,u.palette.text.primary,u.palette.text.secondary,C,s,x,g,l,i.address,r.address,a]);return null!==j?$.jsx(Sg,{baseToken:i,quoteToken:r,feeAmount:a,tokenId:j.tokenId,chainId:e,onClose:()=>{w(null)}}):d?$.jsx(_s,{open:null!=i&&null!=r,onClose:s,scope:!d,modal:d,id:"pool-operate",children:k}):k};function Mg(e,t,n,i){return"CLASSICAL"===i&&e&&t&&e.isEqualTo(t)?e.times(`1e${n}`).minus(1).div(`1e${n}`):e}function Pg(e,t){return e.lte(0)?new s.BigNumber(0):t.div(e)}function _g(e,t,n,i,o,r,a){const l=o&&function(e){return-1!==["0x9D9793e1E18CDEe6cf63818315D55244f73EC006","0x0D04146B2Fe5d267629a7eb341Fb4388DcdBD22f","0x3D9d765b0fbAf594F90F07bc42889473e6613C7A","0x3854BdcB1a7cBA4b1A5f9a7C8719e247Df4c42c6","0xA46F5eC3219f956d14C6816Ef9cf6CaBf13bdD77","0xB16f2Ff8E8499E31B257d2A02D25e8956Ae6aFe7"].findIndex((t=>t.toLowerCase()===e.toLowerCase()))}(o);let d,c;const u="CLASSICAL"===r?i:n;if(e&&t&&u&&void 0!==a){if(c=Pg(t,u),d=e.times(c),"CLASSICAL"===r&&l){if(!i)return[void 0,void 0];d.gt(i)&&n&&(c=Pg(t,s.BigNumber.min(i,n)),d=d.times(c))}return[c,d.dp(Number(a),s.BigNumber.ROUND_DOWN)]}return[void 0,void 0]}function Fg({account:e,pool:t}){var n,i;const{chainId:o,address:r,type:a,baseTokenDecimals:l,quoteTokenDecimals:d,baseLpTokenDecimals:u,quoteLpTokenDecimals:p}=null!=t?t:{},h=c.useQuery(ea.getTotalBaseLpQuery(o,r,a,u)),m=c.useQuery(ea.getTotalQuoteLpQuery(o,r,a,p)),x=c.useQuery(ea.getUserBaseLpQuery(o,r,a,u,e)),g=c.useQuery(ea.getUserQuoteLpQuery(o,r,a,p,e)),f=c.useQuery(ea.getReserveLpQuery(o,r,a,l,d)),y=c.useQuery(ea.getClassicalTargetQuery(o,r,a,l,d)),v=h.data,b=m.data,{baseReserve:C,quoteReserve:j}=f.data||{},w=null===(n=y.data)||void 0===n?void 0:n.baseTarget,k=null===(i=y.data)||void 0===i?void 0:i.quoteTarget,T="DPP"===a,B=T?C:Mg(x.data,v,u,a),I=T?j:Mg(g.data,b,p,a),[E,A]=T?[new s.BigNumber(1),C]:_g(B,v,C,w,r,a,l);let S,L;if(j){let e=m.data;e||m.isLoading||m.error||!v||(e=v);const t=g.isFetched&&!g.error&&null===I?B:I;T?(S=new s.BigNumber(1),L=j):g.isLoading||g.error||y.error||t?[S,L]=_g(t,e,j,k,r,a,d):L=new s.BigNumber(0)}const R=x.isLoading||g.isLoading,O=x.isError||g.isError,M=()=>{x.refetch(),g.refetch(),h.refetch(),m.refetch(),f.refetch(),y.refetch()},P=R||h.isLoading||m.isLoading||f.isLoading||y.isLoading,_=O||h.isError||m.isError||f.isError||y.isError,F="DVM"===(null==t?void 0:t.type)&&(!j||j.isZero());return{totalBaseLpBalance:v,totalQuoteLpBalance:b,baseReserve:C,quoteReserve:j,classicalBaseTarget:w,classicalQuoteTarget:k,userBaseLpBalance:B,userQuoteLpBalance:I,userBaseLpToTokenBalance:A,userQuoteLpToTokenBalance:L,baseLpToTokenProportion:E,quoteLpToTokenProportion:S,isSinglePool:F,userLpBalanceLoading:R,userLpToTokenBalanceLoading:P,userLpBalanceError:O,userLpToTokenBalanceError:_,userLpToTokenBalanceRefetch:M,error:_,loading:P,refetch:M}}const Ng=new r.MiningApi({contractRequests:Hi});function Dg({chainId:e,address:n,showName:i,size:o,offset:r,rightContent:a}){const s=$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:r},children:[$.jsx(Hs,{chainId:e,address:n,width:o,height:o,noShowChain:!0,marginRight:0}),i]});return a?$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center"},children:[s,a]}):s}function qg({miningItem:e}){var t,n;const{account:i}=fa(),o=null!==(t=null==e?void 0:e.rewardTokenInfos)&&void 0!==t?t:[],r=[],a=[];if(e){const t=e.version,s=null!==(n=e.miningContractAddress)&&void 0!==n?n:"";o.forEach((n=>{var o,l,d,c,u,p,h,m,x;const g={address:null!==(o=null==n?void 0:n.address)&&void 0!==o?o:"",decimals:null==n?void 0:n.decimals,symbol:null!==(l=null==n?void 0:n.symbol)&&void 0!==l?l:"",usdPrice:null!==(d=null==n?void 0:n.price)&&void 0!==d?d:""};if("3"===t)r.push(g),a.push(Ng.getPendingRewardQuery(e.chainId,s,i,g.address,g.decimals,t));else switch(e.type){case"classical":r.push(g),a.push(Ng.getPendingRewardQuery(e.chainId,s,i,null!==(u=null===(c=e.baseLpToken)||void 0===c?void 0:c.address)&&void 0!==u?u:"",g.decimals,"2")),r.push(g),a.push(Ng.getPendingRewardQuery(e.chainId,s,i,null!==(h=null===(p=e.quoteLpToken)||void 0===p?void 0:p.address)&&void 0!==h?h:"",g.decimals,"2"));break;case"vdodo":case"single":r.push(g),a.push(Ng.getPendingRewardQuery(e.chainId,s,i,null!==(x=null===(m=e.baseToken)||void 0===m?void 0:m.address)&&void 0!==x?x:"",g.decimals,"2"));break;default:throw new Error(`type: ${e.type} is not valid.`)}}))}return c.useQueries({queries:a,combine:e=>{let t=new s(0),n=new s(0);return{data:e.map(((e,i)=>{const o=r[i],a=e.data;if(a){t=a.plus(t);const e=null==o?void 0:o.usdPrice;e&&(n=n.plus(a.times(e)))}return Object.assign(Object.assign({},o),{amount:a})})),pending:e.some((e=>e.isPending)),error:e.some((e=>e.isError)),totalReward:t,totalRewardUSD:n,refetch:()=>{e.forEach((e=>e.refetch()))}}}})}function Ug({value:e,label:n,tokenList:i,loading:o}){const r=t.useTheme();return $.jsxs(t.Box,{sx:{flexGrow:0,flexShrink:1,width:"30%"},children:[$.jsx(t.Box,{sx:{typography:"h6",color:r.palette.text.secondary},children:n}),$.jsxs(t.Box,{sx:{mt:8,typography:"body1",fontWeight:600,color:r.palette.text.primary,display:"flex",alignItems:"center",gap:4},children:[$.jsx(t.LoadingSkeleton,{loading:o,loadingProps:{width:30},children:e?`$${Do({input:e,decimals:2})}`:"-"}),$.jsx(t.Tooltip,{placement:"top",title:$.jsx(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8,width:190,color:"text.primary",fontWeight:600},children:i.map((e=>{var t;return $.jsx(Dg,{chainId:e.chainId,address:e.address,showName:null!==(t=e.symbolEle)&&void 0!==t?t:e.symbol,rightContent:e.amount,size:20,offset:6},e.address+e.chainId)}))}),children:$.jsx(t.Box,{component:t.ButtonBase,sx:{display:"flex",alignItems:"center",color:r.palette.text.secondary,width:16,height:16,"&:hover":{color:"text.primary"}},children:$.jsx(oe.DetailBorder,{})})})]})]})}function Vg({chainId:n,loading:i,miningItem:r,miningContractAddress:a,stakedTokenUSD:s,stakedTokenUSDLoading:l,miningTitle:d,associatedMineSectionShort:c,stakedTokenList:u,isEnded:p}){var h,m;const x=t.useTheme(),g=qg({miningItem:r});return $.jsxs(t.Box,{sx:{backgroundColor:x.palette.background.paper,borderRadius:8,borderColor:x.palette.border.main,borderStyle:"solid",borderWidth:1,mb:20},children:[c?null:$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{py:12,px:20,display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(t.LoadingSkeleton,{loading:i,loadingProps:{width:100},children:$.jsx(fp,{width:24,tokens:u,gap:-6,chainId:n,mr:4,showChainLogo:!1})}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:[$.jsx(t.Box,{sx:{color:x.palette.text.primary,typography:"body2",fontWeight:600,display:"flex",alignItems:"center"},children:null!=d?d:"-"}),p&&$.jsx(t.Box,{sx:{backgroundColor:x.palette.border.disabled,borderRadius:4,typography:"h6",fontWeight:500,px:8,color:x.palette.text.disabled},children:$.jsx(e.Trans,{id:"237hSL",message:"Ended"})})]}),$.jsx(Wu,{size:"small",truncate:!0,address:null!=a?a:"",iconSpace:4,sx:{color:x.palette.text.secondary,typography:"h6"},customChainId:n})]})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",color:x.palette.text.secondary,typography:"h6",cursor:"pointer"},onClick:()=>{Qh.getState().push({type:exports.PageType.MiningDetail,params:{address:a,chainId:n}})},children:[$.jsx(e.Trans,{id:"URmyfc",message:"Details"}),$.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:$.jsx("path",{d:"M7.5 4.5L6.4425 5.5575L9.8775 9L6.4425 12.4425L7.5 13.5L12 9L7.5 4.5Z",fill:"currentColor"})})]})]}),$.jsx(t.Box,{sx:{width:"100%",height:"1px",backgroundColor:x.palette.border.main}})]}),$.jsxs(t.Box,{sx:{py:12,px:20,display:"flex",alignItems:"center",gap:20},children:[$.jsx(Ug,{value:s,label:o.i18n._({id:"luOvdJ",message:"My Staked"}),tokenList:u,loading:i||l}),$.jsx(t.Box,{sx:{width:"1px",height:30,backgroundColor:x.palette.border.main,flexGrow:0,flexShrink:0}}),$.jsx(Ug,{value:g.totalRewardUSD,label:o.i18n._({id:"4cJ0hF",message:"Rewards"}),tokenList:null!==(m=null===(h=g.data)||void 0===h?void 0:h.map((e=>Object.assign(Object.assign({chainId:n},e),{name:e.symbol,amount:Do({input:e.amount,decimals:e.decimals})}))))&&void 0!==m?m:[],loading:g.pending||i})]})]})}const Hg=({miningItem:e,successBack:t})=>{const{account:n}=fa(),i=za();return c.useMutation({mutationFn:()=>N(void 0,void 0,void 0,(function*(){const a=yield N(void 0,void 0,void 0,(function*(){if(!n||!(null==e?void 0:e.miningContractAddress))return null;let t="";const i=yield r.MiningApi.encode.claimAllMining(e.miningContractAddress);if(i&&i.data)return i.value=0,i;throw t="invalid data",new Error(t)}));if(!a)return;return yield i.execute(o.i18n._({id:"hom7qf",message:"Claim"}),Object.assign({opcode:Ua.TX},a),{metadata:{[exports.MetadataFlag.claimMining]:"1"},successBack:t})}))})};function Wg({miningItem:n}){const i=qg({miningItem:n}),o=Hg({miningItem:n,successBack:()=>{i.refetch()}});return $.jsx(cm,{includeButton:!0,fullWidth:!0,chainId:null==n?void 0:n.chainId,children:$.jsx(t.Button,{fullWidth:!0,isLoading:o.isPending,disabled:i.totalReward.isZero(),onClick:()=>{o.mutate()},children:o.isPending?$.jsx(e.Trans,{id:"KvG1xW",message:"Claiming"}):$.jsx(e.Trans,{id:"dUdltF",message:"One-Click Claim"})})})}function Zg({tokenSymbol:e,goLpLink:n}){const i=t.useTheme();return $.jsxs(t.HoverAddUnderLine,{sx:{color:i.palette.text.secondary,typography:"h6",display:"flex",alignItems:"center"},component:t.ButtonBase,onClick:n,children:[o.i18n._({id:"dJqd5x",message:"Get {tokenSymbol}",values:{tokenSymbol:e}}),$.jsx("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{d:"M5.83324 3.88867L5.01074 4.71117L7.68241 7.38867L5.01074 10.0662L5.83324 10.8887L9.33324 7.38867L5.83324 3.88867Z",fill:"currentColor"})})]})}function $g({miningItem:n,loading:i,sx:o}){const r=t.useTheme(),a=qg({miningItem:n});return $.jsxs(t.Box,{sx:Object.assign({borderWidth:1,borderRadius:12},o),children:[$.jsxs(t.Box,{sx:{typography:"body1",color:r.palette.text.secondary,display:"flex",alignItems:"center",justifyContent:"space-between",px:20,py:12},children:[$.jsx(e.Trans,{id:"4cJ0hF",message:"Rewards"}),":",$.jsx(t.LoadingSkeleton,{loading:i||a.pending,loadingProps:{width:100},sx:{color:r.palette.text.primary,fontWeight:600},children:a.pending||a.error?"-":`$${Do({input:a.totalRewardUSD,decimals:2})}`})]}),$.jsxs(t.Box,{sx:{borderTopWidth:1,px:20,pt:4,pb:8},children:[(i||a.pending)&&$.jsx(t.LoadingSkeleton,{loading:i,loadingProps:{width:150}}),!i&&!a.pending&&!!n&&a.data.map((e=>$.jsxs(t.Box,{sx:{mt:16,display:"flex",alignItems:"flex-start",justifyContent:"space-between"},children:[e.address&&e.symbol&&$.jsx(Dg,{chainId:n.chainId,address:e.address,showName:e.symbol,size:24,offset:6}),$.jsxs(t.Box,{sx:{ml:"auto"},children:[$.jsx(t.Box,{sx:{typography:"h5",textAlign:"right"},children:Do({input:e.amount,decimals:e.decimals})}),$.jsx(t.Box,{sx:{mt:2,typography:"body2",color:r.palette.text.secondary,textAlign:"right"},children:e.usdPrice&&e.amount?`≈ $${Do({input:new s(e.amount).multipliedBy(e.usdPrice).dp(4,s.ROUND_DOWN),decimals:4})}`:"-"})]})]},e.address)))]})]})}function zg({status:n,children:i,buttonProps:o}){return!n.needShowTokenStatusButton&&i?$.jsx($.Fragment,{children:i}):n.insufficientBalance?$.jsx(t.Button,{fullWidth:!0,disabled:!0,...o,children:$.jsx(e.Trans,{id:"znqB4T",message:"Insufficient balance"})}):$.jsx(t.Button,{fullWidth:!0,isLoading:n.isApproving,onClick:n.submitApprove,disabled:n.insufficientBalance,...o,children:n.isApproving?$.jsx(e.Trans,{id:"j2Uisd",message:"Approving"}):n.approveTitle})}function Qg(e){if(!e&&"number"!=typeof e)return e;let t="";return t=s.isBigNumber(e)?e.toString(16):new s(e).toString(16),t.length%2?"0x0"+t:"0x"+t}function Gg(e){return Qg(Ho(e,18))}const Yg=({miningItem:e,amount:t,submittedBack:n,successBack:i,logBalance:a})=>{const{chainId:l,account:d}=fa(),u=za(),p=r.basicTokenMap[l];return c.useMutation({mutationFn:()=>N(void 0,void 0,void 0,(function*(){const l=yield N(void 0,void 0,void 0,(function*(){var n,i;if(!(d&&e&&e.baseToken&&e.miningContractAddress))return null;let o="";const a=new s(t),l=Number(e.baseToken.decimals),c=yield r.MiningApi.encode.depositMining(e.miningContractAddress,a,l);if(!c||!c.data)throw o="invalid data",new Error(o);try{return t&&(null===(i=null===(n=e.baseLpToken)||void 0===n?void 0:n.address)||void 0===i?void 0:i.toLocaleLowerCase())===p.address.toLocaleLowerCase()?c.value=Gg(a):c.value=0,c}catch(e){throw console.error("2.0 sendTransaction error",e),o=`2.0 sendTransaction error; ERROR: ${e}`,new Error(o)}}));if(!l)return;return yield u.execute(o.i18n._({id:"JYKRJS",message:"Stake"}),Object.assign({opcode:Ua.TX},l),{metadata:{[exports.MetadataFlag.stakeMining]:"1",logBalance:a},submittedBack:n,successBack:i})}))})};function Xg({goLpLink:n,amount:i,miningItem:r,balanceInfo:a,submittedBack:s,successBack:l,logBalance:d}){var c,u,p,h;const m=Yg({miningItem:r,amount:i,submittedBack:s,successBack:l,logBalance:d}),x=r?`${null===(c=r.baseToken)||void 0===c?void 0:c.symbol}-${null===(u=r.quoteToken)||void 0===u?void 0:u.symbol} LP`:"",g=ms(r?ga(Object.assign(Object.assign({},r.baseLpToken),{symbol:x}),r.chainId):null,{contractAddress:null!==(p=null==r?void 0:r.miningContractAddress)&&void 0!==p?p:"",overrideBalance:a.userBaseLpBalance,amount:i});return n&&x&&(null===(h=a.userBaseLpBalance)||void 0===h?void 0:h.isZero())?$.jsx(t.Button,{fullWidth:!0,onClick:()=>n(),children:o.i18n._({id:"dJqd5x",message:"Get {tokenSymbol}",values:{tokenSymbol:x}})}):$.jsx(cm,{includeButton:!0,fullWidth:!0,chainId:null==r?void 0:r.chainId,children:$.jsx(zg,{status:g,children:$.jsx(t.Button,{fullWidth:!0,isLoading:m.isPending,disabled:!Number(i),onClick:()=>{m.mutate()},children:m.isPending?$.jsx(e.Trans,{id:"KsqhWn",message:"Staking"}):$.jsx(e.Trans,{id:"JYKRJS",message:"Stake"})})})})}const Kg=({miningItem:e,amount:t,submittedBack:n,successBack:i,logBalance:a})=>{const{account:l}=fa(),d=za();return c.useMutation({mutationFn:()=>N(void 0,void 0,void 0,(function*(){const c=yield N(void 0,void 0,void 0,(function*(){if(!(l&&e&&e.baseToken&&e.miningContractAddress))return null;let n="";const i=new s(t),o=Number(e.baseToken.decimals),a=yield r.MiningApi.encode.withdrawMining(e.miningContractAddress,i,o);if(a&&a.data)return a.value=0,a;throw n="invalid data",new Error(n)}));if(!c)return;return yield d.execute(o.i18n._({id:"OFjZGo",message:"Unstake"}),Object.assign({opcode:Ua.TX},c),{metadata:{[exports.MetadataFlag.unstakeMining]:"1",logBalance:a},submittedBack:n,successBack:i})}))})};function Jg({amount:n,miningItem:i,overrideBalance:o,submittedBack:r,successBack:a,logBalance:s}){var l,d;const c=Kg({miningItem:i,amount:n,submittedBack:r,successBack:a,logBalance:s}),u=i?`${null===(l=i.baseToken)||void 0===l?void 0:l.symbol}-${null===(d=i.quoteToken)||void 0===d?void 0:d.symbol} LP`:"",p=ms(i?ga(Object.assign(Object.assign({},i.baseLpToken),{symbol:u}),i.chainId):null,{overrideBalance:o,amount:n,skipQuery:!0});return $.jsx(cm,{includeButton:!0,fullWidth:!0,chainId:null==i?void 0:i.chainId,children:$.jsx(zg,{status:p,children:$.jsx(t.Button,{fullWidth:!0,isLoading:c.isPending,disabled:!Number(n),onClick:()=>{c.mutate()},children:c.isPending?$.jsx(e.Trans,{id:"1gWStS",message:"Unstaking"}):$.jsx(e.Trans,{id:"OFjZGo",message:"Unstake"})})})})}function ef(e){var{sx:n}=e,i=F(e,["sx"]);const o=t.useTheme();return $.jsx(t.Box,{sx:Object.assign({paddingTop:20,backgroundColor:o.palette.background.paper,position:"sticky",bottom:0},n),...i})}function tf({chainId:e,poolAddress:i,status:a,loading:l,operateType:d,setOperateType:u,miningItem:p,associatedMineSectionVisible:h,goLpLink:m}){var x,g,f,y,v,b,C,j,w,k,T,B,I,E,A,S,L;const R=t.useTheme(),{account:O}=fa(),{miningContractAddress:M}=null!=p?p:{},P=ga(null==p?void 0:p.baseToken,e),_=ga(null==p?void 0:p.quoteToken,e),[F,N]=n.useState(""),[D,q]=n.useState(""),U=[{key:"stake",value:o.i18n._({id:"JYKRJS",message:"Stake"})},{key:"unstake",value:o.i18n._({id:"OFjZGo",message:"Unstake"})},{key:"claim",value:o.i18n._({id:"hom7qf",message:"Claim"})}],V=p&&P&&_&&["classical","lptoken"].includes(null!==(x=p.type)&&void 0!==x?x:"")?{chainId:e,address:i,type:"lptoken"===p.type?"DSP":"CLASSICAL",baseToken:P,quoteToken:_}:void 0,H=Fg({account:O,pool:p&&P&&_&&p.baseLpToken&&p.quoteLpToken&&["classical","lptoken"].includes(null!==(g=p.type)&&void 0!==g?g:"")?{chainId:e,address:i,type:"lptoken"===p.type?"DSP":"CLASSICAL",baseTokenDecimals:P.decimals,quoteTokenDecimals:_.decimals,baseLpTokenDecimals:null!==(f=p.baseLpToken.decimals)&&void 0!==f?f:18,quoteLpTokenDecimals:null!==(y=p.quoteLpToken.decimals)&&void 0!==y?y:18}:void 0}),W=c.useQuery(ea.getPMMStateQuery(null==V?void 0:V.chainId,null==V?void 0:V.address,null==V?void 0:V.type,null===(v=null==V?void 0:V.baseToken)||void 0===v?void 0:v.decimals,null===(b=null==V?void 0:V.quoteToken)||void 0===b?void 0:b.decimals)),Z=c.useQuery(Ng.getLpStakedBalance(null==p?void 0:p.chainId,(null==p?void 0:p.miningContractAddress)||void 0,O,null!==(j=null===(C=null==p?void 0:p.baseLpToken)||void 0===C?void 0:C.address)&&void 0!==j?j:"",null===(w=null==p?void 0:p.baseToken)||void 0===w?void 0:w.decimals,null==p?void 0:p.version)),z=Z.isLoading||W.isLoading;let Q,G,Y;if(Z.data&&H.baseLpToTokenProportion&&H.quoteLpToTokenProportion&&!W.isLoading){const e=null===(k=null==p?void 0:p.baseToken)||void 0===k?void 0:k.price,t=null===(T=null==p?void 0:p.quoteToken)||void 0===T?void 0:T.price,n=null===(B=W.data)||void 0===B?void 0:B.midPrice;G=Z.data.times(H.baseLpToTokenProportion),Y=Z.data.times(H.quoteLpToTokenProportion),n?t?Q=G.times(n).plus(Y).times(t):e&&(Q=Y.times(n).plus(G).times(e)):e&&t&&(Q=G.times(e).plus(Y.times(t)))}const X=P&&_?[Object.assign(Object.assign({},P),{amount:Do({input:G,decimals:P.decimals})}),Object.assign(Object.assign({},_),{amount:Do({input:Y,decimals:_.decimals})})]:[],K=P&&_?`${P.symbol}-${_.symbol} LP`:"- LP",J=a===r.MiningStatusE.ended,ee=(null===(I=null==p?void 0:p.baseLpToken)||void 0===I?void 0:I.address)&&H.userBaseLpBalance?{[null===(E=null==p?void 0:p.baseLpToken)||void 0===E?void 0:E.address]:H.userBaseLpBalance.toString()}:{},te=()=>{H.refetch(),W.refetch(),Z.refetch()};return $.jsx($.Fragment,{children:$.jsxs(t.Box,{sx:{paddingTop:20,borderTopLeftRadius:16,borderTopRightRadius:16,backgroundColor:R.palette.background.paper,px:20,paddingBottom:0,borderBottomLeftRadius:0,borderBottomRightRadius:0},children:[h&&$.jsx(Vg,{chainId:e,miningContractAddress:null!=M?M:"",loading:l,miningItem:p,stakedTokenUSD:Q,stakedTokenUSDLoading:z,miningTitle:null!==(A=null==p?void 0:p.title)&&void 0!==A?A:"",stakedTokenList:X}),$.jsxs(t.Tabs,{value:d,onChange:(e,t)=>{u(t)},children:[$.jsx(t.TabsButtonGroup,{tabs:U,variant:"inPaper",tabsListSx:{mt:16}}),$.jsxs(t.TabPanel,{value:"stake",children:[$.jsxs(t.Box,{sx:{mt:20,borderColor:R.palette.border.main,borderWidth:1,borderStyle:"solid",borderRadius:12,display:"flex",alignItems:"center",justifyContent:"space-between",px:20,py:16},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(fp,{width:X.length>1?20:28,tokens:X,chainId:e}),$.jsx(t.Box,{sx:{ml:8,typography:"body1",color:R.palette.text.primary,fontWeight:600},children:K})]}),!!m&&$.jsx(Zg,{tokenSymbol:K,goLpLink:m})]}),$.jsx(ap,{showPercentage:!0,hideToken:!0,inputTypography:"h1",balanceText:o.i18n._({id:"RxHSET",message:"LP Balance:"}),overrideBalance:H.userBaseLpBalance||new s("-"),overrideBalanceLoading:H.loading,amt:F,canClickBalance:!0,onInputChange:e=>{N(e)},readOnly:J||l,token:P,checkLogBalance:ee,occupiedChainId:e,chainId:e,sx:{mt:20,borderWidth:1}}),$.jsx(ef,{children:$.jsx(Xg,{miningItem:p,balanceInfo:H,amount:F,goLpLink:m,submittedBack:()=>N(""),successBack:te,logBalance:ee})})]}),$.jsxs(t.TabPanel,{value:"unstake",children:[$.jsx(ap,{showPercentage:!0,hideToken:!0,inputTypography:"h1",balanceText:o.i18n._({id:"RxHSET",message:"LP Balance:"}),overrideBalance:Z.data||new s("-"),overrideBalanceLoading:Z.isLoading,amt:J?null!==(L=null===(S=Z.data)||void 0===S?void 0:S.toString())&&void 0!==L?L:"":D,onInputChange:e=>{q(e)},canClickBalance:!0,readOnly:J||l,token:P,checkLogBalance:ee,occupiedChainId:e,chainId:e,sx:{mt:20,borderWidth:1}}),$.jsx(ef,{children:$.jsx(Jg,{miningItem:p,overrideBalance:Z.data,amount:D,submittedBack:()=>q(""),successBack:te,logBalance:ee})})]}),$.jsxs(t.TabPanel,{value:"claim",children:[$.jsx($g,{miningItem:p,loading:l,sx:{mt:20}}),$.jsx(ef,{children:$.jsx(Wg,{miningItem:p})})]})]})]})})}function nf({chainId:e,account:t,poolAddress:i,goLpLink:o}){var a,s,l;const d=wa().getQuery(r.MiningApi.graphql.fetchMiningList,{where:{chainIds:[e],user:t,filterState:{address:i}}}),u=c.useQuery(Object.assign(Object.assign({},d),{enabled:!!i})),p=null===(l=null===(s=null===(a=u.data)||void 0===a?void 0:a.mining_list)||void 0===s?void 0:s.list)||void 0===l?void 0:l[0],{status:h}=function({miningItem:e}){var t,n;let i=r.MiningStatusE.active,o=[];if(null==e?void 0:e.rewardTokenInfos)if("classical"!==e.type){const a=r.MiningApi.utils.getMiningStatusByTimestamp({startTime:null!==(t=e.startTime)&&void 0!==t?t:"",endTime:null!==(n=e.endTime)&&void 0!==n?n:"",rewardTokenInfoList:e.rewardTokenInfos.map((e=>{var t,n;return{startTime:null!==(t=null==e?void 0:e.startTime)&&void 0!==t?t:"",endTime:null!==(n=null==e?void 0:e.endTime)&&void 0!==n?n:""}}))});i=a.status,o.push(a)}else if(e.rewardQuoteTokenInfos){o=[e.rewardTokenInfos,e.rewardQuoteTokenInfos].map((t=>{var n,i;return r.MiningApi.utils.getMiningStatusByTimestamp({startTime:null!==(n=e.startTime)&&void 0!==n?n:"",endTime:null!==(i=e.endTime)&&void 0!==i?i:"",rewardTokenInfoList:t.map((e=>{var t,n;return{startTime:null!==(t=null==e?void 0:e.startTime)&&void 0!==t?t:"",endTime:null!==(n=null==e?void 0:e.endTime)&&void 0!==n?n:""}}))})}));const[{status:t},{status:n}]=o;r.MiningStatusE.active,(t===r.MiningStatusE.upcoming&&n===r.MiningStatusE.upcoming||t===r.MiningStatusE.upcoming&&n===r.MiningStatusE.ended||t===r.MiningStatusE.ended&&n===r.MiningStatusE.upcoming)&&r.MiningStatusE.upcoming,t===r.MiningStatusE.ended&&n===r.MiningStatusE.ended&&r.MiningStatusE.ended}return{status:i,miningStatusList:o}}({miningItem:p}),[m,x]=n.useState(h===r.MiningStatusE.ended?"unstake":"stake");return $.jsx(tf,{chainId:e,loading:u.isLoading||u.isPending,operateType:m,setOperateType:x,associatedMineSectionVisible:!0,miningItem:p,status:h,goLpLink:o,poolAddress:i})}const of=()=>{const n=t.useTheme();return $.jsx(t.Tooltip,{placement:"top-end",leaveDelay:100,title:$.jsx(t.Box,{sx:{maxWidth:240,color:n.palette.warning.main,typography:"h6",fontWeight:500,"&>a":{textDecoration:"underline",color:n.palette.warning.main},"&>a:hover":{color:t.alpha(n.palette.warning.main,.5)}},children:$.jsx(e.Trans,{id:"QtgfjM",message:"The creator of the liquidity pool can adjust the liquidity distribution by modifying the market-making price parameters. <0>Learn more</0>",components:{0:$.jsx("a",{target:"_blank",rel:"noopener noreferrer",href:"https://docs.dodoex.io/en/product/pmm-algorithm"})}})}),children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:2,py:4,px:8,borderRadius:8,backgroundColor:t.alpha(n.palette.warning.main,.1),color:n.palette.warning.main,typography:"h6",fontWeight:500,lineHeight:"16px",cursor:"help"},children:[$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:$.jsx("path",{d:"M8.00008 10.6666C8.18897 10.6666 8.3473 10.6027 8.47508 10.4749C8.60286 10.3471 8.66675 10.1888 8.66675 9.99992C8.66675 9.81103 8.60286 9.6527 8.47508 9.52492C8.3473 9.39714 8.18897 9.33325 8.00008 9.33325C7.81119 9.33325 7.65286 9.39714 7.52508 9.52492C7.3973 9.6527 7.33341 9.81103 7.33341 9.99992C7.33341 10.1888 7.3973 10.3471 7.52508 10.4749C7.65286 10.6027 7.81119 10.6666 8.00008 10.6666ZM7.33341 7.99992H8.66675V4.66659H7.33341V7.99992ZM8.00008 14.6666C6.45564 14.2777 5.18064 13.3916 4.17508 12.0083C3.16953 10.6249 2.66675 9.08881 2.66675 7.39992V3.33325L8.00008 1.33325L13.3334 3.33325V7.39992C13.3334 9.08881 12.8306 10.6249 11.8251 12.0083C10.8195 13.3916 9.54453 14.2777 8.00008 14.6666ZM8.00008 13.2666C9.15564 12.8999 10.1112 12.1666 10.8667 11.0666C11.6223 9.96659 12.0001 8.74436 12.0001 7.39992V4.24992L8.00008 2.74992L4.00008 4.24992V7.39992C4.00008 8.74436 4.37786 9.96659 5.13341 11.0666C5.88897 12.1666 6.84453 12.8999 8.00008 13.2666Z",fill:"currentColor"})}),$.jsx(e.Trans,{id:"iDGO1l",message:"Disclaimer"})]})})};var rf;function af(n){const{ConfirmComponent:i}=G();if(i)return $.jsx(i,{...n});const{open:o,onClose:r,title:a,children:s,singleBtn:l,danger:d,singleBtnText:c,cancelText:u,confirmText:p,disabledConfirm:h,confirmLoading:m,isManualClose:x,onConfirm:g,modal:f}=n;return $.jsx(_s,{open:o,onClose:r,title:a,modal:f,children:$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",justifyContent:"space-between",flex:1},children:[$.jsx(t.Box,{sx:{typography:"body2",color:a?"text.secondary":"text.primary",textAlign:"center",wordBreak:"break-all",mt:20,px:36},children:s}),l?$.jsx(t.Box,{sx:{px:20},children:$.jsx(t.Button,{fullWidth:!0,variant:t.Button.Variant.outlined,danger:d,sx:{mt:32,mb:20},onClick:()=>{r()},children:c||$.jsx(e.Trans,{id:"DPfwMq",message:"Done"})})}):$.jsxs(t.Box,{sx:{mt:24,mb:20,mx:20,display:"flex",alignItems:"center","& > button":{flex:1}},children:[$.jsx(t.Button,{variant:t.Button.Variant.second,onClick:()=>{r()},children:u||$.jsx(e.Trans,{id:"dEgA5A",message:"Cancel"})}),$.jsx(t.Button,{sx:{ml:8},variant:t.Button.Variant.outlined,danger:d,disabled:h,isLoading:m,onClick:()=>{g&&g(),x||r()},children:p||$.jsx(e.Trans,{id:"7VpPHA",message:"Confirm"})})]})]})})}function sf(e){var{sx:n,label:i,children:o}=e,r=F(e,["sx","label","children"]);return $.jsxs(t.Box,{sx:Object.assign({display:"flex",justifyContent:"space-between"},n),...r,children:[$.jsx(t.Box,{children:i}),$.jsx(t.Box,{sx:{textAlign:"right",fontWeight:600},children:o})]})}function lf({baseToken:e,quoteToken:i,midPrice:o,loading:r,disabled:a}){const l=t.useTheme(),[d,c]=n.useState(!1),u=d?null==i?void 0:i.symbol:null==e?void 0:e.symbol,p=d&&o?new s(1).div(o):o,h=d?null==e?void 0:e.symbol:null==i?void 0:i.symbol;return $.jsxs(t.LoadingSkeleton,{sx:{display:"flex",alignItems:"center",fontWeight:600,overflow:"hidden"},loading:r,loadingProps:{width:50},children:[e&&i?$.jsx(t.Tooltip,{title:`1 ${u} = ${p?No({input:p}):""} ${h}`,children:o?$.jsx(t.Box,{sx:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:`1 ${u} = ${p?No({input:p}):""} ${h}`}):$.jsxs(t.Box,{children:[`1 ${u} = `,$.jsx(t.LoadingSkeleton,{loading:r,loadingProps:{width:30},component:"span",sx:{display:"inline-block"},children:"-"}),` ${h}`]})}):"-",$.jsx(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"center",ml:4,width:18,height:18,backgroundColor:"background.paperDarkContrast",borderRadius:"50%"},!a&&{cursor:"pointer","&:hover":{backgroundColor:t.alpha(l.palette.text.primary,.04)}}),onClick:()=>{a||c((e=>!e))},children:$.jsx(t.Box,{component:oe.Switch,sx:{width:18,height:18}})})]})}function df({baseToken:n,quoteToken:i,loading:o,midPrice:r,shareOfPool:a,sx:s}){const l=t.useTheme(),d=!n||!i;return $.jsxs(t.Box,{sx:Object.assign({mt:20,border:"solid 1px",borderColor:"border.main",borderRadius:8},s),children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,height:36,typography:"body2"},children:[$.jsx(t.Box,{sx:{color:"text.secondary",whiteSpace:"nowrap"},children:$.jsx(e.Trans,{id:"kNeEXg",message:"Current Price"})}),$.jsx(lf,{baseToken:n,quoteToken:i,loading:o,disabled:d,midPrice:r})]}),$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,minHeight:36,typography:"body2",borderStyle:"solid",borderWidth:l.spacing(1,0,0),borderColor:"border.main"},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",color:"text.secondary",whiteSpace:"nowrap"},children:$.jsx(e.Trans,{id:"SbBMxj",message:"Share of pool"})}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",fontWeight:600,textAlign:"right",ml:8,overflow:"hidden"},children:$.jsx(t.LoadingSkeleton,{sx:{display:"flex",alignItems:"center",fontWeight:600,overflow:"hidden"},loading:o,loadingProps:{width:50},children:a||"-%"})})]})]})}function cf({open:n,onClose:i,slippage:o,baseToken:r,quoteToken:a,baseAmount:s,quoteAmount:l,lpAmount:d,fee:c,price:u,shareOfPool:p,pairAddress:h,createMutation:m}){const x=t.useTheme(),{isMobile:g}=Oa();return $.jsx(_s,{modal:!0,open:n,onClose:i,title:d?$.jsx(e.Trans,{id:"AeZIvT",message:"You will receive"}):$.jsx(e.Trans,{id:"aM1tos",message:"You are creating a pool"}),children:$.jsxs(t.Box,{sx:{px:20,py:24,borderTopWidth:1,width:g?"100%":420},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"center"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,typography:"h3"},children:[$.jsx(fp,{width:24,height:24,tokens:r&&a?[r,a]:[],chainId:null==r?void 0:r.chainId}),d?Do({input:d,decimals:18}):""]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",color:x.palette.text.secondary,gap:4,fontWeight:600},children:[$.jsx(e.Trans,{id:"syToc5",message:"{0}/{1} Pool Tokens",values:{0:null==r?void 0:r.symbol,1:null==a?void 0:a.symbol}}),$.jsx(tg,{poolType:"AMM V2"})]})]}),$.jsx(t.Box,{sx:{mt:16,typography:"h6",color:"text.secondary",textAlign:"center"},children:$.jsx(e.Trans,{id:"rQ9c+8",message:"Output is estimated. If the price changes by more than {0} your transaction will revert.",values:{0:Ko({input:o})}})}),$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:12,mt:20,p:20,typography:"body2",borderRadius:12,backgroundColor:x.palette.background.paperContrast},children:[$.jsx(sf,{label:$.jsx(e.Trans,{id:"YG004A",message:"{0} deposited",values:{0:null==r?void 0:r.symbol}}),children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",lineHeight:1},children:[$.jsx(Hs,{width:18,height:18,marginRight:4,token:r}),Do({input:s,decimals:null==r?void 0:r.decimals})]})}),$.jsx(sf,{label:$.jsx(e.Trans,{id:"YG004A",message:"{0} deposited",values:{0:null==a?void 0:a.symbol}}),children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(Hs,{width:18,height:18,marginRight:4,token:a}),Do({input:l,decimals:null==a?void 0:a.decimals})]})}),$.jsx(sf,{label:$.jsx(e.Trans,{id:"EU3wU4",message:"Fee tier"}),children:Ko({input:c})}),$.jsx(sf,{label:$.jsx(e.Trans,{id:"fqDzSu",message:"Rate"}),children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(Hs,{width:18,height:18,marginRight:4,token:r}),$.jsx(lf,{baseToken:r,quoteToken:a,midPrice:u})]})}),$.jsx(sf,{label:$.jsx(e.Trans,{id:"SbBMxj",message:"Share of pool"}),children:p}),$.jsx(sf,{label:$.jsx(e.Trans,{id:"ESQO1L",message:"Pool address"}),children:$.jsx(Wu,{showCopy:!1,address:null!=h?h:"",customChainId:null==r?void 0:r.chainId,truncate:!0,iconSpace:4,sx:{typography:"body2"}})})]}),$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.big,sx:{mt:20},isLoading:m.isPending,onClick:()=>{m.mutate()},children:m.isPending?$.jsx(e.Trans,{id:"pwUZo2",message:"Confirming..."}):$.jsx(e.Trans,{id:"7VpPHA",message:"Confirm"})})]})})}function uf(e,t,n){const i=new s(e),o=new s(t),r=i.minus(o),a=i.gt(o),l=i.lt(o);return{now:o,target:i,isChange:a||l,change:r,changeText:(l?"":"+")+No({input:r,showDecimals:n>6?6:4,showPrecisionDecimals:2}),isAdd:a,isRemove:l}}!function(e){e[e.Liquidity=1]="Liquidity",e[e.Mining=2]="Mining"}(rf||(rf={}));const pf=e=>N(void 0,[e],void 0,(function*({chainId:e,account:t,srcPool:n,baseToken:i,quoteToken:o,baseAmount:a,quoteAmount:l,feeRate:d,initPrice:c,slippageCoefficient:u,ddl:p,SLIPPAGE_PROTECTION:h}){const m=e?r.basicTokenMap[e]:void 0,g=function({srcPool:e,newPool:t}){if(!e)return null;const{baseToken:n,quoteToken:i,baseAmount:o,quoteAmount:r}=t,{baseReserve:a,quoteReserve:l}=e;return{baseAmount:uf(o,a,n.decimals),quoteAmount:uf(r,l,i.decimals),feeRate:uf(new s(t.feeRate).div(100),e.feeRate,6),initPrice:uf(t.initPrice,e.i,10),slippageCoefficient:uf(t.slippageCoefficient||"1",e.k,4)}}({srcPool:n,newPool:{baseToken:i,quoteToken:o,baseAmount:a,quoteAmount:l,feeRate:d,initPrice:c,slippageCoefficient:u}});if(!(t&&e&&g&&n))return null;const f=Number(i.decimals),y=Number(o.decimals);let v;const b=g.slippageCoefficient.target;try{const t=i.symbol===(null==m?void 0:m.symbol),a=o.symbol===(null==m?void 0:m.symbol);if(g.baseAmount.isRemove&&g.quoteAmount.isRemove){const t=[yield ea.getDPPOwnerProxyAddressQuery(e,n.address).queryFn(),g.feeRate.target.multipliedBy(1e4).toNumber(),g.initPrice.target.toNumber(),b.toNumber(),x.parseFixed(g.baseAmount.change.abs().dp(f,s.ROUND_FLOOR).toString(),f).toString(),x.parseFixed(g.quoteAmount.change.abs().dp(y,s.ROUND_FLOOR).toString(),y).toString(),x.parseFixed(g.baseAmount.now.multipliedBy(1-h).dp(f,s.ROUND_FLOOR).toString(),f).toString(),x.parseFixed(g.quoteAmount.now.multipliedBy(1-h).dp(y,s.ROUND_FLOOR).toString(),y).toString(),f,y];v=yield r.PoolApi.encode.removeDPPPoolABI(...t)}else{const t=[e,n.address,g.feeRate.target.multipliedBy(1e4).toNumber(),g.initPrice.target.toNumber(),b.toNumber(),g.baseAmount.isAdd?x.parseFixed(g.baseAmount.change.abs().dp(f,s.ROUND_FLOOR).toString(),f).toString():"0",g.quoteAmount.isAdd?x.parseFixed(g.quoteAmount.change.abs().dp(y,s.ROUND_FLOOR).toString(),y).toString():"0",g.baseAmount.isAdd?"0":x.parseFixed(g.baseAmount.change.abs().dp(f,s.ROUND_FLOOR).toString(),f).toString(),g.quoteAmount.isAdd?"0":x.parseFixed(g.quoteAmount.change.abs().dp(y,s.ROUND_FLOOR).toString(),y).toString(),x.parseFixed(g.baseAmount.now.multipliedBy(1-h).dp(f,s.ROUND_FLOOR).toString(),f).toString(),x.parseFixed(g.quoteAmount.now.multipliedBy(1-h).dp(y,s.ROUND_FLOOR).toString(),y).toString(),0,f,y,Math.ceil(Date.now()/1e3)+(null!=p?p:600)];v=yield r.PoolApi.encode.resetDPPPoolABI(...t)}return t&&g.baseAmount.isAdd&&(v.value=Gg(g.baseAmount.change)),a&&g.quoteAmount.isAdd&&(v.value=Gg(g.quoteAmount.change)),v}catch(e){throw console.error("2.0 resetDPPPool error",e),new Error(`2.0 resetDPPPool error;ERROR:${e}`)}})),hf=(e,t,n)=>t?e&&"0"!==e?n?t.minus(e).toString():t.plus(e).toString():t.toString():e;function mf({pool:e}){var t,n;const{account:i}=fa(),o=za(),r=c.useQuery(ea.getPMMStateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,null===(t=null==e?void 0:e.baseToken)||void 0===t?void 0:t.decimals,null===(n=null==e?void 0:e.quoteToken)||void 0===n?void 0:n.decimals)),a=c.useQuery(ea.getLPFeeRateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type)),{deadLine:l}=G(),d=c.useMutation({mutationFn:t=>N(this,[t],void 0,(function*({baseAmount:t,quoteAmount:n,isRemove:d=!1,feeRate:c,initPrice:u,slippageCoefficient:p,txTitle:h,submittedBack:m}){var x;if(!e)throw new Error("pool is undefined");const g=a.data;if(!g)throw new Error("lpFeeRate is undefined");if(!r.data)throw new Error("pmmStateQuery.data is undefined");const{pmmParamsBG:f,baseReserve:y,quoteReserve:v}=r.data,b=f.i.toNumber(),C=f.k.toNumber(),j=yield pf({account:i,chainId:null==e?void 0:e.chainId,SLIPPAGE_PROTECTION:im,srcPool:Object.assign(Object.assign({},e),{baseReserve:y,quoteReserve:v,i:b,k:C,feeRate:g.times(100).toString()}),baseToken:null==e?void 0:e.baseToken,quoteToken:null==e?void 0:e.quoteToken,baseAmount:hf(t,y?new s(y):void 0,d),quoteAmount:hf(n,v?new s(v):void 0,d),feeRate:null!=c?c:g.times(100).toString(),initPrice:null!=u?u:String(b),slippageCoefficient:null!=p?p:String(C),ddl:l});if(!j)throw new Error(`modify pool failed: ${e.address}`);return o.execute(h,Object.assign(Object.assign({opcode:Ua.TX},j),{value:null!==(x=j.value)&&void 0!==x?x:0}),{metadata:{[d?exports.MetadataFlag.removeLiquidity:exports.MetadataFlag.addLiquidity]:!0},submittedBack:m})}))});return{modifyDPPMutation:d}}const xf=e=>{const{account:t,chainId:i}=fa(),o=za(),a=c.useQueryClient(),{deadLine:l}=G(),{modifyDPPMutation:d}=mf({pool:e}),u=c.useMutation({mutationFn:n=>N(void 0,void 0,void 0,(function*(){var d,c,u,p,h;if(!e||!t||!n.balanceInfo)return;const{isRemove:m,baseAmount:g,quoteAmount:f,slippageProtection:y,balanceInfo:v,SLIPPAGE_PROTECTION:b,submittedBack:C,successBack:j,txTitle:w,withdrawInfo:k}=n,T=!m,{address:B,type:I,baseToken:E,quoteToken:A}=e,S=E.address.toLowerCase(),L=A.address.toLowerCase(),R=r.basicTokenMap[i].address.toLowerCase(),O=R===S,M=R===L,P="DSP"===I||"GSP"===I,_="CLASSICAL"===I,F=B.toLocaleLowerCase(),N=new s(g),D=new s(f),q=N.isNaN(),U=D.isNaN(),V=+E.decimals,H=+A.decimals,W=E.symbol,Z=A.symbol,$=y;let z,Q=q?"0":x.parseFixed(N.multipliedBy(1-$).dp(V,s.ROUND_FLOOR).toString(),V).toString(),G=U?"0":x.parseFixed(D.multipliedBy(1-$).dp(H,s.ROUND_FLOOR).toString(),H).toString();try{if(T)if(_){const e=!q&&(null==v?void 0:v.classicalBaseTarget)&&v.classicalBaseTarget.gt(0)&&v.totalBaseLpBalance?x.parseFixed(N.multipliedBy(v.totalBaseLpBalance).multipliedBy(1-b).div(v.classicalBaseTarget).dp(V,s.ROUND_FLOOR).toString(),V).toString():"0",t=!U&&(null==v?void 0:v.classicalBaseTarget)&&v.totalQuoteLpBalance&&v.classicalQuoteTarget&&v.classicalQuoteTarget.gt(0)?x.parseFixed(D.multipliedBy(v.totalQuoteLpBalance).multipliedBy(1-b).div(v.classicalQuoteTarget).dp(H,s.ROUND_FLOOR).toString(),H).toString():"0",n=[i,F,q?"0":x.parseFixed(N.dp(V,s.ROUND_FLOOR).toString(),V).toString(),U?"0":x.parseFixed(D.dp(H,s.ROUND_FLOOR).toString(),H).toString(),e,t,O?1:M?2:0,Math.ceil(Date.now()/1e3)+(null!=l?l:600)];z=yield r.PoolApi.encode.addClassicalLiquidityABI(...n)}else{const e=[i,F,q?"0":x.parseFixed(N.dp(V,s.ROUND_FLOOR).toString(),V).toString(),U?"0":x.parseFixed(D.dp(H,s.ROUND_FLOOR).toString(),H).toString(),Q,G,O?1:M?2:0,Math.ceil(Date.now()/1e3)+(null!=l?l:600)];z=P?yield r.PoolApi.encode.addDSPLiquidityABI(...e):yield r.PoolApi.encode.addDVMLiquidityABI(...e)}else if(_){if("base"===(q?"quote":"base")){const e=N.dp(V,s.ROUND_FLOOR).toString(),t=k&&k.receiveAmountBg?x.parseFixed(k.receiveAmountBg.multipliedBy(1-$).dp(V,s.ROUND_FLOOR).toString(),V).toString():Q,n=[i,F,x.parseFixed(e,V).toString(),t];z=yield r.PoolApi.encode.removeClassicalBaseABI(...n)}else{const e=D.dp(H,s.ROUND_FLOOR).toString(),t=k&&k.receiveAmountBg?x.parseFixed(k.receiveAmountBg.multipliedBy(1-$).dp(H,s.ROUND_FLOOR).toString(),H).toString():G,n=[i,F,x.parseFixed(e,H).toString(),t];z=yield r.PoolApi.encode.removeClassicalQuoteABI(...n)}}else{if(!((null==v?void 0:v.baseReserve)&&v.quoteReserve&&v.totalBaseLpBalance&&v.userBaseLpBalance&&v.userBaseLpToTokenBalance))return;let e=new s(0);if(null===(d=v.totalBaseLpBalance)||void 0===d?void 0:d.lte(0))e=v.userBaseLpBalance||new s(0);else if(v.baseReserve.gt(0)&&v.quoteReserve.eq(0)){let t=N;N.gte(v.userBaseLpToTokenBalance)&&(t=v.userBaseLpToTokenBalance),e=t.multipliedBy(v.totalBaseLpBalance).div(v.baseReserve)}else if(v.baseReserve.gt(0)&&v.quoteReserve.gt(0)){let t=N;N.gte(v.userBaseLpToTokenBalance)&&(t=v.userBaseLpToTokenBalance);let n,i=D;if(v.userQuoteLpToTokenBalance&&D.gte(v.userQuoteLpToTokenBalance)&&(i=v.userQuoteLpToTokenBalance),i.gt(0)&&(null===(c=v.userQuoteLpToTokenBalance)||void 0===c?void 0:c.gt(0))&&(n=i.div(v.userQuoteLpToTokenBalance)),t.gt(0)&&v.userBaseLpToTokenBalance.gt(0)&&(n=t.div(v.userBaseLpToTokenBalance)),(null==n?void 0:n.gte(1))&&(n=new s(1)),!n)return;e=n.multipliedBy(v.userBaseLpBalance);const o=e.dp(V,s.ROUND_FLOOR).div(v.totalBaseLpBalance);t=o.multipliedBy(v.baseReserve).dp(V,s.ROUND_FLOOR),i=o.multipliedBy(v.quoteReserve).dp(H,s.ROUND_FLOOR),Q=x.parseFixed(t.multipliedBy(1-$).dp(V,s.ROUND_FLOOR).toString(),V).toString(),G=x.parseFixed(i.multipliedBy(1-$).dp(H,s.ROUND_FLOOR).toString(),H).toString()}const n=O||M,o=[i,F,t,e.isNaN()?"0":x.parseFixed(e.dp(V,s.ROUND_FLOOR).toString(),V).toString(),Q,G,n,Math.ceil(Date.now()/1e3)+(null!=l?l:600)];z=P?yield r.PoolApi.encode.removeDSPLiquidityABI(...o):yield r.PoolApi.encode.removeDVMLiquidityABI(...o)}}catch(e){throw new Error(`v2 addDVMLiquidity or removeDVMLiquidity or removeDSPLiquidity error: ${e}`)}if(z&&z.data){const n={};if(g){const o=null===(u=a.getQueryData(Zi.getFetchTokenQuery(i,E.address,t).queryKey))||void 0===u?void 0:u.balance;o&&(n[E.address]=o.toString()),e.baseLpToken&&(null==v?void 0:v.userBaseLpBalance)&&(n[e.baseLpToken.id]=v.userBaseLpBalance.toString())}if(f){const o=null===(p=a.getQueryData(Zi.getFetchTokenQuery(i,A.address,t).queryKey))||void 0===p?void 0:p.balance;o&&(n[A.address]=o.toString()),e.quoteLpToken&&(null==v?void 0:v.userQuoteLpBalance)&&(n[e.quoteLpToken.id]=v.userQuoteLpBalance.toString())}try{let e;T&&O&&(z.value=Gg(q?"0":N)),T&&M&&(z.value=Gg(U?"0":D)),q||(e=`${N.toString()}${W}`),U||(e=q?`${D.toString()}${Z}`:`${e} & ${D.toString()}${Z}`);(yield o.execute(w,Object.assign(Object.assign({opcode:Ua.TX},z),{value:null!==(h=z.value)&&void 0!==h?h:0}),{subtitle:e,metadata:{[T?exports.MetadataFlag.addLiquidity:exports.MetadataFlag.removeLiquidity]:!0,logBalance:n},submittedBack:C}))===_a.Success&&j&&j()}catch(e){throw Error(`v2 sendTransaction error: ${e}`)}}}))}),p="DPP"===(null==e?void 0:e.type)?d:u;return n.useEffect((()=>{p.reset()}),[e]),{operateLiquidityMutation:p}};function gf({baseToken:t,quoteToken:n,baseAmount:i,quoteAmount:a,slippage:l,fee:d,isExists:u,successBack:h,submittedBack:m}){const x=za(),{account:g}=fa();e.useLingui();const{deadLine:f}=G();return c.useMutation({mutationFn:()=>N(this,void 0,void 0,(function*(){var e,c;if(!t||!n)throw new Error("token is undefined");if(!g)throw new Error("account is undefined");if(!d)throw new Error("fee is undefined");const y=t.chainId,v=r.basicTokenMap[y].address.toLowerCase(),b=p.getUniswapV2Router02ContractAddressByChainId(y),C=p.getUniswapV2Router02FixedFeeContractAddressByChainId(y),j=!b,w=b||C;if(!w)throw new Error("AMMV2 contract address is not valid.");let k="",T="0x0";const B=t.address.toLowerCase()===v,I=n.address.toLowerCase()===v,E=Ho(i,t.decimals),A=Ho(a,n.decimals),S=E.times(1-l).dp(0,s.ROUND_FLOOR),L=A.times(1-l).dp(0,s.ROUND_FLOOR),R=Ho(d,4).toString(),O=Math.ceil(Date.now()/1e3)+(null!=f?f:600);try{if(B){const t=n.address,i=A.toString(),o=L.toString(),r=S.toString();T=null!==(e=Qg(E))&&void 0!==e?e:"",k=j?p.encodeUniswapV2Router02FixedFeeAddLiquidityETH(t,i,o,r,g,O):p.encodeUniswapV2Router02AddLiquidityETH(t,R,i,o,r,g,O)}else if(I){const e=t.address,n=E.toString(),i=S.toString(),o=L.toString();T=null!==(c=Qg(A))&&void 0!==c?c:"",k=j?p.encodeUniswapV2Router02FixedFeeAddLiquidityETH(e,n,i,o,g,O):p.encodeUniswapV2Router02AddLiquidityETH(e,R,n,i,o,g,O)}else k=j?p.encodeUniswapV2Router02FixedFeeAddLiquidity(t.address,n.address,E.toString(),A.toString(),S.toString(),L.toString(),g,O):p.encodeUniswapV2Router02AddLiquidity(t.address,n.address,R,E.toString(),A.toString(),S.toString(),L.toString(),g,O)}catch(e){throw console.error("encodeUniswapV2Router02AddLiquidity error",e),e}return yield x.execute(u?o.i18n._({id:"E6MqGy",message:"Add liquidity"}):o.i18n._({id:"L37FfW",message:"Create AMM V2 Position"}),{opcode:Ua.TX,to:w,data:k,value:T},{metadata:{[u?exports.MetadataFlag.addLiquidityAMMV2Position:exports.MetadataFlag.createAMMV2Position]:!0},successBack:h,submittedBack:m})}))})}function ff({lqAndDodoCompareText:n,baseToken:i,quoteToken:r,midPrice:a}){const s=a?No({input:a}):"";return $.jsxs(t.Box,{sx:{p:10,mb:12,backgroundColor:"background.paperDarkContrast",borderRadius:12},children:[$.jsxs(t.Box,{sx:{typography:"body2",display:"flex",alignItems:"center",justifyContent:"center",color:"error.main",fontWeight:600,mb:10,textAlign:"center"},children:[$.jsx(t.Box,{component:oe.Alarm,sx:{mr:4}}),o.i18n._({id:"YUyuNp",message:"{lqAndDodoCompareText} Price Difference",values:{lqAndDodoCompareText:n}})]}),$.jsxs(t.Box,{sx:{typography:"h6",color:"text.secondary",textAlign:"center"},children:[$.jsx(e.Trans,{id:"ZhEBp4",message:"Current liquidity pool token price"}),` 1 ${null==i?void 0:i.symbol} = ${s} ${null==r?void 0:r.symbol} ${o.i18n._({id:"wd1uHY",message:"differs from the price quoted by ZUNO by {lqAndDodoCompareText}",values:{lqAndDodoCompareText:n}})}`]})]})}function yf({chainId:n,baseTokenStatus:i,quoteTokenStatus:o,children:r}){const{runningRequests:a}=Qa(),{account:s,chainId:l}=fa();if(!s||n!==l)return $.jsx(cm,{chainId:n,fullWidth:!0});const d=a.some((e=>{var t,n;return(null===(t=e.metadata)||void 0===t?void 0:t[exports.MetadataFlag.addLiquidity])||(null===(n=e.metadata)||void 0===n?void 0:n[exports.MetadataFlag.removeLiquidity])})),c=[];i.needShowTokenStatusButton&&c.push($.jsx(zg,{status:i})),o.needShowTokenStatusButton&&!i.isApproving&&c.push($.jsx(zg,{status:o}));const u=c.length;return 2===u?$.jsx(t.Box,{sx:{display:"flex","& > button":{flex:1,"&:last-child":{ml:8}}},children:c.map((e=>e))}):1===u?c[0]:d?$.jsx(t.Button,{fullWidth:!0,disabled:!0,isLoading:!0,children:$.jsx(e.Trans,{id:"UbRKMZ",message:"Pending"})}):$.jsx($.Fragment,{children:r})}function vf({pool:i,addPortion:o,midPrice:a,shareOfPool:l}){var d,c,u,p,h,m;const x=t.useTheme(),[g,f]=n.useState(!1);let y="";if(o&&a){const e=new s(1).div(o.plus(1)),t=new s(o).div(o.plus(1)),n=e.times(a),r=n.plus(t);y=o?`${Ko({input:n.div(r)})} ${null===(d=null==i?void 0:i.baseToken)||void 0===d?void 0:d.symbol} + ${Ko({input:t.div(r)})} ${null===(c=null==i?void 0:i.quoteToken)||void 0===c?void 0:c.symbol}`:""}const v=g?null===(u=null==i?void 0:i.quoteToken)||void 0===u?void 0:u.symbol:null===(p=null==i?void 0:i.baseToken)||void 0===p?void 0:p.symbol,b=g&&a?new s(1).div(a):a,C=g?null===(h=null==i?void 0:i.baseToken)||void 0===h?void 0:h.symbol:null===(m=null==i?void 0:i.quoteToken)||void 0===m?void 0:m.symbol;return $.jsxs(t.Box,{sx:{mt:20,border:"solid 1px",borderColor:"border.main",borderRadius:8},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,height:36,typography:"body2"},children:[$.jsx(t.Box,{sx:{color:"text.secondary",whiteSpace:"nowrap"},children:$.jsx(e.Trans,{id:"kNeEXg",message:"Current Price"})}),$.jsxs(t.LoadingSkeleton,{sx:{display:"flex",alignItems:"center",fontWeight:600,ml:8,overflow:"hidden"},loading:!i,loadingProps:{width:50},children:[$.jsx(t.Tooltip,{title:`1 ${v} = ${b?No({input:b}):""} ${C}`,children:a?$.jsx(t.Box,{sx:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:`1 ${v} = ${b?No({input:b}):""} ${C}`}):$.jsxs(t.Box,{children:[`1 ${v} = `,$.jsx(t.LoadingSkeleton,{loading:!0,loadingProps:{width:30},component:"span",sx:{display:"inline-block"}}),` ${C}`]})}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center",ml:4,width:18,height:18,cursor:"pointer",backgroundColor:"background.paperDarkContrast",borderRadius:"50%","&:hover":{backgroundColor:t.alpha(x.palette.text.primary,.04)}},onClick:()=>f((e=>!e)),children:$.jsx(t.Box,{component:oe.Switch,sx:{width:18,height:18}})})]})]}),"AMMV2"===(null==i?void 0:i.type)?$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,minHeight:36,typography:"body2",borderStyle:"solid",borderWidth:x.spacing(1,0,0),borderColor:"border.main"},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",color:"text.secondary",whiteSpace:"nowrap"},children:$.jsx(e.Trans,{id:"NEQTCn",message:"Share Of Pool"})}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",fontWeight:600,textAlign:"right",ml:8,overflow:"hidden"},children:l})]}):$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,minHeight:36,typography:"body2",borderStyle:"solid",borderWidth:x.spacing(1,0,0),borderColor:"border.main"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",color:"text.secondary",whiteSpace:"nowrap"},children:[$.jsx(e.Trans,{id:"22Xs8M",message:"Deposit Ratio"}),$.jsx(t.QuestionTooltip,{ml:4,title:$.jsx(e.Trans,{id:"I0yi1d",message:"Deposit ratio is determined by the current assets ratio in the pool. The ratio does not represent the exchange price"})})]}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",fontWeight:600,textAlign:"right",ml:8,overflow:"hidden"},children:i&&r.PoolApi.utils.singleSideLp(i.type)?$.jsx(e.Trans,{id:"Kb3KaW",message:"Any Ratio"}):$.jsx($.Fragment,{children:$.jsx(t.Tooltip,{title:y,children:$.jsx(t.Box,{sx:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:y})})})})]})]})}function bf({baseToken:e,quoteToken:t}){const{toFiatPrice:n,fromFiatPrice:i}=Xa({fromToken:null!=e?e:null,toToken:null!=t?t:null});return function({fromToken:e,toToken:t,fromFiatPrice:n,toFiatPrice:i,reverse:o,showDecimals:r=1}){const a={comparePrice:null,comparePriceText:"",loading:!0};return e&&t&&n&&i?(o?(a.loading=!1,a.comparePrice=i.div(n),a.comparePriceText=`1 ${ma(t)} = ${No({input:a.comparePrice,showDecimals:r})} ${ma(e)}`):(a.loading=!1,a.comparePrice=n.div(i),a.comparePriceText=`1 ${ma(e)} = ${No({input:a.comparePrice,showDecimals:r})} ${ma(t)}`),a):a}({fromToken:e,toToken:t,fromFiatPrice:i?new s(i):void 0,toFiatPrice:n?new s(n):void 0})}const Cf=(e,t,i)=>{const{comparePrice:o}=bf({baseToken:e,quoteToken:t}),r=n.useMemo((()=>{if(!(i&&o&&o.toNumber()&&i.toNumber()))return 0;const e=o.minus(i);return Math.abs(e.div(o).toNumber())}),[i,o]),a=n.useMemo((()=>`${Yo(new s(r).times(100))}%`),[r]);return{lqAndDodoCompare:r,lqAndDodoCompareText:a,midPrice:i,isShowCompare:r>.01,isWarnCompare:r>.03}};function jf({pool:e,baseAmount:t,quoteAmount:i}){const[o,a,l,d,u,p]=n.useMemo((()=>{var t,n;const{baseToken:i,quoteToken:o}=e||{};let a=!1;if(!i||!o)return[void 0,void 0,void 0,void 0,void 0,a];const s=i.chainId,l=r.basicTokenMap[s],d=(null===(t=l.address)||void 0===t?void 0:t.toLowerCase())===i.address.toLowerCase(),c=(null===(n=l.address)||void 0===n?void 0:n.toLowerCase())===o.address.toLowerCase(),u=d?l.wrappedTokenAddress:i.address,p=c?l.wrappedTokenAddress:o.address,h=new S.Token(i.chainId,u,i.decimals,i.symbol,i.name),m=new S.Token(o.chainId,p,o.decimals,o.symbol,o.name);a=!h.sortsBefore(m);const[x,g]=a?[m,h]:[h,m];return[s,null==e?void 0:e.type,null==e?void 0:e.address,x,g,a]}),[e]),h=ea.getReserveLpQuery(o,l,a,null==d?void 0:d.decimals,null==u?void 0:u.decimals),m="AMMV2"===a,x=c.useQuery(Object.assign(Object.assign({},h),{enabled:!!h.enabled&&m})),g=ea.getTotalBaseLpQuery(o,l,a,18),f=c.useQuery(Object.assign(Object.assign({},g),{enabled:!!g.enabled&&m})),{account:y}=fa(),v=ea.getUserBaseLpQuery(o,l,a,18,y),b=c.useQuery(Object.assign(Object.assign({},v),{enabled:!!v.enabled&&m})),C=n.useMemo((()=>x.isFetched&&!!x.data&&f.isFetched&&!!f.data),[x.isFetched,x.data,f.isFetched,f.data]),[j,w]=n.useMemo((()=>{var e;if(!d||!u||!1===C)return[null,null];const{baseReserve:t,quoteReserve:n}=null!==(e=x.data)&&void 0!==e?e:{baseReserve:0,quoteReserve:0},i=S.CurrencyAmount.fromRawAmount(d,Ho(t,d.decimals).toString()),o=S.CurrencyAmount.fromRawAmount(u,Ho(n,u.decimals).toString());let r=i,a=o;p&&(r=o,a=i);const s=new L.Pair(r,a);if(r.equalTo(0)||a.equalTo(0))return[s,null];const l=a.divide(r);return[s,new S.Price(r.currency,a.currency,l.denominator,l.numerator)]}),[d,u,x.data,p]),[k,T]=n.useMemo((()=>C?w?[new s(w.toSignificant()),new s(w.invert().toSignificant())]:[void 0,void 0]:t&&i?[new s(i).div(t),new s(t).div(i)]:[void 0,void 0]),[w,C,t,i]),B=f.data,I=C?f.data&&d?Ho(f.data,18).toString():"":"0";let E,A;const R=p?u:d,O=p?d:u;if((null==j?void 0:j.liquidityToken)&&I&&B&&R&&O){const e=S.CurrencyAmount.fromRawAmount(null==j?void 0:j.liquidityToken,I);if(void 0!==t&&void 0!==i){if(Number(t)&&Number(i)){const n=S.CurrencyAmount.fromRawAmount(R,Ho(t,R.decimals).toString()),o=S.CurrencyAmount.fromRawAmount(O,Ho(i,O.decimals).toString()),r=null==j?void 0:j.getLiquidityMinted(e,n,o);A=Wo(r.quotient.toString(),18),E=A.div(B.plus(A)).times(100)}}else A=b.data||void 0,A&&(E=A.div(B).times(100))}else C||(E=new s(100));let M="-";return(null==e?void 0:e.baseToken)&&e.quoteToken&&(M=E?`${No({input:E,showDecimals:2,roundingMode:s.ROUND_HALF_UP})}%`:"0%"),{isRearTokenA:p,pair:j,price:k,invertedPrice:T,reserveQuery:x,totalBaseLpQuery:f,liquidityMinted:A,poolTokenPercentage:E,shareOfPool:M,isExists:C}}function wf({pool:e,maxBaseAmount:t,maxQuoteAmount:i,isRemove:o}){var a,l,d;const[u,p]=n.useState(""),[h,m]=n.useState(""),x=!e||"AMMV2"!==e.type&&"AMMV3"!==e.type,g=c.useQuery(ea.getPMMStateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,null===(a=null==e?void 0:e.baseToken)||void 0===a?void 0:a.decimals,null===(l=null==e?void 0:e.quoteToken)||void 0===l?void 0:l.decimals)),f=()=>{p(""),m("")},y=null==e?void 0:e.type,v=jf({pool:e,baseAmount:u,quoteAmount:h});let b=null===(d=g.data)||void 0===d?void 0:d.midPrice,C=new s(NaN),j=!1,w=!1;const k=g.data;if(e)if(k){const t=k.pmmParamsBG.i,n=k.pmmParamsBG.b,i=k.pmmParamsBG.q;w=("DSP"===e.type||"GSP"===e.type)&&(i.eq(0)||n.eq(0)),j="DVM"===e.type&&new s(i).eq(0),C=w?t:j?s(1):i.div(n)}else"AMMV2"===y&&(b=v.isRearTokenA?v.invertedPrice:v.price,C=b||new s(1));const T=n.useRef(C);if(!e||C.isNaN())return{baseAmount:u,quoteAmount:h,handleChangeBaseAmount:()=>{},handleChangeQuoteAmount:()=>{},reset:f};const B=!j&&!r.PoolApi.utils.singleSideLp(e.type),I=e.baseToken.decimals,E=e.quoteToken.decimals,A=e=>{if(e){let n=C.multipliedBy(e).dp(E).toString();i&&o&&(i.lte(n)||(null==t?void 0:t.lte(0)))&&(n=i.toString()),m(n)}else m(e)};!B||T.current&&C.isEqualTo(T.current)||(T.current=C,A(u));let S=!1;S=!!e&&r.PoolApi.utils.singleSideLp(e.type)?!u&&!h:j?!u:!u||!h;const L=x?g:v.reserveQuery;return{baseAmount:u,quoteAmount:h,handleChangeBaseAmount:e=>{let t=Vo(e,I);null===t&&(t=u),p(t),B&&A(t)},handleChangeQuoteAmount:e=>{let n=Vo(e,E);null===n&&(n=h),m(n),B&&(e=>{if(e){let n=new s(e).div(C).dp(I).toString();t&&o&&(t.lte(n)||(null==i?void 0:i.lte(0)))&&(n=t.toString()),p(n)}else p(e)})(n)},reset:f,addPortion:C,amountLoading:L.isLoading,amountError:L.isError,amountRefetch:L.refetch,amountCheckedDisabled:S,midPrice:b,uniV2Pair:v}}function kf({submittedBack:e,onlyShowSide:i,pool:a,balanceInfo:s}){var l,d,u,h,m,x;const g=t.useTheme(),{isMobile:f}=Oa(),{account:y}=fa(),{baseAmount:v,quoteAmount:b,handleChangeBaseAmount:C,handleChangeQuoteAmount:j,addPortion:w,midPrice:k,amountLoading:T,amountCheckedDisabled:B,uniV2Pair:I,reset:E}=wf({pool:a}),A=c.useQuery(ea.getFeeRateQuery(null==a?void 0:a.chainId,null==a?void 0:a.address,null==a?void 0:a.type,y)),S=null===(m=null===(d=null===(l=A.data)||void 0===l?void 0:l.mtFeeRate)||void 0===d?void 0:d.plus(null!==(h=null===(u=A.data)||void 0===u?void 0:u.lpFeeRate)&&void 0!==h?h:0))||void 0===m?void 0:m.toNumber(),L="AMMV2"===(null==a?void 0:a.type),[R,O]=n.useState(!1),{slipper:M,setSlipper:P,slipperValue:_,resetSlipper:F}=om({address:null==a?void 0:a.address,type:null==a?void 0:a.type}),N=wm(a);n.useEffect((()=>{(null==a?void 0:a.address)!==(null==N?void 0:N.address)&&(E(),F())}),[a]);const D=r.PoolApi.utils.canOperateLiquidity(null==a?void 0:a.type,void 0,null==a?void 0:a.creator,y),[q,U]=n.useState(!1),{isShowCompare:V,lqAndDodoCompareText:H,isWarnCompare:W}=Cf(null==a?void 0:a.baseToken,null==a?void 0:a.quoteToken,k),Z=L&&a.chainId?p.getUniswapV2Router02ContractAddressByChainId(a.chainId)||p.getUniswapV2Router02FixedFeeContractAddressByChainId(a.chainId):void 0,z=ms(null==a?void 0:a.baseToken,{amount:v,contractAddress:Z}),Q=ms(null==a?void 0:a.quoteToken,{amount:b,contractAddress:Z}),G=z.insufficientBalance||Q.insufficientBalance,{isSinglePool:Y}=s,X=!a||G||!k||!!s.loading||!!s.error||B||A.isLoading;let K=L?o.i18n._({id:"bwSQI0",message:"Supply"}):o.i18n._({id:"m16xKo",message:"Add"});G&&(K=o.i18n._({id:"znqB4T",message:"Insufficient balance"}));const J=()=>{E(),F(),e&&e()},{operateLiquidityMutation:ee}=xf(a),te=()=>{L?O(!0):ee.mutate({txTitle:o.i18n._({id:"OBdohg",message:"Add Liquidity"}),isRemove:!1,baseAmount:v,quoteAmount:b,slippageProtection:_,balanceInfo:s,SLIPPAGE_PROTECTION:im,submittedBack:J})},ne=gf({baseToken:null==a?void 0:a.baseToken,quoteToken:null==a?void 0:a.quoteToken,baseAmount:v,quoteAmount:b,fee:S,isExists:!0,slippage:_,submittedBack:()=>{J(),O(!1)}});return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{pt:20,pb:18,px:20},children:["quote"===i?"":$.jsx(ap,{amt:v,token:null==a?void 0:a.baseToken,canClickBalance:!0,showPercentage:!0,onInputChange:C,readOnly:s.loading||!D,sx:{backgroundColor:"background.cardInput",padding:g.spacing(20,20,28)},inputSx:{backgroundColor:"background.cardInput"}}),i?"":$.jsx(op,{}),"base"===i?"":$.jsx(ap,{amt:b,token:null==a?void 0:a.quoteToken,canClickBalance:!0,showPercentage:!0,onInputChange:j,readOnly:s.loading||!D||Y,sx:{backgroundColor:"background.cardInput",padding:g.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"}}),$.jsxs(t.LoadingSkeleton,{loading:s.loading||T,sx:{mt:8},children:[$.jsx(rm,{value:M,onChange:P,disabled:!D,type:null==a?void 0:a.type}),$.jsx(vf,{pool:a,addPortion:w,midPrice:k,shareOfPool:null==I?void 0:I.shareOfPool})]})]}),$.jsxs(t.Box,{sx:{px:20,py:16,position:"sticky",bottom:0,borderStyle:"solid",borderWidth:"1px 0 0",borderColor:"border.main",backgroundColor:"background.paper"},children:[V&&$.jsx(ff,{baseToken:null==a?void 0:a.baseToken,quoteToken:null==a?void 0:a.quoteToken,lqAndDodoCompareText:H,midPrice:k}),a?$.jsx(yf,{chainId:a.chainId,baseTokenStatus:z,quoteTokenStatus:Q,children:$.jsx(t.Button,{fullWidth:!0,disabled:X,danger:W,isLoading:ee.isPending||ne.isPending,onClick:()=>{X||(W?U(!0):te())},children:K})}):$.jsx(t.Button,{fullWidth:!0,disabled:!0,children:K})]}),$.jsx(af,{open:q,onClose:()=>U(!1),title:o.i18n._({id:"bEsfUQ",message:"Confirm submission"}),onConfirm:te,modal:!0,children:$.jsxs(t.Box,{children:[$.jsx(t.Box,{children:o.i18n._({id:"tecieV",message:"Price discrepancy {lqAndDodoCompareText} between liquidity pool and the quote price on ZUNO.",values:{lqAndDodoCompareText:H}})}),$.jsx(t.Box,{children:o.i18n._({id:"vXvgFK",message:"There is risk of being arbitraged if adding this liquidity."})})]})}),$.jsx(du,{message:null===(x=ee.error)||void 0===x?void 0:x.message,onClose:()=>ee.reset(),isDialogModal:f}),L&&!!a&&$.jsx(cf,{open:R,onClose:()=>O(!1),slippage:_,baseToken:a.baseToken,baseAmount:v,quoteToken:a.quoteToken,quoteAmount:b,fee:S,price:null==I?void 0:I.price,lpAmount:null==I?void 0:I.liquidityMinted,shareOfPool:null==I?void 0:I.shareOfPool,pairAddress:a.address,createMutation:ne})]})}function Tf({chainId:e,address:n,token:i,quoteToken:o,lpBalance:r,lpBalanceLoading:a,balanceNeedUpdateLoading:s,tokenBalanceList:l}){var d;const c=o?`${null==i?void 0:i.symbol}/${o.symbol}`:null!==(d=null==i?void 0:i.symbol)&&void 0!==d?d:"";return $.jsxs(t.Box,{sx:{display:"flex"},children:[i?$.jsx(t.Box,{sx:{position:"relative",top:2},children:o?$.jsx(fp,{tokens:[i,o],chainId:e,width:18,mr:4}):$.jsx(Hs,{address:i.address,width:18,height:18,chainId:e,url:i.logoURI,marginRight:4,noShowChain:!0})}):$.jsx(t.Skeleton,{width:32,height:32,sx:{mr:4}}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",flexWrap:"wrap",wordBreak:"break-all"},children:[$.jsx(t.LoadingSkeleton,{loading:a,loadingProps:{width:30},sx:{display:"flex",alignItems:"center",mr:2},children:s?$.jsx(t.RotatingIcon,{}):No({input:r||"-"})}),`${c} LP`,!!(null==l?void 0:l.length)&&$.jsx(t.Tooltip,{title:$.jsx(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},children:l.map((e=>$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",typography:"body2",fontWeight:600,color:"text.primary"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(Hs,{address:e.token.address,chainId:e.token.chainId,width:14,height:14,url:e.token.logoURI,marginRight:4,noShowChain:!0}),e.token.symbol]}),$.jsxs(t.LoadingSkeleton,{loading:e.loading,children:[!e.balance||e.balance.isZero()||e.balance.isNaN()?"":"~",e.balance?No({input:e.balance}):""]})]},e.token.address)))}),sx:{padding:20,width:256},children:$.jsx(t.HoverOpacity,{component:oe.DetailBorder,sx:{ml:4,width:16,height:16}})}),$.jsx(t.Box,{component:"a",target:"_blank",rel:"noopener noreferrer",href:e?ca(e,n,"address"):"",sx:{display:"inline-flex",height:14},children:$.jsx(t.HoverOpacity,{component:oe.ArrowTopRightBorder,sx:{ml:4,width:14,height:14}})})]})]},n)}function Bf({loading:n,hidePoolInfo:i,pool:o,balanceInfo:a}){var l,d,u,p,h,m,x;const g=t.useTheme(),f=n||!o,y=!!o&&r.PoolApi.utils.singleSideLp(o.type),{isTokenLoading:v}=Ou(),{account:b}=fa(),C=c.useQuery(ea.getFeeRateQuery(null==o?void 0:o.chainId,null==o?void 0:o.address,null==o?void 0:o.type,b)),j=null===(d=null===(l=C.data)||void 0===l?void 0:l.lpFeeRate)||void 0===d?void 0:d.plus(null!==(p=null===(u=C.data)||void 0===u?void 0:u.mtFeeRate)&&void 0!==p?p:0);let w=!1,k=!1;o&&(a.userBaseLpBalance&&o.baseLpToken&&(w=v(o.baseLpToken.id,a.userBaseLpBalance)),a.userQuoteLpBalance&&o.quoteLpToken&&(k=v(o.quoteLpToken.id,a.userQuoteLpBalance)));const T="AMMV2"===(null==o?void 0:o.type);return $.jsxs(t.Box,{sx:{mt:16,mx:20,border:"solid 1px",borderColor:"border.main",borderRadius:12},children:[i?"":$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",p:g.spacing(12,20),borderStyle:"solid",borderColor:"border.main",borderWidth:g.spacing(0,0,1)},children:[$.jsxs(t.Box,{children:[$.jsxs(t.LoadingSkeleton,{loading:f,loadingSx:{width:100,mb:4},sx:{display:"flex",alignItems:"center",gap:4,typography:"body2",fontWeight:600},children:[null===(h=null==o?void 0:o.baseToken)||void 0===h?void 0:h.symbol,"/",null===(m=null==o?void 0:o.quoteToken)||void 0===m?void 0:m.symbol,"AMMV2"===(null==o?void 0:o.type)&&$.jsx(t.LoadingSkeleton,{loading:C.isLoading,loadingProps:{width:30},sx:{typography:"h6"},children:$.jsx(t.Tooltip,{title:$.jsxs(t.Box,{sx:{typography:"h6","& > b":{fontWeight:600,color:"primary.main"}},children:["🌟",$.jsx("b",{children:$.jsx(e.Trans,{id:"e38JNU",message:"Tips:"})})," ",$.jsx(e.Trans,{id:"1ABiXc",message:"By adding liquidity you’ll earn <0>{0}</0> of all trades on this pair proportional to your share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity.",values:{0:Ko({input:j})},components:{0:$.jsx("b",{})}})]}),sx:{maxWidth:240},children:$.jsx(t.Box,{sx:{px:8,height:24,typography:"h6",lineHeight:"24px",borderRadius:4,background:g.palette.background.tag,color:"text.secondary",whiteSpace:"nowrap"},children:Ko({input:j})})})})]}),$.jsx(t.LoadingSkeleton,{loading:f,children:$.jsx(Wu,{address:null!==(x=null==o?void 0:o.address)&&void 0!==x?x:"",truncate:!0,iconSize:14,iconSpace:4,customChainId:null==o?void 0:o.chainId,sx:{typography:"h6",color:"text.secondary"}})})]}),(null==o?void 0:o.address)&&!T?$.jsxs(t.Box,{component:t.ButtonBase,sx:{typography:"body2",display:"flex",alignItems:"center",color:"text.secondary"},onClick:()=>{Qh.getState().push({type:exports.PageType.PoolDetail,params:{chainId:o.chainId,address:o.address}})},children:[$.jsx(e.Trans,{id:"URmyfc",message:"Details"}),$.jsx(t.Box,{component:oe.ArrowRight,sx:{ml:4,position:"relative",top:1.2,width:16,height:16}})]}):""]}),$.jsxs(t.Box,{sx:{p:g.spacing(12,20)},children:[$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"YHc3B+",message:"My Liquidity"})}),$.jsx(t.Box,{sx:{mt:12},children:$.jsx(t.LoadingSkeleton,{loading:f,loadingSx:{width:100},children:y?$.jsxs($.Fragment,{children:[$.jsx(Tf,{chainId:null==o?void 0:o.chainId,address:null==o?void 0:o.address,token:null==o?void 0:o.baseToken,lpBalance:null==a?void 0:a.userBaseLpBalance,lpBalanceLoading:a.userLpBalanceLoading,balanceNeedUpdateLoading:w,tokenBalanceList:o?[{token:o.baseToken,balance:null==a?void 0:a.userBaseLpToTokenBalance,loading:a.userLpToTokenBalanceLoading}]:void 0}),$.jsx(Tf,{chainId:null==o?void 0:o.chainId,address:null==o?void 0:o.address,token:null==o?void 0:o.quoteToken,lpBalance:null==a?void 0:a.userQuoteLpBalance,lpBalanceLoading:a.userLpBalanceLoading,balanceNeedUpdateLoading:k,tokenBalanceList:o?[{token:o.quoteToken,balance:null==a?void 0:a.userQuoteLpToTokenBalance,loading:a.userLpToTokenBalanceLoading}]:void 0})]}):$.jsx(Tf,{chainId:null==o?void 0:o.chainId,address:null==o?void 0:o.address,token:null==o?void 0:o.baseToken,quoteToken:null==o?void 0:o.quoteToken,lpBalance:a.userBaseLpBalance,lpBalanceLoading:a.userLpBalanceLoading,balanceNeedUpdateLoading:w,tokenBalanceList:o?[{token:o.baseToken,balance:a.userBaseLpToTokenBalance||new s(0),loading:a.userLpToTokenBalanceLoading},{token:o.quoteToken,balance:a.userQuoteLpToTokenBalance||new s(0),loading:a.userLpToTokenBalanceLoading}]:void 0})})})]})]})}var If;!function(e){e[e.Add=1]="Add",e[e.Remove=2]="Remove"}(If||(If={}));const Ef=({pool:e,isBase:t,baseAmount:n,quoteAmount:i})=>{var o,r;const a="CLASSICAL"===(null==e?void 0:e.type),l=t||void 0===t,d=null===(o=null==e?void 0:e.baseToken)||void 0===o?void 0:o.decimals,u=null===(r=null==e?void 0:e.quoteToken)||void 0===r?void 0:r.decimals,p=c.useQuery(Object.assign(Object.assign({},ea.getWithdrawBasePenaltyQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,n&&void 0!==d?x.parseFixed(new s(n).dp(d,s.ROUND_FLOOR).toString(),d).toString():"",d)),{enabled:!!e&&!!n&&a&&l})),h=c.useQuery(Object.assign(Object.assign({},ea.getWithdrawBasePenaltyQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,i&&void 0!==u?x.parseFixed(new s(i).dp(u,s.ROUND_FLOOR).toString(),u).toString():"",u)),{enabled:!!e&&!!i&&a&&!l}));let m,g="",f="",y="",v="",b="",C=!1,j=null;if(e){const t=xa(e.baseToken.decimals),o=xa(e.quoteToken.decimals);if(y=No({input:n,showDecimals:t}),v=No({input:i,showDecimals:o}),a)if(C=l?p.isLoading:h.isLoading,j=l?p.error:h.error,l){if(p.data){g=No({input:p.data,showDecimals:t}),b=g;const e=new s(n).minus(p.data);y=e.gt(0)?No({input:e,showDecimals:t}):"-",m=e}}else if(h.data){f=No({input:h.data,showDecimals:o}),b=f;const e=new s(i).minus(h.data);y=e.gt(0)?No({input:e,showDecimals:t}):"-",m=e}}let w=[];return e&&(a?t?w.push({amount:y||"0",symbol:e.baseToken.symbol}):w.push({amount:v||"0",symbol:e.quoteToken.symbol}):(w.push({amount:y||"0",symbol:e.baseToken.symbol}),w.push({amount:v||"0",symbol:e.quoteToken.symbol}))),{withdrawFee:b,baseWithdrawFee:g,quoteWithdrawFee:f,receiveBaseAmount:y,receiveQuoteAmount:v,receiveAmountBg:m,receiveList:w,loading:C,error:j}};var Af;!function(e){e[e.base=1]="base",e[e.quote=2]="quote"}(Af||(Af={}));const Sf=e=>{const[t,i]=n.useState(Af.base);let o,a;return e&&r.PoolApi.utils.singleSideLp(e.type)&&(o=t===Af.base,a=o?e.baseToken:e.quoteToken),{isBase:o,checkToken:a,checkTokenType:t,setCheckToken:i}};function Lf({token:e,pool:n,sx:i,value:o,onChange:r,selectedValue:a,lpBalance:s,balanceMax:l,balanceInfo:d,loading:c}){var u;const p=null==n?void 0:n.chainId;return $.jsxs(t.Box,{sx:i,children:[$.jsxs(t.Box,{sx:{typography:"h5",display:"flex",alignItems:"center",justifyContent:"space-between",fontWeight:600},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[e?$.jsx(t.Radio,{checked:o===a,onChange:()=>r(o),sx:{mr:16}}):"",$.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},children:e?$.jsx($.Fragment,{children:$.jsx(Hs,{address:e.address,width:24,height:24,chainId:e.chainId||p,url:e.logoURI,noShowChain:!0})}):n&&$.jsx(fp,{tokens:[n.baseToken,n.quoteToken],chainId:(null===(u=n.baseToken)||void 0===u?void 0:u.chainId)||p,width:24,height:24})})]}),$.jsxs(t.Box,{sx:{textAlign:"right"},children:[e?`${e.symbol} LP `:n&&`${n.baseToken.symbol}\n ${n.quoteToken.symbol}\n LP `,c?$.jsx(t.Box,{component:t.RotatingIcon,sx:{ml:4,position:"relative",top:3}}):s&&No({input:s})||""]})]}),$.jsx(t.Box,{sx:{typography:"body2",mt:5,color:"text.secondary",textAlign:"right"},children:e?$.jsxs($.Fragment,{children:[c?$.jsx(t.Box,{component:t.RotatingIcon,sx:{ml:4,position:"relative",top:3}}):`≈ ${l&&No({input:l})||""}`,` ${e.symbol}`]}):n&&d&&d.userBaseLpToTokenBalance&&d.userQuoteLpToTokenBalance?$.jsxs($.Fragment,{children:[c?$.jsx(t.Box,{component:t.RotatingIcon,sx:{position:"relative",top:4}}):No({input:d.userBaseLpToTokenBalance}),` ${null==n?void 0:n.baseToken.symbol} + `,c?$.jsx(t.Box,{component:t.RotatingIcon,sx:{position:"relative",top:4}}):No({input:d.userQuoteLpToTokenBalance}),` ${null==n?void 0:n.quoteToken.symbol}`]}):""})]})}function Rf({pool:e,checkTokenType:t,setCheckToken:n,balanceInfo:i,baseTokenBalanceUpdateLoading:o,quoteBalanceUpdateLoading:a}){if(!e)return null;const s=r.PoolApi.utils.singleSideLp(e.type);return $.jsx($.Fragment,{children:s?$.jsxs($.Fragment,{children:[$.jsx(Lf,{token:e.baseToken,selectedValue:t,onChange:n,value:Af.base,lpBalance:i&&i.userBaseLpBalance,balanceMax:i&&i.userBaseLpToTokenBalance,loading:o}),$.jsx(Lf,{selectedValue:t,onChange:n,sx:{mt:13},token:e.quoteToken,value:Af.quote,lpBalance:i&&i.userQuoteLpBalance,balanceMax:i&&i.userQuoteLpToTokenBalance,loading:a})]}):$.jsx(Lf,{pool:e,value:t,onChange:n,lpBalance:i&&i.userBaseLpBalance,balanceInfo:i,loading:o||a})})}function Of({submittedBack:i,onlyShowSide:a,pool:l,balanceInfo:d}){var u,h,m,x,g,f,y,v,b,C;const j=t.useTheme(),{isMobile:w}=Oa(),{account:k}=fa(),T=d.userBaseLpToTokenBalance,B=d.userQuoteLpToTokenBalance,I=d.loading,{slipper:E,setSlipper:A,slipperValue:S,resetSlipper:L}=om({address:null==l?void 0:l.address}),{isBase:R,checkToken:O,checkTokenType:M,setCheckToken:P}=Sf(l),{baseAmount:_,quoteAmount:F,handleChangeBaseAmount:D,handleChangeQuoteAmount:q,addPortion:U,midPrice:V,amountLoading:H,amountCheckedDisabled:W,uniV2Pair:Z,reset:z}=wf({pool:l,maxBaseAmount:T,maxQuoteAmount:B}),[Q,Y]=n.useState(""),[X,K]=n.useState("");n.useEffect((()=>{const e=setTimeout((()=>{Y(_)}),80);return()=>clearTimeout(e)}),[_]),n.useEffect((()=>{const e=setTimeout((()=>{K(F)}),80);return()=>clearTimeout(e)}),[F]);const J=e=>{D(e)},ee=e=>{q(e)},te="AMMV2"===(null==l?void 0:l.type),ne=(null==l?void 0:l.chainId)?r.basicTokenMap[l.chainId]:void 0,ie=null===(u=null==ne?void 0:ne.address)||void 0===u?void 0:u.toLowerCase(),oe=null===(h=null==ne?void 0:ne.wrappedTokenAddress)||void 0===h?void 0:h.toLowerCase(),re=!!l&&[ie,oe].includes(l.baseToken.address.toLowerCase()),ae=!!l&&[ie,oe].includes(l.quoteToken.address.toLowerCase()),se=te&&l&&(re||ae),[le,de]=n.useState(!1),ce=se&&re&&!le&&ne?l?Object.assign(Object.assign({},l.baseToken),{symbol:ne.symbol,address:ne.address}):void 0:null==l?void 0:l.baseToken,ue=se&&ae&&!le&&ne?l?Object.assign(Object.assign({},l.quoteToken),{symbol:ne.symbol,address:ne.address}):void 0:null==l?void 0:l.quoteToken,pe=Ef({pool:l?Object.assign(Object.assign({},l),{baseToken:ce,quoteToken:ue}):l,isBase:R,baseAmount:Q,quoteAmount:X}),{mode:he,modeOptions:me,handleChangeMode:xe,sliderPercentage:ge,handleChangeSliderPercentage:fe,resetPercentage:ye}=function({isBase:e,pool:t,baseOverride:i,quoteOverride:r,resetAmount:a,handleChangeBaseAmount:s,handleChangeQuoteAmount:l}){const[d,c]=n.useState(sm.percentage),[u,p]=n.useState(am),h=n.useRef(null),m=()=>{h.current&&clearTimeout(h.current)},x=()=>{m(),p(am)};return n.useEffect((()=>m),[]),{mode:d,modeOptions:[{key:sm.quantity,value:o.i18n._({id:"PIYEqF",message:"Quantity model"})},{key:sm.percentage,value:o.i18n._({id:"x4QVeW",message:"Percentage to remove"})}],handleChangeMode:e=>{c(e),a(),x()},sliderPercentage:u,handleChangeSliderPercentage:n=>{if(m(),n!==u&&p(n),!t)return;const o=100===n,a=()=>{if(t)if(e||void 0===e){if(i){let e=i.toString();o||(e=Uo(i.times(n/100),t.baseToken.decimals)),s(e)}}else if(r){let e=r.toString();o||(e=Uo(r.times(n/100),t.quoteToken.decimals)),l(e)}};o?a():h.current=setTimeout(a,100)},resetPercentage:x}}({isBase:R,pool:l,baseOverride:T,quoteOverride:B,resetAmount:z,handleChangeBaseAmount:J,handleChangeQuoteAmount:ee});n.useEffect((()=>{z(),ye()}),[M]);const ve=wm(l);n.useEffect((()=>{(null==l?void 0:l.address)!==(null==ve?void 0:ve.address)&&(z(),L(),xe(sm.percentage),fe(am))}),[l]),n.useEffect((()=>{he===sm.percentage&&fe(ge)}),[null==T?void 0:T.toString(),null==B?void 0:B.toString()]);const be=r.PoolApi.utils.canOperateLiquidity(null==l?void 0:l.type,void 0,null==l?void 0:l.creator,k),[Ce,je]=n.useState(!1),{isShowCompare:we,lqAndDodoCompareText:ke,isWarnCompare:Te}=Cf(null==l?void 0:l.baseToken,null==l?void 0:l.quoteToken,V),Be=c.useQuery(ea.getFeeRateQuery(null==l?void 0:l.chainId,null==l?void 0:l.address,null==l?void 0:l.type,k)),Ie=null===(y=null===(x=null===(m=Be.data)||void 0===m?void 0:m.mtFeeRate)||void 0===x?void 0:x.plus(null!==(f=null===(g=Be.data)||void 0===g?void 0:g.lpFeeRate)&&void 0!==f?f:0))||void 0===y?void 0:y.toNumber(),{baseTokenStatus:Ee,quoteTokenStatus:Ae}=function({pool:e,baseAmount:t,quoteAmount:n,balanceInfo:i}){var o,a,l,d,c;const{chainId:u,baseToken:h,quoteToken:m}=null!=e?e:{};let x="";const g="AMMV2"===(null==e?void 0:e.type);u&&(x=null!==(o=r.contractConfig[u].DODO_V1_PAIR_PROXY)&&void 0!==o?o:"",g&&(x=p.getUniswapV2Router02ContractAddressByChainId(u)||p.getUniswapV2Router02FixedFeeContractAddressByChainId(e.chainId)));const f=null!==(l=null===(a=null==e?void 0:e.baseLpToken)||void 0===a?void 0:a.id)&&void 0!==l?l:"",y=null!==(c=null===(d=null==e?void 0:e.quoteLpToken)||void 0===d?void 0:d.id)&&void 0!==c?c:"",v="CLASSICAL"===(null==e?void 0:e.type);return{baseTokenStatus:ms(h?Object.assign(Object.assign({},h),{symbol:v?h.symbol+" LP":`${h.symbol}/${null==m?void 0:m.symbol} LP`,address:f}):void 0,{amount:g&&i.userBaseLpToTokenBalance&&i.userBaseLpBalance?new s(t).div(i.userBaseLpToTokenBalance).times(i.userBaseLpBalance).toString():t,skipQuery:!x||!f||!v&&!g,contractAddress:x,overrideBalance:g?i.userBaseLpBalance:i.userBaseLpToTokenBalance}),quoteTokenStatus:ms(m?Object.assign(Object.assign({},m),{address:y}):void 0,{amount:n,skipQuery:!x||!y||!v,contractAddress:x,overrideBalance:i.userQuoteLpToTokenBalance})}}({pool:l,baseAmount:_,quoteAmount:F,balanceInfo:d}),Se=Ee.insufficientBalance||Ae.insufficientBalance,{isSinglePool:Le}=d,Re=Se?o.i18n._({id:"znqB4T",message:"Insufficient balance"}):o.i18n._({id:"t/YqKh",message:"Remove"}),Oe=()=>{z(),L(),i&&i()},Me=null===(v=null==Z?void 0:Z.pair)||void 0===v?void 0:v.liquidityToken.decimals,Pe=null===(b=d.userBaseLpBalance)||void 0===b?void 0:b.times(ge/100),_e=Pe&&void 0!==Me?Ho(Pe,Me).toString():"",{operateLiquidityMutation:Fe}=xf(l),Ne=function({baseToken:t,quoteToken:n,baseAmount:i,quoteAmount:a,liquidityAmount:l,slippage:d,fee:u,submittedBack:h}){const m=za(),{account:x}=fa();e.useLingui();const{deadLine:g}=G();return c.useMutation({mutationFn:()=>N(this,void 0,void 0,(function*(){if(!t||!n)throw new Error("token is undefined");if(!x)throw new Error("account is undefined");if(!u)throw new Error("fee is undefined");const e=t.chainId,c=r.basicTokenMap[e].address.toLowerCase(),f=p.getUniswapV2Router02ContractAddressByChainId(e),y=p.getUniswapV2Router02FixedFeeContractAddressByChainId(e),v=!f,b=f||y;if(!b)throw new Error("AMMV2 contract address is not valid.");let C="";const j=t.address.toLowerCase()===c,w=n.address.toLowerCase()===c,k=Ho(new s(i).times(1-d),t.decimals),T=Ho(new s(a).times(1-d),n.decimals),B=Ho(u,4).toString(),I=Math.ceil(Date.now()/1e3)+(null!=g?g:600);try{if(j){const e=n.address,t=T.toString(),i=k.toString();C=v?p.encodeUniswapV2Router02FixedFeeRemoveLiquidityETH(e,l,t,i,x,I):p.encodeUniswapV2Router02RemoveLiquidityETH(e,B,l,t,i,x,I)}else if(w){const e=t.address,n=k.toString(),i=T.toString();C=v?p.encodeUniswapV2Router02FixedFeeRemoveLiquidityETH(e,l,n,i,x,I):p.encodeUniswapV2Router02RemoveLiquidityETH(e,B,l,n,i,x,I)}else C=v?p.encodeUniswapV2Router02FixedFeeRemoveLiquidity(t.address,n.address,l,k.toString(),T.toString(),x,I):p.encodeUniswapV2Router02RemoveLiquidity(t.address,n.address,B,l,k.toString(),T.toString(),x,I)}catch(e){throw console.error("encodeUniswapV2Router02RemoveLiquidity error",e),e}return yield m.execute(o.i18n._({id:"cJtosk",message:"Remove liquidity"}),{opcode:Ua.TX,to:b,data:C,value:"0x0"},{metadata:{[exports.MetadataFlag.removeLiqidityAMMV2Position]:!0},submittedBack:h})}))})}({baseToken:ce,quoteToken:ue,baseAmount:_,quoteAmount:F,liquidityAmount:_e,slippage:S,fee:Ie,submittedBack:Oe}),De=()=>{if(te)return Ne.mutate();Fe.mutate({txTitle:o.i18n._({id:"3XBvkd",message:"Remove Liquidity"}),isRemove:!0,baseAmount:_,quoteAmount:F,slippageProtection:S,balanceInfo:d,SLIPPAGE_PROTECTION:im,submittedBack:Oe})},qe=n.useMemo((()=>{var e;const t=new s(_),n=new s(F);return!l||Se||!V||!!d.loading||!!d.error||W||!!pe.error||pe.loading||!!(null===(e=pe.receiveAmountBg)||void 0===e?void 0:e.lte(0))||Be.isLoading||(te?null==Pe||Pe.lte(0):!t.isFinite()||!n.isFinite()||t.lte(0)&&n.lte(0))}),[W,d.error,d.loading,_,Be.isLoading,te,Se,Pe,V,l,F,pe.error,pe.loading,pe.receiveAmountBg]);return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{pb:18,px:20},children:[!te&&$.jsxs(t.Box,{sx:{mt:20,borderStyle:"solid",borderWidth:1,borderRadius:12,borderColor:"border.main"},children:[$.jsx(t.Select,{value:he,options:me,onChange:(e,t)=>xe(t),popupOffset:0,sx:{px:20,py:12,width:"100%",backgroundColor:"transparent",color:"text.primary",typography:"body2"}}),!!l&&r.PoolApi.utils.singleSideLp(l.type)&&$.jsx(t.Box,{sx:{pt:20,pb:13,px:20,borderStyle:"solid",borderWidth:"1px 0 0"},children:$.jsx(Rf,{pool:l,balanceInfo:d,checkTokenType:M,setCheckToken:P,baseTokenBalanceUpdateLoading:!1,quoteBalanceUpdateLoading:!1})})]}),$.jsx(t.Box,{sx:{pt:20},children:he===sm.percentage?$.jsx(Xh,{disabled:d.loading||!be,value:ge,onChange:fe}):O?$.jsx(ap,{amt:R?_:F,token:O,canClickBalance:!0,showPercentage:!0,onInputChange:R?J:ee,readOnly:d.loading||!be,overrideBalance:R?T:B,overrideBalanceLoading:I,sx:{backgroundColor:"background.cardInput",padding:j.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"}}):$.jsxs($.Fragment,{children:[$.jsx(ap,{amt:_,token:null==l?void 0:l.baseToken,canClickBalance:!0,showPercentage:!0,onInputChange:J,readOnly:d.loading||!be,overrideBalance:T,overrideBalanceLoading:I,sx:{backgroundColor:"background.cardInput",padding:j.spacing(20,20,28)},inputSx:{backgroundColor:"background.cardInput"}}),a?"":$.jsx(op,{}),"base"===a?"":$.jsx(ap,{amt:F,token:null==l?void 0:l.quoteToken,canClickBalance:!0,showPercentage:!0,onInputChange:ee,readOnly:d.loading||!be||Le,overrideBalance:B,overrideBalanceLoading:I,sx:{backgroundColor:"background.cardInput",padding:j.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"}})]})}),$.jsxs(t.LoadingSkeleton,{loading:d.loading||H,sx:{mt:8},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"flex-end",gap:8},children:[te&&se&&$.jsx(t.Box,{sx:{px:12,py:4,borderRadius:20,borderWidth:1,backgroundColor:"transparent",color:"primary.main",cursor:"pointer",typography:"body2","&:hover":{backgroundColor:"hover.default"}},component:"button",onClick:()=>de((e=>!e)),children:$.jsx(e.Trans,{id:"/k7Ttv",message:"Receive {0}",values:{0:le?null==ne?void 0:ne.symbol:null==ne?void 0:ne.wrappedTokenSymbol}})}),$.jsx(rm,{value:E,onChange:A,disabled:!be,type:null==l?void 0:l.type,sx:{margin:0}})]}),$.jsx(vf,{pool:l,addPortion:U,midPrice:V,shareOfPool:null==Z?void 0:Z.shareOfPool})]}),!!l&&$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",mt:20,mb:14},children:[$.jsx(t.Box,{sx:{typography:"body2",color:"text.secondary",position:"relative",top:2},children:$.jsx(e.Trans,{id:"lDgVWA",message:"Receive"})}),$.jsx(t.Box,{sx:{textAlign:"right"},children:pe.receiveList.map(((e,n)=>$.jsxs(t.Box,{sx:{mt:n>0?4:0},children:[$.jsxs(t.LoadingSkeleton,{component:"span",loading:pe.loading,loadingSx:{mr:8,width:100},sx:{display:"inline-block",typography:"h5",fontWeight:600,color:pe.receiveBaseAmount&&"0"!==pe.receiveBaseAmount?"primary.main":"text.primary"},children:[e.amount," "]}),$.jsx(t.Box,{component:"span",sx:{typography:"body2"},children:e.symbol})]},e.symbol)))})]})]}),$.jsxs(t.Box,{sx:{px:20,py:16,position:"sticky",bottom:0,borderStyle:"solid",borderWidth:"1px 0 0",borderColor:"border.main",backgroundColor:"background.paper"},children:[we&&$.jsx(ff,{baseToken:null==l?void 0:l.baseToken,quoteToken:null==l?void 0:l.quoteToken,lqAndDodoCompareText:ke,midPrice:V}),l?$.jsx(yf,{chainId:l.chainId,baseTokenStatus:Ee,quoteTokenStatus:Ae,children:$.jsx(t.Button,{fullWidth:!0,disabled:qe,danger:Te,isLoading:Fe.isPending||Ne.isPending,onClick:()=>{qe||(Te?je(!0):De())},children:Re})}):$.jsx(t.Button,{fullWidth:!0,disabled:!0,children:Re})]}),$.jsx(af,{open:Ce,onClose:()=>je(!1),title:o.i18n._({id:"bEsfUQ",message:"Confirm submission"}),onConfirm:De,modal:!0,children:$.jsxs(t.Box,{children:[$.jsx(t.Box,{children:o.i18n._({id:"tecieV",message:"Price discrepancy {lqAndDodoCompareText} between liquidity pool and the quote price on ZUNO.",values:{lqAndDodoCompareText:ke}})}),$.jsx(t.Box,{children:o.i18n._({id:"vXvgFK",message:"There is risk of being arbitraged if adding this liquidity."})})]})}),$.jsx(du,{message:null===(C=Fe.error)||void 0===C?void 0:C.message,onClose:()=>Fe.reset(),isDialogModal:w})]})}function Mf({pool:i,operate:o,hidePoolInfo:r,errorRefetch:a,submittedBack:s}){var l,d,u,p,h,m;const{operateTab:x,operateTabs:g,handleChangeTab:f}=function(t=If.Add){const{i18n:i}=e.useLingui(),[o,r]=n.useState(t),a=n.useMemo((()=>[{key:If.Add,value:i._({id:"m16xKo",message:"Add"})},{key:If.Remove,value:i._({id:"t/YqKh",message:"Remove"})}]),[i._]);return n.useEffect((()=>{r(t)}),[t]),{operateTab:o,operateTabs:a,handleChangeTab:e=>{r(e)}}}(o),{account:y}=fa(),v=Fg({account:y,pool:i?{chainId:i.chainId,address:i.address,type:i.type,baseTokenDecimals:i.baseToken.decimals,quoteTokenDecimals:i.quoteToken.decimals,baseLpTokenDecimals:null!==(d=null===(l=i.baseLpToken)||void 0===l?void 0:l.decimals)&&void 0!==d?d:18,quoteLpTokenDecimals:null!==(p=null===(u=i.quoteLpToken)||void 0===u?void 0:u.decimals)&&void 0!==p?p:18}:void 0}),b=c.useQuery(ea.getPMMStateQuery(null==i?void 0:i.chainId,null==i?void 0:i.address,null==i?void 0:i.type,null===(h=null==i?void 0:i.baseToken)||void 0===h?void 0:h.decimals,null===(m=null==i?void 0:i.quoteToken)||void 0===m?void 0:m.decimals));return v.error||b.error||a?$.jsx(ne,{refresh:()=>{v.error&&v.refetch(),b.error&&b.refetch(),a&&a()},sx:{my:40,height:"100%"}}):$.jsxs($.Fragment,{children:[$.jsx(Bf,{pool:i,balanceInfo:v,hidePoolInfo:r}),$.jsxs(t.Tabs,{value:x,onChange:(e,t)=>{f(t)},children:[$.jsx(t.TabsButtonGroup,{tabs:g,variant:"inPaper",tabsListSx:{mt:16,mx:20}}),$.jsx(t.TabPanel,{value:If.Add,children:$.jsx(kf,{pool:i,balanceInfo:v,submittedBack:s})}),$.jsx(t.TabPanel,{value:If.Remove,children:$.jsx(Of,{pool:i,balanceInfo:v,submittedBack:s})})]})]})}function Pf({onClose:i,pool:a,address:s,operate:l,chainId:d,hasMining:u,hidePoolInfo:p,sx:h}){var m,x,g,f,y,v,b,C,j;const{account:w}=fa(),k=d?Si[d]:"",T=wa(),B=c.useQuery(Object.assign(Object.assign({},T.getQuery(r.PoolApi.graphql.fetchPoolList,{where:{id:null!==(m=null==s?void 0:s.toLocaleLowerCase())&&void 0!==m?m:"",chain:k}})),{enabled:!!s&&!!d})),I=null===(g=null===(x=B.data)||void 0===x?void 0:x.pairs)||void 0===g?void 0:g[0],E=I&&d?function(e,t){var n,i,o,r,a,s;if(e)return{address:e.id,chainId:t,baseToken:na(e.baseToken,t),quoteToken:na(e.quoteToken,t),type:e.type,creator:e.creator,baseLpToken:{id:null===(n=e.baseLpToken)||void 0===n?void 0:n.id,decimals:Number(null!==(o=null===(i=e.baseLpToken)||void 0===i?void 0:i.decimals)&&void 0!==o?o:18)},quoteLpToken:{id:null===(r=e.quoteLpToken)||void 0===r?void 0:r.id,decimals:Number(null!==(s=null===(a=e.quoteLpToken)||void 0===a?void 0:a.decimals)&&void 0!==s?s:18)}}}(I,d):void 0,A=s&&d?E:a,S=B.error?B.refetch:void 0,{poolOrMiningTab:L,poolOrMiningTabs:R,handleChangeTab:O}=function({hasMining:t}){const{i18n:i}=e.useLingui(),[o,r]=n.useState(rf.Liquidity);return{poolOrMiningTab:o,poolOrMiningTabs:n.useMemo((()=>{const e=[{key:rf.Liquidity,value:i._({id:"6y2TB3",message:"Liquidity"})},{key:rf.Mining,value:i._({id:"Sti4vy",message:"Mining"})}];return t?e:e.slice(0,1)}),[i._,t]),handleChangeTab:e=>{r(e)}}}({hasMining:u}),M=Fg({account:w,pool:A?{chainId:A.chainId,address:A.address,type:A.type,baseTokenDecimals:A.baseToken.decimals,quoteTokenDecimals:A.quoteToken.decimals,baseLpTokenDecimals:null!==(y=null===(f=A.baseLpToken)||void 0===f?void 0:f.decimals)&&void 0!==y?y:18,quoteLpTokenDecimals:null!==(b=null===(v=A.quoteLpToken)||void 0===v?void 0:v.decimals)&&void 0!==b?b:18}:void 0}),P=!!(null===(C=M.userBaseLpBalance)||void 0===C?void 0:C.gt(0))||!!(null===(j=M.userQuoteLpBalance)||void 0===j?void 0:j.gt(0)),_=null!=d?d:null==A?void 0:A.chainId,F=null!=s?s:null==A?void 0:A.address;return $.jsx(t.Box,{sx:h,children:$.jsxs(t.Tabs,{value:L,onChange:(e,t)=>{O(t)},sx:{display:"flex",flexDirection:"column",overflow:"hidden",height:"100%"},children:[$.jsx(t.TabsGroup,{tabs:R,tabsListSx:Object.assign({mx:20,justifyContent:"space-between"},u&&P?{"& button:last-child":{position:"relative","&::before":{content:`"${o.i18n._({id:"TY5fM3",message:"LP Tokens"})}"`,position:"absolute",top:16,right:20,px:8,py:2,borderRadius:12,transform:"scale(0.66667) translateX(100%)",transformOrigin:"right top",backgroundColor:t.alpha("#DABB1B",.2),color:"#DABB1B"}}}:{}),rightSlot:$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"center",alignItems:"center",gap:12},children:["GSP"===(null==A?void 0:A.type)&&$.jsx(of,{}),i?$.jsx(t.Box,{sx:{display:"flex",justifyContent:"center",alignItems:"center",width:24,height:24,borderRadius:"50%",borderWidth:1,color:"text.secondary",cursor:"pointer"},children:$.jsx(t.Box,{component:oe.Error,sx:{width:16,height:16},onClick:()=>{i()}})}):void 0]})}),$.jsx(t.TabPanel,{value:rf.Liquidity,sx:{flex:1,overflowY:"auto"},children:$.jsx(Mf,{pool:A,operate:l,hidePoolInfo:p,errorRefetch:S,submittedBack:()=>{u&&O(rf.Mining)}})}),$.jsx(t.TabPanel,{value:rf.Mining,sx:{flex:1,overflowY:"auto"},children:_&&F?$.jsx(nf,{chainId:_,account:w,poolAddress:F,goLpLink:()=>{O(rf.Liquidity)}}):""})]})})}function _f(e){var{modal:t}=e,n=F(e,["modal"]);const{isMobile:i}=Oa();return $.jsx(_s,{open:!!n.pool||!!n.address,onClose:n.onClose,scope:!i,modal:t,id:"pool-operate",children:$.jsx(Pf,{...n})})}function Ff({children:e,sx:n,gap:i=20,repeatBaseForLargeScreen:o=3}){const{isMobile:r,minDevice:a}=Oa();let s={};if(r)s={display:"flex",flexDirection:"column",gap:i};else{let e=2;[1418,1761,2104].some(((t,n)=>{if(a(t))return e=o+n,!0})),s={display:"grid",gap:i,gridTemplateColumns:`repeat(${e}, 1fr)`}}return $.jsx(t.Box,{sx:Object.assign(Object.assign({},s),n),children:e})}function Nf({address:n,chainId:i,hideName:o,sx:a}){const s=t.useTheme(),l=wa(),{onlyChainId:d}=G(),u=c.useQuery(Object.assign({},l.getQuery(r.SystemApi.graphql.fetchLiquidityLpPartnerRewards,{where:{chainId:d||void 0}})));if(!n)return null;const p=[];return("string"==typeof n?[n]:Array.from(new Set(n)).filter((e=>!!e))).forEach((e=>{var t,n,o;e&&(null===(o=null===(n=null===(t=u.data)||void 0===t?void 0:t.liquidity_getLpPartnerRewards)||void 0===n?void 0:n.partnerRewards)||void 0===o||o.some((t=>{var n,o,r,a,s,l,d,c,h,m,x,g,f,y;if((null==t?void 0:t.chainId)===i&&(null===(n=null==t?void 0:t.pool)||void 0===n?void 0:n.toLocaleLowerCase())===e.toLocaleLowerCase()){const e=null===(a=null===(r=null===(o=u.data)||void 0===o?void 0:o.liquidity_getLpPartnerRewards)||void 0===r?void 0:r.partnerInfos)||void 0===a?void 0:a.find((e=>(null==e?void 0:e.partner)===t.partner));if(!e)return;p.push({partner:{name:null!==(s=null==e?void 0:e.partner)&&void 0!==s?s:"",logo:null!==(l=null==e?void 0:e.logo)&&void 0!==l?l:"",introduction:null!==(d=null==e?void 0:e.introduction)&&void 0!==d?d:"",link:null!==(c=null==e?void 0:e.link)&&void 0!==c?c:"",extra:null!==(h=null==e?void 0:e.extra)&&void 0!==h?h:{},background:(null===(m=null==e?void 0:e.theme)||void 0===m?void 0:m[0])||void 0,color:(null===(x=null==e?void 0:e.theme)||void 0===x?void 0:x[1])||void 0},reward:null!==(g=null==t?void 0:t.reward)&&void 0!==g?g:"",type:null!==(f=null==t?void 0:t.type)&&void 0!==f?f:"stakelp",sort:null!==(y=null==e?void 0:e.sort)&&void 0!==y?y:Number.MAX_SAFE_INTEGER})}})))})),(null==p?void 0:p.length)?(p.sort(((e,t)=>e.sort-t.sort)),$.jsx(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",gap:4},a),children:p.map((n=>$.jsx(t.Tooltip,{leaveDelay:100,title:$.jsxs(t.Box,{sx:{maxWidth:240,whiteSpace:"pre-wrap"},children:[n.partner.introduction,!!n.partner.link&&$.jsxs(t.Box,{component:"a",target:"_blank",href:n.partner.link,rel:"noopener noreferrer",sx:{display:"flex",alignItems:"center",gap:4,color:"primary.main","&:hover":{opacity:.5}},children:[$.jsx(e.Trans,{id:"zwWKhA",message:"Learn more"})," ",$.jsx("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.91667 2.91667V11.0833H11.0833V7H12.25V11.0833C12.25 11.725 11.725 12.25 11.0833 12.25H2.91667C2.26917 12.25 1.75 11.725 1.75 11.0833V2.91667C1.75 2.275 2.26917 1.75 2.91667 1.75H7V2.91667H2.91667ZM8.16667 2.91667V1.75H12.25V5.83333H11.0833V3.73917L5.34917 9.47333L4.52667 8.65083L10.2608 2.91667H8.16667Z",fill:"currentColor"})})]})]}),children:$.jsxs(t.ButtonBase,{sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:4,p:s.spacing(0,4),height:20,borderRadius:4,background:n.partner.background,color:n.partner.color,whiteSpace:"nowrap"},children:[$.jsx(t.Box,{component:"img",src:n.partner.logo,alt:n.partner.name,sx:{width:14,height:14,borderRadius:"50%"}}),!o&&!!n.reward&&$.jsx(t.Box,{sx:{fontSize:"10px",fontWeight:600},children:n.reward})]})},n.partner.name+n.reward)))})):null}var Df,qf;function Uf(){return Uf=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},Uf.apply(null,arguments)}const Vf=e=>P.createElement("svg",Uf({width:32,height:32,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Df||(Df=P.createElement("circle",{cx:16,cy:16,r:16,fill:"#FFE804"})),qf||(qf=P.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.5 12.25H12.25V8.5H8.5V12.25ZM14.125 23.5H17.875V19.75H14.125V23.5ZM12.25 23.5H8.5V19.75H12.25V23.5ZM8.5 17.875H12.25V14.125H8.5V17.875ZM17.875 17.875H14.125V14.125H17.875V17.875ZM19.75 8.5V12.25H23.5V8.5H19.75ZM17.875 12.25H14.125V8.5H17.875V12.25ZM19.75 17.875H23.5V14.125H19.75V17.875ZM23.5 23.5H19.75V19.75H23.5V23.5Z",fill:"#1A1A1B"}))),Hf="_default";function Wf({value:e,onChange:n,placeholder:o,options:r,sx:a,readOnly:s,valueOnlyIcon:l}){const d=t.useTheme();return $.jsx(t.Select,{value:null!=e?e:Hf,onChange:(t,i)=>{const o="number"==typeof e&&i?Number(i):i;n(o===Hf?void 0:o)},disabled:s,sx:i.merge({padding:d.spacing(8,12),"& .MuiSelect-select.MuiSelect-select.MuiSelect-select":{display:"flex",alignItems:"center",gap:8,padding:d.spacing(8,12,8,12),minHeight:"auto",backgroundColor:"transparent",color:"text.primary",borderRadius:8,typography:"body2",fontWeight:600,borderStyle:"solid",borderWidth:1,borderColor:"divider","& svg, & img":{width:24,height:24},'&:hover, &[aria-expanded="true"]':{backgroundColor:"background.paper"},"&.Mui-readOnly":{color:"text.disabled"}},"& .MuiSelect-icon":{color:s?"text.disabled":"text.primary"},"& .MuiOutlinedInput-notchedOutline":{display:"none"}},a),renderValue:n=>{if(!(null==n?void 0:n.value)||n.value===Hf)return $.jsx(t.Box,{sx:{color:"text.secondary"},children:null!=o?o:""});const i=r.find((t=>t.key===e));return i?$.jsxs($.Fragment,{children:[i.logo,l?"":i.value]}):null},options:[...r]})}function Zf({isMobileStyle:e,chain:n,isLastItem:i,logoWidth:o,mobileLogoWidth:r,sx:a}){const s=t.useTheme();return e?$.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",py:18,borderTop:`1px solid ${s.palette.border.main}`,borderBottom:i?`1px solid ${s.palette.border.main}`:"none"},a),children:[$.jsx(t.Box,{component:null==n?void 0:n.logo,sx:{width:r,height:r}}),$.jsx(t.Box,{component:"span",className:"name",sx:{marginLeft:8},children:null==n?void 0:n.name})]}):$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(t.Box,{component:null==n?void 0:n.logo,sx:{width:o,height:o}}),$.jsx(t.Box,{component:"span",className:"name",sx:{marginLeft:8},children:null==n?void 0:n.name})]})}const $f=-1;function zf({chainId:i,setChainId:o,logoWidth:r=24,mobileLogoWidth:a=32,mainLogoWidth:s=24,mainMobileLogoWidth:l=18,notShowAllChain:d,valueOnlyIcon:c,sx:u}){const p=function(){const{chainId:e}=fa();return n.useMemo((()=>{const t=new Map;let n;return xo.forEach(((i,o)=>{if(i.mainnet){if(e!==i.chainId)return;n=i.mainnet}t.set(o,Object.assign({},i))})),void 0!==n&&t.delete(n),Array.from(t.values())}),[e])}(),[h,m]=n.useState(!1),{isMobile:x}=Oa(),{i18n:g}=e.useLingui(),f=n.useCallback((()=>{const e=void 0===i?p[0]:p.find((e=>e.chainId===i));if(c){if(void 0===i||!e)return"";const n=x?a:s;return $.jsx(t.Box,{component:null==e?void 0:e.logo,sx:{width:n,height:n}})}return void 0!==i||d?e?$.jsx(Zf,{isMobileStyle:x,chain:e,logoWidth:s,mobileLogoWidth:l}):null:$.jsx(Zf,{isMobileStyle:x,chain:{chainId:$f,logo:Vf,name:g._({id:"pY/ok7",message:"All chains"})},logoWidth:s,mobileLogoWidth:l,sx:{border:"none"}})}),[i,p,d,c,x,g._]),y=n.useMemo((()=>{const e=[];return d||e.push({key:$f,value:$.jsx(Zf,{isMobileStyle:x,chain:{chainId:$f,logo:Vf,name:g._({id:"pY/ok7",message:"All chains"})},logoWidth:r,mobileLogoWidth:a})}),p.forEach(((t,n)=>{e.push({key:t.chainId,value:$.jsx(Zf,{isLastItem:n===p.length-1,isMobileStyle:x,chain:t,logoWidth:r,mobileLogoWidth:a})})})),e}),[x,r,a,p,d]);return x?$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{component:t.ButtonBase,onClick:()=>m(!0),sx:Object.assign({display:"flex",alignItems:"center",backgroundColor:"background.tag",color:"text.primary",borderRadius:8,border:"none",px:8,height:32,fontWeight:600,typography:"body2"},u),children:[$.jsx(t.Box,{sx:{pr:5},children:f()}),$.jsx(t.Box,{component:oe.CaretUp,sx:{width:12,height:12,transform:"rotate(180deg)"}})]}),$.jsx(_s,{open:h,title:$.jsx(e.Trans,{id:"lJvbHq",message:"Select Network"}),onClose:()=>m(!1),id:"select-chain",modal:!0,children:$.jsx(t.Box,{sx:{mb:20},children:y.map((e=>$.jsxs(t.Box,{onClick:()=>{const t=e.key;o(t===$f?void 0:Number(t)),m(!1)},sx:{position:"relative",px:20,"&:active":{backgroundColor:"hover.default"},"&:hover":{backgroundColor:"hover.default"},cursor:"pointer"},children:[e.value,(i?e.key===i:e.key===$f)&&$.jsx(t.Box,{sx:{position:"absolute",left:0,top:24,height:20,width:2,backgroundColor:"text.primary"}})]},e.key)))})})]}):$.jsx(Wf,{value:null!=i?i:$f,onChange:e=>{y.some((t=>String(t.key)===String(e)))&&o(e===$f?void 0:e)},placeholder:g._({id:"lJvbHq",message:"Select Network"}),options:y,valueOnlyIcon:c,sx:Object.assign({px:8,height:32,fontWeight:600,typography:"body2",backgroundColor:"background.tag",color:"text.primary"},u)})}function Qf({text:e,onClick:n}){const i=t.useTheme();return $.jsxs(t.Box,{sx:{typography:"body2",display:"inline-flex",alignItems:"center",p:i.spacing(0,4,0,8),width:"max-content",height:32,backgroundColor:"hover.default",color:"primary.main",borderWidth:1,borderRadius:8,cursor:"pointer"},onClick:n,children:[e,$.jsx(t.Box,{component:oe.ArrowBack,sx:{ml:2,width:16,height:16,transform:"rotate(180deg)"}})]})}function Gf({lqList:e,onDeleteTag:n,sx:i}){var o;if(!(null==e?void 0:e.length))return null;if(!(null===(o=e[0])||void 0===o?void 0:o.pair))return null;const{pair:r}=e[0],a=na(r.baseToken,r.chainId),s=na(r.quoteToken,r.chainId);return a&&s?$.jsxs(t.Box,{sx:Object.assign({typography:"body2",display:"inline-flex",alignItems:"center",px:8,mr:8,borderRadius:8,fontWeight:600,height:32,backgroundColor:"hover.default"},i),children:[$.jsx(fp,{tokens:[a,s],chainId:a.chainId,width:20,mr:8}),a.symbol,"+",s.symbol,$.jsx(t.Box,{component:oe.Error,sx:{ml:4,width:16,height:16,cursor:"pointer",color:"text.secondary",position:"relative",top:1.5},onClick:()=>n()})]}):null}const Yf=e=>{const{filterList:n,value:i,onChange:o}=e,r=t.useTheme();return $.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},children:n.map(((e,a)=>$.jsx(t.Box,{sx:Object.assign(Object.assign({borderLeftWidth:1,borderRightWidth:a===n.length-1?1:0,borderTopWidth:1,borderBottomWidth:1,borderColor:r.palette.border.main,borderStyle:"solid",typography:"body2",lineHeight:"30px",color:r.palette.text.secondary,px:20,cursor:"pointer",borderTopLeftRadius:0===a?8:0,borderBottomLeftRadius:0===a?8:0,borderTopRightRadius:a===n.length-1?8:0,borderBottomRightRadius:a===n.length-1?8:0},i===e.value?{backgroundColor:r.palette.border.disabled,color:r.palette.text.primary}:{}),{[r.breakpoints.down("tablet")]:{flexGrow:1,flexBasis:"25%",textAlign:"center"}}),onClick:()=>o(e.value),children:e.label},e.value)))})};function Xf({tags:e,onDeleteTag:n,sx:i}){return e.length?$.jsx(t.Box,{sx:Object.assign({display:"inline-flex",alignItems:"center"},i),children:e.map((e=>$.jsxs(t.Box,{sx:{typography:"body2",display:"flex",alignItems:"center",px:8,mr:8,borderRadius:8,fontWeight:600,height:32,backgroundColor:"hover.default"},children:[$.jsx(Hs,{address:e.address,width:20,height:20,chainId:e.chainId,url:e.logoURI,noShowChain:!0,marginRight:8}),e.symbol,$.jsx(t.Box,{component:oe.Error,sx:{ml:4,width:16,height:16,cursor:"pointer",color:"text.secondary",position:"relative",top:1.5},onClick:()=>n(e)})]},e.address)))}):null}function Kf({chainId:e,address:n}){const{isMobile:i}=Oa();return $.jsx(t.Box,{component:"button",onClick:t=>{t.stopPropagation(),Qh.getState().push({type:exports.PageType.PoolDetail,params:{chainId:e,address:n}})},sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"center",borderRadius:8,cursor:"pointer",flexShrink:0,color:"text.primary","&:hover":{opacity:.5}},i?{width:64,height:36,backgroundColor:"background.tag"}:{width:40,height:32,backgroundColor:"transparent",borderWidth:1,borderStyle:"solid",borderColor:"border.main"}),children:$.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{d:"M5.83333 14.1667H7.5V8.33333H5.83333V14.1667ZM9.16667 14.1667H10.8333V5.83333H9.16667V14.1667ZM12.5 14.1667H14.1667V10.8333H12.5V14.1667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333Z",fill:"currentColor"})})})}function Jf(n){var{sx:i,children:o,empty:r,loading:a,hasMore:s,loadMore:l,loadMoreLoading:d}=n,c=F(n,["sx","children","empty","loading","hasMore","loadMore","loadMoreLoading"]);const u=t.useTheme();return $.jsxs(t.Box,{sx:Object.assign({position:"relative",flex:1,overflowY:"auto",borderRadius:16},i),...c,children:[$.jsx(t.Box,{component:"table",sx:Object.assign({width:"100%",borderCollapse:"collapse","& th":{px:24,py:12,typography:"h6",lineHeight:"20px",textAlign:"left",color:"text.secondary"},"& td":{px:24,py:12,backgroundColor:"background.paper"},"& thead":{position:"sticky",top:0,zIndex:2,backgroundColor:"background.tag"},"& tbody tr":{borderWidth:"1px 0px 1px 0px",borderStyle:"solid",borderColor:"border.main"}},!r&&!a&&{"& th:last-child, & td:last-child":{position:"sticky",right:0,zIndex:1,"&::before":{content:'""',position:"absolute",top:0,bottom:0,left:1,width:"1px",boxShadow:`${"dark"===u.palette.mode?"#1A1A1B":t.alpha("#1A1A1B",.1)} -2px 0px 4px 0px`}}}),children:o}),s&&$.jsx(t.ButtonBase,{sx:{display:"flex",justifyContent:"center",alignItems:"center",height:64,width:"100%",typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},onClick:l,children:d?$.jsx(t.RotatingIcon,{}):$.jsxs($.Fragment,{children:[$.jsx(e.Trans,{id:"yQ2kGp",message:"Load more"}),$.jsx(t.Box,{component:oe.ArrowRight,sx:{transform:"rotate(90deg)"}})]})})]})}function ey({sx:n}){const{supportAMMV2:i,supportAMMV3:o}=G(),r=i||o;return $.jsxs(t.Box,{sx:Object.assign({px:20,pt:20,pb:12,backgroundColor:"background.paper",borderRadius:16},n),children:[$.jsx(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",flexWrap:"wrap"},children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(fp,{width:24,tokens:[],mr:6,showChainLogo:!0}),$.jsx(t.Skeleton,{variant:"rounded",height:20,width:88})]})}),$.jsxs(t.Box,{sx:{display:"grid",gridTemplateColumns:"repeat(2, 1fr)",rowGap:20,mt:44,"& > div:nth-child(odd)":{pr:20},"& > div:nth-child(even)":{position:"relative",pl:20,"&::before":{position:"absolute",left:0,top:"50%",transform:"translateY(-50%)",display:"inline-block",content:'""',height:24,width:"1px",backgroundColor:"border.main"}}},children:[r&&$.jsxs(t.Box,{children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,whiteSpace:"nowrap"},children:$.jsx(t.Skeleton,{variant:"rounded",height:24,width:100})}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"1Qz63U",message:"Pool Type"})})]}),$.jsxs(t.Box,{children:[$.jsx(t.Skeleton,{variant:"rounded",height:24,width:100}),$.jsx(t.Box,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:$.jsx(e.Trans,{id:"rSayea",message:"APY"})})]}),$.jsxs(t.Box,{children:[$.jsx(t.Skeleton,{variant:"rounded",height:24,width:100}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"FHKsZF",message:"TVL"})})]}),r&&$.jsxs(t.Box,{children:[$.jsx(t.Skeleton,{variant:"rounded",height:24,width:100}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"Q8W3SC",message:"Volume (1D)"})})]})]}),$.jsx(t.Skeleton,{variant:"rounded",height:32,sx:{mt:20}})]})}const ty=({sx:n,isRightTop:i,isReverseColor:o})=>{const r=t.useTheme();return $.jsx(t.Box,{sx:Object.assign(Object.assign(Object.assign({display:"inline-flex",padding:"2px 4px",alignItems:"center",gap:"4px",borderRadius:4,background:t.alpha(r.palette.warning.main,.1),color:r.palette.warning.main,fontSize:"10px",fontWeight:600,lineHeight:"14px"},i?{position:"absolute",top:-14,right:0,background:`linear-gradient(0deg, ${r.palette.warning.main}1A 0%, ${r.palette.warning.main}1A 100%), ${r.palette.background.paper}`}:void 0),o?{background:"light"===r.palette.mode?"linear-gradient(0deg, var(--label-warning, rgba(177, 86, 0, 0.10)) 0%, var(--label-warning, rgba(177, 86, 0, 0.10)) 100%), #FFF":"linear-gradient(0deg, #FFFFFF, #FFFFFF),linear-gradient(0deg, rgba(235, 141, 39, 0.1), rgba(235, 141, 39, 0.1))",zIndex:1}:void 0),n),children:$.jsx(e.Trans,{id:"y5rS9U",message:"Migrate"})})};function ny({chainId:n,baseToken:i,quoteToken:o,apy:r,hasQuote:a,hasMining:l,sx:d,children:c}){if(!i)return null;const u=a?[{token:i,transactionApy:null==r?void 0:r.transactionBaseApy,miningApy:null==r?void 0:r.miningBaseApy},{token:o,transactionApy:null==r?void 0:r.transactionQuoteApy,miningApy:null==r?void 0:r.miningQuoteApy}]:[{transactionApy:null==r?void 0:r.transactionBaseApy,miningApy:null==r?void 0:r.miningBaseApy,metromMiningApy:null==r?void 0:r.metromMiningApy}];return $.jsx(t.Tooltip,{children:null!=c?c:$.jsx(t.HoverOpacity,{component:oe.QuestionBorder,sx:Object.assign({width:15,height:15},d)}),title:$.jsx(t.Box,{sx:{minWidth:236},children:u.map(((r,a)=>{var d,c,u,p,h;return $.jsxs(t.Box,{sx:{mt:0===a?0:20},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:16,typography:"body2",fontWeight:600,color:"text.primary"},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},children:r.token?$.jsxs($.Fragment,{children:[$.jsx(Hs,{width:14,height:14,marginRight:4,address:r.token.address,url:r.token.logoURI,chainId:n,noShowChain:!0}),r.token.symbol]}):$.jsxs($.Fragment,{children:[$.jsx(fp,{tokens:[i,o],width:14,mr:4,chainId:n}),i.symbol,"/",null==o?void 0:o.symbol]})}),$.jsx(t.Box,{children:Jo(new s(null!==(u=r.transactionApy)&&void 0!==u?u:0).plus(null!==(p=r.miningApy)&&void 0!==p?p:0).plus(null!==(h=r.metromMiningApy)&&void 0!==h?h:0))})]}),$.jsxs(t.Box,{sx:{mt:8,display:"flex",justifyContent:"space-between",typography:"h6",color:"text.secondary"},children:[$.jsx("span",{children:$.jsx(e.Trans,{id:"OnDEky",message:"LP Fee"})}),$.jsx("span",{children:r.transactionApy?Jo(new s(r.transactionApy)):"-"})]}),l?$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",typography:"h6",color:"text.secondary"},children:[$.jsx("span",{children:$.jsx(e.Trans,{id:"pSQ1lM",message:"MT Fee"})}),$.jsx("span",{children:r.miningApy?Jo(new s(r.miningApy)):"-"})]}):"",r.metromMiningApy&&Number(r.metromMiningApy)>0&&$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",typography:"h6",color:"text.secondary"},children:[$.jsx("span",{children:$.jsx(e.Trans,{id:"Sti4vy",message:"Mining"})}),$.jsx("span",{children:r.metromMiningApy?Jo(new s(r.metromMiningApy)):"-"})]})]},null!==(c=null===(d=r.token)||void 0===d?void 0:d.address)&&void 0!==c?c:1)}))})})}function iy({sx:i,value:r,onChange:a,searchAddress:s}){const[l,d]=n.useState(!1),{isMobile:c}=Oa();return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{component:t.ButtonBase,sx:Object.assign(Object.assign({typography:"body2",display:"flex",alignItems:"center",justifyContent:"flex-start",px:12,height:32,backgroundColor:"background.tag",color:"text.secondary",borderRadius:8,fontWeight:600},c?{width:"100%"}:{minWidth:220}),i),onClick:()=>d(!0),children:[$.jsx(t.Box,{component:oe.Search,sx:{width:16,height:16,mr:8,flexShrink:0}}),$.jsx(e.Trans,{id:"A1taO8",message:"Search"})]}),$.jsx(Qu,{value:r,open:l,multiple:!0,title:$.jsx(e.Trans,{id:"o8aMNm",message:"Select a liquidity pool"}),searchPlaceholder:o.i18n._({id:"4nzwq3",message:"Search by token or pool address"}),onClose:()=>{d(!1)},onTokenChange:e=>{if(Array.isArray(e)){if(e.length>2){const t=[e[0],e[2]];a(t)}else a(e);d(!1)}},searchOtherAddress:e=>s(e,(()=>d(!1))),modal:!0})]})}function oy({list:n,onClick:i}){return $.jsx($.Fragment,{children:null==n?void 0:n.map((n=>{var o,a,l,d;if(!(null==n?void 0:n.pair))return null;const c=n.pair,u=na(c.baseToken,c.chainId),p=na(c.quoteToken,c.chainId),h=c.apy?Jo(new s(null===(o=c.apy)||void 0===o?void 0:o.transactionBaseApy).plus(null!==(l=null===(a=c.apy)||void 0===a?void 0:a.miningBaseApy)&&void 0!==l?l:0)):void 0,m=r.PoolApi.utils.singleSideLp(c.type)&&c.apy?Jo(new s(c.apy.transactionQuoteApy).plus(null!==(d=c.apy.miningQuoteApy)&&void 0!==d?d:0)):void 0;return u&&p?$.jsxs(t.Box,{onClick:i,sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:10,py:20,borderRadius:8,cursor:"pointer","&:hover":{backgroundColor:"custom.background.listHover"}},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(fp,{tokens:[u,p],chainId:c.chainId,width:24,mr:10}),$.jsxs(t.Box,{sx:{typography:"h5"},children:[u.symbol,"/",p.symbol]})]}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{color:"custom.status.green.default",fontWeight:600},children:[h,m?`/${m}`:""]}),$.jsx(t.Box,{sx:{mt:2,typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"rSayea",message:"APY"})})]})]},c.id):null}))})}function ry(e){var t;const[i,o]=n.useState(null!==(t=null==e?void 0:e.tokens)&&void 0!==t?t:[]),[r,a]=n.useState([]);n.useEffect((()=>{e&&(o(e.tokens),a(e.lqList))}),[e]);const[s,l]=n.useMemo((()=>{const[e,t]=i;return[null==e?void 0:e.symbol,null==t?void 0:t.symbol]}),[i]);return{filterTokens:i,filterASymbol:s,filterBSymbol:l,filterAddressLqList:r,handleDeleteToken:t=>{o((n=>{const i=[...n],o=i.indexOf(t);return-1!==o&&i.splice(o,1),e&&e.onChangeFilterTokens(i),i}))},handleChangeFilterTokens:t=>{a([]),o(t),e&&(e.onChangeFilterTokens(t),e.onChangeFilterAddressLqList([]))},handleChangeFilterAddress:t=>{a(t),o([]),e&&(e.onChangeFilterTokens([]),e.onChangeFilterAddressLqList(t))}}}function ay({lqList:n,setOperatePool:i,getMigrationPairAndMining:o,supportAMM:a,timeRange:l}){const d=t.useTheme(),{onSharePool:c}=G();return $.jsx($.Fragment,{children:null==n?void 0:n.map((n=>{var u,p,h,m,x,g,f,y,v;if(!(null==n?void 0:n.pair))return null;const b=n.pair,C=na(b.baseToken,b.chainId),j=na(b.quoteToken,b.chainId),w=null===(u=b.apyList)||void 0===u?void 0:u.find((e=>(null==e?void 0:e.timeRange)===`${l}D`)),k=w?Jo(new s(null==w?void 0:w.transactionBaseApy).plus(null!==(p=null==w?void 0:w.miningBaseApy)&&void 0!==p?p:0)):void 0,T=r.PoolApi.utils.singleSideLp(b.type)&&w?Jo(new s(w.transactionQuoteApy).plus(null!==(h=w.miningQuoteApy)&&void 0!==h?h:0)):void 0,B=!!(null===(m=b.miningAddress)||void 0===m?void 0:m[0]),I=!!(null==w?void 0:w.metromMiningApy)&&Number(null==w?void 0:w.metromMiningApy)>0,E=b.type,A=ra(E),S="AMMV2"===E,L="AMMV3"===E,R=null==o?void 0:o({address:b.id,chainId:b.chainId});return $.jsxs(t.Box,{sx:{px:20,pt:20,pb:12,backgroundColor:"background.paper",borderRadius:16},className:"gradient-card-border",onClick:()=>{a||Qh.getState().push({type:exports.PageType.PoolDetail,params:{chainId:b.chainId,address:b.id}})},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",flexWrap:"wrap"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[C&&j?$.jsx(fp,{tokens:[C,j],width:24,mr:6,chainId:b.chainId,showChainLogo:!0}):"",$.jsxs(t.Box,{sx:{typography:"body2",fontWeight:600},children:[`${null==C?void 0:C.symbol}/${null==j?void 0:j.symbol}`,!!c&&$.jsx(t.Box,{component:oe.Share,sx:{ml:2,width:12,height:12},onClick:()=>c({chainId:b.chainId,baseToken:C,quoteToken:j,poolId:b.id,apy:w,isSingle:r.PoolApi.utils.singleSideLp(b.type)})}),$.jsx(Nf,{address:b.id,chainId:b.chainId})]}),!!R&&$.jsx(ty,{})]}),B||I?$.jsxs(t.Box,{sx:{p:8,typography:"h6",fontWeight:"bold",background:`linear-gradient(180deg, ${t.alpha(d.palette.secondary.main,.3)} 0%, ${t.alpha(d.palette.purple.main,.3)} 100%)`,borderRadius:8,color:"purple.main",whiteSpace:"nowrap"},children:["✨ ",$.jsx(e.Trans,{id:"Sti4vy",message:"Mining"})]}):""]}),$.jsxs(t.Box,{sx:{display:"grid",gridTemplateColumns:"repeat(2, 1fr)",rowGap:20,mt:44,"& > div:nth-child(odd)":{pr:20},"& > div:nth-child(even)":{position:"relative",pl:20,"&::before":{position:"absolute",left:0,top:"50%",transform:"translateY(-50%)",display:"inline-block",content:'""',height:24,width:"1px",backgroundColor:"border.main"}}},children:[a&&$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,whiteSpace:"nowrap"},children:[A,$.jsx(t.Tooltip,{title:$.jsx(e.Trans,{id:"O6RUgz",message:"Fee rate"}),children:$.jsx(t.Box,{sx:{px:8,py:4,borderRadius:4,typography:"h6",backgroundColor:"background.tag",color:"text.secondary"},children:L?null!==(g=null===(x=eg[b.lpFeeRate])||void 0===x?void 0:x.label)&&void 0!==g?g:"-":Ko({input:new s(null!==(f=b.lpFeeRate)&&void 0!==f?f:0).plus(b.mtFeeRate?Wo(b.mtFeeRate,S?4:18):0)})})})]}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"1Qz63U",message:"Pool Type"})})]}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{typography:"h5",color:"success.main"},children:[k,T?`/${T}`:""]}),$.jsxs(t.Box,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:[l,"d ",$.jsx(e.Trans,{id:"rSayea",message:"APY"}),$.jsx(ny,{chainId:b.chainId,apy:w,baseToken:C,quoteToken:j,hasQuote:!!T,hasMining:B,sx:{width:14,height:14}})]})]}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{typography:"h5"},children:["$",Xo(new s(b.tvl))]}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"FHKsZF",message:"TVL"})})]}),a&&$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:["$",No({input:null===(v=null===(y=b.volumeList)||void 0===y?void 0:y.find((e=>(null==e?void 0:e.timeRange)===`${l}D`)))||void 0===v?void 0:v.volume})]}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"iuFFMB",message:"Volume ({timeRange}d)",values:{timeRange:l}})})]})]}),$.jsxs(t.Box,{sx:{mt:20,display:"flex",alignItems:"center",gap:"8px"},children:[$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.small,onClick:e=>{e.stopPropagation(),i({pool:ia(n),hasMining:B})},children:$.jsx(e.Trans,{id:"m16xKo",message:"Add"})}),a&&"PMM"===A&&$.jsx(Kf,{chainId:b.chainId,address:b.id})]})]},b.id+b.chainId)}))})}function sy({lqList:n,loading:i,operatePool:a,setOperatePool:l,getMigrationPairAndMining:d,hasMore:c,loadMore:u,loadMoreLoading:p,supportAMM:h,timeRange:m}){const x=t.useTheme(),{onSharePool:g}=G();return $.jsxs(Jf,{hasMore:c,loadMore:u,loadMoreLoading:p,empty:!(null==n?void 0:n.length),loading:i,children:[$.jsx(t.Box,{component:"thead",children:$.jsxs(t.Box,{component:"tr",children:[$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"AxdOHo",message:"Pair"})}),h&&$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"1Qz63U",message:"Pool Type"})}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"FHKsZF",message:"TVL"})}),$.jsxs(t.Box,{component:"th",children:[m,"d ",$.jsx(e.Trans,{id:"rSayea",message:"APY"})]}),h&&$.jsxs("th",{children:[m,"d ",$.jsx(e.Trans,{id:"/cF7Rs",message:"Volume"})]}),$.jsx(t.Box,{component:"th",sx:{width:80}})]})}),$.jsx(t.Box,{component:"tbody",children:null==n?void 0:n.map((e=>{var n,i,c,u,p,f,y,v;if(!(null==e?void 0:e.pair))return null;const b=e.pair,C=na(b.baseToken,b.chainId),j=na(b.quoteToken,b.chainId),w=null===(n=b.apyList)||void 0===n?void 0:n.find((e=>(null==e?void 0:e.timeRange)===`${m}D`)),k=w?Jo(new s(null==w?void 0:w.transactionBaseApy).plus(null!==(i=null==w?void 0:w.miningBaseApy)&&void 0!==i?i:0).plus(null!==(c=null==w?void 0:w.metromMiningApy)&&void 0!==c?c:0)):void 0,T=r.PoolApi.utils.singleSideLp(b.type)&&w?Jo(new s(w.transactionQuoteApy).plus(null!==(u=w.miningQuoteApy)&&void 0!==u?u:0)):void 0;let B="";if((null===(p=null==a?void 0:a.pool)||void 0===p?void 0:p.address)===b.id||(null==a?void 0:a.address)===b.id)if(a.operate===If.Remove)B=o.i18n._({id:"0+31GV",message:"Removing"});else B=o.i18n._({id:"1yHVE+",message:"Adding"});const I=!!(null===(f=b.miningAddress)||void 0===f?void 0:f[0]),E=!!(null==w?void 0:w.metromMiningApy)&&Number(null==w?void 0:w.metromMiningApy)>0,A=b.type,S=ra(A),L="AMMV2"===A,R="AMMV3"===A,O=x.palette.hover.default,M=null==d?void 0:d({address:b.id,chainId:b.chainId});return $.jsxs(t.Box,{component:"tr",sx:{["&:hover td"+(B?", & td":"")]:{backgroundImage:`linear-gradient(${O}, ${O})`}},children:[$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[C&&j?$.jsx(fp,{tokens:[C,j],width:24,mr:8,chainId:b.chainId,showChainLogo:!0}):"",$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,typography:"body2",fontWeight:600},children:[`${null==C?void 0:C.symbol}/${null==j?void 0:j.symbol}`,$.jsx(Nf,{address:b.id,chainId:b.chainId}),!!M&&$.jsx(ty,{})]}),$.jsx(Wu,{address:b.id,customChainId:b.chainId,truncate:!0,showCopy:!0,iconDarkHover:!0,iconSize:14,iconSpace:4,onShareClick:g?()=>g({chainId:b.chainId,baseToken:C,quoteToken:j,poolId:b.id,apy:w,isSingle:r.PoolApi.utils.singleSideLp(b.type)}):void 0,sx:{typography:"h6",color:"text.secondary"},disabledAddress:h,onAddressClick:()=>{Qh.getState().push({type:exports.PageType.PoolDetail,params:{chainId:b.chainId,address:b.id}})}})]})]})}),h&&$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:[$.jsx(tg,{poolType:S}),$.jsx(ng,{isAMMV2:L,isAMMV3:R,lpFeeRate:b.lpFeeRate,mtFeeRate:b.mtFeeRate})]})}),$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{typography:"body2"},title:b.tvl?`$${No({input:b.tvl})}`:void 0,children:["$",Xo(new s(b.tvl))]})}),$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[I||E?$.jsx(t.Tooltip,{title:o.i18n._({id:"Sti4vy",message:"Mining"}),children:$.jsxs(t.Box,{component:"span",sx:{typography:"body2",color:"success.main"},children:["✨"," "]})}):"",$.jsx(ny,{chainId:b.chainId,apy:w,baseToken:C,quoteToken:j,hasQuote:!!T,hasMining:I,children:$.jsxs(t.Box,{component:"span",sx:{typography:"body2",fontWeight:600,display:"flex",alignItems:"center",width:"max-content",color:"success.main",cursor:"auto"},children:[k,T?`/${T}`:""]})})]})}),h&&$.jsxs(t.Box,{component:"td",sx:{typography:"body2"},children:["$",No({input:null===(v=null===(y=b.volumeList)||void 0===y?void 0:y.find((e=>(null==e?void 0:e.timeRange)===`${m}D`)))||void 0===v?void 0:v.volume})]}),$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:"8px"},children:[h&&"PMM"===S&&$.jsx(Kf,{chainId:b.chainId,address:b.id}),B?$.jsx(Qf,{text:B,onClick:()=>l(null)}):$.jsx(t.Button,{size:t.Button.Size.small,onClick:()=>{l({pool:ia(e),hasMining:I})},sx:{py:0,height:32},children:o.i18n._({id:"m16xKo",message:"Add"})})]})})]},b.id+b.chainId)}))})]})}function ly({scrollParentRef:e,filterChainIds:o,activeChainId:a,handleChangeActiveChainId:s,operatePool:l,setOperatePool:d,tokenAndPoolFilter:u,getMigrationPairAndMining:p}){var h,m;const x=t.useTheme(),{onlyChainId:g,supportAMMV2:f,supportAMMV3:y,notSupportPMM:v}=G(),{minDevice:b,isMobile:C}=Oa(),j=c.useQueryClient(),[w,k]=n.useState("all"),[T,B]=n.useState("1"),{filterTokens:I,filterASymbol:E,filterBSymbol:A,filterAddressLqList:S,handleDeleteToken:L,handleChangeFilterTokens:O,handleChangeFilterAddress:M}=ry(u),P=n.useMemo((()=>{if(y&&"v3"===w)return["AMMV3"];if(f&&"v2"===w)return["AMMV2"];if(!v&&"pmm"===w)return["CLASSICAL","DVM","DSP","GSP"];let e=v?[]:["CLASSICAL","DVM","DSP","GSP"];return f&&e.push("AMMV2"),y&&e.push("AMMV3"),e}),[v,f,y,w]),_=n.useMemo((()=>({chainIds:o,pageSize:C?4:8,filterState:{viewOnlyOwn:!1,filterTypes:P}})),[o,P,C]),F=wa(),D=F.getInfiniteQuery(r.PoolApi.graphql.fetchLiquidityList,"currentPage",{where:Object.assign(Object.assign({},_),{filterState:Object.assign({filterASymbol:E,filterBSymbol:A},_.filterState)})}),q=c.useInfiniteQuery(Object.assign(Object.assign({},D),{initialPageParam:1,getNextPageParam:e=>{var t;const{currentPage:n,totalCount:i,pageSize:o}=null!==(t=e.liquidity_list)&&void 0!==t?t:{};if(!n||!i||!o)return null;let r=Math.floor(i/o);return i%o&&(r+=1),n>=r?null:n+1}}));let U=[];const V=!!(null==S?void 0:S.length);V?U=[...S]:null===(h=q.data)||void 0===h||h.pages.forEach((e=>{var t,n;null===(n=null===(t=e.liquidity_list)||void 0===t?void 0:t.lqList)||void 0===n||n.forEach((e=>{null==U||U.push(e)}))}));const H=q.hasNextPage&&!V;return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{pt:12,pb:20,display:"flex",flexDirection:"column-reverse",gap:8,[x.breakpoints.up("tablet")]:{py:16,flexDirection:"row",px:0,justifyContent:"space-between"}},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"stretch",flexDirection:"column",gap:8,[x.breakpoints.up("tablet")]:{flexDirection:"row",alignItems:"center"}},children:[!g&&$.jsx(zf,{chainId:a,setChainId:s}),(f||y)&&$.jsx(Yf,{filterList:[{label:"All",value:"all"}].concat(v?[]:[{label:"PMM",value:"pmm"}]).concat(f?[{label:"V2",value:"v2"}]:[]).concat(y?[{label:"V3",value:"v3"}]:[]),value:w,onChange:e=>k(e)}),$.jsx(Yf,{filterList:[{label:"1d",value:"1"},{label:"7d",value:"7"},{label:"14d",value:"14"},{label:"30d",value:"30"}],value:T,onChange:e=>B(e)})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(t.Box,{sx:Object.assign({flex:1,display:"flex",alignItems:"center",gap:8},C?{}:{"& > button":{flex:1}}),children:null!==(m=null==u?void 0:u.element)&&void 0!==m?m:$.jsx(iy,{value:I,onChange:O,searchAddress:(e,t)=>N(this,void 0,void 0,(function*(){var n;const i=F.getInfiniteQuery(r.PoolApi.graphql.fetchLiquidityList,"currentPage",{where:Object.assign(Object.assign({},_),{filterState:Object.assign({address:e},_.filterState)})}),o=null===(n=(yield j.fetchQuery(i)).liquidity_list)||void 0===n?void 0:n.lqList;return(null==o?void 0:o.length)?$.jsx(oy,{list:o,onClick:()=>{M(o),t()}}):null}))})}),(V||!!I.length)&&$.jsxs(t.Box,{sx:{my:0},children:[V?$.jsx(Gf,{lqList:S,onDeleteTag:()=>M([])}):"",$.jsx(Xf,{tags:I,onDeleteTag:L})]})]})]}),C?$.jsx(R,{hasMore:H,threshold:300,loadMore:i.debounce((()=>{q.hasNextPage&&!q.isFetching&&q.fetchNextPage()}),500),useWindow:!1,getScrollParent:()=>e.current||null,loader:$.jsx(ey,{sx:{mt:20}},"loader"),children:$.jsxs(Ff,{children:[q.isLoading?$.jsx(ey,{}):"",!q.isLoading&&!(null==U?void 0:U.length)&&!q.error&&$.jsx(X,{sx:{mt:40},hasSearch:!!(a&&!g||E||A)}),!!q.error&&$.jsx(ne,{refresh:q.refetch,sx:{mt:40}}),$.jsx(ay,{lqList:U,setOperatePool:d,supportAMM:f||y,getMigrationPairAndMining:p,timeRange:T})]})}):$.jsxs($.Fragment,{children:[$.jsx(sy,{lqList:U,loading:q.isLoading,operatePool:l,setOperatePool:d,hasMore:H,loadMoreLoading:q.isFetchingNextPage,loadMore:()=>{q.hasNextPage&&!q.isFetching&&q.fetchNextPage()},supportAMM:f||y,timeRange:T,getMigrationPairAndMining:p}),$.jsx(yp,{loading:q.isLoading,refetch:q.error?q.refetch:void 0,empty:!(null==U?void 0:U.length),hasSearch:!!(a&&!g||E||A)})]})]})}function dy({onClick:e,title:n,desc:i}){const o=t.useTheme();return $.jsx(t.Box,{sx:{mx:20,px:0,py:14,borderTop:`1px solid ${o.palette.border.main}`,[o.breakpoints.up("tablet")]:{maxWidth:236,borderTop:"none",mx:0,px:16,py:8}},children:$.jsxs(t.ButtonBase,{onClick:e,sx:{width:"100%",display:"flex",flexDirection:"column",alignItems:"flex-start",gap:0,p:0,borderRadius:8,textAlign:"left","&:hover":{backgroundColor:o.palette.background.tag},[o.breakpoints.up("tablet")]:{p:8}},children:[$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:o.palette.text.primary},children:n}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:500,color:o.palette.text.secondary},children:i})]})})}const cy=i=>{const o=t.useTheme(),{isMobile:r}=Oa(),{account:a}=fa(),{supportAMMV2:s,supportAMMV3:l,notSupportPMM:d}=G(),[c,u]=n.useState(!1),p={[exports.PageType.CreatePool]:!d,[exports.PageType.createPoolAMMV2]:!!s,[exports.PageType.createPoolAMMV3]:!!l},h=Object.entries(p).filter((([e,t])=>!0===t)),m=1===h.length?h[0][0]:void 0;if(!m){const n=$.jsxs($.Fragment,{children:[!d&&$.jsx(dy,{onClick:()=>{Qh.getState().push({type:exports.PageType.CreatePool})},title:$.jsx(e.Trans,{id:"Eif7f6",message:"PMM Pool"}),desc:$.jsx(e.Trans,{id:"TmTsab",message:"Fexible customization, take full control of liquidity"})}),s&&$.jsx(dy,{onClick:()=>{Qh.getState().push({type:exports.PageType.createPoolAMMV2})},title:$.jsx(e.Trans,{id:"lNYomJ",message:"AMM V2 Position"}),desc:$.jsx(e.Trans,{id:"lLbR0m",message:"Simple, full-range liquidity"})}),l&&$.jsx(dy,{onClick:()=>{Qh.getState().push({type:exports.PageType.createPoolAMMV3})},title:$.jsx(e.Trans,{id:"sVlqoo",message:"AMM V3 Position"}),desc:$.jsx(e.Trans,{id:"EkAv3P",message:"Concentrated liquidity, higher efficiency"})})]});return r?$.jsxs($.Fragment,{children:[$.jsxs(t.Button,{variant:t.Button.Variant.second,fullWidth:r&&!!a,onClick:()=>{u(!0)},sx:{height:36},children:[$.jsx(t.Box,{component:oe.Plus,sx:{mr:4}}),$.jsx(e.Trans,{id:"p2jbcE",message:"Create Pool"})]}),$.jsx(_s,{open:c,title:$.jsx(e.Trans,{id:"p2jbcE",message:"Create Pool"}),onClose:()=>{u(!1)},modal:!0,children:$.jsx(t.Box,{sx:{mb:0},children:n})})]}):$.jsx(t.Tooltip,{arrow:!1,leaveDelay:300,placement:r?"bottom":"bottom-end",sx:{p:0,backgroundColor:"background.paper"},title:$.jsx(t.Box,{children:n}),children:$.jsxs(t.Box,{sx:{width:r?"100%":"auto",display:"inline-flex",alignItems:"center",justifyContent:"center",gap:4,pl:8,pr:16,py:6,borderRadius:40,backgroundColor:o.palette.background.tag,typography:"body2",fontWeight:600,color:o.palette.text.link,cursor:"pointer","&:hover":{backgroundColor:t.alpha(o.palette.primary.main,.1)}},children:[$.jsx(t.Box,{component:oe.Plus}),$.jsx(e.Trans,{id:"p2jbcE",message:"Create Pool"})]})})}return $.jsxs(t.Button,{variant:t.Button.Variant.outlined,fullWidth:r,onClick:()=>{Qh.getState().push({type:m})},sx:{height:40},children:[$.jsx(t.Box,{component:oe.Plus,sx:{mr:4}}),$.jsx(e.Trans,{id:"p2jbcE",message:"Create Pool"})]})},uy="DODO_WIDGET_POOL_LIST_TAB",py="DODO_WIDGET_POOLS_LIST_FILTER_CHAIN";var hy;!function(e){e.addLiquidity="add-liquidity",e.myLiquidity="my-liquidity",e.myCreated="my-created"}(hy||(hy={}));const my=(e,n,i)=>{let r=o.i18n._({id:"TJBHlP",message:"Standard"}),a=i.palette.purple.main;switch(e){case"DSP":r=o.i18n._({id:"J7M/DA",message:"Pegged"}),a=i.palette.success.main;break;case"DPP":r=o.i18n._({id:"zwBp5t",message:"Private"}),a=i.palette.error.main}"DVM"===e&&(!n||n.isZero())&&(r=o.i18n._({id:"S8G1qk",message:"Single"}),a=i.palette.warning.main);return{typeLabel:r,typeColor:a,typeBgColor:t.alpha(a,.1)}};function xy({account:n,list:i,setOperatePool:o}){const r=t.useTheme();return $.jsx($.Fragment,{children:null==i?void 0:i.map((i=>{var a,l,d,c,u;if(!i)return null;const p=null!==(a=i.pairAddress)&&void 0!==a?a:"",h=i.chainId,m=i.poolType,x={chainId:h,address:null!==(l=i.baseAddress)&&void 0!==l?l:"",symbol:null!==(d=i.baseSymbol)&&void 0!==d?d:""},g={chainId:h,address:null!==(c=i.quoteAddress)&&void 0!==c?c:"",symbol:null!==(u=i.quoteSymbol)&&void 0!==u?u:""},{typeLabel:f,typeColor:y,typeBgColor:v}=my(m,i.quoteReserve?new s(i.quoteReserve):null,r);return $.jsxs(t.Box,{sx:{px:20,pt:20,pb:12,backgroundColor:"background.paper",borderRadius:16},className:"gradient-card-border",onClick:()=>{Qh.getState().push({type:exports.PageType.PoolDetail,params:{chainId:h,address:p}})},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",flexWrap:"wrap"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[x&&g?$.jsx(fp,{tokens:[x,g],width:24,mr:8,chainId:h,showChainLogo:!0}):"",$.jsx(t.Box,{sx:{typography:"body2",fontWeight:600},children:da(p)}),"DPP"===m&&$.jsx(t.HoverAddBackground,{sx:{ml:2},component:t.ButtonBase,onClick:e=>{e.stopPropagation(),Qh.getState().push({type:exports.PageType.ModifyPool,params:{chainId:h,address:p}})},children:$.jsx(t.Box,{component:oe.Edit,sx:{width:12,height:12,cursor:"pointer"}})})]}),$.jsx(t.Box,{sx:{typography:"h6",width:"max-content",p:8,borderRadius:8,backgroundColor:v,color:y},children:f})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",mt:44},children:[$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{typography:"h5"},children:["$",i.tvl?Xo(new s(i.tvl)):"-"]}),$.jsx(t.Box,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:$.jsx(e.Trans,{id:"FHKsZF",message:"TVL"})})]}),$.jsx(t.Box,{sx:{display:"inline-block",mx:20,height:24,width:"1px",backgroundColor:"custom.border.default"}}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{typography:"h5"},children:["$",i.totalFee?Xo(new s(i.totalFee)):"-"]}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"hCBYHP",message:"Total Fee Revenue"})})]})]}),$.jsxs(t.Box,{sx:{mt:20,display:"flex",gap:"8px"},children:[!!n&&$.jsx(t.Button,{fullWidth:!0,variant:t.Button.Variant.outlined,size:t.Button.Size.small,onClick:e=>{e.stopPropagation(),o({address:p,operate:If.Remove,chainId:h})},children:$.jsx(e.Trans,{id:"t/YqKh",message:"Remove"})}),$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.small,onClick:e=>{e.stopPropagation(),o({address:p,operate:If.Add,chainId:h})},children:$.jsx(e.Trans,{id:"m16xKo",message:"Add"})})]})]},p+h)}))})}function gy({account:n,list:i,loading:r,operatePool:a,setOperatePool:l}){const d=t.useTheme(),c=Qh();return $.jsxs(Jf,{empty:!(null==i?void 0:i.length),loading:r,children:[$.jsx(t.Box,{component:"thead",children:$.jsxs(t.Box,{component:"tr",children:[$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"AxdOHo",message:"Pair"})}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"FHKsZF",message:"TVL"})}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"hCBYHP",message:"Total Fee Revenue"})}),$.jsx(t.Box,{component:"th",sx:{width:160}})]})}),$.jsx(t.Box,{component:"tbody",children:null==i?void 0:i.map((i=>{var r,u,p,h,m,x;if(!i)return null;const g="DPP"===i.poolType,f=null!==(r=i.pairAddress)&&void 0!==r?r:"",y=i.chainId,v=i.poolType,b={chainId:y,address:null!==(u=i.baseAddress)&&void 0!==u?u:"",symbol:null!==(p=i.baseSymbol)&&void 0!==p?p:""},C={chainId:y,address:null!==(h=i.quoteAddress)&&void 0!==h?h:"",symbol:null!==(m=i.quoteSymbol)&&void 0!==m?m:""},{typeLabel:j,typeColor:w,typeBgColor:k}=my(v,i.quoteReserve?new s(i.quoteReserve):null,d);let T="";if((null===(x=null==a?void 0:a.pool)||void 0===x?void 0:x.address)===f||(null==a?void 0:a.address)===f)if((null==a?void 0:a.operate)===If.Remove)T=o.i18n._({id:"0+31GV",message:"Removing"});else T=o.i18n._({id:"1yHVE+",message:"Adding"});const B=d.palette.hover.default;return $.jsxs(t.Box,{component:"tr",sx:{["&:hover td"+(T?", & td":"")]:{backgroundImage:`linear-gradient(${B}, ${B})`}},children:[$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[b&&C?$.jsx(fp,{tokens:[b,C],width:24,mr:10,chainId:y,showChainLogo:!0}):"",$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsxs(t.HoverAddUnderLine,{lineSx:{bottom:-1},lineColor:"primary.main",hoverSx:{color:"primary.main","& svg":{display:"inline-block"}},className:"truncate-address-link",sx:{display:"flex",alignItems:"center"},children:[$.jsx(t.Box,{sx:{typography:"body2",fontWeight:600},onClick:()=>{c.push({type:exports.PageType.PoolDetail,params:{chainId:y,address:f}})},children:da(f)}),$.jsx(t.Box,{component:oe.ArrowRight,sx:{display:"none",width:14,height:14}})]}),g?$.jsx(t.Box,{sx:{typography:"h6",px:8,py:2,ml:8,borderStyle:"solid",borderWidth:1,borderColor:"text.primary",borderRadius:4,whiteSpace:"nowrap",cursor:"pointer","&:hover":{backgroundColor:t.alpha(d.palette.text.primary,.1)}},onClick:()=>{c.push({type:exports.PageType.ModifyPool,params:{chainId:y,address:f}})},children:$.jsx(e.Trans,{id:"ePK91l",message:"Edit"})}):""]}),$.jsx(t.Box,{sx:{typography:"h6",width:"max-content",mt:2,px:8,py:2,borderRadius:12,backgroundColor:k,color:w},children:j})]})]})}),$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{typography:"body2"},title:i.tvl?`$${No({input:i.tvl})}`:void 0,children:["$",i.tvl?Xo(new s(i.tvl)):"-"]})}),$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{title:i.totalFee?`$${No({input:i.totalFee})}`:"",sx:{typography:"body2",fontWeight:600},children:["$",i.totalFee?Xo(new s(i.totalFee)):"-"]})}),$.jsx(t.Box,{component:"td",children:$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:"8px"},children:T?$.jsx(Qf,{text:T,onClick:()=>l(null)}):$.jsxs($.Fragment,{children:[!!n&&$.jsx(t.Button,{variant:t.Button.Variant.second,size:t.Button.Size.small,onClick:e=>{e.stopPropagation(),l({operate:If.Remove,chainId:y,address:f})},sx:{py:0,height:32},children:$.jsx(e.Trans,{id:"t/YqKh",message:"Remove"})}),$.jsx(t.Button,{size:t.Button.Size.small,onClick:()=>{l({chainId:y,address:f})},sx:{py:0,height:32},children:o.i18n._({id:"m16xKo",message:"Add"})})]})})})]},f+y)}))})]})}function fy({account:i,filterChainIds:o,activeChainId:a,handleChangeActiveChainId:s,operatePool:l,setOperatePool:d}){var u,p,h,m,x,g;const{isMobile:f}=Oa(),{onlyChainId:y}=G(),v={limit:1e3,page:1,owner:i},b=wa().getQuery(r.PoolApi.graphql.fetchDashboardPairList,{where:v}),C=c.useQuery(Object.assign({},b)),j=null!==(g=o?null===(h=null===(p=null===(u=C.data)||void 0===u?void 0:u.dashboard_pairs_list)||void 0===p?void 0:p.list)||void 0===h?void 0:h.filter((e=>{var t;return o.includes(null!==(t=null==e?void 0:e.chainId)&&void 0!==t?t:0)})):null===(x=null===(m=C.data)||void 0===m?void 0:m.dashboard_pairs_list)||void 0===x?void 0:x.list)&&void 0!==g?g:[],[w,k]=n.useState(!1),T=w?j.filter((e=>!!Number(null==e?void 0:e.tvl))):j;return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:Object.assign({py:16,display:"flex",justifyContent:"space-between",gap:8},f?{}:{px:0}),children:[!y&&$.jsx(zf,{chainId:a,setChainId:s}),$.jsxs(t.Box,{component:"label",sx:{display:"flex",alignItems:"center",gap:8,typography:"body2",cursor:"pointer",color:"text.secondary"},children:[$.jsx(t.Checkbox,{sx:{top:-1},size:16,checked:w,onChange:e=>{const{checked:t}=e.target;k(t)}}),$.jsx(e.Trans,{id:"eVZ7bY",message:"Hide TVL=0 pools"})]})]}),f?$.jsxs(Ff,{children:[C.isLoading?$.jsx(ey,{}):"",!C.isLoading&&!(null==T?void 0:T.length)&&!C.error&&$.jsx(X,{sx:{mt:40},hasSearch:!!a&&!y}),!!C.error&&$.jsx(ne,{refresh:C.refetch,sx:{mt:40}}),$.jsx(xy,{account:i,list:T,setOperatePool:d})]}):$.jsxs($.Fragment,{children:[$.jsx(gy,{account:i,list:T,loading:C.isLoading,operatePool:l,setOperatePool:d}),$.jsx(yp,{loading:C.isLoading,refetch:C.error?C.refetch:void 0,empty:!(null==T?void 0:T.length),hasSearch:!!a&&!y})]})]})}function yy({account:n,lqList:i,setOperatePool:o,getMigrationPairAndMining:a,supportAMM:l,timeRange:d}){const c=t.useTheme();return $.jsx($.Fragment,{children:null==i?void 0:i.map((i=>{var u,p,h,m,x,g,f,y,v,b,C,j,w,k,T;if(!(null==i?void 0:i.pair))return null;const B=i.pair,I=na(B.baseToken,B.chainId),E=na(B.quoteToken,B.chainId),A=null===(u=B.apyList)||void 0===u?void 0:u.find((e=>(null==e?void 0:e.timeRange)===`${d}D`)),S=r.PoolApi.utils.singleSideLp(B.type),L=A?Jo(new s(null==A?void 0:A.transactionBaseApy).plus(null!==(p=null==A?void 0:A.miningBaseApy)&&void 0!==p?p:0).plus(null!==(h=null==A?void 0:A.metromMiningApy)&&void 0!==h?h:0)):void 0,R=S&&A?Jo(new s(A.transactionQuoteApy).plus(null!==(m=A.miningQuoteApy)&&void 0!==m?m:0)):void 0;let O,M;(null===(x=i.liquidityPositions)||void 0===x?void 0:x.length)&&i.liquidityPositions.forEach((e=>{var t,n,i,o,r;if(null==e?void 0:e.liquidityTokenBalance){const a=null===(t=e.id)||void 0===t?void 0:t.split("-");if(2===(null==a?void 0:a.length)){const t=a[1].toLocaleLowerCase();if((null===(i=null===(n=null==B?void 0:B.baseLpToken)||void 0===n?void 0:n.id)||void 0===i?void 0:i.toLocaleLowerCase())===t)return void(O=new s(e.liquidityTokenBalance));(null===(r=null===(o=null==B?void 0:B.quoteLpToken)||void 0===o?void 0:o.id)||void 0===r?void 0:r.toLocaleLowerCase())===t&&(M=new s(e.liquidityTokenBalance))}}}));const P=!!(null===(g=B.miningAddress)||void 0===g?void 0:g[0]),_=!!(null==A?void 0:A.metromMiningApy)&&Number(null==A?void 0:A.metromMiningApy)>0,F=null===(f=i.liquidityPositions)||void 0===f?void 0:f[0],N=B.type,D=ra(N),q="AMMV2"===N,U="AMMV3"===N,V=null==a?void 0:a({address:B.id,chainId:B.chainId});return $.jsxs(t.Box,{sx:{px:20,pt:20,pb:12,backgroundColor:"background.paper",borderRadius:16},className:"gradient-card-border",onClick:()=>{l||Qh.getState().push({type:exports.PageType.PoolDetail,params:{chainId:B.chainId,address:B.id}})},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",flexWrap:"wrap"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[I&&E?$.jsx(fp,{tokens:[I,E],width:24,mr:6,chainId:B.chainId,showChainLogo:!0}):"",$.jsxs(t.Box,{sx:{typography:"body2",fontWeight:600},children:[`${null==I?void 0:I.symbol}/${null==E?void 0:E.symbol}`,$.jsx(Nf,{address:B.id,chainId:B.chainId})]}),!!V&&$.jsx(ty,{})]}),P||_?$.jsxs(t.Box,{sx:{p:8,typography:"h6",fontWeight:"bold",background:`linear-gradient(180deg, ${t.alpha(c.palette.secondary.main,.3)} 0%, ${t.alpha(c.palette.purple.main,.3)} 100%)`,borderRadius:8,color:"purple.main",whiteSpace:"nowrap"},children:["✨ ",$.jsx(e.Trans,{id:"Sti4vy",message:"Mining"})]}):""]}),$.jsxs(t.Box,{sx:{display:"grid",gridTemplateColumns:"repeat(2, 1fr)",rowGap:20,mt:44,"& > div:nth-child(odd)":{pr:20},"& > div:nth-child(even)":{position:"relative",pl:20,"&::before":{position:"absolute",left:0,top:"50%",transform:"translateY(-50%)",display:"inline-block",content:'""',height:24,width:"1px",backgroundColor:"border.main"}}},children:[l&&$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,whiteSpace:"nowrap"},children:[D,$.jsx(t.Tooltip,{title:$.jsx(e.Trans,{id:"O6RUgz",message:"Fee rate"}),children:$.jsx(t.Box,{sx:{px:8,py:4,borderRadius:4,typography:"h6",backgroundColor:"background.tag",color:"text.secondary"},children:U?null!==(v=null===(y=eg[B.lpFeeRate])||void 0===y?void 0:y.label)&&void 0!==v?v:"-":Ko({input:new s(null!==(b=B.lpFeeRate)&&void 0!==b?b:0).plus(B.mtFeeRate?Wo(B.mtFeeRate,q?4:18):0)})})})]}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"1Qz63U",message:"Pool Type"})})]}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{typography:"h5",color:"success.main"},children:[L||"-%",R?`/${R}`:""]}),$.jsxs(t.Box,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:[d,"d ",$.jsx(e.Trans,{id:"rSayea",message:"APY"}),$.jsx(ny,{chainId:B.chainId,apy:A,baseToken:I,quoteToken:E,hasQuote:!!R,hasMining:P,sx:{width:14,height:14}})]})]}),U?null:$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{typography:"h5"},children:["$",Xo(new s(B.tvl||0))]}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"FHKsZF",message:"TVL"})})]}),"AMMV2"===N&&$.jsxs(t.Box,{children:[$.jsx(t.Box,{sx:{typography:"h5"},children:Ko({input:null===(j=null===(C=i.liquidityPositions)||void 0===C?void 0:C[0])||void 0===j?void 0:j.poolShare})}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"h3PbRN",message:"My Pool Share"})})]}),$.jsxs(t.Box,{children:[$.jsx(t.Box,{sx:{typography:"h5",display:"flex",alignItems:"center",fontWeight:"bold"},children:U?(null==F?void 0:F.liquidityUSD)?`$${Do({input:F.liquidityUSD,decimals:2})}`:"-":$.jsxs($.Fragment,{children:[S?$.jsx(Hs,{address:null==I?void 0:I.address,chainId:B.chainId,url:null==I?void 0:I.logoURI,width:18,height:18,sx:{mr:4}}):$.jsx(fp,{tokens:I&&E?[I,E]:[],width:18,mr:4,showChainLogo:!1,chainId:B.chainId}),O?No({input:O}):"",S&&$.jsxs($.Fragment,{children:[" / ",$.jsx(Hs,{address:null==E?void 0:E.address,chainId:B.chainId,url:null==E?void 0:E.logoURI,width:18,height:18,sx:{mx:4}}),M?No({input:M}):"0"]})]})}),$.jsx(t.Box,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:$.jsx(e.Trans,{id:"YHc3B+",message:"My Liquidity"})})]})]}),U&&$.jsxs(t.Box,{sx:{mt:20},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,color:"text.primary"},children:[$.jsx(Lg,{outOfRange:null!==(w=null==F?void 0:F.outOfRange)&&void 0!==w&&w}),$.jsx(t.Box,{children:$.jsxs($.Fragment,{children:[$.jsxs("span",{children:[Yx({price:null===(k=null==F?void 0:F.priceRange)||void 0===k?void 0:k.token0LowerPrice,atLimit:{},direction:dm.LOWER})," "]}),null==I?void 0:I.symbol]})}),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:$.jsx("path",{d:"M15.75 9.50293L12.75 12.5029L11.7 11.4529L12.8813 10.2529L5.11875 10.2529L6.3 11.4529L5.25 12.5029L2.25 9.50293L5.25 6.50293L6.31875 7.55293L5.11875 8.75293L12.8813 8.75293L11.7 7.55293L12.75 6.50293L15.75 9.50293Z",fill:"currentColor",fillOpacity:"0.5"})}),$.jsx(t.Box,{children:$.jsxs($.Fragment,{children:[$.jsxs("span",{children:[Yx({price:null===(T=null==F?void 0:F.priceRange)||void 0===T?void 0:T.token1LowerPrice,atLimit:{},direction:dm.UPPER})," "]}),null==I?void 0:I.symbol]})})]}),$.jsx(t.Box,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:$.jsx(e.Trans,{id:"YA4hwj",message:"Price Range"})})]}),$.jsxs(t.Box,{sx:{mt:20,display:"flex",alignItems:"center",gap:"8px"},children:[U?null:!!n&&$.jsx(t.Button,{fullWidth:!0,variant:t.Button.Variant.outlined,size:t.Button.Size.small,onClick:e=>{e.stopPropagation(),o({operate:If.Remove,pool:oa(i),hasMining:P})},children:$.jsx(e.Trans,{id:"t/YqKh",message:"Remove"})}),$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.small,onClick:e=>{e.stopPropagation(),o({operate:If.Add,pool:oa(i),hasMining:P})},children:$.jsx(e.Trans,{id:"J/hVSQ",message:"{0}",values:{0:U?"Manage":"Add"}})}),l&&"PMM"===D&&$.jsx(Kf,{chainId:B.chainId,address:B.id})]})]},U?null==F?void 0:F.id:B.id+B.chainId)}))})}function vy({account:n,lqList:i,loading:a,operatePool:l,setOperatePool:d,supportAMM:c,onlyV3:u,getMigrationPairAndMining:p,timeRange:h}){const m=t.useTheme();return $.jsxs(Jf,{empty:!(null==i?void 0:i.length),loading:a,children:[$.jsx(t.Box,{component:"thead",children:$.jsxs(t.Box,{component:"tr",children:[$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"AxdOHo",message:"Pair"})}),c&&$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"1Qz63U",message:"Pool Type"})}),u?null:$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"FHKsZF",message:"TVL"})}),$.jsxs(t.Box,{component:"th",children:[h,"d ",$.jsx(e.Trans,{id:"rSayea",message:"APY"})]}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"YHc3B+",message:"My Liquidity"})}),u?$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"YA4hwj",message:"Price Range"})}):null,$.jsx(t.Box,{component:"th",sx:{width:210}})]})}),$.jsx(t.Box,{component:"tbody",children:null==i?void 0:i.map((i=>{var a,x,g,f,y,v,b,C,j,w,k,T,B,I,E;if(!(null==i?void 0:i.pair))return null;const A=i.pair,S=na(A.baseToken,A.chainId),L=na(A.quoteToken,A.chainId),R=r.PoolApi.utils.singleSideLp(A.type),O=null===(a=A.apyList)||void 0===a?void 0:a.find((e=>(null==e?void 0:e.timeRange)===`${h}D`)),M=O?Jo(new s(null==O?void 0:O.transactionBaseApy).plus(null!==(x=null==O?void 0:O.miningBaseApy)&&void 0!==x?x:0)):void 0,P=R&&O?Jo(new s(O.transactionQuoteApy).plus(null!==(g=O.miningQuoteApy)&&void 0!==g?g:0)):void 0;let _,F;(null===(f=i.liquidityPositions)||void 0===f?void 0:f.length)&&i.liquidityPositions.forEach((e=>{var t,n,i,o,r;if(null==e?void 0:e.liquidityTokenBalance){const a=null===(t=e.id)||void 0===t?void 0:t.split("-");if(2===(null==a?void 0:a.length)){const t=a[1].toLocaleLowerCase();if((null===(i=null===(n=null==A?void 0:A.baseLpToken)||void 0===n?void 0:n.id)||void 0===i?void 0:i.toLocaleLowerCase())===t)return void(_=new s(e.liquidityTokenBalance));(null===(r=null===(o=null==A?void 0:A.quoteLpToken)||void 0===o?void 0:o.id)||void 0===r?void 0:r.toLocaleLowerCase())===t&&(F=new s(e.liquidityTokenBalance))}}}));const N=null===(y=i.liquidityPositions)||void 0===y?void 0:y[0],D=A.type,q=ra(D),U="AMMV2"===D,V="AMMV3"===D;let H="";if(V)(null===(C=null===(b=null===(v=null==l?void 0:l.pool)||void 0===v?void 0:v.liquidityPositions)||void 0===b?void 0:b[0])||void 0===C?void 0:C.id)===(null==N?void 0:N.id)&&(H=o.i18n._({id:"p3607o",message:"Managing"}));else if((null===(j=null==l?void 0:l.pool)||void 0===j?void 0:j.address)===A.id||(null==l?void 0:l.address)===A.id)if(l.operate===If.Remove)H=o.i18n._({id:"0+31GV",message:"Removing"});else H=o.i18n._({id:"1yHVE+",message:"Adding"});const W=!!(null===(w=A.miningAddress)||void 0===w?void 0:w[0]),Z=!!(null==O?void 0:O.metromMiningApy)&&Number(null==O?void 0:O.metromMiningApy)>0,z=m.palette.hover.default,Q=null==p?void 0:p({address:A.id,chainId:A.chainId});return $.jsxs(t.Box,{component:"tr",sx:{["&:hover td"+(H?", & td":"")]:{backgroundImage:`linear-gradient(${z}, ${z})`}},children:[$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[S&&L?$.jsx(fp,{tokens:[S,L],width:24,mr:8,chainId:A.chainId,showChainLogo:!0}):"",$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,typography:"body2",fontWeight:600},children:[`${null==S?void 0:S.symbol}/${null==L?void 0:L.symbol}`,$.jsx(Nf,{address:A.id,chainId:A.chainId}),!!Q&&$.jsx(ty,{})]}),$.jsx(Wu,{address:A.id,customChainId:A.chainId,truncate:!0,showCopy:!0,iconDarkHover:!0,iconSize:14,iconSpace:4,disabledAddress:c,onAddressClick:()=>{Qh.getState().push({type:exports.PageType.PoolDetail,params:{chainId:A.chainId,address:A.id}})},sx:{typography:"h6",color:"text.secondary"}})]})]})}),c&&$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:[$.jsx(tg,{poolType:q}),$.jsx(ng,{isAMMV2:U,isAMMV3:V,lpFeeRate:A.lpFeeRate,mtFeeRate:A.mtFeeRate})]})}),V?null:$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{typography:"body2"},title:A.tvl?`$${No({input:A.tvl||0})}`:void 0,children:["$",Xo(new s(A.tvl||0))]})}),$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[W||Z?$.jsx(t.Tooltip,{title:o.i18n._({id:"Sti4vy",message:"Mining"}),children:$.jsxs(t.Box,{component:"span",sx:{typography:"body2",color:"success.main"},children:["✨"," "]})}):"",$.jsx(ny,{chainId:A.chainId,apy:O,baseToken:S,quoteToken:L,hasQuote:!!P,hasMining:W,children:$.jsxs(t.Box,{component:"span",sx:{typography:"body2",fontWeight:600,display:"flex",alignItems:"center",width:"max-content",color:"success.main",cursor:"auto"},children:[M||"-%",P?`/${P}`:""]})})]})}),$.jsx(t.Box,{component:"td",children:$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",typography:"body2"},children:V?(null==N?void 0:N.liquidityUSD)?`$${Do({input:N.liquidityUSD,decimals:2})}`:"-":$.jsxs($.Fragment,{children:[R?$.jsx(Hs,{address:null==S?void 0:S.address,chainId:A.chainId,url:null==S?void 0:S.logoURI,width:24,height:24,noShowChain:!0,sx:{mr:4}}):$.jsx(fp,{tokens:S&&L?[S,L]:[],width:24,mr:4,showChainLogo:!1,chainId:A.chainId}),_?No({input:_}):"-",R&&$.jsxs($.Fragment,{children:[" / ",$.jsx(Hs,{address:null==L?void 0:L.address,chainId:A.chainId,url:null==L?void 0:L.logoURI,width:24,height:24,noShowChain:!0,sx:{mx:4}}),F?No({input:F}):"0"]}),U&&$.jsx(t.Tooltip,{title:$.jsx(e.Trans,{id:"NXZdrO",message:"My pool share"}),children:$.jsx(t.Box,{sx:{ml:4,px:8,py:4,borderRadius:4,typography:"h6",backgroundColor:"background.tag",color:"text.secondary"},children:Ko({input:null===(T=null===(k=i.liquidityPositions)||void 0===k?void 0:k[0])||void 0===T?void 0:T.poolShare})})})]})})}),u?$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,color:"text.primary"},children:[$.jsx(Lg,{outOfRange:null!==(B=null==N?void 0:N.outOfRange)&&void 0!==B&&B}),$.jsx(t.Box,{children:$.jsxs($.Fragment,{children:[$.jsxs("span",{children:[Yx({price:null===(I=null==N?void 0:N.priceRange)||void 0===I?void 0:I.token0LowerPrice,atLimit:{},direction:dm.LOWER})," "]}),null==S?void 0:S.symbol]})}),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:$.jsx("path",{d:"M15.75 9.50293L12.75 12.5029L11.7 11.4529L12.8813 10.2529L5.11875 10.2529L6.3 11.4529L5.25 12.5029L2.25 9.50293L5.25 6.50293L6.31875 7.55293L5.11875 8.75293L12.8813 8.75293L11.7 7.55293L12.75 6.50293L15.75 9.50293Z",fill:"currentColor",fillOpacity:"0.5"})}),$.jsx(t.Box,{children:$.jsxs($.Fragment,{children:[$.jsxs("span",{children:[Yx({price:null===(E=null==N?void 0:N.priceRange)||void 0===E?void 0:E.token0UpperPrice,atLimit:{},direction:dm.UPPER})," "]}),null==S?void 0:S.symbol]})})]})}):null,$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:"8px"},children:[c&&"PMM"===q&&$.jsx(Kf,{chainId:A.chainId,address:A.id}),H?$.jsx(Qf,{text:H,onClick:()=>d(null)}):$.jsxs($.Fragment,{children:[V?null:!!n&&$.jsxs(t.Button,{variant:t.Button.Variant.second,size:t.Button.Size.small,onClick:e=>{e.stopPropagation(),d({operate:If.Remove,pool:oa(i),hasMining:W})},sx:{py:0,height:32},children:[$.jsx(e.Trans,{id:"t/YqKh",message:"Remove"}),!!Q&&$.jsx(ty,{isRightTop:!0})]}),$.jsx(t.Button,{size:t.Button.Size.small,onClick:()=>{d({pool:oa(i),hasMining:W})},sx:{py:0,height:32},children:V?o.i18n._({id:"wckWOP",message:"Manage"}):o.i18n._({id:"m16xKo",message:"Add"})})]})]})})]},V?null==N?void 0:N.id:A.id+A.chainId)}))})]})}function by({account:e,filterChainIds:i,activeChainId:o,handleChangeActiveChainId:a,operatePool:s,setOperatePool:l,getMigrationPairAndMining:d,tokenAndPoolFilter:u}){var p,h,m,x,g,f,y,v;const b=t.useTheme(),{minDevice:C,isMobile:j}=Oa(),w=c.useQueryClient(),{onlyChainId:k,supportAMMV2:T,supportAMMV3:B,notSupportPMM:I}=G(),[E,A]=n.useState("pmm&v2"),[S,L]=n.useState("1"),{filterTokens:R,filterASymbol:O,filterBSymbol:M,filterAddressLqList:P,handleDeleteToken:_,handleChangeFilterTokens:F,handleChangeFilterAddress:D}=ry(u);let q=I?[]:["CLASSICAL","DVM","DSP","GSP","DPP"];T&&q.push("AMMV2"),B&&"v3"===E&&(q=["AMMV3"]);const U={currentPage:1,pageSize:1e3,user:e,filterState:{viewOnlyOwn:!0,filterTypes:q}},V=wa(),H=V.getQuery(r.PoolApi.graphql.fetchMyLiquidityList,{where:Object.assign(Object.assign({},U),{filterState:Object.assign({filterASymbol:O,filterBSymbol:M},U.filterState)})}),W=c.useQuery(Object.assign({},H));let Z=null!==(m=null===(h=null===(p=W.data)||void 0===p?void 0:p.liquidity_list)||void 0===h?void 0:h.lqList)&&void 0!==m?m:[];const z=!!(null==P?void 0:P.length);return z?Z=[...P]:i&&(Z=null!==(y=null===(f=null===(g=null===(x=W.data)||void 0===x?void 0:x.liquidity_list)||void 0===g?void 0:g.lqList)||void 0===f?void 0:f.filter((e=>{var t,n;return i.includes(null!==(n=null===(t=null==e?void 0:e.pair)||void 0===t?void 0:t.chainId)&&void 0!==n?n:0)})))&&void 0!==y?y:[]),$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{pt:12,pb:20,display:"flex",flexDirection:"column-reverse",gap:8,[b.breakpoints.up("tablet")]:{py:16,flexDirection:"row",px:0,justifyContent:"space-between"}},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"stretch",flexDirection:"column",gap:8,[b.breakpoints.up("tablet")]:{flexDirection:"row",alignItems:"center"}},children:[!k&&$.jsx(zf,{chainId:o,setChainId:a}),B&&$.jsx(Yf,{filterList:[{label:"V3",value:"v3"},{label:"V2 & PMM",value:"pmm&v2"}],value:E,onChange:e=>A(e)}),$.jsx(Yf,{filterList:[{label:"1d",value:"1"},{label:"7d",value:"7"},{label:"14d",value:"14"},{label:"30d",value:"30"}],value:S,onChange:e=>L(e)})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(t.Box,{sx:Object.assign({flex:1,display:"flex",alignItems:"center",gap:8},j?{}:{"& > button":{flex:1}}),children:null!==(v=null==u?void 0:u.element)&&void 0!==v?v:$.jsx(iy,{value:R,onChange:F,searchAddress:(e,t)=>N(this,void 0,void 0,(function*(){var n;const i=V.getInfiniteQuery(r.PoolApi.graphql.fetchLiquidityList,"currentPage",{where:Object.assign(Object.assign({},U),{filterState:Object.assign({address:e},U.filterState)})}),o=null===(n=(yield w.fetchQuery(i)).liquidity_list)||void 0===n?void 0:n.lqList;return(null==o?void 0:o.length)?$.jsx(oy,{list:o,onClick:()=>{D(o),t()}}):null}))})}),(z||!!R.length)&&$.jsxs(t.Box,{sx:{my:0},children:[z?$.jsx(Gf,{lqList:P,onDeleteTag:()=>D([])}):"",$.jsx(Xf,{tags:R,onDeleteTag:_})]})]})]}),j?$.jsxs(Ff,{children:[W.isLoading?$.jsx(ey,{}):"",!W.isLoading&&!(null==Z?void 0:Z.length)&&!W.error&&$.jsx(X,{sx:{mt:40},hasSearch:!!(o&&!k||O||M)}),!!W.error&&$.jsx(ne,{refresh:W.refetch,sx:{mt:40}}),$.jsx(yy,{account:e,lqList:Z,setOperatePool:l,supportAMM:T||B,getMigrationPairAndMining:d,timeRange:S})]}):$.jsxs($.Fragment,{children:[$.jsx(vy,{account:e,lqList:Z,loading:W.isLoading,operatePool:s,setOperatePool:l,supportAMM:T||B,onlyV3:"v3"===E,getMigrationPairAndMining:d,timeRange:S}),$.jsx(yp,{loading:W.isLoading,refetch:W.error?W.refetch:void 0,empty:!(null==Z?void 0:Z.length),hasSearch:!!(o&&!k||O||M)})]})]})}function Cy(e){var{sx:n}=e,i=F(e,["sx"]);return $.jsx(t.TabPanel,{...i,sx:Object.assign(Object.assign({},n),{display:"flex",flexDirection:"column",overflow:"hidden"})})}function jy({params:i,scrollRef:o,tokenAndPoolFilter:a,operatePMMPoolElement:s,operatePool:l,onOperatePool:d,getMigrationPairAndMining:c}){var u,p,h;const{isMobile:m}=Oa(),x=t.useTheme(),g=G((e=>e.noDocumentLink)),f=n.useRef(null),{account:y}=fa(),{poolTab:v,tabs:b,handleChangePoolTab:C}=function({account:t,paramsTab:i}){const{i18n:o}=e.useLingui(),[r,a]=n.useState(hy.addLiquidity),{supportAMMV2:s,supportAMMV3:l,notSupportPMM:d}=G(),c=n.useMemo((()=>{const e=[{key:hy.addLiquidity,value:o._({id:"OBdohg",message:"Add Liquidity"})},{key:hy.myLiquidity,value:o._({id:"YHc3B+",message:"My Liquidity"})}];return d||e.push({key:hy.myCreated,value:s||l?o._({id:"zcVtwU",message:"My Pools (PMM)"}):o._({id:"fZFkP1",message:"My Pools"})}),e}),[o._,s,l,d]),u=n.useRef(!1);n.useEffect((()=>{const e=sessionStorage.getItem(uy);t&&e&&!u.current&&(u.current=!0,a(e))}),[t]);const p=e=>{a(e),sessionStorage.setItem(uy,e)};return n.useEffect((()=>{i&&p(i)}),[i]),{poolTab:r,tabs:c,handleChangePoolTab:p}}({account:y,paramsTab:null==i?void 0:i.tab}),{activeChainId:j,filterChainIds:w,handleChangeActiveChainId:k}=function(){const{chainId:e}=fa(),{onlyChainId:t,defaultChainId:i}=G(),[o,a]=n.useState(t),s=n.useMemo((()=>void 0!==o?[o]:go(e)?void 0:Object.values(r.ChainId).filter((e=>!!Number(e)))),[e,o]);return n.useEffect((()=>{const e=Number(sessionStorage.getItem(py));e&&a(e)}),[]),n.useEffect((()=>{!sessionStorage.getItem(py)&&i&&a(i)}),[i]),{activeChainId:o,filterChainIds:s,handleChangeActiveChainId:e=>{void 0===e?sessionStorage.removeItem(py):sessionStorage.setItem(py,String(e)),a(e)}}}(),[T,B]=n.useState(l||null),I=e=>{if(d){if(d(e))return}B(e)};return n.useEffect((()=>{B(l||null)}),[l]),$.jsxs($h,{sx:Object.assign({},m?{p:0}:{display:"flex",gap:12,flex:1}),ref:f,children:[$.jsxs(t.Tabs,{value:v,onChange:(e,t)=>{C(t)},sx:m?{}:{display:"flex",flexDirection:"column",flex:1,overflow:"hidden",height:"max-content",maxHeight:"100%"},className:m?void 0:"gradient-card-border",children:[$.jsxs(t.Box,{sx:Object.assign({},m?Object.assign({},!y&&{pb:20,display:"flex",justifyContent:"space-between",borderStyle:"solid",borderWidth:"0 0 1px"}):{display:"flex",justifyContent:"space-between",alignItems:"flex-start",pb:16,borderBottomWidth:1,borderBottomColor:"border.main",borderBottomStyle:"solid"}),children:[y?$.jsx(t.TabsGroup,{tabs:b,variant:"default",tabsListSx:Object.assign({justifyContent:"space-between"},m?{mb:12}:{borderBottomWidth:0}),tabSx:m?void 0:{mr:48,typography:"h5",lineHeight:"25px",minHeight:41,padding:"8px 0px 8px 0px"}}):$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",fontWeight:600,typography:"h5",lineHeight:"25px",pb:16},children:[m?"":$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center",width:24,height:24,backgroundColor:t.alpha(x.palette.secondary.main,.3),borderRadius:6,mr:4,color:"primary.main"},children:$.jsx(t.Box,{component:oe.Fee,sx:{width:16,height:16}})}),$.jsx(e.Trans,{id:"OBdohg",message:"Add Liquidity"})]}),$.jsx(cy,{})]}),$.jsx(Cy,{value:hy.addLiquidity,sx:{display:"flex",flexDirection:"column",overflow:"hidden"},children:$.jsx(ly,{account:y,filterChainIds:w,scrollParentRef:null!=o?o:f,activeChainId:j,handleChangeActiveChainId:k,operatePool:T,setOperatePool:I,tokenAndPoolFilter:a,getMigrationPairAndMining:c})}),$.jsx(Cy,{value:hy.myLiquidity,children:$.jsx(by,{account:y,filterChainIds:w,activeChainId:j,handleChangeActiveChainId:k,operatePool:T,setOperatePool:I,tokenAndPoolFilter:a,getMigrationPairAndMining:c})}),$.jsx(Cy,{value:hy.myCreated,children:$.jsx(fy,{account:y,filterChainIds:w,activeChainId:j,handleChangeActiveChainId:k,operatePool:T,setOperatePool:I})}),!g&&$.jsx(Gh,{title:"How does Liquidity Pools work?",descList:[{title:"Deposit Liquidity",desc:"Select a liquidity pool that suits your preferences and supply a pair of assets in our AMM pools or any supported assets in StableSwap pools. In return, you'll receive LP tokens, representing your share of the liquidity provided."},{title:"Earn Fees",desc:"As transactions occur within the pool, fees are collected and added to your LP tokens' value. This accrues daily, giving you real-time APY as your token holdings grow."},{title:"Delegate & Change Pool Fees",desc:"Boosted pool rewards are distributed every Sunday. If you've contributed liquidity to these pools, simply visit the rewards page, select the relevant week, and claim your earnings with ease."}],linkTo:"https://docs.dodoex.io/product/tutorial/how-to-provide-liquidity",sx:Object.assign({mt:16},m&&{mt:20})})]}),T&&$.jsx(t.Box,{sx:{position:"relative",width:m?"100%":375},children:"AMMV3"===(null===(u=null==T?void 0:T.pool)||void 0===u?void 0:u.type)&&T.pool.chainId?v===hy.myLiquidity&&(null===(h=null===(p=T.pool.liquidityPositions)||void 0===p?void 0:p[0])||void 0===h?void 0:h.tokenId)?$.jsx(Sg,{baseToken:T.pool.baseToken,quoteToken:T.pool.quoteToken,feeAmount:Number(T.pool.lpFeeRate),tokenId:T.pool.liquidityPositions[0].tokenId,chainId:T.pool.chainId,onClose:()=>I(null)}):$.jsx(Og,{chainId:T.pool.chainId,baseToken:T.pool.baseToken,quoteToken:T.pool.quoteToken,feeAmount:Number(T.pool.lpFeeRate),onClose:()=>I(null),handleGoToAddLiquidityV3:e=>{Qh.getState().push({type:exports.PageType.createPoolAMMV3,params:e})}}):$.jsx($.Fragment,{children:null!=s?s:$.jsx($.Fragment,{children:m?$.jsx(_f,{account:y,onClose:()=>I(null),modal:m,...T}):$.jsx(Pf,{account:y,onClose:()=>I(null),...T,sx:{width:375,height:"max-content",backgroundColor:"background.paper",borderRadius:16,overflow:"hidden"}})})})})]})}function wy({sx:e,onClick:n}){const o=t.useTheme();return $.jsx(t.HoverOpacity,{onClick:()=>{n?n():Qh.getState().back()},sx:i.merge({display:"inline-flex",alignItems:"center",cursor:"pointer"},e),children:$.jsx(t.Box,{sx:{color:o.palette.text.secondary,width:40,height:40,display:"flex",alignItems:"center",justifyContent:"center",borderColor:o.palette.border.main,borderStyle:"solid",borderWidth:1,borderRadius:8,backgroundColor:o.palette.background.paper},children:$.jsx(oe.ArrowBack,{})})})}var ky,Ty,By,Iy,Ey,Ay,Sy,Ly,Ry,Oy,My,Py,_y;function Fy(){return Fy=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},Fy.apply(null,arguments)}const Ny=e=>P.createElement("svg",Fy({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),ky||(ky=P.createElement("rect",{x:28.5,y:214,width:40,height:6,fill:"url(#paint0_linear_5229_28889)"})),Ty||(Ty=P.createElement("rect",{x:88.5,y:208,width:40,height:12,fill:"url(#paint1_linear_5229_28889)"})),By||(By=P.createElement("rect",{x:148.5,y:201,width:40,height:19,fill:"url(#paint2_linear_5229_28889)"})),Iy||(Iy=P.createElement("rect",{x:208.5,y:188,width:40,height:32,fill:"url(#paint3_linear_5229_28889)"})),Ey||(Ey=P.createElement("rect",{x:268.5,y:170,width:40,height:50,fill:"url(#paint4_linear_5229_28889)"})),Ay||(Ay=P.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint5_linear_5229_28889)"})),Sy||(Sy=P.createElement("rect",{width:40,height:6,transform:"matrix(-1 0 0 1 708.5 214)",fill:"url(#paint6_linear_5229_28889)"})),Ly||(Ly=P.createElement("rect",{width:40,height:12,transform:"matrix(-1 0 0 1 648.5 208)",fill:"url(#paint7_linear_5229_28889)"})),Ry||(Ry=P.createElement("rect",{width:40,height:19,transform:"matrix(-1 0 0 1 588.5 201)",fill:"url(#paint8_linear_5229_28889)"})),Oy||(Oy=P.createElement("rect",{width:40,height:32,transform:"matrix(-1 0 0 1 528.5 188)",fill:"url(#paint9_linear_5229_28889)"})),My||(My=P.createElement("rect",{width:40,height:50,transform:"matrix(-1 0 0 1 468.5 170)",fill:"url(#paint10_linear_5229_28889)"})),Py||(Py=P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint11_linear_5229_28889)"})),_y||(_y=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_5229_28889",x1:48.5,y1:214,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint1_linear_5229_28889",x1:108.5,y1:208,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint2_linear_5229_28889",x1:168.5,y1:201,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint3_linear_5229_28889",x1:228.5,y1:188,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint4_linear_5229_28889",x1:288.5,y1:170,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint5_linear_5229_28889",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint6_linear_5229_28889",x1:20,y1:0,x2:20,y2:6,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint7_linear_5229_28889",x1:20,y1:0,x2:20,y2:12,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint8_linear_5229_28889",x1:20,y1:0,x2:20,y2:19,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint9_linear_5229_28889",x1:20,y1:0,x2:20,y2:32,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint10_linear_5229_28889",x1:20,y1:0,x2:20,y2:50,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint11_linear_5229_28889",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})))));var Dy,qy,Uy,Vy,Hy,Wy,Zy,$y,zy,Qy,Gy,Yy,Xy;function Ky(){return Ky=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},Ky.apply(null,arguments)}const Jy=e=>P.createElement("svg",Ky({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Dy||(Dy=P.createElement("rect",{x:28.5,y:214,width:40,height:6,fill:"url(#paint0_linear_3900_354238)"})),qy||(qy=P.createElement("rect",{x:88.5,y:208,width:40,height:12,fill:"url(#paint1_linear_3900_354238)"})),Uy||(Uy=P.createElement("rect",{x:148.5,y:201,width:40,height:19,fill:"url(#paint2_linear_3900_354238)"})),Vy||(Vy=P.createElement("rect",{x:208.5,y:188,width:40,height:32,fill:"url(#paint3_linear_3900_354238)"})),Hy||(Hy=P.createElement("rect",{x:268.5,y:170,width:40,height:50,fill:"url(#paint4_linear_3900_354238)"})),Wy||(Wy=P.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint5_linear_3900_354238)"})),Zy||(Zy=P.createElement("rect",{width:40,height:6,transform:"matrix(-1 0 0 1 708.5 214)",fill:"url(#paint6_linear_3900_354238)"})),$y||($y=P.createElement("rect",{width:40,height:12,transform:"matrix(-1 0 0 1 648.5 208)",fill:"url(#paint7_linear_3900_354238)"})),zy||(zy=P.createElement("rect",{width:40,height:19,transform:"matrix(-1 0 0 1 588.5 201)",fill:"url(#paint8_linear_3900_354238)"})),Qy||(Qy=P.createElement("rect",{width:40,height:32,transform:"matrix(-1 0 0 1 528.5 188)",fill:"url(#paint9_linear_3900_354238)"})),Gy||(Gy=P.createElement("rect",{width:40,height:50,transform:"matrix(-1 0 0 1 468.5 170)",fill:"url(#paint10_linear_3900_354238)"})),Yy||(Yy=P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint11_linear_3900_354238)"})),Xy||(Xy=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_3900_354238",x1:48.5,y1:214,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint1_linear_3900_354238",x1:108.5,y1:208,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint2_linear_3900_354238",x1:168.5,y1:201,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint3_linear_3900_354238",x1:228.5,y1:188,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint4_linear_3900_354238",x1:288.5,y1:170,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint5_linear_3900_354238",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint6_linear_3900_354238",x1:20,y1:0,x2:20,y2:6,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint7_linear_3900_354238",x1:20,y1:0,x2:20,y2:12,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint8_linear_3900_354238",x1:20,y1:0,x2:20,y2:19,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint9_linear_3900_354238",x1:20,y1:0,x2:20,y2:32,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint10_linear_3900_354238",x1:20,y1:0,x2:20,y2:50,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint11_linear_3900_354238",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})))));var ev,tv,nv,iv,ov,rv,av,sv,lv,dv,cv,uv,pv,hv;function mv(){return mv=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},mv.apply(null,arguments)}const xv=e=>P.createElement("svg",mv({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),ev||(ev=P.createElement("g",{clipPath:"url(#clip0_5057_344879)"},P.createElement("rect",{x:-10.5,y:160,width:40,height:60,fill:"url(#paint0_linear_5057_344879)"}),P.createElement("rect",{x:49.5,y:120,width:40,height:100,fill:"url(#paint1_linear_5057_344879)"}),P.createElement("rect",{x:109.5,y:60,width:40,height:160,fill:"url(#paint2_linear_5057_344879)"}),P.createElement("rect",{x:169.5,width:40,height:220,fill:"url(#paint3_linear_5057_344879)"}),P.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 549.5 200)",fill:"url(#paint4_linear_5057_344879)"}),P.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 489.5 180)",fill:"url(#paint5_linear_5057_344879)"}),P.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 429.5 160)",fill:"url(#paint6_linear_5057_344879)"}),P.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 369.5 120)",fill:"url(#paint7_linear_5057_344879)"}),P.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 309.5 60)",fill:"url(#paint8_linear_5057_344879)"}),P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 249.5 0)",fill:"url(#paint9_linear_5057_344879)"}))),tv||(tv=P.createElement("rect",{x:28.5,y:200,width:40,height:20,fill:"url(#paint10_linear_5057_344879)"})),nv||(nv=P.createElement("rect",{x:88.5,y:180,width:40,height:40,fill:"url(#paint11_linear_5057_344879)"})),iv||(iv=P.createElement("rect",{x:148.5,y:160,width:40,height:60,fill:"url(#paint12_linear_5057_344879)"})),ov||(ov=P.createElement("rect",{x:208.5,y:120,width:40,height:100,fill:"url(#paint13_linear_5057_344879)"})),rv||(rv=P.createElement("rect",{x:268.5,y:60,width:40,height:160,fill:"url(#paint14_linear_5057_344879)"})),av||(av=P.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint15_linear_5057_344879)"})),sv||(sv=P.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint16_linear_5057_344879)"})),lv||(lv=P.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint17_linear_5057_344879)"})),dv||(dv=P.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint18_linear_5057_344879)"})),cv||(cv=P.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint19_linear_5057_344879)"})),uv||(uv=P.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint20_linear_5057_344879)"})),pv||(pv=P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint21_linear_5057_344879)"})),hv||(hv=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_5057_344879",x1:9.5,y1:160,x2:9.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint1_linear_5057_344879",x1:69.5,y1:120,x2:69.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint2_linear_5057_344879",x1:129.5,y1:60,x2:129.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint3_linear_5057_344879",x1:189.5,y1:0,x2:189.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint4_linear_5057_344879",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint5_linear_5057_344879",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint6_linear_5057_344879",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint7_linear_5057_344879",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint8_linear_5057_344879",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint9_linear_5057_344879",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint10_linear_5057_344879",x1:48.5,y1:200,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint11_linear_5057_344879",x1:108.5,y1:180,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint12_linear_5057_344879",x1:168.5,y1:160,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint13_linear_5057_344879",x1:228.5,y1:120,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint14_linear_5057_344879",x1:288.5,y1:60,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint15_linear_5057_344879",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint16_linear_5057_344879",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint17_linear_5057_344879",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint18_linear_5057_344879",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint19_linear_5057_344879",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint20_linear_5057_344879",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint21_linear_5057_344879",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("clipPath",{id:"clip0_5057_344879"},P.createElement("rect",{width:737,height:220,fill:"white"})))));var gv,fv,yv,vv,bv,Cv,jv,wv,kv,Tv,Bv,Iv,Ev,Av;function Sv(){return Sv=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},Sv.apply(null,arguments)}const Lv=e=>P.createElement("svg",Sv({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),gv||(gv=P.createElement("g",{clipPath:"url(#clip0_5057_344817)"},P.createElement("rect",{x:-10.5,y:160,width:40,height:60,fill:"url(#paint0_linear_5057_344817)"}),P.createElement("rect",{x:49.5,y:120,width:40,height:100,fill:"url(#paint1_linear_5057_344817)"}),P.createElement("rect",{x:109.5,y:60,width:40,height:160,fill:"url(#paint2_linear_5057_344817)"}),P.createElement("rect",{x:169.5,width:40,height:220,fill:"url(#paint3_linear_5057_344817)"}),P.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 549.5 200)",fill:"url(#paint4_linear_5057_344817)"}),P.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 489.5 180)",fill:"url(#paint5_linear_5057_344817)"}),P.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 429.5 160)",fill:"url(#paint6_linear_5057_344817)"}),P.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 369.5 120)",fill:"url(#paint7_linear_5057_344817)"}),P.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 309.5 60)",fill:"url(#paint8_linear_5057_344817)"}),P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 249.5 0)",fill:"url(#paint9_linear_5057_344817)"}))),fv||(fv=P.createElement("rect",{x:28.5,y:200,width:40,height:20,fill:"url(#paint10_linear_5057_344817)"})),yv||(yv=P.createElement("rect",{x:88.5,y:180,width:40,height:40,fill:"url(#paint11_linear_5057_344817)"})),vv||(vv=P.createElement("rect",{x:148.5,y:160,width:40,height:60,fill:"url(#paint12_linear_5057_344817)"})),bv||(bv=P.createElement("rect",{x:208.5,y:120,width:40,height:100,fill:"url(#paint13_linear_5057_344817)"})),Cv||(Cv=P.createElement("rect",{x:268.5,y:60,width:40,height:160,fill:"url(#paint14_linear_5057_344817)"})),jv||(jv=P.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint15_linear_5057_344817)"})),wv||(wv=P.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint16_linear_5057_344817)"})),kv||(kv=P.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint17_linear_5057_344817)"})),Tv||(Tv=P.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint18_linear_5057_344817)"})),Bv||(Bv=P.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint19_linear_5057_344817)"})),Iv||(Iv=P.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint20_linear_5057_344817)"})),Ev||(Ev=P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint21_linear_5057_344817)"})),Av||(Av=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_5057_344817",x1:9.5,y1:160,x2:9.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint1_linear_5057_344817",x1:69.5,y1:120,x2:69.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint2_linear_5057_344817",x1:129.5,y1:60,x2:129.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint3_linear_5057_344817",x1:189.5,y1:0,x2:189.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint4_linear_5057_344817",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint5_linear_5057_344817",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint6_linear_5057_344817",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint7_linear_5057_344817",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint8_linear_5057_344817",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint9_linear_5057_344817",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint10_linear_5057_344817",x1:48.5,y1:200,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint11_linear_5057_344817",x1:108.5,y1:180,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint12_linear_5057_344817",x1:168.5,y1:160,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint13_linear_5057_344817",x1:228.5,y1:120,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint14_linear_5057_344817",x1:288.5,y1:60,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint15_linear_5057_344817",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint16_linear_5057_344817",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint17_linear_5057_344817",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint18_linear_5057_344817",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint19_linear_5057_344817",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint20_linear_5057_344817",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint21_linear_5057_344817",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("clipPath",{id:"clip0_5057_344817"},P.createElement("rect",{width:737,height:220,fill:"white"})))));var Rv,Ov,Mv,Pv,_v,Fv,Nv,Dv,qv,Uv,Vv,Hv,Wv;function Zv(){return Zv=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},Zv.apply(null,arguments)}const $v=e=>P.createElement("svg",Zv({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Rv||(Rv=P.createElement("rect",{x:28.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),Ov||(Ov=P.createElement("rect",{x:88.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),Mv||(Mv=P.createElement("rect",{x:148.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),Pv||(Pv=P.createElement("rect",{x:208.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),_v||(_v=P.createElement("rect",{x:268.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),Fv||(Fv=P.createElement("rect",{x:328.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),Nv||(Nv=P.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint0_linear_5229_28865)"})),Dv||(Dv=P.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint1_linear_5229_28865)"})),qv||(qv=P.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint2_linear_5229_28865)"})),Uv||(Uv=P.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint3_linear_5229_28865)"})),Vv||(Vv=P.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint4_linear_5229_28865)"})),Hv||(Hv=P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint5_linear_5229_28865)"})),Wv||(Wv=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_5229_28865",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint1_linear_5229_28865",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint2_linear_5229_28865",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint3_linear_5229_28865",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint4_linear_5229_28865",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint5_linear_5229_28865",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})))));var zv,Qv,Gv,Yv,Xv,Kv,Jv,eb,tb,nb,ib,ob,rb;function ab(){return ab=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},ab.apply(null,arguments)}const sb=e=>P.createElement("svg",ab({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),zv||(zv=P.createElement("rect",{x:28.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),Qv||(Qv=P.createElement("rect",{x:88.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),Gv||(Gv=P.createElement("rect",{x:148.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),Yv||(Yv=P.createElement("rect",{x:208.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),Xv||(Xv=P.createElement("rect",{x:268.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),Kv||(Kv=P.createElement("rect",{x:328.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),Jv||(Jv=P.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint0_linear_3900_354262)"})),eb||(eb=P.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint1_linear_3900_354262)"})),tb||(tb=P.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint2_linear_3900_354262)"})),nb||(nb=P.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint3_linear_3900_354262)"})),ib||(ib=P.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint4_linear_3900_354262)"})),ob||(ob=P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint5_linear_3900_354262)"})),rb||(rb=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_3900_354262",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint1_linear_3900_354262",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint2_linear_3900_354262",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint3_linear_3900_354262",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint4_linear_3900_354262",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint5_linear_3900_354262",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})))));var lb,db,cb,ub,pb,hb,mb,xb,gb,fb,yb,vb,bb;function Cb(){return Cb=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},Cb.apply(null,arguments)}const jb=e=>P.createElement("svg",Cb({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),lb||(lb=P.createElement("rect",{x:28.5,y:200,width:40,height:20,fill:"url(#paint0_linear_5229_28987)"})),db||(db=P.createElement("rect",{x:88.5,y:180,width:40,height:40,fill:"url(#paint1_linear_5229_28987)"})),cb||(cb=P.createElement("rect",{x:148.5,y:160,width:40,height:60,fill:"url(#paint2_linear_5229_28987)"})),ub||(ub=P.createElement("rect",{x:208.5,y:120,width:40,height:100,fill:"url(#paint3_linear_5229_28987)"})),pb||(pb=P.createElement("rect",{x:268.5,y:60,width:40,height:160,fill:"url(#paint4_linear_5229_28987)"})),hb||(hb=P.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint5_linear_5229_28987)"})),mb||(mb=P.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint6_linear_5229_28987)"})),xb||(xb=P.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint7_linear_5229_28987)"})),gb||(gb=P.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint8_linear_5229_28987)"})),fb||(fb=P.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint9_linear_5229_28987)"})),yb||(yb=P.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint10_linear_5229_28987)"})),vb||(vb=P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint11_linear_5229_28987)"})),bb||(bb=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_5229_28987",x1:48.5,y1:200,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint1_linear_5229_28987",x1:108.5,y1:180,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint2_linear_5229_28987",x1:168.5,y1:160,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint3_linear_5229_28987",x1:228.5,y1:120,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint4_linear_5229_28987",x1:288.5,y1:60,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint5_linear_5229_28987",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint6_linear_5229_28987",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint7_linear_5229_28987",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint8_linear_5229_28987",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint9_linear_5229_28987",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint10_linear_5229_28987",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint11_linear_5229_28987",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})))));var wb,kb,Tb,Bb,Ib,Eb,Ab,Sb,Lb,Rb,Ob,Mb,Pb;function _b(){return _b=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},_b.apply(null,arguments)}const Fb=e=>P.createElement("svg",_b({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),wb||(wb=P.createElement("rect",{x:28.5,y:200,width:40,height:20,fill:"url(#paint0_linear_4437_25449)"})),kb||(kb=P.createElement("rect",{x:88.5,y:180,width:40,height:40,fill:"url(#paint1_linear_4437_25449)"})),Tb||(Tb=P.createElement("rect",{x:148.5,y:160,width:40,height:60,fill:"url(#paint2_linear_4437_25449)"})),Bb||(Bb=P.createElement("rect",{x:208.5,y:120,width:40,height:100,fill:"url(#paint3_linear_4437_25449)"})),Ib||(Ib=P.createElement("rect",{x:268.5,y:60,width:40,height:160,fill:"url(#paint4_linear_4437_25449)"})),Eb||(Eb=P.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint5_linear_4437_25449)"})),Ab||(Ab=P.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint6_linear_4437_25449)"})),Sb||(Sb=P.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint7_linear_4437_25449)"})),Lb||(Lb=P.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint8_linear_4437_25449)"})),Rb||(Rb=P.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint9_linear_4437_25449)"})),Ob||(Ob=P.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint10_linear_4437_25449)"})),Mb||(Mb=P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint11_linear_4437_25449)"})),Pb||(Pb=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_4437_25449",x1:48.5,y1:200,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint1_linear_4437_25449",x1:108.5,y1:180,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint2_linear_4437_25449",x1:168.5,y1:160,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint3_linear_4437_25449",x1:228.5,y1:120,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint4_linear_4437_25449",x1:288.5,y1:60,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint5_linear_4437_25449",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint6_linear_4437_25449",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint7_linear_4437_25449",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint8_linear_4437_25449",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint9_linear_4437_25449",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint10_linear_4437_25449",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint11_linear_4437_25449",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})))));var Nb,Db;function qb(){const e="https://docs.dodoex.io/product/tutorial/how-to-create-pools#learn-more-about-the-characteristics-of-different-pool-models",t=[{version:Db.standard,title:o.i18n._({id:"TJBHlP",message:"Standard"}),description:o.i18n._({id:"QNrpkx",message:"Classical AMM-like pool. Suitable for most assets."}),exampleImgUrl:Fb,exampleDarkImgUrl:jb,docUrl:e,initPriceLabel:o.i18n._({id:"d2CZvA",message:"Initial Price"}),initPriceTips:o.i18n._({id:"5OKrbq",message:"Since this pool uses the PMM algorithm, which is different from the normal AMM pool mechanism, the initial price calculation is also different from AMM."}),initPriceTipsLink:"https://docs.dodoex.io/en/product/dodo-v2-pools/dodo-vending-machine/dvm-initial-price-formula-explanation"},{version:Db.pegged,title:o.i18n._({id:"J7M/DA",message:"Pegged"}),description:o.i18n._({id:"RvYEUJ",message:"Suitable for synthetic assets. The liquidity is super concentrated at some price like Curve Finance."}),exampleImgUrl:Jy,exampleDarkImgUrl:Ny,docUrl:e,initPriceLabel:o.i18n._({id:"4ogEAw",message:"Pegged Exchange Rate"}),initPriceTips:o.i18n._({id:"M9dIDb",message:"The pegged exchange rate refers to the exchange rate between two token assets where one's value is pegged/fixed by the other. For example, the pegged exchange rate between the US Dollar and USDT is 1."})},{version:Db.singleToken,title:o.i18n._({id:"34w3mT",message:"Single-Token"}),description:o.i18n._({id:"a1AzKr",message:"For those who are looking to sell tokens and only need ask-side liquidity."}),exampleImgUrl:sb,exampleDarkImgUrl:$v,docUrl:e,initPriceLabel:o.i18n._({id:"d2CZvA",message:"Initial Price"}),initPriceTips:o.i18n._({id:"HGf8fG",message:"You can set the minimum selling price for single-token pools."})},{version:Db.marketMakerPool,title:o.i18n._({id:"4vKwIV",message:"Private Pool"}),description:o.i18n._({id:"pKjCsP",message:"100% use your own funds and enjoy the maximum degree of flexibility."}),exampleImgUrl:Lv,exampleDarkImgUrl:xv,docUrl:e,initPriceLabel:o.i18n._({id:"CeLrge",message:"Mid Price"}),initPriceTips:o.i18n._({id:"GGPOuT",message:"set current mid price"})}],n=t.reduce(((e,t)=>(e[t.version]=t,e)),{});return{versionList:t,versionMap:n,subPeggedVersionList:Ub()}}function Ub(){return[{version:Nb.DSP,title:o.i18n._({id:"D1bhHv",message:"The pool’s market-making price is fixed"}),description:o.i18n._({id:"lgE483",message:"Once created, the price cannot be changed. This option applies to assets like ETH-WETH."})},{version:Nb.GSP,title:o.i18n._({id:"LVzIav",message:"The pool’s market-making price can be adjusted"}),description:o.i18n._({id:"KkjUUb",message:"Once created, you can adjust the pool’s market-making price at any time. This option is suitable for assets with fluctuating pegged prices. Adjusting the pool’s market-making price allows for more competitive quotes."})}]}function Vb(){return Ub().reduce(((e,t)=>(e[t.version]=t,e)),{})}!function(e){e.DSP="dsp",e.GSP="gsp"}(Nb||(Nb={})),function(e){e.standard="standard",e.singleToken="single-token",e.pegged="pagged",e.marketMakerPool="market-maker-pool"}(Db||(Db={}));const Hb="0.3",Wb=.01,Zb=10,$b="1",zb="0.0000000000001",Qb=1e8,Gb="1",Yb="0.0001",Xb="0.1",Kb=8;function Jb({selectedVersion:e,quoteToken:t,initPrice:n,midPrice:i}){return e===Db.standard?!i||i.isZero()?null:Do({input:i,decimals:t.decimals}):Do({input:n,decimals:t.decimals})}function eC({initPrice:e}){const t=new s(e);if(!t.isFinite()||t.lte(0))return{base:null,quote:null};const n=new s(1),i=n.dividedBy(n.plus(t)).dp(Kb,s.ROUND_DOWN);return{base:i,quote:n.minus(i).dp(Kb,s.ROUND_DOWN)}}function tC({chainId:e,baseToken:t,quoteToken:n}){const i=r.basicTokenMap[e];return!(!t||!n)&&(!(!sa(t.address,i.address)||!sa(n.address,i.wrappedTokenAddress))||!(!sa(t.address,i.wrappedTokenAddress)||!sa(n.address,i.address)))}function nC({title:e,children:n,isWaiting:i}){const o=t.useTheme();return $.jsxs(t.Box,{sx:{padding:16,borderRadius:8,backgroundColor:o.palette.background.paper,flexGrow:1,flexBasis:"100%"},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",gap:8,typography:"h5"},children:i?"-":n}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:500,color:o.palette.text.secondary,mt:8},children:e})]})}function iC({status:n,selectedVersion:i,baseToken:o,quoteToken:r,initPrice:a,slippageCoefficient:s,midPrice:l,sx:d}){var c;const{versionMap:u}=qb(),p="waiting"===n,{initPriceLabel:h}=u[i];return o&&r?$.jsx($.Fragment,{children:$.jsxs(t.Box,{sx:Object.assign({mt:0,display:"flex",alignItems:"stretch",gap:12,opacity:p?.5:1},d),children:[$.jsxs(nC,{title:$.jsx(e.Trans,{id:"fSFt4a",message:"Token Pair"}),isWaiting:p,children:[$.jsx(fp,{width:24,height:24,tokens:[o,r]}),o.symbol,"-",r.symbol]}),$.jsx(nC,{title:$.jsx(e.Trans,{id:"sjn3tj",message:"Slippage Coefficient"}),isWaiting:p,children:s}),$.jsxs(nC,{title:h,isWaiting:p,children:["1 ",o.symbol," = ",null!==(c=Jb({midPrice:l,quoteToken:r,selectedVersion:i,initPrice:a}))&&void 0!==c?c:"-"," ",r.symbol]})]})}):null}var oC,rC;function aC(){return aC=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},aC.apply(null,arguments)}const sC=e=>P.createElement("svg",aC({width:54,height:32,viewBox:"0 0 54 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),oC||(oC=P.createElement("g",{clipPath:"url(#clip0_5251_29079)"},P.createElement("path",{d:"M41.2736 0.409826C33.3354 1.31458 28.4933 23.304 27.1777 32H54.0001V0.0303594C53.1946 0.0303459 46.2675 -0.159361 41.2736 0.409826Z",fill:"url(#paint0_linear_5251_29079)"}),P.createElement("path",{d:"M27 31.7932C28.3204 23.1499 33.2469 1.97641 41.3084 0.583249C43.491 0.206055 53.1916 0.206014 54 0.206056",stroke:"#EC5A7D",strokeWidth:.206452,strokeLinecap:"square",strokeLinejoin:"round"}),P.createElement("path",{d:"M12.7264 0.409826C20.6646 1.31458 25.5067 23.304 26.8223 32H-0.000102997V0.0303594C0.805374 0.0303459 7.73247 -0.159361 12.7264 0.409826Z",fill:"url(#paint1_linear_5251_29079)"}),P.createElement("path",{d:"M27 31.7932C25.6796 23.1499 20.7531 1.97641 12.6916 0.583249C10.509 0.206055 0.808383 0.206014 2.38419e-07 0.206056",stroke:"#2FBA90",strokeWidth:.206452,strokeLinecap:"square",strokeLinejoin:"round"}))),rC||(rC=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_5251_29079",x1:54.0001,y1:5.72231,x2:54.0001,y2:31.0514,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EC5A7D",stopOpacity:.3}),P.createElement("stop",{offset:1,stopColor:"#EC5A7D",stopOpacity:0})),P.createElement("linearGradient",{id:"paint1_linear_5251_29079",x1:-10303e-8,y1:5.72231,x2:-10372e-8,y2:31.0514,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#2FBA90",stopOpacity:.3}),P.createElement("stop",{offset:1,stopColor:"#2FBA90",stopOpacity:0})),P.createElement("clipPath",{id:"clip0_5251_29079"},P.createElement("rect",{width:54,height:32,fill:"white"})))));var lC,dC;function cC(){return cC=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},cC.apply(null,arguments)}const uC=e=>P.createElement("svg",cC({width:54,height:32,viewBox:"0 0 54 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),lC||(lC=P.createElement("g",{clipPath:"url(#clip0_5251_28999)"},P.createElement("path",{d:"M41.2736 0.409826C33.3354 1.31458 28.4933 23.304 27.1777 32H54.0001V0.0303594C53.1946 0.0303459 46.2675 -0.159361 41.2736 0.409826Z",fill:"url(#paint0_linear_5251_28999)"}),P.createElement("path",{d:"M27 31.7932C28.3204 23.1499 33.2469 1.97641 41.3084 0.583249C43.491 0.206055 53.1916 0.206014 54 0.206056",stroke:"#FF6187",strokeWidth:.206452,strokeLinecap:"square",strokeLinejoin:"round"}),P.createElement("path",{d:"M12.7264 0.409826C20.6646 1.31458 25.5067 23.304 26.8223 32H-0.000102997V0.0303594C0.805374 0.0303459 7.73247 -0.159361 12.7264 0.409826Z",fill:"url(#paint1_linear_5251_28999)"}),P.createElement("path",{d:"M27 31.7932C25.6796 23.1499 20.7531 1.97641 12.6916 0.583249C10.509 0.206055 0.808383 0.206014 2.38419e-07 0.206056",stroke:"#55F9C7",strokeWidth:.206452,strokeLinecap:"square",strokeLinejoin:"round"}))),dC||(dC=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_5251_28999",x1:54.0001,y1:5.72231,x2:54.0001,y2:31.0514,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FF6187",stopOpacity:.3}),P.createElement("stop",{offset:1,stopColor:"#FF6187",stopOpacity:0})),P.createElement("linearGradient",{id:"paint1_linear_5251_28999",x1:-10303e-8,y1:5.72231,x2:-10372e-8,y2:31.0514,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#55F9C7",stopOpacity:.3}),P.createElement("stop",{offset:1,stopColor:"#55F9C7",stopOpacity:0})),P.createElement("clipPath",{id:"clip0_5251_28999"},P.createElement("rect",{width:54,height:32,fill:"white"})))));function pC({height:e,text:t}){return $.jsx(X,{sx:{display:"flex",justifyContent:"center",alignItems:"center",flexDirection:"column",height:e||261},emptyText:t||o.i18n._({id:"uiuMDr",message:"Enter parameters to view the yield curve"})})}const hC=n.lazy((()=>Promise.resolve().then((function(){return require("./index-DNyCRR87.cjs")})))),mC=n.lazy((()=>Promise.resolve().then((function(){return require("./index-3y3Zs0qh.cjs")}))));var xC,gC;function fC({baseToken:i,quoteToken:r,pmmParams:a,pmmModel:s,midPrice:l}){var d,c;const u=t.useTheme(),{isMobile:p}=Oa(),[h,m]=n.useState(xC.depth),x=n.useRef(null),[g,f]=n.useState(0),y=null!==(d=null==i?void 0:i.symbol)&&void 0!==d?d:"",v=null!==(c=null==r?void 0:r.symbol)&&void 0!==c?c:"";n.useEffect((()=>{const e=()=>{x&&x.current&&f(x.current.offsetWidth)};return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[x,l]);const b=h===xC.depth;if(!l||l.isNaN())return $.jsx(pC,{height:p?261:b?665:494});const C=u.palette.success.main,j=u.palette.error.main,w=[{key:xC.liquidity,value:o.i18n._({id:"6y2TB3",message:"Liquidity"})},{key:xC.depth,value:o.i18n._({id:"n25Lml",message:"Depth"})}];return $.jsxs(t.Box,{ref:x,sx:{mt:2,"& input":{backgroundColor:"background.cardInput",borderStyle:"solid",borderWidth:"1px",borderColor:"border.main",borderRadius:8,color:"text.primary",overflow:"hidden"},"& .operate-btn-wrapper button":{backgroundColor:"background.paperContrast",color:"text.primary"}},children:[$.jsxs(t.Tabs,{value:h,onChange:(e,t)=>{m(t)},children:[$.jsx(t.TabsButtonGroup,{tabs:w,variant:"tag",tabsListSx:{ml:"auto"}}),$.jsx(t.Box,{sx:Object.assign({typography:"h6",mt:8,mb:14,color:"text.secondary"},p?{transform:"scale(0.66667)",transformOrigin:"top left"}:{}),children:$.jsx(e.Trans,{id:"tyGEMJ",message:"Amounts"})}),$.jsx(t.TabPanel,{value:xC.depth,children:g&&$.jsx(n.Suspense,{children:$.jsx(hC,{width:g,height:p?261:364,chartId:"create-pool-depth-chart",baseTokenSymbol:y,quoteTokenSymbol:v,pmmModel:s,pmmParams:a,midPrice:l,colorMap:{grid:"light"===u.palette.mode?"#E4E4E4":void 0,midPriceLine:"light"===u.palette.mode?"#E4E4E4":void 0,leftBg:[0,t.alpha(C,.04),1,t.alpha(C,.3)],leftLine:C,rightBg:[0,t.alpha(j,.04),1,t.alpha(j,.3)],rightLine:j,tooltipBg:u.palette.background.paperContrast,tooltipColor:u.palette.text.primary},notShowAmountInput:p})})}),$.jsx(t.TabPanel,{value:xC.liquidity,children:$.jsx(n.Suspense,{children:$.jsx(mC,{width:g,height:p?261:364,baseTokenSymbol:y,quoteTokenSymbol:v,pmmModel:s,pmmParams:a,midPrice:l,notShowTipText:!0,colorMap:{grid:"light"===u.palette.mode?"#E4E4E4":void 0,midPriceLine:"light"===u.palette.mode?"#E4E4E4":void 0,leftBg:[0,t.alpha(C,.04),1,t.alpha(C,.3)],leftLine:C,rightBg:[0,t.alpha(j,.04),1,t.alpha(j,.3)],rightLine:j,tooltipBg:u.palette.background.paperContrast,tooltipColor:u.palette.text.primary,textColor:u.palette.text.secondary}})})})]}),$.jsx(t.Box,{sx:Object.assign({typography:"h6",mt:6,color:"text.secondary"},p?{transform:"scale(0.66667)",transformOrigin:"top left"}:{}),children:$.jsx(e.Trans,{id:"DZULmp",message:"Swap Rate"})}),b?"":$.jsxs(t.Box,{sx:{typography:"h6",mt:24,color:"text.secondary",textAlign:"center"},children:["* ",o.i18n._({id:"DuVAxN",message:"The area of the chart indicates the buy/sell volume of {baseSymbol} that can be carried by the market when the current price changes to the hover price.",values:{baseSymbol:y}})]})]})}!function(e){e[e.liquidity=1]="liquidity",e[e.depth=2]="depth"}(xC||(xC={})),function(e){e[e.standard=1]="standard",e[e.singleToken=2]="singleToken",e[e.pagged=3]="pagged",e[e.marketMaker=4]="marketMaker"}(gC||(gC={}));const yC=({selectedVersion:e,baseAmount:t,quoteAmount:i,initPrice:o,slippageCoefficient:a})=>{const s=n.useMemo((()=>{const n=[Db.standard,Db.singleToken].includes(e),r=e===Db.singleToken;if(!t||!r&&!i)return;const s=Number(o),l=Number(t),d=Number(i),c=Number(a);return{i:s,k:c,b:l,b0:l,q:d,q0:0!==c&&n?0:d,R:0!==c&&n?1:0}}),[t,o,i,e,a]),l=n.useMemo((()=>{if(s)return r.getPmmModel(s)}),[s]),d=n.useMemo((()=>{if(l)return l.getMidPrice()}),[l]);return{pmmParams:s,pmmModel:l,midPrice:d}};function vC({selectedVersion:e,baseToken:i,quoteToken:r,initPrice:a,slippageCoefficient:s,baseAmount:l,quoteAmount:d}){const c=t.useTheme(),{isMobile:u}=Oa(),[p,h]=n.useState(!1),{pmmParams:m,pmmModel:x,midPrice:g}=yC({selectedVersion:e,baseAmount:l,quoteAmount:d,initPrice:a,slippageCoefficient:s});if(!u)return null;const f=o.i18n._({id:"FQfStS",message:"Emulator"}),y=o.i18n._({id:"ihn3o9",message:"The liquidity of ZUNO is continuous, which is different from the discrete liquidity of UniV3. The ticks shown in the illustration are for demonstration purposes only."});return $.jsxs($.Fragment,{children:[$.jsx(t.Box,{sx:{mx:20,mb:8},children:$.jsxs(t.Box,{sx:{width:"100%",px:20,py:16,borderRadius:12,borderWidth:1,borderStyle:"solid",borderColor:c.palette.border.main,display:"flex",alignItems:"center",justifyContent:"space-between"},component:t.ButtonBase,onClick:()=>h(!0),children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",color:c.palette.text.secondary,typography:"body1",fontWeight:600},children:[f,$.jsx(t.QuestionTooltip,{title:y,ml:4,sx:{width:14,height:14}})]}),!g||g.isNaN()?$.jsx(t.Box,{sx:{py:5,typography:"body1"},children:"-"}):"light"===c.palette.mode?$.jsx(sC,{width:"52",height:"32"}):$.jsx(uC,{width:"52",height:"32"})]})}),$.jsx(_s,{open:p,onClose:()=>h(!1),modal:!0,title:$.jsxs(t.Box,{children:[f,$.jsx(t.QuestionTooltip,{title:y,ml:4})]}),children:$.jsx(t.Box,{sx:{px:28,pb:20,maxHeight:"calc(80vh - 134px)",overflowY:"auto",overflowX:"hidden"},children:$.jsx(fC,{baseToken:i,quoteToken:r,pmmParams:m,pmmModel:x,midPrice:g})})})]})}function bC({color:e,backgroundColor:n,tagKey:i}){return $.jsx(t.Box,{sx:{ml:8,px:8,py:2,borderRadius:4,backgroundColor:n,color:e,typography:"h6",fontWeight:500},children:i})}function CC({isWaiting:n,feeRate:i}){const r=t.useTheme();return $.jsxs(t.Box,{sx:{padding:16,borderRadius:8,backgroundColor:r.palette.background.paper,width:"50%",opacity:n?.5:1},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",typography:"h5",fontWeight:600},children:n?"-":$.jsxs($.Fragment,{children:[i||"-","%",i===Hb&&$.jsx(bC,{tagKey:o.i18n._({id:"/+c6tU",message:"99% Default"}),color:r.palette.purple.main,backgroundColor:t.alpha(r.palette.purple.main,.1)})]})}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:500,color:r.palette.text.secondary,mt:8},children:$.jsx(e.Trans,{id:"Y7rVy0",message:"Fee Rate"})})]})}function jC({isWaiting:n,selectedVersion:i,baseToken:o,quoteToken:r,initPrice:a,slippageCoefficient:s,baseAmount:l,quoteAmount:d,peggedBaseTokenRatio:c,peggedQuoteTokenRatio:u}){const p=t.useTheme(),{pmmParams:h,pmmModel:m,midPrice:x}=yC({selectedVersion:i,baseAmount:l,quoteAmount:d,initPrice:a,slippageCoefficient:s});return $.jsxs($.Fragment,{children:[!n&&$.jsx(fC,{baseToken:o,quoteToken:r,pmmParams:h,pmmModel:m,midPrice:x}),$.jsxs(t.Box,{sx:{mt:n?0:20,padding:16,borderRadius:8,backgroundColor:p.palette.background.paper,width:"50%",opacity:n?.5:1},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",typography:"h5",fontWeight:600},children:n?"-":$.jsxs($.Fragment,{children:[c,"% ",null==o?void 0:o.symbol," : ",u,"% ",null==r?void 0:r.symbol]})}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:500,color:p.palette.text.secondary,mt:8},children:$.jsx(e.Trans,{id:"eK0eiF",message:"Initial asset ratio"})})]})]})}function wC({title:e,children:n,isWaiting:i}){const o=t.useTheme();return $.jsxs(t.Box,{sx:{padding:16,borderRadius:8,backgroundColor:o.palette.background.paper,flexGrow:1,flexBasis:"100%"},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",gap:8,typography:"h5"},children:i?"-":n}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:500,color:o.palette.text.secondary,mt:8},children:e})]})}function kC({status:e,selectedVersion:n,baseToken:i,quoteToken:r,initPrice:a,slippageCoefficient:s,baseAmount:l,quoteAmount:d}){var c;const{pmmParams:u,pmmModel:p,midPrice:h}=yC({selectedVersion:n,baseAmount:l,quoteAmount:d,initPrice:a,slippageCoefficient:s}),{versionMap:m}=qb(),x="waiting"===e,{initPriceLabel:g}=m[n];return $.jsxs($.Fragment,{children:["running"===e&&$.jsx(fC,{baseToken:i,quoteToken:r,pmmParams:u,pmmModel:p,midPrice:h}),$.jsxs(t.Box,{sx:{mt:20,display:"flex",alignItems:"stretch",gap:12,opacity:x?.5:1},children:[$.jsx(wC,{title:o.i18n._({id:"fSFt4a",message:"Token Pair"}),isWaiting:x,children:i&&r?$.jsxs($.Fragment,{children:[$.jsx(fp,{width:24,tokens:[i,r],chainId:i.chainId}),i.symbol,"-",r.symbol]}):""}),$.jsx(wC,{title:g,isWaiting:x,children:i&&r?$.jsxs($.Fragment,{children:["1 ",i.symbol,"=",null!==(c=Jb({midPrice:h,quoteToken:r,selectedVersion:n,initPrice:a}))&&void 0!==c?c:"-"," ",r.symbol]}):""}),$.jsx(wC,{title:o.i18n._({id:"sjn3tj",message:"Slippage Coefficient"}),isWaiting:x,children:s})]})]})}function TC({isWaiting:n,selectedSubPeggedVersion:i}){var o,r;const a=t.useTheme(),s=Vb();return $.jsxs(t.Box,{sx:{padding:16,borderRadius:8,backgroundColor:a.palette.background.paper,width:"50%",opacity:n?.5:1},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",typography:"h5",fontWeight:600},children:n?"-":i&&null!==(r=null===(o=s[i])||void 0===o?void 0:o.title)&&void 0!==r?r:"-"}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:500,color:a.palette.text.secondary,mt:8},children:$.jsx(e.Trans,{id:"XPiFIY",message:"Can the pool price be adjusted?"})})]})}function BC({index:e,titleKey:n,status:i}){const o=t.useTheme(),{isMobile:r}=Oa();return $.jsxs($.Fragment,{children:[$.jsx(t.Box,{sx:Object.assign({mt:28,mb:28,borderTopColor:"border.main",borderTopStyle:"solid",borderTopWidth:1},r?{mt:12,mb:12,display:1===e?"none":"block"}:{})}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",mb:20},children:[$.jsx(t.Box,{sx:{display:"flex",width:"20px",height:"20px",justifyContent:"center",alignItems:"center",flexShrink:0,borderRadius:"50%",backgroundColor:"waiting"===i?o.palette.background.paperDarkContrast:o.palette.secondary.main,typography:"h6",fontWeight:600,textAlign:"center",color:"waiting"===i?o.palette.text.disabled:o.palette.secondary.contrastText},children:"completed"===i?$.jsx($.Fragment,{children:$.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{d:"M12.7596 3.55566L5.92549 10.3897L3.23957 7.71418L1.77734 9.17641L5.92549 13.3246L14.2218 5.02826L12.7596 3.55566Z",fill:"currentColor"})})}):e}),$.jsx(t.Box,{sx:{ml:8,typography:"body1",fontWeight:600,color:"waiting"===i?o.palette.text.disabled:o.palette.text.primary},children:n})]})]})}function IC({currentStep:e,isPeggedVersion:n}){const i=t.useTheme(),{isMobile:r}=Oa();let a="",s="",l="";switch(e){case 0:a=o.i18n._({id:"hdIg7i",message:"Select Pool Version"}),l=o.i18n._({id:"fw3eYd",message:"ZUNO provides a variety of pool versions to suit your needs."});break;case 1:a=o.i18n._({id:"lsg9Mi",message:"Parameter Settings"});break;case 2:n?a=o.i18n._({id:"6lss/t",message:"Pricing Model"}):(a=o.i18n._({id:"Y7rVy0",message:"Fee Rate"}),s=o.i18n._({id:"2vjOqX",message:"Pools with lower transaction fees will attract more traders."}));break;case 3:if(!n)throw new Error("type is error");a=o.i18n._({id:"Y7rVy0",message:"Fee Rate"}),s=o.i18n._({id:"2vjOqX",message:"Pools with lower transaction fees will attract more traders."});break;case 4:if(!n)throw new Error("type is error");a=o.i18n._({id:"3ggd2j",message:"Asset ratio within the pool"});break;default:throw new Error(`Invalid Step ${e}`)}return $.jsxs(t.Box,{sx:Object.assign({position:"sticky",top:0,py:20,px:20,backgroundColor:i.palette.background.paper,zIndex:1},r?{}:{position:"static",borderTopLeftRadius:16,borderTopRightRadius:16}),children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(t.Box,{sx:{typography:"h5",color:i.palette.text.primary,fontWeight:600},children:a}),s&&$.jsx(t.QuestionTooltip,{title:s,sx:{width:16,height:16}}),$.jsx(t.Box,{sx:{marginLeft:"auto",display:"flex",alignItems:"center",gap:12},children:(n?[0,1,2,3,4]:[0,1,2]).map((n=>$.jsx(t.Box,{sx:{width:12,height:12,borderRadius:12,background:e>=n?i.palette.secondary.main:t.alpha(i.palette.primary.main,.1)}},n)))})]}),l&&$.jsx(t.Box,{sx:{mt:8,typography:"body2",color:i.palette.text.secondary},children:l})]})}function EC({versionItem:n,status:i}){const o=t.useTheme(),{noDocumentLink:r}=G(),a="light"===o.palette.mode;return"completed"===i?$.jsxs(t.Box,{sx:{backgroundColor:o.palette.background.paper,borderRadius:8,width:"50%",padding:16},children:[$.jsx(t.Box,{sx:{typography:"h5",fontWeight:600,color:o.palette.text.primary},children:n.title}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:500,mt:8,color:o.palette.text.secondary},children:n.description})]}):$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(t.Box,{sx:{typography:"h4",fontWeight:600},children:n.title}),!r&&$.jsxs(t.Box,{sx:{ml:8,display:"flex",padding:"2px 8px",justifyContent:"center",alignItems:"center",gap:"2px",color:o.palette.text.disabled,backgroundColor:o.palette.background.paperDarkContrast,borderRadius:4,typography:"h6"},component:"a",href:n.docUrl,target:"_blank",rel:"noreferrer",children:[$.jsx(e.Trans,{id:"TGi+jm",message:"Doc"}),$.jsx("svg",{width:"14",height:"15",viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.91667 3.41667V11.5833H11.0833V7.5H12.25V11.5833C12.25 12.225 11.725 12.75 11.0833 12.75H2.91667C2.26917 12.75 1.75 12.225 1.75 11.5833V3.41667C1.75 2.775 2.26917 2.25 2.91667 2.25H7V3.41667H2.91667ZM8.16667 3.41667V2.25H12.25V6.33333H11.0833V4.23917L5.34917 9.97333L4.52667 9.15083L10.2608 3.41667H8.16667Z",fill:"currentColor"})})]})]}),$.jsx(t.Box,{sx:{position:"relative",width:"100%",minHeight:220},children:$.jsx(t.Box,{component:a?n.exampleImgUrl:n.exampleDarkImgUrl,sx:{marginTop:20,width:"100%"}})})]})}function AC({side:e,tokenList:t,occupyToken:n,needFindToken:i,chainId:o}){var r,a;let s=null,l=null;const d=t.filter((t=>!(t.side&&t.side!==e||o&&t.chainId!==o)));return d.length&&(i&&(s=null!==(r=d.find((e=>e.address===(null==i?void 0:i.address)&&e.chainId===i.chainId)))&&void 0!==r?r:null,l=s),l||(n?l=null!==(a=d.find((e=>e.address!==n.address)))&&void 0!==a?a:null:[l]=d)),{findToken:s,defaultToken:l}}function SC(){const{account:e,chainId:t}=fa(),n=Qh((e=>{var t;return null===(t=e.page)||void 0===t?void 0:t.params}));return function({chainId:e,account:t,defaultBaseToken:n,defaultQuoteToken:i,tokenListInclude:o}={}){const{tokenList:r}=Mo(),a=AC({side:"from",needFindToken:n,tokenList:r,chainId:e}),s=c.useQuery(Object.assign({},Zi.getFetchTokenQuery(o?void 0:e,null==n?void 0:n.address,t))),l=c.useQuery(Object.assign({},Zi.getFetchTokenQuery(o?void 0:e,null==i?void 0:i.address,t)));let d=null,u=!1;d=a.defaultToken,s.data&&(d=s.data,u=s.isLoading);let p=null,h=!1;return p=AC({side:"to",needFindToken:i,occupyToken:d,tokenList:r,chainId:e}).defaultToken,l.data&&(p=l.data,h=l.isLoading),{defaultBaseToken:d,defaultQuoteToken:p,defaultBaseTokenLoading:u,defaultQuoteTokenLoading:h}}({chainId:t,account:e,defaultBaseToken:(null==n?void 0:n.fromAddress)?{address:null==n?void 0:n.fromAddress,chainId:t}:void 0,defaultQuoteToken:(null==n?void 0:n.toAddress)?{address:null==n?void 0:n.toAddress,chainId:t}:void 0})}function LC({tokens:e}){const{apikey:t}=G(),n=Ya(Mi.fiatPrice);return c.useQuery({enabled:!!e.length,queryKey:["fetch","fetchFiatPrice",e],queryFn:()=>N(this,void 0,void 0,(function*(){const i=yield g.post(n,{networks:e.map((e=>ha(e.chainId))),addresses:e.map((e=>e.address)),symbols:e.map((e=>e.symbol)),isCache:!0},t?{headers:{apikey:t}}:void 0),o=new Map;return i.data.data&&i.data.data.forEach((e=>{const t=Number(e.price);!Number.isNaN(t)&&t>0&&o.set(e.address,t)})),o}))})}const RC=({selectedVersion:e})=>e===Db.pegged?["0.0001","0.0005","0.002"]:["0.5","0.01","1"];var OC;function MC(e,t){return!e||null==t||e.isNaN()?"":e.dp(t,s.ROUND_DOWN).toString()}function PC({state:e,fixedRatioPrice:t}){const{selectedVersion:n,baseToken:i,quoteToken:o,baseAmount:r,isFixedRatio:a,leftTokenAddress:l}=e;if(!i||!o)throw new Error("token is required");const d=l===(null==i?void 0:i.address),c=n===Db.standard,u=n===Db.pegged,p=new s(t);let h=c?zb:d?t:!p.isNaN()&&p.gt(0)?new s(1).div(p).dp(d?o.decimals:i.decimals).toString():$b;if(c){const e=18-i.decimals+o.decimals;e<String(zb).split(".")[1].length&&(h=new s(1).div(10**e).toString())}if(u){const n=eC({initPrice:h}),i=n.base?n.base.multipliedBy(100).toString():"",o=n.quote?n.quote.multipliedBy(100).toString():"";return Object.assign(Object.assign({},e),{initPrice:h,fixedRatioPrice:t,peggedBaseTokenRatio:i,peggedQuoteTokenRatio:o})}if(c&&a){const n=new s(r);if(!n.isNaN()&&!p.isNaN()&&p.gt(0)){const r=d?n.multipliedBy(p):n.div(p);return Object.assign(Object.assign({},e),{initPrice:h,fixedRatioPrice:t,baseAmount:MC(n,i.decimals),quoteAmount:MC(r,o.decimals)})}}return Object.assign(Object.assign({},e),{initPrice:h,fixedRatioPrice:t})}function _C(e,t){var n;switch(t.type){case OC.SetCurrentStep:{const{payload:n}=t;return e.selectedVersion===Db.pegged?Object.assign(Object.assign({},e),{currentStep:n>=4?4:n<=0?0:n}):Object.assign(Object.assign({},e),{currentStep:n>=2?2:n<=0?0:n})}case OC.SelectNewVersion:{const{payload:i}=t;if(i===e.selectedVersion)return e;let o,r=Gb;i===Db.pegged&&(r=Yb,o=Nb.DSP);let a=zb;i===Db.singleToken?a="":i!==Db.standard&&(a=$b);let s=!0;return i===Db.singleToken&&(s=!1),Object.assign(Object.assign({},e),{baseAmount:"",quoteAmount:"",isFixedRatio:s,initPrice:a,fixedRatioPrice:i===Db.singleToken?"":$b,slippageCoefficient:r,isSlippageCoefficientCustomized:!RC({selectedVersion:t.payload}).includes(r),selectedVersion:t.payload,selectedSubPeggedVersion:o,leftTokenAddress:null===(n=e.baseToken)||void 0===n?void 0:n.address})}case OC.SelectNewSubPeggedVersion:return Object.assign(Object.assign({},e),{selectedSubPeggedVersion:t.payload});case OC.UpdateBaseToken:{const n=t.payload;return Object.assign(Object.assign({},e),{baseToken:n,baseAmount:"",leftTokenAddress:null==n?void 0:n.address})}case OC.UpdateQuoteToken:{const{baseToken:n}=e;return Object.assign(Object.assign({},e),{quoteToken:t.payload,quoteAmount:"",leftTokenAddress:null==n?void 0:n.address})}case OC.SwitchTokens:{const{selectedVersion:t,baseToken:n,quoteToken:i,baseAmount:o,quoteAmount:r}=e;return t===Db.singleToken?Object.assign(Object.assign({},e),{baseToken:i,quoteToken:n,leftTokenAddress:null==i?void 0:i.address}):Object.assign(Object.assign({},e),{baseToken:i,quoteToken:n,baseAmount:r,quoteAmount:o,leftTokenAddress:null==i?void 0:i.address})}case OC.UpdateBaseAmount:{const n=t.payload,{selectedVersion:i,quoteToken:o,fixedRatioPrice:a,isFixedRatio:l,peggedBaseTokenRatio:d}=e;if(!o)throw new Error("token is required");const c=new s(n);if(i===Db.pegged){const t=new s(d).div(100).dp(Kb,s.ROUND_DOWN);if(!t.isFinite()||t.lt(0))return Object.assign(Object.assign({},e),{baseAmount:n,quoteAmount:""});const i=c.div(t).minus(c);return Object.assign(Object.assign({},e),{baseAmount:n,quoteAmount:MC(i,o.decimals)})}if(i===Db.standard&&l&&a){if(!n)return Object.assign(Object.assign({},e),{baseAmount:n,quoteAmount:n});const t=function(e,t){const n=new r.PMMModel;return n.B=new s(e.baseAmount),n.i=new s(e.initPrice),n.k=new s(e.slippageCoefficient),n.RStatus=1,n.getQuoteByMidPrice(t)}(Object.assign(Object.assign({},e),{baseAmount:n}),new s(a));return Object.assign(Object.assign({},e),{baseAmount:n,quoteAmount:MC(t,o.decimals)})}return Object.assign(Object.assign({},e),{baseAmount:n})}case OC.UpdateQuoteAmount:{const n=t.payload,{selectedVersion:i,baseToken:o,fixedRatioPrice:r,isFixedRatio:a,leftTokenAddress:l,peggedQuoteTokenRatio:d}=e;if(!o)throw new Error("token is required");const c=l===(null==o?void 0:o.address),u=new s(n);if(i===Db.pegged){const t=new s(d).div(100).dp(Kb,s.ROUND_DOWN);if(!t.isFinite()||t.lt(0))return Object.assign(Object.assign({},e),{baseAmount:"",quoteAmount:n});const i=u.div(t).minus(u);return Object.assign(Object.assign({},e),{baseAmount:MC(i,o.decimals),quoteAmount:n})}if(i===Db.standard&&a){const t=new s(r),i=t.gt(0)?c?u.div(t):u.multipliedBy(t):void 0;return Object.assign(Object.assign({},e),{baseAmount:MC(i,o.decimals),quoteAmount:n})}return Object.assign(Object.assign({},e),{quoteAmount:n})}case OC.UpdateIsFixedRatio:return Object.assign(Object.assign({},e),{isFixedRatio:t.payload});case OC.InitFixedRatioPrice:{const{leftTokenAddress:n,baseToken:i,quoteToken:o}=e;if(!i||!o)throw new Error("token is required");const r=n===(null==i?void 0:i.address),{baseTokenFiatPrice:a,quoteTokenFiatPrice:l}=t.payload,d=a&&l?new s(a).div(l):void 0,c=a&&l?new s(l).div(a):void 0,u=r?d:c,p=r?o.decimals:i.decimals;return u&&!u.isNaN()?PC({state:e,fixedRatioPrice:u.dp(p,s.ROUND_DOWN).toString()}):e}case OC.UpdateFixedRatioPrice:return PC({state:e,fixedRatioPrice:t.payload});case OC.ToggleLeftToken:{const{baseToken:t,quoteToken:n,fixedRatioPrice:i}=e;if(!t||!n)throw new Error("token is required");const o=e.leftTokenAddress===(null==t?void 0:t.address),r=o?null==n?void 0:n.address:null==t?void 0:t.address,a=new s(i);if(!a.isNaN()&&a.gt(0)){const i=new s(1).div(a).dp(o?t.decimals:n.decimals);return PC({state:Object.assign(Object.assign({},e),{leftTokenAddress:r}),fixedRatioPrice:i.toString()})}return Object.assign(Object.assign({},e),{leftTokenAddress:r})}case OC.UpdateSlippageCoefficient:return Object.assign(Object.assign({},e),{slippageCoefficient:t.payload});case OC.UpdateIsSlippageCoefficientCustomized:return Object.assign(Object.assign({},e),{isSlippageCoefficientCustomized:t.payload});case OC.UpdateFeeRate:return Object.assign(Object.assign({},e),{feeRate:t.payload});case OC.UpdateIsFeeRateCustomized:return Object.assign(Object.assign({},e),{isFeeRateCustomized:t.payload});case OC.InitEditParameters:return function(e,t){const{baseToken:n,quoteToken:i}=t;return n&&i?Object.assign(Object.assign({},e),{baseToken:n,quoteToken:i,leftTokenAddress:null==n?void 0:n.address,slippageCoefficient:"",initPrice:"",fixedRatioPrice:"",feeRate:"",isFixedRatio:!1}):e}(e,t.payload);case OC.UpdatePeggedBaseTokenRatio:{if(!e.quoteToken)throw new Error("token is required");const n=t.payload,i=new s(n).dp(Kb-2,s.ROUND_DOWN);if(!i.isFinite()||i.lt(0))return Object.assign(Object.assign({},e),{peggedBaseTokenRatio:"",peggedQuoteTokenRatio:"",baseAmount:"",quoteAmount:""});const o=new s(100).minus(i).dp(Kb-2,s.ROUND_DOWN),r=i.lte(0)?"0":e.baseAmount,a=new s(r),l=a.div(i.div(100)).minus(a);return Object.assign(Object.assign({},e),{peggedBaseTokenRatio:n,peggedQuoteTokenRatio:o.lt(0)?"0":o.toString(),baseAmount:r,quoteAmount:MC(l,e.quoteToken.decimals)})}case OC.UpdatePeggedQuoteTokenRatio:{if(!e.baseToken)throw new Error("token is required");const n=t.payload,i=new s(n).dp(Kb-2,s.ROUND_DOWN);if(!i.isFinite()||i.lt(0))return Object.assign(Object.assign({},e),{peggedBaseTokenRatio:"",peggedQuoteTokenRatio:n,baseAmount:"",quoteAmount:""});const o=new s(100).minus(i).dp(Kb-2,s.ROUND_DOWN),r=i.lte(0)?"0":e.quoteAmount,a=new s(r),l=a.div(i.div(100)).minus(a);return Object.assign(Object.assign({},e),{peggedBaseTokenRatio:o.lt(0)?"0":o.toString(),peggedQuoteTokenRatio:n,baseAmount:MC(l,e.baseToken.decimals),quoteAmount:r})}default:throw Error("Unknown action: "+t.type)}}function FC({isSingleTokenVersion:e,leftTokenAddress:t,baseToken:i,quoteToken:o,dispatch:r}){var a,l;const d=LC({tokens:n.useMemo((()=>i&&o?[i,o]:[]),[i,o])}),c=t===(null==i?void 0:i.address),u=i?null===(a=d.data)||void 0===a?void 0:a.get(i.address):void 0,p=o?null===(l=d.data)||void 0===l?void 0:l.get(o.address):void 0,h=n.useMemo((()=>{const e=u&&p?new s(u).div(p):void 0,t=u&&p?new s(p).div(u):void 0;return c?e:t}),[u,c,p]),m=!h||h.isNaN(),x=!d.isLoading&&!d.isPending&&m;return n.useLayoutEffect((()=>{x&&r({type:OC.UpdateIsFixedRatio,payload:!1})}),[r,x]),n.useLayoutEffect((()=>{e||u&&r({type:OC.InitFixedRatioPrice,payload:{baseTokenFiatPrice:u,quoteTokenFiatPrice:p}})}),[u,r,e,p]),{fiatPriceLoading:d.isLoading||d.isPending,currentPrice:h,isErrorPrice:x,isNullPrice:m}}function NC({label:e,value:n}){return $.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",mb:16},children:[$.jsx(t.Box,{sx:{color:"text.secondary",mr:8},children:e}),$.jsx(t.Box,{sx:{textAlign:"right",wordBreak:"break-all"},children:n})]})}function DC({on:e,onClose:n,state:i,onConfirm:r,isModify:a,loading:s}){var l,d,c,u,p,h,m;const{chainId:x}=fa(),{versionMap:g}=qb(),{isMobile:f}=Oa(),{title:y,initPriceLabel:v}=g[i.selectedVersion],{midPrice:b}=yC({selectedVersion:i.selectedVersion,baseAmount:i.baseAmount,quoteAmount:i.quoteAmount,initPrice:i.initPrice,slippageCoefficient:i.slippageCoefficient}),C=Vb(),j=i.selectedVersion===Db.pegged;return $.jsx(_s,{open:e,onClose:n,modal:!0,title:a?o.i18n._({id:"dzV+zO",message:"Modify Confirmation"}):o.i18n._({id:"tnRI9r",message:"Pool Creation Confirmation"}),children:$.jsxs(t.Box,{sx:{flex:1,px:20,pb:20,display:"flex",flexDirection:"column",justifyContent:"space-between",width:f?void 0:420},children:[$.jsxs(t.Box,{sx:{pt:40,px:8},children:[$.jsx(NC,{label:o.i18n._({id:"eE0JZ4",message:"Version"}),value:y}),$.jsx(NC,{label:o.i18n._({id:"7m5+6j",message:"Initial Tokens"}),value:$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end"},children:[$.jsx(Hs,{address:null===(l=i.baseToken)||void 0===l?void 0:l.address,chainId:x,marginRight:8,width:18,height:18}),i.baseAmount||"-"," ",null===(d=i.baseToken)||void 0===d?void 0:d.symbol]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",mt:4},children:[$.jsx(Hs,{address:null===(c=i.quoteToken)||void 0===c?void 0:c.address,chainId:x,marginRight:8,width:18,height:18}),i.quoteAmount||"-"," ",null===(u=i.quoteToken)||void 0===u?void 0:u.symbol]})]})}),$.jsx(NC,{label:o.i18n._({id:"sjn3tj",message:"Slippage Coefficient"}),value:i.slippageCoefficient}),$.jsx(NC,{label:v,value:i.baseToken&&i.quoteToken?`1 ${i.baseToken.symbol} = ${Jb({midPrice:b,quoteToken:i.quoteToken,selectedVersion:i.selectedVersion,initPrice:i.initPrice})} ${i.quoteToken.symbol}`:""}),j&&$.jsx(NC,{label:o.i18n._({id:"6lss/t",message:"Pricing Model"}),value:i.selectedSubPeggedVersion?null===(p=C[i.selectedSubPeggedVersion])||void 0===p?void 0:p.title:"-"}),$.jsx(NC,{label:o.i18n._({id:"Y7rVy0",message:"Fee Rate"}),value:`${i.feeRate}%`}),j&&$.jsx(NC,{label:o.i18n._({id:"eK0eiF",message:"Initial asset ratio"}),value:$.jsxs($.Fragment,{children:[i.peggedBaseTokenRatio,"% ",null===(h=i.baseToken)||void 0===h?void 0:h.symbol," : ",i.peggedQuoteTokenRatio,"% ",null===(m=i.quoteToken)||void 0===m?void 0:m.symbol]})})]}),$.jsx(t.Button,{fullWidth:!0,isLoading:s,sx:{mt:30},onClick:r,children:a?o.i18n._({id:"7VpPHA",message:"Confirm"}):o.i18n._({id:"hYgDIe",message:"Create"})})]})})}!function(e){e[e.SetCurrentStep=1]="SetCurrentStep",e[e.SelectNewVersion=2]="SelectNewVersion",e[e.SelectNewSubPeggedVersion=3]="SelectNewSubPeggedVersion",e[e.UpdateBaseToken=4]="UpdateBaseToken",e[e.UpdateQuoteToken=5]="UpdateQuoteToken",e[e.SwitchTokens=6]="SwitchTokens",e[e.UpdateBaseAmount=7]="UpdateBaseAmount",e[e.UpdateQuoteAmount=8]="UpdateQuoteAmount",e[e.UpdateIsFixedRatio=9]="UpdateIsFixedRatio",e[e.UpdateFixedRatioPrice=10]="UpdateFixedRatioPrice",e[e.InitFixedRatioPrice=11]="InitFixedRatioPrice",e[e.ToggleLeftToken=12]="ToggleLeftToken",e[e.UpdateSlippageCoefficient=13]="UpdateSlippageCoefficient",e[e.UpdateIsSlippageCoefficientCustomized=14]="UpdateIsSlippageCoefficientCustomized",e[e.UpdateFeeRate=15]="UpdateFeeRate",e[e.UpdateIsFeeRateCustomized=16]="UpdateIsFeeRateCustomized",e[e.InitEditParameters=17]="InitEditParameters",e[e.UpdatePeggedBaseTokenRatio=18]="UpdatePeggedBaseTokenRatio",e[e.UpdatePeggedQuoteTokenRatio=19]="UpdatePeggedQuoteTokenRatio"}(OC||(OC={}));const qC=({selectedVersion:e,selectedSubPeggedVersion:t,baseToken:n,quoteToken:i,baseAmount:o,quoteAmount:a,feeRate:l,initPrice:d,slippageCoefficient:c})=>{const{chainId:u,account:p}=fa(),{deadLine:h}=G(),m=r.basicTokenMap[u];return{getCreateParams:()=>N(void 0,void 0,void 0,(function*(){if(!p||!n||!i)return null;let g="";const f=Number(n.decimals),y=Number(i.decimals),v=new s(l),b=e===Db.marketMakerPool,C=e===Db.standard,j=e===Db.pegged,w=e===Db.pegged&&t===Nb.GSP,k={decimals:f,address:n.address},T={decimals:y,address:i.address},B=x.parseFixed(o,f).toString(),I=x.parseFixed(a||"0",y).toString(),E=b?v.times(100).toNumber():v.times(80).toNumber();let A=b&&C?new s(a).div(o).dp(y,s.ROUND_DOWN).toString():new s(d).toString();if(C){const e=18-n.decimals+i.decimals;e<String(zb).split(".")[1].length&&(A=new s(1).div(10**e).toString())}const S=Number(c||(j?"0.1":"1")),L=Math.ceil(Date.now()/1e3)+(null!=h?h:3600);let R;const O=[u,k,T,B,I,E,A,S,L];try{e===Db.standard||e===Db.singleToken?R=yield r.PoolApi.encode.createDVMPoolABI(...O):b?R=yield r.PoolApi.encode.createDPPPoolABI(...O):j?R=yield r.PoolApi.encode.createDSPPoolABI(...O):w&&(R=yield r.PoolApi.encode.createGSPPoolABI(u,p,k,T,B,I,E,A,S,L))}catch(e){throw console.error("2.0 CreatePool createPrams error",O,e),g=`2.0 CreatePool createPrams error; ERROR: ${e}`,new Error(g)}if(!R||!R.data)throw g="invalid data",new Error(g);try{const e=m.address.toLocaleLowerCase();return o&&n.address.toLocaleUpperCase()===e?R.value=Gg(o):a&&i.address===e?R.value=Gg(a):R.value=0,R}catch(e){throw console.error("2.0 sendTransaction error",e),g=`2.0 sendTransaction error; ERROR: ${e}`,new Error(g)}}))}},UC=({chainId:n,baseToken:i,quoteToken:o})=>{const r=t.useTheme();return tC({chainId:n,baseToken:i,quoteToken:o})?$.jsx(t.Box,{sx:{mb:12,py:8,px:12,borderRadius:8,backgroundColor:t.alpha(r.palette.error.main,.1),color:r.palette.error.main,textAlign:"center",typography:"h6",fontWeight:500},children:$.jsx(e.Trans,{id:"peTryP",message:"{0}-{1} is not supported. Please select another pair.",values:{0:null==i?void 0:i.symbol,1:null==o?void 0:o.symbol}})}):null};function VC({state:n,dispatch:i,openConfirm:r,isPeggedVersion:a,isStandardVersion:l,isSingleTokenVersion:d,fiatPriceLoading:c}){var u,p;const{currentStep:h,selectedVersion:m,baseToken:x,quoteToken:g,baseAmount:f,quoteAmount:y,initPrice:v,slippageCoefficient:b,feeRate:C}=n,j=new s(f||0),w=new s(y||0),k=ms(x,{amount:f}),T=ms(g,{amount:y}),B={variant:t.Button.Variant.contained},I=tC({chainId:null!==(p=null===(u=n.baseToken)||void 0===u?void 0:u.chainId)&&void 0!==p?p:1,baseToken:x,quoteToken:g}),E=o.i18n._({id:"hXzOVo",message:"Next"}),A=$.jsx(t.Button,{fullWidth:!0,disabled:!0,...B,children:E}),S=$.jsx(t.Button,{variant:t.Button.Variant.contained,fullWidth:!0,onClick:r,children:$.jsx(e.Trans,{id:"hYgDIe",message:"Create"})});if(0===h)return $.jsx(t.Button,{fullWidth:!0,...B,onClick:()=>{i({type:OC.SetCurrentStep,payload:1})},children:E});const L=!x||j.isNaN()||j.lte(0),R=!g||w.isNaN()||w.lte(0);if(1===h){if(I)return A;if(a){if(!x||!g)return A}else{if(L)return A;if(k.needShowTokenStatusButton||k.insufficientBalance)return $.jsx(zg,{status:k,buttonProps:B});if(!d){if(R)return A;if(T.needShowTokenStatusButton||T.insufficientBalance)return $.jsx(zg,{status:T,buttonProps:B})}if(!l){if(!g)return A;const e=new s(v),t=Math.min(g.decimals,16);if(!v||e.isNaN()||e.lt(`1e-${t}`)||e.gt(Qb))return A;const n=new s(b);if(!b||n.isNaN()||n.lt(0)||n.gt(m===Db.pegged?Xb:Gb))return A}if(c)return A;if(tC({chainId:x.chainId,baseToken:x,quoteToken:g}))return A}return $.jsx(t.Button,{fullWidth:!0,...B,onClick:()=>{i({type:OC.SetCurrentStep,payload:2})},children:E})}const O=new s(C),M=!C||O.isNaN()||O.lt(Wb)||O.gt(Zb);return 2===h?a?$.jsx(t.Button,{fullWidth:!0,...B,onClick:()=>{i({type:OC.SetCurrentStep,payload:3})},children:E}):M?A:S:3===h?M?A:$.jsx(t.Button,{fullWidth:!0,...B,onClick:()=>{i({type:OC.SetCurrentStep,payload:4})},children:E}):4===h?L||R?A:k.needShowTokenStatusButton||k.insufficientBalance?$.jsx(zg,{status:k,buttonProps:B}):T.needShowTokenStatusButton||T.insufficientBalance?$.jsx(zg,{status:T,buttonProps:B}):S:null}function HC({state:i,dispatch:r,isPeggedVersion:a,isStandardVersion:s,isSingleTokenVersion:l,fiatPriceLoading:d}){const{currentStep:u}=i,p=t.useTheme(),{isMobile:h}=Oa(),m=za(),{onlyChainId:x,chainId:g}=fa(),[f,y]=n.useState(!1),{getCreateParams:v}=qC(i),b=c.useMutation({mutationFn:()=>N(this,void 0,void 0,(function*(){const e=yield v();if(!e)return;(yield m.execute(o.i18n._({id:"8OiU8L",message:"Pool Creation"}),Object.assign({opcode:Ua.TX,desc:"Create pool"},e),{early:!0,metadata:{[i.selectedVersion===Db.marketMakerPool?exports.MetadataFlag.createDPPPool:i.selectedVersion===Db.pegged?i.selectedSubPeggedVersion===Nb.DSP?exports.MetadataFlag.createDSPPool:exports.MetadataFlag.createGSPPool:exports.MetadataFlag.createDVMPool]:"1"}}))===_a.Submitted&&setTimeout((()=>{Qh.getState().push({type:exports.PageType.Pool,params:{tab:hy.myCreated}})}),100)}))});return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:Object.assign({position:"sticky",left:0,right:0,bottom:0,backgroundColor:p.palette.background.paperContrast,px:20,py:20},h?{}:{position:"static",backgroundColor:"transparent",py:0}),children:[1==u&&$.jsx(UC,{chainId:g,baseToken:i.baseToken,quoteToken:i.quoteToken}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[0===u&&h&&$.jsx(t.Button,{variant:t.Button.Variant.second,fullWidth:!0,onClick:()=>{Qh.getState().back()},children:$.jsx(e.Trans,{id:"dEgA5A",message:"Cancel"})}),u>0&&$.jsx(t.Button,{variant:t.Button.Variant.second,fullWidth:!0,onClick:()=>{r({type:OC.SetCurrentStep,payload:u-1})},children:$.jsx(e.Trans,{id:"iH8pgl",message:"Back"})}),$.jsx(cm,{chainId:x,variant:t.Button.Variant.contained,fullWidth:!0,includeButton:!0,children:$.jsx(VC,{state:i,dispatch:r,openConfirm:()=>{y(!0)},isPeggedVersion:a,isStandardVersion:s,isSingleTokenVersion:l,fiatPriceLoading:d})})]})]}),$.jsx(DC,{on:f,onClose:()=>y(!1),state:i,isModify:!1,onConfirm:b.mutate,loading:b.isPending})]})}function WC({selected:e}){const n=t.useTheme();return $.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{marginLeft:"auto",flexShrink:0},children:[$.jsx("rect",{x:"0.5",y:"0.5",width:"17",height:"17",rx:"8.5",stroke:e?n.palette.success.main:n.palette.text.secondary}),e&&$.jsx("rect",{x:"4.5",y:"4.5",width:"9",height:"9",rx:"4.5",fill:n.palette.success.main,stroke:n.palette.success.main})]})}function ZC({title:e,subTitle:n,description:i,selected:o,onClick:r,children:a,sx:s,titleSx:l}){const d=t.useTheme();d.palette.mode;return $.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",p:20,backgroundColor:d.palette.background.tag,borderWidth:1,borderColor:o?d.palette.primary.main:"transparent",borderStyle:"solid",borderRadius:12,flexWrap:"wrap",justifyContent:"flex-start",textAlign:"left","&:hover":{borderColor:d.palette.primary.main}},s),component:t.ButtonBase,onClick:r,children:[$.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",width:"100%",justifyContent:"space-between",typography:"caption",pr:2,color:d.palette.text.primary},l),children:[e,n,$.jsx(WC,{selected:o})]}),$.jsx(t.Box,{sx:{mt:8,typography:"body2",width:"100%",textAlign:"left",color:o?d.palette.text.primary:d.palette.text.secondary},children:i}),a]})}function $C({errorMsg:e,isCustomized:i,onClick:r,value:a,onChange:s}){const l=t.useTheme(),d=n.useMemo((()=>!(!a||"0"===a||Number(a))),[a]);return $.jsxs($.Fragment,{children:[$.jsx(t.Box,{sx:{py:12,px:20,backgroundColor:l.palette.background.paper,borderColor:i&&e||d?l.palette.error.main:i?l.palette.primary.main:l.palette.border.main,borderWidth:1,borderStyle:"solid",borderRadius:12,display:"flex",alignItems:"center"},onClick:r,children:$.jsx(Pu,{value:i?a:"",onChange:s,suffix:$.jsx(WC,{selected:i}),placeholder:o.i18n._({id:"8Tg/JR",message:"Custom"}),sx:{backgroundColor:"transparent","& input":{typography:"body1",height:36,lineHeight:"36px",p:l.spacing(0),color:l.palette.text.primary,"&::placeholder":{color:l.palette.text.disabled,fontWeight:600,typography:"body1",lineHeight:1,position:"relative"}}}})}),e&&$.jsx(t.Box,{sx:{typography:"h6",color:"error.main",mt:6},children:e})]})}const zC=()=>[{title:"0.01%",description:o.i18n._({id:"yzjPpo",message:"Fees will be the same as in most other pools."}),value:"0.01"},{title:"0.3%",description:o.i18n._({id:"OJOe+K",message:"Set the fee to the same as most other pools"}),value:Hb,tag:"99% Default"},{title:"1%",description:"Most suitable for swapping exotic assets.",value:"1"}];function QC(){const e=t.useTheme();return n.useMemo((()=>zC().map((n=>n.value===Hb?Object.assign(Object.assign({},n),{tagBackgroundColor:t.alpha(e.palette.purple.main,.1),tagColor:e.palette.purple.main}):n))),[e.palette.purple.main])}const GC=e=>{if(!e)return"";const t=new s(e);return t.isNaN()||!t.lt(Wb)&&!t.gt(Zb)?"":o.i18n._({id:"GSt7YT",message:"The fee rate must be between 0.01% to 10%"})},YC=(e,t)=>{if(!e)return"";const n=new s(e);if(!n.isNaN()&&(n.lt(0)||n.gt(t===Db.pegged?Xb:Gb)))switch(t){case Db.standard:case Db.singleToken:case Db.marketMakerPool:return o.i18n._({id:"3U+Oti",message:"he slippage coefficient needs to be greater than or equal to 0, and less than or equal to 1."});case Db.pegged:return o.i18n._({id:"LDprZB",message:"The slippage coefficient needs to be greater than 0, and less than 0.1."})}return""};function XC({dispatch:i,feeRate:o,isFeeRateCustomized:r}){const a=t.useTheme(),s=QC(),l=n.useMemo((()=>GC(o)||""),[o]);return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:12,px:20},children:[s.map((e=>{const t=!r&&o===e.value;return $.jsx(ZC,{title:e.title,description:e.description,onClick:()=>{i({type:OC.UpdateIsFeeRateCustomized,payload:!1}),i({type:OC.UpdateFeeRate,payload:e.value})},selected:t,subTitle:e.tag?$.jsx(bC,{color:e.tagColor,backgroundColor:e.tagBackgroundColor,tagKey:e.tag}):void 0,sx:{backgroundColor:a.palette.background.paper,borderColor:t?a.palette.primary.main:a.palette.border.main}},e.value)})),$.jsx(t.Box,{sx:{mt:8},children:$.jsx($C,{errorMsg:l,isCustomized:r,onClick:()=>{i({type:OC.UpdateFeeRate,payload:""}),i({type:OC.UpdateIsFeeRateCustomized,payload:!0})},value:o,onChange:e=>{i({type:OC.UpdateFeeRate,payload:e})}})})]}),$.jsx(t.Box,{sx:{typography:"body2",mt:20,color:"text.secondary",px:20},children:$.jsx(e.Trans,{id:"0b0AkA",message:"* Please note that the Fee Rate cannot be modified after the pool is created"})})]})}function KC({on:t,onClose:n,onConfirm:i}){return $.jsx(af,{open:t,onClose:n,onConfirm:i,title:o.i18n._({id:"t+LmjM",message:"Initial Price Alert"}),modal:!0,children:$.jsx(e.Trans,{id:"yXm1vH",message:"The initial price is different from the current market price, which may cause your pool to be arbitraged"})})}const JC=({title:e,children:n,sx:i})=>{const o=t.useTheme();return $.jsxs(t.Box,{sx:Object.assign({mx:20,display:"flex",flexDirection:"column",alignItems:"stretch",gap:12},i),children:[$.jsx(t.Box,{sx:{typography:"body2",color:o.palette.text.primary,fontWeight:500,display:"flex",alignItems:"center"},children:e}),n]})};function ej({selectedVersion:i,isStandardVersion:r,isSingleTokenVersion:a,isFixedRatio:l,leftTokenAddress:d,baseToken:c,quoteToken:u,fixedRatioPrice:p,dispatch:h,priceInfo:m}){const x=t.useTheme(),[g,f]=n.useState(!1),{versionMap:y}=qb(),{initPriceLabel:v,initPriceTips:b,initPriceTipsLink:C}=y[i],j=d===(null==c?void 0:c.address),w=j?null==c?void 0:c.symbol:null==u?void 0:u.symbol,k=j?null==u?void 0:u.symbol:null==c?void 0:c.symbol,{currentPrice:T,isErrorPrice:B,isNullPrice:I,fiatPriceLoading:E}=m,A=j?null==u?void 0:u.decimals:null==c?void 0:c.decimals,S=n.useMemo((()=>{if(!u)return"";const e=function(e,t,n){if(!t)return"";const i=new s(t),r=Math.min(n,16),a=Number(`1e-${r}`);if(e!==Db.standard&&!i.isNaN()&&(i.lt(a)||i.gt(Qb))){const t=a.toFixed(r);switch(e){case Db.pegged:case Db.singleToken:return o.i18n._({id:"P4iKEj",message:"The initial price needs to be greater than {min} and less than 100,000,000",values:{min:t}});case Db.marketMakerPool:return o.i18n._({id:"kdzjmC",message:"The mid price needs to be greater than {min} and less than 100,000,000",values:{min:t}})}}return""}(i,p,u.decimals);return e||""}),[p,u,i]),L=n.useMemo((()=>!(!p||"0"===p||Number(p))),[p]);return $.jsxs($.Fragment,{children:[$.jsx(JC,{title:$.jsxs($.Fragment,{children:[v,b&&$.jsx(t.QuestionTooltip,{title:$.jsxs($.Fragment,{children:[b,C?$.jsxs($.Fragment,{children:["\n",$.jsxs(t.Box,{component:"a",href:C,target:"_blank",rel:"noopener noreferrer",sx:{color:"primary.main",textDecoration:"underline"},onClick:e=>{e.stopPropagation()},children:[$.jsx(e.Trans,{id:"NgeSlx",message:"Learn More"}),">"]})]}):""]}),ml:4,sx:{width:14,height:14,alignItems:"center"}})]}),sx:{mt:20},children:$.jsxs(t.Box,{sx:{pt:r?11:19,px:19,pb:11,borderWidth:1,borderStyle:"solid",borderColor:S||L?"error.main":x.palette.background.cardInput,borderRadius:8,backgroundColor:x.palette.background.cardInput,display:"flex",flexDirection:"column",alignItems:"stretch",gap:20},children:[r?null:$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{typography:"body2",color:x.palette.text.primary,display:"flex",alignItems:"center"},children:[$.jsxs(t.Box,{sx:{fontWeight:600,color:x.palette.text.disabled,flexShrink:0},children:["1 ",null!=w?w:"-"," ="]}),$.jsx(Pu,{value:p,onChange:e=>{h({type:OC.UpdateFixedRatioPrice,payload:e})},readOnly:l,sx:{backgroundColor:"background.cardInput",pl:0,pr:0,mt:0,flex:"1 1 auto","& input":{textAlign:"right",typography:"h5",height:25,py:0,px:8,color:x.palette.text.primary,"&::placeholder":{color:x.palette.text.disabled}}}}),$.jsx(t.Box,{sx:{typography:"body2",fontWeight:600,color:x.palette.text.disabled,flexShrink:0},children:null!=k?k:"-"}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},component:t.ButtonBase,onClick:()=>{h({type:OC.ToggleLeftToken})},children:$.jsx(t.HoverOpacity,{weak:!0,component:oe.Switch,sx:{marginLeft:8,p:x.spacing(2),color:x.palette.text.primary,backgroundColor:t.alpha(x.palette.primary.main,.1),borderRadius:"50%"}})})]}),S&&$.jsx(t.Box,{sx:{typography:"h6",color:"error.main",mt:-14},children:S})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:r?"flex-start":"flex-end",typography:"h6",color:x.palette.text.primary,fontWeight:500},children:["=",$.jsx(e.Trans,{id:"pdZiL7",message:"Current Market Price:"})," ",E?$.jsx(t.Skeleton,{sx:{borderRadius:4},width:50,height:17}):I?$.jsx(t.Tooltip,{title:$.jsx(e.Trans,{id:"mObS+5",message:"Failed to get price of the token"}),children:$.jsx(t.Box,{component:oe.Warn,sx:{width:14,height:14,color:x.palette.error.main,typography:"h6"}})}):Do({input:T,decimals:A})," ",k,B||a?null:$.jsx(t.Checkbox,{checked:l,onChange:e=>{if(e.target.checked){if(h({type:OC.UpdateIsFixedRatio,payload:!0}),!A)throw new Error("currentTokenDecimals is undefined");T&&!T.isNaN()&&h({type:OC.UpdateFixedRatioPrice,payload:T.dp(A,s.ROUND_DOWN).toString()})}else f(!0)},sx:{ml:8}})]})]})}),$.jsx(KC,{on:g,onClose:()=>f(!1),onConfirm:()=>{h({type:OC.UpdateIsFixedRatio,payload:!1})}})]})}function tj({selectedVersion:e,selectedSubPeggedVersion:n,baseToken:i,quoteToken:o,initPrice:r,dispatch:a}){var s;const l=t.useTheme(),{versionMap:d,subPeggedVersionList:c}=qb(),{initPriceLabel:u}=d[e];return i&&o?$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{mt:8,display:"flex",flexDirection:"column",alignItems:"center",gap:4},children:[$.jsx(t.Box,{sx:{typography:"body2",color:l.palette.text.secondary,fontWeight:500},children:u}),$.jsxs(t.Box,{sx:{typography:"h5",color:l.palette.text.primary,fontWeight:600},children:["1 ",null==i?void 0:i.symbol,"=",null!==(s=Jb({midPrice:void 0,quoteToken:o,selectedVersion:e,initPrice:r}))&&void 0!==s?s:"-"," ",o.symbol]})]}),$.jsx(t.Box,{sx:{mt:20,display:"flex",flexDirection:"column",gap:12,px:20},children:c.map((e=>{const t=n===e.version;return $.jsx(ZC,{title:e.title,description:e.description,onClick:()=>{a({type:OC.SelectNewSubPeggedVersion,payload:e.version})},selected:t,subTitle:void 0,sx:{backgroundColor:l.palette.background.paper,borderColor:t?l.palette.primary.main:l.palette.border.main},titleSx:{typography:"body1",fontWeight:600}},e.version)}))})]}):null}function nj({title:e,value:n,onChange:i}){const o=t.useTheme();return $.jsxs(t.Box,{sx:{flexGrow:1,flexShrink:1,flexBasis:"50%",display:"flex",alignItems:"center",px:15,py:7,borderWidth:1,borderStyle:"solid",borderColor:o.palette.border.main,borderRadius:8,backgroundColor:o.palette.background.cardInput},children:[$.jsx(t.Box,{sx:{color:o.palette.text.primary,typography:"body1",fontWeight:500,flexShrink:0},children:e}),$.jsx(Pu,{value:n,onChange:i,suffix:"%",placeholder:"0",sx:{backgroundColor:"background.cardInput",mt:0,display:"flex",alignItems:"center",width:"100%",typography:"h5",lineHeight:"32px",color:o.palette.text.disabled,"& input":{textAlign:"right",py:0,px:8,color:o.palette.text.primary,"&::placeholder":{opacity:1,color:o.palette.text.disabled,fontWeight:600,typography:"h5",lineHeight:1,position:"relative"}}}})]})}const ij=({baseToken:i,quoteToken:o,initPrice:r,peggedBaseTokenRatio:a,peggedQuoteTokenRatio:l,baseAmount:d,quoteAmount:c,dispatch:u})=>{var p,h;const m=t.useTheme(),[x,g]=n.useMemo((()=>{const{base:e,quote:t}=eC({initPrice:r});return[e?e.multipliedBy(100).toString():null,t?t.multipliedBy(100).toString():null]}),[r]),f=""===a&&""===l,[y,v]=n.useMemo((()=>{var e,t;const n=null!==(e=null==i?void 0:i.decimals)&&void 0!==e?e:0,a=null!==(t=null==o?void 0:o.decimals)&&void 0!==t?t:0,l=new s(d).dp(n,s.ROUND_DOWN).multipliedBy(`1e${n}`),u=new s(c).dp(a,s.ROUND_DOWN).multipliedBy(`1e${a}`),p=new s(r).multipliedBy(`1e${18-n+a}`).dp(0,s.ROUND_DOWN),h=u.lt(l.multipliedBy(p).div(1e18))?u.multipliedBy(1e18).div(p):l,m=new s(1001);if(m.gt(h))return[new s(1),"100%"];const x=m.dividedBy(h);return[x,Ko({input:x})]}),[d,null==i?void 0:i.decimals,r,c,null==o?void 0:o.decimals]),b=n.useMemo((()=>!!y.lte("0.0000000001")||null!=x&&a===x&&null!=g&&l===g),[y,a,l,x,g]),C=`${null==i?void 0:i.symbol}:${null==o?void 0:o.symbol}=${x}%:${g}%`;return $.jsxs(JC,{title:$.jsx(e.Trans,{id:"OuSseo",message:"Ratio Settings"}),children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:[$.jsx(nj,{title:null!==(p=null==i?void 0:i.symbol)&&void 0!==p?p:"",value:a,onChange:e=>{u({type:OC.UpdatePeggedBaseTokenRatio,payload:e})}}),$.jsx(t.Box,{sx:{color:m.palette.text.primary,typography:"body2",fontWeight:500,width:14,flexShrink:0,flexGrow:0,textAlign:"center"},children:":"}),$.jsx(nj,{title:null!==(h=null==o?void 0:o.symbol)&&void 0!==h?h:"",value:l,onChange:e=>{u({type:OC.UpdatePeggedQuoteTokenRatio,payload:e})}})]}),$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:20,px:19,pt:19,pb:11,borderRadius:16,borderWidth:1,borderColor:b||f?m.palette.border.main:"transparent",borderStyle:"solid",backgroundColor:b||f?m.palette.background.paper:t.alpha(m.palette.warning.main,.1)},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:8},children:[f?null:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8,color:b?m.palette.text.primary:m.palette.warning.main,typography:"body1",fontWeight:600},children:[b?null:$.jsx(oe.Warn,{}),$.jsx(e.Trans,{id:"x3muNy",message:"Liquidity Burn Ratio"}),": ",v]}),$.jsx(t.Box,{sx:{color:m.palette.text.secondary,typography:"h6",textAlign:"center","&>strong":{color:b?m.palette.text.primary:m.palette.warning.main}},children:f?$.jsx(e.Trans,{id:"pQJBKk",message:"The closer the provided asset ratio is to the recommended ratio ({recommendRatioText}), the smaller the portion burned.",values:{recommendRatioText:C}}):$.jsx(e.Trans,{id:"ZlQ83E",message:"<0>{lostRatio}</0> of the initial liquidity you provide will be burned. <1/>The closer the provided asset ratio is to the recommended ratio ({recommendRatioText}), the smaller the portion burned.",values:{lostRatio:v,recommendRatioText:C},components:{0:$.jsx("strong",{}),1:$.jsx("br",{})}})})]}),f||!b?$.jsx(t.Button,{variant:t.Button.Variant.outlined,fullWidth:!0,size:t.Button.Size.small,onClick:()=>{u({type:OC.UpdatePeggedBaseTokenRatio,payload:null!=x?x:""})},sx:{border:`solid 1px ${m.palette.text.primary}`,color:m.palette.text.primary,"&:hover":{background:t.alpha(m.palette.text.primary,.1)}},children:$.jsx(e.Trans,{id:"NjdGps",message:"Use the recommended ratio"})}):null]})]})};function oj({open:e,onClose:n,afterClose:i,title:o,titleCenter:r,rightSlot:a,canBack:s=!0,children:l,width:d=420,height:c,testId:u}){const p=t.useTheme(),{isMobile:h}=Oa();return $.jsx(t.WidgetModal,{open:e,onClose:n,container:h?document.querySelector(`.${nu}`):void 0,disableEnforceFocus:!0,children:$.jsxs(t.Box,{sx:Object.assign({backgroundColor:"background.paper",display:"flex",height:c,flexDirection:"column",justifyContent:"center",alignItems:"center",outline:0,overflow:"hidden","& > div":{width:"100%"}},h?{width:"100%",borderRadius:p.spacing(16,16,0,0)}:{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:d,maxWidth:"95%",minHeight:200,maxHeight:"80%",borderRadius:16}),"data-testid":u,children:[o?$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:r?"center":"space-between",p:20,width:"100%",boxSizing:"border-box"},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",typography:"caption"},children:o}),a,!a&&s&&$.jsx(t.Box,{component:oe.Error,sx:{color:"text.secondary",cursor:"pointer"},onClick:()=>{n&&n(),null==i||i()}})]}):"",l]})})}var rj;function aj(){return aj=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},aj.apply(null,arguments)}const sj=e=>P.createElement("svg",aj({width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),rj||(rj=P.createElement("g",{id:"ICON/18px/arrow/\\xE6\\x94\\xB6\\xE8\\xB5\\xB7/Dark"},P.createElement("path",{id:"\\xE4\\xB8\\x89\\xE8\\xA7\\x92\\xE5\\xBD\\xA2",fillRule:"evenodd",clipRule:"evenodd",d:"M6.58398 12.376C6.78189 12.6728 7.21811 12.6728 7.41603 12.376L10.4818 7.77735C10.7033 7.44507 10.4651 7 10.0657 7H3.93426C3.53491 7 3.29672 7.44507 3.51823 7.77735L6.58398 12.376Z",fill:"currentColor"}))));function lj({dispatch:i,slippageCoefficient:r,selectedVersion:a,isCustomized:s,isStandardVersion:l}){const d=t.useTheme(),[c,u]=n.useState(!1),[p,h]=n.useState(r),m=function({selectedVersion:e}){const i=t.useTheme();return n.useMemo((()=>{const n=i.palette.background.paperDarkContrast,r=i.palette.text.disabled,a=i.palette.purple.main,s=t.alpha(a,.1);return e===Db.pegged?[{tag:"",description:o.i18n._({id:"PPqGw9",message:"Applicable to pegged assets with a fixed price and no fluctuation"}),value:"0",title:"K=0",tagBackgroundColor:"transparent",tagColor:"transparent"},{tag:o.i18n._({id:"nTWWCZ",message:"Low"}),description:o.i18n._({id:"L4nQwl",message:"Suitable for stablecoins with price fluctuations within 0.5%"}),value:"0.0001",title:"K=0.0001",tagBackgroundColor:s,tagColor:a},{tag:o.i18n._({id:"agPptk",message:"Medium"}),description:o.i18n._({id:"FrP5tr",message:"Suitable for stablecoins with price fluctuations within 2%"}),value:"0.0005",title:"K=0.0005",tagBackgroundColor:n,tagColor:r},{tag:o.i18n._({id:"yx/fMc",message:"High"}),description:o.i18n._({id:"bC0iyq",message:"Suitable for stablecoins with price fluctuations within 10%"}),value:"0.002",title:"K=0.002",tagBackgroundColor:n,tagColor:r}]:[{tag:o.i18n._({id:"agPptk",message:"Medium"}),description:o.i18n._({id:"VXTSOE",message:"Suitable for most situations."}),value:"0.5",title:"K=0.5",tagBackgroundColor:n,tagColor:r},{tag:o.i18n._({id:"nTWWCZ",message:"Low"}),description:o.i18n._({id:"DPi/hO",message:"Results in a relatively fixed price."}),value:"0.01",title:"K=0.01",tagBackgroundColor:n,tagColor:r},{tag:o.i18n._({id:"yx/fMc",message:"High"}),description:o.i18n._({id:"fKYdE9",message:"Results in a more volatile price."}),value:"1",title:"K=1",tagBackgroundColor:s,tagColor:a}]}),[e,i.palette])}({selectedVersion:a}),[x,g]=n.useState(r);x!==r&&(g(r),h(r));const f=n.useMemo((()=>{const e=YC(p,a);return null!=e?e:""}),[a,p]),y=n.useMemo((()=>!(!p||"0"===p||Number(p))),[p]),v=Boolean(f)||y||s&&!p;return $.jsxs($.Fragment,{children:[$.jsx(JC,{title:$.jsxs($.Fragment,{children:[$.jsx(e.Trans,{id:"sjn3tj",message:"Slippage Coefficient"}),$.jsx(t.QuestionTooltip,{title:o.i18n._({id:"+/wf6Z",message:"The smaller the slippage coefficient, the lower the slippage for traders, and the deeper the market depth."}),ml:4,sx:{width:14,height:14}})]}),sx:{mt:20},children:$.jsxs(t.Box,{component:t.ButtonBase,sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:20,py:8,color:d.palette.text.primary,borderRadius:8,backgroundColor:d.palette.background.cardInput,"&:hover":{backgroundColor:d.palette.hover.default},"&[disabled]>svg":{color:d.palette.text.disabled}},disabled:l,onClick:l?void 0:()=>{u(!0)},children:[$.jsx(t.Box,{sx:{typography:"h5",fontWeight:600,lineHeight:"32px"},children:r}),$.jsx(t.Box,{component:sj,sx:{flexShrink:0,width:18,height:18}})]})}),$.jsx(oj,{open:c,onClose:()=>u(!1),title:$.jsxs(t.Box,{children:[$.jsx(e.Trans,{id:"sjn3tj",message:"Slippage Coefficient"}),$.jsx(t.QuestionTooltip,{title:o.i18n._({id:"+/wf6Z",message:"The smaller the slippage coefficient, the lower the slippage for traders, and the deeper the market depth."}),ml:8})]}),children:$.jsxs(t.Box,{sx:{flex:1,overflowY:"auto"},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:12,p:d.spacing(8,28,28)},children:[m.map((e=>{const t=!s&&p===e.value;return $.jsx(ZC,{title:e.title,description:e.description,onClick:()=>{i({type:OC.UpdateIsSlippageCoefficientCustomized,payload:!1}),h(e.value)},selected:t,subTitle:e.tag?$.jsx(bC,{color:e.tagColor,backgroundColor:e.tagBackgroundColor,tagKey:e.tag}):void 0,sx:{backgroundColor:d.palette.background.paper,borderColor:t?d.palette.primary.main:d.palette.border.main},titleSx:{typography:"body1"}},e.value)})),$.jsx(t.Box,{sx:{mt:8},children:$.jsx($C,{errorMsg:f,isCustomized:s,onClick:()=>{s||h(""),i({type:OC.UpdateIsSlippageCoefficientCustomized,payload:!0})},value:p,onChange:e=>{h(e)}})})]}),$.jsx(t.Box,{sx:{position:"sticky",bottom:0,px:20,py:16,backgroundColor:"background.paperContrast"},children:$.jsx(t.Button,{fullWidth:!0,disabled:v,onClick:()=>{i({type:OC.UpdateSlippageCoefficient,payload:p}),u(!1)},children:$.jsx(e.Trans,{id:"7VpPHA",message:"Confirm"})})})]})})]})}function dj({token:i,oppositeTokenAddress:o,dispatch:r,tokenSelectOnChange:a}){var s;const l=t.useTheme(),{chainId:d,account:u}=fa(),[p,h]=n.useState(!1),m=c.useQuery(Object.assign({},Zi.getFetchTokenQuery(d,null==i?void 0:i.address,u)));return i?$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{component:t.ButtonBase,sx:{display:"flex",alignItems:"center",px:20,py:8,borderRadius:8,backgroundColor:l.palette.background.cardInput,"&:hover":{backgroundColor:l.palette.hover.default}},onClick:()=>{h(!0)},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(Hs,{address:i.address,marginRight:0,width:24,height:24,chainId:i.chainId||d,noShowChain:!0,sx:{flexShrink:0}}),$.jsx(t.Box,{sx:{typography:"h5",color:l.palette.text.primary,fontWeight:600,lineHeight:"32px",flexShrink:0},children:i.symbol}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",typography:"h6",fontWeight:500,color:l.palette.text.secondary,wordBreak:"break-all"},children:["(",$.jsx(e.Trans,{id:"fsBGk0",message:"Balance"}),": ",!i.address||m.isLoading?$.jsx(t.RotatingIcon,{}):Do({input:null===(s=m.data)||void 0===s?void 0:s.balance,decimals:i.decimals}),")"]})]}),$.jsx(t.Box,{component:sj,sx:{flexShrink:0,ml:"auto",width:18,height:18,color:l.palette.text.secondary}})]}),$.jsx(Qu,{value:i,open:p,chainId:d,occupiedAddrs:[o],occupiedChainId:i.chainId,onClose:()=>{h(!1)},onTokenChange:(e,t)=>{if(!Array.isArray(e)){if(t)return r({type:OC.SwitchTokens}),void h(!1);a(e),h(!1)}},modal:!0})]}):null}const cj=({baseToken:t,quoteToken:n,dispatch:i})=>{var o,r;return $.jsxs(JC,{title:$.jsx(e.Trans,{id:"dmiCGN",message:"Select Token Pair"}),children:[$.jsx(dj,{token:t,oppositeTokenAddress:null!==(o=null==n?void 0:n.address)&&void 0!==o?o:"",dispatch:i,tokenSelectOnChange:e=>{i({type:OC.UpdateBaseToken,payload:e})}}),$.jsx(dj,{token:n,oppositeTokenAddress:null!==(r=null==t?void 0:t.address)&&void 0!==r?r:"",dispatch:i,tokenSelectOnChange:e=>{i({type:OC.UpdateQuoteToken,payload:e})}})]})};function uj({selectedVersion:e,dispatch:n}){const i=t.useTheme(),{isMobile:o}=Oa(),{versionList:r}=qb(),a="light"===i.palette.mode;return $.jsx(t.Box,{sx:{display:"flex",flexDirection:"column",gap:12,px:20},children:r.map((i=>{const r=e===i.version;return $.jsx(ZC,{title:i.title,description:i.description,onClick:()=>{n({type:OC.SelectNewVersion,payload:i.version})},selected:r,children:o&&r&&$.jsx(t.Box,{component:a?i.exampleImgUrl:i.exampleDarkImgUrl,sx:{mt:28,width:"100%",height:88.1}})},i.version)}))})}function pj(){const i=t.useTheme(),{defaultBaseToken:r,defaultQuoteToken:a}=SC(),{chainId:l}=fa(),[d,c]=n.useReducer(_C,{currentStep:0,selectedVersion:Db.standard,baseToken:r,quoteToken:a,baseAmount:"",quoteAmount:"",isFixedRatio:!0,initPrice:zb,fixedRatioPrice:$b,leftTokenAddress:null==r?void 0:r.address,feeRate:Hb,isFeeRateCustomized:!1,slippageCoefficient:Gb,isSlippageCoefficientCustomized:!1,peggedBaseTokenRatio:"",peggedQuoteTokenRatio:""});!r||d.baseToken&&d.baseToken.chainId===l||c({type:OC.UpdateBaseToken,payload:r}),!a||d.quoteToken&&d.quoteToken.chainId===l||c({type:OC.UpdateQuoteToken,payload:a});const{isMobile:u}=Oa(),{versionMap:p}=qb(),h=p[d.selectedVersion],m=d.selectedVersion===Db.singleToken,x=d.selectedVersion===Db.standard,g=d.selectedVersion===Db.pegged,f=m?d.quoteToken:d.baseToken,y=m?d.baseToken:d.quoteToken,v=FC({isSingleTokenVersion:m,leftTokenAddress:d.leftTokenAddress,baseToken:d.baseToken,quoteToken:d.quoteToken,dispatch:c}),b=new s(d.peggedBaseTokenRatio).div(100).dp(Kb,s.ROUND_DOWN),C=new s(d.peggedQuoteTokenRatio).div(100).dp(Kb,s.ROUND_DOWN),j=g&&b.lte(0),w=g&&C.lte(0),k=$.jsxs(t.Box,{sx:{px:20},children:[$.jsx(ap,{canClickBalance:!0,showPercentage:!0,amt:m?d.quoteAmount:d.baseAmount,onInputChange:m?void 0:e=>{c({type:m?OC.UpdateQuoteAmount:OC.UpdateBaseAmount,payload:e})},readOnly:m||j,sx:{backgroundColor:"background.cardInput",padding:i.spacing(20,20,28)},inputSx:{backgroundColor:"background.cardInput"},inputReadonlyTooltip:j?o.i18n._({id:"t3d3/V",message:"ratio is 0"}):void 0,token:f,occupiedAddrs:y?[y.address]:void 0,occupiedChainId:l,chainId:l,onTokenChange:g?void 0:(e,t)=>{c(t?{type:OC.SwitchTokens}:{type:m?OC.UpdateQuoteToken:OC.UpdateBaseToken,payload:e})}}),$.jsx(op,{}),$.jsx(ap,{canClickBalance:!0,showPercentage:!0,amt:m?d.baseAmount:d.quoteAmount,onInputChange:e=>{c({type:m?OC.UpdateBaseAmount:OC.UpdateQuoteAmount,payload:e})},readOnly:x&&d.isFixedRatio&&!!d.fixedRatioPrice||w,sx:{backgroundColor:"background.cardInput",padding:i.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"},inputReadonlyTooltip:w?o.i18n._({id:"t3d3/V",message:"ratio is 0"}):o.i18n._({id:"5QDjef",message:"The token amount is calculated by initial price."}),token:y,occupiedAddrs:f?[f.address]:void 0,occupiedChainId:l,chainId:l,onTokenChange:(e,t)=>{c(t?{type:OC.SwitchTokens}:{type:m?OC.UpdateBaseToken:OC.UpdateQuoteToken,payload:e})}})]});return $.jsx($h,{children:$.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"flex-start",height:"100%"},u?{}:{height:"auto",overflowX:"auto"}),children:[u?null:$.jsxs(t.Box,{sx:{mr:12,flexGrow:1,display:"block",overflow:"hidden"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:20},children:[$.jsx(wy,{}),$.jsx(t.Box,{sx:{typography:"caption",fontWeight:600,color:"text.primary",mr:"auto"},children:$.jsx(e.Trans,{id:"pHQq+U",message:"Pool Setup"})}),$.jsx(tg,{poolType:"PMM"})]}),$.jsx(BC,{titleKey:o.i18n._({id:"hdIg7i",message:"Select Pool Version"}),index:1,status:0===d.currentStep?"running":"completed"}),$.jsx(EC,{versionItem:h,status:0===d.currentStep?"running":"completed"},h.version),$.jsx(BC,{titleKey:o.i18n._({id:"lsg9Mi",message:"Parameter Settings"}),index:2,status:0===d.currentStep?"waiting":1===d.currentStep?"running":"completed"}),g?$.jsx(iC,{status:0===d.currentStep?"waiting":1===d.currentStep?"running":"completed",baseToken:d.baseToken,quoteToken:d.quoteToken,initPrice:d.initPrice,slippageCoefficient:d.slippageCoefficient,selectedVersion:d.selectedVersion,midPrice:void 0}):$.jsx(kC,{status:0===d.currentStep?"waiting":1===d.currentStep?"running":"completed",baseToken:d.baseToken,quoteToken:d.quoteToken,initPrice:d.initPrice,slippageCoefficient:d.slippageCoefficient,selectedVersion:d.selectedVersion,baseAmount:d.baseAmount,quoteAmount:d.quoteAmount}),g&&$.jsxs($.Fragment,{children:[$.jsx(BC,{titleKey:o.i18n._({id:"6lss/t",message:"Pricing Model"}),index:3,status:d.currentStep>2?"completed":2===d.currentStep?"running":"waiting"}),$.jsx(TC,{isWaiting:d.currentStep<2,selectedSubPeggedVersion:d.selectedSubPeggedVersion})]}),g?$.jsxs($.Fragment,{children:[$.jsx(BC,{titleKey:o.i18n._({id:"Y7rVy0",message:"Fee Rate"}),index:4,status:d.currentStep>3?"completed":3===d.currentStep?"running":"waiting"}),$.jsx(CC,{isWaiting:d.currentStep<3,feeRate:d.feeRate})]}):$.jsxs($.Fragment,{children:[$.jsx(BC,{titleKey:o.i18n._({id:"Y7rVy0",message:"Fee Rate"}),index:3,status:2===d.currentStep?"running":"waiting"}),$.jsx(CC,{isWaiting:d.currentStep<2,feeRate:d.feeRate})]}),g&&$.jsxs($.Fragment,{children:[$.jsx(BC,{titleKey:o.i18n._({id:"3ggd2j",message:"Asset ratio within the pool"}),index:5,status:d.currentStep>4?"completed":4===d.currentStep?"running":"waiting"}),$.jsx(jC,{isWaiting:d.currentStep<4,baseToken:d.baseToken,quoteToken:d.quoteToken,initPrice:d.initPrice,slippageCoefficient:d.slippageCoefficient,selectedVersion:d.selectedVersion,baseAmount:d.baseAmount,quoteAmount:d.quoteAmount,peggedBaseTokenRatio:d.peggedBaseTokenRatio,peggedQuoteTokenRatio:d.peggedQuoteTokenRatio})]})]}),$.jsxs(t.Box,{sx:Object.assign({flexGrow:1,flexShrink:0,flexBasis:375,borderRadius:0,backgroundColor:"background.paper",minHeight:"100%"},u?{}:{pb:20,borderRadius:16,flexGrow:0,minHeight:"auto",height:"100%",position:"sticky",top:"0px",overflowY:"hidden"}),children:[$.jsx(IC,{currentStep:d.currentStep,isPeggedVersion:g}),0===d.currentStep&&$.jsx(uj,{selectedVersion:d.selectedVersion,dispatch:c}),1===d.currentStep&&$.jsxs($.Fragment,{children:[g?$.jsx($.Fragment,{children:$.jsx(cj,{baseToken:d.baseToken,quoteToken:d.quoteToken,dispatch:c})}):$.jsxs($.Fragment,{children:[$.jsx(vC,{baseToken:d.baseToken,quoteToken:d.quoteToken,initPrice:d.initPrice,slippageCoefficient:d.slippageCoefficient,selectedVersion:d.selectedVersion,baseAmount:d.baseAmount,quoteAmount:d.quoteAmount}),k]}),$.jsx(lj,{dispatch:c,slippageCoefficient:d.slippageCoefficient,selectedVersion:d.selectedVersion,isCustomized:d.isSlippageCoefficientCustomized,isStandardVersion:x}),$.jsx(ej,{selectedVersion:d.selectedVersion,isFixedRatio:d.isFixedRatio,leftTokenAddress:d.leftTokenAddress,baseToken:d.baseToken,quoteToken:d.quoteToken,fixedRatioPrice:d.fixedRatioPrice,dispatch:c,isStandardVersion:x,isSingleTokenVersion:m,priceInfo:v})]}),g&&2===d.currentStep&&$.jsx(tj,{selectedVersion:d.selectedVersion,selectedSubPeggedVersion:d.selectedSubPeggedVersion,baseToken:d.baseToken,quoteToken:d.quoteToken,initPrice:d.initPrice,dispatch:c}),d.currentStep===(g?3:2)&&$.jsx(XC,{dispatch:c,feeRate:d.feeRate,isFeeRateCustomized:d.isFeeRateCustomized}),g&&4===d.currentStep&&$.jsxs($.Fragment,{children:[$.jsx(vC,{baseToken:d.baseToken,quoteToken:d.quoteToken,initPrice:d.initPrice,slippageCoefficient:d.slippageCoefficient,selectedVersion:d.selectedVersion,baseAmount:d.baseAmount,quoteAmount:d.quoteAmount}),$.jsx(ij,{dispatch:c,baseToken:d.baseToken,quoteToken:d.quoteToken,peggedBaseTokenRatio:d.peggedBaseTokenRatio,peggedQuoteTokenRatio:d.peggedQuoteTokenRatio,initPrice:d.initPrice,baseAmount:d.baseAmount,quoteAmount:d.quoteAmount}),$.jsx(JC,{title:$.jsx(e.Trans,{id:"E4LM3N",message:"Add Initial Liquidity"}),sx:{mt:20},children:$.jsx(t.Box,{sx:{mx:-20},children:k})})]}),$.jsx(t.Box,{sx:Object.assign({pb:160},u?{}:{pb:28})}),$.jsx(HC,{state:d,dispatch:c,isPeggedVersion:g,isStandardVersion:x,isSingleTokenVersion:m,fiatPriceLoading:v.fiatPriceLoading})]})]})})}function hj({open:n,onClose:i,title:o,children:r,singleBtn:a,danger:s,singleBtnText:l,cancelText:d,confirmText:c,disabledConfirm:u,confirmLoading:p,isManualClose:h,onConfirm:m}){const x=oj;return $.jsx(x,{open:n,onClose:i,title:$.jsx(t.Box,{sx:{textAlign:"center"},children:o}),canBack:!1,titleCenter:!0,children:$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",justifyContent:"space-between",flex:1,width:"100%"},children:[$.jsx(t.Box,{sx:{typography:"body2",color:o?"text.secondary":"text.primary",textAlign:"center",wordBreak:"break-all",mt:20,px:36},children:r}),a?$.jsx(t.Box,{sx:{px:20},children:$.jsx(t.Button,{fullWidth:!0,variant:t.Button.Variant.outlined,danger:s,sx:{mt:32,mb:20},onClick:()=>{i()},children:l||$.jsx(e.Trans,{id:"DPfwMq",message:"Done"})})}):$.jsxs(t.Box,{sx:{mt:24,mb:20,mx:20,display:"flex",alignItems:"center","& > button":{flex:1}},children:[$.jsx(t.Button,{variant:t.Button.Variant.second,onClick:()=>{i()},children:d||$.jsx(e.Trans,{id:"dEgA5A",message:"Cancel"})}),$.jsx(t.Button,{sx:{ml:8},variant:t.Button.Variant.outlined,danger:s,disabled:u,isLoading:p,onClick:()=>{m&&m(),h||i()},children:c||$.jsx(e.Trans,{id:"7VpPHA",message:"Confirm"})})]})]})})}function mj({sx:n,onClick:o}){const r=t.useTheme();return $.jsxs(t.HoverOpacity,{onClick:()=>{o?o():Qh.getState().back()},sx:i.merge({display:"inline-flex",alignItems:"center",cursor:"pointer","& > svg":{mr:10}},n),children:[$.jsx(t.Box,{sx:{color:r.palette.text.secondary,width:24,height:24,display:"flex",alignItems:"center",justifyContent:"center",borderColor:r.palette.border.main,borderStyle:"solid",borderWidth:1,borderRadius:"50%",backgroundColor:r.palette.background.paper,mr:6},children:$.jsx(oe.ArrowBack,{})}),$.jsx(e.Trans,{id:"CKyk7Q",message:"Go back"})]})}function xj({open:i,onClose:r,alertContent:a,onConfirm:s}){const l=t.useTheme(),[d,c]=n.useState(!1),u=o.i18n._({id:"LQU+Dm",message:"Risk Disclaimer"});return $.jsx(oj,{open:i,onClose:r,title:u,canBack:!1,titleCenter:!0,children:$.jsxs(t.Box,{sx:{flex:1,display:"flex",flexDirection:"column",justifyContent:"space-between"},children:[$.jsx(t.Box,{sx:{mb:20,mx:20,maxHeight:275,overflowY:"auto",borderWidth:1,borderRadius:10,borderStyle:"solid",borderColor:"border.main",p:l.spacing(20),typography:"body2",backgroundColor:l.palette.background.input,color:l.palette.text.primary,textAlign:"left"},children:a}),$.jsxs(t.Box,{sx:{padding:20,pt:12,backgroundColor:l.palette.background.paperContrast},children:[$.jsxs(t.Box,{component:"label",sx:{display:"flex",alignItems:"center",gap:8,typography:"body2",cursor:"pointer",color:"text.secondary",textAlign:"left","& a":{fontWeight:600,color:"primary.main","&:hover":{textDecoration:"underline"}}},children:[$.jsx(t.Checkbox,{sx:{top:-1},checked:d,onChange:e=>{const{checked:t}=e.target;c(t)}}),$.jsx(t.Box,{children:$.jsx(e.Trans,{id:"dqWPbT",message:"I have read, understand, and agree to the <0>Terms of Service</0>.",components:{0:$.jsx("a",{href:"https://docs.dodoex.io/home/terms-of-service",target:"_blank",rel:"noopener noreferrer"})}})})]}),$.jsx(t.Box,{sx:{mt:12,display:"flex",alignItems:"center"},children:$.jsx(t.Button,{sx:{},disabled:!d,fullWidth:!0,onClick:()=>{c(!1),null==s||s()},children:$.jsx(e.Trans,{id:"7VpPHA",message:"Confirm"})})})]})]})})}function gj({id:e,chainId:t}){var n,i,o,a,l,d,u,p,h,m,x,g,f;const y=t?Si[t]:"",v=wa().getQuery(r.PoolApi.graphql.fetchPool,{id:e||"",where:{refreshNow:!1,chain:y},liquidityWhere:{chain:y,refreshNow:!1,filterState:{address:e}}}),b=c.useQuery(Object.assign(Object.assign({},v),{enabled:!!e})),{pair:C,liquidity_list:j}=null!==(n=b.data)&&void 0!==n?n:{},w=null===(o=null===(i=null==j?void 0:j.lqList)||void 0===i?void 0:i[0])||void 0===o?void 0:o.pair;return Object.assign(Object.assign({},b),{poolDetail:C&&t?Object.assign(Object.assign({},C),{address:C.id,type:C.type,chainId:t,baseToken:na(C.baseToken,t),quoteToken:na(C.quoteToken,t),miningAddress:null!==(l=null===(a=null==w?void 0:w.miningAddress)||void 0===a?void 0:a[0])&&void 0!==l?l:"",apy:null==w?void 0:w.apy,baseApy:(null==w?void 0:w.apy)?Jo(new s(null!==(d=w.apy.transactionBaseApy)&&void 0!==d?d:0).plus(null!==(u=w.apy.miningBaseApy)&&void 0!==u?u:0)):void 0,quoteApy:Number(null===(p=null==w?void 0:w.apy)||void 0===p?void 0:p.transactionQuoteApy)||Number(null===(h=null==w?void 0:w.apy)||void 0===h?void 0:h.miningQuoteApy)?Jo(new s(null!==(x=null===(m=null==w?void 0:w.apy)||void 0===m?void 0:m.transactionQuoteApy)&&void 0!==x?x:0).plus(null!==(f=null===(g=null==w?void 0:w.apy)||void 0===g?void 0:g.miningQuoteApy)&&void 0!==f?f:0)):void 0,isCpPool:!1,cpAddress:void 0,cpLiquidator:void 0,cpCreator:void 0,cpCreatedAtTimestamp:void 0}):null})}function fj({disabled:n,chainId:i,baseStatus:o,quoteStatus:r,onClick:a}){const{account:s}=fa();return s?o.needShowTokenStatusButton||r.needShowTokenStatusButton?$.jsx(zg,{status:o.needShowTokenStatusButton?o:r,buttonProps:{variant:t.Button.Variant.contained,fullWidth:!0}}):$.jsx(t.Button,{variant:t.Button.Variant.contained,fullWidth:!0,disabled:n,onClick:()=>a(),children:$.jsx(e.Trans,{id:"7VpPHA",message:"Confirm"})}):$.jsx(cm,{chainId:i,variant:t.Button.Variant.contained,fullWidth:!0,includeButton:!0})}function yj({state:i,pool:r,loading:a}){var l,d;const{baseToken:u,quoteToken:p,baseAmount:h,quoteAmount:m,initPrice:x,slippageCoefficient:g,feeRate:f}=i,y=c.useQuery(ea.getPMMStateQuery(null==r?void 0:r.chainId,null==r?void 0:r.address,null==r?void 0:r.type,null===(l=null==r?void 0:r.baseToken)||void 0===l?void 0:l.decimals,null===(d=null==r?void 0:r.quoteToken)||void 0===d?void 0:d.decimals)),v=t.useTheme(),{isMobile:b}=Oa(),{account:C}=fa(),j=Qh(),[w,k]=n.useState(!1),T=y.data&&h?new s(h).minus(y.data.baseReserve):void 0,B=y.data&&m?new s(m).minus(y.data.quoteReserve):void 0,I=null==T?void 0:T.lt(0),E=ms(u,{amount:T}),A=ms(p,{amount:B});let S=!r||a||!h||Number(h)<0||!m||Number(m)<0;if(!S&&p){const e=new s(x),t=Math.min(p.decimals,16);(!x||e.isNaN()||e.lt(`1e-${t}`)||e.gt(Qb))&&(S=!0);const n=new s(g);(!g||n.isNaN()||n.lt(0)||n.gt(Gb))&&(S=!0);const i=new s(f);(!f||i.isNaN()||i.lt(0)||i.gt(Zb))&&(S=!0)}const{modifyDPPMutation:L}=mf({pool:r||void 0});return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:Object.assign(Object.assign({position:"sticky",left:0,right:0,bottom:0,backgroundColor:v.palette.background.paperContrast,px:20,py:20},b?{}:{position:"static",backgroundColor:"transparent",py:0}),{display:"flex",alignItems:"center",gap:8}),children:[b&&!!C&&$.jsx(t.Button,{variant:t.Button.Variant.second,fullWidth:!0,onClick:()=>{j.back()},children:$.jsx(e.Trans,{id:"dEgA5A",message:"Cancel"})}),$.jsx(fj,{disabled:S,chainId:null==r?void 0:r.chainId,baseStatus:E,quoteStatus:A,onClick:()=>k(!0)})]}),$.jsx(DC,{on:w,onClose:()=>k(!1),state:i,isModify:!0,loading:L.isPending,onConfirm:()=>{var e,t;L.mutate({txTitle:o.i18n._({id:"KRnA5J",message:"Set pool parameters"}),baseAmount:null!==(e=null==T?void 0:T.toString())&&void 0!==e?e:"",quoteAmount:null!==(t=null==B?void 0:B.toString())&&void 0!==t?t:"",isRemove:I,feeRate:i.feeRate,initPrice:i.initPrice,slippageCoefficient:i.slippageCoefficient,submittedBack:()=>{k(!1),j.push({type:exports.PageType.Pool,params:{tab:hy.myCreated}})}})}})]})}function vj({dispatch:i,feeRate:r,isCustomized:a}){const s=t.useTheme(),[l,d]=n.useState(!1),[c,u]=n.useState(r),p=QC();!c&&r&&u(r);const h=GC(c),m=!(!c||"0"===c||Number(c)),x=Boolean(h)||m||a&&!c;return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",mt:20,px:20},children:[$.jsxs(t.Box,{sx:{fontWeight:500,display:"flex",alignItems:"center"},children:[$.jsx(e.Trans,{id:"Y7rVy0",message:"Fee Rate"}),$.jsx(t.QuestionTooltip,{title:o.i18n._({id:"2vjOqX",message:"Pools with lower transaction fees will attract more traders."}),ml:8,size:16})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",ml:12},children:[r,"%",$.jsx(t.Button,{variant:t.Button.Variant.tag,sx:{ml:12,fontSize:12},onClick:()=>d(!0),children:$.jsx(e.Trans,{id:"ePK91l",message:"Edit"})})]})]}),$.jsx(oj,{open:l,onClose:()=>d(!1),title:$.jsxs(t.Box,{children:[$.jsx(e.Trans,{id:"Y7rVy0",message:"Fee Rate"}),$.jsx(t.QuestionTooltip,{title:o.i18n._({id:"2vjOqX",message:"Pools with lower transaction fees will attract more traders."}),ml:8})]}),children:$.jsxs(t.Box,{sx:{flex:1,overflowY:"auto"},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:12,p:s.spacing(8,28,28)},children:[p.map((e=>{const t=!a&&c===e.value;return $.jsx(ZC,{title:e.title,description:e.description,onClick:()=>{i({type:OC.UpdateIsFeeRateCustomized,payload:!1}),u(e.value)},selected:t,subTitle:e.tag?$.jsx(bC,{color:e.tagColor,backgroundColor:e.tagBackgroundColor,tagKey:e.tag}):void 0,sx:{backgroundColor:s.palette.background.paper,borderColor:t?s.palette.primary.main:s.palette.border.main}},e.value)})),$.jsx(t.Box,{sx:{mt:8},children:$.jsx($C,{errorMsg:h,isCustomized:a,onClick:()=>{a||u(""),i({type:OC.UpdateIsFeeRateCustomized,payload:!0})},value:c,onChange:e=>{u(e)}})})]}),$.jsx(t.Box,{sx:{position:"sticky",bottom:0,px:20,py:16,backgroundColor:"background.paperContrast"},children:$.jsx(t.Button,{fullWidth:!0,disabled:x,onClick:()=>{i({type:OC.UpdateFeeRate,payload:c}),d(!1)},children:$.jsx(e.Trans,{id:"7VpPHA",message:"Confirm"})})})]})})]})}function bj({titleKey:e}){const n=t.useTheme();return $.jsxs($.Fragment,{children:[$.jsx(t.Box,{sx:{mt:28,mb:28,borderTopColor:"divider",borderTopStyle:"solid",borderTopWidth:1}}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",mb:20},children:$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:n.palette.text.primary},children:e})})]})}function Cj({params:i}){var r,a,s,l;const d=t.useTheme(),{isMobile:u}=Oa(),{chainId:p}=fa(),[h,m]=n.useState(!1),[x,g]=n.useReducer(_C,{currentStep:0,selectedVersion:Db.marketMakerPool,baseToken:null,quoteToken:null,baseAmount:"",quoteAmount:"",isFixedRatio:!0,initPrice:$b,fixedRatioPrice:$b,leftTokenAddress:void 0,feeRate:Hb,isFeeRateCustomized:!1,slippageCoefficient:Gb,isSlippageCoefficientCustomized:!1,peggedBaseTokenRatio:"",peggedQuoteTokenRatio:""});n.useEffect((()=>{m(!window.localStorage.getItem(jo.PoolEditPage))}),[]);const[f,y]=n.useState("inital"),v=gj({id:null==i?void 0:i.address,chainId:null==i?void 0:i.chainId}),{poolDetail:b}=v,C=F(v,["poolDetail"]);C.isPending||C.error||b||"inital"!==f||y("open"),!x.baseToken&&(null==b?void 0:b.baseToken)&&g({type:OC.InitEditParameters,payload:b});const j=c.useQuery(ea.getPMMStateQuery(null==b?void 0:b.chainId,null==b?void 0:b.address,null==b?void 0:b.type,null===(r=null==b?void 0:b.baseToken)||void 0===r?void 0:r.decimals,null===(a=null==b?void 0:b.quoteToken)||void 0===a?void 0:a.decimals));if(!x.slippageCoefficient&&(null===(l=null===(s=j.data)||void 0===s?void 0:s.pmmParamsBG)||void 0===l?void 0:l.k)){const e=j.data.pmmParamsBG.k.toString(),t=!RC({selectedVersion:x.selectedVersion}).includes(e);g({type:OC.UpdateSlippageCoefficient,payload:e}),g({type:OC.UpdateIsSlippageCoefficientCustomized,payload:t})}!x.baseAmount&&j.data&&(g({type:OC.UpdateBaseAmount,payload:j.data.baseReserve.toString()}),g({type:OC.UpdateQuoteAmount,payload:j.data.quoteReserve.toString()})),!x.fixedRatioPrice&&j.data&&g({type:OC.UpdateFixedRatioPrice,payload:j.data.pmmParamsBG.i.toString()});const w=c.useQuery(ea.getLPFeeRateQuery(null==b?void 0:b.chainId,null==b?void 0:b.address,null==b?void 0:b.type));if(!x.feeRate&&w.data){const e=w.data.times(100).toString(),t=-1===zC().findIndex((t=>t.value===e));g({type:OC.UpdateFeeRate,payload:e}),g({type:OC.UpdateIsFeeRateCustomized,payload:t})}const k=x.selectedVersion===Db.singleToken,T=x.selectedVersion===Db.standard,B=FC({isSingleTokenVersion:k,leftTokenAddress:x.leftTokenAddress,baseToken:x.baseToken,quoteToken:x.quoteToken,dispatch:g}),{versionMap:I}=qb(),E=I[x.selectedVersion],A=!(null==b?void 0:b.baseToken),S=$.jsx(t.Skeleton,{variant:"rounded",width:210,height:60,sx:{padding:16,borderRadius:8}}),L=$.jsx(t.Skeleton,{variant:"rounded",height:167,sx:{mx:20,borderRadius:16}});return $.jsxs($.Fragment,{children:[$.jsx($h,{children:$.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"flex-start"},u?{height:"100%"}:{height:"auto"}),children:[u?null:$.jsxs(t.Box,{sx:{mr:12,flexGrow:1,display:"block"},children:[$.jsx(mj,{}),$.jsx(t.Box,{sx:{mt:28,typography:"h5",fontWeight:600,color:"text.primary"},children:$.jsx(e.Trans,{id:"pHQq+U",message:"Pool Setup"})}),$.jsx(bj,{titleKey:o.i18n._({id:"hdIg7i",message:"Select Pool Version"})}),$.jsx(EC,{versionItem:E,status:"completed"},E.version),$.jsx(bj,{titleKey:o.i18n._({id:"lsg9Mi",message:"Parameter Settings"})}),A?S:$.jsx(kC,{status:"running",baseToken:x.baseToken,quoteToken:x.quoteToken,initPrice:x.initPrice,slippageCoefficient:x.slippageCoefficient,selectedVersion:x.selectedVersion,baseAmount:x.baseAmount,quoteAmount:x.quoteAmount}),$.jsx(bj,{titleKey:o.i18n._({id:"Y7rVy0",message:"Fee Rate"})}),A?S:$.jsx(CC,{isWaiting:!1,feeRate:x.feeRate})]}),$.jsxs(t.Box,{sx:Object.assign({flexGrow:1,flexShrink:0,flexBasis:375,backgroundColor:"background.paper"},u?{width:"100%",borderRadius:0,minHeight:"100%"}:{pb:20,borderRadius:16,flexGrow:0,minHeight:"auto"}),children:[$.jsx(t.Box,{sx:Object.assign({top:0,py:20,px:20,backgroundColor:d.palette.background.paper,zIndex:1},u?{position:"sticky"}:{position:"static",borderTopLeftRadius:16,borderTopRightRadius:16}),children:$.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},children:$.jsx(t.Box,{sx:{typography:"h5",color:d.palette.text.primary,fontWeight:600},children:$.jsx(e.Trans,{id:"6XYkjc",message:"Edit Parameter Settings"})})})}),A?null:$.jsx(vC,{baseToken:x.baseToken,quoteToken:x.quoteToken,initPrice:x.initPrice,slippageCoefficient:x.slippageCoefficient,selectedVersion:x.selectedVersion,baseAmount:x.baseAmount,quoteAmount:x.quoteAmount}),A?L:$.jsxs(t.Box,{sx:{px:20},children:[$.jsx(ap,{canClickBalance:!0,showPercentage:!0,amt:x.baseAmount,onInputChange:e=>{g({type:OC.UpdateBaseAmount,payload:e})},readOnly:k,token:x.baseToken,occupiedAddrs:x.quoteToken?[x.quoteToken.address]:void 0,occupiedChainId:p,chainId:p}),$.jsx(rp,{}),$.jsx(ap,{canClickBalance:!0,showPercentage:!0,amt:x.quoteAmount,onInputChange:e=>{g({type:OC.UpdateQuoteAmount,payload:e})},token:x.quoteToken,occupiedAddrs:x.baseToken?[x.baseToken.address]:void 0,occupiedChainId:p,chainId:p})]}),A?null:$.jsxs($.Fragment,{children:[x.selectedVersion!==Db.standard&&$.jsx(lj,{dispatch:g,slippageCoefficient:x.slippageCoefficient,selectedVersion:x.selectedVersion,isCustomized:x.isSlippageCoefficientCustomized,isStandardVersion:T}),$.jsx(ej,{selectedVersion:x.selectedVersion,isFixedRatio:x.isFixedRatio,leftTokenAddress:x.leftTokenAddress,baseToken:x.baseToken,quoteToken:x.quoteToken,fixedRatioPrice:x.fixedRatioPrice,dispatch:g,isStandardVersion:T,isSingleTokenVersion:k,priceInfo:B}),$.jsx(vj,{dispatch:g,feeRate:x.feeRate,isCustomized:x.isFeeRateCustomized})]}),$.jsx(t.Box,{sx:{pb:160,[d.breakpoints.up("tablet")]:{pb:28}}}),$.jsx(yj,{state:x,pool:b,loading:A})]})]})}),$.jsx(hj,{singleBtn:!0,open:"open"===f,onClose:()=>y("close"),onConfirm:()=>y("close"),title:o.i18n._({id:"Da1+Da",message:"Pool not found. Please switch to another network and retry."})}),$.jsx(xj,{open:h,onClose:()=>{m(!1)},onConfirm:()=>{window.localStorage.setItem(jo.PoolEditPage,"1"),m(!1)},alertContent:$.jsx(e.Trans,{id:"Y9QDtD",message:"You are making changes to the liquidity of a private pool. This is a highly discretionary operation that may cause substantial inflows/outflows of funds and changes in market prices. Please make sure you are fully aware of the implications of each parameter modification."})})]})}function jj(e){return null==e?0:new s(e).dp(4,s.ROUND_DOWN).toNumber()}function wj({unit:i,data:o,masterKey:r,sumKey:a}){const l=t.useTheme(),d=n.useRef(null),[c,u]=n.useState(null),[p,h]=n.useState(0);n.useEffect((()=>{const e=()=>{d&&d.current&&h(d.current.offsetWidth)};return setTimeout(e,100),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[d]);const m="light"===l.palette.mode?t.alpha(l.palette.success.main,.6):l.palette.primary.main,x="#ff9553",g=o[o.length-2],f="date";let y=[];if(null==o?void 0:o.length){let e=o[0][r];o.forEach((t=>{t[r]>e&&(e=t[r])})),y=e?[0,Math.ceil(e/3),Math.ceil(e/3*2),e]:[0]}let v=0;y.forEach((e=>{const t=Yo(new s(e));let n=t.replace(".","").length;t.indexOf(".")>-1&&(n+=.11),n>v&&(v=n)}));const b=10*v+2;return $.jsxs(t.Box,{ref:d,sx:{position:"relative"},children:[$.jsxs(t.Box,{sx:{minHeight:62,mb:10},children:[$.jsxs(t.Box,{sx:{typography:"caption",mb:8},children:[i||$.jsx("span",{children:" "}),No({input:null==g?void 0:g[a]})]}),$.jsx(t.Box,{sx:{color:"text.secondary"},children:j(null==g?void 0:g[f]).format("LL")})]}),$.jsxs(T.BarChart,{width:p,height:364,data:o,margin:{top:5,right:10,left:0,bottom:5},children:[$.jsx("defs",{children:o.map(((e,n)=>$.jsxs("linearGradient",{id:`colorBar${e.date}`,x1:"0",x2:"0",y1:"0",y2:"1",children:[$.jsx("stop",{offset:"0%",stopColor:n===o.length-1?x:m}),$.jsx("stop",{offset:"100%",stopColor:t.alpha(n===o.length-1?x:m,.04)})]},e.date)))}),$.jsx(T.XAxis,{hide:!0,dataKey:f,axisLine:!1,tickFormatter:e=>j(e).format("MM-DD")}),$.jsx(T.YAxis,{orientation:"right",axisLine:!1,ticks:y,width:b,tickFormatter:e=>Yo(new s(e))}),$.jsx(T.Tooltip,{isAnimationActive:!1,content:({active:n,payload:i,label:o})=>{if(!(n&&i&&i.length))return null;const r=j(o).format("YYYY-MM-DD")===j().format("YYYY-MM-DD");return $.jsxs(t.Box,{sx:{px:10,py:12,maxWidth:240,borderRadius:8,backgroundColor:"background.paperContrast",typography:"h6",color:"text.secondary"},children:[$.jsx(t.Box,{sx:{mr:8},children:j(o).format("MM-DD HH:mm")}),$.jsx(t.Box,{children:i[0].value}),r?$.jsx(t.Box,{children:$.jsx(e.Trans,{id:"ubzjDN",message:"Real Time"})}):""]})},cursor:!1,coordinate:{x:0,y:0}}),$.jsx(T.Bar,{dataKey:r,onMouseMove:e=>{u(e[f])},onMouseLeave:()=>{u(null)},children:o.map((e=>$.jsx(T.Cell,{fill:`url(#colorBar${e.date})`},e.date)))}),c&&$.jsx(T.ReferenceLine,{x:c,stroke:m,strokeDasharray:"3 3"})]})]})}var kj,Tj;function Bj({poolDetail:e,chart24hDataFirst:i}){var a,l,d,u,p,h,m,x;const g=t.useTheme(),[f,y]=n.useState(i?kj.volume:kj.depth),v={key:kj.depth,value:o.i18n._({id:"n25Lml",message:"Depth"})},b=[{key:kj.volume,value:o.i18n._({id:"/cF7Rs",message:"Volume"})},{key:kj.feeRevenue,value:o.i18n._({id:"9QjAGB",message:"FeeRevenue"})},{key:kj.traders,value:o.i18n._({id:"qDhDFK",message:"Traders"})}];i?b.push(v):b.splice(0,0,v);const C=function({address:e,chainId:t,day:n}){var i,o,a;const l=t?Si[t]:"",d=wa().getQuery(r.PoolApi.graphql.fetchPoolDayData,{where:{pair_address:null!=e?e:"",chain:l,day:n}}),u=c.useQuery(Object.assign(Object.assign({},d),{enabled:!!e&&!!t})),p=null!==(a=null===(o=null===(i=u.data)||void 0===i?void 0:i.dashboard_pairs_day_data)||void 0===o?void 0:o.map((e=>{var t,n;return{volume:jj(null==e?void 0:e.volumeUsd),fee:jj(new s(null!==(t=null==e?void 0:e.feeUsd)&&void 0!==t?t:0).plus(null!==(n=null==e?void 0:e.mtFeeUsd)&&void 0!==n?n:0).toString()),traders:(null==e?void 0:e.addresses)?Number(e.addresses):0,date:(null==e?void 0:e.timestamp)?1e3*(null==e?void 0:e.timestamp):0,tvl:jj(null==e?void 0:e.tvlUsd)}})))&&void 0!==a?a:[];return Object.assign(Object.assign({},u),{dayDataList:p})}({chainId:null==e?void 0:e.chainId,address:null==e?void 0:e.address,day:30}),j=c.useQuery(ea.getPMMStateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,null===(a=null==e?void 0:e.baseToken)||void 0===a?void 0:a.decimals,null===(l=null==e?void 0:e.quoteToken)||void 0===l?void 0:l.decimals)),{pmmParamsBG:w}=null!==(d=j.data)&&void 0!==d?d:{},k=w?{i:w.i.toNumber(),k:w.k.toNumber(),b:w.b.toNumber(),b0:w.b0.toNumber(),q:w.q.toNumber(),q0:w.k.isEqualTo(0)?w.q.toNumber():w.q0.toNumber(),R:w.k.isEqualTo(0)?0:w.R}:void 0,T=k?r.getPmmModel(k):void 0,[B,I]=n.useState(!1),E=B&&(null===(u=j.data)||void 0===u?void 0:u.midPrice)?new s(1).div(null===(p=j.data)||void 0===p?void 0:p.midPrice):null===(h=j.data)||void 0===h?void 0:h.midPrice;return $.jsx(t.Box,{sx:{mt:24,[g.breakpoints.up("tablet")]:{mt:20,pt:28,borderTop:`1px solid ${g.palette.border.main}`}},children:$.jsxs(t.Tabs,{value:f,onChange:(e,t)=>y(t),children:[$.jsx(t.TabsGroup,{tabs:b,variant:"rounded",tabsListSx:{borderWidth:0,gap:4,mb:24}}),f===kj.depth&&(null==e?void 0:e.baseToken)&&(null==e?void 0:e.quoteToken)?$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:$.jsx(Ij,{baseToken:null==e?void 0:e.baseToken,quoteToken:null==e?void 0:e.quoteToken,midPrice:E,isSwitchMidPrice:B,setIsSwitchMidPrice:I,showMidPrice:f===kj.depth})}):"",$.jsx(t.TabPanel,{value:kj.depth,children:$.jsx(fC,{baseToken:null!==(m=null==e?void 0:e.baseToken)&&void 0!==m?m:null,quoteToken:null!==(x=null==e?void 0:e.quoteToken)&&void 0!==x?x:null,pmmParams:k,pmmModel:T,midPrice:E})}),$.jsx(t.TabPanel,{value:kj.volume,children:$.jsx(wj,{data:C.dayDataList,masterKey:"volume",sumKey:"volume",unit:"$"})}),$.jsx(t.TabPanel,{value:kj.feeRevenue,children:$.jsx(wj,{data:C.dayDataList,masterKey:"fee",sumKey:"fee",unit:"$"})}),$.jsx(t.TabPanel,{value:kj.traders,children:$.jsx(wj,{data:C.dayDataList,masterKey:"traders",sumKey:"traders",unit:""})})]})})}function Ij({baseToken:e,quoteToken:n,midPrice:i,isSwitchMidPrice:o,setIsSwitchMidPrice:r,showMidPrice:a}){const s=null==e?void 0:e.symbol,l=null==n?void 0:n.symbol,d=o?l:s,c=o?s:l;return $.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},children:a?$.jsxs(t.Box,{sx:{mt:4,typography:"body2",color:"text.secondary",wordBreak:"break-all",display:"flex"},children:[`1 ${d} = ${i?No({input:i,showDecimals:16}):"-"} ${c}`,$.jsx(t.HoverOpacity,{weak:!0,sx:{display:"inline-flex",alignItems:"center",justifyContent:"center",width:14,height:14,position:"relative",top:1.5,ml:9,cursor:"pointer",borderRadius:"50%",backgroundColor:"background.paperDarkContrast",p:0},onClick:()=>r((e=>!e)),children:$.jsx(t.Box,{component:oe.Switch})})]}):""})}function Ej({poolDetail:i}){var o,a,l;const{isMobile:d}=Oa(),u=t.useTheme(),p=null==i?void 0:i.chainId;null===(l=c.useQuery(ea.getPMMStateQuery(null==i?void 0:i.chainId,null==i?void 0:i.address,null==i?void 0:i.type,null===(o=null==i?void 0:i.baseToken)||void 0===o?void 0:o.decimals,null===(a=null==i?void 0:i.quoteToken)||void 0===a?void 0:a.decimals)).data)||void 0===l||l.midPrice;const h=function({pool:e}){var t,n,i,o,a,l,d;const{chainId:u,address:p,type:h,baseToken:m,quoteToken:x}=e||{},g=null!=p?p:"",f=u?Si[u]:"",y=null==m?void 0:m.decimals,v=null==x?void 0:x.decimals,b=c.useQuery(ea.getPMMStateQuery(u,p,h,null==m?void 0:m.decimals,null==x?void 0:x.decimals)),C=null===(t=b.data)||void 0===t?void 0:t.midPrice,j=c.useQuery(ea.getTotalBaseLpQuery(u,p,h,y)),w=c.useQuery(ea.getTotalQuoteLpQuery(u,p,h,v)),k=c.useQuery(ea.getReserveLpQuery(u,p,h,y,v)),T=c.useQuery(ea.getClassicalTargetQuery(u,p,h,y,v)),B=j.data;let I=w.data;I||w.isLoading||w.error||!B||(I=B);const{baseReserve:E,quoteReserve:A}=k.data||{},S=null===(n=T.data)||void 0===n?void 0:n.baseTarget,L=null===(i=T.data)||void 0===i?void 0:i.quoteTarget,R=LC({tokens:x?[x]:[]}),O=wa(),M=c.useQuery(Object.assign(Object.assign({},O.getQuery(r.PoolApi.graphql.fetchLiquidityPositions,{id:g,where:{pair:g,liquidityTokenBalance_not:"0",chain:f,refreshNow:!0},miningWhere:{pair:g,liquidityTokenInMining_not:"0",chain:f},first:1e3,orderBy:"liquidityTokenBalance",orderDirection:"desc"})),{enabled:!!p})),{balance:P,mining:_,pair:F}=null!==(o=M.data)&&void 0!==o?o:{};let N=[];const D=x?null===(a=R.data)||void 0===a?void 0:a.get(x.address):void 0;if(P&&_&&F){const{baseLpToken:e,quoteLpToken:t}=F,n=new Map,i=(null==e?void 0:e.id)===(null==t?void 0:t.id);for(const o of P){const{id:r,liquidityTokenBalance:a}=o,l=new s(null!=a?a:0),[d,c]=r.split("-");let u={id:d,baseSupplied:new s(0),quoteSupplied:new s(0)};n.has(u.id)?u=n.get(u.id):n.set(u.id,u);const[,m]=_g(l,B,E,S,p,h,y);m&&(i||c===(null==e?void 0:e.id))&&(u.baseSupplied=m);const[,x]=_g(l,I,A,L,p,h,v);x&&(i||c===(null==t?void 0:t.id))&&(u.quoteSupplied=x)}for(const o of _){const{id:r,liquidityTokenInMining:a}=o,l=new s(null!=a?a:0),[d,c]=r.split("-"),[,u]=_g(l,B,E,S,p,h,y),[,m]=_g(l,I,A,L,p,h,v);if(n.has(d)){const o=n.get(d);u&&(i||c===(null==e?void 0:e.id))&&(o.baseSupplied=u.plus(o.baseSupplied)),m&&(i||c===(null==t?void 0:t.id))&&(o.quoteSupplied=m.plus(o.quoteSupplied))}else{const o={id:d,baseSupplied:new s(0),quoteSupplied:new s(0)};u&&(i||c===(null==e?void 0:e.id))&&(o.baseSupplied=u),m&&(i||c===(null==t?void 0:t.id))&&(o.quoteSupplied=m),n.set(o.id,o)}}const o=(null!==(l=null==m?void 0:m.decimals)&&void 0!==l?l:0)>6?6:4,r=(null!==(d=null==x?void 0:x.decimals)&&void 0!==d?d:0)>6?6:4,a=D;n.forEach((e=>{var t,n;N.push({userId:e.id,baseSupplied:e.baseSupplied?No({input:e.baseSupplied,showDecimals:o}):"0",quoteSupplied:e.quoteSupplied?No({input:e.quoteSupplied,showDecimals:r}):"0",baseTokenAddress:null!==(t=null==m?void 0:m.address)&&void 0!==t?t:"",quoteTokenAddress:null!==(n=null==x?void 0:x.address)&&void 0!==n?n:"",baseTokenSymbol:er(m),quoteTokenSymbol:er(x),sharePercentage:C&&E?No({input:C.multipliedBy(e.baseSupplied||0).plus(e.quoteSupplied||0).div(C.multipliedBy(E).plus(null!=A?A:0)).multipliedBy(100),showDecimals:2}):"",dollarValue:null!=a&&C?`$${No({input:C.multipliedBy(e.baseSupplied||0).plus(e.quoteSupplied||0).multipliedBy(a),showDecimals:2})}`:"-",dollarValueBN:C?C.multipliedBy(e.baseSupplied||0).plus(e.quoteSupplied||0):s(0)})})),N.sort(((e,t)=>t.dollarValueBN.gt(e.dollarValueBN)?1:-1))}const q=[b,j,w,T,k,R,M],U=function(e){const t=[];if(e.forEach((e=>{e.error&&t.push(e.refetch)})),t.length)return()=>{t.forEach((e=>e()))}}(q),V=q.some((e=>e.isLoading));return Object.assign(Object.assign({},M),{isLoading:V,errorRefetch:U,list:N})}({pool:i}),[m,x]=n.useState(1),g=m*(d?4:8),f=h.list,y=g<f.length,v=f.slice(0,g);return $.jsx(t.Box,{sx:{display:"flex",flexDirection:"column"},children:$.jsx(yp,{refetch:h.error?h.refetch:void 0,loading:h.isLoading&&!(null==v?void 0:v.length),empty:!(null==v?void 0:v.length),children:!!(null==v?void 0:v.length)&&$.jsxs(t.Box,{children:[$.jsx(t.Box,{sx:{overflowX:"auto",minHeight:244},children:$.jsxs(t.Box,{component:"table",sx:{minWidth:"100%"},children:[$.jsx(t.Box,{component:"thead",sx:{position:"sticky",top:0},children:$.jsxs(t.Box,{component:"tr",sx:{"& th":{p:24,borderBottomWidth:1,typography:"body1",lineHeight:1,textAlign:"left",whiteSpace:"nowrap"}},children:[$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"JlIjZf",message:"Liquidity Provider"})}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"C1qIFl",message:"Liquidity Supplied"})}),$.jsx(t.Box,{component:"th",sx:{"&&":{textAlign:"right"}},children:$.jsx(e.Trans,{id:"me2dmq",message:"Value (USD)"})}),$.jsx(t.Box,{component:"th",sx:{"&&":{textAlign:"right"}},children:$.jsx(e.Trans,{id:"Z8lGw6",message:"Share"})})]})}),$.jsx(t.Box,{component:"tbody",children:null==v?void 0:v.map((e=>$.jsxs(t.Box,{component:"tr",sx:{"& td":{px:24,py:20,whiteSpace:"nowrap"}},children:[$.jsx("td",{children:$.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},children:$.jsx(Wu,{address:e.userId,customChainId:p,truncate:!0})})}),$.jsxs("td",{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(Hs,{address:e.baseTokenAddress,chainId:p,width:18,height:18}),`${e.baseSupplied} ${e.baseTokenSymbol}`]}),$.jsxs(t.Box,{sx:{mt:4,display:"flex",alignItems:"center",gap:8},children:[$.jsx(Hs,{address:e.quoteTokenAddress,chainId:p,width:18,height:18}),`${e.quoteSupplied} ${e.quoteTokenSymbol}`]})]}),$.jsx(t.Box,{component:"td",sx:{textAlign:"right"},children:e.dollarValue}),$.jsx(t.Box,{component:"td",sx:{textAlign:"right"},children:`${e.sharePercentage}%`})]},e.userId)))})]})}),y&&$.jsxs(t.ButtonBase,{sx:{display:"flex",justifyContent:"center",alignItems:"center",height:64,width:"100%",borderStyle:"solid",borderColor:"border.main",borderWidth:u.spacing(1,0,0,0),typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},onClick:()=>x((e=>e+1)),children:[$.jsx(e.Trans,{id:"yQ2kGp",message:"Load more"}),$.jsx(t.Box,{component:oe.ArrowRight,sx:{transform:"rotate(90deg)"}})]})]})})})}function Aj({address:e,chainId:t}){var n;const i=wa(),o=t?Si[t]:"",a=i.getQuery(r.PoolApi.graphql.fetchPoolDashboard,{where:{pair_address:null!=e?e:"",chain:o}}),s=c.useQuery(Object.assign(Object.assign({},a),{enabled:!!e&&!!t})),l=null===(n=s.data)||void 0===n?void 0:n.dashboard_pairs_detail;return Object.assign(Object.assign({},s),{dashboard:l})}function Sj(e,t){if(!e)return"";const n=j(e);return n.isValid()?n.format("YYYY/MM/DD HH:mm:ss"):""}function Lj({chainId:e,address:n,symbol:o,amount:r,sx:a}){return $.jsxs(t.Box,{sx:i.merge({display:"flex",justifyContent:"flex-end",alignItems:"center"},a),children:[n&&$.jsx(t.Box,{sx:{height:16,flexBasis:16,flexGrow:0,flexShrink:0,mr:4},children:$.jsx(Hs,{width:16,height:16,address:n,chainId:e})}),$.jsxs(t.Box,{sx:{textAlign:"right",display:"flex",alignItems:"center"},children:[r," ",$.jsx(t.Box,{sx:{display:"inline-block",maxWidth:"6em",minWidth:"auto",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",verticalAlign:"text-bottom"},title:o,children:o})]})]})}function Rj({chainId:e,baseToken:n,quoteToken:i,baseAmount:o,quoteAmount:r,vertical:a}){const{isMobile:s}=Oa();return $.jsxs(t.Box,{sx:{mt:4,display:"flex",justifyContent:"flex-end",flexDirection:a?"column":"row",alignItems:a?"flex-end":"center",flexWrap:"wrap",typography:s?"h6":"body1"},children:[n?$.jsx(Lj,{chainId:e,address:null==n?void 0:n.address,amount:o,symbol:null==n?void 0:n.symbol}):"-",a?"":$.jsx(t.Box,{sx:{mx:10},children:"/"}),i?$.jsx(Lj,{chainId:e,address:null==i?void 0:i.address,amount:r,symbol:null==i?void 0:i.symbol,sx:{mt:a?4:0}}):"-"]})}function Oj({label:e,children:n,pairsStatLoading:o,poolDetailLoading:r}){const{isMobile:a}=Oa();return $.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between"},children:[$.jsx(t.Box,{sx:{color:"text.secondary",minWidth:"5em",typography:a?"h6":"body1"},children:e}),$.jsx(t.Box,{sx:i.merge({textAlign:"right",overflow:"hidden","& .title":{typography:a?"body1":"caption",width:"100%"}},o&&!r||!o&&r?{ml:8,flex:1,display:"flex",flexDirection:"column",alignItems:"flex-end","& .title":{display:"flex",justifyContent:"flex-end"}}:{}),children:n})]})}function Mj({sx:e}){return $.jsx(t.Skeleton,{sx:Object.assign({width:"100%",maxWidth:237,height:22},e)})}function Pj({detail:e,lpFeeRate:n,mtFeeRate:i}){const{isMobile:r}=Oa();return"DPP"===(null==e?void 0:e.type)?null:e&&n&&i?$.jsxs(t.Box,{sx:{color:"text.secondary",typography:r?"h6":"body1"},children:[$.jsx("span",{children:"LP "}),$.jsx("span",{children:Ko({input:n,showDecimals:6})}),$.jsxs("span",{children:[" / ",o.i18n._({id:"7C/BwI",message:"Community Treasury"})," "]}),$.jsx("span",{children:Ko({input:new s(null!=i?i:0).toNumber(),showDecimals:6})})]}):$.jsx(Mj,{sx:{mt:4}})}function _j({detail:e}){var n,i,r,a,l,d,u,p,h,m,x,g,f,y,v,b,C,j,w,k,T,B,I,E,A,S,L;const R=t.useTheme(),{isMobile:O}=Oa(),{baseToken:M,quoteToken:P}=null!=e?e:{},_="DPP"===(null==e?void 0:e.type),F="DSP"===(null==e?void 0:e.type)||"GSP"===(null==e?void 0:e.type),N="CLASSICAL"===(null==e?void 0:e.type),D=Aj({address:null==e?void 0:e.address,chainId:null==e?void 0:e.chainId}),q=D.dashboard,U=D.isLoading,V=c.useQuery(ea.getPMMStateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,null===(n=null==e?void 0:e.baseToken)||void 0===n?void 0:n.decimals,null===(i=null==e?void 0:e.quoteToken)||void 0===i?void 0:i.decimals)),H=U?$.jsx(Mj,{}):null===(null==q?void 0:q.totalVolume)||void 0===(null==q?void 0:q.totalVolume)?"-":`$${No({input:new s(null==q?void 0:q.totalVolume),showDecimals:2})}`,W=U?$.jsx(Mj,{}):q&&(up(q.totalFee)||up(q.totalMtFee))?`$${No({input:new s(q.totalFee||0).plus(q.totalMtFee||0),showDecimals:2})}`:"-",{account:Z}=fa(),z=c.useQuery(ea.getFeeRateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,Z)),Q=null===(r=z.data)||void 0===r?void 0:r.mtFeeRate,G=null===(a=z.data)||void 0===a?void 0:a.lpFeeRate,Y=null==Q?void 0:Q.plus(null!=G?G:0),X=!e,K=c.useQuery(ea.getClassicalTargetQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,null===(l=null==e?void 0:e.baseToken)||void 0===l?void 0:l.decimals,null===(d=null==e?void 0:e.quoteToken)||void 0===d?void 0:d.decimals));return $.jsxs(t.Box,{sx:Object.assign({pb:30,position:"relative",overflow:"hidden"},O?{backgroundColor:"background.paper",p:20}:{mt:32}),children:[$.jsxs(t.Box,{sx:{flex:"1 0 50%","& > div + div":{mt:10},"&::after":{content:'""',display:"block",my:20,width:"100%",height:"1px",backgroundColor:"border.main"}},children:[$.jsx(Oj,{label:o.i18n._({id:"l4Za6X",message:"Total Swap Volume"}),pairsStatLoading:U,children:$.jsx("div",{className:"title",children:H})}),U||!e?$.jsx(Mj,{sx:{mt:4}}):$.jsx(Rj,{chainId:e.chainId,baseToken:e.baseToken,quoteToken:e.quoteToken,baseAmount:No({input:null!==(u=null==q?void 0:q.baseVolumeCumulative)&&void 0!==u?u:0,showDecimals:2}),quoteAmount:No({input:null!==(p=null==q?void 0:q.quoteVolumeCumulative)&&void 0!==p?p:0,showDecimals:2})}),$.jsx(Oj,{label:o.i18n._({id:"Z033WN",message:"Total Swap Fee"}),pairsStatLoading:U,children:$.jsx("div",{className:"title",children:W})}),U||!e?$.jsx(Mj,{sx:{mt:4}}):$.jsx(Rj,{chainId:e.chainId,baseToken:e.baseToken,quoteToken:e.quoteToken,baseAmount:No({input:new s(null!==(h=null==q?void 0:q.baseFee)&&void 0!==h?h:0).plus(null!==(m=null==q?void 0:q.baseMtFee)&&void 0!==m?m:0),showDecimals:2}),quoteAmount:No({input:new s(null!==(x=null==q?void 0:q.quoteFee)&&void 0!==x?x:0).plus(null!==(g=null==q?void 0:q.quoteMtFee)&&void 0!==g?g:0),showDecimals:2})}),$.jsx(Oj,{label:o.i18n._({id:"/BbUJ6",message:"Total Number of Traders"}),pairsStatLoading:U,children:U?$.jsx(Mj,{sx:{mt:4}}):No({input:null!==(f=null==q?void 0:q.txUsers)&&void 0!==f?f:0,showDecimals:0})})]}),$.jsxs(t.Box,{sx:{flex:"1 0 50%",overflow:"hidden","& > div + div":{mt:10}},children:[$.jsx(Oj,{label:o.i18n._({id:"UE2beD",message:"Creator"}),poolDetailLoading:!e,children:e?e.isCpPool?$.jsx(Wu,{address:null!==(y=e.cpCreator)&&void 0!==y?y:"",truncate:!0,"data-key":"link",sx:{color:R.palette.text.primary}}):$.jsx(Wu,{address:null!==(v=e.creator)&&void 0!==v?v:"",truncate:!0,"data-key":"link",sx:{color:R.palette.text.primary}}):$.jsx(Mj,{})}),(null==e?void 0:e.isCpPool)||(null==e?void 0:e.owner)?$.jsx(Oj,{label:o.i18n._({id:"LtI9AS",message:"Owner"}),poolDetailLoading:X,children:X?$.jsx(Mj,{}):(null==e?void 0:e.isCpPool)?$.jsx(Wu,{address:null==e?void 0:e.cpCreator,truncate:!0,"data-key":"link",sx:{color:R.palette.text.primary}}):$.jsx(Wu,{address:null!==(b=e.owner)&&void 0!==b?b:"",truncate:!0,"data-key":"link",sx:{color:R.palette.text.primary}})}):"",$.jsx(Oj,{label:o.i18n._({id:"52uNwk",message:"Creation Time"}),poolDetailLoading:X,children:X?$.jsx(Mj,{}):Sj(1e3*Number((null==e?void 0:e.isCpPool)?e.cpCreatedAtTimestamp||0:e.createdAtTimestamp||0))||"-"}),(null==e?void 0:e.isCpPool)?$.jsxs($.Fragment,{children:[$.jsx(Oj,{label:o.i18n._({id:"cDWXuq",message:"Settler"}),poolDetailLoading:X,children:X?$.jsx(Mj,{}):$.jsx(Wu,{address:(null==e?void 0:e.cpLiquidator)||"",truncate:!0,"data-key":"link",sx:{color:R.palette.text.primary}})}),$.jsx(Oj,{label:o.i18n._({id:"JuzN3b",message:"Related CrowdPooling"}),poolDetailLoading:X,children:X?$.jsx(Mj,{}):$.jsx(Wu,{address:null==e?void 0:e.cpAddress,truncate:!0,"data-key":"link",sx:{color:R.palette.text.primary}})})]}):void 0,$.jsxs(Oj,{label:o.i18n._({id:"Y7rVy0",message:"Fee Rate"}),poolDetailLoading:X,children:[$.jsx("div",{className:"detail-title",style:{textAlign:"right"},children:Ko({input:null==Y?void 0:Y.toNumber(),showDecimals:6})}),$.jsx(Pj,{detail:e,lpFeeRate:G,mtFeeRate:Q})]}),$.jsx(Oj,{label:o.i18n._({id:"sjn3tj",message:"Slippage Coefficient"}),poolDetailLoading:X,children:X?$.jsx(Mj,{}):null===(j=null===(C=V.data)||void 0===C?void 0:C.pmmParamsBG)||void 0===j?void 0:j.k.toString()}),$.jsx(Oj,{poolDetailLoading:X,label:N?o.i18n._({id:"d8YnVj",message:"Guide Price"}):_?o.i18n._({id:"CeLrge",message:"Mid Price"}):F?o.i18n._({id:"4ogEAw",message:"Pegged Exchange Rate"}):o.i18n._({id:"jjuKOj",message:"Min Price"}),children:X?$.jsx(Mj,{}):null!==M&&(F?`1 ${null==M?void 0:M.symbol} = ${null===(T=null===(k=null===(w=V.data)||void 0===w?void 0:w.pmmParamsBG)||void 0===k?void 0:k.i)||void 0===T?void 0:T.toString()} ${null==P?void 0:P.symbol}`:null===(E=null===(I=null===(B=V.data)||void 0===B?void 0:B.pmmParamsBG)||void 0===I?void 0:I.i)||void 0===E?void 0:E.toString())||"-"}),N&&$.jsxs($.Fragment,{children:[$.jsx(Oj,{label:o.i18n._({id:"JR7wWw",message:"Equilibrium target"}),poolDetailLoading:X,children:X?$.jsx(Mj,{}):$.jsx($.Fragment,{children:null===(L=null===(S=null===(A=V.data)||void 0===A?void 0:A.pmmParamsBG)||void 0===S?void 0:S.k)||void 0===L?void 0:L.toString()})}),K.data?$.jsx(Rj,{vertical:!0,chainId:e.chainId,baseToken:e.baseToken,quoteToken:e.quoteToken,baseAmount:No({input:K.data.baseTarget,showDecimals:2}),quoteAmount:No({input:K.data.quoteTarget,showDecimals:2})}):""]})]})]})}function Fj(e,t){if(!e)return"";const n=j(e);return n.isValid()?n.format("YYYY/MM/DD HH:mm:ss"):""}function Nj({amountOut:e,amountIn:i,fromTokenSymbol:o,toTokenSymbol:r}){const[a,s]=n.useState(!1),l=No({input:i/e,showDecimals:2}),d=No({input:e/i,showDecimals:2});return $.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:["1 ",a?r:o," = ",a?l:d," ",a?o:r,$.jsx(t.Box,{sx:{ml:10,width:16,height:16,display:"flex",alignItems:"center",justifyContent:"center",cursor:"pointer",backgroundColor:"background.paperContrast",borderRadius:"50%"},onClick:()=>s((e=>!e)),children:$.jsx(t.Box,{component:oe.Switch})})]})}function Dj({poolDetail:i}){var o,a,l;const{isMobile:d}=Oa(),u=t.useTheme(),{account:p,chainId:h}=fa(),m=c.useQuery(ea.getFeeRateQuery(null==i?void 0:i.chainId,null==i?void 0:i.address,null==i?void 0:i.type,p)),x=null===(o=m.data)||void 0===o?void 0:o.mtFeeRate,g=null===(a=m.data)||void 0===a?void 0:a.lpFeeRate,f=null==x?void 0:x.plus(null!=g?g:0),y=function({chainId:e,address:t,first:n=50}){var i;const o=e?Si[e]:"",a=wa().getQuery(r.PoolApi.graphql.fetchPoolSwapList,{first:n,orderBy:"timestamp",orderDirection:"desc",where:{pair:t,chain:o}}),s=c.useQuery(Object.assign(Object.assign({},a),{enabled:!!t})),l=null===(i=s.data)||void 0===i?void 0:i.swaps;return Object.assign(Object.assign({},s),{swapList:l})}({address:null==i?void 0:i.address,chainId:null==i?void 0:i.chainId}),[v,b]=n.useState(1),C=v*(d?4:8),j=null!==(l=y.swapList)&&void 0!==l?l:[],w=C<j.length,k=j.slice(0,C);return $.jsx(t.Box,{sx:{display:"flex",flexDirection:"column"},children:$.jsx(yp,{refetch:y.error?y.refetch:void 0,loading:y.isLoading,empty:!(null==k?void 0:k.length),children:!!(null==k?void 0:k.length)&&$.jsxs(t.Box,{children:[$.jsx(t.Box,{sx:{overflowX:"auto",minHeight:244},children:$.jsxs(t.Box,{component:"table",sx:{minWidth:"100%"},children:[$.jsx(t.Box,{component:"thead",sx:{position:"sticky",top:0},children:$.jsxs(t.Box,{component:"tr",sx:{"& th":{p:24,borderBottomWidth:1,typography:"body1",lineHeight:1,textAlign:"left",whiteSpace:"nowrap"}},children:[$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"LhMjLm",message:"Time"})}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"UPXmW+",message:"Trader"})}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"v4nCHK",message:"Paid"})}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"fZ5Vnu",message:"Received"})}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"a7u1N9",message:"Price"})}),$.jsx(t.Box,{component:"th",sx:{"&&":{textAlign:"right"}},children:$.jsx(e.Trans,{id:"Y7rVy0",message:"Fee Rate"})}),$.jsx(t.Box,{component:"th",sx:{"&&":{textAlign:"right"}},children:$.jsx(e.Trans,{id:"PLUB/s",message:"Fee"})})]})}),$.jsx(t.Box,{component:"tbody",children:null==k?void 0:k.map((e=>$.jsxs(t.Box,{component:"tr",sx:{"& td":{px:24,py:20,whiteSpace:"nowrap"}},children:[$.jsx("td",{children:Fj(1e3*e.timestamp)}),$.jsx("td",{children:$.jsx(Wu,{address:e.from,truncate:!0})}),$.jsx("td",{children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(Hs,{address:e.fromToken.id,chainId:h,width:18,height:18}),`${No({input:e.amountIn,showDecimals:2})} ${e.fromToken.symbol}`]})}),$.jsx("td",{children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(Hs,{address:e.toToken.id,chainId:h,width:18,height:18}),`${No({input:e.amountOut,showDecimals:2})} ${e.toToken.symbol}`]})}),$.jsx("td",{children:$.jsx(Nj,{amountOut:e.amountOut,amountIn:e.amountIn,fromTokenSymbol:e.fromToken.symbol,toTokenSymbol:e.toToken.symbol})}),$.jsx(t.Box,{component:"td",sx:{textAlign:"right"},children:Ko({input:f})}),$.jsx(t.Box,{component:"td",sx:{textAlign:"right"},children:`${No({input:new s(e.amountOut).times(null!=f?f:0)})} ${e.toToken.symbol}`})]},e.id)))})]})}),w&&$.jsxs(t.ButtonBase,{sx:{display:"flex",justifyContent:"center",alignItems:"center",height:64,width:"100%",borderStyle:"solid",borderColor:"border.main",borderWidth:u.spacing(1,0,0,0),typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},onClick:()=>b((e=>e+1)),children:[$.jsx(e.Trans,{id:"yQ2kGp",message:"Load more"}),$.jsx(t.Box,{component:oe.ArrowRight,sx:{transform:"rotate(90deg)"}})]})]})})})}function qj({poolDetail:e}){const{isMobile:i}=Oa(),[r,a]=n.useState(Tj.parameters),s=[{key:Tj.parameters,value:o.i18n._({id:"F18WP3",message:"Parameters"})},{key:Tj.swaps,value:o.i18n._({id:"EatqP4",message:"Swaps"})}];return e&&"DPP"!==(null==e?void 0:e.type)&&s.push({key:Tj.liquidityProviders,value:o.i18n._({id:"juypHV",message:"Liquidity Providers"})}),$.jsx(t.Box,{sx:Object.assign({mt:24,backgroundColor:"background.paper",borderRadius:16,overflow:"hidden"},i?{}:{mt:32,px:20}),children:$.jsxs(t.Tabs,{value:r,onChange:(e,t)=>a(t),children:[$.jsx(t.TabsGroup,{tabs:s}),$.jsx(t.TabPanel,{value:Tj.parameters,children:$.jsx(_j,{detail:e})}),$.jsx(t.TabPanel,{value:Tj.swaps,children:$.jsx(Dj,{poolDetail:e})}),$.jsx(t.TabPanel,{value:Tj.liquidityProviders,children:$.jsx(Ej,{poolDetail:e})})]})})}function Uj(){return $.jsx(t.Skeleton,{variant:"rounded",sx:{width:90}})}function Vj({poolDetail:n}){var i,r;const a=t.useTheme(),{isMobile:l}=Oa(),d=Aj({address:null==n?void 0:n.address,chainId:null==n?void 0:n.chainId}),c=d.dashboard,u=[{description:o.i18n._({id:"Gr2anW",message:"Traders (24H)"}),text:d.isLoading?$.jsx(Uj,{}):null===(null==c?void 0:c.txUserNear24h)||void 0===(null==c?void 0:c.txUserNear24h)?"-":Yo(new s(null==c?void 0:c.txUserNear24h))},{description:o.i18n._({id:"sTnImq",message:"Total Liquidity"}),text:d.isLoading?$.jsx(Uj,{}):null===(null==c?void 0:c.tvl)||void 0===(null==c?void 0:c.tvl)?"-":`$${Yo(new s(null==c?void 0:c.tvl))}`},{description:o.i18n._({id:"p7/w10",message:"Volume (24H)"}),text:d.isLoading?$.jsx(Uj,{}):null===(null==c?void 0:c.volume)||void 0===(null==c?void 0:c.volume)?"-":`$${Yo(new s(null==c?void 0:c.volume))}`},{description:o.i18n._({id:"7X40pG",message:"Fees (24H)"}),text:d.isLoading?$.jsx(Uj,{}):null!==!(null==c?void 0:c.feeNear24h)||(null==c?void 0:c.mtFeeNear24h)?`$${Yo(new s(null!==(i=null==c?void 0:c.feeNear24h)&&void 0!==i?i:0).plus(null!==(r=null==c?void 0:c.mtFeeNear24h)&&void 0!==r?r:0))}`:"-",question:d.isLoading?void 0:$.jsxs(t.Box,{sx:{width:198},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsx(e.Trans,{id:"OnDEky",message:"LP Fee"}),$.jsx(t.Box,{children:(null==c?void 0:c.feeNear24h)?`$${Yo(new s(null==c?void 0:c.feeNear24h))}`:"-"})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsx(e.Trans,{id:"pSQ1lM",message:"MT Fee"}),$.jsx(t.Box,{children:(null==c?void 0:c.mtFeeNear24h)?`$${Yo(new s(null==c?void 0:c.mtFeeNear24h))}`:"-"})]})]})}];return $.jsx(t.Box,{sx:Object.assign({display:"grid",gap:12},l?{mt:24,gridTemplateColumns:"repeat(2, 1fr)"}:{mt:32,gridTemplateColumns:"repeat(4, 1fr)"}),children:u.map((e=>$.jsxs(t.Box,{sx:{borderRadius:8,p:16,backgroundColor:"background.paper",border:`1px solid ${a.palette.border.main}`},children:[$.jsx(t.Box,{sx:{typography:"caption",fontWeight:600,lineHeight:"27px"},children:e.text}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",typography:"h6",color:"text.secondary",gap:4},children:[e.description,e.question?$.jsx(au,{title:e.question}):""]})]},e.description)))})}function Hj({poolDetail:n,loading:i}){var a,s,l,d;const{address:c}=null!=n?n:{},u=t.useTheme(),p=Qh(),{account:h}=fa(),{isMobile:m}=Oa(),x=h&&"DPP"===(null==n?void 0:n.type)&&(null===(a=null==n?void 0:n.owner)||void 0===a?void 0:a.toLocaleLowerCase())===h.toLocaleLowerCase(),{supportAMMV2:g,onSharePool:f}=G();return $.jsxs(t.Box,{sx:Object.assign({},m?{pt:24}:{pt:20,display:"flex",alignItems:"center",justifyContent:"space-between"}),children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[(null==n?void 0:n.baseToken)?$.jsx(fp,{tokens:[n.baseToken,n.quoteToken],chainId:n.chainId,width:36,mr:8}):$.jsx(t.Skeleton,{variant:"circular",sx:{width:36,height:36,mr:8}}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{typography:"h4"},children:[(null==n?void 0:n.baseToken)?`${null===(s=n.baseToken)||void 0===s?void 0:s.symbol} / ${null===(l=n.quoteToken)||void 0===l?void 0:l.symbol}`:"-",g&&$.jsx(t.Box,{component:"span",sx:{position:"relative",top:-4,ml:4,px:4,py:2,borderRadius:4,fontSize:10,lineHeight:1,fontWeight:600,backgroundColor:t.alpha(u.palette.purple.main,.1),color:u.palette.purple.main},children:"PMM"}),$.jsx(Nf,{address:c,chainId:null==n?void 0:n.chainId,hideName:m,sx:{display:"inline-flex",ml:8}}),x&&!m?$.jsx(t.Box,{component:t.ButtonBase,sx:{typography:"h6",px:8,py:2,ml:8,borderStyle:"solid",borderWidth:1,borderRadius:4,borderColor:"primary.main",color:"primary.main",whiteSpace:"nowrap","&:hover":{backgroundColor:"primary.main",color:"primary.contrastText"}},onClick:()=>{p.push({type:exports.PageType.ModifyPool,params:{address:null==n?void 0:n.address,chainId:null==n?void 0:n.chainId}})},children:$.jsx(e.Trans,{id:"ePK91l",message:"Edit"})}):""]}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",mr:12},children:$.jsx(Wu,{address:null!=c?c:"",truncate:!0,showCopy:!0,iconDarkHover:!0,"data-key":"link",sx:{typography:"body2",color:"text.secondary"},iconSize:14,iconSpace:6,customChainId:null==n?void 0:n.chainId,onShareClick:f&&n?()=>f({chainId:n.chainId,baseToken:n.baseToken,quoteToken:n.quoteToken,poolId:c,apy:n.apy,isSingle:r.PoolApi.utils.singleSideLp(n.type)}):void 0})})]})]}),$.jsxs(t.Box,{sx:m?{display:"flex",alignItems:"center",mt:24}:{textAlign:"right"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",color:"success.main",typography:"h4"},children:[(null==n?void 0:n.miningAddress)?$.jsx(t.Tooltip,{title:o.i18n._({id:"B3mhDR",message:"Add liquidity to obtain LP tokens for mining"}),children:$.jsx("span",{children:"✨ "})}):"",$.jsx(t.LoadingSkeleton,{loading:i,loadingSx:{width:100},children:null!==(d=null==n?void 0:n.baseApy)&&void 0!==d?d:"0%"}),(null==n?void 0:n.quoteApy)?`/${null==n?void 0:n.quoteApy}`:""]}),$.jsx(t.Box,{sx:Object.assign({typography:"body2"},m?{ml:4}:{}),children:$.jsx(e.Trans,{id:"rSayea",message:"APY"})})]})]})}function Wj({chainId:e,shortNumber:n,pieSize:i="default",baseReserve:o=new s(1),baseAmount:r=new s(1),quoteAmount:a=new s(0),baseTokenSymbol:l="-",quoteTokenSymbol:d="-",quoteTokenDecimals:c=18,baseTokenDecimals:u=18,baseTokenAddress:p,quoteTokenAddress:h,baseTvlRate:m,quoteTvlRate:x,disabledAmount:g,disabledRate:f,disabledPercentage:y,loading:v,sx:b,pieRadius:C}){const j=t.useTheme(),w="small"===i,k=w?6:16,B=C||(w?23:30),I=u>6?6:u>4?4:2,E=c>6?6:c>4?4:2,A=n?Yo(new s(o)):No({input:o,showDecimals:I}),S=n?Yo(new s(a)):No({input:a,showDecimals:E});let L=r.plus(a);L=L.lte(0)?new s(1):L;const R=m||r.div(L).multipliedBy(100).toFixed(2),O=x||a.div(L).multipliedBy(100).toFixed(2),M=r.lte(0)&&a.lte(0),P=j.palette.success.main,_=j.palette.error.main,F=[{name:"base",value:M?1:r.toNumber(),color:P},{name:"quote",value:M?1:a.toNumber(),color:_}];return $.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"space-between",flexDirection:"column"},b||{}),children:[$.jsx("div",{children:y?"":v?$.jsx(t.Skeleton,{width:46,height:46,variant:"circular"}):$.jsx(T.PieChart,{width:2*B,height:2*B,children:$.jsx(T.Pie,{isAnimationActive:!1,dataKey:"value",data:F,labelLine:!1,label:!1,outerRadius:B,fill:_,children:F.map(((e,t)=>$.jsx(T.Cell,{fill:e.color,strokeWidth:0},`cell-${t}`)))})})}),$.jsxs(t.Box,{className:"symbol-wrapper",sx:{display:"flex",flexDirection:"column",justifyContent:"center",ml:0,mt:16,width:"100%","& > div":{paddingLeft:"12px",position:"relative","&::before":{content:'""',width:"8px",height:"8px",position:"absolute",left:"0",top:"50%",transform:"translateY(-50%)",backgroundColor:j.palette.purple.main,borderRadius:"50%"},"&:last-child::before":{backgroundColor:_},"&> span.symbol":{display:"inline-block",maxWidth:"6em",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",verticalAlign:"text-bottom"}}},children:[v?$.jsx(t.Skeleton,{width:237,sx:{borderRadius:4}}):$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(t.Box,{children:[$.jsx(t.Box,{className:"symbol",title:l,sx:{typography:"h6"},children:l}),p?$.jsx(Wu,{address:p,customChainId:e,truncate:!0,showCopy:!0,size:"small",iconSpace:4,sx:{typography:"h6",color:"text.secondary"}}):""]}),$.jsxs(t.Box,{sx:{textAlign:"right"},children:[g?"":`${A} `,y||f?"":$.jsxs(t.Box,{sx:{color:"text.secondary",typography:"h6",fontWeight:600},children:[" ",`(${R}%)`]})]})]}),v?$.jsx(t.Skeleton,{width:237,sx:{borderRadius:4,marginTop:`${k}px`}}):$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",marginTop:`${k}px`},children:[$.jsxs(t.Box,{children:[$.jsx(t.Box,{className:"symbol",title:d,sx:{typography:"h6"},children:d}),h?$.jsx(Wu,{address:h,customChainId:e,truncate:!0,showCopy:!0,size:"small",iconSpace:4,sx:{typography:"h6",color:"text.secondary"}}):""]}),$.jsxs(t.Box,{sx:{textAlign:"right"},children:[g?"":`${S} `,y||f?"":$.jsxs(t.Box,{sx:{color:"text.secondary",typography:"h6",fontWeight:600},children:[" ",`(${O}%)`]})]})]})]})]})}function Zj({poolDetail:n}){var i,o,r,a,l,d,u,p,h;const m=t.useTheme(),{isMobile:x}=Oa(),g=c.useQuery(ea.getPMMStateQuery(null==n?void 0:n.chainId,null==n?void 0:n.address,null==n?void 0:n.type,null===(i=null==n?void 0:n.baseToken)||void 0===i?void 0:i.decimals,null===(o=null==n?void 0:n.quoteToken)||void 0===o?void 0:o.decimals)),f=null===(r=g.data)||void 0===r?void 0:r.midPrice,y=c.useQuery(ea.getReserveLpQuery(null==n?void 0:n.chainId,null==n?void 0:n.address,null==n?void 0:n.type,null===(a=null==n?void 0:n.baseToken)||void 0===a?void 0:a.decimals,null===(l=null==n?void 0:n.quoteToken)||void 0===l?void 0:l.decimals)),{baseReserve:v,quoteReserve:b}=y.data||{},C=v&&f?null==f?void 0:f.multipliedBy(v):void 0,j=b&&f?new s(b):void 0;let w=C&&j?null==C?void 0:C.plus(j):void 0;w=!w||w.lte(0)?new s(1):w;const k=C&&C.div(w).multipliedBy(100).toFixed(2),T=j&&j.div(w).multipliedBy(100).toFixed(2);return $.jsxs(t.Box,{sx:{mt:x?24:28},children:[$.jsx(t.Box,{sx:{fontWeight:600},children:$.jsx(e.Trans,{id:"sTnImq",message:"Total Liquidity"})}),$.jsxs(t.Box,{sx:{display:"flex",mt:16,backgroundColor:"background.paper",borderRadius:16,overflowX:"auto",border:`1px solid ${m.palette.border.main}`},children:[$.jsx(t.Box,{sx:{flex:x?1:void 0,padding:x?m.spacing(20,30,20,20):m.spacing(20,30,16)},children:$.jsx(Wj,{pieRadius:44,baseReserve:v,baseAmount:C,baseTokenDecimals:null===(d=null==n?void 0:n.baseToken)||void 0===d?void 0:d.decimals,quoteAmount:j,baseTvlRate:k,quoteTvlRate:T,chainId:null==n?void 0:n.chainId,quoteTokenDecimals:(null===(u=null==n?void 0:n.quoteToken)||void 0===u?void 0:u.decimals)||void 0,baseTokenSymbol:er(null==n?void 0:n.baseToken),quoteTokenSymbol:er(null==n?void 0:n.quoteToken),baseTokenAddress:x?null===(p=null==n?void 0:n.baseToken)||void 0===p?void 0:p.address:"",quoteTokenAddress:x?null===(h=null==n?void 0:n.quoteToken)||void 0===h?void 0:h.address:"",shortNumber:!0,disabledRate:!x,disabledAmount:!x,loading:g.isLoading||y.isLoading,sx:x?{typography:"body2",fontWeight:600}:{"& .symbol-wrapper":{display:"flex",alignItems:"center",flexDirection:"row","& > div, & > span":{mt:0,"&:last-child":{ml:16}},"& .MuiSkeleton-root":{width:"40px !important"}}}})}),x?"":$.jsxs(t.Box,{component:"table",sx:{flex:1,fontWeight:600,borderStyle:"solid",borderColor:"border.main",borderWidth:"0 0 0 1px","& thead":{typography:"h6",color:"text.secondary","& th":{textAlign:"right",px:20,py:16,borderStyle:"solid",borderColor:"border.main",borderWidth:"0 0 1px","&:first-child":{textAlign:"left"}}},"& tbody":{typography:"body2",textAlign:"right","& td":{px:20,py:0,"&:first-child":{textAlign:"left"}}}},children:[$.jsx("thead",{children:$.jsxs("tr",{children:[$.jsx("th",{children:$.jsx(e.Trans,{id:"bUUVED",message:"Asset"})}),$.jsx("th",{children:$.jsx(e.Trans,{id:"hcNa1G",message:"Token Amount"})}),$.jsx("th",{children:$.jsx(e.Trans,{id:"iaocTt",message:"Ratio"})})]})}),$.jsxs("tbody",{children:[$.jsxs("tr",{children:[$.jsx("td",{children:n?$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(Hs,{address:n.baseToken.address,width:24,height:24,marginRight:4,chainId:n.chainId}),$.jsxs(t.Box,{children:[n.baseToken.symbol,$.jsx(Wu,{address:n.baseToken.address,truncate:!0,showCopy:!0,size:"small",iconSpace:4,customChainId:n.chainId,sx:{typography:"h6",color:"text.secondary"}})]})]}):$.jsx(t.Skeleton,{width:100,height:24})}),$.jsx("td",{children:n?Yo(new s(n.baseReserve)):$.jsx(t.Skeleton,{width:50,height:24,sx:{display:"inline-block"}})}),$.jsx("td",{children:g.isLoading?$.jsx(t.Skeleton,{width:50,height:24,sx:{display:"inline-block"}}):`${null!=k?k:"-"}%`})]}),$.jsxs("tr",{children:[$.jsx("td",{children:n?$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(Hs,{address:n.quoteToken.address,width:24,height:24,marginRight:4,chainId:n.chainId}),$.jsxs(t.Box,{children:[n.quoteToken.symbol,$.jsx(Wu,{address:n.quoteToken.address,truncate:!0,showCopy:!0,size:"small",iconSpace:4,customChainId:n.chainId,sx:{typography:"h6",color:"text.secondary"}})]})]}):$.jsx(t.Skeleton,{width:100,height:24})}),$.jsx("td",{children:n?Yo(new s(n.quoteReserve)):$.jsx(t.Skeleton,{width:50,height:24,sx:{display:"inline-block"}})}),$.jsx("td",{children:g.isLoading?$.jsx(t.Skeleton,{width:50,height:24,sx:{display:"inline-block"}}):`${null!=T?T:"-"}%`})]})]})]})]})]})}function $j({params:i}){var r,a,s,l,d,c,u;const p=Qh(),{isMobile:h}=Oa(),{account:m}=fa(),x=t.useTheme(),g=gj({id:null==i?void 0:i.address,chainId:null==i?void 0:i.chainId}),{poolDetail:f}=g,y=F(g,["poolDetail"]),[v,b]=n.useState("inital");y.isPending||y.error||f||"inital"!==v||b("open");const C=f&&"DPP"===f.type&&m&&(null===(r=f.owner)||void 0===r?void 0:r.toLocaleLowerCase())===m.toLocaleLowerCase(),j=f&&"DPP"!==f.type||m&&(null==f?void 0:f.owner)&&f.owner.toLocaleLowerCase()===m.toLocaleLowerCase(),[w,k]=n.useState();f&&void 0===w&&!h&&k(If.Add);const T=w&&f?Object.assign(Object.assign({},f),{baseLpToken:{id:null===(a=f.baseLpToken)||void 0===a?void 0:a.id,decimals:Number(null!==(l=null===(s=f.baseLpToken)||void 0===s?void 0:s.decimals)&&void 0!==l?l:18)},quoteLpToken:{id:null===(d=f.quoteLpToken)||void 0===d?void 0:d.id,decimals:Number(null!==(u=null===(c=f.quoteLpToken)||void 0===c?void 0:c.decimals)&&void 0!==u?u:18)}}):void 0,B=!!(null==f?void 0:f.miningAddress);return $.jsxs($h,{sx:h?{p:x.spacing(28,0,j?108:0)}:{p:x.spacing(28,0,40)},children:[$.jsx(mj,{onClick:()=>{p.push({type:exports.PageType.Pool})}}),$.jsxs(t.Box,{sx:h?{}:{display:"flex",gap:12,overflow:"hidden"},children:[$.jsxs(t.Box,{sx:{flex:1,overflow:"hidden"},children:[$.jsx(Hj,{poolDetail:f,loading:y.isPending}),$.jsx(Bj,{poolDetail:f,chart24hDataFirst:!0}),$.jsx(Vj,{poolDetail:f}),$.jsx(Zj,{poolDetail:f}),$.jsx(qj,{poolDetail:f})]}),h?$.jsx(_f,{account:m,pool:T,operate:w,hasMining:B,modal:!0,onClose:()=>{k(void 0)}}):$.jsx(Pf,{account:m,operate:w,hasMining:B,sx:{width:375,height:"max-content",backgroundColor:"background.paper",borderRadius:16,overflow:"hidden"},pool:T,hidePoolInfo:!0})]}),$.jsx(hj,{singleBtn:!0,open:"open"===v,onClose:()=>b("close"),onConfirm:()=>b("close"),title:o.i18n._({id:"Da1+Da",message:"Pool not found. Please switch to another network and retry."})}),h&&j&&$.jsx($.Fragment,{children:$.jsxs(t.Box,{sx:{position:"fixed",bottom:0,left:0,right:0,p:20,display:"grid",gap:"8px",gridTemplateColumns:C?"repeat(3, 1fr)":"repeat(2, 1fr)",backgroundColor:"background.paperContrast"},children:[C?$.jsx(t.Button,{variant:t.Button.Variant.second,onClick:()=>{Qh.getState().push({type:exports.PageType.ModifyPool,params:{chainId:f.chainId,address:f.address}})},children:$.jsx(e.Trans,{id:"ePK91l",message:"Edit"})}):"",$.jsx(t.Button,{variant:t.Button.Variant.second,onClick:()=>{k(If.Remove)},children:$.jsx(e.Trans,{id:"t/YqKh",message:"Remove"})}),$.jsx(t.Button,{onClick:()=>{k(If.Add)},children:$.jsx(e.Trans,{id:"m16xKo",message:"Add"})})]})})]})}function zj({statuses:n,children:i,buttonProps:o}){var r;if(!n.find((e=>e.needShowTokenStatusButton))&&i)return $.jsx($.Fragment,{children:i});const a=n.find((e=>e.insufficientBalance));if(a)return $.jsx(t.Button,{fullWidth:!0,disabled:!0,...o,children:$.jsx(e.Trans,{id:"m6RmA/",message:"Insufficient {0} balance",values:{0:null===(r=a.token)||void 0===r?void 0:r.symbol}})});const s=n.some((e=>e.isApproving));return $.jsx(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:n.map(((n,i)=>{var r,a;let l="";return n.isApproving?l=$.jsx(e.Trans,{id:"j2Uisd",message:"Approving"}):(n.needReset||n.needApprove)&&(l=n.approveTitle),l?$.jsx(t.Button,{fullWidth:!0,isLoading:n.isApproving,onClick:n.submitApprove,disabled:n.insufficientBalance||s,...o,children:l},null!==(a=null===(r=n.token)||void 0===r?void 0:r.symbol)&&void 0!==a?a:i):null}))})}function Qj({token:i,chainId:o,showChainLogo:r,readonly:a,showChainName:s,logoSize:l=24,chainLogoSize:d=12,side:c,occupiedToken:u,defaultLoadBalance:p,notTokenPickerModal:h,border:m,px:x=20,py:g=8,highlightDefault:f,onTokenClick:y,onTokenChange:v}){var b,C;const{onlyChainId:j}=G(),w=o||j,k=t.useTheme(),[T,B]=n.useState(!1),I=(null==i?void 0:i.chainId)?xo.get(i.chainId):null,E=s&&!!I;return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{component:t.ButtonBase,sx:Object.assign(Object.assign({display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,color:k.palette.text.primary,typography:E?"body2":"body1",fontWeight:600,px:x,py:g,"&:focus-visible":{opacity:.5}},!!m&&{border:`solid 1px ${k.palette.border.main}`,borderRadius:8,"&:hover":{backgroundColor:k.palette.hover.default}}),!(!f||i)&&{backgroundColor:k.palette.primary.main,color:k.palette.primary.contrastText,"&:hover":{opacity:.8}}),onClick:()=>{a||B(!0)},"data-testid":Lo,children:[!!(null==i?void 0:i.address)&&$.jsx(Hs,{url:null==i?void 0:i.logoURI,address:null!==(b=null==i?void 0:i.address)&&void 0!==b?b:"",chainId:null==i?void 0:i.chainId,noShowChain:!r,width:l,height:l,chainSize:d,logoOffset:10,marginRight:0}),$.jsxs(t.Box,{sx:{flex:1},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[(null==i?void 0:i.address)?$.jsx($.Fragment,{children:$.jsx(t.Box,{children:null!==(C=null==i?void 0:i.symbol)&&void 0!==C?C:"-"})}):$.jsx(e.Trans,{id:"sIPJGT",message:"SELECT TOKEN"}),!a&&$.jsx(t.Box,{component:"svg",width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",sx:{flexShrink:0},children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.58398 12.376C6.78189 12.6728 7.21811 12.6728 7.41603 12.376L10.4818 7.77735C10.7033 7.44507 10.4651 7 10.0657 7H3.93426C3.53491 7 3.29672 7.44507 3.51823 7.77735L6.58398 12.376Z",fill:"currentColor"})})]}),!!E&&$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",typography:"h6",color:"text.secondary"},children:[I.name,$.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{d:"M5.6036 4.12761C5.50037 4.20906 5.3708 4.24967 5.23958 4.24169C5.10836 4.23372 4.98466 4.17773 4.89203 4.08438C4.7994 3.99103 4.74433 3.86685 4.7373 3.73549C4.73026 3.60413 4.77177 3.47477 4.8539 3.37205L5.96239 2.25211C6.46737 1.76405 7.14372 1.494 7.84575 1.5001C8.54779 1.50621 9.21934 1.78798 9.71577 2.28474C10.2122 2.78151 10.4938 3.4535 10.4999 4.156C10.506 4.85851 10.2361 5.5353 9.74839 6.04062L8.60241 7.16592C8.55441 7.22201 8.49533 7.26757 8.4289 7.29974C8.36246 7.3319 8.29009 7.34997 8.21635 7.35282C8.1426 7.35567 8.06906 7.34324 8.00034 7.3163C7.93162 7.28936 7.86921 7.2485 7.81702 7.19627C7.76483 7.14405 7.724 7.0816 7.69707 7.01284C7.67015 6.94407 7.65772 6.87048 7.66057 6.79668C7.66342 6.72289 7.68148 6.65047 7.71363 6.58399C7.74577 6.51751 7.7913 6.4584 7.84736 6.41036L8.97191 5.28506C9.25568 4.98032 9.41017 4.57725 9.40283 4.16078C9.39549 3.74431 9.22689 3.34695 8.93255 3.05242C8.63821 2.75788 8.24111 2.58917 7.82491 2.58182C7.40872 2.57447 7.00592 2.72906 6.70138 3.01302L5.6036 4.12761ZM6.34259 7.93755C6.38819 7.87582 6.44652 7.82461 6.51361 7.7874C6.58071 7.75018 6.65501 7.72783 6.73149 7.72185C6.80798 7.71586 6.88485 7.7264 6.95691 7.75273C7.02897 7.77906 7.09453 7.82058 7.14917 7.87447C7.2038 7.92836 7.24622 7.99337 7.27356 8.06509C7.3009 8.13682 7.31252 8.21358 7.30764 8.29019C7.30275 8.3668 7.28148 8.44147 7.24525 8.50913C7.20902 8.5768 7.15869 8.63589 7.09765 8.68239L5.96774 9.81305C5.45894 10.2708 4.7943 10.5163 4.11029 10.4992C3.42627 10.482 2.77479 10.2034 2.2896 9.72061C1.80441 9.23784 1.52232 8.58752 1.50127 7.90316C1.48021 7.2188 1.72179 6.55234 2.17638 6.04062L3.30629 4.93139C3.3504 4.86735 3.4079 4.81369 3.47482 4.77413C3.54174 4.73456 3.61646 4.71005 3.69379 4.70229C3.77113 4.69453 3.84922 4.70371 3.92266 4.72919C3.99609 4.75466 4.0631 4.79583 4.11904 4.84983C4.17497 4.90384 4.21849 4.96937 4.24657 5.0419C4.27464 5.11442 4.28661 5.19219 4.28163 5.2698C4.27665 5.34742 4.25484 5.42302 4.21773 5.49135C4.18062 5.55969 4.12908 5.61912 4.06671 5.66552L2.93144 6.79618C2.64767 7.10092 2.49318 7.50398 2.50052 7.92045C2.50786 8.33692 2.67647 8.73428 2.97081 9.02882C3.26515 9.32335 3.66224 9.49207 4.07844 9.49942C4.49463 9.50676 4.89743 9.35217 5.20197 9.06821L6.34259 7.93755ZM5.00919 7.76072C4.96119 7.81681 4.90211 7.86237 4.83567 7.89454C4.76924 7.9267 4.69687 7.94477 4.62312 7.94763C4.54937 7.95048 4.47583 7.93804 4.40711 7.9111C4.33839 7.88416 4.27598 7.8433 4.2238 7.79108C4.17161 7.73885 4.13077 7.6764 4.10385 7.60764C4.07693 7.53887 4.0645 7.46528 4.06735 7.39149C4.0702 7.31769 4.08826 7.24528 4.1204 7.17879C4.15255 7.11231 4.19808 7.0532 4.25413 7.00516L6.90487 4.35267C7.00731 4.26488 7.13909 4.21901 7.27386 4.22422C7.40863 4.22943 7.53648 4.28533 7.63185 4.38077C7.72722 4.4762 7.78309 4.60413 7.7883 4.73899C7.7935 4.87385 7.74766 5.00572 7.65993 5.10823L5.00919 7.76072Z",fill:"currentColor"})})]})]})]}),$.jsx(Qu,{value:i,open:T,side:c,chainId:w,occupiedAddrs:u?[u.address]:void 0,occupiedChainId:null==u?void 0:u.chainId,defaultLoadBalance:p,onClose:()=>{B(!1),y&&y()},onTokenChange:(e,t)=>{B(!1),setTimeout((()=>{!Array.isArray(e)&&v&&v(e,t)}),Os)},modal:!h})]})}function Gj({title:e,disabled:n,children:i}){return $.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:12,opacity:n?.3:void 0},children:[$.jsx(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",fontWeight:600},children:e}),i]})}!function(e){e[e.depth=1]="depth",e[e.volume=2]="volume",e[e.feeRevenue=3]="feeRevenue",e[e.traders=4]="traders"}(kj||(kj={})),function(e){e[e.parameters=1]="parameters",e[e.swaps=2]="swaps",e[e.liquidityProviders=3]="liquidityProviders"}(Tj||(Tj={}));const Yj=1e-4;function Xj({disabled:i,fee:o,onChange:r,feeList:a,hasCustom:l}){const d=t.useTheme(),[c,u]=n.useState(!1),[p,h]=n.useState(!1),[m,x]=n.useState(""),{isMobile:g}=Oa(),f=!a.includes(o),y=f||p,v=!p&&f&&!!m&&new s(m).div(100).lt(Yj),b=i||v;return $.jsxs(t.Box,{sx:{opacity:i?.3:void 0,fontWeight:600},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:20,py:12,borderWidth:1,borderRadius:12,borderStyle:"solid",borderColor:"border.main"},children:[$.jsx(e.Trans,{id:"tMMG40",message:"{0}% fee tier",values:{0:o?new s(o).times(100).toString():"-"}}),$.jsx(t.ButtonBase,{sx:{px:16,py:7,border:`solid 1px ${d.palette.text.primary}`,borderRadius:8,fontWeight:600,color:"text.primary",cursor:b?"default":"pointer",opacity:v?.3:1},disabled:b,onClick:()=>{b||u((e=>!e))},children:c?$.jsx(e.Trans,{id:"vLyv1R",message:"Hide"}):$.jsx(e.Trans,{id:"ePK91l",message:"Edit"})})]}),c&&$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:Object.assign({mt:12},g?{display:"grid",gap:8,gridTemplateColumns:"repeat(2, 1fr)"}:{display:"flex",alignItems:"center",gap:8,"& > label":{flex:1}}),children:[a.map((e=>{const n=o===e&&!y;return $.jsxs(t.Box,{component:"label",sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"space-between",px:20,py:12,borderWidth:1,borderRadius:12,borderStyle:"solid",borderColor:"border.main",cursor:"pointer"},n&&{color:d.palette.primary.main,borderColor:d.palette.primary.main}),children:[100*e,"%",$.jsx(t.Radio,{size:18,checked:n,onChange:(t,n)=>{n&&r(e)}})]},e)})),l&&$.jsxs(t.Box,{component:"label",sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"space-between",px:20,py:12,borderWidth:1,borderRadius:12,borderStyle:"solid",borderColor:"border.main",cursor:"pointer",color:v?d.palette.error.main:"text.primary"},y&&{color:d.palette.primary.main,borderColor:d.palette.primary.main}),onClick:()=>{h(!0),x("")},children:[p?$.jsx(t.Input,{value:m,autoFocus:!0,onChange:e=>{const t=e.target.value;isNaN(Number(t))||x(t)},onBlur:()=>{const e=Number(m),t=e?new s(e).div(100).toNumber():e;t&&t<Yj?r(0):m&&(e||0===e)&&r(t),h(!1)},sx:{p:0,flex:1,height:"100%",border:"none",backgroundColor:"none"},inputSx:{p:0}}):$.jsx($.Fragment,{children:f?(new s(o).times(100).toNumber()||m)+"%":$.jsx(e.Trans,{id:"8Tg/JR",message:"Custom"})}),$.jsx(t.Radio,{size:18,checked:y,sx:{flexShrink:0}})]})]}),v&&$.jsxs(t.Box,{sx:{mt:12,display:"flex",alignItems:"center",gap:8,p:8,borderRadius:8,typography:"h6",backgroundColor:t.alpha(d.palette.error.main,.1),color:d.palette.error.main},children:[$.jsx(t.Box,{component:oe.ErrorBorder,sx:{width:18,height:18}}),$.jsx(e.Trans,{id:"LHxwaD",message:"The fee tier should greater than {0}%",values:{0:100*Yj}})]})]})]})}function Kj({isExists:i,pair:o,pairAddress:r}){var a,l,d;const{isBalanceLoading:u,isDepositedLoading:h,balance:m,token0Deposited:x,token1Deposited:g,poolTokenPercentage:f}=function({pairAddress:e,pair:t}){var i;const{account:o}=fa(),r=null===(i=null==t?void 0:t.liquidityToken)||void 0===i?void 0:i.chainId,a=c.useQuery(Object.assign(Object.assign({},p.getFetchUniswapV2PairBalanceOfQueryOptions(r,e,o)),{retry:!1})),l=c.useQuery(Object.assign(Object.assign({},p.getFetchUniswapV2PairTotalSupplyQueryOptions(r,e)),{retry:!1})),[d,u,h]=n.useMemo((()=>{if(!t||!a.data||!l.data||l.data<a.data)return[void 0,void 0,void 0];const e=S.CurrencyAmount.fromRawAmount(t.liquidityToken,l.data.toString()),n=S.CurrencyAmount.fromRawAmount(t.liquidityToken,a.data.toString());return[new S.Percent(a.data.toString(),l.data.toString()),t.getLiquidityValue(t.token0,e,n,!1),t.getLiquidityValue(t.token1,e,n,!1)]}),[a.data,l.data,t]);return{isBalanceLoading:a.isLoading,isDepositedLoading:a.isLoading||l.isLoading,balance:a.data&&t?Wo(a.data.toString(),t.liquidityToken.decimals):void 0,poolTokenPercentage:d?new s(d.toSignificant(6)):void 0,token0Deposited:u?new s(u.toSignificant()):void 0,token1Deposited:h?new s(h.toSignificant()):void 0}}({pairAddress:r,pair:o}),y=f?`${No({input:f,showDecimals:2,roundingMode:s.ROUND_HALF_UP})}%`:void 0;return i&&o?$.jsxs(t.Box,{sx:{px:20,py:12,borderWidth:1,borderRadius:8,borderStyle:"solid",borderColor:"border.main"},children:[$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"YHc3B+",message:"My Liquidity"})}),$.jsxs(t.Box,{sx:{mt:12,display:"flex",alignItems:"center"},children:[$.jsx(fp,{width:18,height:18,tokens:[o.token0,o.token1],mr:4}),$.jsx(t.LoadingSkeleton,{loading:u,loadingProps:{width:50},sx:{mr:4},children:Do({input:m,decimals:null===(a=o.liquidityToken)||void 0===a?void 0:a.decimals})}),`${o.token0.symbol}/${o.token1.symbol} LP`,$.jsx(t.Tooltip,{title:$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:10,typography:"body2",color:"text.primary"},children:[$.jsx(Dg,{address:o.token0.address,chainId:o.token0.chainId,showName:null!==(l=o.token0.symbol)&&void 0!==l?l:"",size:14,offset:4,rightContent:$.jsx(t.LoadingSkeleton,{loading:h,loadingProps:{width:50},children:Do({input:x,decimals:o.token0.decimals})})}),$.jsx(Dg,{address:o.token1.address,chainId:o.token1.chainId,showName:null!==(d=o.token1.symbol)&&void 0!==d?d:"",size:14,offset:4,rightContent:$.jsx(t.LoadingSkeleton,{loading:h,loadingProps:{width:50},children:Do({input:g,decimals:o.token1.decimals})})}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsx(e.Trans,{id:"c4miqE",message:"Pool share"}),$.jsx(t.LoadingSkeleton,{loading:h,loadingProps:{width:50},children:y})]})]}),sx:{padding:20,width:256},children:$.jsx(t.HoverOpacity,{component:oe.DetailBorder,sx:{ml:4,width:16,height:16,cursor:"pointer"}})}),$.jsx(t.Box,{component:"a",target:"_blank",rel:"noopener noreferrer",href:ca(o.liquidityToken.chainId,o.liquidityToken.address,"address"),sx:{ml:4,display:"inline-flex",height:16},children:$.jsx(t.HoverOpacity,{component:oe.ArrowTopRightBorder,sx:{width:16,height:16}})})]})]}):null}function Jj({sx:i,disabled:o,slippage:r,onChangeSlippage:a}){const l=t.useTheme(),d=r===Jh,[c,u]=n.useState(d?"":new s(r).times(100).toNumber());return $.jsx(t.Tooltip,{disabled:o,onlyClick:!0,title:$.jsxs(t.Box,{sx:{backgroundColor:l.palette.background.paper,padding:l.spacing(16,20),borderRadius:16,width:375,maxWidth:"90vw",boxSizing:"border-box"},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",typography:"body2",color:"text.primary"},children:[$.jsx("span",{children:$.jsx(e.Trans,{id:"lqTDfd",message:"Slippage Tolerance"})}),$.jsxs("span",{children:[d?tm:r&&new s(r).times(100).toNumber(),"%"]})]}),$.jsxs(t.Box,{sx:{mt:16,display:"flex",alignItems:"center",margin:l.spacing(16,0,0,0)},children:[$.jsx(Kh,{sx:{borderRadius:8,whiteSpace:"nowrap"},onClick:()=>{u(""),a(Jh)},active:d}),$.jsx(t.Input,{placeholder:String(tm),value:c,onChange:e=>{const{value:t}=e.target;u(t),a(t?new s(t).div(100).toNumber():Jh)},onBlur:()=>{(!d&&new s(r).gt(.1)||new s(r).lte(0))&&(u(10),a(.1))},suffix:$.jsx(t.Box,{sx:{mr:16},children:"%"}),sx:{ml:8,"& input":{px:16,py:0,height:"39px"}}})]})]}),sx:{p:0},arrow:!1,placement:"bottom-end",children:$.jsx(t.HoverAddBackground,{sx:Object.assign({width:"max-content",alignItems:"right",margin:l.spacing(0,0,0,"auto"),p:l.spacing(4,12),borderRadius:20,backgroundColor:"background.paperDarkContrast",cursor:"pointer"},i),children:$.jsx(t.Box,{component:oe.Setting,sx:{width:18,height:18,"& path:last-child":{fill:l.palette.text.primary}}})})})}function ew(){var i,o,a;const l=t.useTheme(),[d,c]=n.useState(.003),[u,h]=n.useState(),[m,x]=n.useState(),[g,f]=n.useState(""),[y,v]=n.useState(""),[b,C]=n.useState(Jh),j=b===Jh?new s(tm).div(100).toNumber():b,{isMobile:w}=Oa(),{onlyChainId:k}=G(),T=n.useMemo((()=>k||(null==u?void 0:u.chainId)||(null==m?void 0:m.chainId)),[k,u,m]),{pairAddress:B,pair:I,price:E,isInvalidPair:A,invertedPrice:L,priceLoading:R,liquidityMinted:O,shareOfPool:M,isExists:P}=function({baseToken:e,quoteToken:t,baseAmount:i,quoteAmount:o,fee:a}){const[s,l,d]=n.useMemo((()=>{var n,i;if(!e||!t)return[null,null,!1];const o=r.basicTokenMap[e.chainId],a=(null===(n=o.address)||void 0===n?void 0:n.toLowerCase())===e.address.toLowerCase(),s=(null===(i=o.address)||void 0===i?void 0:i.toLowerCase())===t.address.toLowerCase(),l=a?o.wrappedTokenAddress:e.address,d=s?o.wrappedTokenAddress:t.address,c=l.toLowerCase()===d.toLowerCase();return c?[null,null,!0]:[new S.Token(e.chainId,l,e.decimals,e.symbol,e.name),new S.Token(t.chainId,d,t.decimals,t.symbol,t.name),c]}),[e,t]),c=n.useMemo((()=>{if(!s||!l||void 0===a)return;const e=s.chainId,t=e?p.getUniswapV2FactoryContractAddressByChainId(e)||p.getUniswapV2FactoryFixedFeeContractAddressByChainId(e):void 0;return t?ua({factoryAddress:t,tokenA:s,tokenB:l,fee:a}):void 0}),[s,l,a]),{pair:u,price:h,invertedPrice:m,reserveQuery:x,liquidityMinted:g,shareOfPool:f,isExists:y}=jf({pool:e&&t&&c?{baseToken:e,quoteToken:t,type:"AMMV2",address:c}:void 0,baseAmount:i,quoteAmount:o});return{pairAddress:c,pair:u,isInvalidPair:d,price:h,invertedPrice:m,priceLoading:x.isLoading,liquidityMinted:g,shareOfPool:f,isExists:y}}({baseToken:u,quoteToken:m,baseAmount:g,quoteAmount:y,fee:d}),_=wm(E);if(E&&g&&!E.isEqualTo(null!=_?_:0)&&P){const e=E.times(g).dp(null!==(i=null==m?void 0:m.decimals)&&void 0!==i?i:18);e.isEqualTo(y)||v(e.toString())}const F=T?p.getUniswapV2Router02ContractAddressByChainId(T)||p.getUniswapV2Router02FixedFeeContractAddressByChainId(T):void 0,N=ms(u,{amount:g,contractAddress:F}),D=ms(m,{amount:y,contractAddress:F}),[q,U]=n.useState(!1),V=!u||!m,H=gf({baseToken:u,quoteToken:m,baseAmount:g,quoteAmount:y,fee:d,isExists:P,slippage:j,successBack:()=>{Qh.getState().push({type:exports.PageType.Pool,params:{tab:hy.myLiquidity}})}});return n.useEffect((()=>{console.log("createMutation.error",H.error)}),[H.error]),$.jsxs($h,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:20,mx:"auto",width:w?"100%":600,pb:20,borderBottomWidth:1,borderBottomStyle:"solid",borderBottomColor:"border.main",mb:20},children:[$.jsx(wy,{onClick:()=>{Qh.getState().push({type:exports.PageType.Pool})}}),$.jsx(t.Box,{sx:{typography:"caption",fontWeight:600,color:"text.primary",mr:"auto"},children:$.jsx(e.Trans,{id:"E6MqGy",message:"Add liquidity"})}),$.jsx(tg,{poolType:"AMM V2"})]}),$.jsxs(t.Box,{sx:{mx:"auto",borderRadius:0,width:"100%",position:"relative",overflow:"hidden",[l.breakpoints.up("tablet")]:{borderWidth:1,borderStyle:"solid",borderColor:"border.main",width:600,borderRadius:16,backgroundColor:"background.paper"}},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:20,[l.breakpoints.up("tablet")]:{pt:20,px:20,pb:20}},children:[$.jsx(Kj,{pair:I,pairAddress:B,isExists:P}),$.jsxs(Gj,{title:$.jsx(e.Trans,{id:"nxRg31",message:"Select pair"}),children:[$.jsxs(t.Box,{sx:{display:"grid",gridTemplateColumns:w?"repeat(1, 1fr)":"repeat(2, 1fr)",gap:12},children:[$.jsx(Qj,{border:!0,highlightDefault:!0,chainId:T,token:u,onTokenChange:(e,t)=>{t?(h(m),x(u),f(""),v("")):(h(e),f(""))},occupiedToken:m}),$.jsx(Qj,{border:!0,highlightDefault:!0,chainId:T,token:m,onTokenChange:(e,t)=>{t?(h(m),x(u)):(x(e),v(""))},occupiedToken:u})]}),(!T||aa(T))&&$.jsx(Xj,{fee:d,onChange:c,feeList:[1e-4,5e-4,.003],hasCustom:!0,disabled:V})]}),$.jsx(Gj,{title:$.jsx(e.Trans,{id:"MU9s7M",message:"Deposit amounts"}),disabled:V,children:$.jsxs(t.Box,{children:[$.jsx(ap,{sx:{mb:4,pb:28,minHeight:"auto",backgroundColor:"background.cardInput",padding:l.spacing(20,20,28)},inputSx:{backgroundColor:"background.cardInput"},token:u,amt:g,defaultLoadBalance:!0,onInputChange:e=>{var t;f(e);const n=Number(e);P&&E&&n&&v(E.times(e).dp(null!==(t=null==m?void 0:m.decimals)&&void 0!==t?t:18).toString())},showMaxBtn:!0,occupiedAddrs:[null!==(o=null==m?void 0:m.address)&&void 0!==o?o:""],occupiedChainId:null==m?void 0:m.chainId,notTokenPickerModal:!0,showPercentage:!0,readOnly:V}),$.jsx(op,{}),$.jsx(ap,{sx:{pb:20,minHeight:"auto",backgroundColor:"background.cardInput",padding:l.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"},token:m,amt:y,defaultLoadBalance:!0,onInputChange:e=>{var t;v(e);const n=Number(e);P&&L&&n&&f(L.times(e).dp(null!==(t=null==u?void 0:u.decimals)&&void 0!==t?t:18).toString())},showMaxBtn:!0,occupiedAddrs:[null!==(a=null==u?void 0:u.address)&&void 0!==a?a:""],occupiedChainId:null==u?void 0:u.chainId,notTokenPickerModal:!0,showPercentage:!0,readOnly:V}),$.jsx(Jj,{slippage:b,onChangeSlippage:C,disabled:V,sx:{mt:8}}),$.jsx(df,{baseToken:u,quoteToken:m,loading:R,midPrice:E,shareOfPool:M}),!!P&&$.jsxs(t.Box,{sx:{mt:20,p:20,borderRadius:16,backgroundColor:"background.paperContrast",typography:"h6",textAlign:"center","& > b":{fontWeight:600,color:"primary.main"}},children:["🌟",$.jsx("b",{children:$.jsx(e.Trans,{id:"e38JNU",message:"Tips:"})})," ",$.jsx(e.Trans,{id:"1ABiXc",message:"By adding liquidity you’ll earn <0>{0}</0> of all trades on this pair proportional to your share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity.",values:{0:Ko({input:d})},components:{0:$.jsx("b",{})}})]})]})})]}),$.jsx(t.Box,{sx:{py:16,[l.breakpoints.up("tablet")]:{px:20}},children:$.jsx(cm,{fullWidth:!0,includeButton:!0,size:t.Button.Size.big,disabled:V,chainId:T,children:$.jsx(zj,{statuses:[N,D],buttonProps:{size:t.Button.Size.big},children:$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.big,disabled:!(u&&m&&g&&y&&!A&&d),onClick:()=>U(!0),children:A?$.jsx(e.Trans,{id:"R7D79P",message:"Invalid pair"}):$.jsx(e.Trans,{id:"bwSQI0",message:"Supply"})})})})})]}),$.jsx(cf,{open:q,onClose:()=>U(!1),slippage:j,baseToken:u,baseAmount:g,quoteToken:m,quoteAmount:y,fee:d,price:E,lpAmount:O,shareOfPool:M,pairAddress:B,createMutation:H})]})}const tw=({disabled:e,feeAmount:i,dispatch:r})=>{const a=t.useTheme(),{isMobile:s}=Oa(),[l,d]=n.useState(!1);return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"space-between",px:20,py:12,borderWidth:1,borderStyle:"solid",borderColor:a.palette.border.main,borderRadius:12},e?{opacity:.3}:void 0),children:[$.jsx(t.Box,{sx:{typography:"h5",color:a.palette.text.primary},children:i?`${eg[i].label} ${o.i18n._({id:"fxRyGG",message:"fee tier"})}`:o.i18n._({id:"EU3wU4",message:"Fee tier"})}),$.jsx(t.Button,{size:t.Button.Size.small,variant:t.Button.Variant.outlined,disabled:e,onClick:()=>d((e=>!e)),sx:{color:a.palette.text.primary,border:`solid 1px ${a.palette.text.primary}`},children:l?o.i18n._({id:"vLyv1R",message:"Hide"}):o.i18n._({id:"ePK91l",message:"Edit"})})]}),l&&$.jsx(t.Box,{sx:Object.assign({},s?{display:"grid",gap:8,gridTemplateColumns:"repeat(2, 1fr)"}:{display:"flex",alignItems:"center",gap:8}),children:[Km.LOWEST,Km.LOW,Km.MEDIUM,Km.HIGH].map((n=>{const o=i===n;return $.jsxs(t.Button,{size:t.Button.Size.middle,variant:t.Button.Variant.outlined,disabled:e,onClick:()=>{r({type:vg.UpdateFeeAmount,payload:n})},sx:{flexBasis:"50%",flexShrink:1,flexGrow:1,justifyContent:"space-between",px:20,color:o?a.palette.primary.main:a.palette.text.primary,borderRadius:12,borderColor:o?a.palette.primary.main:a.palette.border.main,[a.breakpoints.up("tablet")]:{flexBasis:"25%"}},children:[eg[n].label,o?$.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:[$.jsx("rect",{x:"0.5",y:"0.5",width:"17",height:"17",rx:"8.5",stroke:a.palette.primary.main}),$.jsx("rect",{x:"4.5",y:"4.5",width:"9",height:"9",rx:"4.5",fill:a.palette.primary.main,stroke:a.palette.primary.main})]}):$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:$.jsx("rect",{x:"0.5",y:"0.5",width:"17",height:"17",rx:"8.5",stroke:a.palette.text.secondary})})]},n)}))})]})},nw={neutral1:"#222222",neutral2:"#7D7D7D",accent1:"#FC72FF",critical:"FF5F52",white:"#FFFFFF",surface3:"#22222212",opacity:{hover:.6,click:.4,disabled:.5,enabled:1}},iw=({series:e,xScale:i,yScale:o,xValue:r,yValue:a,fill:s})=>n.useMemo((()=>{var n;return $.jsx(t.Box,{component:"path",opacity:.5,stroke:null!=s?s:nw.accent1,fill:null!=s?s:nw.accent1,d:null!==(n=O.area().curve(O.curveStepAfter).x((e=>i(r(e)))).y1((e=>o(a(e)))).y0(o(0))(e.filter((e=>{const t=i(r(e));return t>0&&t<=window.innerWidth}))))&&void 0!==n?n:void 0})}),[s,e,i,r,o,a]),ow=({axisGenerator:e})=>$.jsx("g",{ref:t=>{t&&O.select(t).call(e).call((e=>e.select(".domain").remove()))}}),rw=({xScale:e,innerHeight:i,offset:o=0})=>n.useMemo((()=>$.jsx(t.Box,{component:"g",transform:`translate(0, ${i+o})`,sx:{"& line":{display:"none"},"& text":{color:nw.neutral2,transform:"translateY(5px)"}},children:$.jsx(ow,{axisGenerator:O.axisBottom(e).ticks(6)})})),[i,o,e]),aw=e=>["M 0 0",`v ${e}`,"m 1 0","V 0","M 0 1","h 12","q 2 0, 2 2","v 22","q 0 2 -2 2","h -12","z"].join(" "),sw=()=>["m 5 7","v 14","M 0 0","m 9 7","v 14","z"].join(" "),lw=({color:e,size:t=10,margin:n=10})=>$.jsx("polygon",{points:`0 0, ${t} ${t}, 0 ${t}`,transform:` translate(${t+n}, ${n}) rotate(45) `,fill:e,stroke:e,strokeWidth:"4",strokeLinejoin:"round"});const dw=({color:e,d:n})=>$.jsx(t.Box,{component:"path",cursor:"ew-resize",pointerEvents:"none",strokeWidth:3,stroke:e,fill:e,d:n}),cw=({d:e})=>$.jsx(t.Box,{component:"path",cursor:"ew-resize",pointerEvents:"none",stroke:nw.white,opacity:nw.opacity.hover,d:e}),uw=({visible:e,transform:n,children:i})=>$.jsx(t.Box,{component:"g",opacity:e?"1":"0",transform:n,sx:{transition:"opacity 300ms"},children:i}),pw=({y:e,x:n,height:i,width:o,rx:r})=>$.jsx(t.Box,{component:"rect",fill:nw.surface3,y:e,x:n,height:i,width:o,rx:r}),hw=({y:e,transform:n,dominantBaseline:i,children:o})=>$.jsx(t.Box,{component:"text",y:e,textAnchor:"middle",fontSize:"13px",fill:nw.neutral1,transform:n,dominantBaseline:i,children:o}),mw=(e,t,n)=>{const i=e.map((e=>n(e).toFixed(1))),o=t.map((e=>n(e).toFixed(1)));return i.every(((e,t)=>e===o[t]))},xw=({id:e,xScale:t,interactive:i,brushLabelValue:o,brushExtent:r,setBrushExtent:a,innerWidth:s,innerHeight:l,westHandleColor:d,eastHandleColor:c})=>{const u=n.useRef(null),p=n.useRef(null),[h,m]=n.useState(r),[x,g]=n.useState(!1),[f,y]=n.useState(!1),v=function(e){const t=n.useRef();return n.useEffect((()=>{t.current=e}),[e]),t.current}(r),b=n.useCallback((e=>{const{type:n,selection:i,mode:o}=e;if(!i)return void m(null);const s=i.map(t.invert);"end"!==n||mw(r,s,t)||a(s,o),m(s)}),[t,r,a]);n.useEffect((()=>{m(r)}),[r]),n.useEffect((()=>{u.current&&(p.current=O.brushX().extent([[Math.max(2,t(0)),0],[s-2,l]]).handleSize(30).filter((()=>i)).on("brush end",b),p.current(O.select(u.current)),v&&mw(r,v,t)&&O.select(u.current).transition().call(p.current.move,r.map(t)),O.select(u.current).selectAll(".selection").attr("stroke","none").attr("fill-opacity","0.1").attr("fill",`url(#${e}-gradient-selection)`))}),[r,b,e,l,s,i,v,t]),n.useEffect((()=>{u.current&&p.current&&p.current.move(O.select(u.current),r.map(t))}),[r,t]),n.useEffect((()=>{g(!0);const e=setTimeout((()=>g(!1)),1500);return()=>clearTimeout(e)}),[h]);const C=h&&t(h[0])>20,j=h&&t(h[1])>s-20,w=h&&(t(h[0])<0||t(h[1])<0),k=h&&(t(h[0])>s||t(h[1])>s),T=h&&t(h[0])>=0&&t(h[0])<=s,B=h&&t(h[1])>=0&&t(h[1])<=s;return n.useMemo((()=>$.jsxs($.Fragment,{children:[$.jsxs("defs",{children:[$.jsxs("linearGradient",{id:`${e}-gradient-selection`,x1:"0%",y1:"100%",x2:"100%",y2:"100%",children:[$.jsx("stop",{stopColor:d}),$.jsx("stop",{stopColor:c,offset:"1"})]}),$.jsx("clipPath",{id:`${e}-brush-clip`,children:$.jsx("rect",{x:"0",y:"0",width:s,height:l})})]}),$.jsx("g",{ref:u,clipPath:`url(#${e}-brush-clip)`,onMouseEnter:()=>y(!0),onMouseLeave:()=>y(!1)}),h&&$.jsxs($.Fragment,{children:[T?$.jsxs("g",{transform:`translate(${Math.max(0,t(h[0]))}, 0), scale(${C?"-1":"1"}, 1)`,children:[$.jsxs("g",{children:[$.jsx(dw,{color:d,d:aw(l)}),$.jsx(cw,{d:sw()})]}),$.jsxs(uw,{transform:`translate(50,0), scale(${C?"1":"-1"}, 1)`,visible:x||f,children:[$.jsx(pw,{y:"0",x:"-30",height:"30",width:"60",rx:"8"}),$.jsx(hw,{transform:"scale(-1, 1)",y:"15",dominantBaseline:"middle",children:o("w",h[0])})]})]}):null,B?$.jsxs("g",{transform:`translate(${t(h[1])}, 0), scale(${j?"-1":"1"}, 1)`,children:[$.jsxs("g",{children:[$.jsx(dw,{color:c,d:aw(l)}),$.jsx(cw,{d:sw()})]}),$.jsxs(uw,{transform:`translate(50,0), scale(${j?"-1":"1"}, 1)`,visible:x||f,children:[$.jsx(pw,{y:"0",x:"-30",height:"30",width:"60",rx:"8"}),$.jsx(hw,{y:"15",dominantBaseline:"middle",children:o("e",h[1])})]})]}):null,w&&$.jsx(lw,{color:d}),k&&$.jsx("g",{transform:`translate(${s}, 0) scale(-1, 1)`,children:$.jsx(lw,{color:c})})]})]})),[o,c,B,j,C,f,e,l,s,h,k,x,w,d,T,t])},gw=({value:e,xScale:i,innerHeight:o})=>n.useMemo((()=>$.jsx(t.Box,{component:"line",x1:i(e),y1:"0",x2:i(e),y2:o,sx:{opacity:.5,strokeWidth:2,stroke:nw.neutral1,fill:"none"}})),[e,i,o]);function fw({svg:e,xScale:i,setZoom:o,width:r,height:a,resetBrush:s,showResetButton:l,zoomLevels:d}){const c=n.useRef(),[u,p,h,m]=n.useMemo((()=>[()=>e&&c.current&&O.select(e).transition().call(c.current.scaleBy,2),()=>e&&c.current&&O.select(e).transition().call(c.current.scaleBy,.5),()=>e&&c.current&&O.select(e).transition().call(c.current.scaleTo,.5),()=>e&&c.current&&O.select(e).call(c.current.transform,O.zoomIdentity.translate(0,0).scale(1)).transition().call(c.current.scaleTo,.5)]),[e]);return n.useEffect((()=>{e&&(c.current=O.zoom().scaleExtent([d.min,d.max]).extent([[0,0],[r,a]]).on("zoom",(({transform:e})=>o(e))),O.select(e).call(c.current))}),[a,r,o,e,i,c,d,d.max,d.min]),n.useEffect((()=>{h()}),[h,d]),$.jsxs(t.Box,{sx:{display:"grid",gridTemplateColumns:`repeat(${l?3:2}, 1fr)`,gridGap:"6px",position:"absolute",top:"-32px",right:0},children:[l&&$.jsx(t.Button,{size:t.Button.Size.small,sx:{borderRadius:16},onClick:()=>{s(),m()},disabled:!1,children:$.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[$.jsx("polyline",{points:"1 4 1 10 7 10"}),$.jsx("polyline",{points:"23 20 23 14 17 14"}),$.jsx("path",{d:"M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15"})]})}),$.jsx(t.Button,{size:t.Button.Size.small,sx:{borderRadius:16},onClick:u,disabled:!1,children:$.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[$.jsx("circle",{cx:"11",cy:"11",r:"8"}),$.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),$.jsx("line",{x1:"11",y1:"8",x2:"11",y2:"14"}),$.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]})}),$.jsx(t.Button,{size:t.Button.Size.small,sx:{borderRadius:16},onClick:p,disabled:!1,children:$.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[$.jsx("circle",{cx:"11",cy:"11",r:"8"}),$.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),$.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]})})]})}const yw=e=>e.price0,vw=e=>e.activeLiquidity;function bw({id:e="liquidityChartRangeInput",data:{series:i,current:o},ticksAtLimit:r,styles:a,dimensions:{width:s,height:l},margins:d,interactive:c=!0,brushDomain:u,brushLabels:p,onBrushDomainChange:h,zoomLevels:m}){const x=n.useRef(null),[g,f]=n.useState(null),[y,v]=n.useMemo((()=>[l-d.top-d.bottom,s-d.left-d.right]),[s,l,d]),{xScale:b,yScale:C}=n.useMemo((()=>{const e={xScale:O.scaleLinear().domain([o*m.initialMin,o*m.initialMax]).range([0,v]),yScale:O.scaleLinear().domain([0,O.max(i,vw)]).range([y,0])};if(g){const t=g.rescaleX(e.xScale);e.xScale.domain(t.domain())}return e}),[o,m.initialMin,m.initialMax,v,i,y,g]);return n.useEffect((()=>{f(null)}),[m]),n.useEffect((()=>{u||h(b.domain(),void 0)}),[u,h,b]),$.jsxs($.Fragment,{children:[$.jsx(fw,{svg:x.current,xScale:b,setZoom:f,width:v,height:l,resetBrush:()=>{h([o*m.initialMin,o*m.initialMax],"reset")},showResetButton:Boolean(r[dm.LOWER]||r[dm.UPPER]),zoomLevels:m}),$.jsxs("svg",{width:"100%",height:"100%",viewBox:`0 0 ${s} ${l}`,style:{overflow:"visible"},children:[$.jsxs("defs",{children:[$.jsx("clipPath",{id:`${e}-chart-clip`,children:$.jsx("rect",{x:"0",y:"0",width:v,height:l})}),u&&$.jsx("mask",{id:`${e}-chart-area-mask`,children:$.jsx("rect",{fill:"white",x:b(u[0]),y:"0",width:b(u[1])-b(u[0]),height:y})})]}),$.jsxs("g",{transform:`translate(${d.left},${d.top})`,children:[$.jsxs("g",{clipPath:`url(#${e}-chart-clip)`,children:[$.jsx(iw,{series:i,xScale:b,yScale:C,xValue:yw,yValue:vw}),u&&$.jsx("g",{mask:`url(#${e}-chart-area-mask)`,children:$.jsx(iw,{series:i,xScale:b,yScale:C,xValue:yw,yValue:vw,fill:a.area.selection})}),$.jsx(gw,{value:o,xScale:b,innerHeight:y}),$.jsx(rw,{xScale:b,innerHeight:y})]}),$.jsx(t.Box,{component:"rect",width:v,height:l,ref:x,sx:{fill:"transparent",cursor:"grab","&:active":{cursor:"grabbing"}}}),$.jsx(xw,{id:e,xScale:b,interactive:c,brushLabelValue:p,brushExtent:null!=u?u:b.domain(),innerWidth:v,innerHeight:y,setBrushExtent:h,westHandleColor:a.brush.handle.west,eastHandleColor:a.brush.handle.east})]})]})]})}const Cw=8;function jw(e,t,n,i,o,r){var a,s,l,d,c;let u=Object.assign({},n),p=[];for(let n=o+(r?1:-1);r?n<i.length:n>=0;r?n++:n--){const o=Number(null===(a=i[n])||void 0===a?void 0:a.tickIdx),h=Ex(e,t,o),m={liquidityActive:u.liquidityActive,tick:o,liquidityNet:I.BigInt(null!==(l=null===(s=i[n])||void 0===s?void 0:s.liquidityNet)&&void 0!==l?l:""),price0:h.toFixed(Cw),sdkPrice:h};r?m.liquidityActive=I.add(u.liquidityActive,I.BigInt(null!==(c=null===(d=i[n])||void 0===d?void 0:d.liquidityNet)&&void 0!==c?c:0)):!r&&I.notEqual(u.liquidityNet,I.BigInt(0))&&(m.liquidityActive=I.subtract(u.liquidityActive,u.liquidityNet)),p.push(m),u=m}return r||(p=p.reverse()),p}const ww=8,kw=(e,t)=>e&&t?Math.floor(e/Jm[t])*Jm[t]:void 0,Tw=1e3;function Bw(e,t,i,o){const[a,s]=n.useState(0),[l,d]=n.useState([]),{data:u,error:p,isLoading:h}=function(e,t,n,i=0,o){var a;const s=wa(),l=e&&t&&n?Ox.getAddress(null==e?void 0:e.wrapped,null==t?void 0:t.wrapped,n,void 0,o?Im[o]:void 0):void 0,d=s.getQuery(r.AMMV3Api.graphql.AllV3TicksDocument,{skip:i,first:Tw,where:{chain:o?Si[o]:void 0,poolAddress:null!==(a=null==l?void 0:l.toLowerCase())&&void 0!==a?a:void 0,refreshNow:!0,schemaName:"ammv3"}});return c.useQuery(Object.assign(Object.assign({},d),{enabled:!0}))}(e,t,i,a,o),m=null==u?void 0:u.ticks;return n.useEffect((()=>{(null==m?void 0:m.length)&&(d((e=>[...e,...m])),(null==m?void 0:m.length)===Tw&&s((e=>e+Tw)))}),[m]),{isLoading:h||(null==m?void 0:m.length)===Tw,error:p,ticks:l}}function Iw({currencyA:e,currencyB:t,feeAmount:i}){const{isLoading:o,error:r,data:a}=function(e,t,i,o){var r,a,s;const{chainId:l}=fa(),d=lg(e,t,i),c=null===(r=d[1])||void 0===r?void 0:r.liquidity,u=null===(a=d[1])||void 0===a?void 0:a.sqrtRatioX96,p=null===(s=d[1])||void 0===s?void 0:s.tickCurrent,h=n.useMemo((()=>kw(p,i)),[p,i]),{isLoading:m,error:x,ticks:g}=Bw(e,t,i,l);return n.useMemo((()=>{var n,i,o,r,a;if(!e||!t||void 0===h||d[0]!==sg.EXISTS||!g||0===g.length||m)return{isLoading:m||d[0]===sg.LOADING,error:x,activeTick:h,data:void 0};const s=null==e?void 0:e.wrapped,l=null==t?void 0:t.wrapped,f=g.findIndex((e=>(null==e?void 0:e.tickIdx)&&e.tickIdx>h))-1;if(f<0)return console.log("usePoolTickData","usePoolActiveLiquidity","TickData pivot not found",{token0:s.address,token1:l.address,chainId:s.chainId}),{isLoading:m,error:x,activeTick:h,data:void 0};const y=Ex(s,l,h),v={liquidityActive:I.BigInt(null!==(i=null===(n=d[1])||void 0===n?void 0:n.liquidity)&&void 0!==i?i:0),tick:h,liquidityNet:Number(null===(o=g[f])||void 0===o?void 0:o.tickIdx)===h?I.BigInt(null!==(a=null===(r=g[f])||void 0===r?void 0:r.liquidityNet)&&void 0!==a?a:0):I.BigInt(0),price0:y.toFixed(ww),sdkPrice:y},b=jw(s,l,v,g,f,!0),C=jw(s,l,v,g,f,!1).concat(v).concat(b);return{isLoading:m,error:x,currentTick:p,activeTick:h,liquidity:c,sqrtPriceX96:u,data:C}}),[e,t,h,d,g,m,x,p,c,u])}(e,t,i),s=n.useCallback((()=>{if(!(null==a?void 0:a.length))return;const e=[];for(let t=0;t<a.length;t++){const n=a[t],i={activeLiquidity:parseFloat(n.liquidityActive.toString()),price0:parseFloat(n.price0)};i.activeLiquidity>0&&e.push(i)}return e}),[a]);return n.useMemo((()=>({isLoading:o,error:r,formattedData:o?void 0:s()})),[o,r,s])}const Ew={initialMin:.999,initialMax:1.001,min:1e-5,max:1.5},Aw={[Km.LOWEST]:Ew,[Km.LOW_200]:Ew,[Km.LOW_300]:Ew,[Km.LOW_400]:Ew,[Km.LOW]:Ew,[Km.MEDIUM]:{initialMin:.5,initialMax:2,min:1e-5,max:20},[Km.HIGH]:{initialMin:.5,initialMax:2,min:1e-5,max:20}};function Sw({message:e,icon:n}){return $.jsxs(xm,{style:{height:"100%",justifyContent:"center"},children:[n,e&&$.jsx(t.Box,{sx:{mt:20,p:10,typography:"caption",textAlign:"center"},children:e})]})}function Lw(){return $.jsx(t.LoadingSkeleton,{})}function Rw({currencyA:i,currencyB:o,feeAmount:r,ticksAtLimit:a,price:s,priceLower:l,priceUpper:d,onLeftRangeInput:c,onRightRangeInput:u,interactive:p}){const h=i&&o&&(null==i?void 0:i.wrapped.sortsBefore(null==o?void 0:o.wrapped)),{isLoading:m,error:x,formattedData:g}=Iw({currencyA:i,currencyB:o,feeAmount:r}),f=n.useCallback(((e,t)=>{let n=Number(e[0]);const i=Number(e[1]);n<=0&&(n=1/10**6),(!a[h?dm.LOWER:dm.UPPER]||"handle"===t||"reset"===t)&&n>0&&c(n.toFixed(6)),(!a[h?dm.UPPER:dm.LOWER]||"reset"===t)&&i>0&&i<1e35&&u(i.toFixed(6))}),[h,c,u,a]);p=p&&Boolean(null==g?void 0:g.length);const y=n.useMemo((()=>{const e=h?l:null==d?void 0:d.invert(),t=h?d:null==l?void 0:l.invert();return e&&t?[parseFloat(null==e?void 0:e.toSignificant(6)),parseFloat(null==t?void 0:t.toSignificant(6))]:void 0}),[h,l,d]),v=n.useCallback(((e,t)=>{if(!s)return"";if("w"===e&&a[h?dm.LOWER:dm.UPPER])return"0";if("e"===e&&a[h?dm.UPPER:dm.LOWER])return"∞";const n=(t<s?-1:1)*((Math.max(t,s)-Math.min(t,s))/s)*100;return s?`${Do({input:n,decimals:2})}%`:""}),[h,s,a]),b=!i||!o||void 0===g&&!m&&!x;return $.jsx(gm,{gap:"md",style:{minHeight:"200px"},children:b?$.jsx(Sw,{message:$.jsx(e.Trans,{id:"OZUH85",message:"Your position will appear here."}),icon:$.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"56",height:"56",viewBox:"0 0 24 24",fill:"none",stroke:nw.neutral1,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[$.jsx("polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}),$.jsx("path",{d:"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"})]})}):m?$.jsx(Lw,{}):x?$.jsx(Sw,{message:$.jsx(e.Trans,{id:"79D0qY",message:"Liquidity data not available."}),icon:$.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"56",height:"56",viewBox:"0 0 24 24",fill:"none",stroke:nw.neutral2,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[$.jsx("path",{d:"M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3"}),$.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]})}):g&&0!==g.length&&s?$.jsx(t.Box,{sx:{position:"relative",width:"100%",maxHeight:"200px",justifyContent:"center",alignContent:"center"},children:$.jsx(bw,{data:{series:g,current:s},dimensions:{width:560,height:200},margins:{top:10,right:2,bottom:20,left:0},styles:{area:{selection:nw.accent1},brush:{handle:{west:nw.critical,east:nw.accent1}}},interactive:p,brushLabels:v,brushDomain:y,onBrushDomainChange:f,zoomLevels:Aw[null!=r?r:Km.MEDIUM],ticksAtLimit:a})}):$.jsx(Sw,{message:$.jsx(e.Trans,{id:"rH6vg9",message:"There is no liquidity data."}),icon:$.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"56",height:"56",viewBox:"0 0 24 24",fill:"none",stroke:nw.neutral2,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[$.jsx("line",{x1:"18",y1:"20",x2:"18",y2:"10"}),$.jsx("line",{x1:"12",y1:"20",x2:"12",y2:"4"}),$.jsx("line",{x1:"6",y1:"20",x2:"6",y2:"14"})]})})})}const Ow=({value:i,decrement:o,increment:r,decrementDisabled:a=!1,incrementDisabled:s=!1,locked:l,onUserInput:d,title:c,tokenA:u,tokenB:p})=>{const h=t.useTheme(),[m,x]=n.useState(!1),[g,f]=n.useState(""),[y,v]=n.useState(!1),[b,C]=n.useState(!1),j=n.useCallback((()=>{v(!1),x(!1),d(g)}),[g,d]),w=n.useCallback((()=>{v(!1),d(o())}),[o,d]),k=n.useCallback((()=>{v(!1),d(r())}),[r,d]);return n.useEffect((()=>{g===i||y||setTimeout((()=>{f(i),C(!0),setTimeout((function(){C(!1)}),1800)}),0)}),[g,y,i]),$.jsx(t.Box,{onFocus:()=>{v(!0),x(!0)},onBlur:j,sx:{width:"100%",py:12,px:20,borderRadius:16,backgroundColor:h.palette.background.cardInput},children:$.jsxs(t.Box,{sx:{width:"100%",display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"stretch"},children:[$.jsx(t.Box,{sx:{typography:"body2",fontWeight:600,color:h.palette.text.primary},children:c}),$.jsx(t.Box,{sx:{mt:4,typography:"h6",fontWeight:500,color:h.palette.text.secondary},children:$.jsx(e.Trans,{id:"1/LP4K",message:"{tokenB} per {tokenA}",values:{tokenB:p,tokenA:u}})}),$.jsx(Pu,{sx:{mt:12,backgroundColor:h.palette.background.cardInput},value:g,onChange:e=>{f(e)},readOnly:l})]}),$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},children:[!l&&$.jsx(t.Button,{size:t.Button.Size.small,onClick:k,disabled:s,sx:{px:4,backgroundColor:h.palette.background.paper,"&[disabled]":{cursor:"default"}},children:$.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{d:"M14.25 9.75H9.75V14.25H8.25V9.75H3.75V8.25H8.25V3.75H9.75V8.25H14.25V9.75Z",fill:a?h.palette.text.disabled:h.palette.text.primary})})}),!l&&$.jsx(t.Button,{size:t.Button.Size.small,onClick:w,disabled:a,sx:{px:4,backgroundColor:h.palette.background.paper,"&[disabled]":{cursor:"default"}},children:$.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("rect",{x:"3.75",y:"8.25",width:"10.5",height:"1.5",fill:a?h.palette.text.disabled:h.palette.text.primary})})})]})]})})},Mw=({priceLower:n,priceUpper:i,onLeftRangeInput:o,onRightRangeInput:r,getDecrementLower:a,getIncrementLower:s,getDecrementUpper:l,getIncrementUpper:d,currencyA:c,currencyB:u,feeAmount:p,ticksAtLimit:h})=>{var m,x,g,f;const y=null===(m=null!=c?c:void 0)||void 0===m?void 0:m.wrapped,v=null===(x=null!=u?u:void 0)||void 0===x?void 0:x.wrapped,b=y&&v&&y.sortsBefore(v),C=b?n:null==i?void 0:i.invert(),j=b?i:null==n?void 0:n.invert();return $.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"stretch",gap:8},children:[$.jsx(Ow,{value:h[b?dm.LOWER:dm.UPPER]?"0":null!==(g=null==C?void 0:C.toSignificant(8))&&void 0!==g?g:"",onUserInput:o,decrement:b?a:d,increment:b?s:l,decrementDisabled:void 0===C||h[b?dm.LOWER:dm.UPPER],incrementDisabled:void 0===C||h[b?dm.LOWER:dm.UPPER],feeAmount:p,label:C?`${null==u?void 0:u.symbol}`:"-",title:$.jsx(e.Trans,{id:"uEoBVI",message:"Low price"}),tokenA:null==c?void 0:c.symbol,tokenB:null==u?void 0:u.symbol}),$.jsx(Ow,{value:h[b?dm.UPPER:dm.LOWER]?"∞":null!==(f=null==j?void 0:j.toSignificant(8))&&void 0!==f?f:"",onUserInput:r,decrement:b?l:s,increment:b?d:a,incrementDisabled:void 0===j||h[b?dm.UPPER:dm.LOWER],decrementDisabled:void 0===j||h[b?dm.UPPER:dm.LOWER],feeAmount:p,label:j?`${null==u?void 0:u.symbol}`:"-",tokenA:null==c?void 0:c.symbol,tokenB:null==u?void 0:u.symbol,title:$.jsx(e.Trans,{id:"kAC8rT",message:"High price"})})]})};var Pw;function _w(){return _w=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},_w.apply(null,arguments)}const Fw=e=>P.createElement("svg",_w({width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Pw||(Pw=P.createElement("g",{id:"ICON/18px/arrow/\\xE6\\x94\\xB6\\xE8\\xB5\\xB7/Dark"},P.createElement("path",{id:"\\xE4\\xB8\\x89\\xE8\\xA7\\x92\\xE5\\xBD\\xA2",fillRule:"evenodd",clipRule:"evenodd",d:"M6.58398 12.376C6.78189 12.6728 7.21811 12.6728 7.41603 12.376L10.4818 7.77735C10.7033 7.44507 10.4651 7 10.0657 7H3.93426C3.53491 7 3.29672 7.44507 3.51823 7.77735L6.58398 12.376Z",fill:"currentColor"}))));function Nw({token:e,oppositeTokenAddress:i,dispatch:r,tokenSelectOnChange:a}){const s=t.useTheme(),{chainId:l}=fa(),[d,c]=n.useState(!1);return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{component:t.ButtonBase,sx:{flexBasis:"100%",flexGrow:1,flexShrink:1,display:"flex",alignItems:"center",px:20,py:8,borderRadius:12,borderWidth:1,borderStyle:"solid",borderColor:e?s.palette.border.main:s.palette.primary.main,color:e?s.palette.text.primary:s.palette.primary.contrastText,backgroundColor:e?"transparent":s.palette.primary.main,"&:hover":{borderColor:e?s.palette.border.main:s.palette.primary.main,opacity:.8},[s.breakpoints.up("tablet")]:{flexBasis:"50%"}},onClick:()=>{c(!0)},children:[e?$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(Hs,{address:e.address,marginRight:0,width:24,height:24,chainId:e.chainId||l,noShowChain:!0,sx:{flexShrink:0}}),$.jsx(t.Box,{sx:{typography:"h5",fontWeight:600,lineHeight:"32px",flexShrink:0},children:e.symbol})]}):$.jsx(t.Box,{sx:{typography:"h5",fontWeight:600,lineHeight:"32px",flexShrink:0},children:o.i18n._({id:"0RrIzN",message:"Select token"})}),$.jsx(t.Box,{component:Fw,sx:{flexShrink:0,ml:"auto",width:18,height:18}})]}),$.jsx(Qu,{value:mg(e),open:d,chainId:l,occupiedAddrs:[i],occupiedChainId:null==e?void 0:e.chainId,onClose:()=>{c(!1)},onTokenChange:(e,t)=>{if(!Array.isArray(e)){if(t)return r({type:vg.UpdateBaseTokenAndClearQuoteToken,payload:e}),void c(!1);a(e),c(!1)}},modal:!0})]})}const Dw=({baseToken:e,quoteToken:n,dispatch:i})=>{var o,r;const a=t.useTheme();return $.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:12,flexWrap:"wrap",[a.breakpoints.up("tablet")]:{flexWrap:"nowrap"}},children:[$.jsx(Nw,{token:e,oppositeTokenAddress:null!==(o=null==n?void 0:n.address)&&void 0!==o?o:"",dispatch:i,tokenSelectOnChange:e=>{i({type:vg.UpdateBaseToken,payload:e})}}),$.jsx(Nw,{token:n,oppositeTokenAddress:null!==(r=null==e?void 0:e.address)&&void 0!==r?r:"",dispatch:i,tokenSelectOnChange:e=>{i({type:vg.UpdateQuoteToken,payload:e})}})]})};const qw=[{value:.03,title:"Narrow"},{value:.08,title:"Standard"},{value:.15,title:"Wide"},{value:1,title:"Full"}],Uw=e=>{const i=t.useTheme(),[o,r]=n.useState(null);return $.jsx(t.Box,{sx:{borderRadius:16,borderWidth:1,borderStyle:"solid",borderColor:i.palette.border.main,overflow:"hidden",display:"flex",alignItems:"center",flexWrap:"wrap",alignSelf:"stretch"},children:qw.map(((n,a)=>$.jsxs(t.Box,{component:t.ButtonBase,onClick:()=>{r(n.value),e.onSelect(n.value)},sx:{display:"flex",flexDirection:"column",alignItems:"flex-start",px:20,py:12,gap:8,flexBasis:"50%",flexGrow:1,borderRight:a%2==0?`1px solid ${i.palette.border.main}`:"none",borderBottom:a<=1?`1px solid ${i.palette.border.main}`:"none",[i.breakpoints.up("tablet")]:{flexBasis:"25%",borderRight:a===qw.length-1?"none":`1px solid ${i.palette.border.main}`,borderBottom:"none"},backgroundColor:o===n.value?t.alpha("#7BF179",.1):"transparent","&:hover":{backgroundColor:t.alpha("#7BF179",.1)}},children:[$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:i.palette.text.primary},children:n.title}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:600,color:i.palette.text.primary},children:1===n.value?"∞":`+-${100*n.value}%`})]},n.value)))})};function Vw({params:i,handleGoBack:r,handleGoToPoolList:a}){var l,d,u,p,h,m,x,g,f,y;const{chainId:v,account:b}=fa(),C=t.useTheme(),j=za(),{isMobile:w}=Oa(),k=c.useQuery(Object.assign({},Zi.getFetchTokenQuery(v,null==i?void 0:i.from,b))),T=c.useQuery(Object.assign({},Zi.getFetchTokenQuery(v,null==i?void 0:i.to,b))),[B,I]=n.useReducer(bg,{baseToken:null,quoteToken:null,feeAmount:(null==i?void 0:i.fee)?Number(null==i?void 0:i.fee):void 0,independentField:lm.CURRENCY_A,typedValue:"",startPriceTypedValue:"",leftRangeTypedValue:"",rightRangeTypedValue:""});n.useEffect((()=>{k.data&&I({type:vg.UpdateDefaultBaseToken,payload:k.data})}),[k]),n.useEffect((()=>{T.data&&I({type:vg.UpdateDefaultQuoteToken,payload:T.data})}),[T]);const{independentField:E,typedValue:A,startPriceTypedValue:S}=B,{pool:L,ticks:R,dependentField:O,price:M,pricesAtTicks:P,pricesAtLimit:_,parsedAmounts:F,currencyBalances:D,position:q,noLiquidity:U,currencies:V,errorMessage:H,invalidPool:W,invalidRange:Z,outOfRange:z,depositADisabled:Q,depositBDisabled:Y,invertPrice:X,ticksAtLimit:K,isTaxed:J}=yg({state:B}),ee=n.useMemo((()=>{var e;return null===(e=X?null==M?void 0:M.invert():M)||void 0===e?void 0:e.toSignificant()}),[X,M]),{onFieldAInput:te,onFieldBInput:ne,onLeftRangeInput:ie,onRightRangeInput:oe,onStartPriceInput:re}=Cg({noLiquidity:U,dispatch:I}),{slipper:ae,setSlipper:se,slipperValue:le,resetSlipper:de}=om({address:void 0,type:"AMMV3"}),ce=!H&&!Z,[ue,pe]=n.useState(!1),he={[E]:A,[O]:null!==(d=null===(l=F[O])||void 0===l?void 0:l.toSignificant(6))&&void 0!==d?d:""},me=[lm.CURRENCY_A,lm.CURRENCY_B].reduce(((e,t)=>Object.assign(Object.assign({},e),{[t]:Tg(D[t])})),{}),xe=ms(mg(null===(u=F[lm.CURRENCY_A])||void 0===u?void 0:u.currency),{contractAddress:Em[v],overrideBalance:D[lm.CURRENCY_A]?new s(D[lm.CURRENCY_A].toSignificant()):void 0,amount:F[lm.CURRENCY_A]?new s(F[lm.CURRENCY_A].toSignificant()):void 0}),ge=ms(mg(null===(p=F[lm.CURRENCY_B])||void 0===p?void 0:p.currency),{contractAddress:Em[v],overrideBalance:D[lm.CURRENCY_B]?new s(D[lm.CURRENCY_B].toSignificant()):void 0,amount:F[lm.CURRENCY_B]?new s(F[lm.CURRENCY_B].toSignificant()):void 0}),{[dm.LOWER]:fe,[dm.UPPER]:ye}=R,{[dm.LOWER]:ve,[dm.UPPER]:be}=P,{getDecrementLower:Ce,getIncrementLower:je,getDecrementUpper:we,getIncrementUpper:ke,getSetFullRange:Te}=function({tickLower:e,tickUpper:t,pool:i,state:o,dispatch:r}){const{baseToken:a,quoteToken:s,feeAmount:l}=o,d=n.useMemo((()=>null==a?void 0:a.wrapped),[a]),c=n.useMemo((()=>null==s?void 0:s.wrapped),[s]);return{getDecrementLower:n.useCallback((()=>d&&c&&"number"==typeof e&&l?Ex(d,c,e-Jm[l]).toSignificant(5,void 0,Sm.ROUND_UP):"number"!=typeof e&&d&&c&&l&&i?Ex(d,c,i.tickCurrent-Jm[l]).toSignificant(5,void 0,Sm.ROUND_UP):""),[d,c,e,l,i]),getIncrementLower:n.useCallback((()=>d&&c&&"number"==typeof e&&l?Ex(d,c,e+Jm[l]).toSignificant(5,void 0,Sm.ROUND_UP):"number"!=typeof e&&d&&c&&l&&i?Ex(d,c,i.tickCurrent+Jm[l]).toSignificant(5,void 0,Sm.ROUND_UP):""),[d,c,e,l,i]),getDecrementUpper:n.useCallback((()=>d&&c&&"number"==typeof t&&l?Ex(d,c,t-Jm[l]).toSignificant(5,void 0,Sm.ROUND_UP):"number"!=typeof t&&d&&c&&l&&i?Ex(d,c,i.tickCurrent-Jm[l]).toSignificant(5,void 0,Sm.ROUND_UP):""),[d,c,t,l,i]),getIncrementUpper:n.useCallback((()=>d&&c&&"number"==typeof t&&l?Ex(d,c,t+Jm[l]).toSignificant(5,void 0,Sm.ROUND_UP):"number"!=typeof t&&d&&c&&l&&i?Ex(d,c,i.tickCurrent+Jm[l]).toSignificant(5,void 0,Sm.ROUND_UP):""),[d,c,t,l,i]),getSetFullRange:n.useCallback((()=>{r({type:vg.setFullRange,payload:void 0})}),[r])}}({tickLower:fe,tickUpper:ye,pool:L,state:B,dispatch:I}),Be=n.useCallback((e=>{if(Te(),1!==e){if(ee){const t=new s(ee),n=t.multipliedBy(1-e),i=t.multipliedBy(1+e);ie(n.dp(5,s.ROUND_DOWN).toString()),oe(i.dp(5,s.ROUND_DOWN).toString())}return}const t=_[dm.LOWER];t&&ie(t.toSignificant(5));const n=_[dm.UPPER];n&&oe(n.toSignificant(5))}),[ee,Te,ie,oe,_]),{deadLine:Ie}=G(),Ee=c.useMutation({mutationFn:()=>N(this,void 0,void 0,(function*(){if(!b||!v||!q)return;if(!B.baseToken||!B.quoteToken)return;const e=Math.ceil(Date.now()/1e3)+(null!=Ie?Ie:600),t=B.baseToken.isNative?B.baseToken:B.quoteToken.isNative?B.quoteToken:void 0;try{const{calldata:n,value:i}=Zx.addCallParameters(q,{slippageTolerance:Eg(100*le),recipient:b,deadline:e.toString(),useNative:t,createPool:U});let r={to:Em[v],data:n,value:i};(yield j.execute(o.i18n._({id:"8OiU8L",message:"Pool Creation"}),Object.assign({opcode:Ua.TX},r),{early:!1,metadata:{[exports.MetadataFlag.createAMMV3Pool]:"1"}}))===_a.Success&&setTimeout((()=>{a()}),100)}catch(e){console.error("onAddMutation",e)}}))});return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:20,mx:16,pb:20,borderBottomWidth:1,borderBottomStyle:"solid",borderBottomColor:"border.main",mb:20,[C.breakpoints.up("tablet")]:{width:600,mx:"auto"}},children:[$.jsx(wy,{}),$.jsx(t.Box,{sx:{typography:"caption",fontWeight:600,color:"text.primary",mr:"auto"},children:$.jsx(e.Trans,{id:"E6MqGy",message:"Add liquidity"})}),$.jsx(tg,{poolType:"AMM V3"})]}),$.jsxs(t.Box,{sx:{px:16,display:"flex",flexDirection:"column",alignItems:"stretch",backgroundColor:C.palette.background.paper,borderRadius:16,[C.breakpoints.up("tablet")]:{borderColor:C.palette.border.main,borderWidth:1,borderStyle:"solid",px:0,mx:"auto",width:600}},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"stretch",gap:20,py:20,[C.breakpoints.up("tablet")]:{px:20}},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"stretch",gap:12},children:[$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:C.palette.text.primary,textAlign:"left"},children:o.i18n._({id:"nxRg31",message:"Select pair"})}),$.jsx(Dw,{baseToken:B.baseToken,quoteToken:B.quoteToken,dispatch:I}),$.jsx(tw,{disabled:!B.baseToken||!B.quoteToken,feeAmount:B.feeAmount,dispatch:I})]}),$.jsxs(bm,{disabled:!B.feeAmount||W,children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:8},children:[$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:C.palette.text.primary,textAlign:"left"},children:o.i18n._({id:"5CZbyC",message:"Set price range"})}),Boolean(B.baseToken&&B.quoteToken)&&$.jsx(Xx,{baseToken:B.baseToken,quoteToken:B.quoteToken,handleRateToggle:()=>{var e,t,n,i,o;K[dm.LOWER]||K[dm.UPPER]||(ie(null!==(t=null===(e=X?ve:null==be?void 0:be.invert())||void 0===e?void 0:e.toSignificant(6))&&void 0!==t?t:""),oe(null!==(i=null===(n=X?be:null==ve?void 0:ve.invert())||void 0===n?void 0:n.toSignificant(6))&&void 0!==i?i:""),te(null!==(o=he[lm.CURRENCY_B])&&void 0!==o?o:"")),I({type:vg.ToggleRate,payload:void 0})},sx:w?{flexGrow:0,flexShrink:1,flexBasis:"50%"}:void 0})]}),$.jsx(Uw,{onSelect:Be}),$.jsx(Mw,{priceLower:ve,priceUpper:be,getDecrementLower:Ce,getIncrementLower:je,getDecrementUpper:we,getIncrementUpper:ke,onLeftRangeInput:ie,onRightRangeInput:oe,currencyA:B.baseToken,currencyB:B.quoteToken,feeAmount:B.feeAmount,ticksAtLimit:K}),z&&$.jsx(mm,{children:o.i18n._({id:"b+KjnH",message:"Your position will not earn fees or be used in trades until the market price moves into your range."})}),Z&&$.jsx(mm,{children:o.i18n._({id:"Jh223O",message:"Invalid range selected. The min price must be lower than the max price."})})]}),U?$.jsxs(bm,{children:[$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:C.palette.text.primary,textAlign:"left"},children:o.i18n._({id:"zeSosD",message:"Starting price"})}),$.jsx(t.Box,{sx:{p:8,borderRadius:8,backgroundColor:t.alpha(C.palette.primary.main,.1),typography:"h6",color:C.palette.primary.main},children:o.i18n._({id:"X6T02b",message:"This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction."})}),$.jsx(t.Box,{sx:{px:16,py:12,borderRadius:8,borderWidth:1,borderColor:C.palette.border.main,borderStyle:"solid"},children:$.jsx(Pu,{sx:{backgroundColor:"transparent"},value:S,onChange:re})})]}):$.jsxs(bm,{disabled:!B.feeAmount||W,children:[$.jsxs(t.Box,{sx:{typography:"body1",fontWeight:600,color:C.palette.text.primary,textAlign:"left"},children:[o.i18n._({id:"DWd30U",message:"Current price"}),$.jsxs(t.Box,{children:[ee," ",o.i18n._({id:"b2jAb+",message:"per"})," ",null!==(m=null===(h=B.baseToken)||void 0===h?void 0:h.symbol)&&void 0!==m?m:""]})]}),$.jsx(Rw,{currencyA:null!==(x=B.baseToken)&&void 0!==x?x:void 0,currencyB:null!==(g=B.quoteToken)&&void 0!==g?g:void 0,feeAmount:B.feeAmount,ticksAtLimit:K,price:M?parseFloat((X?M.invert():M).toSignificant(8)):void 0,priceLower:ve,priceUpper:be,onLeftRangeInput:ie,onRightRangeInput:oe,interactive:!0})]}),$.jsxs(bm,{disabled:W||Z||U&&!S,children:[$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:C.palette.text.primary,textAlign:"left"},children:o.i18n._({id:"MU9s7M",message:"Deposit amounts"})}),$.jsxs(t.Box,{children:[$.jsx(Bm,{value:he[lm.CURRENCY_A],onUserInput:te,maxAmount:me[lm.CURRENCY_A],balance:D[lm.CURRENCY_A],currency:null!==(f=V[lm.CURRENCY_A])&&void 0!==f?f:null,locked:Q}),$.jsx(op,{}),$.jsx(Bm,{value:he[lm.CURRENCY_B],onUserInput:ne,maxAmount:me[lm.CURRENCY_B],balance:D[lm.CURRENCY_B],currency:null!==(y=V[lm.CURRENCY_B])&&void 0!==y?y:null,locked:Y})]}),$.jsx(rm,{value:ae,onChange:se,disabled:!1,type:"AMMV3"})]})]}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",py:16,[C.breakpoints.up("tablet")]:{px:20,borderBottomLeftRadius:16,borderBottomRightRadius:16,backgroundColor:C.palette.background.paper}},children:$.jsx(Cm,{chainId:v,approvalA:xe,approvalB:ge,parsedAmounts:F,isValid:ce,depositADisabled:Q,depositBDisabled:Y,errorMessage:H,setShowConfirm:pe})}),$.jsx(rg,{parsedAmounts:F,position:q,existingPosition:void 0,priceLower:ve,priceUpper:be,outOfRange:z,ticksAtLimit:K,on:ue,onClose:()=>{pe(!1)},onConfirm:Ee.mutate,loading:Ee.isPending})]})]})}exports.AMMV2Create=ew,exports.AMMV3PositionManage=Sg,exports.AMMV3PositionsView=Og,exports.AddLiquidityV3=Vw,exports.EmptyList=X,exports.FailedList=ne,exports.Message=$c,exports.Pool=function(){const{routerPage:e}=G(),t=Qh((e=>e.page)),n=null!=e?e:t;switch(null==n?void 0:n.type){case exports.PageType.Pool:return $.jsx(jy,{params:n.params});case exports.PageType.CreatePool:return $.jsx(pj,{});case exports.PageType.ModifyPool:return $.jsx(Cj,{params:n.params});case exports.PageType.PoolDetail:return $.jsx($j,{params:n.params});case exports.PageType.createPoolAMMV2:return $.jsx(ew,{});case exports.PageType.createPoolAMMV3:return $.jsx(Vw,{params:n.params,handleGoBack:()=>{Qh.getState().push({type:exports.PageType.Pool})},handleGoToPoolList:()=>{Qh.getState().push({type:exports.PageType.Pool})}});default:return $.jsx(jy,{params:null==n?void 0:n.params})}},exports.PoolCreate=pj,exports.PoolDetail=$j,exports.PoolList=jy,exports.PoolModify=Cj,exports.PoolOperate=Pf,exports.PoolOperateDialog=_f,exports.Swap=function({getAutoSlippage:l,onPayTokenChange:d,onReceiveTokenChange:u}={}){var p,h,m,x,g,f;const y=t.useTheme(),{isInflight:v}=Qa(),{noPowerBy:b,onlyChainId:C}=G(),{isMobile:j}=Oa(),{open:w,disconnect:k,getAppKitAccountByChainId:T,chainId:B,appKitActiveNetwork:I}=fa(),[E,A]=n.useState(!1),[S,L]=n.useState(""),[R,O]=n.useState(""),[M,P]=n.useState(""),[_,F]=n.useState(""),[D,q]=n.useState(null),[U,V]=n.useState(null),[H,W]=n.useState(!1),[Z,z]=n.useState(!1),[Q,Y]=n.useState(!1),[X,K]=n.useState(null),J=n.useMemo((()=>T(null==D?void 0:D.chainId)),[null==D?void 0:D.chainId,T]),ee=n.useMemo((()=>{const e=T(null==U?void 0:U.chainId);if(e)return X?Object.assign(Object.assign({},e),{appKitAccount:Object.assign(Object.assign({},e.appKitAccount),{isConnected:!0,address:X})}):e}),[T,null==U?void 0:U.chainId,X]),te=n.useMemo((()=>i.debounce((e=>P(e)),300)),[]),ne=n.useMemo((()=>i.debounce((e=>F(e)),300)),[]),ie=n.useMemo((()=>{if(D&&U)return!(!(null==D?void 0:D.chainId)||!(null==U?void 0:U.chainId)||D.chainId===U.chainId)}),[D,U]),{toFiatPrice:re,fromFiatPrice:ae}=Xa({toToken:U,fromToken:D}),{marginAmount:se}=function({token:e,fiatPrice:t}){return{marginAmount:n.useMemo((()=>{var n;const i=null!==(n=null==e?void 0:e.decimals)&&void 0!==n?n:6,o=null!=t?new s(500).div(t):new s(0),r=Ho(o,i);return(r.lt(new s(1).times(new s(10).pow(i-3)))?new s(0):r).toString(10)}),[null==e?void 0:e.decimals,t])}}({token:E?U:D,fiatPrice:E?re:ae});Ra({fromToken:D,toToken:U,getAutoSlippage:l});const{slippage:le,slippageLoading:de}=ls({fromToken:D,toToken:U}),{slippage:ce}=function(){const{defaultSlippage:e}=os(!0);return{slippage:Ta((t=>t.slippage||e))}}(),{privacySwapSupplierEndpoints:ue,privacySwapEnable:pe,privacySwapEnableAble:he,endpointStatusMap:me,refetchEndpointStatus:xe}=ss({chainId:null==D?void 0:D.chainId,account:null==J?void 0:J.appKitAccount.address}),ge=function(e){var t,n;const{getAppKitAccountByChainId:i}=fa(),{latestBlockNumber:o}=Ta(),a=Zi.getFetchTokenQuery(e&&(null===(t=xo.get(e))||void 0===t?void 0:t.isEVMChain)?e:void 0,e?r.basicTokenMap[e].address:void 0,null===(n=i(e))||void 0===n?void 0:n.appKitAccount.address);return c.useQuery(Object.assign(Object.assign({},a),{queryKey:[...a.queryKey,o]}))}(null==D?void 0:D.chainId),{sendRouteLoading:fe,sendRouteError:ye,setSendRouteError:ve,bridgeOrderTxRequest:be,handleClickSend:Ce}=function(){const e=wa(),{evmProvider:t}=fa(),[i,a]=n.useState(),[s,l]=n.useState(!1),[d,c]=n.useState(""),u=n.useCallback((n=>N(this,[n],void 0,(function*({selectedRoute:n,fromEtherTokenBalance:i,goNext:s}){var d,u;if(!n)return;const{encodeParams:p}=n;if(p&&p.interfaceParams){c(""),l(!0);try{const h=yield e.getData(r.SwapApi.graphql.cross_chain_swap_zetachain_transactionEncode.toString(),{data:{interfaceParams:p.interfaceParams}});if(!h||!h.cross_chain_swap_zetachain_transactionEncode)throw new Error("cross_chain_swap_transactionEncode is null");const{data:m,to:x,value:g,from:f,chainId:y}=h.cross_chain_swap_zetachain_transactionEncode;if(!(m&&x&&g&&f&&y))throw new Error("cross_chain_swap_transactionEncode is null");const v=xo.get(y);if(null==v?void 0:v.isEVMChain){if(!i)throw new Error("fromEtherTokenBalance is null");const{fromToken:e,fromAmount:a}=n,s=r.basicTokenMap[y],p=Wo(g,18),h=s&&e.address.toLowerCase()===s.address.toLowerCase(),v=p.minus(h?a:0);if(!p.isNaN()&&p.gt(0)&&i.lt(p))return c(o.i18n._({id:"F9xwHA",message:"Insufficient cross-chain fees, need at least {0} {1}",values:{0:Do({input:v,decimals:null!==(d=null==s?void 0:s.decimals)&&void 0!==d?d:18}),1:null!==(u=null==s?void 0:s.symbol)&&void 0!==u?u:"-"}})),void l(!1);if(!t||!(yield va({from:f,to:x,value:g,data:m},t)))throw new Error("failed to estimate gas")}a({data:m,to:x,value:g,from:f,chainId:y}),s()}catch(e){console.error("[failed to construct transaction request]: ",e);const{message:t}=e;c(t)}l(!1)}}))),[e,t]);return{sendRouteLoading:s,sendRouteError:d,setSendRouteError:c,bridgeOrderTxRequest:i,handleClickSend:u}}(),{bridgeRouteList:je,status:we,failedReason:ke}=function({fromAccount:e,toAccount:t,fromToken:i,toToken:o,fromAmount:r,enabled:a,slippage:l}){var d,u,p,h;const{tokenList:m}=Mo(),{GRAPHQL_URL:x}=G(),g=n.useMemo((()=>i&&r?new s(r).multipliedBy(new s(10).pow(i.decimals)).dp(0,s.ROUND_DOWN):null),[r,i]),f=null!==(u=null===(d=null==e?void 0:e.appKitAccount)||void 0===d?void 0:d.address)&&void 0!==u?u:mo(null==i?void 0:i.chainId),y=null!==(h=null===(p=null==t?void 0:t.appKitAccount)||void 0===p?void 0:p.address)&&void 0!==h?h:mo(null==o?void 0:o.chainId),{data:v,error:b,isLoading:C,refetch:j}=c.useQuery({retry:!1,queryKey:["graphql","cross_chain_swap_zetachain_routes",null==i?void 0:i.chainId,null==i?void 0:i.address,null==o?void 0:o.chainId,null==o?void 0:o.address,f,y,null==g?void 0:g.toString(),l],queryFn:()=>N(this,void 0,void 0,(function*(){const e=yield fetch(`${x}?opname=Cross_chain_swap_zetachain_routes`,{headers:{"content-type":"application/json"},body:`{"query":"\\n query Cross_chain_swap_zetachain_routes($where: Cross_chain_swap_zetachainrouteParams) {\\n cross_chain_swap_zetachain_routes(where: $where) {\\n routeId\\n fromChainId\\n fromTokenAddress\\n fromAmount\\n fromAmountWithOutDecimals\\n fromAmountUSD\\n toChainId\\n toTokenAddress\\n toAmount\\n toAmountWithOutDecimals\\n toAmountUSD\\n fromAddress\\n toAddress\\n slippage\\n approveTarget\\n fees\\n omniPlan\\n encodeParams\\n }\\n}\\n ","variables":{"where":{"fromChainId":${null==i?void 0:i.chainId},"fromTokenAddress":"${null==i?void 0:i.address}","toChainId":${null==o?void 0:o.chainId},"toTokenAddress":"${null==o?void 0:o.address}","fromAddress":"${f}","toAddress":"${y}","fromAmount":"${null==g?void 0:g.toString()}","slippage":${l?Number(l)/100:null}}},"operationName":"Cross_chain_swap_zetachain_routes"}`,method:"POST"}),t=yield e.json();if(t.errors)throw new Error(t.errors[0].message);return t.data})),refetchInterval:15e3,enabled:!!i&&!!o&&!!g&&g.isFinite()&&g.gt(0)&&i.chainId!==o.chainId&&a}),{status:w,failedReason:k,bridgeRouteList:T}=n.useMemo((()=>{if(C)return{status:Fo.Loading,bridgeRouteList:[]};if(b){let e;if(console.error("error:",b),b.message.includes("NOT_ROUTE_MIN_AMOUNT:min-")){const t=b.message.split("min-")[1];t&&(e=`(Enter min amount: ${t})`)}return{status:Fo.Failed,failedReason:e,bridgeRouteList:[]}}if(v&&v.cross_chain_swap_zetachain_routes){const e=[],{routeId:t,fromChainId:n,fromTokenAddress:i,fromAmount:o,fromAmountWithOutDecimals:r,fromAmountUSD:a,toChainId:l,toTokenAddress:d,toAmount:c,fromAddress:u,toAddress:p,slippage:h,approveTarget:x,fees:g,omniPlan:f,encodeParams:y}=v.cross_chain_swap_zetachain_routes,b=xo.get(n);if(t&&n&&i&&r&&l&&d&&c&&u&&p&&h&&(!(null==b?void 0:b.isEVMChain)||x)&&g&&g.length>0&&f&&f.length>0&&y){const o=m.find((e=>e.address.toLowerCase()===i.toLowerCase()&&e.chainId===n)),a=m.find((e=>e.address.toLowerCase()===d.toLowerCase()&&e.chainId===l)),b=new s(c);if(o&&a&&b.isFinite()&&b.gt(0)){const i=_o({omniPlan:f,tokenList:m});if(i.includedSteps.length>0){const d=g.reduce(((e,t)=>{var n;return e.plus(null!==(n=t.amountUSD)&&void 0!==n?n:0)}),new s(0)).dp(4,s.ROUND_DOWN).toString(),c={key:t,id:t,fromChainId:n,toChainId:l,fromToken:o,toToken:a,fromAmount:r,toTokenAmount:b.div(`1e${a.decimals}`),fromAddress:u,toAddress:p,product:"zetachain",slippage:h,roundedRouteCostTime:0,spenderContractAddress:null!=x?x:null,feeUSD:d,fees:g,executionDuration:null,step:i,encodeParams:y,productParams:null,sourceRoute:v.cross_chain_swap_zetachain_routes};e.push(c)}}}return e.length>0?{status:Fo.Success,bridgeRouteList:e}:{status:Fo.Failed,bridgeRouteList:[]}}return{status:Fo.Initial,bridgeRouteList:[]}}),[C,b,v,m]);return{status:w,failedReason:k,refetch:j,bridgeRouteList:T}}({toToken:U,fromToken:D,fromAmount:M,fromAccount:J,toAccount:ee,enabled:!Q&&!fe,slippage:ce}),Te=n.useMemo((()=>{if(je&&je.length>0)return je[0]}),[je]),{isApproving:Be,isGetApproveLoading:Ie,needApprove:Ee,insufficientBalance:Ae,submitApprove:Se,getMaxBalance:Le}=ms(D,{amount:M,contractAddress:null!==(p=null==Te?void 0:Te.spenderContractAddress)&&void 0!==p?p:void 0}),Re=n.useCallback((()=>{Ze(Le())}),[Le]),Oe=n.useMemo((()=>!(!(null==J?void 0:J.appKitAccount.address)||Ae||Be||Ie||Ee)),[null==J?void 0:J.appKitAccount.address,Ae,Be,Ie,Ee]),{status:Me,rawBrief:Pe,executeSwap:_e}=is({toToken:U,fromToken:D,marginAmount:se,fromAmount:M,toAmount:_,estimateGas:Oe,isReverseRouting:E,slippage:le,slippageLoading:de}),{resAmount:Fe,priceImpact:Ne,baseFeeAmount:De,additionalFeeAmount:qe,resPricePerToToken:Ue,resPricePerFromToken:Ve,routeInfo:He}=n.useMemo((()=>Pe||{resAmount:null,priceImpact:null,baseFeeAmount:null,additionalFeeAmount:null,resPricePerToToken:null,resPricePerFromToken:null,routeInfo:null}),[Pe]),We=Aa(ie),Ze=n.useCallback((e=>{const t=e.toString();L(t),te(t)}),[L,te]),$e=n.useCallback((e=>{const t=e.toString();O(t),ne(t)}),[O,ne]),ze=n.useCallback((e=>q((t=>{var n;const i="function"==typeof e?e(t):e;return B||Ta.setState({fromTokenChainId:null!==(n=null==i?void 0:i.chainId)&&void 0!==n?n:void 0}),d&&i&&i!==t&&d(i),i}))),[d,B]),Qe=n.useCallback((e=>V((t=>{const n="function"==typeof e?e(t):e;return u&&n&&n!==t&&u(n),n}))),[u]);!function({fromToken:e,toToken:t,setFromToken:i,setToToken:o,updateFromAmt:r,updateToAmt:a,setIsReverseRouting:s}){const{tokenList:l}=Mo(),{crossChain:d,defaultFromToken:c,defaultToToken:u,onlyChainId:p}=G(),{chainId:h}=fa(),m=n.useCallback((()=>{let n,m=null;const x=d?void 0:null!=p?p:h;if(!e){const e=rs({side:"from",defaultToken:c,tokenList:l,chainId:x});m=e.findToken,n=e.setDefaultAmount,m&&(i(m),void 0!==n&&(s(!1),r(n)))}if(!t){const{findToken:e,setDefaultAmount:t}=rs({side:"to",defaultToken:u,tokenList:l,occupyToken:m,chainId:x});e&&(o(e),void 0===n&&void 0!==t&&(s(!0),a(t)))}}),[h,d,c,u,e,p,i,s,o,t,l,r,a]);n.useEffect((()=>{const e=setTimeout((()=>{m()}),10);return()=>clearTimeout(e)}),[m])}({fromToken:D,toToken:U,setFromToken:ze,setToToken:Qe,updateFromAmt:Ze,updateToAmt:$e,setIsReverseRouting:A});const Ge=n.useCallback((()=>{Ze(""),$e(""),ze(U),Qe(D),vo("from",U),vo("to",D)}),[ze,U,Qe,D,Ze,$e]),Ye=n.useCallback(((e,t)=>{if(t)return Ge();Ze(""),$e(""),ze(e),vo("from",e)}),[Ge,Ze,$e,ze,vo]),Xe=n.useCallback(((e,t)=>{if(t)return Ge();Ze(""),$e(""),Qe(e),vo("to",e)}),[Ge,Ze,$e,ze,vo]),Ke=n.useCallback((()=>{E&&Ze(""),A(!1)}),[E,Ze]),Je=n.useCallback((()=>{E||$e(""),A(!0)}),[E,$e]),et=(e=>{const{defaultSlippage:t}=os(void 0===e),i=Ta((e=>e.slippage||t));return n.useMemo((()=>(void 0===e?Number(i):e)>5),[i,e])})(ie?void 0:le),tt=n.useMemo((()=>(100*Number(Ne)).toFixed(2)),[Ne]),nt=n.useMemo((()=>{const e=E?Fe:M;return e&&ae?new s(ae).multipliedBy(e):null}),[ae,M,E,Fe]),it=n.useMemo((()=>{var e;if(!re||void 0===ie)return null;if(ie)return(null===(e=null==Te?void 0:Te.toTokenAmount)||void 0===e?void 0:e.gt(0))?Te.toTokenAmount.multipliedBy(re):null;const t=E?_:Fe;return t?new s(re).multipliedBy(t):null}),[re,_,E,Fe,Te,ie]),ot=n.useMemo((()=>$.jsxs(t.Box,{sx:{display:"flex",fontWeight:600,typography:"body2",alignItems:"center",justifyContent:"center"},children:[$.jsx(au,{title:$.jsx(e.Trans,{id:"4kY4C4",message:"Due to the market condition, market price and estimated price may have a slight difference"}),mr:8}),$.jsxs(t.Box,{sx:{display:"flex"},children:[$.jsx(e.Trans,{id:"6+mYrD",message:"Current price impact"}),$.jsxs(t.Box,{sx:{color:y.palette.error.main,ml:4},children:[tt,"%"]})]})]})),[tt,y.palette.error.main]),rt=n.useMemo((()=>$.jsx(tp,{toToken:U,fromToken:D,priceStatus:Me,pricePerToToken:Ue,pricePerFromToken:Ve,routeInfo:He})),[U,D,Me,Ue,Ve,He]),at=n.useMemo((()=>!r.ChainId[(null==D?void 0:D.chainId)||1]),[null==D?void 0:D.chainId]),st=n.useMemo((()=>{if(!D)return!1;const e=T(D.chainId);return!!e&&(!!e.chain.isEVMChain&&(!!B&&!!(null==D?void 0:D.chainId)&&(null==D?void 0:D.chainId)!==B))}),[B,D,T]),lt=function({fromToken:e,toToken:t}){const i=Mo(Po);return n.useMemo((()=>!(!e||i.some((t=>t.chainId===e.chainId&&t.address===e.address&&(!t.side||"to"===t.side))))||!(!t||i.some((e=>e.chainId===t.chainId&&e.address===t.address&&(!e.side||"from"===e.side))))),[e,t,i])}({fromToken:D,toToken:U}),dt=n.useMemo((()=>et&&new s(E?_:M).gt(0)&&!Ae&&(ie?we===ns.Success:Me===ns.Success)?$.jsxs(t.Box,{sx:{textAlign:"center",mb:8},children:[$.jsx(t.Box,{component:oe.Warn,sx:{position:"relative",top:2,mr:6,width:16,height:16,color:"warning.main"}}),o.i18n._({id:"//95jS",message:"The current slippage protection coefficient set exceeds {maxSlippageWarning}%, which may result in losses.",values:{maxSlippageWarning:5}})]}):null),[et,E,M,_,ie,we,Me]),ct=n.useMemo((()=>st?$.jsxs(t.Box,{sx:{textAlign:"center"},children:[$.jsx(t.Box,{component:oe.Warn,sx:{position:"relative",top:2,mr:6,width:16,height:16,color:"warning.main"}}),$.jsx(e.Trans,{id:"54ffaC",message:"The current network is inconsistent with the wallet - please switch in wallet"})]}):ie&&we===ns.Initial?"-":Me===ns.Loading||ie&&we===ns.Loading?$.jsx(t.Box,{sx:{display:"flex",justifyContent:"center",alignItems:"center"},children:$.jsxs($.Fragment,{children:[$.jsx(t.RotatingIcon,{sx:{mr:5}}),$.jsx(e.Trans,{id:"JdNn1Y",message:"Fetching best price..."})]})}):at?$.jsxs($.Fragment,{children:[$.jsx(t.Box,{component:oe.Warn,sx:{mr:6,width:16,color:"warning.main"}}),$.jsx(e.Trans,{id:"udsWDJ",message:"Unsupported network - switch to trade"})]}):ie&&je.length?$.jsxs($.Fragment,{children:[dt,$.jsx(Cd,{route:Te})]}):ie&&(we===ns.Success&&!je.length||we===ns.Failed)&&S?$.jsxs($.Fragment,{children:[$.jsx(t.Box,{component:oe.Warn,sx:{width:15,mr:5,color:"warning.main"}}),$.jsx(e.Trans,{id:"NVAuTg",message:"Quote not available"})]}):$.jsxs($.Fragment,{children:[!ie&&S&&new s(tt).gt(wo)&&ot,dt,rt]})),[Me,rt,S,ot,tt,at,ie,we,je,Te,st,dt]),ut=n.useMemo((()=>E?new s(R).gt(0)?Do({input:Fe,decimals:null==D?void 0:D.decimals}):"-":S),[S,R,Fe,D,E]),pt=n.useMemo((()=>{var e;return E?R:ie?(null===(e=null==Te?void 0:Te.toTokenAmount)||void 0===e?void 0:e.gt(0))&&we!==ns.Loading?Do({input:Te.toTokenAmount,decimals:null==U?void 0:U.decimals}):"-":new s(S).gt(0)?Do({input:Fe,decimals:null==U?void 0:U.decimals}):"-"}),[S,R,Fe,U,E,Te,ie,we]),ht=n.useMemo((()=>{var n,i;if(!(null===(n=null==J?void 0:J.appKitAccount)||void 0===n?void 0:n.isConnected))return $.jsx(t.Button,{fullWidth:!0,onClick:()=>{var e;if(!(null==D?void 0:D.chainId))return;const t=null===(e=xo.get(D.chainId))||void 0===e?void 0:e.caipNetwork;if(!t)return;const n=a.CaipNetworksUtil.getChainNamespace(t);w({namespace:n})},children:$.jsx(e.Trans,{id:"4g7eC1",message:"Connect to {0} wallet",values:{0:pa(null==D?void 0:D.chainId)}})});if(J.chain.isEVMChain&&J.chain.chainId!==B)return $.jsx(t.Button,{fullWidth:!0,onClick:()=>{I.switchNetwork(J.chain.caipNetwork)},children:$.jsx(e.Trans,{id:"1+P9RR",message:"Switch to {0}",values:{0:J.chain.name}})});if(J.chain.isSolanaChain&&J.chain.chainId!==B)return $.jsx(t.Button,{fullWidth:!0,onClick:()=>{I.switchNetwork(J.chain.caipNetwork)},children:$.jsx(e.Trans,{id:"1+P9RR",message:"Switch to {0}",values:{0:J.chain.name}})});if(!(null===(i=null==ee?void 0:ee.appKitAccount)||void 0===i?void 0:i.isConnected))return $.jsx(t.Button,{fullWidth:!0,onClick:()=>{var e;if(!(null==U?void 0:U.chainId))return;const t=null===(e=xo.get(U.chainId))||void 0===e?void 0:e.caipNetwork;if(!t)return;const n=a.CaipNetworksUtil.getChainNamespace(t);w({namespace:n})},children:$.jsx(e.Trans,{id:"4g7eC1",message:"Connect to {0} wallet",values:{0:pa(null==U?void 0:U.chainId)}})});if(v)return $.jsx(t.Button,{fullWidth:!0,isLoading:!0,disabled:!0,children:$.jsx(e.Trans,{id:"FRBvjQ",message:"Transaction Pending"})});if(!D||!U)return $.jsx(t.Button,{fullWidth:!0,disabled:!0,"data-testid":"swap-alert-select-token-btn",children:$.jsx(e.Trans,{id:"KlvBGJ",message:"Select Tokens"})});if(!new s(E?_:M).gt(0))return $.jsx(t.Button,{fullWidth:!0,disabled:!0,"data-testid":"swap-alert-enter-amount-btn",children:$.jsx(e.Trans,{id:"iPMIoT",message:"Enter an amount"})});if(ie?we===ns.Loading||Ie:Me===ns.Loading)return $.jsx(t.Button,{fullWidth:!0,disabled:!0,"data-testid":"swap-alert-fetch-price-btn",children:$.jsx(e.Trans,{id:"OauUE6",message:"Fetching Price..."})});let o=!1;return o=ie?!je.length||we===ns.Failed:!Fe||Me===ns.Failed,o?$.jsx(t.Button,{fullWidth:!0,disabled:!0,children:$.jsx(e.Trans,{id:"NVAuTg",message:"Quote not available"})}):Ae?$.jsx(t.Button,{fullWidth:!0,disabled:!0,"data-testid":"swap-alert-insufficient-balance-btn",children:$.jsx(e.Trans,{id:"znqB4T",message:"Insufficient balance"})}):Ee?$.jsx(t.Button,{fullWidth:!0,disabled:Be,onClick:()=>Se(),children:Be?$.jsx(e.Trans,{id:"j2Uisd",message:"Approving"}):$.jsx(e.Trans,{id:"Z7ZXbT",message:"Approve"})}):ie?$.jsx(t.Button,{fullWidth:!0,onClick:()=>{var e,t;return Ce({selectedRoute:Te,fromEtherTokenBalance:null!==(t=null===(e=ge.data)||void 0===e?void 0:e.balance)&&void 0!==t?t:null,goNext:()=>Y(!0)})},"data-testid":Ao,disabled:!Te,isLoading:fe,children:$.jsx(e.Trans,{id:"SXnevP",message:"Review Cross Chain"})}):pe?$.jsxs(t.Button,{fullWidth:!0,onClick:()=>W(!0),"data-testid":Ao,children:[$.jsx(t.Tooltip,{placement:"top",onlyHover:!0,maxWidth:240,title:$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:4},children:[$.jsx(t.Box,{sx:{typography:"body2",fontWeight:500,color:"text.primary"},children:"Privacy Swap is Enabled"}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:500,color:"text.secondary"},children:"Your transactions on the Ethereum network will be protected from sandwich attacks."})]}),children:$.jsx(t.Box,{sx:{mr:8},children:$.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"30",viewBox:"0 0 25 30",fill:"none",children:[$.jsx("path",{d:"M12.5 4L3.5 8V14C3.5 19.55 7.34 24.74 12.5 26C17.66 24.74 21.5 19.55 21.5 14V8L12.5 4Z",fill:"white"}),$.jsx("path",{d:"M23 14C23 20.1791 18.7457 26.0187 12.8555 27.457L12.5 27.5439L12.1445 27.457C6.25427 26.0187 2 20.1791 2 14V7.02539L2.89062 6.62891L11.8906 2.62891L12.5 2.3584L13.1094 2.62891L22.1094 6.62891L23 7.02539V14Z",stroke:"white",strokeOpacity:"0.5",strokeWidth:"3"}),$.jsx("path",{d:"M16.3937 11.3638L10.8021 16.9553L8.60457 14.7662L7.4082 15.9626L10.8021 19.3565L17.59 12.5686L16.3937 11.3638Z",fill:"#154618"})]})})}),$.jsx(e.Trans,{id:"K/Ay/d",message:"Review Swap"})]}):$.jsx(t.Button,{fullWidth:!0,onClick:()=>W(!0),"data-testid":Ao,children:$.jsx(e.Trans,{id:"K/Ay/d",message:"Review Swap"})})}),[null===(h=null==J?void 0:J.appKitAccount)||void 0===h?void 0:h.isConnected,null==J?void 0:J.chain.isEVMChain,null==J?void 0:J.chain.chainId,null==J?void 0:J.chain.isSolanaChain,null==J?void 0:J.chain.name,null==J?void 0:J.chain.caipNetwork,B,null===(m=null==ee?void 0:ee.appKitAccount)||void 0===m?void 0:m.isConnected,v,D,U,E,_,M,ie,we,Ie,Me,Ae,Ee,w,I,je.length,Fe,Be,Se,Te,fe,Ce,null===(x=ge.data)||void 0===x?void 0:x.balance,pe]),mt=n.useMemo((()=>D&&U?$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(Hs,{token:D,width:16,height:16,marginRight:6,chainId:D.chainId,noShowChain:!!C}),`${Do({input:E?Fe:M,decimals:null==D?void 0:D.decimals})} ${null==D?void 0:D.symbol}`,$.jsx(t.Box,{component:oe.DoubleRight,sx:{width:12,height:12,mx:16}}),$.jsx(Hs,{token:U,width:16,height:16,marginRight:6,chainId:U.chainId,noShowChain:!!C}),`${Do({input:E?_:Fe,decimals:null==U?void 0:U.decimals})} ${null==U?void 0:U.symbol}`]}):$.jsx(t.Box,{})),[D,U,M,_,Fe,E,C]);return $.jsxs(t.Box,{sx:{width:"100%",overflow:"hidden",position:"relative",display:"flex",flexDirection:"column",borderRadius:16,backgroundColor:y.palette.background.skeleton,[y.breakpoints.up("laptop")]:{width:450,backgroundColor:y.palette.background.skeleton,backdropFilter:"blur(4px)"}},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",px:16,py:20},children:[$.jsx(t.Box,{sx:{typography:"caption",color:y.palette.text.primary},children:"Universal Swap"}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",borderRadius:4,p:1,backgroundColor:y.palette.background.tag},children:[$.jsxs(t.Box,{sx:{color:y.palette.text.secondary,typography:"h6",px:6,py:4},children:[ie?(null==Te?void 0:Te.slippage)?100*Te.slippage:null!=ce?ce:"-":le,"%"]}),$.jsx(t.Tooltip,{open:We,title:ie?$.jsx(e.Trans,{id:"qLkska",message:"The setting has been switched to cross chain mode"}):$.jsx(e.Trans,{id:"NSCBTb",message:"The setting has been switched to swap mode"}),placement:"bottom-end",children:$.jsx(t.Box,{component:t.ButtonBase,onClick:()=>z(!0),sx:{p:4,backgroundColor:y.palette.background.paper,borderRadius:4,height:28,width:28,display:"flex",alignItems:"center",justifyContent:"center"},children:$.jsx(t.Box,{component:oe.Setting,sx:{width:20,height:20,color:"text.primary",cursor:"pointer"}})})})]})]}),$.jsxs(t.Box,{sx:{flex:1,px:16,pb:20,overflowY:"auto"},children:[$.jsxs(t.Box,{children:[$.jsx(Ku,{sx:{mb:4},token:D,side:"from",amt:ut,defaultLoadBalance:!0,onMaxClick:Re,onInputChange:Ze,onInputFocus:ie?void 0:Ke,showMaxBtn:!E&&!S,occupiedAddrs:[null!==(g=null==U?void 0:U.address)&&void 0!==g?g:""],occupiedChainId:null==U?void 0:U.chainId,fiatPriceTxt:nt?`$${No({input:nt,showDecimals:1})}`:"$-",onTokenChange:Ye,readOnly:E,showChainLogo:!C,showChainName:!C,notTokenPickerModal:!j,enterAddressEnabled:!1,inputToAddress:X,setInputToAddress:K,account:J,failedReason:ke}),$.jsx(Ru,{onClick:Ge,disabled:lt}),$.jsx(Ku,{token:U,side:"to",amt:pt,onInputChange:$e,onInputFocus:ie?void 0:Je,occupiedAddrs:[null!==(f=null==D?void 0:D.address)&&void 0!==f?f:""],occupiedChainId:null==D?void 0:D.chainId,fiatPriceTxt:it?`$${No({input:it,showDecimals:1})}(${tt}%)`:"$-",onTokenChange:Xe,readOnly:ie||!E,showChainLogo:!C,showChainName:!C,notTokenPickerModal:!j,enterAddressEnabled:ie,inputToAddress:X,setInputToAddress:K,account:ee,sx:{padding:y.spacing(24,20,20)}}),$.jsx(t.Box,{sx:{py:16,display:"flex",typography:"body2",alignItems:"center",justifyContent:"center",flexWrap:"wrap"},children:ct})]}),ht,$.jsx(cu,{}),b?"":$.jsxs(t.Box,{sx:{mt:13,display:"flex",typography:"h6",cursor:"pointer",justifyContent:"center",alignItems:"center",color:y.palette.text.disabled},onClick:()=>window.open("https://app.dodoex.io"),children:[$.jsx(t.Box,{sx:{width:18,height:18,transform:"translate(1px, 2px)","& path":{fill:y.palette.text.disabled}},component:oe.Dodo}),$.jsx(e.Trans,{id:"QIsI8+",message:"Powered by ZUNO protocol"})]})]}),$.jsx(uu,{toToken:U,fromToken:D,fromAmount:E?Fe:M,toAmount:E?_:Fe,open:H,baseFeeAmount:De,priceImpact:tt,additionalFeeAmount:qe,curToFiatPrice:it,execute:()=>_e(mt),clearFromAmt:()=>Ze(""),clearToAmt:()=>$e(""),curFromFiatPrice:nt,pricePerFromToken:Ve,onClose:()=>W(!1),loading:Me===ns.Loading,slippage:le,isDialogModal:j}),ie?$.jsx(hu,{open:Z,onClose:()=>z(!1),isBridge:!0,isDialogModal:j}):$.jsx(Lu,{open:Z,onClose:()=>z(!1),fromToken:D,toToken:U,privacySwapEnableAble:he,privacySwapEnable:pe,privacySwapSupplierEndpoints:ue,endpointStatusMap:me,refetchEndpointStatus:xe,isDialogModal:j}),$.jsx(lu,{open:Q,onClose:()=>Y(!1),route:Te,bridgeOrderTxRequest:be,clearFromAmt:()=>Ze(""),clearToAmt:()=>$e(""),isDialogModal:j}),$.jsx(du,{message:ye,onClose:()=>ve(""),isDialogModal:j})]})},exports.SwapOrderHistory=function(){const e=t.useTheme(),{isMobile:i}=Oa(),o=n.useRef(null),{evmAccount:r,solanaAccount:a,bitcoinAccount:s}=fa(),[l,d]=n.useState(qh.sameChain),[c,u]=n.useState(),p=n.useMemo((()=>[{key:qh.sameChain,value:"Same chain Swaps"},{key:qh.crossChain,value:"Cross Chain Swaps"},{key:qh.errorRefunds,value:"Error Refunds"}]),[]),h=n.useMemo((()=>{var e,t,n;const i=[];if(r.isConnected&&r.address){const t=null===(e=xo.entries().find((([e,t])=>t.isEVMChain)))||void 0===e?void 0:e[1];t&&i.push({account:Or(r.address),firstChain:t})}if(a.isConnected&&a.address){const e=null===(t=xo.entries().find((([e,t])=>t.isSolanaChain)))||void 0===t?void 0:t[1];e&&i.push({account:a.address,firstChain:e})}if(s.isConnected&&s.address){const e=null===(n=xo.entries().find((([e,t])=>t.isBTCChain)))||void 0===n?void 0:n[1];e&&i.push({account:s.address,firstChain:e})}return i}),[s.address,s.isConnected,r.address,r.isConnected,a.address,a.isConnected]);return n.useEffect((()=>{u((()=>{if(h.length>0)return h[0].account}))}),[h]),$.jsxs(t.Tabs,{value:l,onChange:(e,t)=>{d(t)},sx:{width:"100%",display:"flex",flexDirection:"column",flex:1,overflow:"hidden",height:"max-content",maxHeight:"100%",borderRadius:16,backgroundColor:"background.skeleton",backdropFilter:"blur(4px)",[e.breakpoints.up("laptop")]:{}},className:i?void 0:"gradient-card-border",children:[$.jsx(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"flex-start",px:16,pt:20,[e.breakpoints.up("laptop")]:{px:24}},children:$.jsx(t.TabsGroup,{tabs:p,variant:"default",tabsListSx:{justifyContent:"space-between",borderBottomWidth:0},tabSx:{mr:28,typography:"body2",lineHeight:"19px",minHeight:39,padding:"0px 0px 20px 0px",[e.breakpoints.up("laptop")]:{typography:"body1",lineHeight:"22px",minHeight:42}}})}),$.jsx(t.Box,{ref:o,sx:{px:16,py:12,display:"flex",alignItems:"center",gap:12,overflowX:"auto",borderBottomWidth:1,borderBottomStyle:"solid",borderBottomColor:"border.main",[e.breakpoints.up("laptop")]:{px:24},"&::-webkit-scrollbar":{display:"none"},msOverflowStyle:"none",scrollbarWidth:"none",WebkitOverflowScrolling:"touch",userSelect:"none"},children:h.map(((n,i)=>{const r=c===n.account,a=i===h.length-1,s=0===i;return $.jsxs(t.Box,{sx:Object.assign(Object.assign({display:"flex",alignItems:"center",gap:4,pl:8,py:8,pr:10,borderRadius:4,backgroundColor:"transparent",cursor:"pointer",typography:"body2",lineHeight:"19px",color:"text.secondary",flexShrink:0},r&&{backgroundColor:t.alpha(e.palette.success.main,.1),color:"success.main"}),{"&:hover":{backgroundColor:r?t.alpha(e.palette.success.main,.1):e.palette.background.paperDarkContrast}}),onClick:()=>((e,t,n)=>{u(e),o.current&&(t?o.current.scrollTo({left:o.current.scrollWidth,behavior:"smooth"}):n&&o.current.scrollTo({left:0,behavior:"smooth"}))})(n.account,a,s),children:[n.firstChain&&$.jsx(t.Box,{component:n.firstChain.logo,sx:{width:16,height:16}}),"(",pa(n.firstChain.chainId),")",da(n.account)]},n.account)}))}),c?$.jsxs($.Fragment,{children:[$.jsx(Wh,{value:qh.sameChain,sx:{display:"flex",flexDirection:"column",overflow:"hidden"},children:$.jsx(Hh,{account:c})}),$.jsx(Wh,{value:qh.crossChain,sx:{display:"flex",flexDirection:"column",overflow:"hidden"},children:$.jsx(Fh,{account:c})}),$.jsx(Wh,{value:qh.errorRefunds,sx:{display:"flex",flexDirection:"column",overflow:"hidden"},children:$.jsx(Fh,{account:c,type:"error_refund"})})]}):$.jsx(yp,{isMobile:i,empty:!0,loading:!1})]})},exports.TokenCard=ap,exports.TokenLogo=Hs,exports.UnstyleWidget=ru,exports.WIDGET_CLASS_NAME=nu,exports.WIDGET_MODULE_CLASS_NAME=Zh,exports.Widget=function(e){const n=t.createTheme({mode:e.colorMode,theme:e.theme,lang:e.locale||Ld});return e.apikey||e.apiServices||console.error("apikey and apiServices must have a."),$.jsxs(t.ThemeProvider,{theme:n,children:[$.jsx(t.CssBaseline,{container:`.${nu}, .${t.WIDGET_MODAL_CLASS}, .${t.WIDGET_MODAL_FIXED_CLASS}`}),$.jsx(c.QueryClientProvider,{client:Vd,children:$.jsxs(ru,{...e,children:[e.children,$.jsx($c,{})]})})]})},exports.chainListMap=xo,exports.fixedInputStringToFormattedNumber=Vo,exports.formatPercentageNumber=Ko,exports.formatReadableNumber=No,exports.formatShortNumber=Yo,exports.formatTokenAmountNumber=Do,exports.getEtherscanPage=ca,exports.jsxRuntimeExports=$,exports.rpcServerMap=Ii,exports.scanUrlDomainMap=Ai,exports.tokenList=Fs,exports.useMessageState=Wc,exports.usePoolBalanceInfo=Fg,exports.useRouterStore=Qh,exports.useTradeSwapOrderList=Nh;
31
+ */function dc(){if(Yd)return Gd;Yd=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;return Gd=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var i={};return"abcdefghijklmnopqrst".split("").forEach((function(e){i[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},i)).join("")}catch(e){return!1}}()?Object.assign:function(i,o){for(var r,a,s=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(i),l=1;l<arguments.length;l++){for(var d in r=Object(arguments[l]))t.call(r,d)&&(s[d]=r[d]);if(e){a=e(r);for(var c=0;c<a.length;c++)n.call(r,a[c])&&(s[a[c]]=r[a[c]])}}return s},Gd}function cc(){if(Kd)return Xd;Kd=1;return Xd="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function uc(){return ec?Jd:(ec=1,Jd=Function.call.bind(Object.prototype.hasOwnProperty))}if("production"!==process.env.NODE_ENV){var pc=lc();Wd.exports=function(){if(oc)return ic;oc=1;var e=lc(),t=dc(),n=cc(),i=uc(),o=function(){if(nc)return tc;nc=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=cc(),n={},i=uc();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function o(o,r,a,s,l){if("production"!==process.env.NODE_ENV)for(var d in o)if(i(o,d)){var c;try{if("function"!=typeof o[d]){var u=Error((s||"React class")+": "+a+" type `"+d+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof o[d]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw u.name="Invariant Violation",u}c=o[d](r,d,s,a,null,t)}catch(e){c=e}if(!c||c instanceof Error||e((s||"React class")+": type specification of "+a+" `"+d+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof c+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),c instanceof Error&&!(c.message in n)){n[c.message]=!0;var p=l?l():"";e("Failed "+a+" type: "+c.message+(null!=p?p:""))}}}return o.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(n={})},tc=o}(),r=function(){};function a(){return null}return"production"!==process.env.NODE_ENV&&(r=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),ic=function(s,l){var d="function"==typeof Symbol&&Symbol.iterator,c="@@iterator",u="<<anonymous>>",p={array:g("array"),bigint:g("bigint"),bool:g("boolean"),func:g("function"),number:g("number"),object:g("object"),string:g("string"),symbol:g("symbol"),any:x(a),arrayOf:function(e){return x((function(t,i,o,r,a){if("function"!=typeof e)return new m("Property `"+a+"` of component `"+o+"` has invalid PropType notation inside arrayOf.");var s=t[i];if(!Array.isArray(s))return new m("Invalid "+r+" `"+a+"` of type `"+v(s)+"` supplied to `"+o+"`, expected an array.");for(var l=0;l<s.length;l++){var d=e(s,l,o,r,a+"["+l+"]",n);if(d instanceof Error)return d}return null}))},element:x((function(e,t,n,i,o){var r=e[t];return s(r)?null:new m("Invalid "+i+" `"+o+"` of type `"+v(r)+"` supplied to `"+n+"`, expected a single ReactElement.")})),elementType:x((function(t,n,i,o,r){var a=t[n];return e.isValidElementType(a)?null:new m("Invalid "+o+" `"+r+"` of type `"+v(a)+"` supplied to `"+i+"`, expected a single ReactElement type.")})),instanceOf:function(e){return x((function(t,n,i,o,r){if(!(t[n]instanceof e)){var a=e.name||u;return new m("Invalid "+o+" `"+r+"` of type `"+((s=t[n]).constructor&&s.constructor.name?s.constructor.name:u)+"` supplied to `"+i+"`, expected instance of `"+a+"`.")}var s;return null}))},node:x((function(e,t,n,i,o){return y(e[t])?null:new m("Invalid "+i+" `"+o+"` supplied to `"+n+"`, expected a ReactNode.")})),objectOf:function(e){return x((function(t,o,r,a,s){if("function"!=typeof e)return new m("Property `"+s+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var l=t[o],d=v(l);if("object"!==d)return new m("Invalid "+a+" `"+s+"` of type `"+d+"` supplied to `"+r+"`, expected an object.");for(var c in l)if(i(l,c)){var u=e(l,c,r,a,s+"."+c,n);if(u instanceof Error)return u}return null}))},oneOf:function(e){return Array.isArray(e)?x((function(t,n,i,o,r){for(var a=t[n],s=0;s<e.length;s++)if(h(a,e[s]))return null;var l=JSON.stringify(e,(function(e,t){return"symbol"===b(t)?String(t):t}));return new m("Invalid "+o+" `"+r+"` of value `"+String(a)+"` supplied to `"+i+"`, expected one of "+l+".")})):("production"!==process.env.NODE_ENV&&r(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),a)},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&r("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var t=0;t<e.length;t++){var o=e[t];if("function"!=typeof o)return r("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+C(o)+" at index "+t+"."),a}return x((function(t,o,r,a,s){for(var l=[],d=0;d<e.length;d++){var c=(0,e[d])(t,o,r,a,s,n);if(null==c)return null;c.data&&i(c.data,"expectedType")&&l.push(c.data.expectedType)}return new m("Invalid "+a+" `"+s+"` supplied to `"+r+"`"+(l.length>0?", expected one of type ["+l.join(", ")+"]":"")+".")}))},shape:function(e){return x((function(t,i,o,r,a){var s=t[i],l=v(s);if("object"!==l)return new m("Invalid "+r+" `"+a+"` of type `"+l+"` supplied to `"+o+"`, expected `object`.");for(var d in e){var c=e[d];if("function"!=typeof c)return f(o,r,a,d,b(c));var u=c(s,d,o,r,a+"."+d,n);if(u)return u}return null}))},exact:function(e){return x((function(o,r,a,s,l){var d=o[r],c=v(d);if("object"!==c)return new m("Invalid "+s+" `"+l+"` of type `"+c+"` supplied to `"+a+"`, expected `object`.");var u=t({},o[r],e);for(var p in u){var h=e[p];if(i(e,p)&&"function"!=typeof h)return f(a,s,l,p,b(h));if(!h)return new m("Invalid "+s+" `"+l+"` key `"+p+"` supplied to `"+a+"`.\nBad object: "+JSON.stringify(o[r],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var x=h(d,p,a,s,l+"."+p,n);if(x)return x}return null}))}};function h(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function m(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function x(e){if("production"!==process.env.NODE_ENV)var t={},i=0;function o(o,a,s,d,c,p,h){if(d=d||u,p=p||s,h!==n){if(l){var x=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw x.name="Invariant Violation",x}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var g=d+":"+s;!t[g]&&i<3&&(r("You are manually calling a React.PropTypes validation function for the `"+p+"` prop on `"+d+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[g]=!0,i++)}}return null==a[s]?o?null===a[s]?new m("The "+c+" `"+p+"` is marked as required in `"+d+"`, but its value is `null`."):new m("The "+c+" `"+p+"` is marked as required in `"+d+"`, but its value is `undefined`."):null:e(a,s,d,c,p)}var a=o.bind(null,!1);return a.isRequired=o.bind(null,!0),a}function g(e){return x((function(t,n,i,o,r,a){var s=t[n];return v(s)!==e?new m("Invalid "+o+" `"+r+"` of type `"+b(s)+"` supplied to `"+i+"`, expected `"+e+"`.",{expectedType:e}):null}))}function f(e,t,n,i,o){return new m((e||"React class")+": "+t+" type `"+n+"."+i+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+o+"`.")}function y(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(y);if(null===e||s(e))return!0;var t=function(e){var t=e&&(d&&e[d]||e[c]);if("function"==typeof t)return t}(e);if(!t)return!1;var n,i=t.call(e);if(t!==e.entries){for(;!(n=i.next()).done;)if(!y(n.value))return!1}else for(;!(n=i.next()).done;){var o=n.value;if(o&&!y(o[1]))return!1}return!0;default:return!1}}function v(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function b(e){if(null==e)return""+e;var t=v(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function C(e){var t=b(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return m.prototype=Error.prototype,p.checkPropTypes=o,p.resetWarningCache=o.resetWarningCache,p.PropTypes=p,p},ic}()(pc.isElement,!0)}else Wd.exports=function(){if(ac)return rc;ac=1;var e=cc();function t(){}function n(){}return n.resetWarningCache=t,rc=function(){function i(t,n,i,o,r,a){if(a!==e){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function o(){return i}i.isRequired=i;var r={array:i,bigint:i,bool:i,func:i,number:i,object:i,string:i,symbol:i,any:i,arrayOf:o,element:i,elementType:i,instanceOf:o,node:i,objectOf:o,oneOf:o,oneOfType:o,shape:o,exact:o,checkPropTypes:n,resetWarningCache:t};return r.PropTypes=r,r}}()();var hc=q(Wd.exports);function mc(e,t){return"production"===process.env.NODE_ENV?()=>null:function(...n){return e(...n)||t(...n)}}function xc(e,t,n,i,o){const r=e[t],a=o||t;if(null==r||"undefined"==typeof window)return null;let s;const l=r.type;return"function"!=typeof l||function(e){const{prototype:t={}}=e;return Boolean(t.isReactComponent)}(l)||(s="Did you accidentally use a plain function component for an element instead?"),void 0!==s?new Error(`Invalid ${i} \`${a}\` supplied to \`${n}\`. Expected an element that can hold a ref. ${s} For more information see https://mui.com/r/caveat-with-refs-guide`):null}const gc=mc(hc.element,xc);gc.isRequired=mc(hc.element.isRequired,xc);const fc="exact-prop: ​";function yc(e){return e&&e.ownerDocument||document}const vc="undefined"!=typeof window?P.useLayoutEffect:P.useEffect;function bc(e){const t=P.useRef(e);return vc((()=>{t.current=e})),P.useRef(((...e)=>(0,t.current)(...e))).current}function Cc(...e){return P.useMemo((()=>e.every((e=>null==e))?null:t=>{e.forEach((e=>{!function(e,t){"function"==typeof e?e(t):e&&(e.current=t)}(e,t)}))}),e)}const jc={};const wc=[];class kc{static create(){return new kc}currentId=null;start(e,t){this.clear(),this.currentId=setTimeout((()=>{this.currentId=null,t()}),e)}clear=()=>{null!==this.currentId&&(clearTimeout(this.currentId),this.currentId=null)};disposeEffect=()=>this.clear}function Tc(){const e=function(e,t){const n=P.useRef(jc);return n.current===jc&&(n.current=e(t)),n}(kc.create).current;var t;return t=e.disposeEffect,P.useEffect(t,wc),e}const Bc={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function Ic(e){var t,n,i="";if("string"==typeof e||"number"==typeof e)i+=e;else if("object"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(n=Ic(e[t]))&&(i&&(i+=" "),i+=n)}else for(n in e)e[n]&&(i&&(i+=" "),i+=n);return i}function Ec(){for(var e,t,n=0,i="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=Ic(e))&&(i&&(i+=" "),i+=t);return i}function Ac(e,t=[]){if(void 0===e)return{};const n={};return Object.keys(e).filter((n=>n.match(/^on[A-Z]/)&&"function"==typeof e[n]&&!t.includes(n))).forEach((t=>{n[t]=e[t]})),n}function Sc(e){if(void 0===e)return{};const t={};return Object.keys(e).filter((t=>!(t.match(/^on[A-Z]/)&&"function"==typeof e[t]))).forEach((n=>{t[n]=e[n]})),t}function Lc(e){const{elementType:t,externalSlotProps:n,ownerState:i,skipResolvingSlotProps:o=!1,...r}=e,a=o?{}:function(e,t,n){return"function"==typeof e?e(t,n):e}(n,i),{props:s,internalRef:l}=function(e){const{getSlotProps:t,additionalProps:n,externalSlotProps:i,externalForwardedProps:o,className:r}=e;if(!t){const e=Ec(n?.className,r,o?.className,i?.className),t={...n?.style,...o?.style,...i?.style},a={...n,...o,...i};return e.length>0&&(a.className=e),Object.keys(t).length>0&&(a.style=t),{props:a,internalRef:void 0}}const a=Ac({...o,...i}),s=Sc(i),l=Sc(o),d=t(a),c=Ec(d?.className,n?.className,r,o?.className,i?.className),u={...d?.style,...n?.style,...o?.style,...i?.style},p={...d,...n,...l,...s};return c.length>0&&(p.className=c),Object.keys(u).length>0&&(p.style=u),{props:p,internalRef:d.ref}}({...r,externalSlotProps:a}),d=function(e,t,n){return void 0===e||"string"==typeof e?t:{...t,ownerState:{...t.ownerState,...n}}}(t,{...s,ref:Cc(l,a?.ref,e.additionalProps?.ref)},i);return d}function Rc(e){return e.substring(2).toLowerCase()}function Oc(e){const{children:t,disableReactTree:n=!1,mouseEvent:i="onClick",onClickAway:o,touchEvent:r="onTouchEnd"}=e,a=P.useRef(!1),s=P.useRef(null),l=P.useRef(!1),d=P.useRef(!1);P.useEffect((()=>(setTimeout((()=>{l.current=!0}),0),()=>{l.current=!1})),[]);const c=Cc((u=t)&&P.isValidElement(u)?u.props.propertyIsEnumerable("ref")?u.props.ref:u.ref:null,s);var u;const p=bc((e=>{const t=d.current;d.current=!1;const i=yc(s.current);if(!l.current||!s.current||"clientX"in e&&function(e,t){return t.documentElement.clientWidth<e.clientX||t.documentElement.clientHeight<e.clientY}(e,i))return;if(a.current)return void(a.current=!1);let r;r=e.composedPath?e.composedPath().indexOf(s.current)>-1:!i.documentElement.contains(e.target)||s.current.contains(e.target),r||!n&&t||o(e)})),h=e=>n=>{d.current=!0;const i=t.props[e];i&&i(n)},m={ref:c};return!1!==r&&(m[r]=h(r)),P.useEffect((()=>{if(!1!==r){const e=Rc(r),t=yc(s.current),n=()=>{a.current=!0};return t.addEventListener(e,p),t.addEventListener("touchmove",n),()=>{t.removeEventListener(e,p),t.removeEventListener("touchmove",n)}}}),[p,r]),!1!==i&&(m[i]=h(i)),P.useEffect((()=>{if(!1!==i){const e=Rc(i),t=yc(s.current);return t.addEventListener(e,p),()=>{t.removeEventListener(e,p)}}}),[p,i]),$.jsx(P.Fragment,{children:P.cloneElement(t,m)})}"production"!==process.env.NODE_ENV&&(Oc.propTypes={children:gc.isRequired,disableReactTree:hc.bool,mouseEvent:hc.oneOf(["onClick","onMouseDown","onMouseUp","onPointerDown","onPointerUp",!1]),onClickAway:hc.func.isRequired,touchEvent:hc.oneOf(["onTouchEnd","onTouchStart",!1])}),"production"!==process.env.NODE_ENV&&(Oc.propTypes=function(e){return"production"===process.env.NODE_ENV?e:{...e,[fc]:t=>{const n=Object.keys(t).filter((t=>!e.hasOwnProperty(t)));return n.length>0?new Error(`The following props are not supported: ${n.map((e=>`\`${e}\``)).join(", ")}. Please remove them.`):null}}}(Oc.propTypes));const Mc="base";function Pc(e,t){const n=Bc[t];return n?`${Mc}--${n}`:function(e,t){return`${Mc}-${e}-${t}`}(e,t)}const _c="Snackbar";function Fc(e){return Pc(_c,e)}!function(e,t){const n={};t.forEach((t=>{n[t]=Pc(e,t)}))}(_c,["root"]);const Nc={disableDefaultClasses:!1},Dc=P.createContext(Nc);"production"!==process.env.NODE_ENV&&(Dc.displayName="ClassNameConfiguratorContext");const qc=()=>function(e,t,n){const i={};for(const o in e){const r=e[o];let a="";for(let e=0;e<r.length;e+=1){const i=r[e];i&&(a+=t(i)+" ",n&&n[i]&&(a+=n[i]+" "))}i[o]=a}return i}({root:["root"]},function(e){const{disableDefaultClasses:t}=P.useContext(Dc);return n=>t?"":e(n)}(Fc)),Uc=P.forwardRef((function(e,t){const{autoHideDuration:n=null,children:i,disableWindowBlurListener:o=!1,exited:r=!0,onBlur:a,onClose:s,onFocus:l,onMouseEnter:d,onMouseLeave:c,open:u,resumeHideDuration:p,slotProps:h={},slots:m={},...x}=e,g=qc(),{getRootProps:f,onClickAway:y}=function(e={}){const{autoHideDuration:t=null,disableWindowBlurListener:n=!1,onClose:i,open:o,resumeHideDuration:r}=e,a=Tc();P.useEffect((()=>{if(o)return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)};function e(e){e.defaultPrevented||"Escape"===e.key&&i?.(e,"escapeKeyDown")}}),[o,i]);const s=bc(((e,t)=>{i?.(e,t)})),l=bc((e=>{i&&null!=e&&a.start(e,(()=>{s(null,"timeout")}))}));P.useEffect((()=>(o&&l(t),a.clear)),[o,t,l,a]);const d=a.clear,c=P.useCallback((()=>{null!=t&&l(null!=r?r:.5*t)}),[t,r,l]),u=e=>t=>{const n=e.onFocus;n?.(t),d()},p=e=>t=>{const n=e.onMouseEnter;n?.(t),d()},h=e=>t=>{const n=e.onMouseLeave;n?.(t),c()};return P.useEffect((()=>{if(!n&&o)return window.addEventListener("focus",c),window.addEventListener("blur",d),()=>{window.removeEventListener("focus",c),window.removeEventListener("blur",d)}}),[n,o,c,d]),{getRootProps:(t={})=>{const n={...Ac(e),...Ac(t)};return{role:"presentation",...t,...n,onBlur:(i=n,e=>{const t=i.onBlur;t?.(e),c()}),onFocus:u(n),onMouseEnter:p(n),onMouseLeave:h(n)};var i},onClickAway:e=>{i?.(e,"clickaway")}}}({...e,autoHideDuration:n,disableWindowBlurListener:o,onClose:s,open:u,resumeHideDuration:p}),v=e,b=m.root||"div",C=Lc({elementType:b,getSlotProps:f,externalForwardedProps:x,externalSlotProps:h.root,additionalProps:{ref:t},ownerState:v,className:g.root}),j=Lc({elementType:Oc,externalSlotProps:h.clickAwayListener,additionalProps:{onClickAway:y},ownerState:v});return delete j.ownerState,!u&&r?null:$.jsx(Oc,{...j,children:$.jsx(b,{...C,children:i})})}));function Vc({size:e,color:i,time:o,strokeWidth:r=2,sx:a}){const[s,l]=n.useState("0 1069"),d=e/2,c=d-1;return n.useEffect((()=>{l(2*Math.PI*c+" 0")}),[]),$.jsx(t.Box,{width:e,height:e,component:"svg",sx:Object.assign({position:"absolute",top:`-${r}`,left:`-${r}`,transform:"rotate(-90deg)"},a),children:$.jsx(t.Box,{component:"circle",cx:d,cy:d,r:c,strokeWidth:r,stroke:i,fill:"none",strokeDasharray:s,sx:{transition:`stroke-dasharray ${o}`}})})}"production"!==process.env.NODE_ENV&&(Uc.propTypes={autoHideDuration:hc.number,children:hc.node,disableWindowBlurListener:hc.bool,exited:hc.bool,onClose:hc.func,open:hc.bool,resumeHideDuration:hc.number,slotProps:hc.shape({clickAwayListener:hc.oneOfType([hc.func,hc.shape({children:hc.element.isRequired,disableReactTree:hc.bool,mouseEvent:hc.oneOf(["onClick","onMouseDown","onMouseUp","onPointerDown","onPointerUp",!1]),onClickAway:hc.func,touchEvent:hc.oneOf(["onTouchEnd","onTouchStart",!1])})]),root:hc.oneOfType([hc.func,hc.object])}),slots:hc.shape({root:hc.elementType})});var Hc=n.memo(Vc);const Wc=u.create((e=>({notify:null,toast:t=>{e({notify:t})},close:()=>{e({notify:null})}}))),Zc={entering:"translateX(0)",entered:"translateX(0)",exiting:"translateX(500px)",exited:"translateX(500px)",unmounted:"translateX(500px)"};function $c(){const e=t.useTheme(),{notify:i,close:o}=Wc(),[r,a]=n.useState(!0),s=n.useRef(null),l=null==i?void 0:i.timeout,d=!!i;let c=$.jsxs("svg",{width:"36",height:"36",viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[$.jsx("circle",{cx:"18",cy:"18",r:"16.5",stroke:"#2FBA90",strokeWidth:"3"}),$.jsx("path",{d:"M25.1384 11.334L14.8873 21.5851L10.8584 17.5718L8.66504 19.7651L14.8873 25.9873L27.3317 13.5429L25.1384 11.334Z",fill:"#2FBA90"})]});switch(null==i?void 0:i.type){case"error":c=$.jsxs("svg",{width:"36",height:"37",viewBox:"0 0 36 37",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[$.jsx("circle",{cx:"18",cy:"18.5",r:"16.5",stroke:"#FF6187",strokeWidth:"3"}),$.jsx("path",{d:"M25.3331 13.0452L19.8782 18.5L25.3331 23.9548L23.5148 25.7731L18.06 20.3183L12.6051 25.7731L10.7869 23.9548L16.2417 18.5L10.7869 13.0452L12.6051 11.2269L18.06 16.6817L23.5148 11.2269L25.3331 13.0452Z",fill:"#FF6187"})]});break;case"warning":c=$.jsxs("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.4065 3.6189L9.62438 3.59576L3.39812 9.78928L3.37498 18.5714L9.5685 24.7976L18.3506 24.8208L24.5769 18.6273L24.6 9.84516L18.4065 3.6189ZM26.9359 8.88481L19.3791 1.28812L8.66403 1.25988L1.06734 8.81663L1.0391 19.5317L8.59585 27.1284L19.311 27.1567L26.9076 19.5999L26.9359 8.88481Z",fill:"#B15600"}),$.jsx("path",{d:"M15.1664 7.58398H12.8331V16.9173H15.1664V7.58398Z",fill:"#B15600"}),$.jsx("path",{d:"M13.9998 21.6395C14.8896 21.6395 15.6109 20.9181 15.6109 20.0283C15.6109 19.1386 14.8896 18.4172 13.9998 18.4172C13.11 18.4172 12.3887 19.1386 12.3887 20.0283C12.3887 20.9181 13.11 21.6395 13.9998 21.6395Z",fill:"#B15600"})]})}return $.jsx(t.Box,{component:Uc,open:d,autoHideDuration:l,onClose:(e,t)=>{"clickaway"!==t&&o()},exited:r,sx:{position:"fixed",top:20,left:20,right:20,zIndex:1,[e.breakpoints.up("tablet")]:{left:"auto"}},children:$.jsx(k.Transition,{timeout:{enter:400,exit:400},in:d,appear:!0,unmountOnExit:!0,onEnter:()=>{a(!1)},onExited:()=>{a(!0)},nodeRef:s,children:n=>$.jsxs(t.Box,{ref:s,sx:{display:"flex",justifyContent:"space-between",p:12,borderRadius:8,backgroundColor:"background.paper",color:"text.primary",border:"solid 1px",borderColor:"border.main",boxShadow:"0px 6px 12px 0px rgba(0, 0, 0, 0.10)",transform:Zc[n],transition:"transform 300ms ease",[e.breakpoints.up("tablet")]:{p:20,width:"auto",maxWidth:328}},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(t.Box,{sx:{mt:7,"& > svg":{width:28,height:28},[e.breakpoints.up("tablet")]:{"& > svg":{width:36,height:36}}},children:i?c:""}),$.jsxs(t.Box,{sx:{ml:20},children:[$.jsx(t.Box,{sx:{typography:"caption"},children:null==i?void 0:i.message}),(null==i?void 0:i.link)?$.jsxs(t.Box,{component:"a",target:"_blank",rel:"noopener noreferrer",href:i.link.outerLink,sx:{display:"inline-flex",alignItems:"center",typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},children:[i.link.text,$.jsx(t.Box,{component:"svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",sx:{ml:4,width:18,height:18},children:$.jsx("path",{d:"M4.22703 13.2122L10.6811 6.75812L4.75206 6.75812L4.75736 5.25729H13.2426V13.7426H11.7471L11.7418 7.81878L5.28769 14.2729L4.22703 13.2122Z",fill:"currentColor"})})]}):"",(null==i?void 0:i.content)?$.jsx(t.Box,{sx:{mt:4,typography:"body2",color:"text.secondary"},children:i.content}):""]})]}),$.jsxs(t.Box,{sx:{position:"relative",top:10,ml:12,display:"flex",alignItems:"center",justifyContent:"center",width:24,height:24,borderRadius:12,borderStyle:"solid",borderWidth:l?"2.4px":0,borderColor:e.palette.border.main,backgroundColor:l?"transparent":e.palette.background.paperDarkContrast,cursor:"pointer",boxSizing:"border-box",[e.breakpoints.up("tablet")]:{ml:28}},onClick:o,children:[l?$.jsx(Hc,{size:24,strokeWidth:"2.4px",time:`${l}ms`,color:e.palette.text.disabled}):"",$.jsx(t.Box,{component:"svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",sx:{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:16,height:16,border:"none",color:e.palette.text.disabled},children:$.jsx("g",{children:$.jsx("path",{d:"M12.8897 4.36345L9.25313 8L12.8897 11.6365L11.6775 12.8487L8.04095 9.21218L4.4044 12.8487L3.19221 11.6365L6.82876 8L3.19221 4.36345L4.4044 3.15127L8.04095 6.78782L11.6775 3.15127L12.8897 4.36345Z",fill:"currentColor"})})})]})]})})})}var zc;function Qc(){return Qc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},Qc.apply(null,arguments)}const Gc=e=>P.createElement("svg",Qc({width:"33px",height:"33px",viewBox:"0 0 33 33",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink"},e),zc||(zc=P.createElement("g",{stroke:"none",strokeWidth:1,fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"},P.createElement("g",{transform:"translate(-186.000000, -375.000000)",stroke:"currentColor",strokeWidth:4},P.createElement("g",{transform:"translate(18.000000, 291.000000)"},P.createElement("g",{transform:"translate(40.000000, 83.000000)"},P.createElement("path",{d:"M159,32 C159,15.9837423 146.016258,3 130,3"}))))))),Yc=6;function Xc(){var e;const n=t.useTheme();return $.jsx(t.Box,{sx:{mx:"auto",border:`${Yc}px solid ${null===(e=n.palette)||void 0===e?void 0:e.background.input}`,borderRadius:"50%",width:"64px",height:"64px",position:"relative",animation:"loadingRotate 1.1s infinite linear","@keyframes loadingRotate":{"0%":{transform:"rotate(0deg)"},"100%":{transform:"rotate(359deg)"}}},children:$.jsx(t.Box,{component:Gc,sx:{position:"absolute",top:`-${Yc}px`,right:`-${Yc}px`,color:"primary.main"}})})}function Kc({showingDone:e,errorMessage:n}){return t.useTheme(),n?$.jsx(t.Box,{component:oe.ErrorWarn,sx:{width:64,height:64,color:"error.main"}}):e?$.jsx(t.Box,{component:oe.DoneBorder,sx:{width:64,height:64,color:"success.main"}}):$.jsx(Xc,{})}function Jc({showingDone:e,showing:n}){return $.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",flexDirection:"column"},children:[$.jsx(t.Box,{sx:{mt:60},children:e?o.i18n._({id:"4xbbt/",message:"{0} confirmed",values:{0:null==n?void 0:n.brief}}):o.i18n._({id:"/nzjSF",message:"{0} pending",values:{0:null==n?void 0:n.brief}})}),(null==n?void 0:n.subtitle)?$.jsx(t.Box,{sx:{mt:20,typography:"body2"},children:null==n?void 0:n.subtitle}):""]})}function eu({isStarted:i,isEnded:o,tx:r}){const[a,s]=n.useState(0),{chainId:l}=fa(),d=n.useMemo((()=>`https://${Ai[l||1]}/tx/${r}`),[r,l]),c=n.useMemo((()=>{const e=Math.floor(a/60),t=a%60;return e?`${e}m ${t}s`:`${t}s`}),[a]),u=n.useRef();return n.useEffect((()=>(i&&(s(0),window.clearInterval(u.current),u.current=window.setInterval((()=>{s((e=>e+1))}),1e3)),()=>{window.clearInterval(u.current)})),[i]),n.useEffect((()=>{o&&window.clearInterval(u.current)}),[o]),$.jsxs(t.Box,{sx:{mt:20,pt:20,display:"flex",justifyContent:"space-between",alignItems:"center",typography:"body2",color:"text.secondary",border:"solid 1px transparent",borderTopColor:"border.main"},children:[$.jsxs(t.Box,{children:[$.jsx(e.Trans,{id:"+Jkdiu",message:"Transaction Time:"}),c]}),$.jsxs(t.HoverOpacity,{sx:{display:"flex",alignItems:"center",cursor:"pointer"},component:"a",href:d,target:"_blank",rel:"noopener noreferrer",children:[$.jsx(e.Trans,{id:"S3piC2",message:"Tx"}),$.jsx(t.Box,{component:oe.ArrowTopRightBorder,sx:{width:16,height:16,ml:6}})]})]})}function tu(n){var{children:i,executionStatus:r,showSubmitLoadingDialog:a}=n;const s=Ha(F(n,["children","executionStatus","showSubmitLoadingDialog"])),{ctxVal:l,showing:d,closeShowing:c,setShowing:u,showingDone:p,errorMessage:h,transactionTx:m}=Object.assign(Object.assign({},s),r),{isMobile:x}=Oa(),{noSubmissionDialog:g,submissionDialogModal:f}=G(),y=()=>{u((e=>{if(!e)return e;const t=Object.assign({},e);return delete t.submitState,t}))};return $.jsxs($a.Provider,{value:l,children:[i,a&&$.jsx(_s,{modal:!0,open:!!(null==d?void 0:d.submitState),onClose:y,children:!!d&&$.jsxs(t.Box,{sx:{position:"relative",display:"flex",flexDirection:"column",alignItems:"center",gap:20,p:20,minHeight:208,width:x?"100%":340,textAlign:"center"},children:[$.jsxs(t.Box,{sx:{textAlign:"center",color:"text.secondary"},children:[d.brief,$.jsx(t.Box,{component:oe.Error,sx:{position:"absolute",top:20,right:20,color:"text.secondary",cursor:"pointer"},onClick:y})]}),"submitted"===d.submitState?$.jsxs($.Fragment,{children:[$.jsx(t.Box,{component:oe.ArrowSubmit,sx:{width:64,height:64}}),$.jsxs("div",{children:[$.jsx("div",{children:o.i18n._({id:"EcVqOR",message:"{0} Submitted",values:{0:d.brief}})}),d.subtitle&&$.jsx(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"center",mt:8,color:"text.secondary",typography:"body2"},children:d.subtitle})]}),$.jsx(t.Button,{variant:t.Button.Variant.outlined,fullWidth:!0,onClick:y,sx:{mt:4},children:$.jsx(e.Trans,{id:"zga9sT",message:"OK"})})]}):$.jsxs($.Fragment,{children:[$.jsx(Xc,{}),$.jsxs("div",{children:[$.jsx(t.Box,{children:$.jsx(e.Trans,{id:"7y/8M6",message:"Please confirm in wallet"})}),d.subtitle&&$.jsx(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"center",mt:8,color:"text.secondary",typography:"body2"},children:d.subtitle})]})]})]})}),$.jsx(_s,{open:!!d&&"loading"!==d.submitState&&!g,onClose:c,id:"submission",modal:!!x||f,children:$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",justifyContent:"space-between",px:20,pb:20,flex:1,overflowY:"auto",width:x?void 0:f?340:void 0},children:[$.jsxs(t.Box,{children:[$.jsx(t.Box,{sx:{textAlign:"center",pt:60},children:$.jsx(Kc,{showingDone:p,errorMessage:h})}),h?$.jsxs(t.Box,{sx:{textAlign:"center",mt:60},children:[$.jsx(t.Box,{children:$.jsx(e.Trans,{id:"kf83Ld",message:"Something went wrong."})}),$.jsx(t.Box,{sx:{color:"text.secondary",mt:12,typography:"body2",wordBreak:"break-all"},children:h})]}):$.jsxs($.Fragment,{children:[$.jsx(Jc,{showingDone:p,showing:d}),$.jsx(eu,{isStarted:!!d,isEnded:p,tx:m})]})]}),$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.big,onClick:()=>{Ba(ka.Initial),c()},sx:{mt:20},children:h?$.jsx(e.Trans,{id:"1QfxQT",message:"Dismiss"}):$.jsx(e.Trans,{id:"yz7wBu",message:"Close"})})]})})]})}const nu="dodo-widget-container";function iu(e){return e.noLangProvider?$.jsx($.Fragment,{children:e.children}):$.jsx(Ud,{locale:e.locale,children:$.jsx(tu,{...e,children:e.children})})}function ou(e){return Ns(e),La(),function(){const{getStaticJsonRpcProviderByChainId:e}=G();n.useEffect((()=>{const t=new w.ContractRequests({multiCallAddressList:p.multiCallAddressList,getProvider:e,rpc:Ei()});p.setContractRequests(t),r.setContractRequests(t)}),[e])}(),e.noUI?$.jsx(iu,{...e,children:e.children}):null}function ru(e){var t;const i=n.useRef(null);return $.jsx(Q,{...Object.assign(Object.assign({},e),{widgetRef:null!==(t=e.widgetRef)&&void 0!==t?t:i}),children:$.jsx(ou,{...e})})}function au(e){var{sx:i}=e,o=F(e,["sx"]);const{width:r}=G(),a=n.useMemo((()=>{let e="";return"number"==typeof r?e=`${r}px`:r&&(e=r),e?`calc(${e} - 40px)`:"auto"}),[r]);return $.jsx(t.QuestionTooltip,{container:document.querySelector(`.${nu}`),maxWidth:a,sx:Object.assign({cursor:"help"},i),...o})}function su({route:i}){const o=t.useTheme();xo.get(i.fromChainId);const r=xo.get(i.toChainId),[a,s]=n.useState(!1),[l,d]=n.useState(!1),c=xs({fees:i.fees});return $.jsxs(t.Box,{children:[$.jsx(t.Box,{sx:{py:20,borderStyle:"solid",borderWidth:o.spacing(1,0,0),borderColor:o.palette.border.main},children:$.jsx(t.Accordion,{children:$.jsx(t.AccordionItem,{initialEntered:!0,sx:{"& button.active svg":{transform:"rotate(0)"}},header:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",typography:"body2"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",color:"text.primary"},children:[$.jsx(t.Box,{component:oe.DetailBorder,sx:{mr:6,width:18,height:18}}),$.jsx(e.Trans,{id:"rRDi3Y",message:"Detail"})]}),$.jsx(t.Box,{component:oe.CaretUp,sx:{width:12,height:12,color:"text.secondary",transform:"rotate(180deg)",transition:"transform 0.2s linear"}})]}),children:$.jsxs(t.Box,{sx:{mt:16},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsx(t.Box,{sx:{typography:"body2",color:"text.secondary",flexShrink:0},children:$.jsx(e.Trans,{id:"lt8yMa",message:"Send to:"})}),$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"flex-end",alignItems:"center"},children:[r?$.jsx(t.Box,{component:r.logo,sx:{width:18,height:18}}):null,$.jsx(t.Box,{sx:{display:"inline-block",mx:6,width:"1px",height:12,backgroundColor:"border.main"}}),$.jsx(t.Box,{sx:{typography:"body2",fontWeight:600},children:da(i.toAddress)}),$.jsx(t.HoverOpacity,{component:"a",href:ca(i.toChainId,i.toAddress,"address"),target:"_blank",rel:"noopener noreferrer",sx:{ml:6,width:18,height:18,color:"text.secondary",display:"inline-flex",alignItems:"center",justifyContent:"center"},children:$.jsx(t.Box,{component:oe.ArrowTopRightBorder,sx:{width:18,height:18}})})]})]}),$.jsxs(t.Box,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",typography:"body2",color:"text.secondary",flexShrink:0},children:$.jsx(e.Trans,{id:"sMMlTX",message:"Total fees"})}),$.jsxs(t.Box,{component:t.ButtonBase,onClick:()=>s(!a),sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:4,typography:"body2",color:"text.primary"},children:[$.jsx(t.Box,{sx:{fontWeight:600,color:o.palette.text.primary},children:i.feeUSD?`~$${i.feeUSD}`:"-"}),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:a?$.jsx("path",{d:"M3.75 11.2663L4.98375 12.5L9 8.4925L13.0162 12.5L14.25 11.2663L9 6.01625L3.75 11.2663Z",fill:"currentColor",fillOpacity:"0.5"}):$.jsx("path",{d:"M14.25 7.73375L13.0163 6.5L9 10.5075L4.98375 6.5L3.75 7.73375L9 12.9838L14.25 7.73375Z",fill:"currentColor",fillOpacity:"0.5"})})]})]}),a&&c.map((e=>$.jsxs(t.Box,{sx:{mt:8,pl:22,pr:22,display:"flex",alignItems:"center",justifyContent:"space-between",color:"text.secondary",typography:"body2",position:"relative"},children:[$.jsx(t.Box,{component:"svg",xmlns:"http://www.w3.org/2000/svg",width:"10",height:"25",viewBox:"0 0 10 25",fill:"none",sx:{width:10,height:25,position:"absolute",left:10,bottom:10},children:$.jsx("path",{d:"M9 24L2 24C1.44772 24 1 23.5523 1 23L1 1",stroke:"currentColor",strokeOpacity:"0.5",strokeLinecap:"round",strokeDasharray:"2 2"})}),$.jsx(t.Box,{sx:{flex:1},children:e.title}),e.isFree?$.jsx(t.Box,{sx:{color:o.palette.primary.main},children:"Free"}):null!==e.value?$.jsxs(t.Box,{sx:{color:o.palette.text.primary},children:["~$",e.value]}):$.jsx(t.Box,{sx:{color:o.palette.text.primary},children:"-"})]},e.title))),$.jsxs(t.Box,{sx:{mt:8,mb:l?8:0,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",typography:"body2",fontWeight:600,color:"success.main",flexShrink:0},children:"Fee comparison"}),$.jsxs(t.Box,{component:t.ButtonBase,onClick:()=>d(!l),sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:4,typography:"body2",color:"text.primary"},children:[$.jsx(t.Box,{sx:{typography:"body2",fontWeight:600,color:o.palette.text.primary},children:"ZUNO"}),$.jsx(t.Box,{sx:{px:8,borderRadius:12,backgroundColor:o.palette.success.main,typography:"h6",fontWeight:600,color:o.palette.success.contrastText,textTransform:"uppercase"},children:"Cheapest"}),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:l?$.jsx("path",{d:"M3.75 11.2663L4.98375 12.5L9 8.4925L13.0162 12.5L14.25 11.2663L9 6.01625L3.75 11.2663Z",fill:"currentColor",fillOpacity:"0.5"}):$.jsx("path",{d:"M14.25 7.73375L13.0163 6.5L9 10.5075L4.98375 6.5L3.75 7.73375L9 12.9838L14.25 7.73375Z",fill:"currentColor",fillOpacity:"0.5"})})]})]}),l&&$.jsx(Rs,{feeUSD:i.feeUSD}),$.jsxs(t.Box,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",typography:"body2",color:"text.secondary",flexShrink:0},children:[$.jsx(e.Trans,{id:"CMHmbm",message:"Slippage"}),$.jsx(au,{onlyHover:!0,title:$.jsx(e.Trans,{id:"KAmxpM",message:"Attention: High slippage tolerance will increase the success rate of transaction, but might not get the best quote."}),ml:6})]}),$.jsxs(t.Box,{sx:{typography:"body2"},children:[100*i.slippage,"%"]})]})]})})})}),$.jsx(t.Box,{sx:{pt:0,pb:0,borderStyle:"solid",borderWidth:o.spacing(1,0,0),borderColor:o.palette.border.main},children:$.jsx(t.Accordion,{children:$.jsx(t.AccordionItem,{initialEntered:!0,sx:{"& button.active svg":{transform:"rotate(0)"}},header:$.jsxs(t.Box,{sx:{py:20,display:"flex",alignItems:"center",justifyContent:"space-between",typography:"body2"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",color:"text.primary"},children:[$.jsx(t.Box,{component:oe.DetailBorder,sx:{mr:6,width:18,height:18}}),$.jsx(e.Trans,{id:"QNWt8A",message:"Estimated Time"})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",color:"text.primary",typography:"body2"},children:[i.executionDuration?vs({start:Date.now(),end:Date.now()+1e3*i.executionDuration}):"-",$.jsx(t.Box,{component:oe.CaretUp,sx:{ml:6,width:12,height:12,color:"text.secondary",transform:"rotate(180deg)",transition:"transform 0.2s linear"}})]})]}),children:$.jsx(vd,{route:i,isMobile:!0})})})})]})}function lu({open:i,onClose:o,route:r,bridgeOrderTxRequest:a,clearToAmt:s,clearFromAmt:l,isDialogModal:d}){const c=t.useTheme(),{contractStatus:u}=Ta(),p=Id({route:r,bridgeOrderTxRequest:a});return n.useEffect((()=>{u!==ka.Pending&&o(),u===ka.TxSuccess&&(s(),l())}),[u]),$.jsx(_s,{title:$.jsx(e.Trans,{id:"tKE4Ak",message:"Cross Chain Summary"}),open:i,id:"cross-chain-summary",onClose:()=>{Ba(ka.Initial),o()},modal:d,children:$.jsxs($.Fragment,{children:[r?$.jsxs(t.Box,{sx:{px:16,pb:20,flex:1,overflowY:"auto"},children:[$.jsxs(t.Box,{sx:{display:"grid",gridTemplateColumns:"36% 28% 36%",py:20,borderStyle:"solid",borderWidth:c.spacing(1,0,0),borderColor:c.palette.border.main},children:[$.jsx(Sd,{token:r.fromToken,chainId:r.fromChainId,amount:r.fromAmount}),$.jsx(Ad,{children:$.jsx(t.Box,{sx:{display:"flex",px:3,py:3,backgroundColor:c.palette.background.paperContrast,border:`1px solid ${c.palette.border.main}`,borderRadius:"50%",alignItems:"center",width:24,height:24,overflow:"hidden"},children:$.jsx(Ed,{size:"medium",toolDetails:r.step.toolDetails,nameMarginLeft:8})})}),$.jsx(Sd,{token:r.toToken,chainId:r.toChainId,amount:r.toTokenAmount})]}),$.jsx(su,{route:r})]}):"",$.jsx(t.Box,{sx:{px:16,py:20},children:$.jsx(t.Button,{fullWidth:!0,isLoading:u==ka.Pending,disabled:!r,onClick:()=>{p(),Ba(ka.Pending)},children:u==ka.Pending?$.jsx(e.Trans,{id:"P+K/3O",message:"Confirming"}):$.jsx(e.Trans,{id:"PZqJog",message:"Confirm Cross Chain"})})})]})})}function du({message:n,onClose:i,isDialogModal:o}){return $.jsx(_s,{open:!!n,onClose:i,id:"error-message",modal:o,children:$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{flex:1,textAlign:"center"},children:[$.jsx(t.Box,{component:oe.ErrorWarn,sx:{mt:60,width:64,height:64,color:"error.main"}}),n?$.jsxs(t.Box,{sx:{textAlign:"center",mt:60},children:[$.jsx(t.Box,{children:$.jsx(e.Trans,{id:"kf83Ld",message:"Something went wrong."})}),$.jsx(t.Box,{sx:{color:"text.secondary",mt:12,mx:20,typography:"body2",wordBreak:"break-all",overflow:"auto",height:"300px"},children:n})]}):""]}),$.jsx(t.Box,{sx:{px:16,py:20},children:$.jsx(t.Button,{onClick:i,fullWidth:!0,children:$.jsx(e.Trans,{id:"1QfxQT",message:"Dismiss"})})})]})})}function cu(){const[e,i]=n.useState(!1);return $.jsxs($.Fragment,{children:[$.jsxs(t.ButtonBase,{sx:{mt:16,width:"100%",display:"flex",alignItems:"center",justifyContent:"center",gap:4,typography:"body2",fontWeight:600,color:"text.link","&:hover":{color:"text.primary"}},onClick:()=>i(!0),children:[$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",children:$.jsx("path",{d:"M3.5 16.25V4.25C3.5 3.8375 3.64687 3.48438 3.94063 3.19063C4.23438 2.89687 4.5875 2.75 5 2.75H9.5C9.9125 2.75 10.2656 2.89687 10.5594 3.19063C10.8531 3.48438 11 3.8375 11 4.25V9.5H11.75C12.1625 9.5 12.5156 9.64688 12.8094 9.94063C13.1031 10.2344 13.25 10.5875 13.25 11V14.375C13.25 14.5875 13.3219 14.7656 13.4656 14.9094C13.6094 15.0531 13.7875 15.125 14 15.125C14.2125 15.125 14.3906 15.0531 14.5344 14.9094C14.6781 14.7656 14.75 14.5875 14.75 14.375V8.975C14.6375 9.0375 14.5188 9.07813 14.3938 9.09688C14.2688 9.11563 14.1375 9.125 14 9.125C13.475 9.125 13.0312 8.94375 12.6688 8.58125C12.3063 8.21875 12.125 7.775 12.125 7.25C12.125 6.85 12.2344 6.49063 12.4531 6.17188C12.6719 5.85313 12.9625 5.625 13.325 5.4875L11.75 3.9125L12.5375 3.125L15.3125 5.825C15.5 6.0125 15.6406 6.23125 15.7344 6.48125C15.8281 6.73125 15.875 6.9875 15.875 7.25V14.375C15.875 14.9 15.6938 15.3438 15.3313 15.7063C14.9688 16.0688 14.525 16.25 14 16.25C13.475 16.25 13.0312 16.0688 12.6688 15.7063C12.3063 15.3438 12.125 14.9 12.125 14.375V10.625H11V16.25H3.5ZM5 8H9.5V4.25H5V8ZM14 8C14.2125 8 14.3906 7.92813 14.5344 7.78438C14.6781 7.64062 14.75 7.4625 14.75 7.25C14.75 7.0375 14.6781 6.85938 14.5344 6.71563C14.3906 6.57188 14.2125 6.5 14 6.5C13.7875 6.5 13.6094 6.57188 13.4656 6.71563C13.3219 6.85938 13.25 7.0375 13.25 7.25C13.25 7.4625 13.3219 7.64062 13.4656 7.78438C13.6094 7.92813 13.7875 8 14 8Z",fill:"currentColor"})}),"Gas Refuel>"]}),$.jsx(_s,{open:e,onClose:()=>i(!1),title:"Gas refuel",modal:!0,children:$.jsxs(t.Box,{sx:{maxWidth:540,minHeight:600,px:20,pb:24,display:"flex",flexDirection:"column",alignItems:"center",gap:16},children:[$.jsx(t.Box,{sx:{pt:20,borderTopWidth:1,borderTopStyle:"solid",borderColor:"border.main",typography:"body2",color:"text.secondary"},children:"A solution for gas refueling that allows you to refill your wallet anonymously and gas-free."}),$.jsx(t.Box,{component:"iframe",src:"https://smolrefuel.com/?partner=0x1271CAba4bf23f8Fb31F97448605d65EE302CA51",width:"100%",sx:{borderRadius:12,overflow:"hidden",flex:1,border:"none"}})]})})]})}function uu({open:i,execute:o,onClose:r,toToken:a,fromToken:l,fromAmount:d,toAmount:c,priceImpact:u,clearFromAmt:p,clearToAmt:h,baseFeeAmount:m,curToFiatPrice:x,curFromFiatPrice:g,pricePerFromToken:f,additionalFeeAmount:y,loading:v,slippage:b,isDialogModal:C}){var j,w;const k=t.useTheme(),{contractStatus:T}=Ta(),B=n.useMemo((()=>new s(u).gt(wo)),[u]),[I,E]=n.useState(!1),[A,S]=n.useState(!1);return n.useEffect((()=>{T!==ka.Pending&&r(),T===ka.TxSuccess&&(h(),p())}),[T]),n.useEffect((()=>{E(!1)}),[x]),$.jsx(_s,{open:i,onClose:()=>{Ba(ka.Initial),r()},id:"swap-summary",title:$.jsx(e.Trans,{id:"QR4/RH",message:"Swap summary"}),modal:C,children:$.jsxs(t.Box,{sx:{margin:20,display:"flex",height:"100%",flexDirection:"column",borderTop:`1px solid ${k.palette.border.main}`},children:[$.jsxs(t.Box,{sx:{py:20,display:"flex",typography:"body2",alignItems:"center",justifyContent:"center",flexDirection:"column",borderBottom:`1px solid ${k.palette.border.main}`},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center"},children:[$.jsx(Hs,{width:16,height:16,url:null==l?void 0:l.logoURI,address:null!==(j=null==l?void 0:l.address)&&void 0!==j?j:"",marginRight:6}),$.jsx(t.Box,{children:`${Do({input:d,decimals:null==l?void 0:l.decimals})} ${null==l?void 0:l.symbol}`})]}),$.jsx(t.Box,{sx:{mt:4,typography:"h6",color:k.palette.text.secondary},children:g?`$${No({input:g,showDecimals:1})}`:"-"})]}),$.jsx(t.Box,{sx:{width:16,mx:16},component:oe.DoubleRight}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex"},children:[$.jsx(Hs,{width:16,height:16,marginRight:6,url:null==a?void 0:a.logoURI,address:null!==(w=null==a?void 0:a.address)&&void 0!==w?w:""}),$.jsx(t.LoadingSkeleton,{loading:v,loadingProps:{width:30},children:`${Do({input:c,decimals:null==a?void 0:a.decimals})} ${null==a?void 0:a.symbol}`})]}),$.jsx(t.LoadingSkeleton,{loading:v,loadingProps:{width:30},sx:{typography:"h6",mt:4,color:k.palette.text.secondary},children:x?`$${No({input:x,showDecimals:1})}(${u}%)`:"-"})]})]}),$.jsxs(t.Box,{sx:{mt:12,display:"flex",alignItems:"center",typography:"h6"},children:[`1 ${null==l?void 0:l.symbol} = `,$.jsx(t.LoadingSkeleton,{loading:v,loadingProps:{width:30},children:Do({input:new s(c).dividedBy(new s(d)),decimals:null==a?void 0:a.decimals})})," ",`${null==a?void 0:a.symbol}`]})]}),$.jsxs(t.Box,{sx:{py:15,typography:"body2",borderBottom:`1px solid ${k.palette.border.main}`},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",color:k.palette.text.secondary},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(t.Box,{sx:{width:16,mr:7},component:oe.DetailBorder}),$.jsx(e.Trans,{id:"XeovX3",message:"Swap Detail"})]}),$.jsx(t.Box,{component:t.ButtonBase,children:$.jsx(t.Box,{onClick:()=>S(!A),sx:{width:10,color:"text.secondary",transform:A?"rotateX(0deg)":"rotateX(180deg)"},component:oe.CaretUp})})]}),$.jsxs(t.Box,{sx:{mt:16,display:A?"initial":"none"},children:[$.jsxs(t.Box,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(e.Trans,{id:"93m8jT",message:"Basic Fee"}),$.jsx(au,{title:$.jsx(e.Trans,{id:"8Z29ZO",message:"Estimated service provider fees"}),ml:5})]}),$.jsx(t.LoadingSkeleton,{loading:v,loadingProps:{width:30},children:m?`${Do({input:m,decimals:null==a?void 0:a.decimals})} ${null==a?void 0:a.symbol}`:"0"})]}),$.jsxs(t.Box,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(e.Trans,{id:"J39pAJ",message:"Additional Fee"}),$.jsx(au,{title:$.jsx(e.Trans,{id:"ZXvy7b",message:"Additional routing fees set by the Widget user"}),ml:5})]}),$.jsx(t.LoadingSkeleton,{loading:v,loadingProps:{width:30},children:y?`${Do({input:y,decimals:null==a?void 0:a.decimals})} ${null==a?void 0:a.symbol}`:"0"})]}),$.jsxs(t.Box,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(e.Trans,{id:"T+qgFw",message:"Price Impact"}),$.jsx(au,{title:$.jsx(e.Trans,{id:"4kY4C4",message:"Due to the market condition, market price and estimated price may have a slight difference"}),ml:5})]}),$.jsx(t.Box,{children:`${u}%`})]}),$.jsxs(t.Box,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(e.Trans,{id:"CMHmbm",message:"Slippage"}),$.jsx(au,{title:$.jsx(e.Trans,{id:"GAypnX",message:"High slippage tolerance will increase the success rate of transaction, but might not get the best quote."}),ml:5})]}),$.jsxs(t.Box,{children:[b,"%"]})]})]})]}),$.jsx(t.Box,{sx:{flex:1}}),B&&$.jsxs(t.Box,{sx:{mb:14,display:"flex",cursor:"pointer",justifyContent:"center",alignItems:"center",typography:"h6"},onClick:()=>E(!I),children:[$.jsx(t.Box,{sx:{mr:4,width:18,height:18,alignItems:"center"},children:I?$.jsx(t.Box,{sx:{width:"100%",height:"100%",borderRadius:4,display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:"secondary.main"},children:$.jsx(t.Box,{component:oe.Done,sx:{width:14,color:"secondary.contrastText"}})}):$.jsx(t.Box,{sx:{width:"100%",height:"100%",borderRadius:4,border:`1px solid ${k.palette.text.secondary}`}})}),$.jsx(t.Box,{children:$.jsx(e.Trans,{components:{0:$.jsx(t.Box,{component:"span",sx:{color:"error.main"}})},values:{priceImpact:u},id:"Price impact reaches <0>{priceImpact}</0>%, accept the quote"})})]}),$.jsx(t.Button,{isLoading:T==ka.Pending,disabled:B&&!I,fullWidth:!0,onClick:()=>{o(),Ba(ka.Pending)},children:T==ka.Pending?$.jsx(e.Trans,{id:"P+K/3O",message:"Confirming"}):$.jsx(e.Trans,{id:"lQ6r7x",message:"Confirm swap"})})]})})}function pu(e){var{sx:n,maxVal:i,decimals:o=2,onInputChange:r}=e,a=F(e,["sx","maxVal","decimals","onInputChange"]);return $.jsx(t.Input,{...a,onChange:e=>{const t=0===e.target.value.length?null:Vo(e.target.value,o),n=i&&t&&new s.BigNumber(t).gt(i)?i.toString():t;r&&r(n)}})}function hu({open:i,onClose:o,isBridge:r,isDialogModal:a}){const s=t.useTheme(),{slippage:l}=Ta(),d=n.useMemo((()=>Number(l)>=To),[l]),{defaultSlippage:c}=os(r);return $.jsx(_s,{open:i,onClose:o,id:"swap-settings",title:$.jsx(e.Trans,{id:"Tz0i8g",message:"Settings"}),modal:a,children:$.jsx(t.Box,{sx:{mx:20},children:$.jsxs(t.Box,{sx:{py:20,borderTop:`1px solid ${s.palette.border.main}`},children:[$.jsxs(t.Box,{sx:{mb:16,display:"flex",alignItems:"center"},children:[$.jsx(e.Trans,{id:"lqTDfd",message:"Slippage Tolerance"}),$.jsx(au,{title:$.jsx(e.Trans,{id:"KAmxpM",message:"Attention: High slippage tolerance will increase the success rate of transaction, but might not get the best quote."}),ml:7})]}),$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column"},children:[$.jsx(pu,{fullWidth:!0,maxVal:100,value:null!=l?l:"",placeholder:c.toString(),onInputChange:e=>{!function(e,t){null===t?localStorage.removeItem(e?Co:bo):localStorage.setItem(e?Co:bo,String(t))}(!!r,e),Ea(e)},suffix:$.jsx(t.Box,{sx:{color:"text.disabled"},children:"%"}),height:36,sx:{mt:12}}),d&&$.jsx(t.Box,{sx:{typography:"h6",mt:6,color:"error.main"},children:$.jsx(e.Trans,{id:"Zm56FI",message:"Maximum slippage do not exceed 50%"})})]})]})})})}const mu="position-y-dot";function xu(){return $.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},children:[$.jsx(t.Skeleton,{width:"100%",height:12}),$.jsx(t.Skeleton,{width:"100%",height:12})]})}function gu({data:e,loading:i}){var o,r;const a=t.useTheme(),s=a.palette.primary.main,l=n.useRef(null),d=e.length;return $.jsx(t.Box,{sx:{height:105,flex:1,[`& .${mu}`]:{}},ref:l,children:i?$.jsx(xu,{}):$.jsx(t.Box,{component:T.ResponsiveContainer,sx:{typography:"h6","& .recharts-cartesian-axis text":{fill:a.palette.background.paperContrast}},children:$.jsxs(T.AreaChart,{data:e,margin:{top:0,right:0,left:0,bottom:0},children:[$.jsx(T.XAxis,{dataKey:"forecastSlippage",axisLine:!1,tickLine:!1,interval:"preserveStartEnd",tickFormatter:e=>Ko({input:e}),type:"number",domain:[d&&null!==(o=e[0].forecastSlippage)&&void 0!==o?o:0,d&&null!==(r=e[d-1].forecastSlippage)&&void 0!==r?r:"auto"]}),$.jsx(T.YAxis,{dataKey:"confidenceRatio",axisLine:!1,tickLine:!1,hide:!0}),$.jsx("defs",{children:$.jsxs("linearGradient",{id:"count-linear",x1:"0",y1:"0",x2:"0",y2:"1",children:[$.jsx("stop",{offset:"0",stopColor:s,stopOpacity:.3}),$.jsx("stop",{offset:"100%",stopColor:s,stopOpacity:0})]})}),$.jsx(T.Area,{type:"monotone",dataKey:"confidenceRatio",stroke:s,strokeWidth:2,fill:"url(#count-linear)"}),e.map((e=>$.jsx(T.ReferenceDot,{x:e.forecastSlippage,y:e.confidenceRatio,r:1,fill:a.palette.text.primary,stroke:"none",className:mu},e.confidenceRatio)))]})})})}var fu=n.memo(gu);const yu=t.styled(t.Slider)((({theme:e})=>({height:2,padding:"15px 0",margin:0,"& .base-Slider-valueLabel":{fontSize:12,fontWeight:"normal",top:-6,backgroundColor:"unset",color:e.palette.text.primary,"&:before":{display:"none"},"& *":{background:"transparent",color:e.palette.text.primary}},"& .base-Slider-track":{display:"none"},"& .base-Slider-rail":{backgroundColor:e.palette.text.disabled,height:1,opacity:1},"& .base-Slider-mark":{display:"none",opacity:1,backgroundColor:e.palette.success.main,height:6,width:4,borderRadius:4},"& .base-Slider-markLabel":{display:"none",fontSize:"12px",lineHeight:"17px"}})));function vu(i){var{hidden:o,sx:r,value:a,color:s,min:l,max:d,formatValue:c,getSliderYPosition:u}=i,p=F(i,["hidden","sx","value","color","min","max","formatValue","getSliderYPosition"]);const{children:h}=p,m=F(p,["children"]),{isMobile:x}=t.useDevices(),g=n.useRef(null),f=u(a),y=x?4:0,v=f?f-39-y:void 0,b=null!=s?s:"text.primary",C=a===l,j=a===d;return $.jsxs(t.Box,{...m,ref:g,sx:Object.assign({position:"absolute","&&&":{display:o?"none":"block",backgroundColor:"transparent",boxShadow:"none",bottom:8+y,width:"auto",height:"auto",top:"auto",marginLeft:0,transform:"none"}},r),children:[h,$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:2},children:[v?$.jsxs($.Fragment,{children:[$.jsx(t.Box,{sx:{width:16,height:16,borderRadius:"50%",backgroundColor:b,borderStyle:"solid",borderWidth:2,borderColor:"background.paperContrast",flexShrink:1}}),$.jsx(t.Box,{sx:{height:v,width:"0",borderStyle:"dashed",borderWidth:1,borderColor:b}})]}):"",$.jsx(t.Box,{sx:{width:16,height:16,borderRadius:"50%",backgroundColor:b,borderStyle:"solid",borderWidth:2,borderColor:"background.paperContrast",flexShrink:1}}),$.jsxs(t.Box,{sx:Object.assign(Object.assign({typography:"h6",position:"absolute",bottom:-20,color:b,whiteSpace:"nowrap",backgroundColor:"background.paperContrast"},C?{left:0}:{}),j?{right:0}:{}),children:[j?$.jsxs($.Fragment,{children:[$.jsx(t.Box,{component:"span",sx:{color:"success.main"},children:$.jsx(e.Trans,{id:"cOvZFM",message:"Dynamic"})}),$.jsx("span",{children:" • "})]}):"",c(a)]})]})]})}function bu(e){var{hoverValue:n,formatValue:i,getSliderYPosition:o}=e,r=F(e,["hoverValue","formatValue","getSliderYPosition"]);const{isMobile:a}=t.useDevices(),s=a?"primary.main":void 0,l=a?void 0:"primary.main";return $.jsx(yu,{slots:{thumb:e=>{const t=r.value&&"number"==typeof r.value&&(r.min&&r.value<r.min||r.max&&r.value>r.max),d={value:r.value,min:r.min,max:r.max,hidden:!!t,color:s,formatValue:i,getSliderYPosition:o},c=Object.assign(Object.assign({},e),d);if(null!==n&&r.max&&r.min&&r.value!==n){const e=r.max-r.min,t=n-r.min,i=t?t/e*100:0;if(a){const e=!!n&&(!!r.min&&n<r.min||!!r.max&&n>r.max);return $.jsxs($.Fragment,{children:[$.jsx(vu,{...d,value:n,color:l,hidden:e,sx:{left:i+"%"}}),$.jsx(vu,{...c})]})}return $.jsxs($.Fragment,{children:[$.jsx(vu,{...c}),$.jsx(vu,{...d,value:n,hidden:!1,color:l,sx:{left:i+"%"}})]})}return $.jsx(vu,{...c})}},...r})}const Cu=(e,{time:t=100,wrapper:n=document,retryCount:i=50}={})=>new Promise((o=>{n.querySelector(e)?o(!0):setTimeout((()=>N(void 0,void 0,void 0,(function*(){if(n.querySelector(e))o(!0);else if(i){const r=yield Cu(e,{time:t,wrapper:n,retryCount:i-1});o(r)}else o(!1)}))),t)}));function ju({data:i,activeSlippage:o,loading:r,sx:a,handleChangeCustomSlippage:l}){const d=n.useMemo((()=>{var e;return null!==(e=null==i?void 0:i.length)&&void 0!==e?e:0}),[i]),{isMobile:c}=t.useDevices(),[u,p]=n.useState([]),h=n.useRef(null);n.useEffect((()=>{(()=>{N(this,void 0,void 0,(function*(){var e;if(h.current&&d){const t=`.${mu}`;yield Cu(t,{wrapper:h.current});const n=h.current.querySelectorAll(t),{y:i,height:o}=h.current.getBoundingClientRect(),r=null!==(e=null==n?void 0:n.length)&&void 0!==e?e:0,a=[];for(let e=0;e<r;e++){const t=n[e];const r=(t.children[0]?t.children[0].getBoundingClientRect().y:t.getBoundingClientRect().y)-i-.5;a.push(o-r)}p(a)}}))})()}),[d]);const m=(({activeSlippage:e,data:t,yPositions:i})=>{const[o,r]=n.useState(0),a=n.useMemo((()=>1e6),[]),[l,d]=n.useMemo((()=>{var e,n;const i=null==t?void 0:t.length;return i?[new s(null!==(e=t[0].forecastSlippage)&&void 0!==e?e:0).times(null!=a?a:0).dp(0,1).toNumber(),new s(null!==(n=t[i-1].forecastSlippage)&&void 0!==n?n:0).times(null!=a?a:0).dp(0,1).toNumber()]:[0,0]}),[t,a]),c=n.useCallback((e=>{if(void 0===e)return"";const n=new s(e);if((null==t?void 0:t.length)&&a){const e=t.find((e=>{var t;return new s(null!==(t=e.forecastSlippage)&&void 0!==t?t:0).times(a).dp(0,1).isEqualTo(n)}));if(null==e?void 0:e.forecastSlippage)return Ko({input:e.forecastSlippage,showDecimals:4})}return Ko({input:a?n.div(a):n,showDecimals:4})}),[a,t]),u=n.useCallback((e=>{let n=0;return e&&(null==t?void 0:t.length)&&a?(t.some(((o,r)=>{var l,d;const c=null!==(l=o.forecastSlippage)&&void 0!==l?l:0,u=new s(c).times(a).dp(0,1).toNumber();if(e===u)return n=i[r],!0;if(e<u){if(0===r)return n=0,!0;const o=c-(null!==(d=t[r-1].forecastSlippage)&&void 0!==d?d:0),l=i[r]-i[r-1],u=c-new s(e).div(a).toNumber();return n=i[r]-l/o*u,!0}})),n):n}),[i,t,a]),p=n.useCallback((e=>{r(e);const n=new s(e);let i,o=-1;if((null==t?void 0:t.length)&&a){o=t.findIndex((e=>{var t;return new s(null!==(t=e.forecastSlippage)&&void 0!==t?t:0).times(a).dp(0,1).isEqualTo(n)}));const e=-1!==o?t[o]:void 0;i=null==e?void 0:e.forecastSlippage}return i||(i=n.div(null!=a?a:0).toNumber()),i}),[t,a]);return n.useEffect((()=>{if(a&&e){const t=new s(e).times(a).dp(0,1);t.isEqualTo(o)||r(t.toNumber())}}),[e]),{min:l,max:d,value:o,decimalConversion:a,formatValue:c,getSliderYPosition:u,handleChangeValue:p}})({data:i,activeSlippage:o,yPositions:u}),{hoverValue:x,setHoverValue:g}=function(e,{slippageSlider:i}){const{isMobile:o}=t.useDevices(),[r,a]=n.useState(null),l=n.useRef(!1);return n.useEffect((()=>{if(e.current&&i.max){const t=e.current;let{width:n,x:d}=t.getBoundingClientRect();const c=e=>{if(l.current)return;const t=e.pageX-d,o=i.max-i.min,c=new s(t/n*o).integerValue().plus(i.min).toNumber();c!==r&&a(c)},u=()=>{a(null)},p=()=>{l.current=!1},h=()=>{l.current=!0};return o||(t.addEventListener("mousemove",c),t.addEventListener("mouseleave",u),t.addEventListener("mouseup",p),t.addEventListener("mousedown",h)),()=>{o&&(t.removeEventListener("mousemove",c),t.removeEventListener("mouseleave",u),t.removeEventListener("mouseUp",p),t.removeEventListener("mouseDown",h))}}}),[e,o]),{hoverValue:r,setHoverValue:a}}(h,{slippageSlider:m}),{successRate:f,hoverSuccessRate:y}=function({data:e,activeSlippage:t,hoverValue:i,decimalConversion:o}){const r=n.useMemo((()=>{var n,i;let o="-";if(t&&(null==e?void 0:e.length)){const r=e.some(((n,i)=>{var r,a,s,l,d,c;const u=null!==(r=n.forecastSlippage)&&void 0!==r?r:0;if(t===u)return o=Ko({input:null!==(a=null==n?void 0:n.confidenceRatio)&&void 0!==a?a:0}),!0;if(t<u){if(0===i)o=`< ${Ko({input:null!==(s=null==n?void 0:n.confidenceRatio)&&void 0!==s?s:0})}`;else{const t=Ko({input:null!==(d=null===(l=e[i-1])||void 0===l?void 0:l.confidenceRatio)&&void 0!==d?d:0}),r=Ko({input:null!==(c=null==n?void 0:n.confidenceRatio)&&void 0!==c?c:0});o=`${t} - ${r}`}return!0}return!1}));r||(o=`> ${Ko({input:null!==(i=null===(n=e[e.length-1])||void 0===n?void 0:n.confidenceRatio)&&void 0!==i?i:0})}`)}return o}),[e,t]),a=n.useMemo((()=>{var t,n;let r="";if(i&&(null==e?void 0:e.length)&&o){const a=e.some(((t,n)=>{var a,l,d,c,u,p;const h=null!==(a=t.forecastSlippage)&&void 0!==a?a:0,m=new s(h).times(o).dp(0,1).toNumber();if(i===m)return r=Ko({input:null!==(l=null==t?void 0:t.confidenceRatio)&&void 0!==l?l:0}),!0;if(i<m){if(0===n)r=`< ${Ko({input:null!==(d=null==t?void 0:t.confidenceRatio)&&void 0!==d?d:0})}`;else{const i=Ko({input:null!==(u=null===(c=e[n-1])||void 0===c?void 0:c.confidenceRatio)&&void 0!==u?u:0}),o=Ko({input:null!==(p=null==t?void 0:t.confidenceRatio)&&void 0!==p?p:0});r=`${i} - ${o}`}return!0}return!1}));a||(r=`> ${Ko({input:null!==(n=null===(t=e[e.length-1])||void 0===t?void 0:t.confidenceRatio)&&void 0!==n?n:0})}`)}return r}),[i,o,e]);return{successRate:r,hoverSuccessRate:a}}({data:i,activeSlippage:o,hoverValue:x,decimalConversion:m.decimalConversion});return i?$.jsxs(t.Box,{sx:Object.assign({p:12,pb:28,borderRadius:12,backgroundColor:"background.paperContrast"},a),children:[$.jsxs($.Fragment,{children:[$.jsx(t.Box,{sx:{typography:"h6",fontWeight:600,color:"text.secondary"},children:$.jsx(e.Trans,{id:"88dol0",message:"Success Rate"})}),$.jsx(t.LoadingSkeleton,{loading:r,loadingProps:{width:100},sx:{mt:4,typography:"caption",color:y?"primary.main":"text.primary"},children:y||f})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"flex-end",pr:4},children:[$.jsx(t.Box,{sx:{pb:8,mr:16,typography:"h6",fontWeight:600},children:$.jsx(e.Trans,{id:"CMHmbm",message:"Slippage"})}),$.jsxs(t.Box,{sx:{flex:1},ref:h,children:[$.jsx(fu,{data:i,loading:r}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",color:"text.secondary"},children:!r&&d?$.jsx(bu,{value:c?x||-1:m.value,min:m.min,max:m.max,disabled:!c,marks:[{value:m.max,label:m.max}],formatValue:m.formatValue,getSliderYPosition:m.getSliderYPosition,hoverValue:c?m.value:x,onChange:(e,t)=>{if("number"==typeof t){if(c)return void g(t);const e=m.handleChangeValue(t);l(e)}},onChangeCommitted:()=>{g(null)}}):""})]})]})]}):null}var wu,ku=n.memo(ju);function Tu({title:i,desc:o,doNotChecked:r,onChangeDoNotChecked:a}){const s=t.useTheme();if(n.useMemo((()=>r),[]))return null;const l=s.palette.warning.main;return $.jsxs(t.Box,{sx:{backgroundColor:t.alpha(l,.1),borderRadius:8,padding:12},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:8,typography:"body2",color:l,fontWeight:700},children:[$.jsx(oe.Warn,{}),i]}),$.jsx(t.Box,{sx:{mt:8,typography:"body2",fontWeight:500,color:s.palette.text.secondary,textAlign:"center"},children:o}),!!a&&$.jsxs(t.Box,{sx:{width:"100%",mt:20,color:s.palette.text.secondary,typography:"h6",fontWeight:500,display:"flex",alignItems:"center",justifyContent:"center",gap:8,cursor:"pointer"},component:"label",children:[$.jsx(t.Checkbox,{checked:r,size:16,onChange:e=>{const{checked:t}=e.target;a(t)}}),$.jsx(e.Trans,{id:"3WdxUv",message:"Do not remind again"})]})]})}function Bu({fromToken:i,toToken:r}){var a,l;const d=t.useTheme(),{slippageAdvanced:c,notRemindAgainSlippageHigher:u,notRemindAgainSlippageLower:p}=ts(),{customSlippage:h,customSlippageNum:m,handleSlippageChange:x,forecastSlippage:g,forecastSlippageQuery:f,recommendSlippage:y}=ls({fromToken:i,toToken:r}),v=!!g,[b,C]=n.useState(!1),[j,w]=n.useState();!j&&i&&r&&w(h?wu.custom:wu.recommend);const k=j===wu.custom,T=n.useRef(null),B=n.useMemo((()=>j===wu.custom?m?new s(m).div(100).toNumber():void 0:new s(y).div(100).toNumber()),[j,y,m]),I=n.useCallback((e=>{k||w(wu.custom),x({slippage:new s(e).times(100).toString(),disabled:!1,deleted:!1,recommend:String(y)})}),[k,y,x]);return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{mt:24,display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",fontWeight:600},children:[$.jsx(e.Trans,{id:"x6GJ4a",message:"Max Slippage"}),$.jsx(t.QuestionTooltip,{title:$.jsxs($.Fragment,{children:[$.jsx(e.Trans,{id:"qoii6e",message:"The dynamic slippage is provided by ZUNO team through analyzing historical transactions."}),$.jsx("br",{}),$.jsxs(t.Box,{component:"a",href:o.i18n._({id:"zABfk1",message:"https://blog.dodoex.io/introducing-the-dodo-smart-slippage-3d32d13a4fef"}),target:"_blank",rel:"noopener noreferrer",sx:{color:"primary.main",textDecoration:"underline"},onClick:e=>{e.stopPropagation()},children:[$.jsx(e.Trans,{id:"NgeSlx",message:"Learn More"}),">"]})]}),ml:7})]}),f.isLoading||(null===(a=f.slippageData.slippageList)||void 0===a?void 0:a.length)?$.jsxs(t.LoadingSkeleton,{loading:f.isLoading,loadingProps:{width:100},component:"label",sx:{display:"flex",alignItems:"center",gap:8,typography:"body2",cursor:"pointer",color:"text.secondary"},children:[$.jsx(e.Trans,{id:"sxkWRg",message:"Advanced"}),$.jsx(t.Checkbox,{sx:{top:-1},size:16,checked:c,onChange:e=>{const{checked:t}=e.target;ts.setState({slippageAdvanced:t})}})]}):""]}),!!j&&$.jsxs(t.Tabs,{value:j,onChange:(e,t)=>{w(t),t===wu.custom&&C(!0)},children:[$.jsxs(t.TabListButton,{variant:"inPaper",sx:{mt:16,'&:not(:hover) [aria-selected="true"] .weak':{color:t.alpha(d.palette.secondary.contrastText,.5)}},children:[$.jsx(t.TabButton,{value:wu.recommend,variant:"inPaper",sx:{position:"relative"},children:$.jsxs($.Fragment,{children:[$.jsx(t.Box,{component:"span",sx:{position:"absolute",top:4,left:4,ml:4,typography:"h6",fontWeight:600,padding:d.spacing(0,8),borderRadius:4,backgroundColor:k?t.alpha(d.palette.purple.main,.1):"#FFF"},children:$.jsx(t.Box,{component:"span",sx:{background:k?`linear-gradient(90deg, ${d.palette.purple.main} -1.33%, ${"dark"===d.palette.mode?"#E6D9FF":"#BFAFF3"} 98.67%)`:`linear-gradient(90deg, ${d.palette.purple.main} -1.33%, #BFAFF3 98.67%)`,backgroundClip:"text",WebkitBackgroundClip:"text",WebkitTextFillColor:"transparent"},children:"New"})}),$.jsxs(t.Box,{sx:{textAlign:"center"},children:[v?$.jsxs(t.Box,{sx:{flexGrow:1,typography:"body2",fontWeight:600},children:[y.toString()||"-","%"]}):$.jsx(t.Tooltip,{title:$.jsx(e.Trans,{id:"wSpNR+",message:"This trading pair does not have enough historical data and has used the default dynamic slippage."}),sx:{ml:0,maxWidth:240},children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center",typography:"body2",fontWeight:600,color:d.palette.warning.main,gap:4},children:[$.jsx(t.Box,{component:oe.Alarm,sx:{position:"relative",top:-2,width:18,height:18}}),$.jsxs("span",{children:[y.toString()||"-","%"]})]})}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:600},className:"weak",children:$.jsx(e.Trans,{id:"cOvZFM",message:"Dynamic"})})]})]})}),$.jsx(t.TabButton,{value:wu.custom,variant:"inPaper",sx:{position:"relative",p:0},children:$.jsxs(t.Box,{sx:{px:16,py:12,typography:"body2",fontWeight:600,textAlign:"center"},onClick:()=>{setTimeout((()=>{C(!0)}))},children:[b?$.jsx(t.Input,{ref:T,placeholder:"-",sx:{backgroundColor:"transparent",borderWidth:0,"& input":{textAlign:"center",typography:"body2",p:0,boxSizing:"border-box",height:19,color:k?d.palette.secondary.contrastText:d.palette.text.secondary,"&::placeholder":{color:"custom.input.placeholder",opacity:1}}},inputMode:"decimal",value:h||"",autoFocus:!0,onChange:e=>{const t=e.target.value;x({slippage:t,disabled:!1,recommend:String(y)})},onBlur:()=>{setTimeout((()=>{if(C(!1),!m)return void w(wu.recommend);const e=!m||m<0;e&&h&&x({slippage:h,disabled:e,deleted:e,recommend:String(y)})}),10)},onKeyDown:e=>{var t;"Enter"===e.code&&(e.preventDefault(),null===(t=T.current)||void 0===t||t.blur())}}):$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:4,color:h&&k?d.palette.warning.main:void 0},children:[h&&$.jsx(t.Box,{component:oe.Alarm,sx:{position:"relative",top:-2,width:18,height:18}}),h||"-","%"]}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center",typography:"h6",fontWeight:600},className:"weak",children:$.jsx(e.Trans,{id:"8Tg/JR",message:"Custom"})})]})})]}),$.jsx(t.TabPanel,{value:wu.recommend,children:(null===(l=f.slippageData.slippageList)||void 0===l?void 0:l.length)&&c?$.jsx(ku,{data:f.slippageData.slippageList,activeSlippage:B,loading:f.isLoading,handleChangeCustomSlippage:I,sx:{mt:8}}):""}),$.jsxs(t.TabPanel,{value:wu.custom,children:[$.jsx(t.Box,{sx:{mt:8}}),m>y&&$.jsx(Tu,{title:o.i18n._({id:"8XNsbx",message:"Higher than dynamic slippage"}),desc:o.i18n._({id:"iLj1a9",message:"Dynamic slippage is {recommendSlippage}%,the current slippage setting is higher than the dynamic slippage, which means you are willing to accept a worse final execution price.",values:{recommendSlippage:y}}),doNotChecked:u,onChangeDoNotChecked:e=>ts.setState({notRemindAgainSlippageHigher:e})}),!!m&&m<y&&$.jsx(Tu,{title:o.i18n._({id:"TTlkRL",message:"Lower than dynamic slippage"}),desc:o.i18n._({id:"yq+Q9s",message:"Dynamic slippage is {recommendSlippage}% , the current slippage setting may increase the failure rate of transactions.",values:{recommendSlippage:y}}),doNotChecked:p,onChangeDoNotChecked:e=>ts.setState({notRemindAgainSlippageLower:e})})]})]})]})}function Iu({checked:n,onChange:i,sx:o,disabled:r}){const a=t.useTheme();let s=a.palette.background.tag;return n&&(s=a.palette.secondary.main),$.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",position:"relative",borderRadius:8,backgroundColor:a.palette.background.input,opacity:r?.5:1},o),component:t.ButtonBase,disabled:r,onClick:()=>{r||i(!n)},children:[$.jsx(t.Box,{sx:{typography:"body2",fontWeight:600,pl:12,pr:13,pt:8,pb:9,width:"50%",zIndex:1,color:a.palette.text.primary,whiteSpace:"nowrap"},children:$.jsx(e.Trans,{id:"az8lvo",message:"Off"})}),$.jsx(t.Box,{sx:{typography:"body2",fontWeight:600,pl:12,pr:13,pt:8,pb:9,width:"50%",zIndex:1,color:n?a.palette.secondary.contrastText:a.palette.text.primary,whiteSpace:"nowrap"},children:$.jsx(e.Trans,{id:"Z5HWHd",message:"On"})}),$.jsx(t.Box,{sx:{borderRadius:6,backgroundColor:s,zIndex:0,position:"absolute",top:2,bottom:2,width:"calc(50% - 2px - 2px)",left:n?"calc(50% + 2px)":"2px",transition:"left 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms"}})]})}function Eu({show:n,onClick:i}){const o=t.useTheme();return $.jsxs(t.HoverOpacity,{weak:!0,sx:{display:n?"flex":"none",alignItems:"center",position:"absolute",bottom:28,left:"50%",transform:"translateX(-50%)",p:o.spacing(8,20),fontWeight:600,borderRadius:20,border:`solid 1px ${o.palette.border.main}`,backgroundColor:"background.paperContrast",boxShadow:`0px 8px 16px 0px ${t.alpha("light"===o.palette.mode?"#FFF":"#000",.1)}`,cursor:"pointer",whiteSpace:"nowrap",gap:4},onClick:i,children:[$.jsx(e.Trans,{id:"F8yRdq",message:"More trade settings"}),$.jsx(t.Box,{component:"svg",width:25,height:24,viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",sx:{color:"text.secondary"},children:$.jsx("path",{d:"M12.5 19L6.5 13L7.9 11.6L12.5 16.175L17.1 11.6L18.5 13L12.5 19ZM12.5 13L6.5 6.99998L7.9 5.59998L12.5 10.175L17.1 5.59998L18.5 6.99998L12.5 13Z",fill:"currentColor"})})]})}function Au({selected:e,name:n,logo:i,onClick:o}){const r=t.useTheme();return $.jsxs(t.Box,{component:t.ButtonBase,onClick:o,sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:20,py:19,mt:16,mx:8,width:"calc(33.33% - 8px - 8px)",borderRadius:8,backgroundColor:r.palette.background.paperContrast,borderColor:e?r.palette.secondary.main:r.palette.background.paperContrast,borderWidth:1,borderStyle:"solid","&:hover":{borderColor:r.palette.secondary.main},position:"relative",overflow:"hidden"},children:[$.jsx("img",{src:i,alt:n,style:{height:40,width:40}}),$.jsx(t.Box,{sx:{color:r.palette.text.primary,typography:"body2",fontWeight:600},children:n}),e&&$.jsx(t.Box,{sx:{right:0,top:0,position:"absolute",width:32,height:24,display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:r.palette.secondary.main,borderRadius:"0px 0px 0px 8px"},children:$.jsx("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{d:"M11.8709 3.16663L5.03682 10.0007L2.35089 7.32514L0.888672 8.78737L5.03682 12.9355L13.3331 4.63922L11.8709 3.16663Z",fill:r.palette.secondary.contrastText})})})]})}function Su({privacySwapSupplierEndpoints:e,endpointStatusMap:i,refetchEndpointStatus:o,setIsSelectSupplierMode:r}){var a,s;const l=t.useTheme(),[d,c]=n.useState(null!==(s=null===(a=null==e?void 0:e[0])||void 0===a?void 0:a.key)&&void 0!==s?s:null),[u,p]=n.useState(i);u!==i&&(p(i),Array.from(i.entries()).forEach((([e,t])=>{t&&c(e)})));const h=d?null==e?void 0:e.find((e=>e.key===d)):void 0,m=!d||i.get(d),x=n.useCallback((()=>{o(),r(!1)}),[o,r]),{switchTo:g}=function({chainId:e,successCallback:t,selectedSupplier:i}){return{switchTo:n.useCallback((()=>N(this,void 0,void 0,(function*(){if(i)try{yield window.ethereum.request({method:"wallet_addEthereumChain",params:[i.addChainParameters]}),t()}catch(e){console.error(e)}}))),[i,t])}}({successCallback:x,selectedSupplier:h});return $.jsxs(t.Box,{sx:{display:"flex",alignItems:"stretch",flexDirection:"column",minHeight:"100%"},children:[$.jsx(t.Box,{sx:{mt:20,pt:12,display:"flex",alignItems:"flex-start",flexWrap:"wrap",mx:-8},children:null==e?void 0:e.map(((e,t)=>{const n=d===e.key;return $.jsx(Au,{selected:n,name:e.name,logo:e.logo,onClick:()=>c(e.key)},t)}))}),$.jsx(t.Box,{sx:{mt:24,width:"100%",height:"1px",flexShrink:0,flexGrow:0,backgroundColor:l.palette.border.main}}),$.jsxs(t.Box,{sx:{mt:24,mb:24,typography:"body2",fontWeight:500,color:l.palette.text.secondary},children:[$.jsx(t.Box,{children:"*Choose your privacy transaction server. Later, a new network will be added to your wallet, and transactions submitted under this network can only be seen by the privacy transaction server. The server will protect you from the impact of MEV. You can also disable the privacy transaction by switching back to the original network."}),h&&$.jsx(t.Box,{sx:{color:l.palette.primary.main},component:"a",href:null==h?void 0:h.docUrl,target:"_blank",rel:"noopener noreferrer",children:"Learn more>"})]}),$.jsx(t.Button,{size:t.Button.Size.big,variant:t.Button.Variant.contained,fullWidth:!0,sx:{marginTop:"auto",flexShrink:0,flexGrow:0},disabled:m,onClick:g,children:"Enable Privacy Swap"}),$.jsx(t.Box,{sx:{height:28,width:"100%"}})]})}function Lu({open:o,onClose:r,fromToken:a,toToken:s,privacySwapEnableAble:l,privacySwapEnable:d,privacySwapSupplierEndpoints:c,endpointStatusMap:u,refetchEndpointStatus:p,isDialogModal:h}){const m=t.useTheme(),{ddl:x,expertMode:g,disableIndirectRouting:f}=ts(),[y,v]=n.useState(!1),b=n.useRef(null),[C,j]=n.useState(!1);return n.useEffect((()=>{const e=b.current,t=new ResizeObserver((()=>{e&&j(e.scrollHeight!==e.offsetHeight)})),n=i.throttle((()=>{if(!e)return;const t=e.scrollTop+e.clientHeight<e.scrollHeight-2;j(t)}),50);return e&&(j(e.scrollHeight!==e.clientHeight),t.observe(e),e.addEventListener("scroll",n)),()=>{e&&(t.unobserve(e),e.removeEventListener("scroll",n))}}),[null==b?void 0:b.current]),$.jsx(_s,{open:o,onClose:y?()=>v(!1):r,id:"swap-settings",title:y?"Select A Supplier":$.jsx(e.Trans,{id:"Tz0i8g",message:"Settings"}),modal:h,children:$.jsx(t.Box,{sx:{px:20,pb:34,overflowY:"auto"},ref:b,children:y?$.jsx(Su,{privacySwapSupplierEndpoints:c,endpointStatusMap:u,refetchEndpointStatus:p,setIsSelectSupplierMode:v,privacySwapEnable:d,privacySwapEnableAble:l}):$.jsxs($.Fragment,{children:[$.jsx(Bu,{fromToken:a,toToken:s}),$.jsxs(t.Box,{sx:{mt:24,pt:14,borderTop:`solid 1px ${m.palette.border.main}`},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",fontWeight:600},children:[$.jsx(e.Trans,{id:"zSMRJ/",message:"Transaction Deadline"}),$.jsx(au,{title:$.jsx(e.Trans,{id:"wmCrk7",message:"You may modify the transaction deadline, the maximum time allowed for a trade to be processed on-chain. However, please note that this may lead to your trade executing at a subpar price, as the market price may change during that time."}),ml:7})]}),$.jsxs(t.Box,{sx:{mt:16,display:"flex",alignItems:"center",gap:8,typography:"body2"},children:[$.jsx(t.Input,{sx:{width:80,height:34,lineHeight:1,typography:"body2","& input":{px:16,py:6}},placeholder:String(Bo),value:x,onChange:e=>{ts.setState({ddl:e.target.value})}}),$.jsx(e.Trans,{id:"H9HlDe",message:"minutes"})]})]}),$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:12,mt:24,pt:14,borderTop:`solid 1px ${m.palette.border.main}`},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(t.Box,{sx:{fontWeight:600},children:[$.jsx(e.Trans,{id:"MXQodB",message:"Disable Indirect Routing"}),$.jsx(au,{title:$.jsx(e.Trans,{id:"Y0Knz4",message:"Checking this option means that the routing algorithm will only route to liquidity pools between the two tokens in the trading pair and will ignore routes with any intermediary tokens."}),ml:7})]}),$.jsx(Iu,{checked:f,onChange:e=>{ts.setState({disableIndirectRouting:e})}})]}),l&&$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(t.Box,{sx:{fontWeight:600},children:[$.jsx(e.Trans,{id:"U1Bq/+",message:"Privacy Swap"}),$.jsx(au,{title:$.jsx(e.Trans,{id:"fsEEap",message:"Privacy Swap can effectively protect users from sandwich attacks that could come about due to the differences between the slippage settings and the current price in the liquidity pool. This feature is free for a limited time."}),ml:7})]}),$.jsx(Iu,{checked:d,disabled:d,onChange:e=>{e&&v(!0)}})]})]}),$.jsx(Eu,{show:C,onClick:()=>{var e,t;null===(e=b.current)||void 0===e||e.scrollTo({top:null===(t=b.current)||void 0===t?void 0:t.scrollHeight,behavior:"smooth"})}})]})})})}function Ru({onClick:e,disabled:n,plus:i}){const o=t.useTheme(),r=n||i||!e;return $.jsx(t.Box,{sx:{width:"100%",position:"relative"},children:$.jsx(t.Box,{component:t.ButtonBase,sx:Object.assign({width:44,height:44,borderRadius:"50%",backgroundColor:o.palette.background.paper,border:"4px solid #E4E1D4",display:"flex",alignItems:"center",justifyContent:"center",position:"absolute",left:"50%",top:"50%",transform:"translate(-50%, -50%) rotate(-90deg)",color:"text.secondary"},r?{cursor:"inherit"}:{"&:hover":{color:"text.primary"},"&:focus-visible":{"&::before":{content:'""',position:"absolute",display:"block",left:"50%",top:"50%",transform:"translate(-50%, -50%)",borderRadius:"50%",width:36,height:36,border:"solid 1px",borderColor:"text.secondary"}}}),disabled:r,onClick:()=>{r||e&&e()},children:i?$.jsx(t.Box,{component:oe.Plus,sx:{width:24,height:24}}):$.jsx(t.Box,{component:oe.ArrowBack,sx:{width:24,height:24}})})})}!function(e){e.recommend="recommend",e.custom="custom"}(wu||(wu={}));const Ou=()=>{const{requests:e,updateText:t}=za(),i=n.useMemo((()=>{let t={};return null==e||e.forEach((([e,n])=>{var i,o;if((n===Ma.Running||n===Ma.Success)&&(null===(i=e.metadata)||void 0===i?void 0:i.logBalance)&&(!e.doneTime||Math.ceil(Date.now()/1e3)-e.doneTime<300)){const n=null===(o=e.metadata)||void 0===o?void 0:o.logBalance;t=Object.assign(Object.assign({},t),n)}})),t}),[e&&Array.from(e)]),o=n.useMemo((()=>{let t={};return null==e||e.forEach((([e,n])=>{var i,o;if(n===Ma.Success&&(null===(i=e.metadata)||void 0===i?void 0:i.logBalance)&&e.doneTime&&Math.ceil(Date.now()/1e3)-e.doneTime<300){const n=null===(o=e.metadata)||void 0===o?void 0:o.logBalance;t=Object.assign(Object.assign({},t),n)}})),t}),[e&&Array.from(e)]),r=n.useCallback(((e,n,i)=>{const o=e[n];if(!o)return!1;return!!(s.isBigNumber(i)?i:new s(i)).isEqualTo(o)||(t((e=>{var t;const i=Object.assign({},e.metadata);return(null===(t=null==i?void 0:i.logBalance)||void 0===t?void 0:t[n])?(delete i.logBalance[n],Object.keys(i.logBalance).length||delete i.logBalance,{brief:e.brief,spec:e.spec,metadata:i}):null})),!1)}),[t]),a=n.useCallback(((e,t)=>r(i,e,t)),[i,r]),l=n.useCallback(((e,t)=>r(o,e,t)),[o,r]);return{balanceData:i,balanceDataDone:o,isTokenLoading:a,isTokenLoadingDone:l}};function Mu({onClick:n,balance:i,decimals:o,address:r,showMaxBtn:a,canClickBalance:s,loading:l,balanceText:d}){const{palette:c}=t.useTheme(),u=s&&(null==i?void 0:i.gt(0))&&n;return $.jsxs(t.Box,{sx:Object.assign({typography:"body2",alignItems:"center",color:c.text.secondary,wordBreak:"break-word",textAlign:"right"},u?{"&:hover":{color:c.text.primary,cursor:"pointer"}}:{}),onClick:u?()=>n(i?i.toString():""):void 0,children:[null!=d?d:$.jsx(e.Trans,{id:"0QDjxt",message:"Balance:"})," ",l?$.jsx(t.RotatingIcon,{sx:{position:"relative",top:-2,verticalAlign:"middle"}}):$.jsxs($.Fragment,{children:[r?Do({input:i,decimals:Math.min(o||4,4)}):"-",a&&i&&i.gt(0)&&n&&$.jsx(t.Box,{component:t.ButtonBase,sx:{ml:6,color:(null==i?void 0:i.gt(0))?c.primary.main:c.text.disabled,cursor:r?"pointer":"unset",typography:"body2"},onClick:()=>n&&n(i?i.toString():""),children:$.jsx(e.Trans,{id:"CK1KXz",message:"Max"})})]})]})}const Pu=n.forwardRef((function({readOnly:e,sx:i,value:o,decimals:r,onChange:a,suffix:s,suffixGap:l=0,withClear:d,onFocus:c,placeholder:u,readonlyShowSuffix:p,typography:h},m){const x=t.useTheme(),g=n.useMemo((()=>s||(d&&o&&a?$.jsx(t.Box,{component:t.ButtonBase,sx:{ml:5,width:18,height:18,borderRadius:"50%",backgroundColor:"border.main",display:"flex",justifyContent:"center",alignItems:"center",flexShrink:0,color:"text.secondary","&:focus-visible":{border:"solid 1px",borderColor:"text.primary"}},onClick:()=>{a&&a("")},children:$.jsx(t.Box,{component:oe.Error,sx:{width:12}})}):void 0)),[a,s,x.palette.text.primary,o,d]);return $.jsx(t.Input,{fullWidth:!0,value:o,readOnly:e,placeholder:u||"0.00",onFocus:c,onChange:e=>{const t=e.target.value,n=0===t.length?"":Vo(t,r);a&&a(n)},"data-testid":"number-input-wrapper",suffix:(!e||p)&&g,suffixGap:l,ref:m,sx:Object.assign({border:"none","& input":{fontSize:24,typography:h,border:"none",outline:"none",padding:0,color:"text.primary","&::placeholder":{fontSize:24,typography:h,color:"text.disabled"}}},i)})}));function _u({token:n,onClick:i,showChainLogo:o,readonly:r,showChainName:a}){var s,l;const d=t.useTheme(),c=(null==n?void 0:n.chainId)?xo.get(n.chainId):null,u=a&&!!c;return $.jsxs(t.Box,{component:t.ButtonBase,sx:{display:"flex",alignItems:"center",gap:8,color:d.palette.text.primary,typography:u?"body2":"body1",fontWeight:600,"&:focus-visible":{opacity:.5}},onClick:e=>{r||i&&i(e)},"data-testid":So,children:[!!(null==n?void 0:n.address)&&$.jsx(Hs,{url:null==n?void 0:n.logoURI,address:null!==(s=null==n?void 0:n.address)&&void 0!==s?s:"",chainId:null==n?void 0:n.chainId,noShowChain:!o,width:32,height:32,chainSize:16,logoOffset:6,marginRight:0}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[(null==n?void 0:n.address)?$.jsx($.Fragment,{children:$.jsx(t.Box,{children:null!==(l=null==n?void 0:n.symbol)&&void 0!==l?l:"-"})}):$.jsx(e.Trans,{id:"sIPJGT",message:"SELECT TOKEN"}),!r&&$.jsx("svg",{width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 11.75L12 7.25H6L9 11.75Z",fill:"currentColor"})})]}),!!u&&$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",typography:"h6",color:"text.secondary"},children:[c.name,$.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{d:"M5.6036 4.12761C5.50037 4.20906 5.3708 4.24967 5.23958 4.24169C5.10836 4.23372 4.98466 4.17773 4.89203 4.08438C4.7994 3.99103 4.74433 3.86685 4.7373 3.73549C4.73026 3.60413 4.77177 3.47477 4.8539 3.37205L5.96239 2.25211C6.46737 1.76405 7.14372 1.494 7.84575 1.5001C8.54779 1.50621 9.21934 1.78798 9.71577 2.28474C10.2122 2.78151 10.4938 3.4535 10.4999 4.156C10.506 4.85851 10.2361 5.5353 9.74839 6.04062L8.60241 7.16592C8.55441 7.22201 8.49533 7.26757 8.4289 7.29974C8.36246 7.3319 8.29009 7.34997 8.21635 7.35282C8.1426 7.35567 8.06906 7.34324 8.00034 7.3163C7.93162 7.28936 7.86921 7.2485 7.81702 7.19627C7.76483 7.14405 7.724 7.0816 7.69707 7.01284C7.67015 6.94407 7.65772 6.87048 7.66057 6.79668C7.66342 6.72289 7.68148 6.65047 7.71363 6.58399C7.74577 6.51751 7.7913 6.4584 7.84736 6.41036L8.97191 5.28506C9.25568 4.98032 9.41017 4.57725 9.40283 4.16078C9.39549 3.74431 9.22689 3.34695 8.93255 3.05242C8.63821 2.75788 8.24111 2.58917 7.82491 2.58182C7.40872 2.57447 7.00592 2.72906 6.70138 3.01302L5.6036 4.12761ZM6.34259 7.93755C6.38819 7.87582 6.44652 7.82461 6.51361 7.7874C6.58071 7.75018 6.65501 7.72783 6.73149 7.72185C6.80798 7.71586 6.88485 7.7264 6.95691 7.75273C7.02897 7.77906 7.09453 7.82058 7.14917 7.87447C7.2038 7.92836 7.24622 7.99337 7.27356 8.06509C7.3009 8.13682 7.31252 8.21358 7.30764 8.29019C7.30275 8.3668 7.28148 8.44147 7.24525 8.50913C7.20902 8.5768 7.15869 8.63589 7.09765 8.68239L5.96774 9.81305C5.45894 10.2708 4.7943 10.5163 4.11029 10.4992C3.42627 10.482 2.77479 10.2034 2.2896 9.72061C1.80441 9.23784 1.52232 8.58752 1.50127 7.90316C1.48021 7.2188 1.72179 6.55234 2.17638 6.04062L3.30629 4.93139C3.3504 4.86735 3.4079 4.81369 3.47482 4.77413C3.54174 4.73456 3.61646 4.71005 3.69379 4.70229C3.77113 4.69453 3.84922 4.70371 3.92266 4.72919C3.99609 4.75466 4.0631 4.79583 4.11904 4.84983C4.17497 4.90384 4.21849 4.96937 4.24657 5.0419C4.27464 5.11442 4.28661 5.19219 4.28163 5.2698C4.27665 5.34742 4.25484 5.42302 4.21773 5.49135C4.18062 5.55969 4.12908 5.61912 4.06671 5.66552L2.93144 6.79618C2.64767 7.10092 2.49318 7.50398 2.50052 7.92045C2.50786 8.33692 2.67647 8.73428 2.97081 9.02882C3.26515 9.32335 3.66224 9.49207 4.07844 9.49942C4.49463 9.50676 4.89743 9.35217 5.20197 9.06821L6.34259 7.93755ZM5.00919 7.76072C4.96119 7.81681 4.90211 7.86237 4.83567 7.89454C4.76924 7.9267 4.69687 7.94477 4.62312 7.94763C4.54937 7.95048 4.47583 7.93804 4.40711 7.9111C4.33839 7.88416 4.27598 7.8433 4.2238 7.79108C4.17161 7.73885 4.13077 7.6764 4.10385 7.60764C4.07693 7.53887 4.0645 7.46528 4.06735 7.39149C4.0702 7.31769 4.08826 7.24528 4.1204 7.17879C4.15255 7.11231 4.19808 7.0532 4.25413 7.00516L6.90487 4.35267C7.00731 4.26488 7.13909 4.21901 7.27386 4.22422C7.40863 4.22943 7.53648 4.28533 7.63185 4.38077C7.72722 4.4762 7.78309 4.60413 7.7883 4.73899C7.7935 4.87385 7.74766 5.00572 7.65993 5.10823L5.00919 7.76072Z",fill:"currentColor"})})]})]})]})}function Fu({chain:e,active:n,onClick:i}){return $.jsx(t.Tooltip,{title:e.name,placement:"top",onlyHover:!0,children:$.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",gap:8,p:8,borderRadius:8,cursor:"pointer",border:"1px solid"},n?{backgroundColor:"tabActive.main",borderColor:"tabActive.main",color:"primary.main"}:{borderColor:"border.main","&:hover":{backgroundColor:"hover.default"}}),onClick:i,children:[$.jsx(t.Box,{component:e.logo,sx:{width:24,height:24}}),n&&$.jsx(t.Box,{sx:{typography:"body2",color:"primary.main"},children:e.name})]})},e.chainId)}var Nu=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,n=[],i=0;i<e.rangeCount;i++)n.push(e.getRangeAt(i));switch(t.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRanges(),function(){"Caret"===e.type&&e.removeAllRanges(),e.rangeCount||n.forEach((function(t){e.addRange(t)})),t&&t.focus()}},Du={"text/plain":"Text","text/html":"Url",default:"Text"};var qu=function(e,t){var n,i,o,r,a,s,l=!1;t||(t={}),n=t.debug||!1;try{if(o=Nu(),r=document.createRange(),a=document.getSelection(),(s=document.createElement("span")).textContent=e,s.ariaHidden="true",s.style.all="unset",s.style.position="fixed",s.style.top=0,s.style.clip="rect(0, 0, 0, 0)",s.style.whiteSpace="pre",s.style.webkitUserSelect="text",s.style.MozUserSelect="text",s.style.msUserSelect="text",s.style.userSelect="text",s.addEventListener("copy",(function(i){if(i.stopPropagation(),t.format)if(i.preventDefault(),void 0===i.clipboardData){n&&console.warn("unable to use e.clipboardData"),n&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var o=Du[t.format]||Du.default;window.clipboardData.setData(o,e)}else i.clipboardData.clearData(),i.clipboardData.setData(t.format,e);t.onCopy&&(i.preventDefault(),t.onCopy(i.clipboardData))})),document.body.appendChild(s),r.selectNodeContents(s),a.addRange(r),!document.execCommand("copy"))throw new Error("copy command was unsuccessful");l=!0}catch(o){n&&console.error("unable to copy using execCommand: ",o),n&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),l=!0}catch(o){n&&console.error("unable to copy using clipboardData: ",o),n&&console.error("falling back to prompt"),i=function(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}("message"in t?t.message:"Copy to clipboard: #{key}, Enter"),window.prompt(i,e)}}finally{a&&("function"==typeof a.removeRange?a.removeRange(r):a.removeAllRanges()),s&&document.body.removeChild(s),o()}return l},Uu=q(qu);function Vu({copyText:e,size:i,sx:r,componentProps:a,onClick:s,children:l}){var d;const[c,u]=n.useState(!1);return $.jsx(t.TooltipToast,{title:o.i18n._({id:"6V3Ea3",message:"Copied"}),open:c,onClose:()=>u(!1),arrow:!1,children:$.jsxs(t.Box,{...a,component:null!==(d=null==a?void 0:a.component)&&void 0!==d?d:t.ButtonBase,onClick:t=>{if(null==a?void 0:a.onClick)return a.onClick(t);t.stopPropagation(),e&&(Uu(e),u(!0)),s&&s()},sx:Object.assign({cursor:"pointer"},null==a?void 0:a.sx),children:[$.jsx(t.Box,{component:oe.Copy,sx:Object.assign({width:i||"auto",height:i||"auto"},r)}),l]})})}function Hu({truncate:e,address:n,disabledAddress:i,sx:o,handleOpen:r,addressHoverColor:a,addressHoverShowIcon:s}){return i?$.jsx(t.Box,{children:e?da(n):n}):$.jsx(t.HoverAddUnderLine,{lineSx:{bottom:-1},lineColor:null!=a?a:(null==o?void 0:o.color)||"",hoverSx:{color:"addressHoverColor","& svg":{display:"inline-block"}},className:"truncate-address-link",children:$.jsxs(t.Box,{onClick:e=>{null==r||r(e,"address")},sx:{display:"flex",alignItems:"center",cursor:"pointer"},children:[e?da(n):n,s?$.jsx(t.Box,{component:oe.ArrowRight,sx:{display:"none",width:14,height:14}}):""]})})}function Wu({address:e,truncate:n,showCopy:i,size:o="medium",iconSize:r,iconSpace:a,sx:s,iconDarkHover:l,disabledAddress:d,addressHoverColor:c,addressHoverShowIcon:u,customChainId:p,handleOpen:h,onAddressClick:m,onShareClick:x}){const g=t.useTheme(),{chainId:f}=fa(),y=null!=p?p:f,v="big"===o,b="medium"===o,C=l?t.HoverAddBackground:t.HoverOpacity,j=e=>{let t=e?12:8;return a&&(t=a),l&&(t-=3),t},w=v?"h5":b?"body1":"body2",k=(t,n)=>{h?h(t,n):y&&(t.stopPropagation(),window.open(ca(y,e,"address")))},T=r||(b?16:14);return $.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",typography:w,color:g.palette.text.primary,lineHeight:"normal"},s||{}),children:[$.jsx(Hu,{truncate:n,address:e,disabledAddress:d,sx:s,typography:w,handleOpen:null!=m?m:k,addressHoverColor:c,addressHoverShowIcon:u}),$.jsx(C,{sx:{display:"inline-flex",ml:j(b),cursor:"pointer"},onClick:e=>{k(e,"icon")},children:$.jsx(t.Box,{component:oe.ArrowTopRightBorder,sx:{width:T,height:T}})}),i?$.jsx(Vu,{size:T,copyText:e,componentProps:{component:C,sx:{ml:j(b),display:"inline-flex",alignItems:"center",justifyContent:"center"}}}):null,!!x&&$.jsx(C,{sx:{display:"inline-flex",ml:j(b),cursor:"pointer"},onClick:e=>{x(e)},children:$.jsx(t.Box,{component:oe.Share,sx:{width:T,height:T,ml:j(b)}})})]})}function Zu({token:e,disabled:n,style:i,balance:o,onClick:r}){const a=t.useTheme(),s=o?Do({input:o,decimals:e.decimals}):"";return $.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8,typography:"body2",px:8,py:8,borderRadius:8,cursor:n?"auto":"pointer",opacity:n?.5:1,"&:hover":{backgroundColor:"hover.default"}},style:i,onClick:()=>{n||r()},"data-testid":Oo,children:[$.jsx(Hs,{token:e,width:32,height:32,noShowChain:!0,noBorder:!0}),$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:2},children:[$.jsx(t.Box,{sx:{textAlign:"left",color:"text.primary",typography:"body2",fontWeight:600},children:e.symbol}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(t.Box,{sx:{color:"text.secondary",typography:"h6",fontWeight:500,maxWidth:"80px",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:e.name,children:e.name}),$.jsx(Wu,{address:e.address,customChainId:e.chainId,showCopy:!0,truncate:!0,iconSpace:2,iconSize:12,size:"small",sx:{typography:"h6",color:"text.disabled"}})]})]}),$.jsx(t.Box,{sx:{ml:"auto",typography:"body1",color:"text.primary",display:"flex",alignItems:"center",justifyContent:"flex-end"},children:(null==o?void 0:o.gte(0))?s:$.jsx(t.Box,{component:oe.Loading,width:18,sx:{"& path":{fill:a.palette.text.disabled},animation:"loadingRotate 1.1s infinite linear","@keyframes loadingRotate":{"0%":{transform:"rotate(0deg)"},"100%":{transform:"rotate(359deg)"}}}})})]})}function $u(){return $.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between"},children:[$.jsx(t.Skeleton,{variant:"circular",width:32,sx:{mt:8}}),$.jsxs(t.Box,{sx:{ml:8,flex:"1 0 auto"},children:[$.jsx(t.Skeleton,{sx:{borderRadius:4},height:24}),$.jsx(t.Skeleton,{sx:{mt:4,borderRadius:4},height:19,width:137})]})]})}function zu({chainId:e,value:i,onChange:r,occupiedAddrs:a,occupiedChainId:s,hiddenAddrs:l,showAddrs:d,visible:u,side:p,defaultLoadBalance:h,multiple:m,searchPlaceholder:x,searchOtherAddress:g,sx:f}){const{chainList:y,selectChainId:v,setSelectChainId:b}=function(e){const{crossChain:t,defaultChainId:i}=G(),o=n.useMemo((()=>t?Array.from(xo.values()):[]),[t]),[r,a]=n.useState(i);return n.useEffect((()=>{a((e=>void 0===e?i:e))}),[i]),{chainList:o,selectChainId:n.useMemo((()=>null!=r?r:i),[r,i]),setSelectChainId:a}}(),{showTokenList:C,filter:j,setFilter:w,onSelectToken:k,popularTokenList:T,tokenInfoMap:I}=Vs({value:i,onChange:r,occupiedAddrs:a,occupiedChainId:s,hiddenAddrs:l,showAddrs:d,side:p,chainId:null!=e?e:v,visible:u,defaultLoadBalance:h,multiple:m}),E=n.useRef(null),[A,S]=n.useState(0);n.useEffect((()=>{if(u&&i)if(Array.isArray(i)){const[e]=i;e&&e.chainId!==v&&b(e.chainId)}else b(i.chainId)}),[i,u]),n.useEffect((()=>{u&&E.current&&S(E.current.offsetHeight-16)}),[E,u,v]);const L=c.useQuery({queryKey:["token-picker-searchOtherAddress",j],queryFn:()=>g?g(j):null,enabled:la(j)&&!!g}),R=n.useCallback((({index:e,style:t})=>{var n;const o=C[e];if(!o)return null;let r=!1;return i&&(r=Array.isArray(i)?i.some((e=>e.address===o.address&&e.chainId===o.chainId)):i.address===o.address&&i.chainId===o.chainId),$.jsx(Zu,{token:o,disabled:r,style:t,onClick:()=>k(o),balance:null===(n=I.get(`${o.chainId}-${o.address}`))||void 0===n?void 0:n.balance},o.address+o.chainId)}),[C,T,i]);return $.jsxs(t.Box,{sx:Object.assign({display:"flex",flexDirection:"column",px:16,flex:1,overflow:"hidden"},f),children:[$.jsx(t.SearchInput,{fullWidth:!0,height:48,value:j,onChange:e=>w(e.target.value),clearValue:()=>w(""),placeholder:null!=x?x:o.i18n._({id:"72/M0o",message:"Enter the token symbol or address"}),sx:{mb:16}}),void 0===e&&y.length>0&&$.jsx(t.Box,{sx:{position:"relative",display:"flex",gap:8,flexWrap:"wrap",pb:32,"&::after":{content:'""',position:"absolute",bottom:16,left:0,right:0,height:"1px",backgroundColor:"border.main"}},children:y.map((e=>$.jsx(Fu,{chain:e,active:e.chainId===v,onClick:()=>{b(e.chainId)}},e.chainId)))}),$.jsx(t.Box,{sx:{pb:16,flexGrow:1},ref:E,children:C.length?$.jsx(B.FixedSizeList,{height:A,itemCount:C.length,itemSize:56,width:"100%",className:"token-list",children:R}):$.jsx(t.Box,{sx:{height:A,overflowY:"auto"},children:L.isLoading?$.jsx($u,{}):L.data?L.data:$.jsx(X,{hasSearch:!0,sx:{mt:80}})})})]})}function Qu(t){const{height:n,TokenPickerDialog:i}=G(),{isMobile:o}=Oa();if(i)return $.jsx(i,{...t});const{open:r,title:a,value:s,onClose:l,occupiedAddrs:d,hiddenAddrs:c,occupiedChainId:u,onTokenChange:p,side:h,defaultLoadBalance:m,multiple:x,searchPlaceholder:g,searchOtherAddress:f,chainId:y,modal:v}=t;return $.jsx(_s,{height:v?"80vh":n,open:r,onClose:l,title:null!=a?a:$.jsx(e.Trans,{id:"T0Y2+3",message:"Select a token"}),id:"select-token",testId:Ro,modal:v,children:$.jsx(zu,{value:s,visible:r,onChange:p,occupiedAddrs:d,occupiedChainId:u,hiddenAddrs:c,side:h,defaultLoadBalance:m,multiple:x,searchPlaceholder:g,searchOtherAddress:f,chainId:y,sx:v?{width:o?"100%":420,borderRadius:16}:void 0})})}const Gu=/^ST[0-9A-HJ-NP-Z]{39}$/;const Yu=({chainId:e,open:i,onClose:o,inputToAddress:a,setInputToAddress:s})=>{const d=t.useTheme(),[c,u]=n.useState(a||""),p=function(e,t){return n.useMemo((()=>{if(!e)return!1;const n=xo.get(t);if(!n)return!1;try{if(n.isEVMChain)return!!Or(e);if(n.isSolanaChain)return new l.PublicKey(e),!0;if(n.isBTCChain){if(Gu.test(e))return!0;try{return t===r.ChainId.BTC_SIGNET?_.address.toOutputScript(e,jd):_.address.toOutputScript(e,_.networks.bitcoin),!0}catch(e){return!1}}return!1}catch(e){return!1}}),[e,t])}(c,e),h=n.useMemo((()=>xo.get(e)),[e]);return $.jsx(_s,{open:i,onClose:o,title:"Receive address",modal:!0,children:$.jsxs(t.Box,{sx:{minWidth:420,p:20,borderTop:`1px solid ${d.palette.border.main}`,display:"flex",flexDirection:"column",gap:20},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},children:[$.jsx(t.Input,{fullWidth:!0,value:c,placeholder:`Enter ${null==h?void 0:h.name} address`,onChange:e=>{u(e.target.value)},height:48,suffix:c?$.jsx(t.Box,{component:t.ButtonBase,sx:{ml:5,width:18,height:18,borderRadius:"50%",backgroundColor:"border.main",display:"flex",justifyContent:"center",alignItems:"center",flexShrink:0,color:"text.secondary","&:focus-visible":{border:"solid 1px",borderColor:"text.primary"}},onClick:()=>{u("")},children:$.jsx(t.Box,{component:oe.Error,sx:{width:12}})}):null}),!p&&c&&$.jsx(t.Box,{sx:{typography:"h6",color:"error.main"},children:"Invalid address"})]}),$.jsx(t.Button,{fullWidth:!0,variant:t.Button.Variant.contained,size:t.Button.Size.middle,disabled:!c||!p,onClick:()=>{s(c),o()},children:"Confirm"})]})})},Xu=({token:e,enterAddressEnabled:i=!1,inputToAddress:o,setInputToAddress:r,account:a})=>{var s,l,d,c,u,p;const h=e.chainId,{open:m,disconnect:x}=fa(),[g,f]=n.useState(!1),y=n.useMemo((()=>xo.get(h)),[h]),v=$.jsxs("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[$.jsx("path",{d:"M12.001 6.3667C12.7373 6.3667 13.3339 6.9634 13.334 7.69971V9.03369H10.1338C9.54481 9.03383 9.06738 9.51108 9.06738 10.1001C9.06751 10.689 9.54488 11.1664 10.1338 11.1665H13.334V12.4995C13.334 13.2359 12.7374 13.8335 12.001 13.8335H4.00098C3.2646 13.8335 2.66797 13.2359 2.66797 12.4995V7.69971C2.66806 6.9634 3.26465 6.3667 4.00098 6.3667H12.001Z",fill:"currentColor"}),$.jsx("ellipse",{cx:"10.1349",cy:"10.1002",rx:"0.533334",ry:"0.533333",fill:"currentColor"}),$.jsx("path",{d:"M8.54243 3.63688C9.14948 3.36708 9.86253 3.5853 10.2146 4.14863L10.9341 5.29984H4.80078L8.54243 3.63688Z",fill:"currentColor"})]});return $.jsxs($.Fragment,{children:[$.jsx(t.Popup,{triggerChildren:(null===(s=null==a?void 0:a.appKitAccount)||void 0===s?void 0:s.isConnected)?$.jsxs(t.Box,{sx:{display:"inline-flex",alignItems:"center",gap:4,px:4,py:2,borderRadius:4,backgroundColor:"background.tag",typography:"h6",lineHeight:"16px"},children:[v,da(null===(l=null==a?void 0:a.appKitAccount)||void 0===l?void 0:l.address),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",children:$.jsx("path",{d:"M12.667 6.93016L11.5703 5.8335L8.00033 9.39572L4.43033 5.8335L3.33366 6.93016L8.00033 11.5968L12.667 6.93016Z",fill:"currentColor",fillOpacity:"0.5"})})]}):$.jsxs(t.Box,{sx:{display:"inline-flex",alignItems:"center",gap:4,px:4,py:2,borderRadius:4,backgroundColor:"background.tag",typography:"h6",lineHeight:"16px"},children:["Wallet address:",da(null===(d=null==a?void 0:a.appKitAccount)||void 0===d?void 0:d.address),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",children:$.jsx("path",{d:"M3.33301 10.0698L4.42967 11.1665L7.99967 7.60428L11.5697 11.1665L12.6663 10.0698L7.99967 5.40317L3.33301 10.0698Z",fill:"currentColor",fillOpacity:"0.5"})})]}),titleSx:{display:"flex",flexDirection:"column",gap:8},children:$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},children:[$.jsxs(t.Box,{sx:{typography:"h6",lineHeight:"16px",color:"text.secondary"},children:["Connected(",pa(h),")"]}),(null===(c=null==a?void 0:a.appKitAccount)||void 0===c?void 0:c.isConnected)?$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8,px:8,py:8,color:"text.primary",borderRadius:8,backgroundColor:"background.paperContrast",typography:"body2",lineHeight:"19px"},children:[o?v:y&&$.jsx(t.Box,{component:y.logo,sx:{width:16,height:16}}),da(null===(u=null==a?void 0:a.appKitAccount)||void 0===u?void 0:u.address),$.jsx(t.Box,{sx:{ml:"auto",display:"flex",alignItems:"center",justifyContent:"center",cursor:"pointer"},onClick:()=>{o?r(null):x({namespace:null==a?void 0:a.namespace})},children:$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.25 2.25H9.75V9.75H8.25V2.25ZM12.3075 4.94244L13.3725 3.87744C14.8275 5.11494 15.75 6.94494 15.75 8.99994C15.75 12.7274 12.7275 15.7499 9 15.7499C5.2725 15.7499 2.25 12.7274 2.25 8.99994C2.25 6.94494 3.1725 5.11494 4.6275 3.87744L5.685 4.93494C4.5075 5.89494 3.75 7.35744 3.75 8.99994C3.75 11.9024 6.0975 14.2499 9 14.2499C11.9025 14.2499 14.25 11.9024 14.25 8.99994C14.25 7.35744 13.4925 5.89494 12.3075 4.94244Z",fill:"#ED4A25"})})})]}):$.jsxs($.Fragment,{children:[$.jsx(t.Box,{sx:{height:"1px",width:"100%",backgroundColor:"border.main"}}),$.jsx(t.Box,{sx:{p:8,cursor:"pointer",typography:"body2",lineHeight:"19px",color:"text.primary","&:hover":{borderRadius:8,backgroundColor:"background.paperContrast"}},onClick:()=>{m({namespace:null==a?void 0:a.namespace})},children:"Connect a new wallet"})]}),i&&$.jsxs($.Fragment,{children:[(null===(p=null==a?void 0:a.appKitAccount)||void 0===p?void 0:p.isConnected)&&$.jsx(t.Box,{sx:{height:"1px",width:"100%",backgroundColor:"border.main"}}),$.jsx(t.Box,{sx:{p:8,cursor:"pointer",typography:"body2",lineHeight:"19px",color:"text.primary","&:hover":{borderRadius:8,backgroundColor:"background.paperContrast"}},onClick:()=>{f(!0)},children:"Enter receive address"})]})]})}),g&&$.jsx(Yu,{open:g,onClose:()=>f(!1),chainId:h,inputToAddress:o,setInputToAddress:r})]})};function Ku({sx:i,amt:o,token:r,readOnly:a,showMaxBtn:s,canClickBalance:l,onMaxClick:d,fiatPriceTxt:u,failedReason:p,occupiedAddrs:h,occupiedChainId:m,onInputFocus:x,onTokenClick:g,onInputChange:f,onTokenChange:y,side:v,showChainLogo:b,showChainName:C,defaultLoadBalance:j,overrideBalance:w,overrideBalanceLoading:k,balanceText:T,showPercentage:B,inputReadonlyTooltip:I,inputTypography:E,hideToken:A,checkLogBalance:S,notTokenPickerModal:L,enterAddressEnabled:R,inputToAddress:O,setInputToAddress:M,account:P}){var _,F,N;const D=t.useTheme(),[q,U]=n.useState(!1),V=c.useQuery(Zi.getFetchTokenQuery(null==r?void 0:r.chainId,null==r?void 0:r.address,null===(_=null==P?void 0:P.appKitAccount)||void 0===_?void 0:_.address)),H=null!==(N=null!=w?w:null===(F=V.data)||void 0===F?void 0:F.balance)&&void 0!==N?N:null,{isTokenLoading:W}=Ou();let Z=null!=k?k:V.isLoading;!Z&&H&&(S?Z=Object.entries(S).some((([e,t])=>W(e,t))):r&&(Z=W(r.address,H))),Sa({tokenList:r?[r]:[]});const[z,Q]=n.useState(0),Y=n.useRef("");n.useEffect((()=>{o!==Y.current&&Q(0)}),[o]);const{gotoBuyToken:X}=G();let K=X&&H&&o&&H.lt(o);const J=!!f||!!I,ee={"& input":{typography:"h2",height:"44px",border:"none",outline:"none",padding:0,color:"text.primary","&::placeholder":{typography:"h2",height:"44px",color:"text.disabled"}},backgroundColor:"background.paper"};return $.jsxs(t.Box,{sx:Object.assign({minHeight:J?133:"auto",padding:D.spacing(20,20,24),overflow:"hidden",display:"flex",flexDirection:"column",justifyContent:"space-between",borderRadius:12,backgroundColor:D.palette.background.paper},i),children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:4},children:[A?$.jsx(t.Box,{}):$.jsx(_u,{token:r,showChainLogo:b,showChainName:C,onClick:()=>U(!0),readonly:!y}),r&&$.jsx(Xu,{token:r,enterAddressEnabled:R,inputToAddress:O,setInputToAddress:M,account:P})]}),J&&(a&&I?$.jsx(t.TooltipToast,{title:I,arrow:!1,children:$.jsx(t.Box,{children:$.jsx(Pu,{value:o,readOnly:!0,withClear:!0,sx:Object.assign({mt:16},ee)})})}):$.jsx(Pu,{value:o,onFocus:x,onChange:f?e=>{f(e),Q(0)}:void 0,readOnly:a,withClear:!0,suffix:K?$.jsx(t.Button,{variant:t.Button.Variant.tag,backgroundColor:D.palette.background.paperDarkContrast,sx:{fontSize:12},onClick:e=>{var t;e.stopPropagation(),(null===(t=null==P?void 0:P.appKitAccount)||void 0===t?void 0:t.address)&&(null==X||X({token:r,account:P.appKitAccount.address}))},children:$.jsx(e.Trans,{id:"qiOIiY",message:"Buy"})}):void 0,typography:E,sx:Object.assign({mt:16},ee)})),p&&$.jsx(t.Box,{sx:{mt:4,typography:"h6",lineHeight:"16px",fontWeight:500,color:D.palette.error.main},children:p}),$.jsxs(t.Box,{sx:{mt:B?9:4,display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsx(t.Box,{sx:{typography:"h6",color:D.palette.text.secondary},children:u}),$.jsx(Mu,{balance:H,balanceText:T,onClick:a||!d&&!f?void 0:e=>{d?d(e):f&&f(e),0!==z&&1!==z&&(Q(1),Y.current=e)},showMaxBtn:s,canClickBalance:l,address:null==r?void 0:r.address,decimals:null==r?void 0:r.decimals,loading:Z})]}),$.jsx(Qu,{value:r,open:q,side:v,chainId:void 0,occupiedAddrs:h,occupiedChainId:m,defaultLoadBalance:j,onClose:()=>{U(!1),g&&g()},onTokenChange:(e,t)=>{U(!1),setTimeout((()=>{!Array.isArray(e)&&y&&y(e,t)}),Os)},modal:!L})]})}function Ju({rawRouteData:e,chainId:t}){const i=n.useMemo((()=>{if(!e)return[];try{const n=JSON.parse(e);return n.subRoute[0].midPath.map((e=>{const{fromToken:n,toToken:i,oneSplitTotalPart:o}=e,r=new Map;return e.poolDetails.forEach((e=>{var t;const n={poolPart:Ko({input:new s(e.poolPart).div(o)}),poolAddress:e.pool||null};r.has(e.poolName)?null===(t=r.get(e.poolName))||void 0===t||t.push(n):r.set(e.poolName,[n])})),{fromToken:n,toToken:i,chainId:t,poolDetails:r}}))}catch(e){console.error(e)}return[]}),[t,e]);return{routeData:i}}const ep=({routeInfo:i,toToken:o,fromToken:r})=>{const[a,s]=n.useState(!1),l=t.useTheme(),{isMobile:d}=Oa(),c=n.useMemo((()=>{const e=[{key:"from",logo:$.jsx(Hs,{token:r,noShowChain:!0,height:14,width:14,marginRight:0})}];return e.push({key:"to",logo:$.jsx(Hs,{token:o,noShowChain:!0,height:14,width:14,marginRight:0})}),e}),[r,o]),{routeData:u}=Ju({rawRouteData:i,chainId:null==r?void 0:r.chainId});return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{py:4,pl:8,pr:4,display:"flex",alignItems:"center",gap:4,borderRadius:12,backgroundColor:l.palette.background.tag,cursor:"pointer",typography:"h6",fontWeight:500,color:l.palette.text.secondary,"&:hover":{color:l.palette.text.primary}},onClick:()=>{s(!0)},children:[$.jsx(t.Box,{sx:{color:l.palette.text.primary},children:"Route:"}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",gap:0},children:c.map(((e,t)=>$.jsx(n.Fragment,{children:e.logo},e.key)))}),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",children:$.jsx("path",{d:"M2.91699 11.0833V7.58332H4.08366V9.91666H6.41699V11.0833H2.91699ZM9.91699 6.41666V4.08332H7.58366V2.91666H11.0837V6.41666H9.91699Z",fill:"currentColor"})})]}),$.jsx(_s,{open:a,title:$.jsx(e.Trans,{id:"rT8e1f",message:"Route"}),onClose:()=>s(!1),modal:!0,children:$.jsx(t.Box,{sx:{minWidth:d?"100%":800,py:20,px:20,borderTop:`1px solid ${l.palette.border.main}`},children:d?$.jsx(Xs,{routeData:u,fromTokenRaw:r,toTokenRaw:o}):$.jsx(Ks,{routeData:u,fromTokenRaw:r,toTokenRaw:o})})})]})};function tp({toToken:i,fromToken:o,priceStatus:r,pricePerToToken:a,pricePerFromToken:s,routeInfo:l}){const d=t.useTheme(),[c,u]=n.useState("-"),[p,h]=n.useState(null),[m,x]=n.useState("-"),[g,f]=n.useState(null);n.useEffect((()=>{u(null==o?void 0:o.symbol),x(null==i?void 0:i.symbol),h(a),f(s)}),[o,i,a,s]);const y=n.useCallback((()=>{u(m),x(c),h(g),f(p)}),[c,p,m,g]);return $.jsx(t.Box,{sx:{display:"flex",justifyContent:"center",alignItems:"center",width:"100%"},children:{[ns.Initial]:"-",[ns.Loading]:$.jsxs($.Fragment,{children:[$.jsx(t.RotatingIcon,{sx:{mr:5}}),$.jsx(e.Trans,{id:"JdNn1Y",message:"Fetching best price..."})]}),[ns.Failed]:$.jsxs($.Fragment,{children:[$.jsx(t.Box,{component:oe.Warn,sx:{width:15,mr:5,color:"warning.main"}}),$.jsx(e.Trans,{id:"NVAuTg",message:"Quote not available"})]}),[ns.Success]:$.jsxs(t.Box,{sx:{width:"100%",mt:16,px:11,py:7,borderRadius:12,border:`solid 1px ${d.palette.border.main}`,display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,flexWrap:"wrap"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"flex-start",gap:6},children:[$.jsxs(t.Box,{sx:{typography:"body2",lineHeight:"18px",color:d.palette.text.primary},children:["1 ",c," ",$.jsx("span",{style:{color:d.palette.text.secondary},children:"="})," $",No({input:g,showDecimals:4})," ",m]}),$.jsx(t.Box,{component:t.ButtonBase,sx:{width:18,height:18,borderRadius:"50%",backgroundColor:"border.main",display:"flex",justifyContent:"center",alignItems:"center"},children:$.jsx(t.Box,{sx:{width:16,color:"text.secondary"},onClick:y,component:oe.Switch})})]}),o&&i&&$.jsx(ep,{routeInfo:l,fromToken:o,toToken:i})]})}[r]})}const np=[.25,.5,.75,1];function ip({value:e,onChange:n,sx:i}){const o=t.useTheme(),r="light"===o.palette.mode,{isMobile:a}=Oa();return $.jsx(t.Box,{sx:Object.assign({display:"grid",gap:a?10:14,gridTemplateColumns:`repeat(${np.length}, 1fr)`},i),children:np.map((i=>{const a=i===e;return $.jsxs(t.ButtonBase,{disabled:!n,sx:{typography:"h6",borderRadius:4,padding:o.spacing(4,0),width:"100%",color:"text.secondary",backgroundColor:"background.paperDarkContrast","&:disabled":{color:"text.disabled"},"&:not(:disabled)&:hover":{color:o.palette.text.primary,backgroundColor:t.alpha(o.palette.text.primary,.2)},"&.selected, &:focus":{color:"#fff",backgroundColor:r?o.palette.primary.main:t.alpha(o.palette.text.primary,.4)}},onClick:()=>{!a&&n&&n(i)},className:a?"selected":void 0,children:[100*i,"%"]},i)}))})}function op(){return t.useTheme(),$.jsx(t.Box,{sx:{height:4,position:"relative",color:"text.secondary"},children:$.jsx(t.Box,{sx:{width:44,height:44,backgroundColor:"background.input",borderRadius:"50%",display:"flex",alignItems:"center",justifyContent:"center",borderWidth:4,borderStyle:"solid",borderColor:"background.paper",position:"absolute",left:"50%",top:"50%",transform:"translate(-50%,-50%)",color:"text.secondary"},children:$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"24",viewBox:"0 0 25 24",fill:"none",children:$.jsx("path",{d:"M19.0142 13H13.0142V19H11.0142V13H5.01416V11H11.0142V5H13.0142V11H19.0142V13Z",fill:"currentColor"})})})})}function rp(){return $.jsx(t.Box,{sx:{position:"relative",height:4},children:$.jsx(t.Box,{sx:{width:44,height:44,borderRadius:22,backgroundColor:"background.input",borderWidth:4,borderColor:"background.paper",position:"absolute",left:"50%",top:"50%",transform:"translate(-50%,-50%) rotate(90deg)",display:"flex",alignItems:"center",justifyContent:"center",color:"text.secondary"},children:$.jsx(t.Box,{component:oe.Plus})})})}function ap({sx:i,inputSx:o,amt:r,token:a,readOnly:s,showMaxBtn:l,canClickBalance:d,onMaxClick:u,fiatPriceTxt:p,occupiedAddrs:h,occupiedChainId:m,onInputFocus:x,onTokenClick:g,onInputChange:f,onTokenChange:y,side:v,showChainLogo:b,showChainName:C,defaultLoadBalance:j,overrideBalance:w,overrideBalanceLoading:k,balanceText:T,showPercentage:B,inputReadonlyTooltip:I,inputTypography:E,chainId:A,hideToken:S,checkLogBalance:L,notTokenPickerModal:R}){var O,M;const{account:P}=fa(),_=t.useTheme(),[F,N]=n.useState(!1),D=c.useQuery(Zi.getFetchTokenQuery(null==a?void 0:a.chainId,null==a?void 0:a.address,P)),q=null!==(M=null!=w?w:null===(O=D.data)||void 0===O?void 0:O.balance)&&void 0!==M?M:null,{isTokenLoading:U}=Ou();let V=null!=k?k:D.isLoading;!V&&q&&(L?V=Object.entries(L).some((([e,t])=>U(e,t))):a&&(V=U(a.address,q))),Sa({tokenList:a?[a]:[]});const[H,W]=n.useState(0),Z=n.useRef("");n.useEffect((()=>{r!==Z.current&&W(0)}),[r]);const{gotoBuyToken:z}=G();let Q=z&&q&&r&&q.lt(r);const Y=!!f||!!I;return $.jsxs(t.Box,{sx:Object.assign({minHeight:Y?133:"auto",padding:_.spacing(20,20,24),borderRadius:16,overflow:"hidden",display:"flex",flexDirection:"column",justifyContent:"space-between",backgroundColor:_.palette.background.input},i),children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:4},children:[S?$.jsx(t.Box,{}):$.jsx(_u,{token:a,showChainLogo:b,showChainName:C,onClick:()=>N(!0),readonly:!y}),$.jsx(Mu,{balance:q,balanceText:T,onClick:s||!u&&!f?void 0:e=>{u?u(e):f&&f(e),0!==H&&1!==H&&(W(1),Z.current=e)},showMaxBtn:l,canClickBalance:d,address:null==a?void 0:a.address,decimals:null==a?void 0:a.decimals,loading:V})]}),Y&&(s&&I?$.jsx(t.TooltipToast,{title:I,arrow:!1,children:$.jsx(t.Box,{children:$.jsx(Pu,{value:r,readOnly:!0,withClear:!0,sx:Object.assign({mt:12},o)})})}):$.jsx(Pu,{value:r,onFocus:x,onChange:f?e=>{f(e),W(0)}:void 0,readOnly:s,withClear:!0,suffix:Q?$.jsx(t.Button,{variant:t.Button.Variant.tag,backgroundColor:_.palette.background.paperDarkContrast,sx:{fontSize:12},onClick:e=>{e.stopPropagation(),null==z||z({token:a,account:P})},children:$.jsx(e.Trans,{id:"qiOIiY",message:"Buy"})}):void 0,typography:E,sx:Object.assign({mt:12},o)})),!s&&B?$.jsx(ip,{sx:{mt:16},value:H,onChange:q&&void 0!==(null==a?void 0:a.decimals)?e=>{if(q&&(null==a?void 0:a.decimals))if(W(e),1===e){const e=q.toString();u?u(e):f&&f(e),Z.current=e}else if(f){const t=q.multipliedBy(e).dp(a.decimals).toString();f(t),Z.current=t}}:void 0}):"",void 0!==p?$.jsx(t.Box,{sx:{mt:B?9:0,typography:"h6",color:_.palette.text.secondary},children:p}):"",$.jsx(Qu,{value:a,open:F,side:v,chainId:A,occupiedAddrs:h,occupiedChainId:m,defaultLoadBalance:j,onClose:()=>{N(!1),g&&g()},onTokenChange:(e,t)=>{N(!1),setTimeout((()=>{!Array.isArray(e)&&y&&y(e,t)}),Os)},modal:!R})]})}var sp;function lp(){return lp=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},lp.apply(null,arguments)}const dp=e=>P.createElement("svg",lp({width:12,height:12,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),sp||(sp=P.createElement("path",{d:"M5.6036 4.12761C5.50037 4.20906 5.3708 4.24967 5.23958 4.24169C5.10836 4.23372 4.98466 4.17773 4.89203 4.08438C4.7994 3.99103 4.74433 3.86685 4.7373 3.73549C4.73026 3.60413 4.77177 3.47477 4.8539 3.37205L5.96239 2.25211C6.46737 1.76405 7.14372 1.494 7.84575 1.5001C8.54779 1.50621 9.21934 1.78798 9.71577 2.28474C10.2122 2.78151 10.4938 3.4535 10.4999 4.156C10.506 4.85851 10.2361 5.5353 9.74839 6.04062L8.60241 7.16592C8.55441 7.22201 8.49533 7.26757 8.4289 7.29974C8.36246 7.3319 8.29009 7.34997 8.21635 7.35282C8.1426 7.35567 8.06906 7.34324 8.00034 7.3163C7.93162 7.28936 7.86921 7.2485 7.81702 7.19627C7.76483 7.14405 7.724 7.0816 7.69707 7.01284C7.67015 6.94407 7.65772 6.87048 7.66057 6.79668C7.66342 6.72289 7.68148 6.65047 7.71363 6.58399C7.74577 6.51751 7.7913 6.4584 7.84736 6.41036L8.97191 5.28506C9.25568 4.98032 9.41017 4.57725 9.40283 4.16078C9.39549 3.74431 9.22689 3.34695 8.93255 3.05242C8.63821 2.75788 8.24111 2.58917 7.82491 2.58182C7.40872 2.57447 7.00592 2.72906 6.70138 3.01302L5.6036 4.12761ZM6.34259 7.93755C6.38819 7.87582 6.44652 7.82461 6.51361 7.7874C6.58071 7.75018 6.65501 7.72783 6.73149 7.72185C6.80798 7.71586 6.88485 7.7264 6.95691 7.75273C7.02897 7.77906 7.09453 7.82058 7.14917 7.87447C7.2038 7.92836 7.24622 7.99337 7.27356 8.06509C7.3009 8.13682 7.31252 8.21358 7.30764 8.29019C7.30275 8.3668 7.28148 8.44147 7.24525 8.50913C7.20902 8.5768 7.15869 8.63589 7.09765 8.68239L5.96774 9.81305C5.45894 10.2708 4.7943 10.5163 4.11029 10.4992C3.42627 10.482 2.77479 10.2034 2.2896 9.72061C1.80441 9.23784 1.52232 8.58752 1.50127 7.90316C1.48021 7.2188 1.72179 6.55234 2.17638 6.04062L3.30629 4.93139C3.3504 4.86735 3.4079 4.81369 3.47482 4.77413C3.54174 4.73456 3.61646 4.71005 3.69379 4.70229C3.77113 4.69453 3.84922 4.70371 3.92266 4.72919C3.99609 4.75466 4.0631 4.79583 4.11904 4.84983C4.17497 4.90384 4.21849 4.96937 4.24657 5.0419C4.27464 5.11442 4.28661 5.19219 4.28163 5.2698C4.27665 5.34742 4.25484 5.42302 4.21773 5.49135C4.18062 5.55969 4.12908 5.61912 4.06671 5.66552L2.93144 6.79618C2.64767 7.10092 2.49318 7.50398 2.50052 7.92045C2.50786 8.33692 2.67647 8.73428 2.97081 9.02882C3.26515 9.32335 3.66224 9.49207 4.07844 9.49942C4.49463 9.50676 4.89743 9.35217 5.20197 9.06821L6.34259 7.93755ZM5.00919 7.76072C4.96119 7.81681 4.90211 7.86237 4.83567 7.89454C4.76924 7.9267 4.69687 7.94477 4.62312 7.94763C4.54937 7.95048 4.47583 7.93804 4.40711 7.9111C4.33839 7.88416 4.27598 7.8433 4.2238 7.79108C4.17161 7.73885 4.13077 7.6764 4.10385 7.60764C4.07693 7.53887 4.0645 7.46528 4.06735 7.39149C4.0702 7.31769 4.08826 7.24528 4.1204 7.17879C4.15255 7.11231 4.19808 7.0532 4.25413 7.00516L6.90487 4.35267C7.00731 4.26488 7.13909 4.21901 7.27386 4.22422C7.40863 4.22943 7.53648 4.28533 7.63185 4.38077C7.72722 4.4762 7.78309 4.60413 7.7883 4.73899C7.7935 4.87385 7.74766 5.00572 7.65993 5.10823L5.00919 7.76072Z",fill:"currentColor"}))),cp=e=>Object.keys(new Array(e+1).join(","));function up(e){return null!=e&&""!==e}var pp;function hp(){return hp=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},hp.apply(null,arguments)}const mp=e=>P.createElement("svg",hp({height:355,viewBox:"0 0 397 355",width:397,xmlns:"http://www.w3.org/2000/svg"},e),pp||(pp=P.createElement("g",{fill:"none",fillRule:"evenodd",transform:"translate(-1 -1)"},P.createElement("path",{d:"m114.622644 327.195472 52.004717 13.810198v-18.05949l4.245283-4.249292h29.716982v21.246459 14.872523h-31.839624l-39.268868-16.997169z",fill:"#cdbdb2"}),P.createElement("path",{d:"m199.528305 327.195472 50.943397 13.810198v-18.05949l4.245283-4.249292h29.716981v21.246459 14.872523h-31.839623l-39.268868-16.997169z",fill:"#cdbdb2",transform:"matrix(-1 0 0 1 483.96227 0)"}),P.createElement("path",{d:"m170.872644 287.889523-4.245283 35.056657 5.306604-4.249292h55.18868l6.367925 4.249292-4.245284-35.056657-8.490565-5.311615-42.452832 1.062323z",fill:"#393939"}),P.createElement("path",{d:"m142.216984 50.9915022 25.471698 59.4900858 11.674528 173.158643h41.391511l12.735849-173.158643 23.349056-59.4900858z",fill:"#f89c35"}),P.createElement("path",{d:"m30.7783023 181.657226-29.71698153 86.048161 74.29245393-4.249293h47.7594343v-37.181303l-2.122641-76.487253-10.613208 8.498583z",fill:"#f89d35"}),P.createElement("path",{d:"m87.0283032 191.218134 87.0283028 2.124646-9.551886 44.617563-41.391511-10.623229z",fill:"#d87c30"}),P.createElement("path",{d:"m87.0283032 192.280457 36.0849058 33.994334v33.994334z",fill:"#ea8d3a"}),P.createElement("path",{d:"m123.113209 227.337114 42.452831 10.623229 13.79717 45.679888-9.551886 5.311615-46.698115-27.620398z",fill:"#f89d35"}),P.createElement("path",{d:"m123.113209 261.331448-8.490565 65.864024 56.25-39.305949z",fill:"#eb8f35"}),P.createElement("path",{d:"m174.056606 193.34278 5.306604 90.297451-15.919812-46.211049z",fill:"#ea8e3a"}),P.createElement("path",{d:"m74.2924539 262.393771 48.8207551-1.062323-8.490565 65.864024z",fill:"#d87c30"}),P.createElement("path",{d:"m24.4103777 355.878193 90.2122663-28.682721-40.3301901-64.801701-73.23113313 5.311616z",fill:"#eb8f35"}),P.createElement("path",{d:"m167.688682 110.481588-45.636793 38.243627-35.0235858 42.492919 87.0283028 3.186969z",fill:"#e8821e"}),P.createElement("path",{d:"m114.622644 327.195472 56.25-39.305949-4.245283 33.994334v19.121813l-38.207548-7.43626z",fill:"#dfcec3"}),P.createElement("path",{d:"m229.245286 327.195472 55.18868-39.305949-4.245283 33.994334v19.121813l-38.207548-7.43626z",fill:"#dfcec3",transform:"matrix(-1 0 0 1 513.679252 0)"}),P.createElement("path",{d:"m132.665096 212.464593-11.674528 24.433427 41.39151-10.623229z",fill:"#393939",transform:"matrix(-1 0 0 1 283.372646 0)"}),P.createElement("path",{d:"m23.349057 1.06232296 144.339625 109.41926504-24.410378-59.4900858z",fill:"#e88f35"}),P.createElement("path",{d:"m23.349057 1.06232296-19.10377392 58.42776294 10.61320772 63.7393781-7.42924541 4.249292 10.61320771 9.560906-8.49056617 7.436261 11.67452847 10.623229-7.4292454 6.373938 16.9811323 21.246459 79.5990577-24.433428c38.915096-31.161473 58.018869-47.096318 57.311322-47.804533-.707548-.708215-48.820756-37.1813036-144.339625-109.41926504z",fill:"#8e5a30"}),P.createElement("g",{transform:"matrix(-1 0 0 1 399.056611 0)"},P.createElement("path",{d:"m30.7783023 181.657226-29.71698153 86.048161 74.29245393-4.249293h47.7594343v-37.181303l-2.122641-76.487253-10.613208 8.498583z",fill:"#f89d35"}),P.createElement("path",{d:"m87.0283032 191.218134 87.0283028 2.124646-9.551886 44.617563-41.391511-10.623229z",fill:"#d87c30"}),P.createElement("path",{d:"m87.0283032 192.280457 36.0849058 33.994334v33.994334z",fill:"#ea8d3a"}),P.createElement("path",{d:"m123.113209 227.337114 42.452831 10.623229 13.79717 45.679888-9.551886 5.311615-46.698115-27.620398z",fill:"#f89d35"}),P.createElement("path",{d:"m123.113209 261.331448-8.490565 65.864024 55.18868-38.243626z",fill:"#eb8f35"}),P.createElement("path",{d:"m174.056606 193.34278 5.306604 90.297451-15.919812-46.211049z",fill:"#ea8e3a"}),P.createElement("path",{d:"m74.2924539 262.393771 48.8207551-1.062323-8.490565 65.864024z",fill:"#d87c30"}),P.createElement("path",{d:"m24.4103777 355.878193 90.2122663-28.682721-40.3301901-64.801701-73.23113313 5.311616z",fill:"#eb8f35"}),P.createElement("path",{d:"m167.688682 110.481588-45.636793 38.243627-35.0235858 42.492919 87.0283028 3.186969z",fill:"#e8821e"}),P.createElement("path",{d:"m132.665096 212.464593-11.674528 24.433427 41.39151-10.623229z",fill:"#393939",transform:"matrix(-1 0 0 1 283.372646 0)"}),P.createElement("path",{d:"m23.349057 1.06232296 144.339625 109.41926504-24.410378-59.4900858z",fill:"#e88f35"}),P.createElement("path",{d:"m23.349057 1.06232296-19.10377392 58.42776294 10.61320772 63.7393781-7.42924541 4.249292 10.61320771 9.560906-8.49056617 7.436261 11.67452847 10.623229-7.4292454 6.373938 16.9811323 21.246459 79.5990577-24.433428c38.915096-31.161473 58.018869-47.096318 57.311322-47.804533-.707548-.708215-48.820756-37.1813036-144.339625-109.41926504z",fill:"#8e5a30"})))));function xp(e){const{switchNetwork:t}=m.useAppKitNetwork();return n.useMemo((()=>{var n;if(!e)return;const i=null===(n=xo.get(e))||void 0===n?void 0:n.caipNetwork;return i?()=>t(i):void 0}),[e,t])}function gp({token:e,size:r="small",sx:a,children:s}){const[l,d]=n.useState(!1),{evmProvider:c,chainId:u}=fa(),p=xp(e.chainId);return $.jsxs(t.Box,{sx:i.merge({margin:"0",border:"none",padding:"0",background:"none",cursor:"pointer","&:focus":{outline:"none"},"&:active":{outline:"none"},display:"inline-flex",alignItems:"center",justifyContent:"center"},a),onClick:t=>N(this,void 0,void 0,(function*(){if(t.stopPropagation(),void 0!==e.chainId&&e.chainId!==u&&p)return void(null==p||p());if(l)return;if(!c)return;d(!0);const{result:n,failMsg:i}=yield function(e,t){return N(this,void 0,void 0,(function*(){if(!e)return{result:!1};try{return{result:yield e.send("wallet_watchAsset",{type:"ERC20",options:{address:t.address,symbol:t.symbol,decimals:t.decimals,image:t.logoURI}})}}catch(e){return console.error(e),{result:!1,failMsg:null==e?void 0:e.message}}}))}(c,e);n?Wc.getState().toast({message:o.i18n._({id:"DupCvC",message:"Added successful"}),type:"success",timeout:3e3}):Wc.getState().toast({message:`${o.i18n._({id:"v4wgrk",message:"Failed to add"})}${i?`: ${i}`:""}`,type:"error"}),d(!1)})),component:"button",children:[$.jsx(t.Box,{component:mp,sx:Object.assign({},"medium"===r?{width:16,height:16}:{width:14,height:14})}),s]})}function fp({tokens:e,width:n=24,height:i=24,gap:o=-4,cross:r,mr:a,chainId:s,showChainLogo:l,sx:d}){var c;const u=t.useTheme(),{onlyChainId:p}=G(),h=l&&!p,m=n/2;return!e||e.length<=0?$.jsx(t.Box,{sx:Object.assign({display:"inline-flex",alignItems:"center",mr:a,position:"relative",zIndex:0},d),children:$.jsx(t.Box,{component:"svg",xmlns:"http://www.w3.org/2000/svg",width:52,height:24,viewBox:"0 0 52 24",fill:"none",sx:{height:n,width:"auto",color:t.alpha(u.palette.text.primary,"light"===u.palette.mode?.11:.13),animation:"pulseKeyframe 2s ease-in-out 0.5s infinite","@keyframes pulseKeyframe":{"0%":{opacity:1},"50%":{opacity:.4},"100%":{opacity:1}}},children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.3746 4.50813C19.1755 1.76008 15.7933 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C15.7933 24 19.1755 22.2399 21.3746 19.4919C19.8788 17.3743 19 14.7898 19 12C19 9.21023 19.8788 6.62571 21.3746 4.50813ZM22 5.36441C24.1498 2.13102 27.8261 0 32 0C38.3911 0 43.6152 4.99623 43.9797 11.296C41.0986 12.163 39 14.8364 39 18C39 19.1371 39.2711 20.2108 39.7523 21.1602C37.6611 22.9317 34.9553 24 32 24C27.8261 24 24.1498 21.869 22 18.6356C20.7363 16.735 20 14.4535 20 12C20 9.54653 20.7363 7.26502 22 5.36441ZM52 18C52 21.3137 49.3137 24 46 24C43.5588 24 41.458 22.542 40.5211 20.4493C40.5042 20.4116 40.4876 20.3736 40.4715 20.3355C40.1679 19.6176 40 18.8284 40 18C40 15.3894 41.6673 13.1682 43.9952 12.3431C44.6221 12.1209 45.2969 12 46 12C49.3137 12 52 14.6863 52 18Z",fill:"currentColor"})})}):$.jsxs(t.Box,{sx:Object.assign({display:"inline-flex",alignItems:"center",mr:a,position:"relative",zIndex:0},d),children:[e.map(((e,i)=>$.jsx(t.Box,{sx:{display:"inline-flex",width:n,height:n,ml:i>0?o:0,borderRadius:"50%",backgroundColor:u.palette.background.default},children:"object"==typeof e?$.jsx(Hs,{address:e.address,width:n,height:n,chainId:s,url:e.logoURI,cross:r,noShowChain:!0,noBorder:!0,marginRight:0}):$.jsx(t.Box,{component:"img",height:n,src:e})},i))),h&&xo.has(s)?$.jsx(t.Box,{component:null===(c=xo.get(s))||void 0===c?void 0:c.logo,sx:{position:"absolute",bottom:0,right:0,zIndex:e.length+1,transform:"translateX(50%)",width:m,height:m}}):""]})}function yp({loading:e,empty:n,hasSearch:i,children:o,refetch:r}){return e?$.jsx(t.Box,{sx:{display:"flex",flexDirection:"column",justifyContent:"center",gap:24,px:24,height:320},children:cp(4).map(((e,n)=>$.jsx(t.Skeleton,{width:"100%",height:45},n)))}):r?$.jsx(ne,{refresh:r,sx:{height:320}}):n?$.jsx(X,{hasSearch:i,sx:{height:320}}):$.jsx($.Fragment,{children:o})}function vp({show:e,onClick:n,sx:i}){return $.jsx(t.Box,{component:t.ButtonBase,sx:Object.assign({p:3,transform:e?"rotate(180deg)":"none",transition:"all 100ms",color:"text.primary",display:"flex",alignItems:"center",justifyContent:"center"},i),onClick:n,children:$.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.58398 11.376C8.78189 11.6728 9.21811 11.6728 9.41603 11.376L12.4818 6.77735C12.7033 6.44507 12.4651 6 12.0657 6H5.93426C5.53491 6 5.29672 6.44507 5.51823 6.77735L8.58398 11.376Z",fill:"currentColor"})})})}function bp({isMobile:e,statusText:n,statusColor:i,time:o,alphaColor:r,sx:a,children:s}){const l=t.useTheme(),d=t.alpha(i,.1),c=r?t.alpha(i,r):i;return $.jsxs(t.Box,{sx:Object.assign({display:"flex",flexDirection:"column",alignItems:e?"center":"flex-start",gap:2,typography:"h6",color:"text.secondary"},a),children:[$.jsxs(t.Box,{sx:{padding:l.spacing(4,16),borderRadius:4,backgroundColor:d,color:c,textAlign:"center",display:"flex",alignItems:"center",justifyContent:"center"},children:[n,s]}),o]})}function Cp({token:e,amount:n,canAddMetamask:i,title:o,linkVisible:r=!0}){var a,s;return $.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:2},children:[$.jsxs(t.Box,{sx:{typography:"h6",fontWeight:500,color:"text.primary"},children:[o,": ",Do({input:n,decimals:null==e?void 0:e.decimals})," ",null==e?void 0:e.symbol]}),i&&e&&$.jsx(gp,{token:e})]}),$.jsxs(t.Box,{sx:{display:"inline-flex",alignItems:"center",gap:4,typography:"h6",fontWeight:500,color:"text.secondary"},children:[e&&null!==(s=null===(a=xo.get(e.chainId))||void 0===a?void 0:a.name)&&void 0!==s?s:"-",r&&$.jsx(dp,{})]})]})}function jp({token:e,amount:n,showChain:i,hideLogo:o,canAddMetamask:r,sx:a}){var s,l;let d="";i&&(d=null!==(l=null===(s=xo.get(e.chainId))||void 0===s?void 0:s.name)&&void 0!==l?l:"");const c=Do({input:n,decimals:e.decimals});return $.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",gap:4},a),children:[!o&&$.jsx(Hs,{address:e.address,chainId:e.chainId,width:20,height:20}),$.jsxs(t.Box,{sx:{fontWeight:600},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,wordBreak:"break-word"},children:[`${c} ${e.symbol}`,r&&$.jsx(gp,{token:e})]}),!!d&&$.jsxs(t.Box,{sx:{display:"inline-flex",alignItems:"center",gap:2,typography:"h6",fontWeight:500,color:"text.secondary"},children:[d,$.jsx(dp,{})]})]})]})}function wp({height:n=64,sx:i,onClick:o,hasMore:r,loading:a}){return t.useTheme(),r?$.jsx(t.ButtonBase,{sx:Object.assign({display:"flex",justifyContent:"center",alignItems:"center",height:n,width:"100%",typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},i),onClick:o,children:a?$.jsx(t.RotatingIcon,{}):$.jsxs($.Fragment,{children:[$.jsx(e.Trans,{id:"yQ2kGp",message:"Load more"}),$.jsx(t.Box,{component:oe.ArrowRight,sx:{transform:"rotate(90deg)"}})]})}):null}function kp(e){var{sx:n,children:i,hasMore:o,loadMore:r,loadMoreLoading:a}=e,s=F(e,["sx","children","hasMore","loadMore","loadMoreLoading"]);return t.useTheme(),$.jsxs(t.Box,{sx:Object.assign({position:"relative",flex:1,overflowY:"auto",pt:12,px:20,pb:20},n),...s,children:[$.jsx(t.Box,{component:"table",sx:{width:"100%",borderCollapse:"separate",borderSpacing:"0 4px","& th":{py:12,px:24,typography:"body2",textAlign:"left",color:"text.secondary",backgroundColor:"background.paper"},"& th:first-of-type":{borderTopLeftRadius:"8px",borderBottomLeftRadius:"8px"},"& th:last-of-type":{borderTopRightRadius:"8px",borderBottomRightRadius:"8px"},"& td":{px:24,py:16,backgroundColor:"background.paper"},"& thead":{position:"sticky",top:0,zIndex:2,"&::after":{content:'""',display:"table-row",height:"0"}}},children:i}),!!r&&$.jsx(wp,{loading:a,hasMore:o,onClick:r})]})}const Tp=new cr("properties/5.8.0");function Bp(e,t,n){Object.defineProperty(e,t,{enumerable:!0,value:n,writable:!1})}function Ip(e,t){for(let n=0;n<32;n++){if(e[t])return e[t];if(!e.prototype||"object"!=typeof e.prototype)break;e=Object.getPrototypeOf(e.prototype).constructor}return null}const Ep={bigint:!0,boolean:!0,function:!0,number:!0,string:!0};function Ap(e){if(null==e||Ep[typeof e])return!0;if(Array.isArray(e)||"object"==typeof e){if(!Object.isFrozen(e))return!1;const t=Object.keys(e);for(let n=0;n<t.length;n++){let i=null;try{i=e[t[n]]}catch(e){continue}if(!Ap(i))return!1}return!0}return Tp.throwArgumentError("Cannot deepCopy "+typeof e,"object",e)}function Sp(e){if(Ap(e))return e;if(Array.isArray(e))return Object.freeze(e.map((e=>Lp(e))));if("object"==typeof e){const t={};for(const n in e){const i=e[n];void 0!==i&&Bp(t,n,Lp(i))}return t}return Tp.throwArgumentError("Cannot deepCopy "+typeof e,"object",e)}function Lp(e){return Sp(e)}class Rp{constructor(e){for(const t in e)this[t]=Lp(e[t])}}const Op="abi/5.8.0",Mp=new cr(Op),Pp={};let _p={calldata:!0,memory:!0,storage:!0},Fp={calldata:!0,memory:!0};function Np(e,t){if("bytes"===e||"string"===e){if(_p[t])return!0}else if("address"===e){if("payable"===t)return!0}else if((e.indexOf("[")>=0||"tuple"===e)&&Fp[t])return!0;return(_p[t]||"payable"===t)&&Mp.throwArgumentError("invalid modifier","name",t),!1}function Dp(e,t){for(let n in t)Bp(e,n,t[n])}const qp=Object.freeze({sighash:"sighash",minimal:"minimal",full:"full",json:"json"}),Up=new RegExp(/^(.*)\[([0-9]*)\]$/);class Vp{constructor(e,t){e!==Pp&&Mp.throwError("use fromString",cr.errors.UNSUPPORTED_OPERATION,{operation:"new ParamType()"}),Dp(this,t);let n=this.type.match(Up);Dp(this,n?{arrayLength:parseInt(n[2]||"-1"),arrayChildren:Vp.fromObject({type:n[1],components:this.components}),baseType:"array"}:{arrayLength:null,arrayChildren:null,baseType:null!=this.components?"tuple":this.type}),this._isParamType=!0,Object.freeze(this)}format(e){if(e||(e=qp.sighash),qp[e]||Mp.throwArgumentError("invalid format type","format",e),e===qp.json){let t={type:"tuple"===this.baseType?"tuple":this.type,name:this.name||void 0};return"boolean"==typeof this.indexed&&(t.indexed=this.indexed),this.components&&(t.components=this.components.map((t=>JSON.parse(t.format(e))))),JSON.stringify(t)}let t="";return"array"===this.baseType?(t+=this.arrayChildren.format(e),t+="["+(this.arrayLength<0?"":String(this.arrayLength))+"]"):"tuple"===this.baseType?(e!==qp.sighash&&(t+=this.type),t+="("+this.components.map((t=>t.format(e))).join(e===qp.full?", ":",")+")"):t+=this.type,e!==qp.sighash&&(!0===this.indexed&&(t+=" indexed"),e===qp.full&&this.name&&(t+=" "+this.name)),t}static from(e,t){return"string"==typeof e?Vp.fromString(e,t):Vp.fromObject(e)}static fromObject(e){return Vp.isParamType(e)?e:new Vp(Pp,{name:e.name||null,type:Jp(e.type),indexed:null==e.indexed?null:!!e.indexed,components:e.components?e.components.map(Vp.fromObject):null})}static fromString(e,t){return n=function(e,t){let n=e;function i(t){Mp.throwArgumentError(`unexpected character at position ${t}`,"param",e)}function o(e){let n={type:"",name:"",parent:e,state:{allowType:!0}};return t&&(n.indexed=!1),n}e=e.replace(/\s/g," ");let r={type:"",name:"",state:{allowType:!0}},a=r;for(let n=0;n<e.length;n++){let r=e[n];switch(r){case"(":a.state.allowType&&""===a.type?a.type="tuple":a.state.allowParams||i(n),a.state.allowType=!1,a.type=Jp(a.type),a.components=[o(a)],a=a.components[0];break;case")":delete a.state,"indexed"===a.name&&(t||i(n),a.indexed=!0,a.name=""),Np(a.type,a.name)&&(a.name=""),a.type=Jp(a.type);let e=a;a=a.parent,a||i(n),delete e.parent,a.state.allowParams=!1,a.state.allowName=!0,a.state.allowArray=!0;break;case",":delete a.state,"indexed"===a.name&&(t||i(n),a.indexed=!0,a.name=""),Np(a.type,a.name)&&(a.name=""),a.type=Jp(a.type);let s=o(a.parent);a.parent.components.push(s),delete a.parent,a=s;break;case" ":a.state.allowType&&""!==a.type&&(a.type=Jp(a.type),delete a.state.allowType,a.state.allowName=!0,a.state.allowParams=!0),a.state.allowName&&""!==a.name&&("indexed"===a.name?(t||i(n),a.indexed&&i(n),a.indexed=!0,a.name=""):Np(a.type,a.name)?a.name="":a.state.allowName=!1);break;case"[":a.state.allowArray||i(n),a.type+=r,a.state.allowArray=!1,a.state.allowName=!1,a.state.readArray=!0;break;case"]":a.state.readArray||i(n),a.type+=r,a.state.readArray=!1,a.state.allowArray=!0,a.state.allowName=!0;break;default:a.state.allowType?(a.type+=r,a.state.allowParams=!0,a.state.allowArray=!0):a.state.allowName?(a.name+=r,delete a.state.allowArray):a.state.readArray?a.type+=r:i(n)}}return a.parent&&Mp.throwArgumentError("unexpected eof","param",e),delete r.state,"indexed"===a.name?(t||i(n.length-7),a.indexed&&i(n.length-7),a.indexed=!0,a.name=""):Np(a.type,a.name)&&(a.name=""),r.type=Jp(r.type),r}(e,!!t),Vp.fromObject({name:n.name,type:n.type,indexed:n.indexed,components:n.components});var n}static isParamType(e){return!(null==e||!e._isParamType)}}function Hp(e,t){return function(e){e=e.trim();let t=[],n="",i=0;for(let o=0;o<e.length;o++){let r=e[o];","===r&&0===i?(t.push(n),n=""):(n+=r,"("===r?i++:")"===r&&(i--,-1===i&&Mp.throwArgumentError("unbalanced parenthesis","value",e)))}n&&t.push(n);return t}(e).map((e=>Vp.fromString(e,t)))}class Wp{constructor(e,t){e!==Pp&&Mp.throwError("use a static from method",cr.errors.UNSUPPORTED_OPERATION,{operation:"new Fragment()"}),Dp(this,t),this._isFragment=!0,Object.freeze(this)}static from(e){return Wp.isFragment(e)?e:"string"==typeof e?Wp.fromString(e):Wp.fromObject(e)}static fromObject(e){if(Wp.isFragment(e))return e;switch(e.type){case"function":return Yp.fromObject(e);case"event":return Zp.fromObject(e);case"constructor":return Gp.fromObject(e);case"error":return Kp.fromObject(e);case"fallback":case"receive":return null}return Mp.throwArgumentError("invalid fragment object","value",e)}static fromString(e){return"event"===(e=(e=(e=e.replace(/\s/g," ")).replace(/\(/g," (").replace(/\)/g,") ").replace(/\s+/g," ")).trim()).split(" ")[0]?Zp.fromString(e.substring(5).trim()):"function"===e.split(" ")[0]?Yp.fromString(e.substring(8).trim()):"constructor"===e.split("(")[0].trim()?Gp.fromString(e.trim()):"error"===e.split(" ")[0]?Kp.fromString(e.substring(5).trim()):Mp.throwArgumentError("unsupported fragment","value",e)}static isFragment(e){return!(!e||!e._isFragment)}}class Zp extends Wp{format(e){if(e||(e=qp.sighash),qp[e]||Mp.throwArgumentError("invalid format type","format",e),e===qp.json)return JSON.stringify({type:"event",anonymous:this.anonymous,name:this.name,inputs:this.inputs.map((t=>JSON.parse(t.format(e))))});let t="";return e!==qp.sighash&&(t+="event "),t+=this.name+"("+this.inputs.map((t=>t.format(e))).join(e===qp.full?", ":",")+") ",e!==qp.sighash&&this.anonymous&&(t+="anonymous "),t.trim()}static from(e){return"string"==typeof e?Zp.fromString(e):Zp.fromObject(e)}static fromObject(e){if(Zp.isEventFragment(e))return e;"event"!==e.type&&Mp.throwArgumentError("invalid event object","value",e);const t={name:th(e.name),anonymous:e.anonymous,inputs:e.inputs?e.inputs.map(Vp.fromObject):[],type:"event"};return new Zp(Pp,t)}static fromString(e){let t=e.match(nh);t||Mp.throwArgumentError("invalid event string","value",e);let n=!1;return t[3].split(" ").forEach((e=>{switch(e.trim()){case"anonymous":n=!0;break;case"":break;default:Mp.warn("unknown modifier: "+e)}})),Zp.fromObject({name:t[1].trim(),anonymous:n,inputs:Hp(t[2],!0),type:"event"})}static isEventFragment(e){return e&&e._isFragment&&"event"===e.type}}function $p(e,t){t.gas=null;let n=e.split("@");return 1!==n.length?(n.length>2&&Mp.throwArgumentError("invalid human-readable ABI signature","value",e),n[1].match(/^[0-9]+$/)||Mp.throwArgumentError("invalid human-readable ABI signature gas","value",e),t.gas=x.BigNumber.from(n[1]),n[0]):e}function zp(e,t){t.constant=!1,t.payable=!1,t.stateMutability="nonpayable",e.split(" ").forEach((e=>{switch(e.trim()){case"constant":t.constant=!0;break;case"payable":t.payable=!0,t.stateMutability="payable";break;case"nonpayable":t.payable=!1,t.stateMutability="nonpayable";break;case"pure":t.constant=!0,t.stateMutability="pure";break;case"view":t.constant=!0,t.stateMutability="view";break;case"external":case"public":case"":break;default:console.log("unknown modifier: "+e)}}))}function Qp(e){let t={constant:!1,payable:!0,stateMutability:"payable"};return null!=e.stateMutability?(t.stateMutability=e.stateMutability,t.constant="view"===t.stateMutability||"pure"===t.stateMutability,null!=e.constant&&!!e.constant!==t.constant&&Mp.throwArgumentError("cannot have constant function with mutability "+t.stateMutability,"value",e),t.payable="payable"===t.stateMutability,null!=e.payable&&!!e.payable!==t.payable&&Mp.throwArgumentError("cannot have payable function with mutability "+t.stateMutability,"value",e)):null!=e.payable?(t.payable=!!e.payable,null!=e.constant||t.payable||"constructor"===e.type||Mp.throwArgumentError("unable to determine stateMutability","value",e),t.constant=!!e.constant,t.constant?t.stateMutability="view":t.stateMutability=t.payable?"payable":"nonpayable",t.payable&&t.constant&&Mp.throwArgumentError("cannot have constant payable function","value",e)):null!=e.constant?(t.constant=!!e.constant,t.payable=!t.constant,t.stateMutability=t.constant?"view":"payable"):"constructor"!==e.type&&Mp.throwArgumentError("unable to determine stateMutability","value",e),t}class Gp extends Wp{format(e){if(e||(e=qp.sighash),qp[e]||Mp.throwArgumentError("invalid format type","format",e),e===qp.json)return JSON.stringify({type:"constructor",stateMutability:"nonpayable"!==this.stateMutability?this.stateMutability:void 0,payable:this.payable,gas:this.gas?this.gas.toNumber():void 0,inputs:this.inputs.map((t=>JSON.parse(t.format(e))))});e===qp.sighash&&Mp.throwError("cannot format a constructor for sighash",cr.errors.UNSUPPORTED_OPERATION,{operation:"format(sighash)"});let t="constructor("+this.inputs.map((t=>t.format(e))).join(e===qp.full?", ":",")+") ";return this.stateMutability&&"nonpayable"!==this.stateMutability&&(t+=this.stateMutability+" "),t.trim()}static from(e){return"string"==typeof e?Gp.fromString(e):Gp.fromObject(e)}static fromObject(e){if(Gp.isConstructorFragment(e))return e;"constructor"!==e.type&&Mp.throwArgumentError("invalid constructor object","value",e);let t=Qp(e);t.constant&&Mp.throwArgumentError("constructor cannot be constant","value",e);const n={name:null,type:e.type,inputs:e.inputs?e.inputs.map(Vp.fromObject):[],payable:t.payable,stateMutability:t.stateMutability,gas:e.gas?x.BigNumber.from(e.gas):null};return new Gp(Pp,n)}static fromString(e){let t={type:"constructor"},n=(e=$p(e,t)).match(nh);return n&&"constructor"===n[1].trim()||Mp.throwArgumentError("invalid constructor string","value",e),t.inputs=Hp(n[2].trim(),!1),zp(n[3].trim(),t),Gp.fromObject(t)}static isConstructorFragment(e){return e&&e._isFragment&&"constructor"===e.type}}class Yp extends Gp{format(e){if(e||(e=qp.sighash),qp[e]||Mp.throwArgumentError("invalid format type","format",e),e===qp.json)return JSON.stringify({type:"function",name:this.name,constant:this.constant,stateMutability:"nonpayable"!==this.stateMutability?this.stateMutability:void 0,payable:this.payable,gas:this.gas?this.gas.toNumber():void 0,inputs:this.inputs.map((t=>JSON.parse(t.format(e)))),outputs:this.outputs.map((t=>JSON.parse(t.format(e))))});let t="";return e!==qp.sighash&&(t+="function "),t+=this.name+"("+this.inputs.map((t=>t.format(e))).join(e===qp.full?", ":",")+") ",e!==qp.sighash&&(this.stateMutability?"nonpayable"!==this.stateMutability&&(t+=this.stateMutability+" "):this.constant&&(t+="view "),this.outputs&&this.outputs.length&&(t+="returns ("+this.outputs.map((t=>t.format(e))).join(", ")+") "),null!=this.gas&&(t+="@"+this.gas.toString()+" ")),t.trim()}static from(e){return"string"==typeof e?Yp.fromString(e):Yp.fromObject(e)}static fromObject(e){if(Yp.isFunctionFragment(e))return e;"function"!==e.type&&Mp.throwArgumentError("invalid function object","value",e);let t=Qp(e);const n={type:e.type,name:th(e.name),constant:t.constant,inputs:e.inputs?e.inputs.map(Vp.fromObject):[],outputs:e.outputs?e.outputs.map(Vp.fromObject):[],payable:t.payable,stateMutability:t.stateMutability,gas:e.gas?x.BigNumber.from(e.gas):null};return new Yp(Pp,n)}static fromString(e){let t={type:"function"},n=(e=$p(e,t)).split(" returns ");n.length>2&&Mp.throwArgumentError("invalid function string","value",e);let i=n[0].match(nh);if(i||Mp.throwArgumentError("invalid function signature","value",e),t.name=i[1].trim(),t.name&&th(t.name),t.inputs=Hp(i[2],!1),zp(i[3].trim(),t),n.length>1){let i=n[1].match(nh);""==i[1].trim()&&""==i[3].trim()||Mp.throwArgumentError("unexpected tokens","value",e),t.outputs=Hp(i[2],!1)}else t.outputs=[];return Yp.fromObject(t)}static isFunctionFragment(e){return e&&e._isFragment&&"function"===e.type}}function Xp(e){const t=e.format();return"Error(string)"!==t&&"Panic(uint256)"!==t||Mp.throwArgumentError(`cannot specify user defined ${t} error`,"fragment",e),e}class Kp extends Wp{format(e){if(e||(e=qp.sighash),qp[e]||Mp.throwArgumentError("invalid format type","format",e),e===qp.json)return JSON.stringify({type:"error",name:this.name,inputs:this.inputs.map((t=>JSON.parse(t.format(e))))});let t="";return e!==qp.sighash&&(t+="error "),t+=this.name+"("+this.inputs.map((t=>t.format(e))).join(e===qp.full?", ":",")+") ",t.trim()}static from(e){return"string"==typeof e?Kp.fromString(e):Kp.fromObject(e)}static fromObject(e){if(Kp.isErrorFragment(e))return e;"error"!==e.type&&Mp.throwArgumentError("invalid error object","value",e);const t={type:e.type,name:th(e.name),inputs:e.inputs?e.inputs.map(Vp.fromObject):[]};return Xp(new Kp(Pp,t))}static fromString(e){let t={type:"error"},n=e.match(nh);return n||Mp.throwArgumentError("invalid error signature","value",e),t.name=n[1].trim(),t.name&&th(t.name),t.inputs=Hp(n[2],!1),Xp(Kp.fromObject(t))}static isErrorFragment(e){return e&&e._isFragment&&"error"===e.type}}function Jp(e){return e.match(/^uint($|[^1-9])/)?e="uint256"+e.substring(4):e.match(/^int($|[^1-9])/)&&(e="int256"+e.substring(3)),e}const eh=new RegExp("^[a-zA-Z$_][a-zA-Z0-9$_]*$");function th(e){return e&&e.match(eh)||Mp.throwArgumentError(`invalid identifier "${e}"`,"value",e),e}const nh=new RegExp("^([^)(]*)\\((.*)\\)([^)(]*)$");const ih=new cr(Op);class oh{constructor(e,t,n,i){this.name=e,this.type=t,this.localName=n,this.dynamic=i}_throwError(e,t){ih.throwArgumentError(e,this.localName,t)}}class rh{constructor(e){Bp(this,"wordSize",e||32),this._data=[],this._dataLength=0,this._padding=new Uint8Array(e)}get data(){return function(e){let t="0x";return e.forEach((e=>{t+=Cr(e).substring(2)})),t}(this._data)}get length(){return this._dataLength}_writeData(e){return this._data.push(e),this._dataLength+=e.length,e.length}appendWriter(e){return this._writeData(fr(e._data))}writeBytes(e){let t=gr(e);const n=t.length%this.wordSize;return n&&(t=fr([t,this._padding.slice(n)])),this._writeData(t)}_getValue(e){let t=gr(x.BigNumber.from(e));return t.length>this.wordSize&&ih.throwError("value out-of-bounds",cr.errors.BUFFER_OVERRUN,{length:this.wordSize,offset:t.length}),t.length%this.wordSize&&(t=fr([this._padding.slice(t.length%this.wordSize),t])),t}writeValue(e){return this._writeData(this._getValue(e))}writeUpdatableValue(){const e=this._data.length;return this._data.push(this._padding),this._dataLength+=this.wordSize,t=>{this._data[e]=this._getValue(t)}}}class ah{constructor(e,t,n,i){Bp(this,"_data",gr(e)),Bp(this,"wordSize",t||32),Bp(this,"_coerceFunc",n),Bp(this,"allowLoose",i),this._offset=0}get data(){return Cr(this._data)}get consumed(){return this._offset}static coerce(e,t){let n=e.match("^u?int([0-9]+)$");return n&&parseInt(n[1])<=48&&(t=t.toNumber()),t}coerce(e,t){return this._coerceFunc?this._coerceFunc(e,t):ah.coerce(e,t)}_peekBytes(e,t,n){let i=Math.ceil(t/this.wordSize)*this.wordSize;return this._offset+i>this._data.length&&(this.allowLoose&&n&&this._offset+t<=this._data.length?i=t:ih.throwError("data out-of-bounds",cr.errors.BUFFER_OVERRUN,{length:this._data.length,offset:this._offset+i})),this._data.slice(this._offset,this._offset+i)}subReader(e){return new ah(this._data.slice(this._offset+e),this.wordSize,this._coerceFunc,this.allowLoose)}readBytes(e,t){let n=this._peekBytes(0,e,!!t);return this._offset+=n.length,n.slice(0,e)}readValue(){return x.BigNumber.from(this.readBytes(this.wordSize))}}class sh extends oh{constructor(e){super("address","address",e,!1)}defaultValue(){return"0x0000000000000000000000000000000000000000"}encode(e,t){try{t=Or(t)}catch(e){this._throwError(e.message,t)}return e.writeValue(t)}decode(e){return Or(kr(e.readValue().toHexString(),20))}}class lh extends oh{constructor(e){super(e.name,e.type,void 0,e.dynamic),this.coder=e}defaultValue(){return this.coder.defaultValue()}encode(e,t){return this.coder.encode(e,t)}decode(e){return this.coder.decode(e)}}const dh=new cr(Op);function ch(e,t,n){let i=null;if(Array.isArray(n))i=n;else if(n&&"object"==typeof n){let e={};i=t.map((t=>{const i=t.localName;return i||dh.throwError("cannot encode object for signature with missing names",cr.errors.INVALID_ARGUMENT,{argument:"values",coder:t,value:n}),e[i]&&dh.throwError("cannot encode object for signature with duplicate names",cr.errors.INVALID_ARGUMENT,{argument:"values",coder:t,value:n}),e[i]=!0,n[i]}))}else dh.throwArgumentError("invalid tuple value","tuple",n);t.length!==i.length&&dh.throwArgumentError("types/value length mismatch","tuple",n);let o=new rh(e.wordSize),r=new rh(e.wordSize),a=[];t.forEach(((e,t)=>{let n=i[t];if(e.dynamic){let t=r.length;e.encode(r,n);let i=o.writeUpdatableValue();a.push((e=>{i(e+t)}))}else e.encode(o,n)})),a.forEach((e=>{e(o.length)}));let s=e.appendWriter(o);return s+=e.appendWriter(r),s}function uh(e,t){let n=[],i=e.subReader(0);t.forEach((t=>{let o=null;if(t.dynamic){let n=e.readValue(),r=i.subReader(n.toNumber());try{o=t.decode(r)}catch(e){if(e.code===cr.errors.BUFFER_OVERRUN)throw e;o=e,o.baseType=t.name,o.name=t.localName,o.type=t.type}}else try{o=t.decode(e)}catch(e){if(e.code===cr.errors.BUFFER_OVERRUN)throw e;o=e,o.baseType=t.name,o.name=t.localName,o.type=t.type}null!=o&&n.push(o)}));const o=t.reduce(((e,t)=>{const n=t.localName;return n&&(e[n]||(e[n]=0),e[n]++),e}),{});t.forEach(((e,t)=>{let i=e.localName;if(!i||1!==o[i])return;if("length"===i&&(i="_length"),null!=n[i])return;const r=n[t];r instanceof Error?Object.defineProperty(n,i,{enumerable:!0,get:()=>{throw r}}):n[i]=r}));for(let e=0;e<n.length;e++){const t=n[e];t instanceof Error&&Object.defineProperty(n,e,{enumerable:!0,get:()=>{throw t}})}return Object.freeze(n)}class ph extends oh{constructor(e,t,n){super("array",e.type+"["+(t>=0?t:"")+"]",n,-1===t||e.dynamic),this.coder=e,this.length=t}defaultValue(){const e=this.coder.defaultValue(),t=[];for(let n=0;n<this.length;n++)t.push(e);return t}encode(e,t){Array.isArray(t)||this._throwError("expected array value",t);let n=this.length;-1===n&&(n=t.length,e.writeValue(t.length)),dh.checkArgumentCount(t.length,n,"coder array"+(this.localName?" "+this.localName:""));let i=[];for(let e=0;e<t.length;e++)i.push(this.coder);return ch(e,i,t)}decode(e){let t=this.length;-1===t&&(t=e.readValue().toNumber(),32*t>e._data.length&&dh.throwError("insufficient data length",cr.errors.BUFFER_OVERRUN,{length:e._data.length,count:t}));let n=[];for(let e=0;e<t;e++)n.push(new lh(this.coder));return e.coerce(this.name,uh(e,n))}}class hh extends oh{constructor(e){super("bool","bool",e,!1)}defaultValue(){return!1}encode(e,t){return e.writeValue(t?1:0)}decode(e){return e.coerce(this.type,!e.readValue().isZero())}}class mh extends oh{constructor(e,t){super(e,e,t,!0)}defaultValue(){return"0x"}encode(e,t){t=gr(t);let n=e.writeValue(t.length);return n+=e.writeBytes(t),n}decode(e){return e.readBytes(e.readValue().toNumber(),!0)}}class xh extends mh{constructor(e){super("bytes",e)}decode(e){return e.coerce(this.name,Cr(super.decode(e)))}}class gh extends oh{constructor(e,t){let n="bytes"+String(e);super(n,n,t,!1),this.size=e}defaultValue(){return"0x0000000000000000000000000000000000000000000000000000000000000000".substring(0,2+2*this.size)}encode(e,t){let n=gr(t);return n.length!==this.size&&this._throwError("incorrect data length",t),e.writeBytes(n)}decode(e){return e.coerce(this.name,Cr(e.readBytes(this.size)))}}class fh extends oh{constructor(e){super("null","",e,!1)}defaultValue(){return null}encode(e,t){return null!=t&&this._throwError("not null",t),e.writeBytes([])}decode(e){return e.readBytes(0),e.coerce(this.name,null)}}class yh extends oh{constructor(e,t,n){const i=(t?"int":"uint")+8*e;super(i,i,n,!1),this.size=e,this.signed=t}defaultValue(){return 0}encode(e,t){let n=x.BigNumber.from(t),i=Nr.mask(8*e.wordSize);if(this.signed){let e=i.mask(8*this.size-1);(n.gt(e)||n.lt(e.add(Fr).mul(Pr)))&&this._throwError("value out-of-bounds",t)}else(n.lt(_r)||n.gt(i.mask(8*this.size)))&&this._throwError("value out-of-bounds",t);return n=n.toTwos(8*this.size).mask(8*this.size),this.signed&&(n=n.fromTwos(8*this.size).toTwos(8*e.wordSize)),e.writeValue(n)}decode(e){let t=e.readValue().mask(8*this.size);return this.signed&&(t=t.fromTwos(8*this.size)),e.coerce(this.name,t)}}class vh extends mh{constructor(e){super("string",e)}defaultValue(){return""}encode(e,t){return super.encode(e,Wr(t))}decode(e){return Zr(super.decode(e))}}class bh extends oh{constructor(e,t){let n=!1;const i=[];e.forEach((e=>{e.dynamic&&(n=!0),i.push(e.type)}));super("tuple","tuple("+i.join(",")+")",t,n),this.coders=e}defaultValue(){const e=[];this.coders.forEach((t=>{e.push(t.defaultValue())}));const t=this.coders.reduce(((e,t)=>{const n=t.localName;return n&&(e[n]||(e[n]=0),e[n]++),e}),{});return this.coders.forEach(((n,i)=>{let o=n.localName;o&&1===t[o]&&("length"===o&&(o="_length"),null==e[o]&&(e[o]=e[i]))})),Object.freeze(e)}encode(e,t){return ch(e,this.coders,t)}decode(e){return e.coerce(this.name,uh(e,this.coders))}}const Ch=new cr(Op),jh=new RegExp(/^bytes([0-9]*)$/),wh=new RegExp(/^(u?int)([0-9]*)$/);const kh=new class{constructor(e){Bp(this,"coerceFunc",e||null)}_getCoder(e){switch(e.baseType){case"address":return new sh(e.name);case"bool":return new hh(e.name);case"string":return new vh(e.name);case"bytes":return new xh(e.name);case"array":return new ph(this._getCoder(e.arrayChildren),e.arrayLength,e.name);case"tuple":return new bh((e.components||[]).map((e=>this._getCoder(e))),e.name);case"":return new fh(e.name)}let t=e.type.match(wh);if(t){let n=parseInt(t[2]||"256");return(0===n||n>256||n%8!=0)&&Ch.throwArgumentError("invalid "+t[1]+" bit length","param",e),new yh(n/8,"int"===t[1],e.name)}if(t=e.type.match(jh),t){let n=parseInt(t[1]);return(0===n||n>32)&&Ch.throwArgumentError("invalid bytes length","param",e),new gh(n,e.name)}return Ch.throwArgumentError("invalid type","type",e.type)}_getWordSize(){return 32}_getReader(e,t){return new ah(e,this._getWordSize(),this.coerceFunc,t)}_getWriter(){return new rh(this._getWordSize())}getDefaultValue(e){const t=e.map((e=>this._getCoder(Vp.from(e))));return new bh(t,"_").defaultValue()}encode(e,t){e.length!==t.length&&Ch.throwError("types/values length mismatch",cr.errors.INVALID_ARGUMENT,{count:{types:e.length,values:t.length},value:{types:e,values:t}});const n=e.map((e=>this._getCoder(Vp.from(e)))),i=new bh(n,"_"),o=this._getWriter();return i.encode(o,t),o.data}decode(e,t,n){const i=e.map((e=>this._getCoder(Vp.from(e))));return new bh(i,"_").decode(this._getReader(gr(t),n))}};function Th(e){return Ir(Wr(e))}const Bh=new cr(Op);class Ih extends Rp{}class Eh extends Rp{}class Ah extends Rp{}class Sh extends Rp{static isIndexed(e){return!(!e||!e._isIndexed)}}const Lh={"0x08c379a0":{signature:"Error(string)",name:"Error",inputs:["string"],reason:!0},"0x4e487b71":{signature:"Panic(uint256)",name:"Panic",inputs:["uint256"]}};function Rh(e,t){const n=new Error(`deferred error during ABI decoding triggered accessing ${e}`);return n.error=t,n}class Oh{constructor(e){let t=[];t="string"==typeof e?JSON.parse(e):e,Bp(this,"fragments",t.map((e=>Wp.from(e))).filter((e=>null!=e))),Bp(this,"_abiCoder",Ip(new.target,"getAbiCoder")()),Bp(this,"functions",{}),Bp(this,"errors",{}),Bp(this,"events",{}),Bp(this,"structs",{}),this.fragments.forEach((e=>{let t=null;switch(e.type){case"constructor":return this.deploy?void Bh.warn("duplicate definition - constructor"):void Bp(this,"deploy",e);case"function":t=this.functions;break;case"event":t=this.events;break;case"error":t=this.errors;break;default:return}let n=e.format();t[n]?Bh.warn("duplicate definition - "+n):t[n]=e})),this.deploy||Bp(this,"deploy",Gp.from({payable:!1,type:"constructor"})),Bp(this,"_isInterface",!0)}format(e){e||(e=qp.full),e===qp.sighash&&Bh.throwArgumentError("interface does not support formatting sighash","format",e);const t=this.fragments.map((t=>t.format(e)));return e===qp.json?JSON.stringify(t.map((e=>JSON.parse(e)))):t}static getAbiCoder(){return kh}static getAddress(e){return Or(e)}static getSighash(e){return wr(Th(e.format()),0,4)}static getEventTopic(e){return Th(e.format())}getFunction(e){if(vr(e)){for(const t in this.functions)if(e===this.getSighash(t))return this.functions[t];Bh.throwArgumentError("no matching function","sighash",e)}if(-1===e.indexOf("(")){const t=e.trim(),n=Object.keys(this.functions).filter((e=>e.split("(")[0]===t));return 0===n.length?Bh.throwArgumentError("no matching function","name",t):n.length>1&&Bh.throwArgumentError("multiple matching functions","name",t),this.functions[n[0]]}const t=this.functions[Yp.fromString(e).format()];return t||Bh.throwArgumentError("no matching function","signature",e),t}getEvent(e){if(vr(e)){const t=e.toLowerCase();for(const e in this.events)if(t===this.getEventTopic(e))return this.events[e];Bh.throwArgumentError("no matching event","topichash",t)}if(-1===e.indexOf("(")){const t=e.trim(),n=Object.keys(this.events).filter((e=>e.split("(")[0]===t));return 0===n.length?Bh.throwArgumentError("no matching event","name",t):n.length>1&&Bh.throwArgumentError("multiple matching events","name",t),this.events[n[0]]}const t=this.events[Zp.fromString(e).format()];return t||Bh.throwArgumentError("no matching event","signature",e),t}getError(e){if(vr(e)){const t=Ip(this.constructor,"getSighash");for(const n in this.errors){if(e===t(this.errors[n]))return this.errors[n]}Bh.throwArgumentError("no matching error","sighash",e)}if(-1===e.indexOf("(")){const t=e.trim(),n=Object.keys(this.errors).filter((e=>e.split("(")[0]===t));return 0===n.length?Bh.throwArgumentError("no matching error","name",t):n.length>1&&Bh.throwArgumentError("multiple matching errors","name",t),this.errors[n[0]]}const t=this.errors[Yp.fromString(e).format()];return t||Bh.throwArgumentError("no matching error","signature",e),t}getSighash(e){if("string"==typeof e)try{e=this.getFunction(e)}catch(t){try{e=this.getError(e)}catch(e){throw t}}return Ip(this.constructor,"getSighash")(e)}getEventTopic(e){return"string"==typeof e&&(e=this.getEvent(e)),Ip(this.constructor,"getEventTopic")(e)}_decodeParams(e,t){return this._abiCoder.decode(e,t)}_encodeParams(e,t){return this._abiCoder.encode(e,t)}encodeDeploy(e){return this._encodeParams(this.deploy.inputs,e||[])}decodeErrorResult(e,t){"string"==typeof e&&(e=this.getError(e));const n=gr(t);return Cr(n.slice(0,4))!==this.getSighash(e)&&Bh.throwArgumentError(`data signature does not match error ${e.name}.`,"data",Cr(n)),this._decodeParams(e.inputs,n.slice(4))}encodeErrorResult(e,t){return"string"==typeof e&&(e=this.getError(e)),Cr(fr([this.getSighash(e),this._encodeParams(e.inputs,t||[])]))}decodeFunctionData(e,t){"string"==typeof e&&(e=this.getFunction(e));const n=gr(t);return Cr(n.slice(0,4))!==this.getSighash(e)&&Bh.throwArgumentError(`data signature does not match function ${e.name}.`,"data",Cr(n)),this._decodeParams(e.inputs,n.slice(4))}encodeFunctionData(e,t){return"string"==typeof e&&(e=this.getFunction(e)),Cr(fr([this.getSighash(e),this._encodeParams(e.inputs,t||[])]))}decodeFunctionResult(e,t){"string"==typeof e&&(e=this.getFunction(e));let n=gr(t),i=null,o="",r=null,a=null,s=null;switch(n.length%this._abiCoder._getWordSize()){case 0:try{return this._abiCoder.decode(e.outputs,n)}catch(e){}break;case 4:{const e=Cr(n.slice(0,4)),t=Lh[e];if(t)r=this._abiCoder.decode(t.inputs,n.slice(4)),a=t.name,s=t.signature,t.reason&&(i=r[0]),"Error"===a?o=`; VM Exception while processing transaction: reverted with reason string ${JSON.stringify(r[0])}`:"Panic"===a&&(o=`; VM Exception while processing transaction: reverted with panic code ${r[0]}`);else try{const t=this.getError(e);r=this._abiCoder.decode(t.inputs,n.slice(4)),a=t.name,s=t.format()}catch(e){}break}}return Bh.throwError("call revert exception"+o,cr.errors.CALL_EXCEPTION,{method:e.format(),data:Cr(t),errorArgs:r,errorName:a,errorSignature:s,reason:i})}encodeFunctionResult(e,t){return"string"==typeof e&&(e=this.getFunction(e)),Cr(this._abiCoder.encode(e.outputs,t||[]))}encodeFilterTopics(e,t){"string"==typeof e&&(e=this.getEvent(e)),t.length>e.inputs.length&&Bh.throwError("too many arguments for "+e.format(),cr.errors.UNEXPECTED_ARGUMENT,{argument:"values",value:t});let n=[];e.anonymous||n.push(this.getEventTopic(e));const i=(e,t)=>"string"===e.type?Th(t):"bytes"===e.type?Ir(Cr(t)):("bool"===e.type&&"boolean"==typeof t&&(t=t?"0x01":"0x00"),e.type.match(/^u?int/)&&(t=x.BigNumber.from(t).toHexString()),"address"===e.type&&this._abiCoder.encode(["address"],[t]),kr(Cr(t),32));for(t.forEach(((t,o)=>{let r=e.inputs[o];r.indexed?null==t?n.push(null):"array"===r.baseType||"tuple"===r.baseType?Bh.throwArgumentError("filtering with tuples or arrays not supported","contract."+r.name,t):Array.isArray(t)?n.push(t.map((e=>i(r,e)))):n.push(i(r,t)):null!=t&&Bh.throwArgumentError("cannot filter non-indexed parameters; must be null","contract."+r.name,t)}));n.length&&null===n[n.length-1];)n.pop();return n}encodeEventLog(e,t){"string"==typeof e&&(e=this.getEvent(e));const n=[],i=[],o=[];return e.anonymous||n.push(this.getEventTopic(e)),t.length!==e.inputs.length&&Bh.throwArgumentError("event arguments/values mismatch","values",t),e.inputs.forEach(((e,r)=>{const a=t[r];if(e.indexed)if("string"===e.type)n.push(Th(a));else if("bytes"===e.type)n.push(Ir(a));else{if("tuple"===e.baseType||"array"===e.baseType)throw new Error("not implemented");n.push(this._abiCoder.encode([e.type],[a]))}else i.push(e),o.push(a)})),{data:this._abiCoder.encode(i,o),topics:n}}decodeEventLog(e,t,n){if("string"==typeof e&&(e=this.getEvent(e)),null!=n&&!e.anonymous){let t=this.getEventTopic(e);vr(n[0],32)&&n[0].toLowerCase()===t||Bh.throwError("fragment/topic mismatch",cr.errors.INVALID_ARGUMENT,{argument:"topics[0]",expected:t,value:n[0]}),n=n.slice(1)}let i=[],o=[],r=[];e.inputs.forEach(((e,t)=>{e.indexed?"string"===e.type||"bytes"===e.type||"tuple"===e.baseType||"array"===e.baseType?(i.push(Vp.fromObject({type:"bytes32",name:e.name})),r.push(!0)):(i.push(e),r.push(!1)):(o.push(e),r.push(!1))}));let a=null!=n?this._abiCoder.decode(i,fr(n)):null,s=this._abiCoder.decode(o,t,!0),l=[],d=0,c=0;e.inputs.forEach(((e,t)=>{if(e.indexed)if(null==a)l[t]=new Sh({_isIndexed:!0,hash:null});else if(r[t])l[t]=new Sh({_isIndexed:!0,hash:a[c++]});else try{l[t]=a[c++]}catch(e){l[t]=e}else try{l[t]=s[d++]}catch(e){l[t]=e}if(e.name&&null==l[e.name]){const n=l[t];n instanceof Error?Object.defineProperty(l,e.name,{enumerable:!0,get:()=>{throw Rh(`property ${JSON.stringify(e.name)}`,n)}}):l[e.name]=n}}));for(let e=0;e<l.length;e++){const t=l[e];t instanceof Error&&Object.defineProperty(l,e,{enumerable:!0,get:()=>{throw Rh(`index ${e}`,t)}})}return Object.freeze(l)}parseTransaction(e){let t=this.getFunction(e.data.substring(0,10).toLowerCase());return t?new Eh({args:this._abiCoder.decode(t.inputs,"0x"+e.data.substring(10)),functionFragment:t,name:t.name,signature:t.format(),sighash:this.getSighash(t),value:x.BigNumber.from(e.value||"0")}):null}parseLog(e){let t=this.getEvent(e.topics[0]);return!t||t.anonymous?null:new Ih({eventFragment:t,name:t.name,signature:t.format(),topic:this.getEventTopic(t),args:this.decodeEventLog(t,e.data,e.topics)})}parseError(e){const t=Cr(e);let n=this.getError(t.substring(0,10).toLowerCase());return n?new Ah({args:this._abiCoder.decode(n.inputs,"0x"+t.substring(10)),errorFragment:n,name:n.name,signature:n.format(),sighash:this.getSighash(n)}):null}static isInterface(e){return!(!e||!e._isInterface)}}function Mh({fromToken:e,toToken:i,fromTokenPrice:o,toTokenPrice:r,sx:a,children:l}){const d=t.useTheme(),[c,u]=n.useState(!1),p=n.useMemo((()=>new s(o&&r?c?r:o:0)),[o,r,c]);return $.jsxs(t.Box,{component:t.ButtonBase,sx:Object.assign({display:"flex",alignItems:"center",gap:8,color:"text.primary",typography:"body1",fontWeight:600,"&:hover>svg>path":{fill:d.palette.text.primary}},a),onClick:()=>u((e=>!e)),children:[$.jsxs(t.Box,{children:[l,"1 ",c?i.symbol:e.symbol," = ",p&&p.isFinite()?Do({input:p,decimals:c?e.decimals:i.decimals}):"-"," ",c?e.symbol:i.symbol]}),$.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[$.jsx("circle",{cx:"9",cy:"9",r:"9",fill:d.palette.border.main}),$.jsx("path",{d:"M9.5 6.5H4.5V8H13.5L9.5 4.25V6.5ZM8.25 13.75V11.5H13.5V10H4.5L8.25 13.75Z",fill:d.palette.text.secondary})]})]})}function Ph({showFold:e,isMobile:i,data:o}){const a=t.useTheme(),s=n.useMemo((()=>{var e,t,n,i,a,s,l,d,c,u,p,h,m;return[{title:"Total time spent",value:null!==(n=vs({start:null!==(e=o.startTime)&&void 0!==e?e:void 0,end:null!==(t=o.endTime)&&void 0!==t?t:void 0}))&&void 0!==n?n:"-"},{title:"Pay",value:$.jsx(Wu,{address:null!==(i=o.fromAddress)&&void 0!==i?i:"",customChainId:null!==(a=o.routeData.fromChainId)&&void 0!==a?a:r.ChainId.ZETACHAIN_TESTNET,showCopy:!0,truncate:!0,iconSpace:4,iconSize:14,size:"small"})},{title:"Receive",value:$.jsx(Wu,{address:null!==(s=o.toAddress)&&void 0!==s?s:"",customChainId:null!==(l=o.routeData.toChainId)&&void 0!==l?l:r.ChainId.ZETACHAIN_TESTNET,showCopy:!0,truncate:!0,iconSpace:4,iconSize:14,size:"small"})},{title:$.jsxs($.Fragment,{children:["Fill Gas (Destination gas)",$.jsx(au,{onlyHover:!0,title:"-",ml:0})]}),value:`$${null!==(u=null===(c=null===(d=o.fees)||void 0===d?void 0:d.find((e=>"destinationFee"===e.type)))||void 0===c?void 0:c.amountUSD)&&void 0!==u?u:"-"}`},{title:$.jsxs($.Fragment,{children:["Bridge Fee",$.jsx(au,{onlyHover:!0,title:"-",ml:0})]}),value:`$${null!==(m=null===(h=null===(p=o.fees)||void 0===p?void 0:p.find((e=>"platformFee"===e.type)))||void 0===h?void 0:h.amountUSD)&&void 0!==m?m:"-"}`}]}),[o.endTime,o.fees,o.fromAddress,o.routeData.fromChainId,o.routeData.toChainId,o.startTime,o.toAddress]);return $.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:16,p:e?16:0,borderBottomLeftRadius:8,borderBottomRightRadius:8,background:`linear-gradient(0deg, ${a.palette.background.skeleton} 0%, ${a.palette.background.skeleton} 100%), ${a.palette.background.paper}`,maxHeight:e?"auto":0,transition:"all 300ms",overflow:"hidden",[a.breakpoints.up("tablet")]:{marginTop:"-4px",marginBottom:"4px",gap:24}},children:[$.jsx(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8,[a.breakpoints.up("tablet")]:{alignItems:"center",flexDirection:"row",gap:20}},children:s.map(((e,n)=>$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"row",alignItems:"center",justifyContent:"space-between",[a.breakpoints.up("tablet")]:{flexBasis:"20%",flexGrow:1,flexShrink:1,flexDirection:"column",alignItems:"flex-start",justifyContent:"flex-start",gap:4}},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,color:"text.secondary",typography:"h6"},children:e.title}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",color:"text.primary",typography:"body2"},children:e.value})]},n)))}),null!=o.routeData.fromChainId&&null!=o.routeData.toChainId&&$.jsxs($.Fragment,{children:[$.jsx(t.Box,{sx:{height:"1px",width:"100%",backgroundColor:"border.disabled"}}),$.jsx(vd,{route:{fromChainId:o.routeData.fromChainId,toChainId:o.routeData.toChainId,step:o.routeData.step},isMobile:i})]})]})}function _h({data:e,isMobile:i,isErrorRefund:o,refetch:r}){var a,s,l,d,u,p,h,m,x,g;const f=t.useTheme(),y=za(),{chainId:v,appKitActiveNetwork:b,getAppKitAccountByChainId:C}=fa(),{statusText:j,statusColor:w,statusAlphaColor:k}=n.useMemo((()=>{let t="Loading",n=f.palette.text.primary;switch(e.status){case"pending":t="Pending",n=f.palette.text.secondary;break;case"success":t="Succeeded",n=f.palette.success.main;break;case"failure_revert":t="Failed",n=f.palette.error.main;break;case"abort":t="Aborted",n=f.palette.error.main}return{statusText:t,statusColor:n,statusAlphaColor:undefined}}),[e.status,f.palette.error.main,f.palette.success.main,f.palette.text.primary,f.palette.text.secondary]),[T,B]=n.useState(!1),I=e.createdAt?Cs(new Date(e.createdAt)):"-",E=c.useMutation({mutationFn:()=>N(this,void 0,void 0,(function*(){if(!e.externalId||!e.refundCridgeContract)return;if(v!==e.refundChainId){const t=C(e.refundChainId);if(!t)return;b.switchNetwork(t.chain.caipNetwork)}const t=new Oh([{inputs:[{internalType:"bytes32",name:"externalId",type:"bytes32"}],name:"claimRefund",outputs:[],stateMutability:"nonpayable",type:"function"}]).encodeFunctionData("claimRefund",[e.externalId]);return yield y.execute("Claim",{opcode:Ua.TX,data:t,to:e.refundCridgeContract,value:"0x0"},{metadata:{crossChainSwapClaimRefund:!0},submittedBack:()=>{r()},successBack:()=>{r()}})}))}),A=n.useMemo((()=>$.jsxs(t.Button,{variant:t.Button.Variant.contained,size:t.Button.Size.small,color:"error",isLoading:E.isPending,disabled:E.isPending||"wait_claim_refund"!==e.subStatus,onClick:()=>{E.mutate()},sx:{typography:"h6",lineHeight:"16px",py:6,minWidth:98,height:28},children:["refund_success"===e.subStatus?"Claimed":"Claim","wait_claim_refund"!==e.subStatus&&$.jsx(au,{onlyHover:!0,title:e.subStatus,ml:4,sx:{color:f.palette.text.disabled}})]})),[E,e.subStatus,f.palette.text.disabled]);return i?$.jsxs(t.Box,{sx:{backgroundColor:f.palette.background.paper,borderRadius:8},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",p:16,gap:16},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(Hs,{width:24,height:24,address:null===(a=e.fromToken)||void 0===a?void 0:a.address,chainId:null===(s=e.fromToken)||void 0===s?void 0:s.chainId}),$.jsx(t.Box,{component:"svg",width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",sx:{color:"text.secondary"},children:$.jsx("path",{d:"M7.575 8.625L4.5 11.7L5.625 12.75L9.75 8.625L5.625 4.5L4.5 5.55L7.575 8.625ZM12.15 8.625L9.075 11.7L10.125 12.75L14.25 8.625L10.125 4.5L9.075 5.55L12.15 8.625Z",fill:"currentColor"})}),$.jsx(Hs,{width:24,height:24,address:null===(l=e.toToken)||void 0===l?void 0:l.address,chainId:null===(d=e.toToken)||void 0===d?void 0:d.chainId})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(bp,{isMobile:!1,statusText:j,statusColor:w,alphaColor:k,children:"success"!==e.status&&$.jsx(au,{onlyHover:!0,title:e.subStatus,ml:4,sx:{color:w}})}),o&&A]})]}),$.jsx(t.Box,{sx:{typography:"h6",color:f.palette.text.secondary},children:I})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:16},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},children:[$.jsx(Cp,{token:e.fromToken,amount:e.fromAmount,canAddMetamask:!1,title:"Pay",linkVisible:!1}),$.jsx(Cp,{token:e.toToken,amount:e.toAmount,canAddMetamask:e.fromToken&&null!==(p=null===(u=xo.get(e.fromToken.chainId))||void 0===u?void 0:u.isEVMChain)&&void 0!==p&&p,title:"Receive",linkVisible:!1})]}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center",p:2,borderRadius:8,border:`1px solid ${f.palette.border.main}`},children:$.jsx(vp,{show:T,onClick:()=>B((e=>!e)),sx:{color:"text.secondary"}})})]})]}),$.jsx(Ph,{showFold:T,data:e,isMobile:i})]}):$.jsxs($.Fragment,{children:[$.jsxs("tr",{children:[$.jsx(t.Box,{component:"td",sx:{borderTopLeftRadius:8,borderBottomLeftRadius:T?0:8},children:e.fromToken&&$.jsx(jp,{token:e.fromToken,amount:null!==(h=e.fromAmount)&&void 0!==h?h:"",showChain:!0})}),$.jsx("td",{children:e.toToken&&$.jsx(jp,{token:e.toToken,amount:null!==(m=e.toAmount)&&void 0!==m?m:"",showChain:!0,canAddMetamask:null!==(g=null===(x=xo.get(e.toToken.chainId))||void 0===x?void 0:x.isEVMChain)&&void 0!==g&&g})}),$.jsx("td",{children:$.jsx(bp,{isMobile:i,statusText:j,statusColor:w,alphaColor:k,time:I,children:"success"!==e.status&&$.jsx(au,{onlyHover:!0,title:e.subStatus,ml:4,sx:{color:w}})})}),o?$.jsx("td",{children:A}):$.jsx("td",{children:e.fromToken&&e.toToken&&$.jsx(Mh,{fromToken:e.fromToken,toToken:e.toToken,fromTokenPrice:e.fromTokenPrice,toTokenPrice:e.toTokenPrice})}),$.jsx(t.Box,{component:"td",sx:{borderTopRightRadius:8,borderBottomRightRadius:T?0:8},children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:8},children:["refund_success"===e.subStatus&&$.jsxs($.Fragment,{children:[$.jsx(t.Tooltip,{title:"refund TX",placement:"top",onlyHover:!0,children:$.jsx(t.Box,{component:"a",href:e.refundChainId&&e.refundHash?ca(e.refundChainId,e.refundHash,"tx"):void 0,target:"_blank",rel:"noopener noreferrer",sx:{p:3,color:"primary.main",display:"flex",alignItems:"center",justifyContent:"center"},children:$.jsx(t.Box,{component:oe.ArrowTopRightBorder,sx:{width:18,height:18}})})}),$.jsx(t.Box,{sx:{height:16,width:"1px",backgroundColor:"border.main"}})]}),$.jsx(vp,{show:T,onClick:()=>B((e=>!e))})]})})]}),$.jsx("tr",{children:$.jsx(t.Box,{component:"td",colSpan:5,sx:{p:"0 !important",backgroundColor:"transparent !important"},children:$.jsx(Ph,{showFold:T,data:e})})})]})}function Fh({account:i,type:o}){const{isMobile:a}=Oa(),l=function({account:e,limit:t=5,type:i}){var o;const{tokenList:a}=Mo(),l=wa().getInfiniteQuery(r.SwapApi.graphql.cross_chain_swap_zetachain_orderList,"page",{where:{user:e,pageSize:t,type:i}}),d=c.useInfiniteQuery(Object.assign(Object.assign({},l),{enabled:!!e,initialPageParam:1,getNextPageParam:e=>{var n;const{page:i,count:o}=null!==(n=e.cross_chain_swap_zetachain_orderList)&&void 0!==n?n:{page:0,count:0};return i&&o?i*t>=o?null:i+1:null}})),u=n.useMemo((()=>{var e,t,n,i;return null!==(i=null===(n=null===(t=null===(e=d.data)||void 0===e?void 0:e.pages)||void 0===t?void 0:t.reduce(((e,t)=>{var n,i;return[...e,...null!==(i=null===(n=t.cross_chain_swap_zetachain_orderList)||void 0===n?void 0:n.list)&&void 0!==i?i:[]]}),[]))||void 0===n?void 0:n.map((e=>{const t=a.find((t=>{var n;return t.address.toLowerCase()===(null===(n=null==e?void 0:e.fromTokenAddress)||void 0===n?void 0:n.toLowerCase())&&t.chainId===(null==e?void 0:e.fromChainId)})),n=a.find((t=>{var n;return t.address.toLowerCase()===(null===(n=null==e?void 0:e.toTokenAddress)||void 0===n?void 0:n.toLowerCase())&&t.chainId===(null==e?void 0:e.toChainId)})),i=(null==e?void 0:e.fromAmount)&&t?new s(e.fromAmount).div(10**t.decimals).dp(t.decimals,s.ROUND_DOWN):null,o=(null==e?void 0:e.toAmount)&&n?new s(e.toAmount).div(10**n.decimals).dp(n.decimals,s.ROUND_DOWN):null;return{hash:null==e?void 0:e.fromHash,refundHash:null==e?void 0:e.refundHash,externalId:null==e?void 0:e.externalId,refundCridgeContract:null==e?void 0:e.refundCridgeContract,refundChainId:(null==e?void 0:e.refundChainId)?Number(e.refundChainId):void 0,fromToken:t,toToken:n,fromAmount:i,toAmount:o,startTime:(null==e?void 0:e.startTime)?1e3*e.startTime:void 0,endTime:(null==e?void 0:e.endTime)?1e3*e.endTime:void 0,createdAt:null==e?void 0:e.createdAt,fromAddress:null==e?void 0:e.fromAddress,toAddress:null==e?void 0:e.toAddress,routeData:{fromChainId:null==e?void 0:e.fromChainId,toChainId:null==e?void 0:e.toChainId,step:_o({omniPlan:null==e?void 0:e.omniPlan,tokenList:a})},fees:null==e?void 0:e.fees,status:null==e?void 0:e.status,subStatus:null==e?void 0:e.subStatus,transactionHash:null==e?void 0:e.fromHash,fromTokenPrice:i&&o&&t?o.div(i).dp(t.decimals,s.ROUND_DOWN).toString():null,toTokenPrice:i&&o&&n?i.div(o).dp(n.decimals,s.ROUND_DOWN).toString():null}})))&&void 0!==i?i:[]}),[null===(o=d.data)||void 0===o?void 0:o.pages,a]);return Object.assign(Object.assign({},d),{orderList:u})}({account:i,limit:a?10:5,type:o}),d="error_refund"===o;return $.jsx(yp,{isMobile:a,empty:!l.orderList.length,loading:l.isLoading,children:a?$.jsxs(t.Box,{sx:{pt:12,px:16,display:"flex",flexDirection:"column",gap:8},children:[l.orderList.map((e=>$.jsx(_h,{data:e,isMobile:a,isErrorRefund:d,refetch:l.refetch},e.hash))),$.jsx(wp,{loading:l.isFetchingNextPage,onClick:l.fetchNextPage,hasMore:l.hasNextPage,height:68})]}):$.jsx($.Fragment,{children:$.jsxs(kp,{loadMoreLoading:l.isFetchingNextPage,loadMore:l.fetchNextPage,hasMore:l.hasNextPage,children:[$.jsx("thead",{children:$.jsxs("tr",{children:[$.jsx("th",{children:$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:$.jsx(e.Trans,{id:"4fL/V7",message:"Pay"})})}),$.jsx("th",{children:$.jsx(e.Trans,{id:"lDgVWA",message:"Receive"})}),$.jsx("th",{children:$.jsx(e.Trans,{id:"uAQUqI",message:"Status"})}),d?$.jsx("th",{children:$.jsx(e.Trans,{id:"rzh/Z8",message:"Claim refunds"})}):$.jsx("th",{children:$.jsx(e.Trans,{id:"fqDzSu",message:"Rate"})}),$.jsx(t.Box,{component:"th",sx:{width:140,textAlign:"right !important"},children:$.jsx(e.Trans,{id:"URmyfc",message:"Details"})})]})}),$.jsx("tbody",{children:l.orderList.map((e=>$.jsx(_h,{data:e,isMobile:a,isErrorRefund:d,refetch:l.refetch},e.hash)))})]})})})}function Nh({account:e,limit:t=5}){var n,i,o,a;const l=void 0,d=wa().getInfiniteQuery(r.SwapApi.graphql.cross_chain_swap_zetachain_swapOrderList,"page",{where:{userAddress:null==e?void 0:e.toLowerCase(),pageSize:t}}),u=c.useInfiniteQuery(Object.assign(Object.assign({},d),{enabled:!!e,initialPageParam:1,getNextPageParam:e=>{var n;const{page:i,count:o}=null!==(n=e.cross_chain_swap_zetachain_swapOrderList)&&void 0!==n?n:{page:0,count:0};return i&&o?i*t>=o?null:i+1:null}})),p=null!==(a=null===(o=null===(i=null===(n=u.data)||void 0===n?void 0:n.pages)||void 0===i?void 0:i.reduce(((e,t)=>{var n,i;return[...e,...null!==(i=null===(n=t.cross_chain_swap_zetachain_swapOrderList)||void 0===n?void 0:n.list)&&void 0!==i?i:[]]}),[]))||void 0===o?void 0:o.map((t=>{var n,i,o,r,a,d,c,u,p,h,m,x,g,f,y,v,b,C;let j="";const w=null!==(i=null===(n=null==t?void 0:t.extra)||void 0===n?void 0:n.safeTxHash)&&void 0!==i?i:void 0;return w&&l&&e&&(j=l(w,null==t?void 0:t.chainId,e)),{hash:null!==(o=null==t?void 0:t.hash)&&void 0!==o?o:"",fromToken:ga({address:null!==(r=null==t?void 0:t.fromTokenAddress)&&void 0!==r?r:"",decimals:null==t?void 0:t.fromTokenDecimals,symbol:null!==(a=null==t?void 0:t.fromTokenSymbol)&&void 0!==a?a:"",name:null!==(d=null==t?void 0:t.fromTokenSymbol)&&void 0!==d?d:""},null==t?void 0:t.chainId),toToken:ga({address:null!==(c=null==t?void 0:t.toTokenAddress)&&void 0!==c?c:"",decimals:null==t?void 0:t.toTokenDecimals,symbol:null!==(u=null==t?void 0:t.toTokenSymbol)&&void 0!==u?u:"",name:null!==(p=null==t?void 0:t.toTokenSymbol)&&void 0!==p?p:""},null==t?void 0:t.chainId),fromAmount:(null==t?void 0:t.fromAmount)&&String(t.fromTokenDecimals)?new s(t.fromAmount).div(10**t.fromTokenDecimals):null,toAmount:null!==(h=null==t?void 0:t.toAmount)&&void 0!==h?h:"",minAmount:null!==(m=null==t?void 0:t.minAmount)&&void 0!==m?m:"",fromTokenPrice:null!==(x=null==t?void 0:t.fromTokenPrice)&&void 0!==x?x:"",toTokenPrice:null!==(g=null==t?void 0:t.toTokenPrice)&&void 0!==g?g:"",createdAt:null!==(f=null==t?void 0:t.createdAt)&&void 0!==f?f:"",routeData:null!==(v=null===(y=null==t?void 0:t.extra)||void 0===y?void 0:y.routeData)&&void 0!==v?v:"",safeTxHash:w,safeTxUrl:j,status:null!==(b=null==t?void 0:t.status)&&void 0!==b?b:"",transactionHash:null===(C=null==t?void 0:t.extra)||void 0===C?void 0:C.transactionHash}})))&&void 0!==a?a:[];return Object.assign(Object.assign({},u),{orderList:p})}var Dh,qh;function Uh({showFold:i,isMobile:o,data:r}){const a=t.useTheme(),{routeData:l}=Ju({rawRouteData:r.routeData,chainId:r.fromToken.chainId}),d=n.useMemo((()=>r.fromTokenPrice?new s(r.fromTokenPrice):new s(0)),[r.fromTokenPrice]);return $.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:24,p:i?16:0,borderBottomLeftRadius:8,borderBottomRightRadius:8,background:`linear-gradient(0deg, ${a.palette.background.skeleton} 0%, ${a.palette.background.skeleton} 100%), ${a.palette.background.paper}`,maxHeight:i?400:0,transition:"all 300ms",overflow:"hidden",[a.breakpoints.up("tablet")]:{marginTop:"-4px",marginBottom:"4px"}},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",typography:"h6",color:a.palette.text.secondary},children:[$.jsx(e.Trans,{id:"URmyfc",message:"Details"}),o&&$.jsxs(t.Box,{children:["Rate: 1 ",r.fromToken.symbol,"=",d&&d.isFinite()?Do({input:d,decimals:r.toToken.decimals}):"-"," ",r.toToken.symbol]})]}),o?$.jsx(Xs,{routeData:l,fromTokenRaw:r.fromToken,toTokenRaw:r.toToken}):$.jsx(Ks,{routeData:l,fromTokenRaw:r.fromToken,toTokenRaw:r.toToken})]})}function Vh({data:e,isMobile:i}){var r,a,s,l,d,c;const u=t.useTheme(),[p,h]=n.useState(!1),{statusText:m,statusColor:x,statusAlphaColor:g}=function({status:e,stateTextMap:n}){let i=n?n[e]:e;const r=t.useTheme();let a,s=o.i18n._({id:"yQE2r9",message:"Loading"}),l=r.palette.text.primary;switch(e){case Dh.Warning:s=o.i18n._({id:"GGWsTU",message:"Canceled"}),a=.1;break;case Dh.Failed:s=o.i18n._({id:"7Bj3x9",message:"Failed"}),l=r.palette.error.main;break;case Dh.Success:s=o.i18n._({id:"KAbcm2",message:"Succeeded"}),l=r.palette.success.main}return{state:i,statusText:s,statusColor:l,statusAlphaColor:a}}({status:e.status}),f=Cs(new Date(e.createdAt));return i?$.jsxs(t.Box,{sx:{backgroundColor:u.palette.background.paper,borderRadius:8},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",p:16,gap:16},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},onClick:()=>window.open(ca(e.fromToken.chainId,e.hash,"tx"),"_blank"),children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(Hs,{width:24,height:24,address:e.fromToken.address,chainId:e.fromToken.chainId}),$.jsx(t.Box,{component:"svg",width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",sx:{color:"text.secondary"},children:$.jsx("path",{d:"M7.575 8.625L4.5 11.7L5.625 12.75L9.75 8.625L5.625 4.5L4.5 5.55L7.575 8.625ZM12.15 8.625L9.075 11.7L10.125 12.75L14.25 8.625L10.125 4.5L9.075 5.55L12.15 8.625Z",fill:"currentColor"})}),$.jsx(Hs,{width:24,height:24,address:e.toToken.address,chainId:e.toToken.chainId})]}),$.jsx(bp,{isMobile:!1,statusText:m,statusColor:x,alphaColor:g})]}),$.jsx(t.Box,{sx:{typography:"h6",color:u.palette.text.secondary},children:f})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:16},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},children:[$.jsx(Cp,{token:e.fromToken,amount:e.fromAmount,canAddMetamask:!1,title:"Pay"}),$.jsx(Cp,{token:e.toToken,amount:e.toAmount,canAddMetamask:null!==(a=null===(r=xo.get(e.fromToken.chainId))||void 0===r?void 0:r.isEVMChain)&&void 0!==a&&a,title:"Receive"})]}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center",p:2,borderRadius:8,border:`1px solid ${u.palette.border.main}`},children:$.jsx(vp,{show:p,onClick:()=>h((e=>!e)),sx:{color:"text.secondary"}})})]})]}),$.jsx(Uh,{showFold:p,data:e,isMobile:!0})]}):$.jsxs($.Fragment,{children:[$.jsxs("tr",{children:[$.jsx(t.Box,{component:"td",sx:{borderTopLeftRadius:8,borderBottomLeftRadius:p?0:8},children:$.jsx(jp,{token:e.fromToken,amount:null!==(s=e.fromAmount)&&void 0!==s?s:"",showChain:!0})}),$.jsx("td",{children:$.jsx(jp,{token:e.toToken,amount:null!==(l=e.toAmount)&&void 0!==l?l:"",showChain:!0,canAddMetamask:null!==(c=null===(d=xo.get(e.toToken.chainId))||void 0===d?void 0:d.isEVMChain)&&void 0!==c&&c})}),$.jsx("td",{children:$.jsx(bp,{isMobile:i,statusText:m,statusColor:x,alphaColor:g,time:f})}),$.jsx("td",{children:$.jsx(Mh,{fromToken:e.fromToken,toToken:e.toToken,fromTokenPrice:e.fromTokenPrice,toTokenPrice:e.toTokenPrice})}),$.jsx(t.Box,{component:"td",sx:{borderTopRightRadius:8,borderBottomRightRadius:p?0:8},children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(t.Box,{component:"a",href:ca(e.fromToken.chainId,e.hash,"tx"),target:"_blank",rel:"noopener noreferrer",sx:{p:3,color:"primary.main",display:"flex",alignItems:"center",justifyContent:"center"},children:$.jsx(t.Box,{component:oe.ArrowTopRightBorder,sx:{width:18,height:18}})}),$.jsx(t.Box,{sx:{height:16,width:"1px",backgroundColor:"border.main"}}),$.jsx(vp,{show:p,onClick:()=>h((e=>!e))})]})})]}),$.jsx("tr",{children:$.jsx(t.Box,{component:"td",colSpan:5,sx:{p:"0 !important",backgroundColor:"transparent !important"},children:$.jsx(Uh,{showFold:p,data:e})})})]})}function Hh({account:n}){const{isMobile:i}=Oa(),o=Nh({account:n,limit:i?10:5});return $.jsx(yp,{isMobile:i,empty:!o.orderList.length,loading:o.isLoading,children:i?$.jsxs(t.Box,{sx:{pt:12,px:16,display:"flex",flexDirection:"column",gap:8},children:[o.orderList.map((e=>$.jsx(Vh,{data:e,isMobile:i},e.hash))),$.jsx(wp,{loading:o.isFetchingNextPage,onClick:o.fetchNextPage,hasMore:o.hasNextPage,height:68})]}):$.jsx($.Fragment,{children:$.jsxs(kp,{loadMoreLoading:o.isFetchingNextPage,loadMore:o.fetchNextPage,hasMore:o.hasNextPage,children:[$.jsx("thead",{children:$.jsxs("tr",{children:[$.jsx("th",{children:$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:$.jsx(e.Trans,{id:"4fL/V7",message:"Pay"})})}),$.jsx("th",{children:$.jsx(e.Trans,{id:"lDgVWA",message:"Receive"})}),$.jsx("th",{children:$.jsx(e.Trans,{id:"uAQUqI",message:"Status"})}),$.jsx("th",{children:$.jsx(e.Trans,{id:"fqDzSu",message:"Rate"})}),$.jsx(t.Box,{component:"th",sx:{width:140},children:$.jsx(e.Trans,{id:"URmyfc",message:"Details"})})]})}),$.jsx("tbody",{children:o.orderList.map((e=>$.jsx(Vh,{data:e,isMobile:i},e.hash)))})]})})})}function Wh(e){var{sx:n}=e,i=F(e,["sx"]);return $.jsx(t.TabPanel,{...i,sx:Object.assign(Object.assign({},n),{display:"flex",flexDirection:"column",overflow:"hidden"})})}!function(e){e.Running="pending",e.Success="success",e.Failed="failed",e.Warning="reset"}(Dh||(Dh={})),function(e){e.sameChain="same-chain",e.crossChain="cross-chain",e.errorRefunds="error-refunds"}(qh||(qh={}));const Zh="widget-module-container",$h=n.forwardRef((function(e,n){var{sx:i}=e,o=F(e,["sx"]);const{isMobile:r}=Oa();return $.jsx(t.Box,{className:Zh,ref:n,sx:Object.assign(Object.assign({flex:1,backgroundColor:"transparent"},r?{padding:0,height:"100%",width:"100%",overflowX:"hidden"}:{padding:0,height:"auto"}),i),...o})}));var zh;exports.PageType=void 0,(zh=exports.PageType||(exports.PageType={})).Pool="pool",zh.PoolDetail="poolDetail",zh.CreatePool="createPool",zh.ModifyPool="modifyPool",zh.MiningList="miningList",zh.MiningDetail="miningDetail",zh.createPoolAMMV2="createPoolAMMV2",zh.createPoolAMMV3="createPoolAMMV3";const Qh=u.create(((e,t)=>({page:void 0,historyList:[],push:t=>{e((e=>{var n;const i=[...e.historyList,null!==(n=e.page)&&void 0!==n?n:{type:exports.PageType.Pool}];return{page:t,historyList:i}}))},back:()=>{e((e=>{const t=e.historyList.length;if(!t)return"undefined"!=typeof window&&window.history&&history.back(),e;const n=[...e.historyList];return{page:n.splice(t-1,1)[0],historyList:n}}))}})));function Gh({title:e,descList:n,linkTo:i,sx:o}){const r=t.useTheme();return $.jsxs(t.Box,{sx:Object.assign({backgroundColor:r.palette.background.paper,backdropFilter:"blur(4px)",borderRadius:12,padding:24,display:"flex",flexDirection:"column",alignItems:"flex-start",gap:24},o),children:[$.jsx(t.Box,{sx:{color:r.palette.text.primary,typography:"body1",fontWeight:500,lineHeight:"24px"},children:e}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"stretch",gap:24},children:n.map(((e,n)=>$.jsxs(t.Box,{sx:{flex:1,padding:16,display:"flex",flexDirection:"column",alignItems:"flex-start",gap:8,borderWidth:1,borderColor:r.palette.border.main,borderStyle:"solid",borderRadius:8},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(t.Box,{sx:{color:r.palette.primary.contrastText,typography:"h6",fontWeight:600,lineHeight:"20px",width:20,height:20,display:"flex",alignItems:"center",justifyContent:"center",borderRadius:"50%",backgroundColor:r.palette.primary.main},children:n+1}),$.jsx(t.Box,{sx:{color:r.palette.text.primary,typography:"body2",fontWeight:500,lineHeight:"24px"},children:e.title})]}),$.jsx(t.Box,{sx:{color:r.palette.text.secondary,typography:"h6",fontWeight:500,lineHeight:"18px"},children:e.desc})]},n)))}),$.jsx(t.Box,{component:"a",href:i,target:"_blank",rel:"noopener noreferrer",sx:{px:24,py:12,borderRadius:8,backgroundColor:r.palette.background.tag,color:r.palette.text.primary,typography:"body2",fontWeight:700,lineHeight:"21px",textDecoration:"none"},children:"Read Docs"})]})}const Yh=[{value:0,label:"0%"},{value:25,label:"25%"},{value:50,label:"50%"},{value:75,label:"75%"},{value:100,label:"100%"}];function Xh({disabled:e,value:n,onChange:i,sx:o}){return $.jsxs(t.Box,{sx:Object.assign({p:20,backgroundColor:"background.cardInput",borderRadius:12},o),children:[$.jsx(Pu,{value:String(n),onChange:e=>i(+e),readOnly:!0,readonlyShowSuffix:!0,suffix:$.jsx(t.Box,{sx:{typography:"h2"},children:"%"}),sx:{mt:12,backgroundColor:"background.cardInput","& input":{pl:0,typography:"h1"}}}),$.jsx(t.Box,{sx:{mt:20},children:$.jsx(t.Slider,{marks:Yh,step:1,disabled:e,value:n,onChange:(e,t)=>i(t)})})]})}function Kh({active:n,sx:i,onClick:o}){const r=t.useTheme(),a="light"===r.palette.mode;let s=r.palette.primary.main,l="transparent";return n&&(s=r.palette.primary.contrastText,l=t.alpha(r.palette.primary.main,.8)),$.jsx(t.Box,{component:t.ButtonBase,sx:Object.assign({typography:"body2",p:n?r.spacing(8,20,9):r.spacing(7,19,8),minWidth:79,border:n?void 0:`1px solid ${s}`,color:s,backgroundColor:l,borderRadius:8,fontWeight:600,"&:hover":{color:n?r.palette.primary.contrastText:r.palette.primary.main,backgroundColor:n?r.palette.primary.main:a?"rgba(26, 26, 27, 0.04)":"rgba(241, 249, 2, 0.08)"}},i),onClick:o,children:$.jsx(e.Trans,{id:"R9Khdg",message:"Auto"})})}const Jh="auto",em="0.1",tm="0.5",nm="0.5",im=.01,om=({address:e,type:t})=>{const[i,o]=n.useState(Jh),r=n.useMemo((()=>i===Jh?"AMMV3"===t?new s(nm).div(100).toNumber():"AMMV2"===t?new s(tm).div(100).toNumber():new s(em).div(100).toNumber():i),[i,t]);return{slipper:i,setSlipper:o,slipperValue:r,resetSlipper:()=>{o(Jh)}}};function rm({type:i,disabled:o,value:r,onChange:a,sx:l}){const d=t.useTheme(),c=r===Jh,[u,p]=n.useState(c?"":new s(r).times(100).toNumber()),h="AMMV3"==i?nm:"AMMV2"==i?tm:em;return $.jsx(t.Tooltip,{disabled:o,onlyClick:!0,title:$.jsxs(t.Box,{sx:{backgroundColor:d.palette.background.paper,padding:d.spacing(12,20),borderRadius:8,width:318,maxWidth:"90vw",boxSizing:"border-box"},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",typography:"body2"},children:[$.jsx("span",{children:$.jsx(e.Trans,{id:"lqTDfd",message:"Slippage Tolerance"})}),$.jsxs("span",{children:[c?h:r&&new s(r).times(100).toNumber(),"%"]})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",margin:d.spacing(16,0,0,0)},children:[$.jsx(Kh,{sx:{borderRadius:8,whiteSpace:"nowrap"},onClick:()=>{p(""),a(Jh)},active:c}),$.jsx(t.Input,{placeholder:String(h),value:u,onChange:e=>{const{value:t}=e.target;p(t),a(t?new s(t).div(100).toNumber():Jh)},onBlur:()=>{(!c&&new s(r).gt(.1)||new s(r).lte(0))&&(p(10),a(.1))},suffix:$.jsx(t.Box,{sx:{mr:16},children:"%"}),sx:{ml:8,"& input":{px:16,py:0,height:"39px"}}})]})]}),sx:{p:0},arrow:!1,placement:"bottom-end",children:$.jsx(t.HoverAddBackground,{sx:Object.assign({width:"max-content",alignItems:"right",margin:d.spacing(0,0,0,"auto"),p:d.spacing(4,12),borderRadius:20,backgroundColor:"background.paperDarkContrast"},l),children:$.jsx(t.Box,{component:oe.Setting,sx:{width:18,height:18,"& path:last-child":{fill:d.palette.text.primary}}})})})}const am=50;var sm,lm,dm;function cm(i){var r,a,s,{chainId:l,includeButton:d}=i,c=F(i,["chainId","includeButton"]);const{chainId:u,getAppKitAccountByChainId:p,open:h}=fa(),[m,x]=n.useState(!1),g=xp(l),f=void 0!==u&&void 0!==l&&u!==l,y=p(l);return!(null==y?void 0:y.appKitAccount.address)||m||void 0===u||l&&l!==u?$.jsx($.Fragment,{children:$.jsx(t.Button,{...c,isLoading:m,onClick:()=>N(this,void 0,void 0,(function*(){if(f)return g?(x(!0),yield g(),void x(!1)):void 0;x(!0),h({namespace:null==y?void 0:y.namespace}),x(!1)})),children:m?$.jsx(e.Trans,{id:"J28zul",message:"Connecting..."}):f&&l?o.i18n._({id:"1+P9RR",message:"Switch to {0}",values:{0:null!==(s=null===(a=xo.get(l))||void 0===a?void 0:a.name)&&void 0!==s?s:"unknown"}}):$.jsx(e.Trans,{id:"r7ScnQ",message:"Connect to a wallet"})})}):d?$.jsx($.Fragment,{children:null!==(r=c.children)&&void 0!==r?r:null}):$.jsx(t.Button,{...c})}!function(e){e[e.quantity=1]="quantity",e[e.percentage=2]="percentage"}(sm||(sm={})),function(e){e.CURRENCY_A="CURRENCY_A",e.CURRENCY_B="CURRENCY_B"}(lm||(lm={})),function(e){e.LOWER="LOWER",e.UPPER="UPPER"}(dm||(dm={}));const um={xs:"4px",sm:"8px",md:"12px",lg:"24px",xl:"32px"},pm=({children:e,sx:n})=>(t.useTheme(),$.jsx(t.Box,{sx:Object.assign({display:"flex",flexDirection:"column",gap:20,px:20,py:20,borderRadius:12},n),children:e})),hm=({children:e,sx:n})=>{const i=t.useTheme();return $.jsx(pm,{sx:Object.assign(Object.assign({},n),{backgroundColor:i.palette.background.paperContrast}),children:e})},mm=({children:e})=>{const n=t.useTheme();return $.jsxs(t.Box,{sx:{p:8,borderRadius:8,backgroundColor:t.alpha(n.palette.warning.main,.1),display:"flex",alignItems:"center",gap:8},children:[$.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.75 16.125L9 1.875L17.25 16.125H0.75ZM14.6475 14.625L8.99998 4.86749L3.35247 14.625H14.6475ZM9.75004 12.375H8.25003V13.875H9.75004V12.375ZM8.25003 7.875H9.75004V10.875H8.25003V7.875Z",fill:n.palette.warning.main})}),$.jsx(t.Box,{sx:{typography:"h6",color:n.palette.warning.main,textAlign:"left"},children:e})]})};function xm({gap:e,flex:n,children:i,style:o}){return $.jsx(t.Box,{sx:Object.assign(Object.assign(Object.assign({display:"flex",flexDirection:"column",justifyContent:"flex-start",gap:e&&um[e]||e},n&&{flex:n}),{width:"100%",alignItems:"center"}),o),children:i})}function gm({gap:e,justify:n,grow:i,children:o,style:r}){return $.jsx(t.Box,{sx:Object.assign({display:"grid",gridAutoRows:"auto",gridRowGap:e&&um[e]||e,justifyItems:n,flexGrow:i&&1},r),children:o})}function fm({gap:e,children:n,sx:i}){return $.jsx(t.Box,{sx:Object.assign({width:"100%",display:"flex",padding:0,alignItems:"center",justifyContent:"flex-start",gap:e&&um[e]||e},i),children:n})}function ym({children:e,style:t}){return $.jsx(fm,{sx:Object.assign({justifyContent:"space-between"},t),children:e})}function vm({gap:e,justify:t,children:n,sx:i}){return $.jsx(fm,{sx:Object.assign({position:"relative",width:"fit-content",margin:`-${e}`},i),children:n})}function bm({children:e,disabled:t,sx:n}){return $.jsx(fm,{sx:Object.assign({display:"flex",flexDirection:"column",alignItems:"stretch",gap:12,opacity:t?.2:1,pointerEvents:t?"none":"auto"},n),children:e})}const Cm=({chainId:n,approvalA:i,approvalB:r,parsedAmounts:a,isValid:s,depositADisabled:l,depositBDisabled:d,errorMessage:c,setShowConfirm:u})=>{var p,h;const m=i.needApprove&&!!a[lm.CURRENCY_A]||i.isApproving,x=r.needApprove&&!!a[lm.CURRENCY_B]||r.isApproving;return $.jsx(cm,{includeButton:!0,fullWidth:!0,chainId:n,children:$.jsxs(gm,{gap:"md",style:{width:"100%"},children:[(m||x)&&s&&$.jsxs(t.Box,{sx:{width:"100%",display:"flex",padding:0,alignItems:"center",justifyContent:"space-between",gap:8},children:[m&&$.jsx(t.Button,{size:t.Button.Size.big,isLoading:i.isApproving,onClick:i.submitApprove,disabled:i.insufficientBalance,width:x?"50%":"100%",children:i.isApproving?$.jsx(e.Trans,{id:"DTFrUE",message:"Approving {0}...",values:{0:null===(p=i.token)||void 0===p?void 0:p.symbol}}):i.approveTitle}),x&&$.jsx(t.Button,{size:t.Button.Size.big,isLoading:r.isApproving,onClick:r.submitApprove,disabled:r.insufficientBalance,width:m?"50%":"100%",children:r.isApproving?$.jsx(e.Trans,{id:"DTFrUE",message:"Approving {0}...",values:{0:null===(h=r.token)||void 0===h?void 0:h.symbol}}):r.approveTitle})]}),$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.big,onClick:()=>{u(!0)},disabled:!s||i.needApprove&&!l||r.needApprove&&!d,danger:!s&&!!a[lm.CURRENCY_A]&&!!a[lm.CURRENCY_B],children:c||o.i18n._({id:"rdUucN",message:"Preview"})})]})})},jm=({chainId:e,disabled:n,isLoading:i,onConfirm:r})=>$.jsx(cm,{includeButton:!0,fullWidth:!0,chainId:e,children:$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.big,onClick:r,disabled:n,isLoading:i,children:o.i18n._({id:"h5pjuM",message:"Collect fees"})})});function wm(e){const t=n.useRef();return n.useEffect((()=>{t.current=e})),t.current}const km=[.25,.5,.75,1];function Tm({currentValue:e,onClick:i,sx:o}){const r=t.useTheme(),a="light"===r.palette.mode,{isMobile:s}=Oa(),[l,d]=n.useState(null),c=n.useRef(0);n.useEffect((()=>{e?(c.current+=1,c.current>=2&&(d(null),c.current=0)):d(null)}),[e]);const u=wm(e);return n.useEffect((()=>{u===e&&1===l&&(c.current=1)}),[e,u,l]),$.jsx(t.Box,{sx:Object.assign({display:"grid",gap:s?10:14,gridTemplateColumns:`repeat(${km.length}, 1fr)`},o),children:km.map((e=>{const n=e===l;return $.jsxs(t.ButtonBase,{sx:{typography:"h6",borderRadius:4,padding:r.spacing(4,0),width:"100%",color:"text.secondary",backgroundColor:"background.paperDarkContrast","&:hover":{color:r.palette.text.primary,backgroundColor:t.alpha(r.palette.text.primary,.2)},"&.selected, &:focus":{color:"#fff",backgroundColor:a?r.palette.primary.main:t.alpha(r.palette.text.primary,.4)}},onClick:()=>{n||(c.current=0,d(e),i(e))},className:n?"selected":void 0,children:[100*e,"%"]},e)}))})}const Bm=({value:i,onUserInput:r,maxAmount:a,balance:s,currency:l,locked:d})=>{var c,u;const p=t.useTheme(),h=n.useCallback((e=>{if(!a||!l)return;const t=a.toExact().multipliedBy(e).dp(l.decimals).toString();r(t)}),[l,a,r]),m=n.useMemo((()=>s?Do({input:s.toExact(),decimals:null==l?void 0:l.decimals}):"-"),[null==l?void 0:l.decimals,s]);return $.jsxs(t.Box,{sx:{pt:20,pb:20,px:20,borderRadius:16,backgroundColor:p.palette.background.cardInput},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:4},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,color:p.palette.text.primary,typography:"h5"},children:[(null==l?void 0:l.address)&&$.jsx(Hs,{address:null!==(c=null==l?void 0:l.address)&&void 0!==c?c:"",chainId:null==l?void 0:l.chainId,noShowChain:!0,width:24,height:24,marginRight:0}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},children:(null==l?void 0:l.address)?$.jsx(t.Box,{children:null!==(u=null==l?void 0:l.symbol)&&void 0!==u?u:"-"}):$.jsx(e.Trans,{id:"sIPJGT",message:"SELECT TOKEN"})})]}),$.jsxs(t.Box,{component:t.ButtonBase,sx:{color:p.palette.text.secondary,"&:hover":{color:p.palette.text.primary},cursor:"pointer",display:"flex",flexWrap:"wrap",justifyContent:"flex-end",typography:"body2"},onClick:()=>{h(1)},children:[$.jsxs(t.Box,{sx:{wordBreak:"keep-all"},children:[o.i18n._({id:"fsBGk0",message:"Balance"}),": "]}),$.jsx(t.Box,{sx:{wordBreak:"break-all",textAlign:"right",display:"flex",alignItems:"center"},children:m})]})]}),$.jsx(Pu,{sx:{mt:4,backgroundColor:p.palette.background.cardInput},suffix:void 0,value:i,onChange:r,readOnly:d,withClear:!d}),d?null:$.jsx(Tm,{sx:{mt:20,mb:0},onClick:h,currentValue:i})]})},Im={},Em={};var Am,Sm;Object.values(r.ChainId).filter((e=>"number"==typeof e)).map((e=>{const t=p.getUniswapV3FactoryContractAddressByChainId(e),n=p.getNonfungiblePositionManagerContractAddressByChainId(e);t&&(Im[e]=t),n&&(Em[e]=n)})),r.ChainId.MAINNET,r.ChainId.ARBITRUM_ONE,r.ChainId.SEPOLIA,r.ChainId.TAIKO,function(e){e[e.EXACT_INPUT=0]="EXACT_INPUT",e[e.EXACT_OUTPUT=1]="EXACT_OUTPUT"}(Am||(Am={})),function(e){e[e.ROUND_DOWN=0]="ROUND_DOWN",e[e.ROUND_HALF_UP=1]="ROUND_HALF_UP",e[e.ROUND_UP=2]="ROUND_UP"}(Sm||(Sm={}));const Lm=I.BigInt("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"),Rm={[Sm.ROUND_DOWN]:s.ROUND_DOWN,[Sm.ROUND_HALF_UP]:s.ROUND_HALF_UP,[Sm.ROUND_UP]:s.ROUND_UP},Om={[Sm.ROUND_DOWN]:s.ROUND_DOWN,[Sm.ROUND_HALF_UP]:s.ROUND_HALF_UP,[Sm.ROUND_UP]:s.ROUND_UP};class Mm{constructor(e,t=I.BigInt(1)){this.numerator=I.BigInt(e),this.denominator=I.BigInt(t)}static tryParseFraction(e){if(e instanceof I||"number"==typeof e||"string"==typeof e)return new Mm(e);if("numerator"in e&&"denominator"in e)return e;throw new Error("Could not parse fraction")}get quotient(){return I.divide(this.numerator,this.denominator)}get remainder(){return new Mm(I.remainder(this.numerator,this.denominator),this.denominator)}invert(){return new Mm(this.denominator,this.numerator)}add(e){const t=Mm.tryParseFraction(e);return I.equal(this.denominator,t.denominator)?new Mm(I.add(this.numerator,t.numerator),this.denominator):new Mm(I.add(I.multiply(this.numerator,t.denominator),I.multiply(t.numerator,this.denominator)),I.multiply(this.denominator,t.denominator))}subtract(e){const t=Mm.tryParseFraction(e);return I.equal(this.denominator,t.denominator)?new Mm(I.subtract(this.numerator,t.numerator),this.denominator):new Mm(I.subtract(I.multiply(this.numerator,t.denominator),I.multiply(t.numerator,this.denominator)),I.multiply(this.denominator,t.denominator))}lessThan(e){const t=Mm.tryParseFraction(e);return I.lessThan(I.multiply(this.numerator,t.denominator),I.multiply(t.numerator,this.denominator))}equalTo(e){const t=Mm.tryParseFraction(e);return I.equal(I.multiply(this.numerator,t.denominator),I.multiply(t.numerator,this.denominator))}greaterThan(e){const t=Mm.tryParseFraction(e);return I.greaterThan(I.multiply(this.numerator,t.denominator),I.multiply(t.numerator,this.denominator))}multiply(e){const t=Mm.tryParseFraction(e);return new Mm(I.multiply(this.numerator,t.numerator),I.multiply(this.denominator,t.denominator))}divide(e){const t=Mm.tryParseFraction(e);return new Mm(I.multiply(this.numerator,t.denominator),I.multiply(this.denominator,t.numerator))}toSignificant(e,t={decimalSeparator:".",groupSeparator:"",groupSize:3,secondaryGroupSize:0,fractionGroupSeparator:"",fractionGroupSize:0},n=Sm.ROUND_HALF_UP){E(Number.isInteger(e),`${e} is not an integer.`),E(e>0,`${e} is not positive.`);const i=Rm[n],o=new s(this.numerator.toString()).div(this.denominator.toString()).precision(e,i);return o.toFormat(o.decimalPlaces(),i,t)}toFixed(e,t={decimalSeparator:".",groupSeparator:"",groupSize:3,secondaryGroupSize:0,fractionGroupSeparator:"",fractionGroupSize:0},n=Sm.ROUND_HALF_UP){E(Number.isInteger(e),`${e} is not an integer.`),E(e>=0,`${e} is negative.`);const i=Om[n];return new s(this.numerator.toString()).decimalPlaces(e,i).div(this.denominator.toString()).toFormat(e,i,t)}get asFraction(){return new Mm(this.numerator,this.denominator)}}class Pm extends Mm{static fromRawAmount(e,t){return new Pm(e,t)}static fromFractionalAmount(e,t,n){return new Pm(e,t,n)}constructor(e,t,n){super(t,n),E(I.lessThanOrEqual(this.quotient,Lm),"AMOUNT"),this.currency=e,this.decimalScale=I.exponentiate(I.BigInt(10),I.BigInt(e.decimals))}add(e){E(this.currency.equals(e.currency),"CURRENCY");const t=super.add(e);return Pm.fromFractionalAmount(this.currency,t.numerator,t.denominator)}subtract(e){E(this.currency.equals(e.currency),"CURRENCY");const t=super.subtract(e);return Pm.fromFractionalAmount(this.currency,t.numerator,t.denominator)}multiply(e){const t=super.multiply(e);return Pm.fromFractionalAmount(this.currency,t.numerator,t.denominator)}divide(e){const t=super.divide(e);return Pm.fromFractionalAmount(this.currency,t.numerator,t.denominator)}toSignificant(e=6,t,n=Sm.ROUND_DOWN){return super.divide(this.decimalScale).toSignificant(e,t,n)}toFixed(e=this.currency.decimals,t,n=Sm.ROUND_DOWN){return E(e<=this.currency.decimals,"DECIMALS"),super.divide(this.decimalScale).toFixed(e,t,n)}toExact(){return new s(this.quotient.toString()).div(this.decimalScale.toString())}get wrapped(){return this.currency.isToken?this:Pm.fromFractionalAmount(this.currency.wrapped,this.numerator,this.denominator)}}const _m=new Mm(I.BigInt(100));function Fm(e){return new Nm(e.numerator,e.denominator)}class Nm extends Mm{constructor(){super(...arguments),this.isPercent=!0}add(e){return Fm(super.add(e))}subtract(e){return Fm(super.subtract(e))}multiply(e){return Fm(super.multiply(e))}divide(e){return Fm(super.divide(e))}toSignificant(e=5,t,n){return super.multiply(_m).toSignificant(e,t,n)}toFixed(e=2,t,n){return super.multiply(_m).toFixed(e,t,n)}}class Dm extends Mm{constructor(...e){let t,n,i,o;if(4===e.length)[t,n,i,o]=e;else{const r=e[0].quoteAmount.divide(e[0].baseAmount);[t,n,i,o]=[e[0].baseAmount.currency,e[0].quoteAmount.currency,r.denominator,r.numerator]}super(o,i),this.baseCurrency=t,this.quoteCurrency=n,this.scalar=new Mm(I.exponentiate(I.BigInt(10),I.BigInt(t.decimals)),I.exponentiate(I.BigInt(10),I.BigInt(n.decimals)))}invert(){return new Dm(this.quoteCurrency,this.baseCurrency,this.numerator,this.denominator)}multiply(e){E(this.quoteCurrency.equals(e.baseCurrency),"TOKEN");const t=super.multiply(e);return new Dm(this.baseCurrency,e.quoteCurrency,t.denominator,t.numerator)}quote(e){E(e.currency.equals(this.baseCurrency),"TOKEN");const t=super.multiply(e);return Pm.fromFractionalAmount(this.quoteCurrency,t.numerator,t.denominator)}get adjustedForDecimals(){return super.multiply(this.scalar)}toSignificant(e=6,t,n){return this.adjustedForDecimals.toSignificant(e,t,n)}toFixed(e=4,t,n){return this.adjustedForDecimals.toFixed(e,t,n)}}class qm{constructor(e,t,n,i){E(Number.isSafeInteger(e),"CHAIN_ID"),E(t>=0&&t<255&&Number.isInteger(t),"DECIMALS"),this.chainId=e,this.decimals=t,this.symbol=n,this.name=i}}function Um(e){try{return Or(e)}catch(t){throw new Error(`${e} is not a valid address.`)}}const Vm=/^0x[0-9a-fA-F]{40}$/;class Hm extends qm{constructor(e,t,n,i,o,r,a,s){super(e,n,i,o),this.isNative=!1,this.isToken=!0,this.address=r?function(e){if(Vm.test(e))return e;throw new Error(`${e} is not a valid address.`)}(t):Um(t),a&&E(a.gte(x.BigNumber.from(0)),"NON-NEGATIVE FOT FEES"),s&&E(s.gte(x.BigNumber.from(0)),"NON-NEGATIVE FOT FEES"),this.buyFeeBps=a,this.sellFeeBps=s}equals(e){return e.isToken&&this.chainId===e.chainId&&this.address.toLowerCase()===e.address.toLowerCase()}sortsBefore(e){return E(this.chainId===e.chainId,"CHAIN_IDS"),E(this.address.toLowerCase()!==e.address.toLowerCase(),"ADDRESSES"),this.address.toLowerCase()<e.address.toLowerCase()}get wrapped(){return this}}const Wm=I.BigInt(Number.MAX_SAFE_INTEGER),Zm=I.BigInt(0),$m=I.BigInt(1),zm=I.BigInt(2);const Qm=I.BigInt(0),Gm=1e4;new Nm(I.BigInt(1),Gm),new Nm(1,100),new Nm(3,100),new Nm(5,100),new Nm(10,100),new Nm(15,100);const Ym=new Nm(0);new Nm(1);const Xm="0x5ccd5621c1bb9e44ce98cef8b90d31eb2423dec3793b6239232cefae976936ea";var Km;!function(e){e[e.LOWEST=100]="LOWEST",e[e.LOW_200=200]="LOW_200",e[e.LOW_300=300]="LOW_300",e[e.LOW_400=400]="LOW_400",e[e.LOW=500]="LOW",e[e.MEDIUM=3e3]="MEDIUM",e[e.HIGH=1e4]="HIGH"}(Km||(Km={}));const Jm={[Km.LOWEST]:1,[Km.LOW_200]:4,[Km.LOW_300]:6,[Km.LOW_400]:8,[Km.LOW]:10,[Km.MEDIUM]:60,[Km.HIGH]:200},ex=I.BigInt(-1),tx=I.BigInt(0),nx=I.BigInt(1),ix=I.exponentiate(I.BigInt(2),I.BigInt(96)),ox=I.exponentiate(ix,I.BigInt(2));function rx({factoryAddress:e,tokenA:t,tokenB:n,fee:i,initCodeHashManualOverride:o,chainId:a}){const[s,l]=t.sortsBefore(n)?[t,n]:[n,t],d=Jr(["bytes"],[kh.encode(["address","address","uint24"],[s.address,l.address,i])]),c=null!=o?o:function(e){switch(e){case r.ChainId.TAIKO:case r.ChainId.ZETACHAIN:case r.ChainId.ZETACHAIN_TESTNET:return"0x5ccd5621c1bb9e44ce98cef8b90d31eb2423dec3793b6239232cefae976936ea";case r.ChainId.SEPOLIA:return"0x4509fa1e2d1989ac1632a56fe87c53e8d1e9d05847694e00f62b23e28cec98c4";default:return Xm}}(a);return Mr(e,d,c)}const ax=I.BigInt(2),sx=[128,64,32,16,8,4,2,1].map((e=>[e,I.exponentiate(ax,I.BigInt(e))]));function lx(e,t){return I.signedRightShift(I.multiply(e,I.BigInt(t)),I.BigInt(128))}const dx=I.exponentiate(I.BigInt(2),I.BigInt(32));class cx{constructor(){}static getSqrtRatioAtTick(e){E(e>=cx.MIN_TICK&&e<=cx.MAX_TICK&&Number.isInteger(e),"TICK");const t=e<0?-1*e:e;let n=1&t?I.BigInt("0xfffcb933bd6fad37aa2d162d1a594001"):I.BigInt("0x100000000000000000000000000000000");return 2&t&&(n=lx(n,"0xfff97272373d413259a46990580e213a")),4&t&&(n=lx(n,"0xfff2e50f5f656932ef12357cf3c7fdcc")),8&t&&(n=lx(n,"0xffe5caca7e10e4e61c3624eaa0941cd0")),16&t&&(n=lx(n,"0xffcb9843d60f6159c9db58835c926644")),32&t&&(n=lx(n,"0xff973b41fa98c081472e6896dfb254c0")),64&t&&(n=lx(n,"0xff2ea16466c96a3843ec78b326b52861")),128&t&&(n=lx(n,"0xfe5dee046a99a2a811c461f1969c3053")),256&t&&(n=lx(n,"0xfcbe86c7900a88aedcffc83b479aa3a4")),512&t&&(n=lx(n,"0xf987a7253ac413176f2b074cf7815e54")),1024&t&&(n=lx(n,"0xf3392b0822b70005940c7a398e4b70f3")),2048&t&&(n=lx(n,"0xe7159475a2c29b7443b29c7fa6e889d9")),4096&t&&(n=lx(n,"0xd097f3bdfd2022b8845ad8f792aa5825")),8192&t&&(n=lx(n,"0xa9f746462d870fdf8a65dc1f90e061e5")),16384&t&&(n=lx(n,"0x70d869a156d2a1b890bb3df62baf32f7")),32768&t&&(n=lx(n,"0x31be135f97d08fd981231505542fcfa6")),65536&t&&(n=lx(n,"0x9aa508b5b7a84e1c677de54f3e99bc9")),131072&t&&(n=lx(n,"0x5d6af8dedb81196699c329225ee604")),262144&t&&(n=lx(n,"0x2216e584f5fa1ea926041bedfe98")),524288&t&&(n=lx(n,"0x48a170391f7dc42444e8fa2")),e>0&&(n=I.divide(Lm,n)),I.greaterThan(I.remainder(n,dx),tx)?I.add(I.divide(n,dx),nx):I.divide(n,dx)}static getTickAtSqrtRatio(e){E(I.greaterThanOrEqual(e,cx.MIN_SQRT_RATIO)&&I.lessThan(e,cx.MAX_SQRT_RATIO),"SQRT_RATIO");const t=I.leftShift(e,I.BigInt(32)),n=function(e){E(I.greaterThan(e,tx),"ZERO"),E(I.lessThanOrEqual(e,Lm),"MAX");let t=0;for(const[n,i]of sx)I.greaterThanOrEqual(e,i)&&(e=I.signedRightShift(e,I.BigInt(n)),t+=n);return t}(t);let i;i=I.greaterThanOrEqual(I.BigInt(n),I.BigInt(128))?I.signedRightShift(t,I.BigInt(n-127)):I.leftShift(t,I.BigInt(127-n));let o=I.leftShift(I.subtract(I.BigInt(n),I.BigInt(128)),I.BigInt(64));for(let e=0;e<14;e++){i=I.signedRightShift(I.multiply(i,i),I.BigInt(127));const t=I.signedRightShift(i,I.BigInt(128));o=I.bitwiseOr(o,I.leftShift(t,I.BigInt(63-e))),i=I.signedRightShift(i,t)}const r=I.multiply(o,I.BigInt("255738958999603826347141")),a=I.toNumber(I.signedRightShift(I.subtract(r,I.BigInt("3402992956809132418596140100660247210")),I.BigInt(128))),s=I.toNumber(I.signedRightShift(I.add(r,I.BigInt("291339464771989622907027621153398088495")),I.BigInt(128)));return a===s?a:I.lessThanOrEqual(cx.getSqrtRatioAtTick(s),e)?s:a}}cx.MIN_TICK=-887272,cx.MAX_TICK=-cx.MIN_TICK,cx.MIN_SQRT_RATIO=I.BigInt("4295128739"),cx.MAX_SQRT_RATIO=I.BigInt("1461446703485210103287273052203988822378723970342");class ux{constructor(){}static mulDivRoundingUp(e,t,n){const i=I.multiply(e,t);let o=I.divide(i,n);return I.notEqual(I.remainder(i,n),tx)&&(o=I.add(o,nx)),o}}const px=I.subtract(I.exponentiate(I.BigInt(2),I.BigInt(160)),nx);function hx(e,t){const n=I.multiply(e,t);return I.bitwiseAnd(n,Lm)}class mx{constructor(){}static getAmount0Delta(e,t,n,i){I.greaterThan(e,t)&&([e,t]=[t,e]);const o=I.leftShift(n,I.BigInt(96)),r=I.subtract(t,e);return i?ux.mulDivRoundingUp(ux.mulDivRoundingUp(o,r,t),nx,e):I.divide(I.divide(I.multiply(o,r),t),e)}static getAmount1Delta(e,t,n,i){return I.greaterThan(e,t)&&([e,t]=[t,e]),i?ux.mulDivRoundingUp(n,I.subtract(t,e),ix):I.divide(I.multiply(n,I.subtract(t,e)),ix)}static getNextSqrtPriceFromInput(e,t,n,i){return E(I.greaterThan(e,tx)),E(I.greaterThan(t,tx)),i?this.getNextSqrtPriceFromAmount0RoundingUp(e,t,n,!0):this.getNextSqrtPriceFromAmount1RoundingDown(e,t,n,!0)}static getNextSqrtPriceFromOutput(e,t,n,i){return E(I.greaterThan(e,tx)),E(I.greaterThan(t,tx)),i?this.getNextSqrtPriceFromAmount1RoundingDown(e,t,n,!1):this.getNextSqrtPriceFromAmount0RoundingUp(e,t,n,!1)}static getNextSqrtPriceFromAmount0RoundingUp(e,t,n,i){if(I.equal(n,tx))return e;const o=I.leftShift(t,I.BigInt(96));if(i){let t=hx(n,e);if(I.equal(I.divide(t,n),e)){const n=function(e,t){const n=I.add(e,t);return I.bitwiseAnd(n,Lm)}(o,t);if(I.greaterThanOrEqual(n,o))return ux.mulDivRoundingUp(o,e,n)}return ux.mulDivRoundingUp(o,nx,I.add(I.divide(o,e),n))}{let t=hx(n,e);E(I.equal(I.divide(t,n),e)),E(I.greaterThan(o,t));const i=I.subtract(o,t);return ux.mulDivRoundingUp(o,e,i)}}static getNextSqrtPriceFromAmount1RoundingDown(e,t,n,i){if(i){const i=I.lessThanOrEqual(n,px)?I.divide(I.leftShift(n,I.BigInt(96)),t):I.divide(I.multiply(n,ix),t);return I.add(e,i)}{const i=ux.mulDivRoundingUp(n,ix,t);return E(I.greaterThan(e,i)),I.subtract(e,i)}}}const xx=I.exponentiate(I.BigInt(10),I.BigInt(6));class gx{constructor(){}static computeSwapStep(e,t,n,i,o){const r={};o=I.BigInt(o);const a=I.greaterThanOrEqual(e,t),s=I.greaterThanOrEqual(i,tx);if(s){const s=I.divide(I.multiply(i,I.subtract(xx,o)),xx);r.amountIn=a?mx.getAmount0Delta(t,e,n,!0):mx.getAmount1Delta(e,t,n,!0),I.greaterThanOrEqual(s,r.amountIn)?r.sqrtRatioNextX96=t:r.sqrtRatioNextX96=mx.getNextSqrtPriceFromInput(e,n,s,a)}else r.amountOut=a?mx.getAmount1Delta(t,e,n,!1):mx.getAmount0Delta(e,t,n,!1),I.greaterThanOrEqual(I.multiply(i,ex),r.amountOut)?r.sqrtRatioNextX96=t:r.sqrtRatioNextX96=mx.getNextSqrtPriceFromOutput(e,n,I.multiply(i,ex),a);const l=I.equal(t,r.sqrtRatioNextX96);return a?(r.amountIn=l&&s?r.amountIn:mx.getAmount0Delta(r.sqrtRatioNextX96,e,n,!0),r.amountOut=l&&!s?r.amountOut:mx.getAmount1Delta(r.sqrtRatioNextX96,e,n,!1)):(r.amountIn=l&&s?r.amountIn:mx.getAmount1Delta(e,r.sqrtRatioNextX96,n,!0),r.amountOut=l&&!s?r.amountOut:mx.getAmount0Delta(e,r.sqrtRatioNextX96,n,!1)),!s&&I.greaterThan(r.amountOut,I.multiply(i,ex))&&(r.amountOut=I.multiply(i,ex)),s&&I.notEqual(r.sqrtRatioNextX96,t)?r.feeAmount=I.subtract(i,r.amountIn):r.feeAmount=ux.mulDivRoundingUp(r.amountIn,o,I.subtract(xx,o)),[r.sqrtRatioNextX96,r.amountIn,r.amountOut,r.feeAmount]}}class fx{constructor(){}static addDelta(e,t){return I.lessThan(t,tx)?I.subtract(e,I.multiply(t,ex)):I.add(e,t)}}class yx{getTick(e){return N(this,void 0,void 0,(function*(){throw new Error(yx.ERROR_MESSAGE)}))}nextInitializedTickWithinOneWord(e,t,n){return N(this,void 0,void 0,(function*(){throw new Error(yx.ERROR_MESSAGE)}))}}function vx(e,t){return e.index-t.index}yx.ERROR_MESSAGE="No tick data provider was given";class bx{constructor(){}static validateList(e,t){E(t>0,"TICK_SPACING_NONZERO"),E(e.every((({index:e})=>e%t==0)),"TICK_SPACING"),E(I.equal(e.reduce(((e,{liquidityNet:t})=>I.add(e,t)),tx),tx),"ZERO_NET"),E(function(e,t){for(let n=0;n<e.length-1;n++)if(t(e[n],e[n+1])>0)return!1;return!0}(e,vx),"SORTED")}static isBelowSmallest(e,t){return E(e.length>0,"LENGTH"),t<e[0].index}static isAtOrAboveLargest(e,t){return E(e.length>0,"LENGTH"),t>=e[e.length-1].index}static getTick(e,t){const n=e[this.binarySearch(e,t)];return E(n.index===t,"NOT_CONTAINED"),n}static binarySearch(e,t){E(!this.isBelowSmallest(e,t),"BELOW_SMALLEST");let n,i=0,o=e.length-1;for(;;){if(n=Math.floor((i+o)/2),e[n].index<=t&&(n===e.length-1||e[n+1].index>t))return n;e[n].index<t?i=n+1:o=n-1}}static nextInitializedTick(e,t,n){if(n){if(E(!bx.isBelowSmallest(e,t),"BELOW_SMALLEST"),bx.isAtOrAboveLargest(e,t))return e[e.length-1];return e[this.binarySearch(e,t)]}if(E(!this.isAtOrAboveLargest(e,t),"AT_OR_ABOVE_LARGEST"),this.isBelowSmallest(e,t))return e[0];return e[this.binarySearch(e,t)+1]}static nextInitializedTickWithinOneWord(e,t,n,i){const o=Math.floor(t/i);if(n){const r=(o>>8<<8)*i;if(bx.isBelowSmallest(e,t))return[r,!1];const a=bx.nextInitializedTick(e,t,n).index,s=Math.max(r,a);return[s,s===a]}{const r=(((o+1>>8)+1<<8)-1)*i;if(this.isAtOrAboveLargest(e,t))return[r,!1];const a=this.nextInitializedTick(e,t,n).index,s=Math.min(r,a);return[s,s===a]}}}function Cx(e){let t=I.BigInt(e).toString(16);return t.length%2!=0&&(t=`0${t}`),`0x${t}`}function jx(e,t){const n=I.leftShift(I.BigInt(e),I.BigInt(192)),i=I.BigInt(t);return function(e){if(E(I.greaterThanOrEqual(e,Zm),"NEGATIVE"),I.lessThan(e,Wm))return I.BigInt(Math.floor(Math.sqrt(I.toNumber(e))));let t,n;for(t=e,n=I.add(I.divide(e,zm),$m);I.lessThan(n,t);)t=n,n=I.divide(I.add(I.divide(e,n),n),zm);return t}(I.divide(n,i))}function wx(e,t,n){I.greaterThan(e,t)&&([e,t]=[t,e]);const i=I.divide(I.multiply(e,t),ix);return I.divide(I.multiply(I.BigInt(n),i),I.subtract(t,e))}function kx(e,t,n){I.greaterThan(e,t)&&([e,t]=[t,e]);const i=I.multiply(I.multiply(I.BigInt(n),e),t),o=I.multiply(ix,I.subtract(t,e));return I.divide(i,o)}function Tx(e,t,n){return I.greaterThan(e,t)&&([e,t]=[t,e]),I.divide(I.multiply(I.BigInt(n),ix),I.subtract(t,e))}function Bx(e,t,n,i,o,r){I.greaterThan(t,n)&&([t,n]=[n,t]);const a=r?kx:wx;if(I.lessThanOrEqual(e,t))return a(t,n,i);if(I.lessThan(e,n)){const r=a(e,n,i),s=Tx(t,e,o);return I.lessThan(r,s)?r:s}return Tx(t,n,o)}function Ix(e,t){E(Number.isInteger(e)&&Number.isInteger(t),"INTEGERS"),E(t>0,"TICK_SPACING"),E(e>=cx.MIN_TICK&&e<=cx.MAX_TICK,"TICK_BOUND");const n=Math.round(e/t)*t;return n<cx.MIN_TICK?n+t:n>cx.MAX_TICK?n-t:n}function Ex(e,t,n){const i=cx.getSqrtRatioAtTick(n),o=I.multiply(i,i);return e.sortsBefore(t)?new Dm(e,t,ox,o):new Dm(e,t,o,ox)}function Ax(e){const t=e.baseCurrency.sortsBefore(e.quoteCurrency),n=t?jx(e.numerator,e.denominator):jx(e.denominator,e.numerator);let i=cx.getTickAtSqrtRatio(n);const o=Ex(e.baseCurrency,e.quoteCurrency,i+1);return t?e.lessThan(o)||i++:e.greaterThan(o)||i++,i}I.exponentiate(I.BigInt(2),I.BigInt(128)),I.exponentiate(I.BigInt(2),I.BigInt(256));class Sx{constructor({index:e,liquidityGross:t,liquidityNet:n}){E(e>=cx.MIN_TICK&&e<=cx.MAX_TICK,"TICK"),this.index=e,this.liquidityGross=I.BigInt(t),this.liquidityNet=I.BigInt(n)}}class Lx{constructor(e,t){const n=e.map((e=>e instanceof Sx?e:new Sx(e)));bx.validateList(n,t),this.ticks=n}getTick(e){return N(this,void 0,void 0,(function*(){return bx.getTick(this.ticks,e)}))}nextInitializedTickWithinOneWord(e,t,n){return N(this,void 0,void 0,(function*(){return bx.nextInitializedTickWithinOneWord(this.ticks,e,t,n)}))}}const Rx=new yx;let Ox=class e{static getAddress(e,t,n,i,o){return rx({factoryAddress:null!=o?o:"0x78172691DD3B8ADa7aEbd9bFfB487FB11D735DB2",fee:n,tokenA:e,tokenB:t,initCodeHashManualOverride:i})}constructor(e,t,n,i,o,r,a=Rx){E(Number.isInteger(n)&&n<1e6,"FEE");const s=cx.getSqrtRatioAtTick(r),l=cx.getSqrtRatioAtTick(r+1);E(I.greaterThanOrEqual(I.BigInt(i),s)&&I.lessThanOrEqual(I.BigInt(i),l),"PRICE_BOUNDS"),[this.token0,this.token1]=e.sortsBefore(t)?[e,t]:[t,e],this.fee=n,this.sqrtRatioX96=I.BigInt(i),this.liquidity=I.BigInt(o),this.tickCurrent=r,this.tickDataProvider=Array.isArray(a)?new Lx(a,Jm[n]):a}involvesToken(e){return e.equals(this.token0)||e.equals(this.token1)}get token0Price(){var e;return null!==(e=this._token0Price)&&void 0!==e?e:this._token0Price=new Dm(this.token0,this.token1,ox,I.multiply(this.sqrtRatioX96,this.sqrtRatioX96))}get token1Price(){var e;return null!==(e=this._token1Price)&&void 0!==e?e:this._token1Price=new Dm(this.token1,this.token0,I.multiply(this.sqrtRatioX96,this.sqrtRatioX96),ox)}priceOf(e){return E(this.involvesToken(e),"TOKEN"),e.equals(this.token0)?this.token0Price:this.token1Price}get chainId(){return this.token0.chainId}getOutputAmount(t,n){return N(this,void 0,void 0,(function*(){E(this.involvesToken(t.currency),"TOKEN");const i=t.currency.equals(this.token0),{amountCalculated:o,sqrtRatioX96:r,liquidity:a,tickCurrent:s}=yield this.swap(i,t.quotient,n),l=i?this.token1:this.token0;return[Pm.fromRawAmount(l,I.multiply(o,ex)),new e(this.token0,this.token1,this.fee,r,a,s,this.tickDataProvider)]}))}getInputAmount(t,n){return N(this,void 0,void 0,(function*(){E(t.currency.isToken&&this.involvesToken(t.currency),"TOKEN");const i=t.currency.equals(this.token1),{amountCalculated:o,sqrtRatioX96:r,liquidity:a,tickCurrent:s}=yield this.swap(i,I.multiply(t.quotient,ex),n),l=i?this.token0:this.token1;return[Pm.fromRawAmount(l,o),new e(this.token0,this.token1,this.fee,r,a,s,this.tickDataProvider)]}))}swap(e,t,n){return N(this,void 0,void 0,(function*(){return function(e,t,n,i,o,r,a,s,l){return N(this,void 0,void 0,(function*(){l||(l=a?I.add(cx.MIN_SQRT_RATIO,nx):I.subtract(cx.MAX_SQRT_RATIO,nx)),a?(E(I.greaterThan(l,cx.MIN_SQRT_RATIO),"RATIO_MIN"),E(I.lessThan(l,t),"RATIO_CURRENT")):(E(I.lessThan(l,cx.MAX_SQRT_RATIO),"RATIO_MAX"),E(I.greaterThan(l,t),"RATIO_CURRENT"));const d=I.greaterThanOrEqual(s,tx),c={amountSpecifiedRemaining:s,amountCalculated:tx,sqrtPriceX96:t,tick:n,liquidity:i};for(;I.notEqual(c.amountSpecifiedRemaining,tx)&&c.sqrtPriceX96!==l;){let t={};if(t.sqrtPriceStartX96=c.sqrtPriceX96,[t.tickNext,t.initialized]=yield r.nextInitializedTickWithinOneWord(c.tick,a,o),t.tickNext<cx.MIN_TICK?t.tickNext=cx.MIN_TICK:t.tickNext>cx.MAX_TICK&&(t.tickNext=cx.MAX_TICK),t.sqrtPriceNextX96=cx.getSqrtRatioAtTick(t.tickNext),[c.sqrtPriceX96,t.amountIn,t.amountOut,t.feeAmount]=gx.computeSwapStep(c.sqrtPriceX96,(a?I.lessThan(t.sqrtPriceNextX96,l):I.greaterThan(t.sqrtPriceNextX96,l))?l:t.sqrtPriceNextX96,c.liquidity,c.amountSpecifiedRemaining,e),d?(c.amountSpecifiedRemaining=I.subtract(c.amountSpecifiedRemaining,I.add(t.amountIn,t.feeAmount)),c.amountCalculated=I.subtract(c.amountCalculated,t.amountOut)):(c.amountSpecifiedRemaining=I.add(c.amountSpecifiedRemaining,t.amountOut),c.amountCalculated=I.add(c.amountCalculated,I.add(t.amountIn,t.feeAmount))),I.equal(c.sqrtPriceX96,t.sqrtPriceNextX96)){if(t.initialized){let e=I.BigInt((yield r.getTick(t.tickNext)).liquidityNet);a&&(e=I.multiply(e,ex)),c.liquidity=fx.addDelta(c.liquidity,e)}c.tick=a?t.tickNext-1:t.tickNext}else I.notEqual(c.sqrtPriceX96,t.sqrtPriceStartX96)&&(c.tick=cx.getTickAtSqrtRatio(c.sqrtPriceX96))}return{amountCalculated:c.amountCalculated,sqrtRatioX96:c.sqrtPriceX96,liquidity:c.liquidity,tickCurrent:c.tick}}))}(I.BigInt(this.fee),this.sqrtRatioX96,this.tickCurrent,this.liquidity,this.tickSpacing,this.tickDataProvider,e,t,n)}))}get tickSpacing(){return Jm[this.fee]}};class Mx{constructor({pool:e,liquidity:t,tickLower:n,tickUpper:i}){this._token0Amount=null,this._token1Amount=null,this._mintAmounts=null,E(n<i,"TICK_ORDER"),E(n>=cx.MIN_TICK&&n%e.tickSpacing==0,"TICK_LOWER"),E(i<=cx.MAX_TICK&&i%e.tickSpacing==0,"TICK_UPPER"),this.pool=e,this.tickLower=n,this.tickUpper=i,this.liquidity=I.BigInt(t)}get token0PriceLower(){return Ex(this.pool.token0,this.pool.token1,this.tickLower)}get token0PriceUpper(){return Ex(this.pool.token0,this.pool.token1,this.tickUpper)}get amount0(){return null===this._token0Amount&&(this.pool.tickCurrent<this.tickLower?this._token0Amount=Pm.fromRawAmount(this.pool.token0,mx.getAmount0Delta(cx.getSqrtRatioAtTick(this.tickLower),cx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!1)):this.pool.tickCurrent<this.tickUpper?this._token0Amount=Pm.fromRawAmount(this.pool.token0,mx.getAmount0Delta(this.pool.sqrtRatioX96,cx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!1)):this._token0Amount=Pm.fromRawAmount(this.pool.token0,tx)),this._token0Amount}get amount1(){return null===this._token1Amount&&(this.pool.tickCurrent<this.tickLower?this._token1Amount=Pm.fromRawAmount(this.pool.token1,tx):this.pool.tickCurrent<this.tickUpper?this._token1Amount=Pm.fromRawAmount(this.pool.token1,mx.getAmount1Delta(cx.getSqrtRatioAtTick(this.tickLower),this.pool.sqrtRatioX96,this.liquidity,!1)):this._token1Amount=Pm.fromRawAmount(this.pool.token1,mx.getAmount1Delta(cx.getSqrtRatioAtTick(this.tickLower),cx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!1))),this._token1Amount}ratiosAfterSlippage(e){const t=this.pool.token0Price.asFraction.multiply(new Nm(1).subtract(e)),n=this.pool.token0Price.asFraction.multiply(e.add(1));let i=jx(t.numerator,t.denominator);I.lessThanOrEqual(i,cx.MIN_SQRT_RATIO)&&(i=I.add(cx.MIN_SQRT_RATIO,I.BigInt(1)));let o=jx(n.numerator,n.denominator);return I.greaterThanOrEqual(o,cx.MAX_SQRT_RATIO)&&(o=I.subtract(cx.MAX_SQRT_RATIO,I.BigInt(1))),{sqrtRatioX96Lower:i,sqrtRatioX96Upper:o}}mintAmountsWithSlippage(e){const{sqrtRatioX96Upper:t,sqrtRatioX96Lower:n}=this.ratiosAfterSlippage(e),i=new Ox(this.pool.token0,this.pool.token1,this.pool.fee,n,0,cx.getTickAtSqrtRatio(n)),o=new Ox(this.pool.token0,this.pool.token1,this.pool.fee,t,0,cx.getTickAtSqrtRatio(t)),r=Mx.fromAmounts(Object.assign(Object.assign({pool:this.pool,tickLower:this.tickLower,tickUpper:this.tickUpper},this.mintAmounts),{useFullPrecision:!1})),{amount0:a}=new Mx({pool:o,liquidity:r.liquidity,tickLower:this.tickLower,tickUpper:this.tickUpper}).mintAmounts,{amount1:s}=new Mx({pool:i,liquidity:r.liquidity,tickLower:this.tickLower,tickUpper:this.tickUpper}).mintAmounts;return{amount0:a,amount1:s}}burnAmountsWithSlippage(e){const{sqrtRatioX96Upper:t,sqrtRatioX96Lower:n}=this.ratiosAfterSlippage(e),i=new Ox(this.pool.token0,this.pool.token1,this.pool.fee,n,0,cx.getTickAtSqrtRatio(n)),o=new Ox(this.pool.token0,this.pool.token1,this.pool.fee,t,0,cx.getTickAtSqrtRatio(t)),r=new Mx({pool:o,liquidity:this.liquidity,tickLower:this.tickLower,tickUpper:this.tickUpper}).amount0,a=new Mx({pool:i,liquidity:this.liquidity,tickLower:this.tickLower,tickUpper:this.tickUpper}).amount1;return{amount0:r.quotient,amount1:a.quotient}}get mintAmounts(){return null===this._mintAmounts?this.pool.tickCurrent<this.tickLower?{amount0:mx.getAmount0Delta(cx.getSqrtRatioAtTick(this.tickLower),cx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!0),amount1:tx}:this.pool.tickCurrent<this.tickUpper?{amount0:mx.getAmount0Delta(this.pool.sqrtRatioX96,cx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!0),amount1:mx.getAmount1Delta(cx.getSqrtRatioAtTick(this.tickLower),this.pool.sqrtRatioX96,this.liquidity,!0)}:{amount0:tx,amount1:mx.getAmount1Delta(cx.getSqrtRatioAtTick(this.tickLower),cx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!0)}:this._mintAmounts}static fromAmounts({pool:e,tickLower:t,tickUpper:n,amount0:i,amount1:o,useFullPrecision:r}){const a=cx.getSqrtRatioAtTick(t),s=cx.getSqrtRatioAtTick(n);return new Mx({pool:e,tickLower:t,tickUpper:n,liquidity:Bx(e.sqrtRatioX96,a,s,i,o,r)})}static fromAmount0({pool:e,tickLower:t,tickUpper:n,amount0:i,useFullPrecision:o}){return Mx.fromAmounts({pool:e,tickLower:t,tickUpper:n,amount0:i,amount1:Lm,useFullPrecision:o})}static fromAmount1({pool:e,tickLower:t,tickUpper:n,amount1:i}){return Mx.fromAmounts({pool:e,tickLower:t,tickUpper:n,amount0:Lm,amount1:i,useFullPrecision:!0})}}var Px=[{inputs:[{internalType:"bytes[]",name:"data",type:"bytes[]"}],name:"multicall",outputs:[{internalType:"bytes[]",name:"results",type:"bytes[]"}],stateMutability:"payable",type:"function"}];class _x{constructor(){}static encodeMulticall(e){return Array.isArray(e)||(e=[e]),1===e.length?e[0]:_x.INTERFACE.encodeFunctionData("multicall",[e])}static decodeMulticall(e){return _x.INTERFACE.decodeFunctionData("multicall",e).data}}_x.INTERFACE=new Oh(Px);var Fx=[{inputs:[{internalType:"address",name:"_factory",type:"address"},{internalType:"address",name:"_WETH9",type:"address"},{internalType:"address",name:"_tokenDescriptor_",type:"address"}],stateMutability:"nonpayable",type:"constructor"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"owner",type:"address"},{indexed:!0,internalType:"address",name:"approved",type:"address"},{indexed:!0,internalType:"uint256",name:"tokenId",type:"uint256"}],name:"Approval",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"owner",type:"address"},{indexed:!0,internalType:"address",name:"operator",type:"address"},{indexed:!1,internalType:"bool",name:"approved",type:"bool"}],name:"ApprovalForAll",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"uint256",name:"tokenId",type:"uint256"},{indexed:!1,internalType:"address",name:"recipient",type:"address"},{indexed:!1,internalType:"uint256",name:"amount0",type:"uint256"},{indexed:!1,internalType:"uint256",name:"amount1",type:"uint256"}],name:"Collect",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"uint256",name:"tokenId",type:"uint256"},{indexed:!1,internalType:"uint128",name:"liquidity",type:"uint128"},{indexed:!1,internalType:"uint256",name:"amount0",type:"uint256"},{indexed:!1,internalType:"uint256",name:"amount1",type:"uint256"}],name:"DecreaseLiquidity",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"uint256",name:"tokenId",type:"uint256"},{indexed:!1,internalType:"uint128",name:"liquidity",type:"uint128"},{indexed:!1,internalType:"uint256",name:"amount0",type:"uint256"},{indexed:!1,internalType:"uint256",name:"amount1",type:"uint256"}],name:"IncreaseLiquidity",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"from",type:"address"},{indexed:!0,internalType:"address",name:"to",type:"address"},{indexed:!0,internalType:"uint256",name:"tokenId",type:"uint256"}],name:"Transfer",type:"event"},{inputs:[],name:"DOMAIN_SEPARATOR",outputs:[{internalType:"bytes32",name:"",type:"bytes32"}],stateMutability:"view",type:"function"},{inputs:[],name:"PERMIT_TYPEHASH",outputs:[{internalType:"bytes32",name:"",type:"bytes32"}],stateMutability:"view",type:"function"},{inputs:[],name:"WETH9",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"to",type:"address"},{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"approve",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"owner",type:"address"}],name:"balanceOf",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"baseURI",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"pure",type:"function"},{inputs:[{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"burn",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint128",name:"amount0Max",type:"uint128"},{internalType:"uint128",name:"amount1Max",type:"uint128"}],internalType:"struct INonfungiblePositionManager.CollectParams",name:"params",type:"tuple"}],name:"collect",outputs:[{internalType:"uint256",name:"amount0",type:"uint256"},{internalType:"uint256",name:"amount1",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token0",type:"address"},{internalType:"address",name:"token1",type:"address"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"uint160",name:"sqrtPriceX96",type:"uint160"}],name:"createAndInitializePoolIfNecessary",outputs:[{internalType:"address",name:"pool",type:"address"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"uint128",name:"liquidity",type:"uint128"},{internalType:"uint256",name:"amount0Min",type:"uint256"},{internalType:"uint256",name:"amount1Min",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"}],internalType:"struct INonfungiblePositionManager.DecreaseLiquidityParams",name:"params",type:"tuple"}],name:"decreaseLiquidity",outputs:[{internalType:"uint256",name:"amount0",type:"uint256"},{internalType:"uint256",name:"amount1",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[],name:"factory",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"getApproved",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"uint256",name:"amount0Desired",type:"uint256"},{internalType:"uint256",name:"amount1Desired",type:"uint256"},{internalType:"uint256",name:"amount0Min",type:"uint256"},{internalType:"uint256",name:"amount1Min",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"}],internalType:"struct INonfungiblePositionManager.IncreaseLiquidityParams",name:"params",type:"tuple"}],name:"increaseLiquidity",outputs:[{internalType:"uint128",name:"liquidity",type:"uint128"},{internalType:"uint256",name:"amount0",type:"uint256"},{internalType:"uint256",name:"amount1",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"owner",type:"address"},{internalType:"address",name:"operator",type:"address"}],name:"isApprovedForAll",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"address",name:"token0",type:"address"},{internalType:"address",name:"token1",type:"address"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"int24",name:"tickLower",type:"int24"},{internalType:"int24",name:"tickUpper",type:"int24"},{internalType:"uint256",name:"amount0Desired",type:"uint256"},{internalType:"uint256",name:"amount1Desired",type:"uint256"},{internalType:"uint256",name:"amount0Min",type:"uint256"},{internalType:"uint256",name:"amount1Min",type:"uint256"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"deadline",type:"uint256"}],internalType:"struct INonfungiblePositionManager.MintParams",name:"params",type:"tuple"}],name:"mint",outputs:[{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"uint128",name:"liquidity",type:"uint128"},{internalType:"uint256",name:"amount0",type:"uint256"},{internalType:"uint256",name:"amount1",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{internalType:"bytes[]",name:"data",type:"bytes[]"}],name:"multicall",outputs:[{internalType:"bytes[]",name:"results",type:"bytes[]"}],stateMutability:"payable",type:"function"},{inputs:[],name:"name",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"ownerOf",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"spender",type:"address"},{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"permit",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"positions",outputs:[{internalType:"uint96",name:"nonce",type:"uint96"},{internalType:"address",name:"operator",type:"address"},{internalType:"address",name:"token0",type:"address"},{internalType:"address",name:"token1",type:"address"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"int24",name:"tickLower",type:"int24"},{internalType:"int24",name:"tickUpper",type:"int24"},{internalType:"uint128",name:"liquidity",type:"uint128"},{internalType:"uint256",name:"feeGrowthInside0LastX128",type:"uint256"},{internalType:"uint256",name:"feeGrowthInside1LastX128",type:"uint256"},{internalType:"uint128",name:"tokensOwed0",type:"uint128"},{internalType:"uint128",name:"tokensOwed1",type:"uint128"}],stateMutability:"view",type:"function"},{inputs:[],name:"refundETH",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"from",type:"address"},{internalType:"address",name:"to",type:"address"},{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"safeTransferFrom",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"from",type:"address"},{internalType:"address",name:"to",type:"address"},{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"bytes",name:"_data",type:"bytes"}],name:"safeTransferFrom",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"value",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermit",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"nonce",type:"uint256"},{internalType:"uint256",name:"expiry",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitAllowed",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"nonce",type:"uint256"},{internalType:"uint256",name:"expiry",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitAllowedIfNecessary",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"value",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitIfNecessary",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"operator",type:"address"},{internalType:"bool",name:"approved",type:"bool"}],name:"setApprovalForAll",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"bytes4",name:"interfaceId",type:"bytes4"}],name:"supportsInterface",outputs:[{internalType:"bool",name:"",type:"bool"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"}],name:"sweepToken",outputs:[],stateMutability:"payable",type:"function"},{inputs:[],name:"symbol",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"index",type:"uint256"}],name:"tokenByIndex",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"owner",type:"address"},{internalType:"uint256",name:"index",type:"uint256"}],name:"tokenOfOwnerByIndex",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"tokenURI",outputs:[{internalType:"string",name:"",type:"string"}],stateMutability:"view",type:"function"},{inputs:[],name:"totalSupply",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"from",type:"address"},{internalType:"address",name:"to",type:"address"},{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"transferFrom",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"uint256",name:"amount0Owed",type:"uint256"},{internalType:"uint256",name:"amount1Owed",type:"uint256"},{internalType:"bytes",name:"data",type:"bytes"}],name:"uniswapV3MintCallback",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"}],name:"unwrapWETH9",outputs:[],stateMutability:"payable",type:"function"},{stateMutability:"payable",type:"receive"}],Nx=[{inputs:[],name:"refundETH",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"}],name:"sweepToken",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"feeBips",type:"uint256"},{internalType:"address",name:"feeRecipient",type:"address"}],name:"sweepTokenWithFee",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"}],name:"unwrapWETH9",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"feeBips",type:"uint256"},{internalType:"address",name:"feeRecipient",type:"address"}],name:"unwrapWETH9WithFee",outputs:[],stateMutability:"payable",type:"function"}];class Dx{constructor(){}static encodeFeeBips(e){return Cx(e.multiply(1e4).quotient)}static encodeUnwrapWETH9(e,t,n){if(t=Um(t),n){const i=this.encodeFeeBips(n.fee),o=Um(n.recipient);return Dx.INTERFACE.encodeFunctionData("unwrapWETH9WithFee",[Cx(e),t,i,o])}return Dx.INTERFACE.encodeFunctionData("unwrapWETH9",[Cx(e),t])}static encodeSweepToken(e,t,n,i){if(n=Um(n),i){const o=this.encodeFeeBips(i.fee),r=Um(i.recipient);return Dx.INTERFACE.encodeFunctionData("sweepTokenWithFee",[e.address,Cx(t),n,o,r])}return Dx.INTERFACE.encodeFunctionData("sweepToken",[e.address,Cx(t),n])}static encodeRefundETH(){return Dx.INTERFACE.encodeFunctionData("refundETH")}}Dx.INTERFACE=new Oh(Nx);var qx=[{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"value",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermit",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"nonce",type:"uint256"},{internalType:"uint256",name:"expiry",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitAllowed",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"nonce",type:"uint256"},{internalType:"uint256",name:"expiry",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitAllowedIfNecessary",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"value",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitIfNecessary",outputs:[],stateMutability:"payable",type:"function"}];class Ux{constructor(){}static encodePermit(e,t){return"nonce"in t?Ux.INTERFACE.encodeFunctionData("selfPermitAllowed",[e.address,Cx(t.nonce),Cx(t.expiry),t.v,t.r,t.s]):Ux.INTERFACE.encodeFunctionData("selfPermit",[e.address,Cx(t.amount),Cx(t.deadline),t.v,t.r,t.s])}}Ux.INTERFACE=new Oh(qx);const Vx=Cx(I.subtract(I.exponentiate(I.BigInt(2),I.BigInt(128)),I.BigInt(1)));function Hx(e){return Object.keys(e).some((e=>"recipient"===e))}const Wx={Permit:[{name:"spender",type:"address"},{name:"tokenId",type:"uint256"},{name:"nonce",type:"uint256"},{name:"deadline",type:"uint256"}]};class Zx{constructor(){}static encodeCreate(e){return Zx.INTERFACE.encodeFunctionData("createAndInitializePoolIfNecessary",[e.token0.address,e.token1.address,e.fee,Cx(e.sqrtRatioX96)])}static createCallParameters(e){return{calldata:this.encodeCreate(e),value:Cx(0)}}static addCallParameters(e,t){E(I.greaterThan(e.liquidity,tx),"ZERO_LIQUIDITY");const n=[],{amount0:i,amount1:o}=e.mintAmounts,r=e.mintAmountsWithSlippage(t.slippageTolerance),a=Cx(r.amount0),s=Cx(r.amount1),l=Cx(t.deadline);if(Hx(t)&&t.createPool&&n.push(this.encodeCreate(e.pool)),t.token0Permit&&n.push(Ux.encodePermit(e.pool.token0,t.token0Permit)),t.token1Permit&&n.push(Ux.encodePermit(e.pool.token1,t.token1Permit)),Hx(t)){const r=Um(t.recipient);n.push(Zx.INTERFACE.encodeFunctionData("mint",[{token0:e.pool.token0.address,token1:e.pool.token1.address,fee:e.pool.fee,tickLower:e.tickLower,tickUpper:e.tickUpper,amount0Desired:Cx(i),amount1Desired:Cx(o),amount0Min:a,amount1Min:s,recipient:r,deadline:l}]))}else n.push(Zx.INTERFACE.encodeFunctionData("increaseLiquidity",[{tokenId:Cx(t.tokenId),amount0Desired:Cx(i),amount1Desired:Cx(o),amount0Min:a,amount1Min:s,deadline:l}]));let d=Cx(0);if(t.useNative){const r=t.useNative.wrapped;E(e.pool.token0.equals(r)||e.pool.token1.equals(r),"NO_WETH");const a=e.pool.token0.equals(r)?i:o;I.greaterThan(a,tx)&&n.push(Dx.encodeRefundETH()),d=Cx(a)}return{calldata:_x.encodeMulticall(n),value:d}}static encodeCollect(e){const t=[],n=Cx(e.tokenId),i=e.expectedCurrencyOwed0.currency.isNative||e.expectedCurrencyOwed1.currency.isNative,o=Um(e.recipient);if(t.push(Zx.INTERFACE.encodeFunctionData("collect",[{tokenId:n,recipient:i?"0x0000000000000000000000000000000000000000":o,amount0Max:Vx,amount1Max:Vx}])),i){const n=e.expectedCurrencyOwed0.currency.isNative?e.expectedCurrencyOwed0.quotient:e.expectedCurrencyOwed1.quotient,i=e.expectedCurrencyOwed0.currency.isNative?e.expectedCurrencyOwed1.currency:e.expectedCurrencyOwed0.currency,r=e.expectedCurrencyOwed0.currency.isNative?e.expectedCurrencyOwed1.quotient:e.expectedCurrencyOwed0.quotient;t.push(Dx.encodeUnwrapWETH9(n,o)),t.push(Dx.encodeSweepToken(i,r,o))}return t}static collectCallParameters(e){const t=Zx.encodeCollect(e);return{calldata:_x.encodeMulticall(t),value:Cx(0)}}static removeCallParameters(e,t){const n=[],i=Cx(t.deadline),o=Cx(t.tokenId),r=new Mx({pool:e.pool,liquidity:t.liquidityPercentage.multiply(e.liquidity).quotient,tickLower:e.tickLower,tickUpper:e.tickUpper});E(I.greaterThan(r.liquidity,tx),"ZERO_LIQUIDITY");const{amount0:a,amount1:s}=r.burnAmountsWithSlippage(t.slippageTolerance);t.permit&&n.push(Zx.INTERFACE.encodeFunctionData("permit",[Um(t.permit.spender),o,Cx(t.permit.deadline),t.permit.v,t.permit.r,t.permit.s])),n.push(Zx.INTERFACE.encodeFunctionData("decreaseLiquidity",[{tokenId:o,liquidity:Cx(r.liquidity),amount0Min:Cx(a),amount1Min:Cx(s),deadline:i}]));const l=t.collectOptions,{expectedCurrencyOwed0:d,expectedCurrencyOwed1:c}=l,u=F(l,["expectedCurrencyOwed0","expectedCurrencyOwed1"]);return n.push(...Zx.encodeCollect(Object.assign({tokenId:Cx(t.tokenId),expectedCurrencyOwed0:d.add(Pm.fromRawAmount(d.currency,a)),expectedCurrencyOwed1:c.add(Pm.fromRawAmount(c.currency,s))},u))),t.liquidityPercentage.equalTo(nx)?t.burnToken&&n.push(Zx.INTERFACE.encodeFunctionData("burn",[o])):E(!0!==t.burnToken,"CANNOT_BURN"),{calldata:_x.encodeMulticall(n),value:Cx(0)}}static safeTransferFromParameters(e){const t=Um(e.recipient),n=Um(e.sender);let i;return i=e.data?Zx.INTERFACE.encodeFunctionData("safeTransferFrom(address,address,uint256,bytes)",[n,t,Cx(e.tokenId),e.data]):Zx.INTERFACE.encodeFunctionData("safeTransferFrom(address,address,uint256)",[n,t,Cx(e.tokenId)]),{calldata:i,value:Cx(0)}}static getPermitData(e,t,n){return{domain:{name:"Uniswap V3 Positions NFT-V1",chainId:n,version:"1",verifyingContract:t},types:Wx,values:e}}}Zx.INTERFACE=new Oh(Fx);var $x=[{inputs:[{internalType:"address",name:"_factory",type:"address"},{internalType:"address",name:"_WETH9",type:"address"}],stateMutability:"nonpayable",type:"constructor"},{inputs:[],name:"WETH9",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"factory",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"bytes",name:"path",type:"bytes"},{internalType:"uint256",name:"amountIn",type:"uint256"}],name:"quoteExactInput",outputs:[{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"uint160[]",name:"sqrtPriceX96AfterList",type:"uint160[]"},{internalType:"uint32[]",name:"initializedTicksCrossedList",type:"uint32[]"},{internalType:"uint256",name:"gasEstimate",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{components:[{internalType:"address",name:"tokenIn",type:"address"},{internalType:"address",name:"tokenOut",type:"address"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"uint160",name:"sqrtPriceLimitX96",type:"uint160"}],internalType:"struct IQuoterV2.QuoteExactInputSingleParams",name:"params",type:"tuple"}],name:"quoteExactInputSingle",outputs:[{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"uint160",name:"sqrtPriceX96After",type:"uint160"},{internalType:"uint32",name:"initializedTicksCrossed",type:"uint32"},{internalType:"uint256",name:"gasEstimate",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"bytes",name:"path",type:"bytes"},{internalType:"uint256",name:"amountOut",type:"uint256"}],name:"quoteExactOutput",outputs:[{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint160[]",name:"sqrtPriceX96AfterList",type:"uint160[]"},{internalType:"uint32[]",name:"initializedTicksCrossedList",type:"uint32[]"},{internalType:"uint256",name:"gasEstimate",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{components:[{internalType:"address",name:"tokenIn",type:"address"},{internalType:"address",name:"tokenOut",type:"address"},{internalType:"uint256",name:"amount",type:"uint256"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"uint160",name:"sqrtPriceLimitX96",type:"uint160"}],internalType:"struct IQuoterV2.QuoteExactOutputSingleParams",name:"params",type:"tuple"}],name:"quoteExactOutputSingle",outputs:[{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint160",name:"sqrtPriceX96After",type:"uint160"},{internalType:"uint32",name:"initializedTicksCrossed",type:"uint32"},{internalType:"uint256",name:"gasEstimate",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"int256",name:"amount0Delta",type:"int256"},{internalType:"int256",name:"amount1Delta",type:"int256"},{internalType:"bytes",name:"path",type:"bytes"}],name:"uniswapV3SwapCallback",outputs:[],stateMutability:"view",type:"function"}];new Oh([{inputs:[{internalType:"address",name:"_factory",type:"address"},{internalType:"address",name:"_WETH9",type:"address"}],stateMutability:"nonpayable",type:"constructor"},{inputs:[],name:"WETH9",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[],name:"factory",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"bytes",name:"path",type:"bytes"},{internalType:"uint256",name:"amountIn",type:"uint256"}],name:"quoteExactInput",outputs:[{internalType:"uint256",name:"amountOut",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"tokenIn",type:"address"},{internalType:"address",name:"tokenOut",type:"address"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint160",name:"sqrtPriceLimitX96",type:"uint160"}],name:"quoteExactInputSingle",outputs:[{internalType:"uint256",name:"amountOut",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"bytes",name:"path",type:"bytes"},{internalType:"uint256",name:"amountOut",type:"uint256"}],name:"quoteExactOutput",outputs:[{internalType:"uint256",name:"amountIn",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"address",name:"tokenIn",type:"address"},{internalType:"address",name:"tokenOut",type:"address"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"uint160",name:"sqrtPriceLimitX96",type:"uint160"}],name:"quoteExactOutputSingle",outputs:[{internalType:"uint256",name:"amountIn",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"int256",name:"amount0Delta",type:"int256"},{internalType:"int256",name:"amount1Delta",type:"int256"},{internalType:"bytes",name:"path",type:"bytes"}],name:"uniswapV3SwapCallback",outputs:[],stateMutability:"view",type:"function"}]),new Oh($x);new Oh([{inputs:[{internalType:"contract IUniswapV3Factory",name:"_factory",type:"address"},{internalType:"contract INonfungiblePositionManager",name:"_nonfungiblePositionManager",type:"address"},{internalType:"uint256",name:"_maxIncentiveStartLeadTime",type:"uint256"},{internalType:"uint256",name:"_maxIncentiveDuration",type:"uint256"}],stateMutability:"nonpayable",type:"constructor"},{anonymous:!1,inputs:[{indexed:!0,internalType:"uint256",name:"tokenId",type:"uint256"},{indexed:!0,internalType:"address",name:"oldOwner",type:"address"},{indexed:!0,internalType:"address",name:"newOwner",type:"address"}],name:"DepositTransferred",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"contract IERC20Minimal",name:"rewardToken",type:"address"},{indexed:!0,internalType:"contract IUniswapV3Pool",name:"pool",type:"address"},{indexed:!1,internalType:"uint256",name:"startTime",type:"uint256"},{indexed:!1,internalType:"uint256",name:"endTime",type:"uint256"},{indexed:!1,internalType:"address",name:"refundee",type:"address"},{indexed:!1,internalType:"uint256",name:"reward",type:"uint256"}],name:"IncentiveCreated",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"bytes32",name:"incentiveId",type:"bytes32"},{indexed:!1,internalType:"uint256",name:"refund",type:"uint256"}],name:"IncentiveEnded",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"address",name:"to",type:"address"},{indexed:!1,internalType:"uint256",name:"reward",type:"uint256"}],name:"RewardClaimed",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"uint256",name:"tokenId",type:"uint256"},{indexed:!0,internalType:"bytes32",name:"incentiveId",type:"bytes32"},{indexed:!1,internalType:"uint128",name:"liquidity",type:"uint128"}],name:"TokenStaked",type:"event"},{anonymous:!1,inputs:[{indexed:!0,internalType:"uint256",name:"tokenId",type:"uint256"},{indexed:!0,internalType:"bytes32",name:"incentiveId",type:"bytes32"}],name:"TokenUnstaked",type:"event"},{inputs:[{internalType:"contract IERC20Minimal",name:"rewardToken",type:"address"},{internalType:"address",name:"to",type:"address"},{internalType:"uint256",name:"amountRequested",type:"uint256"}],name:"claimReward",outputs:[{internalType:"uint256",name:"reward",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[{components:[{internalType:"contract IERC20Minimal",name:"rewardToken",type:"address"},{internalType:"contract IUniswapV3Pool",name:"pool",type:"address"},{internalType:"uint256",name:"startTime",type:"uint256"},{internalType:"uint256",name:"endTime",type:"uint256"},{internalType:"address",name:"refundee",type:"address"}],internalType:"struct IUniswapV3Staker.IncentiveKey",name:"key",type:"tuple"},{internalType:"uint256",name:"reward",type:"uint256"}],name:"createIncentive",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"uint256",name:"",type:"uint256"}],name:"deposits",outputs:[{internalType:"address",name:"owner",type:"address"},{internalType:"uint48",name:"numberOfStakes",type:"uint48"},{internalType:"int24",name:"tickLower",type:"int24"},{internalType:"int24",name:"tickUpper",type:"int24"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"contract IERC20Minimal",name:"rewardToken",type:"address"},{internalType:"contract IUniswapV3Pool",name:"pool",type:"address"},{internalType:"uint256",name:"startTime",type:"uint256"},{internalType:"uint256",name:"endTime",type:"uint256"},{internalType:"address",name:"refundee",type:"address"}],internalType:"struct IUniswapV3Staker.IncentiveKey",name:"key",type:"tuple"}],name:"endIncentive",outputs:[{internalType:"uint256",name:"refund",type:"uint256"}],stateMutability:"nonpayable",type:"function"},{inputs:[],name:"factory",outputs:[{internalType:"contract IUniswapV3Factory",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"contract IERC20Minimal",name:"rewardToken",type:"address"},{internalType:"contract IUniswapV3Pool",name:"pool",type:"address"},{internalType:"uint256",name:"startTime",type:"uint256"},{internalType:"uint256",name:"endTime",type:"uint256"},{internalType:"address",name:"refundee",type:"address"}],internalType:"struct IUniswapV3Staker.IncentiveKey",name:"key",type:"tuple"},{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"getRewardInfo",outputs:[{internalType:"uint256",name:"reward",type:"uint256"},{internalType:"uint160",name:"secondsInsideX128",type:"uint160"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"bytes32",name:"",type:"bytes32"}],name:"incentives",outputs:[{internalType:"uint256",name:"totalRewardUnclaimed",type:"uint256"},{internalType:"uint160",name:"totalSecondsClaimedX128",type:"uint160"},{internalType:"uint96",name:"numberOfStakes",type:"uint96"}],stateMutability:"view",type:"function"},{inputs:[],name:"maxIncentiveDuration",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[],name:"maxIncentiveStartLeadTime",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"bytes[]",name:"data",type:"bytes[]"}],name:"multicall",outputs:[{internalType:"bytes[]",name:"results",type:"bytes[]"}],stateMutability:"payable",type:"function"},{inputs:[],name:"nonfungiblePositionManager",outputs:[{internalType:"contract INonfungiblePositionManager",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"address",name:"",type:"address"},{internalType:"address",name:"from",type:"address"},{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"bytes",name:"data",type:"bytes"}],name:"onERC721Received",outputs:[{internalType:"bytes4",name:"",type:"bytes4"}],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"contract IERC20Minimal",name:"",type:"address"},{internalType:"address",name:"",type:"address"}],name:"rewards",outputs:[{internalType:"uint256",name:"",type:"uint256"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"contract IERC20Minimal",name:"rewardToken",type:"address"},{internalType:"contract IUniswapV3Pool",name:"pool",type:"address"},{internalType:"uint256",name:"startTime",type:"uint256"},{internalType:"uint256",name:"endTime",type:"uint256"},{internalType:"address",name:"refundee",type:"address"}],internalType:"struct IUniswapV3Staker.IncentiveKey",name:"key",type:"tuple"},{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"stakeToken",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"bytes32",name:"incentiveId",type:"bytes32"}],name:"stakes",outputs:[{internalType:"uint160",name:"secondsPerLiquidityInsideInitialX128",type:"uint160"},{internalType:"uint128",name:"liquidity",type:"uint128"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"address",name:"to",type:"address"}],name:"transferDeposit",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{components:[{internalType:"contract IERC20Minimal",name:"rewardToken",type:"address"},{internalType:"contract IUniswapV3Pool",name:"pool",type:"address"},{internalType:"uint256",name:"startTime",type:"uint256"},{internalType:"uint256",name:"endTime",type:"uint256"},{internalType:"address",name:"refundee",type:"address"}],internalType:"struct IUniswapV3Staker.IncentiveKey",name:"key",type:"tuple"},{internalType:"uint256",name:"tokenId",type:"uint256"}],name:"unstakeToken",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"uint256",name:"tokenId",type:"uint256"},{internalType:"address",name:"to",type:"address"},{internalType:"bytes",name:"data",type:"bytes"}],name:"withdrawToken",outputs:[],stateMutability:"nonpayable",type:"function"}]);function zx({removed:e,inRange:n}){const i=t.useTheme(),r={py:4,px:8,color:i.palette.success.main,borderRadius:4,backgroundColor:t.alpha(i.palette.success.main,.1),typography:"h6"};return e?$.jsx(t.Tooltip,{title:o.i18n._({id:"MZPP7t",message:"Your position has 0 liquidity, and is not earning fees."}),maxWidth:240,children:$.jsx(t.Box,{sx:Object.assign(Object.assign({},r),{color:i.palette.warning.main,backgroundColor:t.alpha(i.palette.warning.main,.1)}),children:o.i18n._({id:"D87pha",message:"Closed"})})}):n?$.jsx(t.Tooltip,{title:o.i18n._({id:"aIvv/z",message:"The price of this pool is within your selected range. Your position is currently earning fees."}),maxWidth:240,children:$.jsx(t.Box,{sx:r,children:o.i18n._({id:"vOyUlD",message:"In range"})})}):$.jsx(t.Tooltip,{title:o.i18n._({id:"IwiTcw",message:"The price of this pool is outside of your selected range. Your position is not currently earning fees."}),maxWidth:240,children:$.jsx(t.Box,{sx:Object.assign(Object.assign({},r),{color:i.palette.error.main,backgroundColor:t.alpha(i.palette.error.main,.1)}),children:o.i18n._({id:"i3Z+/Z",message:"Out of range"})})})}new Oh([{inputs:[{internalType:"address",name:"_factory",type:"address"},{internalType:"address",name:"_WETH9",type:"address"}],stateMutability:"nonpayable",type:"constructor"},{inputs:[],name:"WETH9",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{components:[{internalType:"bytes",name:"path",type:"bytes"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOutMinimum",type:"uint256"}],internalType:"struct ISwapRouter.ExactInputParams",name:"params",type:"tuple"}],name:"exactInput",outputs:[{internalType:"uint256",name:"amountOut",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"tokenIn",type:"address"},{internalType:"address",name:"tokenOut",type:"address"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint256",name:"amountIn",type:"uint256"},{internalType:"uint256",name:"amountOutMinimum",type:"uint256"},{internalType:"uint160",name:"sqrtPriceLimitX96",type:"uint160"}],internalType:"struct ISwapRouter.ExactInputSingleParams",name:"params",type:"tuple"}],name:"exactInputSingle",outputs:[{internalType:"uint256",name:"amountOut",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"bytes",name:"path",type:"bytes"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"uint256",name:"amountInMaximum",type:"uint256"}],internalType:"struct ISwapRouter.ExactOutputParams",name:"params",type:"tuple"}],name:"exactOutput",outputs:[{internalType:"uint256",name:"amountIn",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[{components:[{internalType:"address",name:"tokenIn",type:"address"},{internalType:"address",name:"tokenOut",type:"address"},{internalType:"uint24",name:"fee",type:"uint24"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint256",name:"amountOut",type:"uint256"},{internalType:"uint256",name:"amountInMaximum",type:"uint256"},{internalType:"uint160",name:"sqrtPriceLimitX96",type:"uint160"}],internalType:"struct ISwapRouter.ExactOutputSingleParams",name:"params",type:"tuple"}],name:"exactOutputSingle",outputs:[{internalType:"uint256",name:"amountIn",type:"uint256"}],stateMutability:"payable",type:"function"},{inputs:[],name:"factory",outputs:[{internalType:"address",name:"",type:"address"}],stateMutability:"view",type:"function"},{inputs:[{internalType:"bytes[]",name:"data",type:"bytes[]"}],name:"multicall",outputs:[{internalType:"bytes[]",name:"results",type:"bytes[]"}],stateMutability:"payable",type:"function"},{inputs:[],name:"refundETH",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"value",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermit",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"nonce",type:"uint256"},{internalType:"uint256",name:"expiry",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitAllowed",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"nonce",type:"uint256"},{internalType:"uint256",name:"expiry",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitAllowedIfNecessary",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"value",type:"uint256"},{internalType:"uint256",name:"deadline",type:"uint256"},{internalType:"uint8",name:"v",type:"uint8"},{internalType:"bytes32",name:"r",type:"bytes32"},{internalType:"bytes32",name:"s",type:"bytes32"}],name:"selfPermitIfNecessary",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"}],name:"sweepToken",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"address",name:"token",type:"address"},{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"feeBips",type:"uint256"},{internalType:"address",name:"feeRecipient",type:"address"}],name:"sweepTokenWithFee",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"int256",name:"amount0Delta",type:"int256"},{internalType:"int256",name:"amount1Delta",type:"int256"},{internalType:"bytes",name:"_data",type:"bytes"}],name:"uniswapV3SwapCallback",outputs:[],stateMutability:"nonpayable",type:"function"},{inputs:[{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"}],name:"unwrapWETH9",outputs:[],stateMutability:"payable",type:"function"},{inputs:[{internalType:"uint256",name:"amountMinimum",type:"uint256"},{internalType:"address",name:"recipient",type:"address"},{internalType:"uint256",name:"feeBips",type:"uint256"},{internalType:"address",name:"feeRecipient",type:"address"}],name:"unwrapWETH9WithFee",outputs:[],stateMutability:"payable",type:"function"},{stateMutability:"payable",type:"receive"}]);const Qx=({token:e,amount:n})=>{var i;const o=t.useTheme();return $.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:[$.jsx(Hs,{address:null!==(i=null==e?void 0:e.address)&&void 0!==i?i:"",chainId:null==e?void 0:e.chainId,noShowChain:!0,width:18,height:18,marginRight:0}),$.jsxs(t.Box,{sx:{typography:"body1",color:o.palette.text.primary},children:[Do({input:n.toSignificant(),decimals:null==e?void 0:e.decimals})," ",null==e?void 0:e.symbol]}),$.jsx(t.ButtonBase,{sx:{display:"flex",alignItems:"center",color:o.palette.text.secondary,"&:hover":{color:o.palette.text.primary}},onClick:()=>{window.open(ca(e.chainId,null==e?void 0:e.address,"address"))},children:$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:$.jsx("path",{opacity:"0.5",fillRule:"evenodd",clipRule:"evenodd",d:"M3.33333 3.33333V12.6667H12.6667V8H14V12.6667C14 13.4 13.4 14 12.6667 14H3.33333C2.59333 14 2 13.4 2 12.6667V3.33333C2 2.6 2.59333 2 3.33333 2H8V3.33333H3.33333ZM9.33333 3.33333V2H14V6.66667H12.6667V4.27333L6.11333 10.8267L5.17333 9.88667L11.7267 3.33333H9.33333Z",fill:"currentColor"})})})]})},Gx=({position:i,inRange:r})=>{var a;const s=t.useTheme(),l=i.pool.token0,d=i.pool.token1,c=i.pool.chainId,u=(null==i?void 0:i.liquidity)&&I.equal(null==i?void 0:i.liquidity,I.BigInt(0)),p=n.useMemo((()=>Ox.getAddress(i.pool.token0,i.pool.token1,i.pool.fee,void 0,c?Im[c]:void 0)),[c,i.pool.fee,i.pool.token0,i.pool.token1]);return $.jsxs(t.Box,{sx:{border:"solid 1px",borderColor:"border.main",borderRadius:8},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",p:s.spacing(12,20),borderBottomStyle:"solid",borderBottomColor:"border.main",borderBottomWidth:1},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-start",gap:4},children:[$.jsxs(t.Box,{sx:{typography:"body2",color:s.palette.text.primary},children:[o.i18n._({id:"PVa3KL",message:"Position on"})," ",null==l?void 0:l.symbol,"/",null==d?void 0:d.symbol]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:[$.jsx(zx,{removed:u,inRange:r}),$.jsx(t.Box,{sx:{py:4,px:8,color:s.palette.text.secondary,borderRadius:4,backgroundColor:s.palette.background.tag,typography:"h6"},children:Ko({input:(null===(a=null==i?void 0:i.pool)||void 0===a?void 0:a.fee)/1e6})})]})]}),$.jsxs(t.ButtonBase,{sx:{display:"flex",alignItems:"center",gap:0,typography:"body2",color:s.palette.text.secondary,"&:hover":{color:s.palette.text.primary}},onClick:()=>{window.open(ca(c,p,"address"))},children:[o.i18n._({id:"URmyfc",message:"Details"}),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:$.jsx("path",{d:"M7.5 5L6.4425 6.0575L9.8775 9.5L6.4425 12.9425L7.5 14L12 9.5L7.5 5Z",fill:"currentColor"})})]})]}),$.jsxs(t.Box,{sx:{p:s.spacing(12,20)},children:[$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"YHc3B+",message:"My Liquidity"})}),$.jsxs(t.Box,{sx:{mt:12},children:[$.jsx(Qx,{token:l,amount:i.amount0}),$.jsx(Qx,{token:d,amount:i.amount1})]})]})]})};function Yx({price:e,atLimit:t,direction:n}){return t[n]?n===dm.LOWER?"0":"∞":"string"==typeof e&&"∞"===e?"∞":Do({input:"string"==typeof e?e:null==e?void 0:e.toSignificant()})}const Xx=({baseToken:e,quoteToken:n,handleRateToggle:i,sx:o})=>{const r=t.useTheme(),a=null==e?void 0:e.wrapped,s=null==n?void 0:n.wrapped,l=a&&s&&a.sortsBefore(s);return $.jsx(t.Box,{component:t.ButtonBase,onClick:i,sx:Object.assign({display:"flex",alignItems:"center",p:1,borderRadius:8,backgroundColor:r.palette.border.main},o),children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",width:"100%",[r.breakpoints.up("tablet")]:{width:"auto"}},children:[$.jsx(t.Box,{sx:Object.assign({flexGrow:1,flexShrink:1,flexBasis:"50%",px:12,py:4,borderRadius:7,textAlign:"center",typography:"h6",whiteSpace:"nowrap"},l?{color:r.palette.text.primary,backgroundColor:r.palette.background.paper}:{color:r.palette.text.secondary,backgroundColor:"transparent"}),children:l?e.symbol:null==n?void 0:n.symbol}),$.jsx(t.Box,{sx:Object.assign({flexGrow:1,flexShrink:1,flexBasis:"50%",px:12,py:4,borderRadius:7,textAlign:"center",typography:"h6",whiteSpace:"nowrap"},l?{color:r.palette.text.secondary,backgroundColor:"transparent"}:{color:r.palette.text.primary,backgroundColor:r.palette.background.paper}),children:l?n.symbol:null==e?void 0:e.symbol})]})})},Kx=({position:i,title:o,baseCurrencyDefault:r,ticksAtLimit:a})=>{const s=i.pool.token0,l=i.pool.token1,d=t.useTheme(),[c,u]=n.useState(r?r===s?s:r===l?l:s:s),p=c===s,h=p?l:s,m=p?i.pool.priceOf(i.pool.token0):i.pool.priceOf(i.pool.token1),x=p?i.token0PriceLower:i.token0PriceUpper.invert(),g=p?i.token0PriceUpper:i.token0PriceLower.invert(),f=n.useCallback((()=>{u(h)}),[h]);return $.jsxs(gm,{gap:"md",children:[$.jsxs(ym,{children:[o?$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:d.palette.text.secondary},children:o}):$.jsx("div",{}),$.jsx(Xx,{baseToken:p?s:l,quoteToken:p?l:s,handleRateToggle:f})]}),$.jsxs(ym,{children:[$.jsxs(hm,{sx:{width:"48%",py:12,gap:12},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:4},children:[$.jsx(t.Box,{sx:{color:d.palette.text.primary,typography:"body2"},children:$.jsx(e.Trans,{id:"EQs1sJ",message:"Min price"})}),$.jsx(t.Box,{sx:{color:d.palette.text.secondary,typography:"h6"},children:$.jsx(e.Trans,{id:"7Z4WfS",message:"{0} per {1}",values:{0:h.symbol,1:c.symbol}})})]}),$.jsx(t.Box,{sx:{color:d.palette.text.primary,typography:"caption"},children:Yx({price:x,atLimit:a,direction:dm.LOWER})}),$.jsx(t.Box,{sx:{color:d.palette.text.secondary,typography:"h6"},children:$.jsx(e.Trans,{id:"WgTuci",message:"Your position will be 100% composed of {0} at this price",values:{0:null==c?void 0:c.symbol}})})]}),$.jsxs(hm,{sx:{width:"48%",py:12,gap:12},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:4},children:[$.jsx(t.Box,{sx:{color:d.palette.text.primary,typography:"body2"},children:$.jsx(e.Trans,{id:"5etEUX",message:"Max price"})}),$.jsx(t.Box,{sx:{color:d.palette.text.secondary,typography:"h6"},children:$.jsx(e.Trans,{id:"7Z4WfS",message:"{0} per {1}",values:{0:h.symbol,1:c.symbol}})})]}),$.jsx(t.Box,{sx:{color:d.palette.text.primary,typography:"caption"},children:Yx({price:g,atLimit:a,direction:dm.UPPER})}),$.jsx(t.Box,{sx:{color:d.palette.text.secondary,typography:"h6"},children:$.jsx(e.Trans,{id:"WgTuci",message:"Your position will be 100% composed of {0} at this price",values:{0:null==h?void 0:h.symbol}})})]})]}),$.jsxs(hm,{sx:{py:12,flexDirection:"row",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(gm,{gap:"4px",justify:"flex-start",children:[$.jsx(t.Box,{sx:{color:d.palette.text.primary,typography:"body2"},children:$.jsx(e.Trans,{id:"DWd30U",message:"Current price"})}),$.jsx(t.Box,{sx:{color:d.palette.text.secondary,typography:"h6"},children:$.jsx(e.Trans,{id:"7Z4WfS",message:"{0} per {1}",values:{0:h.symbol,1:c.symbol}})})]}),$.jsx(t.Box,{sx:{color:d.palette.text.primary,typography:"caption"},children:`${Do({input:m.toSignificant()})} `})]})]})},Jx=({chainId:e,disabled:n,removed:i,isLoading:r,error:a,onConfirm:s})=>$.jsx(cm,{includeButton:!0,fullWidth:!0,chainId:e,children:$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.big,onClick:s,disabled:n,isLoading:r,children:i?o.i18n._({id:"D87pha",message:"Closed"}):null!=a?a:o.i18n._({id:"t/YqKh",message:"Remove"})})}),eg={[Km.LOWEST]:{label:"0.01%"},[Km.LOW_200]:{label:"0.02%"},[Km.LOW_300]:{label:"0.03%"},[Km.LOW_400]:{label:"0.04%"},[Km.LOW]:{label:"0.05%"},[Km.MEDIUM]:{label:"0.30%"},[Km.HIGH]:{label:"1.00%"}},tg=({poolType:e})=>{const n="AMM V2"===e?t.lightPalette.error.main:"AMM V3"===e?t.lightPalette.purple.main:t.lightPalette.success.main;return $.jsx(t.Box,{sx:{px:8,height:24,typography:"h6",lineHeight:"24px",borderRadius:4,background:t.alpha(n,.1),color:n,whiteSpace:"nowrap"},children:e})},ng=({isAMMV2:n,isAMMV3:i,lpFeeRate:o,mtFeeRate:r})=>{var a,l;return $.jsx(t.Tooltip,{title:$.jsx(e.Trans,{id:"O6RUgz",message:"Fee rate"}),children:$.jsx(t.Box,{sx:{px:8,height:24,typography:"h6",lineHeight:"24px",borderRadius:4,backgroundColor:"background.tag",color:"text.secondary",whiteSpace:"nowrap"},children:i?null!==(l=null===(a=eg[o])||void 0===a?void 0:a.label)&&void 0!==l?l:"-":Ko({input:new s(null!=o?o:0).plus(r?Wo(r,n?4:18):0)})})})},ig=({sx:e})=>$.jsx(tg,{poolType:"AMM V3"}),og=({position:n,title:i,inRange:o,baseCurrencyDefault:r,ticksAtLimit:a})=>{var s,l,d;const c=n.pool.token0,u=n.pool.token1,p=(null==n?void 0:n.liquidity)&&I.equal(null==n?void 0:n.liquidity,I.BigInt(0));return $.jsxs(gm,{gap:"md",style:{marginTop:"0.5rem"},children:[$.jsxs(ym,{style:{gap:4},children:[$.jsxs(vm,{children:[$.jsx(fp,{tokens:[{address:c.address},{address:u.address}],mr:8}),$.jsxs(t.Box,{sx:{typography:"h5"},children:[null==c?void 0:c.symbol," / ",null==u?void 0:u.symbol]})]}),$.jsx(ig,{sx:{ml:"auto"}}),$.jsx(zx,{removed:p,inRange:o})]}),$.jsxs(hm,{children:[$.jsxs(gm,{gap:"md",children:[$.jsxs(ym,{children:[$.jsxs(vm,{children:[$.jsx(Hs,{address:null!==(s=null==c?void 0:c.address)&&void 0!==s?s:"",chainId:null==c?void 0:c.chainId,noShowChain:!0,width:32,height:32,marginRight:0}),$.jsx(t.Box,{sx:{ml:8},children:null==c?void 0:c.symbol})]}),$.jsx(vm,{children:$.jsx(t.Box,{sx:{mr:8},children:Do({input:n.amount0.toSignificant(),decimals:null==c?void 0:c.decimals})})})]}),$.jsxs(ym,{children:[$.jsxs(vm,{children:[$.jsx(Hs,{address:null!==(l=null==u?void 0:u.address)&&void 0!==l?l:"",chainId:null==u?void 0:u.chainId,noShowChain:!0,width:32,height:32,marginRight:0}),$.jsx(t.Box,{ml:"8px",children:null==u?void 0:u.symbol})]}),$.jsx(vm,{children:$.jsx(t.Box,{mr:"8px",children:Do({input:n.amount1.toSignificant(),decimals:null==u?void 0:u.decimals})})})]})]}),$.jsxs(ym,{children:[$.jsx(t.Box,{children:$.jsx(e.Trans,{id:"EU3wU4",message:"Fee tier"})}),$.jsx(t.Box,{children:Ko({input:(null===(d=null==n?void 0:n.pool)||void 0===d?void 0:d.fee)/1e6})})]})]}),$.jsx(Kx,{position:n,title:i,baseCurrencyDefault:r,ticksAtLimit:a})]})},rg=({on:e,onClose:n,position:i,outOfRange:r,ticksAtLimit:a,onConfirm:s,loading:l})=>{const{isMobile:d}=Oa();return $.jsx(_s,{open:e,onClose:n,modal:!0,title:o.i18n._({id:"E6MqGy",message:"Add liquidity"}),height:683,children:$.jsxs(t.Box,{sx:{flex:1,px:20,pb:24,display:"flex",flexDirection:"column",justifyContent:"space-between",width:d?void 0:420},children:[$.jsx(t.Box,{sx:{pt:0,px:0},children:i?$.jsx(og,{position:i,inRange:!r,ticksAtLimit:a,title:o.i18n._({id:"3VUfrF",message:"Selected Range"})}):null}),$.jsx(t.Button,{size:t.Button.Size.big,fullWidth:!0,isLoading:l,sx:{mt:20},onClick:s,children:o.i18n._({id:"m16xKo",message:"Add"})})]})})};class ag{static getPoolAddress(e,t,n,i,o){this.addresses.length>this.MAX_ENTRIES&&(this.addresses=this.addresses.slice(0,this.MAX_ENTRIES/2));const{address:r}=t,{address:a}=n,s=`${e}:${r}:${a}:${i.toString()}`,l=this.addresses.find((e=>e.key===s));if(l)return l.address;const d={key:s,address:rx({factoryAddress:e,tokenA:t,tokenB:n,fee:i,chainId:o})};return this.addresses.unshift(d),d.address}static getPool(e,t,n,i,o,r){this.pools.length>this.MAX_ENTRIES&&(this.pools=this.pools.slice(0,this.MAX_ENTRIES/2));const a=this.pools.find((a=>a.token0===e&&a.token1===t&&a.fee===n&&I.EQ(a.sqrtRatioX96,i)&&I.EQ(a.liquidity,o)&&a.tickCurrent===r));if(a)return a;const s=new Ox(e,t,n,i,o,r);return this.pools.unshift(s),s}}var sg;function lg(e,t,i){const o=n.useMemo((()=>[[e,t,i]]),[e,t,i]);return function(e,t){const i=n.useMemo((()=>e?t.map((([e,t,n])=>{if(e&&t&&n){const i=e.wrapped,o=t.wrapped;if(i.equals(o))return;return i.sortsBefore(o)?[i,o,n]:[o,i,n]}})):new Array(t.length)),[e,t]),o=n.useMemo((()=>{const t=e&&Im[e];return t?i.map((n=>n&&ag.getPoolAddress(t,...n,e))):new Array(i.length)}),[e,i]),{data:r}=c.useQueries({queries:o.map((t=>ta.getV3PoolSlot0(e,t))),combine:e=>({data:e.map((e=>e.data))})}),{data:a}=c.useQueries({queries:o.map((t=>ta.getV3PoolLiquidity(e,t))),combine:e=>({data:e.map((e=>e.data))})});return n.useMemo((()=>t.map(((e,t)=>{const n=i[t];if(!n)return[sg.INVALID,null];const[o,s,l]=n;if(!r[t])return[sg.NOT_EXISTS,null];const d=r[t];if(!a[t])return[sg.NOT_EXISTS,null];const c=a[t];if(!d||!c)return[sg.NOT_EXISTS,null];if(!d.sqrtPriceX96||d.sqrtPriceX96.eq(0))return[sg.NOT_EXISTS,null];try{const e=ag.getPool(o,s,l,d.sqrtPriceX96,c[0],d.tick);return[sg.EXISTS,e]}catch(e){return console.error(e,{tags:{file:"usePools",function:"usePools"},extra:{token0:o.address,token1:s.address,chainId:o.chainId,fee:l}}),[sg.NOT_EXISTS,null]}}))),[a,t,r,i])}(null==e?void 0:e.chainId,o)[0]}ag.MAX_ENTRIES=128,ag.pools=[],ag.addresses=[],function(e){e[e.LOADING=0]="LOADING",e[e.NOT_EXISTS=1]="NOT_EXISTS",e[e.EXISTS=2]="EXISTS",e[e.INVALID=3]="INVALID"}(sg||(sg={}));class dg{constructor(e){const t=r.basicTokenMap[e];this.chainId=e,this.decimals=t.decimals,this.name=t.name,this.symbol=t.symbol,this.isNative=!0,this.isToken=!1,this.address=cg(this.chainId)}equals(e){return e.isNative&&e.chainId===this.chainId}get wrapped(){const e=r.basicTokenMap[this.chainId];return new Hm(this.chainId,e.wrappedTokenAddress,e.decimals,e.wrappedTokenSymbol,e.name)}static onChain(e){var t;return null!==(t=this._cachedNativeCurrency[e])&&void 0!==t?t:this._cachedNativeCurrency[e]=new dg(e)}}function cg(e){return r.basicTokenMap[e].address}function ug(e,t){const n=null==e?void 0:e.toLowerCase(),i=null==t?void 0:t.toLowerCase();return null!==n&&null!==i&&n===i}dg._cachedNativeCurrency={};const pg=(e,t)=>!t||ug(t,cg(e));function hg(e){if(!e)return;const{name:t,chainId:n,address:i,decimals:o,symbol:r}=e;return function(e,t){return!pg(e,t)}(n,i)?new Hm(n,i,o,null!=r?r:void 0,null!=t?t:void 0):new dg(n)}function mg(e){var t,n;if(e)return{chainId:e.chainId,address:e.address,decimals:e.decimals,symbol:null!==(t=e.symbol)&&void 0!==t?t:"",name:null!==(n=e.name)&&void 0!==n?n:""}}function xg(e,t,n){if(e&&t&&"number"==typeof n)return Ex(e,t,n)}function gg(e,t){if(e&&t&&!isNaN(parseFloat(e)))try{const n=A.parseUnits(function(e,t){const n=e.split(/[.,]/),i=e.includes(".")?".":",";return n.length>1&&n[1].length>t?n[0]+i+n[1].slice(0,t):e}(e,t.decimals),t.decimals).toString();if("0"!==n)return Pm.fromRawAmount(t,I.BigInt(n))}catch(t){console.error("tryParseCurrencyAmount","tryParseCurrencyAmount",`Failed to parse input amount: "${e}"`,t)}}function fg(e,t,n,i){if(!(e&&t&&n&&i))return;const o=function(e,t,n){var i;if(!e||!t||!n)return;if(!n.match(/^\d*\.?\d+$/))return;const[o,r]=n.split("."),a=null!==(i=null==r?void 0:r.length)&&void 0!==i?i:0,s=I.BigInt((null!=o?o:"")+(null!=r?r:""));return new Dm(e,t,I.multiply(I.BigInt(10**a),I.BigInt(10**e.decimals)),I.multiply(s,I.BigInt(10**t.decimals)))}(e,t,i);if(!o)return;let r;const a=jx(o.numerator,o.denominator);return r=I.greaterThanOrEqual(a,cx.MAX_SQRT_RATIO)?cx.MAX_TICK:I.lessThanOrEqual(a,cx.MIN_SQRT_RATIO)?cx.MIN_TICK:Ax(o),Ix(r,Jm[n])}function yg({state:e,existingPosition:t}){var i,r,a,s,l,d,u,p,h,m,x,g,f;const{account:y,chainId:v}=fa(),{feeAmount:b,independentField:C,typedValue:j,leftRangeTypedValue:w,rightRangeTypedValue:k,startPriceTypedValue:T}=e,B=null!==(i=e.baseToken)&&void 0!==i?i:void 0,E=null!==(r=e.baseToken)&&void 0!==r?r:void 0,A=null!==(a=e.quoteToken)&&void 0!==a?a:void 0,S=C===lm.CURRENCY_A?lm.CURRENCY_B:lm.CURRENCY_A,L=n.useMemo((()=>({[lm.CURRENCY_A]:B,[lm.CURRENCY_B]:A})),[B,A]),[R,O,M]=n.useMemo((()=>[null==B?void 0:B.wrapped,null==A?void 0:A.wrapped,null==E?void 0:E.wrapped]),[B,A,E]),[P,_]=n.useMemo((()=>R&&O?R.sortsBefore(O)?[R,O]:[O,R]:[void 0,void 0]),[R,O]),F=c.useQuery(Zi.getFetchTokenQuery(null===(s=L[lm.CURRENCY_A])||void 0===s?void 0:s.chainId,null===(l=L[lm.CURRENCY_A])||void 0===l?void 0:l.address,y)),N=c.useQuery(Zi.getFetchTokenQuery(null===(d=L[lm.CURRENCY_B])||void 0===d?void 0:d.chainId,null===(u=L[lm.CURRENCY_B])||void 0===u?void 0:u.address,y)),D=n.useMemo((()=>{var e,t,n,i,o,r;return{[lm.CURRENCY_A]:L[lm.CURRENCY_A]?(null===(e=F.data)||void 0===e?void 0:e.balance)?Pm.fromRawAmount(L[lm.CURRENCY_A],I.BigInt(null===(t=F.data)||void 0===t?void 0:t.balance.multipliedBy(Math.pow(10,null!==(n=L[lm.CURRENCY_A].decimals)&&void 0!==n?n:18)).toString())):Pm.fromRawAmount(L[lm.CURRENCY_A],0):void 0,[lm.CURRENCY_B]:L[lm.CURRENCY_B]?(null===(i=N.data)||void 0===i?void 0:i.balance)?Pm.fromRawAmount(L[lm.CURRENCY_B],I.BigInt(null===(o=N.data)||void 0===o?void 0:o.balance.multipliedBy(Math.pow(10,null!==(r=L[lm.CURRENCY_B].decimals)&&void 0!==r?r:18)).toString())):Pm.fromRawAmount(L[lm.CURRENCY_B],0):void 0}}),[L,null===(p=F.data)||void 0===p?void 0:p.balance,null===(h=N.data)||void 0===h?void 0:h.balance]),[q,U]=lg(L[lm.CURRENCY_A],L[lm.CURRENCY_B],b),V=q===sg.NOT_EXISTS,H=Boolean(M&&P&&!M.equals(P)),W=n.useMemo((()=>{var e;if(!V)return U&&P?U.priceOf(P):void 0;{const t=gg(T,H?P:_);if(t&&P&&_){const n=gg("1",H?_:P),i=n&&t?new Dm(n.currency,t.currency,n.quotient,t.quotient):void 0;return null!==(e=H?null==i?void 0:i.invert():i)&&void 0!==e?e:void 0}}}),[V,T,H,_,P,U]),Z=n.useMemo((()=>{const e=W?jx(W.numerator,W.denominator):void 0;return W&&e&&!(I.greaterThanOrEqual(e,cx.MIN_SQRT_RATIO)&&I.lessThan(e,cx.MAX_SQRT_RATIO))}),[W]),$=n.useMemo((()=>{if(R&&O&&b&&W&&!Z){const e=Ax(W),t=cx.getSqrtRatioAtTick(e);return new Ox(R,O,b,t,I.BigInt(0),e,[])}}),[b,Z,W,R,O]),z=null!=U?U:$,Q=n.useMemo((()=>({[dm.LOWER]:b?Ix(cx.MIN_TICK,Jm[b]):void 0,[dm.UPPER]:b?Ix(cx.MAX_TICK,Jm[b]):void 0})),[b]),G=n.useMemo((()=>({[dm.LOWER]:"number"==typeof(null==t?void 0:t.tickLower)?t.tickLower:H&&"boolean"==typeof k||!H&&"boolean"==typeof w?Q[dm.LOWER]:H?fg(_,P,b,k.toString()):fg(P,_,b,w.toString()),[dm.UPPER]:"number"==typeof(null==t?void 0:t.tickUpper)?t.tickUpper:!H&&"boolean"==typeof k||H&&"boolean"==typeof w?Q[dm.UPPER]:H?fg(_,P,b,w.toString()):fg(P,_,b,k.toString())})),[t,b,H,w,k,Q,P,_]),{[dm.LOWER]:Y,[dm.UPPER]:X}=G||{},K=n.useMemo((()=>({[dm.LOWER]:b&&Y===Q.LOWER,[dm.UPPER]:b&&X===Q.UPPER})),[Q,Y,X,b]),J=Boolean("number"==typeof Y&&"number"==typeof X&&Y>=X),ee=n.useMemo((()=>({[dm.LOWER]:xg(P,_,Q.LOWER),[dm.UPPER]:xg(P,_,Q.UPPER)})),[P,_,Q.LOWER,Q.UPPER]),te=n.useMemo((()=>({[dm.LOWER]:xg(P,_,G[dm.LOWER]),[dm.UPPER]:xg(P,_,G[dm.UPPER])})),[P,_,G]),{[dm.LOWER]:ne,[dm.UPPER]:ie}=te,oe=Boolean(!J&&W&&ne&&ie&&(W.lessThan(ne)||W.greaterThan(ie))),re=gg(j,L[C]),ae=n.useMemo((()=>{const e=null==re?void 0:re.wrapped,t=S===lm.CURRENCY_B?A:B;if(re&&e&&"number"==typeof Y&&"number"==typeof X&&z){if(oe||J)return;const n=e.currency.equals(z.token0)?Mx.fromAmount0({pool:z,tickLower:Y,tickUpper:X,amount0:re.quotient,useFullPrecision:!0}):Mx.fromAmount1({pool:z,tickLower:Y,tickUpper:X,amount1:re.quotient}),i=e.currency.equals(z.token0)?n.amount1:n.amount0;return t&&Pm.fromRawAmount(t,i.quotient)}}),[re,oe,S,A,B,Y,X,z,J]),se=n.useMemo((()=>({[lm.CURRENCY_A]:C===lm.CURRENCY_A?re:ae,[lm.CURRENCY_B]:C===lm.CURRENCY_A?ae:re})),[ae,re,C]),le=Boolean("number"==typeof X&&z&&z.tickCurrent>=X),de=Boolean("number"==typeof Y&&z&&z.tickCurrent<=Y),ce=J||Boolean(le&&z&&R&&z.token0.equals(R)||de&&z&&R&&z.token1.equals(R)),ue=J||Boolean(le&&z&&O&&z.token0.equals(O)||de&&z&&O&&z.token1.equals(O)),{inputTax:pe,outputTax:he}=function(e,t,i){const[{inputTax:o,outputTax:r},a]=n.useState({inputTax:Ym,outputTax:Ym});return{inputTax:o,outputTax:r}}((null==B?void 0:B.isToken)&&B.address,(null==A?void 0:A.isToken)&&A.address),me=n.useMemo((()=>{var e,t;if(!z||!R||!O||"number"!=typeof Y||"number"!=typeof X||J)return;const n=le?Qm:null===(e=null==se?void 0:se[R.equals(z.token0)?lm.CURRENCY_A:lm.CURRENCY_B])||void 0===e?void 0:e.quotient,i=de?Qm:null===(t=null==se?void 0:se[R.equals(z.token0)?lm.CURRENCY_B:lm.CURRENCY_A])||void 0===t?void 0:t.quotient;return void 0!==n&&void 0!==i?Mx.fromAmounts({pool:z,tickLower:Y,tickUpper:X,amount0:n,amount1:i,useFullPrecision:!0}):void 0}),[se,z,R,O,le,de,J,Y,X]);let xe;y||(xe=o.i18n._({id:"r7ScnQ",message:"Connect to a wallet"})),q===sg.INVALID&&(xe=null!=xe?xe:o.i18n._({id:"R7D79P",message:"Invalid pair"})),Z&&(xe=null!=xe?xe:o.i18n._({id:"HXBqgG",message:"Invalid price input"})),(se[lm.CURRENCY_A]||ce)&&(se[lm.CURRENCY_B]||ue)||(xe=null!=xe?xe:o.i18n._({id:"iPMIoT",message:"Enter an amount"}));const{[lm.CURRENCY_A]:ge,[lm.CURRENCY_B]:fe}=se;ge&&(null===(m=null==D?void 0:D[lm.CURRENCY_A])||void 0===m?void 0:m.lessThan(ge))&&(xe=o.i18n._({id:"m6RmA/",message:"Insufficient {0} balance",values:{0:null===(x=L[lm.CURRENCY_A])||void 0===x?void 0:x.symbol}})),fe&&(null===(g=null==D?void 0:D[lm.CURRENCY_B])||void 0===g?void 0:g.lessThan(fe))&&(xe=o.i18n._({id:"m6RmA/",message:"Insufficient {0} balance",values:{0:null===(f=L[lm.CURRENCY_B])||void 0===f?void 0:f.symbol}}));const ye=pe.greaterThan(0)||he.greaterThan(0),ve=q===sg.INVALID||ye;return{dependentField:S,currencies:L,pool:U,poolState:q,currencyBalances:D,parsedAmounts:se,ticks:G,price:W,pricesAtTicks:te,pricesAtLimit:ee,position:me,noLiquidity:V,errorMessage:xe,invalidPool:ve,invalidRange:J,outOfRange:oe,depositADisabled:ce,depositBDisabled:ue,invertPrice:H,ticksAtLimit:K,isTaxed:ye}}var vg;function bg(e,t){switch(t.type){case vg.UpdateBaseToken:{const n=t.payload;return Object.assign(Object.assign({},e),{baseToken:hg(n)})}case vg.UpdateDefaultBaseToken:{const n=t.payload;return e.baseToken?e:Object.assign(Object.assign({},e),{baseToken:hg(n)})}case vg.UpdateQuoteToken:{const n=t.payload;return Object.assign(Object.assign({},e),{quoteToken:hg(n)})}case vg.UpdateDefaultQuoteToken:{const n=t.payload;return e.quoteToken?e:Object.assign(Object.assign({},e),{quoteToken:hg(n)})}case vg.UpdateBaseTokenAndClearQuoteToken:{const n=t.payload;return Object.assign(Object.assign({},e),{baseToken:hg(n),quoteToken:null})}case vg.UpdateFeeAmount:return Object.assign(Object.assign({},e),{feeAmount:t.payload});case vg.ToggleRate:{const{baseToken:t,quoteToken:n}=e;return Object.assign(Object.assign({},e),{baseToken:n,quoteToken:t})}case vg.setFullRange:return Object.assign(Object.assign({},e),{leftRangeTypedValue:!0,rightRangeTypedValue:!0});case vg.typeStartPriceInput:return Object.assign(Object.assign({},e),{startPriceTypedValue:t.payload.typedValue});case vg.typeLeftRangeInput:return Object.assign(Object.assign({},e),{leftRangeTypedValue:t.payload.typedValue});case vg.typeRightRangeInput:return Object.assign(Object.assign({},e),{rightRangeTypedValue:t.payload.typedValue});case vg.typeInput:{const{payload:{field:n,typedValue:i,noLiquidity:o}}=t;return o?(e.independentField,Object.assign(Object.assign({},e),{independentField:n,typedValue:i})):Object.assign(Object.assign({},e),{independentField:n,typedValue:i})}default:throw Error("Unknown action: "+t.type)}}function Cg({noLiquidity:e,dispatch:t}){return{onFieldAInput:n.useCallback((n=>{t({type:vg.typeInput,payload:{field:lm.CURRENCY_A,typedValue:n,noLiquidity:!0===e}})}),[t,e]),onFieldBInput:n.useCallback((n=>{t({type:vg.typeInput,payload:{field:lm.CURRENCY_B,typedValue:n,noLiquidity:!0===e}})}),[t,e]),onLeftRangeInput:n.useCallback((e=>{t({type:vg.typeLeftRangeInput,payload:{typedValue:e}})}),[t]),onRightRangeInput:n.useCallback((e=>{t({type:vg.typeRightRangeInput,payload:{typedValue:e}})}),[t]),onStartPriceInput:n.useCallback((e=>{t({type:vg.typeStartPriceInput,payload:{typedValue:e}})}),[t])}}function jg(e){return e?Em[e]:void 0}function wg(e,t){const i=jg(t),o=n.useMemo((()=>e?e.map((e=>[e])):[]),[e]),r=c.useQuery(ta.getPositions(t,i,o)),a=r.isLoading,s=r.error,l=n.useMemo((()=>{var t;if(!a&&!s&&e)return null===(t=r.data)||void 0===t?void 0:t.map(((t,n)=>({tokenId:e[n],fee:t.fee,feeGrowthInside0LastX128:t.feeGrowthInside0LastX128.toString(),feeGrowthInside1LastX128:t.feeGrowthInside1LastX128.toString(),liquidity:t.liquidity.toString(),nonce:t.nonce.toString(),operator:t.operator,tickLower:t.tickLower,tickUpper:t.tickUpper,token0:t.token0,token1:t.token1,tokensOwed0:t.tokensOwed0.toString(),tokensOwed1:t.tokensOwed1.toString()})))}),[a,s,r,e]);return{loading:a,positions:null==l?void 0:l.map(((e,t)=>Object.assign(Object.assign({},e),{tokenId:o[t][0]})))}}!function(e){e[e.UpdateBaseToken=0]="UpdateBaseToken",e[e.UpdateDefaultBaseToken=1]="UpdateDefaultBaseToken",e[e.UpdateQuoteToken=2]="UpdateQuoteToken",e[e.UpdateDefaultQuoteToken=3]="UpdateDefaultQuoteToken",e[e.UpdateBaseTokenAndClearQuoteToken=4]="UpdateBaseTokenAndClearQuoteToken",e[e.UpdateFeeAmount=5]="UpdateFeeAmount",e[e.ToggleRate=6]="ToggleRate",e[e.setFullRange=7]="setFullRange",e[e.typeStartPriceInput=8]="typeStartPriceInput",e[e.typeLeftRangeInput=9]="typeLeftRangeInput",e[e.typeRightRangeInput=10]="typeRightRangeInput",e[e.typeInput=11]="typeInput"}(vg||(vg={}));const kg=I.exponentiate(I.BigInt(10),I.BigInt(16));function Tg(e){if(e)return e.currency.isNative?I.greaterThan(e.quotient,kg)?Pm.fromRawAmount(e.currency,I.subtract(e.quotient,kg)):Pm.fromRawAmount(e.currency,I.BigInt(0)):e}const Bg=1e4,Ig=100*Bg;function Eg(e){const t=Math.floor(Number(e)*Bg);return new Nm(t,Ig)}const Ag=({token:e,amount:n})=>{var i;const o=t.useTheme();return $.jsxs(t.Box,{sx:{py:8,display:"flex",alignItems:"center",gap:6,typography:"h5",color:o.palette.text.primary},children:[$.jsx(Hs,{address:null!==(i=null==e?void 0:e.address)&&void 0!==i?i:"",chainId:null==e?void 0:e.chainId,noShowChain:!0,width:24,height:24,marginRight:0}),$.jsx(t.Box,{children:null==e?void 0:e.symbol}),$.jsx(t.Box,{sx:{ml:"auto"},children:Do({input:null==n?void 0:n.toSignificant(),decimals:null==e?void 0:e.decimals})})]})},Sg=({chainId:e,baseToken:i,quoteToken:a,feeAmount:l,tokenId:d,onClose:u})=>{var p,h;const{isMobile:m}=Oa(),g=t.useTheme(),f=za(),y=c.useQueryClient(),{account:v}=fa(),{position:b,loading:C}=function(e,t){var n;const i=wg(e?[e]:void 0,t);return{loading:i.loading,position:null===(n=i.positions)||void 0===n?void 0:n[0]}}(d,e),j=!!b&&!C,{position:w}=function(e,t,i){const o=n.useMemo((()=>t?hg(t):void 0),[t]),r=n.useMemo((()=>i?hg(i):void 0),[i]),[,a]=lg(null!=o?o:void 0,null!=r?r:void 0,null==e?void 0:e.fee);let s;return a&&e&&(s=new Mx({pool:a,liquidity:e.liquidity.toString(),tickLower:e.tickLower,tickUpper:e.tickUpper})),{position:s,pool:null!=a?a:void 0}}(b,i,a),[k,T]=n.useState("stake"),[B,I]=n.useState(!1),[E,A]=n.useState(am),[S,L]=n.useReducer(bg,{baseToken:hg(i),quoteToken:hg(a),feeAmount:l,independentField:lm.CURRENCY_A,typedValue:"",startPriceTypedValue:"",leftRangeTypedValue:"",rightRangeTypedValue:""}),{independentField:R,typedValue:O,startPriceTypedValue:M}=S,{pool:P,ticks:_,dependentField:F,price:D,pricesAtTicks:q,pricesAtLimit:U,parsedAmounts:V,currencyBalances:H,position:W,noLiquidity:Z,currencies:z,errorMessage:Q,invalidPool:Y,invalidRange:X,outOfRange:K,depositADisabled:J,depositBDisabled:ee,invertPrice:te,ticksAtLimit:ne,isTaxed:ie}=yg({state:S,existingPosition:w}),{position:re,liquidityPercentage:ae,liquidityValue0:se,liquidityValue1:le,feeValue0:de,feeValue1:ce,error:ue}=function({percent:e,position:t,asWETH:i,baseToken:r,quoteToken:a}){const{account:s,chainId:l}=fa(),[d,c]=n.useMemo((()=>[null==r?void 0:r.wrapped,null==a?void 0:a.wrapped]),[r,a]),[u,p]=n.useMemo((()=>d&&c?d.sortsBefore(c)?[d,c]:[c,d]:[void 0,void 0]),[d,c]),[,h]=lg(null!=u?u:void 0,null!=p?p:void 0,null==t?void 0:t.fee),m=n.useMemo((()=>h&&(null==t?void 0:t.liquidity)&&"number"==typeof(null==t?void 0:t.tickLower)&&"number"==typeof(null==t?void 0:t.tickUpper)?new Mx({pool:h,liquidity:t.liquidity.toString(),tickLower:t.tickLower,tickUpper:t.tickUpper}):void 0),[h,t]),x=new Nm(e,100),g=m?x.multiply(m.amount0.quotient).quotient:void 0,f=m?x.multiply(m.amount1.quotient).quotient:void 0,y=u&&g?Pm.fromRawAmount(u,g):void 0,v=p&&f?Pm.fromRawAmount(p,f):void 0,b=!(!h||!t)&&(h.tickCurrent<t.tickLower||h.tickCurrent>t.tickUpper);let C;return s||(C=o.i18n._({id:"r7ScnQ",message:"Connect to a wallet"})),0===e&&(C=null!=C?C:o.i18n._({id:"Sta9CR",message:"Enter a percent"})),{position:m,liquidityPercentage:x,liquidityValue0:y,liquidityValue1:v,feeValue0:void 0,feeValue1:void 0,outOfRange:b,error:C}}({position:b,asWETH:void 0,percent:E,baseToken:S.baseToken,quoteToken:S.quoteToken}),pe="0"===(null==b?void 0:b.liquidity),[he,me]=function({chainId:e,pool:t,tokenId:n,asWETH:i}){var o;const r=jg(e),a=null===(o=x.BigNumber.from(n))||void 0===o?void 0:o.toHexString(),s=c.useQuery(ta.getOwner(e,r,n)),l=c.useQuery(ta.getCollect(e,r,a,s.data&&Array.isArray(s.data)?s.data[0]:void 0));return t&&l&&l.data&&l.data.amount0&&l.data.amount1?[Pm.fromRawAmount(t.token0,l.data.amount0.toString()),Pm.fromRawAmount(t.token1,l.data.amount1.toString())]:[void 0,void 0]}({pool:null!=P?P:void 0,tokenId:d,asWETH:!1,chainId:e}),xe=me,ge=he;n.useMemo((()=>{var e;return null===(e=te?null==D?void 0:D.invert():D)||void 0===e?void 0:e.toSignificant()}),[te,D]);const{onFieldAInput:fe,onFieldBInput:ye,onLeftRangeInput:ve,onRightRangeInput:be,onStartPriceInput:Ce}=Cg({noLiquidity:Z,dispatch:L}),{slipper:je,setSlipper:we,slipperValue:ke,resetSlipper:Te}=om({address:void 0,type:"AMMV3"}),Be=!Q&&!X,Ie=n.useMemo((()=>{var e,t;return{[R]:O,[F]:null!==(t=null===(e=V[F])||void 0===e?void 0:e.toSignificant(6))&&void 0!==t?t:""}}),[F,R,V,O]),Ee=n.useMemo((()=>[lm.CURRENCY_A,lm.CURRENCY_B].reduce(((e,t)=>Object.assign(Object.assign({},e),{[t]:Tg(H[t])})),{})),[H]),Ae=ms(mg(null===(p=V[lm.CURRENCY_A])||void 0===p?void 0:p.currency),{contractAddress:Em[e],overrideBalance:H[lm.CURRENCY_A]?new s(H[lm.CURRENCY_A].toSignificant()):void 0,amount:V[lm.CURRENCY_A]?new s(V[lm.CURRENCY_A].toSignificant()):void 0}),Se=ms(mg(null===(h=V[lm.CURRENCY_B])||void 0===h?void 0:h.currency),{contractAddress:Em[e],overrideBalance:H[lm.CURRENCY_B]?new s(H[lm.CURRENCY_B].toSignificant()):void 0,amount:V[lm.CURRENCY_B]?new s(V[lm.CURRENCY_B].toSignificant()):void 0}),{[dm.LOWER]:Le,[dm.UPPER]:Re}=_,{[dm.LOWER]:Oe,[dm.UPPER]:Me}=q,{deadLine:Pe}=G(),_e=c.useMutation({mutationFn:()=>N(void 0,void 0,void 0,(function*(){if(!v||!e||!W)return;if(!S.baseToken||!S.quoteToken)return;const t=Math.ceil(Date.now()/1e3)+(null!=Pe?Pe:600),n=S.baseToken.isNative?S.baseToken:S.quoteToken.isNative?S.quoteToken:void 0;try{const{calldata:i,value:a}=Zx.addCallParameters(W,{tokenId:d,slippageTolerance:Eg(100*ke),deadline:t.toString(),useNative:n});let s={to:Em[e],data:i,value:a};(yield f.execute(o.i18n._({id:"OBdohg",message:"Add Liquidity"}),Object.assign({opcode:Ua.TX},s),{early:!1,metadata:{[exports.MetadataFlag.addAMMV3Pool]:"1"}}))===_a.Success&&(I(!1),setTimeout((()=>{null==u||u()}),100)),y.invalidateQueries({queryKey:[r.CONTRACT_QUERY_KEY,"ammv3"],refetchType:"all"})}catch(e){console.error("onAddMutation",e)}}))}),Fe=c.useMutation({mutationFn:()=>N(void 0,void 0,void 0,(function*(){if(!(v&&e&&re&&ae&&se&&le))return;const t=Math.ceil(Date.now()/1e3)+(null!=Pe?Pe:600);try{const{calldata:n,value:i}=Zx.removeCallParameters(re,{tokenId:d.toString(),liquidityPercentage:ae,slippageTolerance:Eg(100*ke),deadline:t.toString(),collectOptions:{expectedCurrencyOwed0:null!=de?de:Pm.fromRawAmount(se.currency,0),expectedCurrencyOwed1:null!=ce?ce:Pm.fromRawAmount(le.currency,0),recipient:v}});let a={to:Em[e],data:n,value:i};(yield f.execute(o.i18n._({id:"3XBvkd",message:"Remove Liquidity"}),Object.assign({opcode:Ua.TX},a),{early:!1,metadata:{[exports.MetadataFlag.removeAMMV3Pool]:"1"}}))===_a.Success&&setTimeout((()=>{null==u||u()}),100),y.invalidateQueries({queryKey:[r.CONTRACT_QUERY_KEY,"ammv3"],refetchType:"all"})}catch(e){console.error("onRemoveMutation",e)}}))}),Ne=c.useMutation({mutationFn:()=>N(void 0,void 0,void 0,(function*(){if(v&&e&&P)try{const{calldata:t,value:n}=Zx.collectCallParameters({tokenId:d.toString(),expectedCurrencyOwed0:null!=he?he:Pm.fromRawAmount(P.token0,0),expectedCurrencyOwed1:null!=me?me:Pm.fromRawAmount(P.token1,0),recipient:v});let i={to:Em[e],data:t,value:n};(yield f.execute(o.i18n._({id:"zXCpR0",message:"Claim Rewards"}),Object.assign({opcode:Ua.TX},i),{early:!1,metadata:{[exports.MetadataFlag.claimAMMV3Pool]:"1"}}))===_a.Success&&setTimeout((()=>{null==u||u()}),100),y.invalidateQueries({queryKey:[r.CONTRACT_QUERY_KEY,"ammv3"],refetchType:"all"})}catch(e){console.error("onClaimMutation",e)}}))}),De=n.useMemo((()=>{var n,i,r,a;const s=[{key:"stake",value:o.i18n._({id:"m16xKo",message:"Add"})},{key:"unstake",value:o.i18n._({id:"t/YqKh",message:"Remove"})},{key:"claim",value:o.i18n._({id:"hom7qf",message:"Claim"})}];return $.jsxs(t.Box,{sx:{borderRadius:16,backgroundColor:g.palette.background.paper},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:20,py:24,borderTopLeftRadius:16,borderTopRightRadius:16,backgroundColor:g.palette.background.paper},children:[$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:g.palette.text.primary},children:o.i18n._({id:"E6MqGy",message:"Add liquidity"})}),u?$.jsx(t.Box,{sx:{display:"flex",justifyContent:"center",alignItems:"center",width:24,height:24,borderRadius:"50%",borderWidth:1,color:"text.secondary",cursor:"pointer"},children:$.jsx(t.Box,{component:oe.Error,sx:{width:16,height:16},onClick:()=>{u()}})}):void 0]}),j&&w&&$.jsx(t.Box,{sx:{mx:20,mb:16},children:$.jsx(Gx,{position:w,inRange:!K})}),$.jsxs(t.Tabs,{value:k,onChange:(e,t)=>{T(t)},children:[$.jsx(t.TabsButtonGroup,{tabs:s,variant:"inPaper",tabsListSx:{mx:20}}),$.jsxs(t.TabPanel,{value:"stake",children:[j&&w&&$.jsx(t.Box,{sx:{mt:16,mx:20},children:$.jsx(Kx,{position:w,title:o.i18n._({id:"3VUfrF",message:"Selected Range"}),ticksAtLimit:ne})}),$.jsxs(t.Box,{sx:{mt:16,mx:20,display:"flex",flexDirection:"column",alignItems:"stretch",gap:12},children:[$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:g.palette.text.secondary,textAlign:"left"},children:o.i18n._({id:"BRi+RY",message:"Add more liquidity"})}),$.jsxs(t.Box,{children:[$.jsx(Bm,{value:Ie[lm.CURRENCY_A],onUserInput:fe,maxAmount:Ee[lm.CURRENCY_A],balance:H[lm.CURRENCY_A],currency:null!==(n=z[lm.CURRENCY_A])&&void 0!==n?n:null,locked:J}),$.jsx(op,{}),$.jsx(Bm,{value:Ie[lm.CURRENCY_B],onUserInput:ye,maxAmount:Ee[lm.CURRENCY_B],balance:H[lm.CURRENCY_B],currency:null!==(i=z[lm.CURRENCY_B])&&void 0!==i?i:null,locked:ee})]}),$.jsx(rm,{value:je,onChange:we,disabled:!1,type:"AMMV3"})]}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",px:20,py:16,borderBottomLeftRadius:16,borderBottomRightRadius:16,backgroundColor:g.palette.background.paper},children:$.jsx(Cm,{chainId:e,approvalA:Ae,approvalB:Se,parsedAmounts:V,isValid:Be,depositADisabled:J,depositBDisabled:ee,errorMessage:Q,setShowConfirm:I})}),$.jsx(rg,{parsedAmounts:V,position:W,existingPosition:void 0,priceLower:Oe,priceUpper:Me,outOfRange:K,ticksAtLimit:ne,on:B,onClose:()=>{I(!1)},onConfirm:_e.mutate,loading:_e.isPending})]}),$.jsxs(t.TabPanel,{value:"unstake",children:[$.jsxs(t.Box,{sx:{mt:16,mx:20,display:"flex",flexDirection:"column",alignItems:"stretch",gap:12},children:[$.jsx(Xh,{disabled:!1,value:E,onChange:e=>A(e)}),$.jsx(rm,{value:je,onChange:we,disabled:!1,type:"AMMV3"})]}),$.jsxs(t.Box,{sx:{mt:16,mx:20,display:"flex",alignItems:"flex-start",justifyContent:"space-between"},children:[$.jsx(t.Box,{sx:{typography:"body2",color:g.palette.text.secondary},children:"Receive"}),$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-end",gap:4},children:[$.jsxs(t.Box,{sx:{typography:"body1",fontWeight:600,color:g.palette.text.primary},children:[$.jsx(t.Box,{component:"span",sx:{color:g.palette.primary.main},children:se?Do({input:se.toExact(),decimals:se.currency.decimals}):"-"})," ",null===(r=null==se?void 0:se.currency)||void 0===r?void 0:r.symbol]}),$.jsxs(t.Box,{sx:{typography:"body1",fontWeight:600,color:g.palette.text.primary},children:[$.jsx(t.Box,{component:"span",sx:{color:g.palette.primary.main},children:le?Do({input:le.toExact(),decimals:le.currency.decimals}):"-"})," ",null===(a=null==le?void 0:le.currency)||void 0===a?void 0:a.symbol]})]})]}),$.jsx(t.Box,{sx:{mt:20,display:"flex",alignItems:"center",px:20,py:16,borderBottomLeftRadius:16,borderBottomRightRadius:16,backgroundColor:g.palette.background.paper},children:$.jsx(Jx,{chainId:e,disabled:pe||0===E||!se,removed:pe,error:ue,onConfirm:Fe.mutate,isLoading:Fe.isPending})})]}),$.jsxs(t.TabPanel,{value:"claim",children:[$.jsxs(t.Box,{sx:{mx:20,mt:16,borderRadius:12,borderWidth:1,borderStyle:"solid",borderColor:g.palette.border.main},children:[$.jsx(t.Box,{sx:{py:12,px:20,typography:"body1",color:g.palette.text.primary,borderBottomWidth:1,borderBottomStyle:"solid",borderBottomColor:g.palette.border.main},children:o.i18n._({id:"tu/fxg",message:"Claim fees"})}),$.jsxs(t.Box,{sx:{p:20},children:[$.jsx(Ag,{token:null==xe?void 0:xe.currency,amount:xe}),$.jsx(Ag,{token:null==ge?void 0:ge.currency,amount:ge})]})]}),$.jsx(t.Box,{sx:{mx:20,mt:16,typography:"h6",color:g.palette.text.secondary},children:o.i18n._({id:"Joa5Dk",message:"*Collecting fees will withdraw currently available fees for you."})}),$.jsx(t.Box,{sx:{mt:20,display:"flex",alignItems:"center",px:20,py:16,borderBottomLeftRadius:16,borderBottomRightRadius:16,backgroundColor:g.palette.background.paper},children:$.jsx(jm,{chainId:e,disabled:Ne.isPending,onConfirm:Ne.mutate,isLoading:Ne.isPending})})]})]})]})}),[Ae,Se,e,z,H,J,ee,ue,Q,w,ge,xe,Ie,j,Be,se,le,Ee,_e.isPending,_e.mutate,Ne.isPending,Ne.mutate,u,fe,ye,Fe.isPending,Fe.mutate,k,K,V,W,Oe,Me,pe,we,B,E,je,g.palette.background.paper,g.palette.border.main,g.palette.primary.main,g.palette.text.primary,g.palette.text.secondary,ne]);return m?$.jsx(_s,{open:null!=i&&null!=a,onClose:u,scope:!m,modal:m,id:"pool-operate",children:De}):De};const Lg=({outOfRange:e})=>{const n=t.useTheme();return $.jsx(t.Tooltip,{title:e?o.i18n._({id:"i3Z+/Z",message:"Out of range"}):o.i18n._({id:"vOyUlD",message:"In range"}),children:$.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},children:e?$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.583252 12.5416L6.99992 1.45825L13.4166 12.5416H0.583252ZM11.3924 11.3749L6.9999 3.78575L2.6074 11.3749H11.3924ZM7.58328 9.62492H6.41661V10.7916H7.58328V9.62492ZM6.41661 6.12492H7.58328V8.45825H6.41661V6.12492Z",fill:n.palette.warning.main})}):$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",children:$.jsx("circle",{cx:"4",cy:"4",r:"4",fill:n.palette.success.main})})})})},Rg=({p:e,currency0:i,currency1:r,onClickManage:a})=>{const s=t.useTheme(),[,l]=lg(null!=i?i:void 0,null!=r?r:void 0,e.fee),d=n.useMemo((()=>{if(l)return new Mx({pool:l,liquidity:e.liquidity.toString(),tickLower:e.tickLower,tickUpper:e.tickUpper})}),[e.liquidity,e.tickLower,e.tickUpper,l]),c=(u=e.fee,p=e.tickLower,h=e.tickUpper,n.useMemo((()=>({[dm.LOWER]:u&&p?p===Ix(cx.MIN_TICK,Jm[u]):void 0,[dm.UPPER]:u&&h?h===Ix(cx.MAX_TICK,Jm[u]):void 0})),[u,p,h]));var u,p,h;const m=null==d?void 0:d.token0PriceLower,x=null==d?void 0:d.token0PriceUpper,g=null==d?void 0:d.amount1.currency,f=null==d?void 0:d.amount0.currency,y=!!l&&(l.tickCurrent<e.tickLower||l.tickCurrent>=e.tickUpper),v=i==i?null==d?void 0:d.pool.priceOf(null==d?void 0:d.pool.token0):null==d?void 0:d.pool.priceOf(null==d?void 0:d.pool.token1);return $.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-start",gap:24,px:20,py:20,pb:12,borderRadius:12,backgroundColor:s.palette.background.paperContrast},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-start",gap:4},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,typography:"h5",color:s.palette.text.primary},children:[$.jsx(t.Box,{children:$.jsxs($.Fragment,{children:[$.jsxs("span",{children:[Yx({price:m,atLimit:c,direction:dm.LOWER})," "]}),null==g?void 0:g.symbol]})}),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:$.jsx("path",{d:"M15.75 9.50293L12.75 12.5029L11.7 11.4529L12.8813 10.2529L5.11875 10.2529L6.3 11.4529L5.25 12.5029L2.25 9.50293L5.25 6.50293L6.31875 7.55293L5.11875 8.75293L12.8813 8.75293L11.7 7.55293L12.75 6.50293L15.75 9.50293Z",fill:"currentColor",fillOpacity:"0.5"})}),$.jsx(t.Box,{children:$.jsxs($.Fragment,{children:[$.jsxs("span",{children:[Yx({price:x,atLimit:c,direction:dm.UPPER})," "]}),null==g?void 0:g.symbol]})})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:[$.jsx(Lg,{outOfRange:y}),$.jsxs(t.Box,{sx:{typography:"h6",color:s.palette.text.secondary},children:[o.i18n._({id:"DWd30U",message:"Current price"}),": ",`${Do({input:null==v?void 0:v.toSignificant()})}`," ",null==g?void 0:g.symbol," per ",null==f?void 0:f.symbol]})]})]}),$.jsx(t.Button,{variant:t.Button.Variant.outlined,size:t.Button.Size.small,fullWidth:!0,onClick:a,children:o.i18n._({id:"wckWOP",message:"Manage"})})]})},Og=({chainId:e,baseToken:i,quoteToken:r,feeAmount:a,onClose:s,handleGoToAddLiquidityV3:l})=>{const{isMobile:d}=Oa(),u=t.useTheme(),{account:p}=fa(),{positions:h,loading:m}=function(e,t){const i=jg(t),{isLoading:o,data:r}=c.useQuery(ta.getBalanceOf(t,i,null!=e?e:void 0)),a=n.useMemo((()=>{if(e&&r&&r.isFinite()){const t=[];for(let n=0;n<r.toNumber();n++)t.push([e,n]);return t}return[]}),[e,r]),s=c.useQuery(ta.getTokenOfOwnerByIndex(t,i,a)),l=s.isLoading,d=n.useMemo((()=>e&&s.data?s.data.map((e=>{if(Array.isArray(e)&&e.length>0)return e[0].toString()})):[]),[e,s]),{positions:u,loading:p}=wg(d,t);return{loading:l||o||p,positions:u}}(p,e),x=n.useMemo((()=>i?hg(i):void 0),[i]),g=n.useMemo((()=>r?hg(r):void 0),[r]),[f,y]=n.useMemo((()=>[null==x?void 0:x.wrapped,null==g?void 0:g.wrapped]),[x,g]),[v,b]=n.useMemo((()=>f&&y?f.sortsBefore(y)?[f,y]:[y,f]:[void 0,void 0]),[f,y]),C=n.useMemo((()=>{if(void 0!==h)return h.filter((e=>ug(null==v?void 0:v.address,e.token0)&&ug(null==b?void 0:b.address,e.token1)&&e.fee===a))}),[a,h,null==v?void 0:v.address,null==b?void 0:b.address]),[j,w]=n.useState(null),k=n.useMemo((()=>{var e;return $.jsxs(t.Box,{sx:{p:20,display:"flex",flexDirection:"column",gap:16,borderRadius:16,backgroundColor:u.palette.background.paper,minHeight:480},children:[$.jsxs(t.Box,{sx:{pb:16,borderBottomColor:u.palette.border.main,borderBottomStyle:"solid",borderBottomWidth:1,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[$.jsxs(t.Box,{sx:{typography:"body1",fontWeight:600,color:u.palette.text.primary},children:[o.i18n._({id:"Gs02OK",message:"My Positions"})," (",null!==(e=null==C?void 0:C.length)&&void 0!==e?e:0,")"]}),s?$.jsx(t.Box,{sx:{display:"flex",justifyContent:"center",alignItems:"center",width:24,height:24,borderRadius:"50%",borderWidth:1,color:"text.secondary",cursor:"pointer"},children:$.jsx(t.Box,{component:oe.Error,sx:{width:16,height:16},onClick:()=>{s()}})}):void 0]}),C&&C.length>0?$.jsxs($.Fragment,{children:[null==C?void 0:C.map((e=>$.jsx(Rg,{p:e,currency0:x,currency1:g,onClickManage:()=>{w(e)}},e.tokenId))),$.jsxs(t.Button,{size:t.Button.Size.big,variant:t.Button.Variant.second,onClick:()=>{l({from:i.address,to:r.address,fee:String(a)})},sx:{gap:8},children:[$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:$.jsx("path",{d:"M19 13H13V19H11V13H5V11H11V5H13V11H19V13Z",fill:"currentColor"})}),o.i18n._({id:"FQ4aT9",message:"Add Position"})]})]}):$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{mt:100,display:"flex",flexDirection:"column",alignItems:"center",gap:12},children:[$.jsx(Y,{sx:{width:60,height:60,borderRadius:24/105*60}}),$.jsx(t.Box,{sx:{typography:"body1",color:u.palette.text.secondary},children:o.i18n._({id:"/6L4mj",message:"Your position is empty"})})]}),$.jsx(t.Box,{sx:{display:"flex",justifyContent:"center",alignItems:"center"},children:void 0!==C&&0===C.length?$.jsx(t.Button,{size:t.Button.Size.small,onClick:()=>{l({from:i.address,to:r.address,fee:String(a)})},children:o.i18n._({id:"FQ4aT9",message:"Add Position"})}):$.jsx(cm,{size:t.Button.Size.small})})]})]})}),[u.palette.background.paper,u.palette.border.main,u.palette.text.primary,u.palette.text.secondary,C,s,x,g,l,i.address,r.address,a]);return null!==j?$.jsx(Sg,{baseToken:i,quoteToken:r,feeAmount:a,tokenId:j.tokenId,chainId:e,onClose:()=>{w(null)}}):d?$.jsx(_s,{open:null!=i&&null!=r,onClose:s,scope:!d,modal:d,id:"pool-operate",children:k}):k};function Mg(e,t,n,i){return"CLASSICAL"===i&&e&&t&&e.isEqualTo(t)?e.times(`1e${n}`).minus(1).div(`1e${n}`):e}function Pg(e,t){return e.lte(0)?new s.BigNumber(0):t.div(e)}function _g(e,t,n,i,o,r,a){const l=o&&function(e){return-1!==["0x9D9793e1E18CDEe6cf63818315D55244f73EC006","0x0D04146B2Fe5d267629a7eb341Fb4388DcdBD22f","0x3D9d765b0fbAf594F90F07bc42889473e6613C7A","0x3854BdcB1a7cBA4b1A5f9a7C8719e247Df4c42c6","0xA46F5eC3219f956d14C6816Ef9cf6CaBf13bdD77","0xB16f2Ff8E8499E31B257d2A02D25e8956Ae6aFe7"].findIndex((t=>t.toLowerCase()===e.toLowerCase()))}(o);let d,c;const u="CLASSICAL"===r?i:n;if(e&&t&&u&&void 0!==a){if(c=Pg(t,u),d=e.times(c),"CLASSICAL"===r&&l){if(!i)return[void 0,void 0];d.gt(i)&&n&&(c=Pg(t,s.BigNumber.min(i,n)),d=d.times(c))}return[c,d.dp(Number(a),s.BigNumber.ROUND_DOWN)]}return[void 0,void 0]}function Fg({account:e,pool:t}){var n,i;const{chainId:o,address:r,type:a,baseTokenDecimals:l,quoteTokenDecimals:d,baseLpTokenDecimals:u,quoteLpTokenDecimals:p}=null!=t?t:{},h=c.useQuery(ea.getTotalBaseLpQuery(o,r,a,u)),m=c.useQuery(ea.getTotalQuoteLpQuery(o,r,a,p)),x=c.useQuery(ea.getUserBaseLpQuery(o,r,a,u,e)),g=c.useQuery(ea.getUserQuoteLpQuery(o,r,a,p,e)),f=c.useQuery(ea.getReserveLpQuery(o,r,a,l,d)),y=c.useQuery(ea.getClassicalTargetQuery(o,r,a,l,d)),v=h.data,b=m.data,{baseReserve:C,quoteReserve:j}=f.data||{},w=null===(n=y.data)||void 0===n?void 0:n.baseTarget,k=null===(i=y.data)||void 0===i?void 0:i.quoteTarget,T="DPP"===a,B=T?C:Mg(x.data,v,u,a),I=T?j:Mg(g.data,b,p,a),[E,A]=T?[new s.BigNumber(1),C]:_g(B,v,C,w,r,a,l);let S,L;if(j){let e=m.data;e||m.isLoading||m.error||!v||(e=v);const t=g.isFetched&&!g.error&&null===I?B:I;T?(S=new s.BigNumber(1),L=j):g.isLoading||g.error||y.error||t?[S,L]=_g(t,e,j,k,r,a,d):L=new s.BigNumber(0)}const R=x.isLoading||g.isLoading,O=x.isError||g.isError,M=()=>{x.refetch(),g.refetch(),h.refetch(),m.refetch(),f.refetch(),y.refetch()},P=R||h.isLoading||m.isLoading||f.isLoading||y.isLoading,_=O||h.isError||m.isError||f.isError||y.isError,F="DVM"===(null==t?void 0:t.type)&&(!j||j.isZero());return{totalBaseLpBalance:v,totalQuoteLpBalance:b,baseReserve:C,quoteReserve:j,classicalBaseTarget:w,classicalQuoteTarget:k,userBaseLpBalance:B,userQuoteLpBalance:I,userBaseLpToTokenBalance:A,userQuoteLpToTokenBalance:L,baseLpToTokenProportion:E,quoteLpToTokenProportion:S,isSinglePool:F,userLpBalanceLoading:R,userLpToTokenBalanceLoading:P,userLpBalanceError:O,userLpToTokenBalanceError:_,userLpToTokenBalanceRefetch:M,error:_,loading:P,refetch:M}}const Ng=new r.MiningApi({contractRequests:Hi});function Dg({chainId:e,address:n,showName:i,size:o,offset:r,rightContent:a}){const s=$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:r},children:[$.jsx(Hs,{chainId:e,address:n,width:o,height:o,noShowChain:!0,marginRight:0}),i]});return a?$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center"},children:[s,a]}):s}function qg({miningItem:e}){var t,n;const{account:i}=fa(),o=null!==(t=null==e?void 0:e.rewardTokenInfos)&&void 0!==t?t:[],r=[],a=[];if(e){const t=e.version,s=null!==(n=e.miningContractAddress)&&void 0!==n?n:"";o.forEach((n=>{var o,l,d,c,u,p,h,m,x;const g={address:null!==(o=null==n?void 0:n.address)&&void 0!==o?o:"",decimals:null==n?void 0:n.decimals,symbol:null!==(l=null==n?void 0:n.symbol)&&void 0!==l?l:"",usdPrice:null!==(d=null==n?void 0:n.price)&&void 0!==d?d:""};if("3"===t)r.push(g),a.push(Ng.getPendingRewardQuery(e.chainId,s,i,g.address,g.decimals,t));else switch(e.type){case"classical":r.push(g),a.push(Ng.getPendingRewardQuery(e.chainId,s,i,null!==(u=null===(c=e.baseLpToken)||void 0===c?void 0:c.address)&&void 0!==u?u:"",g.decimals,"2")),r.push(g),a.push(Ng.getPendingRewardQuery(e.chainId,s,i,null!==(h=null===(p=e.quoteLpToken)||void 0===p?void 0:p.address)&&void 0!==h?h:"",g.decimals,"2"));break;case"vdodo":case"single":r.push(g),a.push(Ng.getPendingRewardQuery(e.chainId,s,i,null!==(x=null===(m=e.baseToken)||void 0===m?void 0:m.address)&&void 0!==x?x:"",g.decimals,"2"));break;default:throw new Error(`type: ${e.type} is not valid.`)}}))}return c.useQueries({queries:a,combine:e=>{let t=new s(0),n=new s(0);return{data:e.map(((e,i)=>{const o=r[i],a=e.data;if(a){t=a.plus(t);const e=null==o?void 0:o.usdPrice;e&&(n=n.plus(a.times(e)))}return Object.assign(Object.assign({},o),{amount:a})})),pending:e.some((e=>e.isPending)),error:e.some((e=>e.isError)),totalReward:t,totalRewardUSD:n,refetch:()=>{e.forEach((e=>e.refetch()))}}}})}function Ug({value:e,label:n,tokenList:i,loading:o}){const r=t.useTheme();return $.jsxs(t.Box,{sx:{flexGrow:0,flexShrink:1,width:"30%"},children:[$.jsx(t.Box,{sx:{typography:"h6",color:r.palette.text.secondary},children:n}),$.jsxs(t.Box,{sx:{mt:8,typography:"body1",fontWeight:600,color:r.palette.text.primary,display:"flex",alignItems:"center",gap:4},children:[$.jsx(t.LoadingSkeleton,{loading:o,loadingProps:{width:30},children:e?`$${Do({input:e,decimals:2})}`:"-"}),$.jsx(t.Tooltip,{placement:"top",title:$.jsx(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8,width:190,color:"text.primary",fontWeight:600},children:i.map((e=>{var t;return $.jsx(Dg,{chainId:e.chainId,address:e.address,showName:null!==(t=e.symbolEle)&&void 0!==t?t:e.symbol,rightContent:e.amount,size:20,offset:6},e.address+e.chainId)}))}),children:$.jsx(t.Box,{component:t.ButtonBase,sx:{display:"flex",alignItems:"center",color:r.palette.text.secondary,width:16,height:16,"&:hover":{color:"text.primary"}},children:$.jsx(oe.DetailBorder,{})})})]})]})}function Vg({chainId:n,loading:i,miningItem:r,miningContractAddress:a,stakedTokenUSD:s,stakedTokenUSDLoading:l,miningTitle:d,associatedMineSectionShort:c,stakedTokenList:u,isEnded:p}){var h,m;const x=t.useTheme(),g=qg({miningItem:r});return $.jsxs(t.Box,{sx:{backgroundColor:x.palette.background.paper,borderRadius:8,borderColor:x.palette.border.main,borderStyle:"solid",borderWidth:1,mb:20},children:[c?null:$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{py:12,px:20,display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(t.LoadingSkeleton,{loading:i,loadingProps:{width:100},children:$.jsx(fp,{width:24,tokens:u,gap:-6,chainId:n,mr:4,showChainLogo:!1})}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:[$.jsx(t.Box,{sx:{color:x.palette.text.primary,typography:"body2",fontWeight:600,display:"flex",alignItems:"center"},children:null!=d?d:"-"}),p&&$.jsx(t.Box,{sx:{backgroundColor:x.palette.border.disabled,borderRadius:4,typography:"h6",fontWeight:500,px:8,color:x.palette.text.disabled},children:$.jsx(e.Trans,{id:"237hSL",message:"Ended"})})]}),$.jsx(Wu,{size:"small",truncate:!0,address:null!=a?a:"",iconSpace:4,sx:{color:x.palette.text.secondary,typography:"h6"},customChainId:n})]})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",color:x.palette.text.secondary,typography:"h6",cursor:"pointer"},onClick:()=>{Qh.getState().push({type:exports.PageType.MiningDetail,params:{address:a,chainId:n}})},children:[$.jsx(e.Trans,{id:"URmyfc",message:"Details"}),$.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:$.jsx("path",{d:"M7.5 4.5L6.4425 5.5575L9.8775 9L6.4425 12.4425L7.5 13.5L12 9L7.5 4.5Z",fill:"currentColor"})})]})]}),$.jsx(t.Box,{sx:{width:"100%",height:"1px",backgroundColor:x.palette.border.main}})]}),$.jsxs(t.Box,{sx:{py:12,px:20,display:"flex",alignItems:"center",gap:20},children:[$.jsx(Ug,{value:s,label:o.i18n._({id:"luOvdJ",message:"My Staked"}),tokenList:u,loading:i||l}),$.jsx(t.Box,{sx:{width:"1px",height:30,backgroundColor:x.palette.border.main,flexGrow:0,flexShrink:0}}),$.jsx(Ug,{value:g.totalRewardUSD,label:o.i18n._({id:"4cJ0hF",message:"Rewards"}),tokenList:null!==(m=null===(h=g.data)||void 0===h?void 0:h.map((e=>Object.assign(Object.assign({chainId:n},e),{name:e.symbol,amount:Do({input:e.amount,decimals:e.decimals})}))))&&void 0!==m?m:[],loading:g.pending||i})]})]})}const Hg=({miningItem:e,successBack:t})=>{const{account:n}=fa(),i=za();return c.useMutation({mutationFn:()=>N(void 0,void 0,void 0,(function*(){const a=yield N(void 0,void 0,void 0,(function*(){if(!n||!(null==e?void 0:e.miningContractAddress))return null;let t="";const i=yield r.MiningApi.encode.claimAllMining(e.miningContractAddress);if(i&&i.data)return i.value=0,i;throw t="invalid data",new Error(t)}));if(!a)return;return yield i.execute(o.i18n._({id:"hom7qf",message:"Claim"}),Object.assign({opcode:Ua.TX},a),{metadata:{[exports.MetadataFlag.claimMining]:"1"},successBack:t})}))})};function Wg({miningItem:n}){const i=qg({miningItem:n}),o=Hg({miningItem:n,successBack:()=>{i.refetch()}});return $.jsx(cm,{includeButton:!0,fullWidth:!0,chainId:null==n?void 0:n.chainId,children:$.jsx(t.Button,{fullWidth:!0,isLoading:o.isPending,disabled:i.totalReward.isZero(),onClick:()=>{o.mutate()},children:o.isPending?$.jsx(e.Trans,{id:"KvG1xW",message:"Claiming"}):$.jsx(e.Trans,{id:"dUdltF",message:"One-Click Claim"})})})}function Zg({tokenSymbol:e,goLpLink:n}){const i=t.useTheme();return $.jsxs(t.HoverAddUnderLine,{sx:{color:i.palette.text.secondary,typography:"h6",display:"flex",alignItems:"center"},component:t.ButtonBase,onClick:n,children:[o.i18n._({id:"dJqd5x",message:"Get {tokenSymbol}",values:{tokenSymbol:e}}),$.jsx("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{d:"M5.83324 3.88867L5.01074 4.71117L7.68241 7.38867L5.01074 10.0662L5.83324 10.8887L9.33324 7.38867L5.83324 3.88867Z",fill:"currentColor"})})]})}function $g({miningItem:n,loading:i,sx:o}){const r=t.useTheme(),a=qg({miningItem:n});return $.jsxs(t.Box,{sx:Object.assign({borderWidth:1,borderRadius:12},o),children:[$.jsxs(t.Box,{sx:{typography:"body1",color:r.palette.text.secondary,display:"flex",alignItems:"center",justifyContent:"space-between",px:20,py:12},children:[$.jsx(e.Trans,{id:"4cJ0hF",message:"Rewards"}),":",$.jsx(t.LoadingSkeleton,{loading:i||a.pending,loadingProps:{width:100},sx:{color:r.palette.text.primary,fontWeight:600},children:a.pending||a.error?"-":`$${Do({input:a.totalRewardUSD,decimals:2})}`})]}),$.jsxs(t.Box,{sx:{borderTopWidth:1,px:20,pt:4,pb:8},children:[(i||a.pending)&&$.jsx(t.LoadingSkeleton,{loading:i,loadingProps:{width:150}}),!i&&!a.pending&&!!n&&a.data.map((e=>$.jsxs(t.Box,{sx:{mt:16,display:"flex",alignItems:"flex-start",justifyContent:"space-between"},children:[e.address&&e.symbol&&$.jsx(Dg,{chainId:n.chainId,address:e.address,showName:e.symbol,size:24,offset:6}),$.jsxs(t.Box,{sx:{ml:"auto"},children:[$.jsx(t.Box,{sx:{typography:"h5",textAlign:"right"},children:Do({input:e.amount,decimals:e.decimals})}),$.jsx(t.Box,{sx:{mt:2,typography:"body2",color:r.palette.text.secondary,textAlign:"right"},children:e.usdPrice&&e.amount?`≈ $${Do({input:new s(e.amount).multipliedBy(e.usdPrice).dp(4,s.ROUND_DOWN),decimals:4})}`:"-"})]})]},e.address)))]})]})}function zg({status:n,children:i,buttonProps:o}){return!n.needShowTokenStatusButton&&i?$.jsx($.Fragment,{children:i}):n.insufficientBalance?$.jsx(t.Button,{fullWidth:!0,disabled:!0,...o,children:$.jsx(e.Trans,{id:"znqB4T",message:"Insufficient balance"})}):$.jsx(t.Button,{fullWidth:!0,isLoading:n.isApproving,onClick:n.submitApprove,disabled:n.insufficientBalance,...o,children:n.isApproving?$.jsx(e.Trans,{id:"j2Uisd",message:"Approving"}):n.approveTitle})}function Qg(e){if(!e&&"number"!=typeof e)return e;let t="";return t=s.isBigNumber(e)?e.toString(16):new s(e).toString(16),t.length%2?"0x0"+t:"0x"+t}function Gg(e){return Qg(Ho(e,18))}const Yg=({miningItem:e,amount:t,submittedBack:n,successBack:i,logBalance:a})=>{const{chainId:l,account:d}=fa(),u=za(),p=r.basicTokenMap[l];return c.useMutation({mutationFn:()=>N(void 0,void 0,void 0,(function*(){const l=yield N(void 0,void 0,void 0,(function*(){var n,i;if(!(d&&e&&e.baseToken&&e.miningContractAddress))return null;let o="";const a=new s(t),l=Number(e.baseToken.decimals),c=yield r.MiningApi.encode.depositMining(e.miningContractAddress,a,l);if(!c||!c.data)throw o="invalid data",new Error(o);try{return t&&(null===(i=null===(n=e.baseLpToken)||void 0===n?void 0:n.address)||void 0===i?void 0:i.toLocaleLowerCase())===p.address.toLocaleLowerCase()?c.value=Gg(a):c.value=0,c}catch(e){throw console.error("2.0 sendTransaction error",e),o=`2.0 sendTransaction error; ERROR: ${e}`,new Error(o)}}));if(!l)return;return yield u.execute(o.i18n._({id:"JYKRJS",message:"Stake"}),Object.assign({opcode:Ua.TX},l),{metadata:{[exports.MetadataFlag.stakeMining]:"1",logBalance:a},submittedBack:n,successBack:i})}))})};function Xg({goLpLink:n,amount:i,miningItem:r,balanceInfo:a,submittedBack:s,successBack:l,logBalance:d}){var c,u,p,h;const m=Yg({miningItem:r,amount:i,submittedBack:s,successBack:l,logBalance:d}),x=r?`${null===(c=r.baseToken)||void 0===c?void 0:c.symbol}-${null===(u=r.quoteToken)||void 0===u?void 0:u.symbol} LP`:"",g=ms(r?ga(Object.assign(Object.assign({},r.baseLpToken),{symbol:x}),r.chainId):null,{contractAddress:null!==(p=null==r?void 0:r.miningContractAddress)&&void 0!==p?p:"",overrideBalance:a.userBaseLpBalance,amount:i});return n&&x&&(null===(h=a.userBaseLpBalance)||void 0===h?void 0:h.isZero())?$.jsx(t.Button,{fullWidth:!0,onClick:()=>n(),children:o.i18n._({id:"dJqd5x",message:"Get {tokenSymbol}",values:{tokenSymbol:x}})}):$.jsx(cm,{includeButton:!0,fullWidth:!0,chainId:null==r?void 0:r.chainId,children:$.jsx(zg,{status:g,children:$.jsx(t.Button,{fullWidth:!0,isLoading:m.isPending,disabled:!Number(i),onClick:()=>{m.mutate()},children:m.isPending?$.jsx(e.Trans,{id:"KsqhWn",message:"Staking"}):$.jsx(e.Trans,{id:"JYKRJS",message:"Stake"})})})})}const Kg=({miningItem:e,amount:t,submittedBack:n,successBack:i,logBalance:a})=>{const{account:l}=fa(),d=za();return c.useMutation({mutationFn:()=>N(void 0,void 0,void 0,(function*(){const c=yield N(void 0,void 0,void 0,(function*(){if(!(l&&e&&e.baseToken&&e.miningContractAddress))return null;let n="";const i=new s(t),o=Number(e.baseToken.decimals),a=yield r.MiningApi.encode.withdrawMining(e.miningContractAddress,i,o);if(a&&a.data)return a.value=0,a;throw n="invalid data",new Error(n)}));if(!c)return;return yield d.execute(o.i18n._({id:"OFjZGo",message:"Unstake"}),Object.assign({opcode:Ua.TX},c),{metadata:{[exports.MetadataFlag.unstakeMining]:"1",logBalance:a},submittedBack:n,successBack:i})}))})};function Jg({amount:n,miningItem:i,overrideBalance:o,submittedBack:r,successBack:a,logBalance:s}){var l,d;const c=Kg({miningItem:i,amount:n,submittedBack:r,successBack:a,logBalance:s}),u=i?`${null===(l=i.baseToken)||void 0===l?void 0:l.symbol}-${null===(d=i.quoteToken)||void 0===d?void 0:d.symbol} LP`:"",p=ms(i?ga(Object.assign(Object.assign({},i.baseLpToken),{symbol:u}),i.chainId):null,{overrideBalance:o,amount:n,skipQuery:!0});return $.jsx(cm,{includeButton:!0,fullWidth:!0,chainId:null==i?void 0:i.chainId,children:$.jsx(zg,{status:p,children:$.jsx(t.Button,{fullWidth:!0,isLoading:c.isPending,disabled:!Number(n),onClick:()=>{c.mutate()},children:c.isPending?$.jsx(e.Trans,{id:"1gWStS",message:"Unstaking"}):$.jsx(e.Trans,{id:"OFjZGo",message:"Unstake"})})})})}function ef(e){var{sx:n}=e,i=F(e,["sx"]);const o=t.useTheme();return $.jsx(t.Box,{sx:Object.assign({paddingTop:20,backgroundColor:o.palette.background.paper,position:"sticky",bottom:0},n),...i})}function tf({chainId:e,poolAddress:i,status:a,loading:l,operateType:d,setOperateType:u,miningItem:p,associatedMineSectionVisible:h,goLpLink:m}){var x,g,f,y,v,b,C,j,w,k,T,B,I,E,A,S,L;const R=t.useTheme(),{account:O}=fa(),{miningContractAddress:M}=null!=p?p:{},P=ga(null==p?void 0:p.baseToken,e),_=ga(null==p?void 0:p.quoteToken,e),[F,N]=n.useState(""),[D,q]=n.useState(""),U=[{key:"stake",value:o.i18n._({id:"JYKRJS",message:"Stake"})},{key:"unstake",value:o.i18n._({id:"OFjZGo",message:"Unstake"})},{key:"claim",value:o.i18n._({id:"hom7qf",message:"Claim"})}],V=p&&P&&_&&["classical","lptoken"].includes(null!==(x=p.type)&&void 0!==x?x:"")?{chainId:e,address:i,type:"lptoken"===p.type?"DSP":"CLASSICAL",baseToken:P,quoteToken:_}:void 0,H=Fg({account:O,pool:p&&P&&_&&p.baseLpToken&&p.quoteLpToken&&["classical","lptoken"].includes(null!==(g=p.type)&&void 0!==g?g:"")?{chainId:e,address:i,type:"lptoken"===p.type?"DSP":"CLASSICAL",baseTokenDecimals:P.decimals,quoteTokenDecimals:_.decimals,baseLpTokenDecimals:null!==(f=p.baseLpToken.decimals)&&void 0!==f?f:18,quoteLpTokenDecimals:null!==(y=p.quoteLpToken.decimals)&&void 0!==y?y:18}:void 0}),W=c.useQuery(ea.getPMMStateQuery(null==V?void 0:V.chainId,null==V?void 0:V.address,null==V?void 0:V.type,null===(v=null==V?void 0:V.baseToken)||void 0===v?void 0:v.decimals,null===(b=null==V?void 0:V.quoteToken)||void 0===b?void 0:b.decimals)),Z=c.useQuery(Ng.getLpStakedBalance(null==p?void 0:p.chainId,(null==p?void 0:p.miningContractAddress)||void 0,O,null!==(j=null===(C=null==p?void 0:p.baseLpToken)||void 0===C?void 0:C.address)&&void 0!==j?j:"",null===(w=null==p?void 0:p.baseToken)||void 0===w?void 0:w.decimals,null==p?void 0:p.version)),z=Z.isLoading||W.isLoading;let Q,G,Y;if(Z.data&&H.baseLpToTokenProportion&&H.quoteLpToTokenProportion&&!W.isLoading){const e=null===(k=null==p?void 0:p.baseToken)||void 0===k?void 0:k.price,t=null===(T=null==p?void 0:p.quoteToken)||void 0===T?void 0:T.price,n=null===(B=W.data)||void 0===B?void 0:B.midPrice;G=Z.data.times(H.baseLpToTokenProportion),Y=Z.data.times(H.quoteLpToTokenProportion),n?t?Q=G.times(n).plus(Y).times(t):e&&(Q=Y.times(n).plus(G).times(e)):e&&t&&(Q=G.times(e).plus(Y.times(t)))}const X=P&&_?[Object.assign(Object.assign({},P),{amount:Do({input:G,decimals:P.decimals})}),Object.assign(Object.assign({},_),{amount:Do({input:Y,decimals:_.decimals})})]:[],K=P&&_?`${P.symbol}-${_.symbol} LP`:"- LP",J=a===r.MiningStatusE.ended,ee=(null===(I=null==p?void 0:p.baseLpToken)||void 0===I?void 0:I.address)&&H.userBaseLpBalance?{[null===(E=null==p?void 0:p.baseLpToken)||void 0===E?void 0:E.address]:H.userBaseLpBalance.toString()}:{},te=()=>{H.refetch(),W.refetch(),Z.refetch()};return $.jsx($.Fragment,{children:$.jsxs(t.Box,{sx:{paddingTop:20,borderTopLeftRadius:16,borderTopRightRadius:16,backgroundColor:R.palette.background.paper,px:20,paddingBottom:0,borderBottomLeftRadius:0,borderBottomRightRadius:0},children:[h&&$.jsx(Vg,{chainId:e,miningContractAddress:null!=M?M:"",loading:l,miningItem:p,stakedTokenUSD:Q,stakedTokenUSDLoading:z,miningTitle:null!==(A=null==p?void 0:p.title)&&void 0!==A?A:"",stakedTokenList:X}),$.jsxs(t.Tabs,{value:d,onChange:(e,t)=>{u(t)},children:[$.jsx(t.TabsButtonGroup,{tabs:U,variant:"inPaper",tabsListSx:{mt:16}}),$.jsxs(t.TabPanel,{value:"stake",children:[$.jsxs(t.Box,{sx:{mt:20,borderColor:R.palette.border.main,borderWidth:1,borderStyle:"solid",borderRadius:12,display:"flex",alignItems:"center",justifyContent:"space-between",px:20,py:16},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(fp,{width:X.length>1?20:28,tokens:X,chainId:e}),$.jsx(t.Box,{sx:{ml:8,typography:"body1",color:R.palette.text.primary,fontWeight:600},children:K})]}),!!m&&$.jsx(Zg,{tokenSymbol:K,goLpLink:m})]}),$.jsx(ap,{showPercentage:!0,hideToken:!0,inputTypography:"h1",balanceText:o.i18n._({id:"RxHSET",message:"LP Balance:"}),overrideBalance:H.userBaseLpBalance||new s("-"),overrideBalanceLoading:H.loading,amt:F,canClickBalance:!0,onInputChange:e=>{N(e)},readOnly:J||l,token:P,checkLogBalance:ee,occupiedChainId:e,chainId:e,sx:{mt:20,borderWidth:1}}),$.jsx(ef,{children:$.jsx(Xg,{miningItem:p,balanceInfo:H,amount:F,goLpLink:m,submittedBack:()=>N(""),successBack:te,logBalance:ee})})]}),$.jsxs(t.TabPanel,{value:"unstake",children:[$.jsx(ap,{showPercentage:!0,hideToken:!0,inputTypography:"h1",balanceText:o.i18n._({id:"RxHSET",message:"LP Balance:"}),overrideBalance:Z.data||new s("-"),overrideBalanceLoading:Z.isLoading,amt:J?null!==(L=null===(S=Z.data)||void 0===S?void 0:S.toString())&&void 0!==L?L:"":D,onInputChange:e=>{q(e)},canClickBalance:!0,readOnly:J||l,token:P,checkLogBalance:ee,occupiedChainId:e,chainId:e,sx:{mt:20,borderWidth:1}}),$.jsx(ef,{children:$.jsx(Jg,{miningItem:p,overrideBalance:Z.data,amount:D,submittedBack:()=>q(""),successBack:te,logBalance:ee})})]}),$.jsxs(t.TabPanel,{value:"claim",children:[$.jsx($g,{miningItem:p,loading:l,sx:{mt:20}}),$.jsx(ef,{children:$.jsx(Wg,{miningItem:p})})]})]})]})})}function nf({chainId:e,account:t,poolAddress:i,goLpLink:o}){var a,s,l;const d=wa().getQuery(r.MiningApi.graphql.fetchMiningList,{where:{chainIds:[e],user:t,filterState:{address:i}}}),u=c.useQuery(Object.assign(Object.assign({},d),{enabled:!!i})),p=null===(l=null===(s=null===(a=u.data)||void 0===a?void 0:a.mining_list)||void 0===s?void 0:s.list)||void 0===l?void 0:l[0],{status:h}=function({miningItem:e}){var t,n;let i=r.MiningStatusE.active,o=[];if(null==e?void 0:e.rewardTokenInfos)if("classical"!==e.type){const a=r.MiningApi.utils.getMiningStatusByTimestamp({startTime:null!==(t=e.startTime)&&void 0!==t?t:"",endTime:null!==(n=e.endTime)&&void 0!==n?n:"",rewardTokenInfoList:e.rewardTokenInfos.map((e=>{var t,n;return{startTime:null!==(t=null==e?void 0:e.startTime)&&void 0!==t?t:"",endTime:null!==(n=null==e?void 0:e.endTime)&&void 0!==n?n:""}}))});i=a.status,o.push(a)}else if(e.rewardQuoteTokenInfos){o=[e.rewardTokenInfos,e.rewardQuoteTokenInfos].map((t=>{var n,i;return r.MiningApi.utils.getMiningStatusByTimestamp({startTime:null!==(n=e.startTime)&&void 0!==n?n:"",endTime:null!==(i=e.endTime)&&void 0!==i?i:"",rewardTokenInfoList:t.map((e=>{var t,n;return{startTime:null!==(t=null==e?void 0:e.startTime)&&void 0!==t?t:"",endTime:null!==(n=null==e?void 0:e.endTime)&&void 0!==n?n:""}}))})}));const[{status:t},{status:n}]=o;r.MiningStatusE.active,(t===r.MiningStatusE.upcoming&&n===r.MiningStatusE.upcoming||t===r.MiningStatusE.upcoming&&n===r.MiningStatusE.ended||t===r.MiningStatusE.ended&&n===r.MiningStatusE.upcoming)&&r.MiningStatusE.upcoming,t===r.MiningStatusE.ended&&n===r.MiningStatusE.ended&&r.MiningStatusE.ended}return{status:i,miningStatusList:o}}({miningItem:p}),[m,x]=n.useState(h===r.MiningStatusE.ended?"unstake":"stake");return $.jsx(tf,{chainId:e,loading:u.isLoading||u.isPending,operateType:m,setOperateType:x,associatedMineSectionVisible:!0,miningItem:p,status:h,goLpLink:o,poolAddress:i})}const of=()=>{const n=t.useTheme();return $.jsx(t.Tooltip,{placement:"top-end",leaveDelay:100,title:$.jsx(t.Box,{sx:{maxWidth:240,color:n.palette.warning.main,typography:"h6",fontWeight:500,"&>a":{textDecoration:"underline",color:n.palette.warning.main},"&>a:hover":{color:t.alpha(n.palette.warning.main,.5)}},children:$.jsx(e.Trans,{id:"QtgfjM",message:"The creator of the liquidity pool can adjust the liquidity distribution by modifying the market-making price parameters. <0>Learn more</0>",components:{0:$.jsx("a",{target:"_blank",rel:"noopener noreferrer",href:"https://docs.dodoex.io/en/product/pmm-algorithm"})}})}),children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:2,py:4,px:8,borderRadius:8,backgroundColor:t.alpha(n.palette.warning.main,.1),color:n.palette.warning.main,typography:"h6",fontWeight:500,lineHeight:"16px",cursor:"help"},children:[$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:$.jsx("path",{d:"M8.00008 10.6666C8.18897 10.6666 8.3473 10.6027 8.47508 10.4749C8.60286 10.3471 8.66675 10.1888 8.66675 9.99992C8.66675 9.81103 8.60286 9.6527 8.47508 9.52492C8.3473 9.39714 8.18897 9.33325 8.00008 9.33325C7.81119 9.33325 7.65286 9.39714 7.52508 9.52492C7.3973 9.6527 7.33341 9.81103 7.33341 9.99992C7.33341 10.1888 7.3973 10.3471 7.52508 10.4749C7.65286 10.6027 7.81119 10.6666 8.00008 10.6666ZM7.33341 7.99992H8.66675V4.66659H7.33341V7.99992ZM8.00008 14.6666C6.45564 14.2777 5.18064 13.3916 4.17508 12.0083C3.16953 10.6249 2.66675 9.08881 2.66675 7.39992V3.33325L8.00008 1.33325L13.3334 3.33325V7.39992C13.3334 9.08881 12.8306 10.6249 11.8251 12.0083C10.8195 13.3916 9.54453 14.2777 8.00008 14.6666ZM8.00008 13.2666C9.15564 12.8999 10.1112 12.1666 10.8667 11.0666C11.6223 9.96659 12.0001 8.74436 12.0001 7.39992V4.24992L8.00008 2.74992L4.00008 4.24992V7.39992C4.00008 8.74436 4.37786 9.96659 5.13341 11.0666C5.88897 12.1666 6.84453 12.8999 8.00008 13.2666Z",fill:"currentColor"})}),$.jsx(e.Trans,{id:"iDGO1l",message:"Disclaimer"})]})})};var rf;function af(n){const{ConfirmComponent:i}=G();if(i)return $.jsx(i,{...n});const{open:o,onClose:r,title:a,children:s,singleBtn:l,danger:d,singleBtnText:c,cancelText:u,confirmText:p,disabledConfirm:h,confirmLoading:m,isManualClose:x,onConfirm:g,modal:f}=n;return $.jsx(_s,{open:o,onClose:r,title:a,modal:f,children:$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",justifyContent:"space-between",flex:1},children:[$.jsx(t.Box,{sx:{typography:"body2",color:a?"text.secondary":"text.primary",textAlign:"center",wordBreak:"break-all",mt:20,px:36},children:s}),l?$.jsx(t.Box,{sx:{px:20},children:$.jsx(t.Button,{fullWidth:!0,variant:t.Button.Variant.outlined,danger:d,sx:{mt:32,mb:20},onClick:()=>{r()},children:c||$.jsx(e.Trans,{id:"DPfwMq",message:"Done"})})}):$.jsxs(t.Box,{sx:{mt:24,mb:20,mx:20,display:"flex",alignItems:"center","& > button":{flex:1}},children:[$.jsx(t.Button,{variant:t.Button.Variant.second,onClick:()=>{r()},children:u||$.jsx(e.Trans,{id:"dEgA5A",message:"Cancel"})}),$.jsx(t.Button,{sx:{ml:8},variant:t.Button.Variant.outlined,danger:d,disabled:h,isLoading:m,onClick:()=>{g&&g(),x||r()},children:p||$.jsx(e.Trans,{id:"7VpPHA",message:"Confirm"})})]})]})})}function sf(e){var{sx:n,label:i,children:o}=e,r=F(e,["sx","label","children"]);return $.jsxs(t.Box,{sx:Object.assign({display:"flex",justifyContent:"space-between"},n),...r,children:[$.jsx(t.Box,{children:i}),$.jsx(t.Box,{sx:{textAlign:"right",fontWeight:600},children:o})]})}function lf({baseToken:e,quoteToken:i,midPrice:o,loading:r,disabled:a}){const l=t.useTheme(),[d,c]=n.useState(!1),u=d?null==i?void 0:i.symbol:null==e?void 0:e.symbol,p=d&&o?new s(1).div(o):o,h=d?null==e?void 0:e.symbol:null==i?void 0:i.symbol;return $.jsxs(t.LoadingSkeleton,{sx:{display:"flex",alignItems:"center",fontWeight:600,overflow:"hidden"},loading:r,loadingProps:{width:50},children:[e&&i?$.jsx(t.Tooltip,{title:`1 ${u} = ${p?No({input:p}):""} ${h}`,children:o?$.jsx(t.Box,{sx:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:`1 ${u} = ${p?No({input:p}):""} ${h}`}):$.jsxs(t.Box,{children:[`1 ${u} = `,$.jsx(t.LoadingSkeleton,{loading:r,loadingProps:{width:30},component:"span",sx:{display:"inline-block"},children:"-"}),` ${h}`]})}):"-",$.jsx(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"center",ml:4,width:18,height:18,backgroundColor:"background.paperDarkContrast",borderRadius:"50%"},!a&&{cursor:"pointer","&:hover":{backgroundColor:t.alpha(l.palette.text.primary,.04)}}),onClick:()=>{a||c((e=>!e))},children:$.jsx(t.Box,{component:oe.Switch,sx:{width:18,height:18}})})]})}function df({baseToken:n,quoteToken:i,loading:o,midPrice:r,shareOfPool:a,sx:s}){const l=t.useTheme(),d=!n||!i;return $.jsxs(t.Box,{sx:Object.assign({mt:20,border:"solid 1px",borderColor:"border.main",borderRadius:8},s),children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,height:36,typography:"body2"},children:[$.jsx(t.Box,{sx:{color:"text.secondary",whiteSpace:"nowrap"},children:$.jsx(e.Trans,{id:"kNeEXg",message:"Current Price"})}),$.jsx(lf,{baseToken:n,quoteToken:i,loading:o,disabled:d,midPrice:r})]}),$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,minHeight:36,typography:"body2",borderStyle:"solid",borderWidth:l.spacing(1,0,0),borderColor:"border.main"},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",color:"text.secondary",whiteSpace:"nowrap"},children:$.jsx(e.Trans,{id:"SbBMxj",message:"Share of pool"})}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",fontWeight:600,textAlign:"right",ml:8,overflow:"hidden"},children:$.jsx(t.LoadingSkeleton,{sx:{display:"flex",alignItems:"center",fontWeight:600,overflow:"hidden"},loading:o,loadingProps:{width:50},children:a||"-%"})})]})]})}function cf({open:n,onClose:i,slippage:o,baseToken:r,quoteToken:a,baseAmount:s,quoteAmount:l,lpAmount:d,fee:c,price:u,shareOfPool:p,pairAddress:h,createMutation:m}){const x=t.useTheme(),{isMobile:g}=Oa();return $.jsx(_s,{modal:!0,open:n,onClose:i,title:d?$.jsx(e.Trans,{id:"AeZIvT",message:"You will receive"}):$.jsx(e.Trans,{id:"aM1tos",message:"You are creating a pool"}),children:$.jsxs(t.Box,{sx:{px:20,py:24,borderTopWidth:1,width:g?"100%":420},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"center"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,typography:"h3"},children:[$.jsx(fp,{width:24,height:24,tokens:r&&a?[r,a]:[],chainId:null==r?void 0:r.chainId}),d?Do({input:d,decimals:18}):""]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",color:x.palette.text.secondary,gap:4,fontWeight:600},children:[$.jsx(e.Trans,{id:"syToc5",message:"{0}/{1} Pool Tokens",values:{0:null==r?void 0:r.symbol,1:null==a?void 0:a.symbol}}),$.jsx(tg,{poolType:"AMM V2"})]})]}),$.jsx(t.Box,{sx:{mt:16,typography:"h6",color:"text.secondary",textAlign:"center"},children:$.jsx(e.Trans,{id:"rQ9c+8",message:"Output is estimated. If the price changes by more than {0} your transaction will revert.",values:{0:Ko({input:o})}})}),$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:12,mt:20,p:20,typography:"body2",borderRadius:12,backgroundColor:x.palette.background.paperContrast},children:[$.jsx(sf,{label:$.jsx(e.Trans,{id:"YG004A",message:"{0} deposited",values:{0:null==r?void 0:r.symbol}}),children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",lineHeight:1},children:[$.jsx(Hs,{width:18,height:18,marginRight:4,token:r}),Do({input:s,decimals:null==r?void 0:r.decimals})]})}),$.jsx(sf,{label:$.jsx(e.Trans,{id:"YG004A",message:"{0} deposited",values:{0:null==a?void 0:a.symbol}}),children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(Hs,{width:18,height:18,marginRight:4,token:a}),Do({input:l,decimals:null==a?void 0:a.decimals})]})}),$.jsx(sf,{label:$.jsx(e.Trans,{id:"EU3wU4",message:"Fee tier"}),children:Ko({input:c})}),$.jsx(sf,{label:$.jsx(e.Trans,{id:"fqDzSu",message:"Rate"}),children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(Hs,{width:18,height:18,marginRight:4,token:r}),$.jsx(lf,{baseToken:r,quoteToken:a,midPrice:u})]})}),$.jsx(sf,{label:$.jsx(e.Trans,{id:"SbBMxj",message:"Share of pool"}),children:p}),$.jsx(sf,{label:$.jsx(e.Trans,{id:"ESQO1L",message:"Pool address"}),children:$.jsx(Wu,{showCopy:!1,address:null!=h?h:"",customChainId:null==r?void 0:r.chainId,truncate:!0,iconSpace:4,sx:{typography:"body2"}})})]}),$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.big,sx:{mt:20},isLoading:m.isPending,onClick:()=>{m.mutate()},children:m.isPending?$.jsx(e.Trans,{id:"pwUZo2",message:"Confirming..."}):$.jsx(e.Trans,{id:"7VpPHA",message:"Confirm"})})]})})}function uf(e,t,n){const i=new s(e),o=new s(t),r=i.minus(o),a=i.gt(o),l=i.lt(o);return{now:o,target:i,isChange:a||l,change:r,changeText:(l?"":"+")+No({input:r,showDecimals:n>6?6:4,showPrecisionDecimals:2}),isAdd:a,isRemove:l}}!function(e){e[e.Liquidity=1]="Liquidity",e[e.Mining=2]="Mining"}(rf||(rf={}));const pf=e=>N(void 0,[e],void 0,(function*({chainId:e,account:t,srcPool:n,baseToken:i,quoteToken:o,baseAmount:a,quoteAmount:l,feeRate:d,initPrice:c,slippageCoefficient:u,ddl:p,SLIPPAGE_PROTECTION:h}){const m=e?r.basicTokenMap[e]:void 0,g=function({srcPool:e,newPool:t}){if(!e)return null;const{baseToken:n,quoteToken:i,baseAmount:o,quoteAmount:r}=t,{baseReserve:a,quoteReserve:l}=e;return{baseAmount:uf(o,a,n.decimals),quoteAmount:uf(r,l,i.decimals),feeRate:uf(new s(t.feeRate).div(100),e.feeRate,6),initPrice:uf(t.initPrice,e.i,10),slippageCoefficient:uf(t.slippageCoefficient||"1",e.k,4)}}({srcPool:n,newPool:{baseToken:i,quoteToken:o,baseAmount:a,quoteAmount:l,feeRate:d,initPrice:c,slippageCoefficient:u}});if(!(t&&e&&g&&n))return null;const f=Number(i.decimals),y=Number(o.decimals);let v;const b=g.slippageCoefficient.target;try{const t=i.symbol===(null==m?void 0:m.symbol),a=o.symbol===(null==m?void 0:m.symbol);if(g.baseAmount.isRemove&&g.quoteAmount.isRemove){const t=[yield ea.getDPPOwnerProxyAddressQuery(e,n.address).queryFn(),g.feeRate.target.multipliedBy(1e4).toNumber(),g.initPrice.target.toNumber(),b.toNumber(),x.parseFixed(g.baseAmount.change.abs().dp(f,s.ROUND_FLOOR).toString(),f).toString(),x.parseFixed(g.quoteAmount.change.abs().dp(y,s.ROUND_FLOOR).toString(),y).toString(),x.parseFixed(g.baseAmount.now.multipliedBy(1-h).dp(f,s.ROUND_FLOOR).toString(),f).toString(),x.parseFixed(g.quoteAmount.now.multipliedBy(1-h).dp(y,s.ROUND_FLOOR).toString(),y).toString(),f,y];v=yield r.PoolApi.encode.removeDPPPoolABI(...t)}else{const t=[e,n.address,g.feeRate.target.multipliedBy(1e4).toNumber(),g.initPrice.target.toNumber(),b.toNumber(),g.baseAmount.isAdd?x.parseFixed(g.baseAmount.change.abs().dp(f,s.ROUND_FLOOR).toString(),f).toString():"0",g.quoteAmount.isAdd?x.parseFixed(g.quoteAmount.change.abs().dp(y,s.ROUND_FLOOR).toString(),y).toString():"0",g.baseAmount.isAdd?"0":x.parseFixed(g.baseAmount.change.abs().dp(f,s.ROUND_FLOOR).toString(),f).toString(),g.quoteAmount.isAdd?"0":x.parseFixed(g.quoteAmount.change.abs().dp(y,s.ROUND_FLOOR).toString(),y).toString(),x.parseFixed(g.baseAmount.now.multipliedBy(1-h).dp(f,s.ROUND_FLOOR).toString(),f).toString(),x.parseFixed(g.quoteAmount.now.multipliedBy(1-h).dp(y,s.ROUND_FLOOR).toString(),y).toString(),0,f,y,Math.ceil(Date.now()/1e3)+(null!=p?p:600)];v=yield r.PoolApi.encode.resetDPPPoolABI(...t)}return t&&g.baseAmount.isAdd&&(v.value=Gg(g.baseAmount.change)),a&&g.quoteAmount.isAdd&&(v.value=Gg(g.quoteAmount.change)),v}catch(e){throw console.error("2.0 resetDPPPool error",e),new Error(`2.0 resetDPPPool error;ERROR:${e}`)}})),hf=(e,t,n)=>t?e&&"0"!==e?n?t.minus(e).toString():t.plus(e).toString():t.toString():e;function mf({pool:e}){var t,n;const{account:i}=fa(),o=za(),r=c.useQuery(ea.getPMMStateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,null===(t=null==e?void 0:e.baseToken)||void 0===t?void 0:t.decimals,null===(n=null==e?void 0:e.quoteToken)||void 0===n?void 0:n.decimals)),a=c.useQuery(ea.getLPFeeRateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type)),{deadLine:l}=G(),d=c.useMutation({mutationFn:t=>N(this,[t],void 0,(function*({baseAmount:t,quoteAmount:n,isRemove:d=!1,feeRate:c,initPrice:u,slippageCoefficient:p,txTitle:h,submittedBack:m}){var x;if(!e)throw new Error("pool is undefined");const g=a.data;if(!g)throw new Error("lpFeeRate is undefined");if(!r.data)throw new Error("pmmStateQuery.data is undefined");const{pmmParamsBG:f,baseReserve:y,quoteReserve:v}=r.data,b=f.i.toNumber(),C=f.k.toNumber(),j=yield pf({account:i,chainId:null==e?void 0:e.chainId,SLIPPAGE_PROTECTION:im,srcPool:Object.assign(Object.assign({},e),{baseReserve:y,quoteReserve:v,i:b,k:C,feeRate:g.times(100).toString()}),baseToken:null==e?void 0:e.baseToken,quoteToken:null==e?void 0:e.quoteToken,baseAmount:hf(t,y?new s(y):void 0,d),quoteAmount:hf(n,v?new s(v):void 0,d),feeRate:null!=c?c:g.times(100).toString(),initPrice:null!=u?u:String(b),slippageCoefficient:null!=p?p:String(C),ddl:l});if(!j)throw new Error(`modify pool failed: ${e.address}`);return o.execute(h,Object.assign(Object.assign({opcode:Ua.TX},j),{value:null!==(x=j.value)&&void 0!==x?x:0}),{metadata:{[d?exports.MetadataFlag.removeLiquidity:exports.MetadataFlag.addLiquidity]:!0},submittedBack:m})}))});return{modifyDPPMutation:d}}const xf=e=>{const{account:t,chainId:i}=fa(),o=za(),a=c.useQueryClient(),{deadLine:l}=G(),{modifyDPPMutation:d}=mf({pool:e}),u=c.useMutation({mutationFn:n=>N(void 0,void 0,void 0,(function*(){var d,c,u,p,h;if(!e||!t||!n.balanceInfo)return;const{isRemove:m,baseAmount:g,quoteAmount:f,slippageProtection:y,balanceInfo:v,SLIPPAGE_PROTECTION:b,submittedBack:C,successBack:j,txTitle:w,withdrawInfo:k}=n,T=!m,{address:B,type:I,baseToken:E,quoteToken:A}=e,S=E.address.toLowerCase(),L=A.address.toLowerCase(),R=r.basicTokenMap[i].address.toLowerCase(),O=R===S,M=R===L,P="DSP"===I||"GSP"===I,_="CLASSICAL"===I,F=B.toLocaleLowerCase(),N=new s(g),D=new s(f),q=N.isNaN(),U=D.isNaN(),V=+E.decimals,H=+A.decimals,W=E.symbol,Z=A.symbol,$=y;let z,Q=q?"0":x.parseFixed(N.multipliedBy(1-$).dp(V,s.ROUND_FLOOR).toString(),V).toString(),G=U?"0":x.parseFixed(D.multipliedBy(1-$).dp(H,s.ROUND_FLOOR).toString(),H).toString();try{if(T)if(_){const e=!q&&(null==v?void 0:v.classicalBaseTarget)&&v.classicalBaseTarget.gt(0)&&v.totalBaseLpBalance?x.parseFixed(N.multipliedBy(v.totalBaseLpBalance).multipliedBy(1-b).div(v.classicalBaseTarget).dp(V,s.ROUND_FLOOR).toString(),V).toString():"0",t=!U&&(null==v?void 0:v.classicalBaseTarget)&&v.totalQuoteLpBalance&&v.classicalQuoteTarget&&v.classicalQuoteTarget.gt(0)?x.parseFixed(D.multipliedBy(v.totalQuoteLpBalance).multipliedBy(1-b).div(v.classicalQuoteTarget).dp(H,s.ROUND_FLOOR).toString(),H).toString():"0",n=[i,F,q?"0":x.parseFixed(N.dp(V,s.ROUND_FLOOR).toString(),V).toString(),U?"0":x.parseFixed(D.dp(H,s.ROUND_FLOOR).toString(),H).toString(),e,t,O?1:M?2:0,Math.ceil(Date.now()/1e3)+(null!=l?l:600)];z=yield r.PoolApi.encode.addClassicalLiquidityABI(...n)}else{const e=[i,F,q?"0":x.parseFixed(N.dp(V,s.ROUND_FLOOR).toString(),V).toString(),U?"0":x.parseFixed(D.dp(H,s.ROUND_FLOOR).toString(),H).toString(),Q,G,O?1:M?2:0,Math.ceil(Date.now()/1e3)+(null!=l?l:600)];z=P?yield r.PoolApi.encode.addDSPLiquidityABI(...e):yield r.PoolApi.encode.addDVMLiquidityABI(...e)}else if(_){if("base"===(q?"quote":"base")){const e=N.dp(V,s.ROUND_FLOOR).toString(),t=k&&k.receiveAmountBg?x.parseFixed(k.receiveAmountBg.multipliedBy(1-$).dp(V,s.ROUND_FLOOR).toString(),V).toString():Q,n=[i,F,x.parseFixed(e,V).toString(),t];z=yield r.PoolApi.encode.removeClassicalBaseABI(...n)}else{const e=D.dp(H,s.ROUND_FLOOR).toString(),t=k&&k.receiveAmountBg?x.parseFixed(k.receiveAmountBg.multipliedBy(1-$).dp(H,s.ROUND_FLOOR).toString(),H).toString():G,n=[i,F,x.parseFixed(e,H).toString(),t];z=yield r.PoolApi.encode.removeClassicalQuoteABI(...n)}}else{if(!((null==v?void 0:v.baseReserve)&&v.quoteReserve&&v.totalBaseLpBalance&&v.userBaseLpBalance&&v.userBaseLpToTokenBalance))return;let e=new s(0);if(null===(d=v.totalBaseLpBalance)||void 0===d?void 0:d.lte(0))e=v.userBaseLpBalance||new s(0);else if(v.baseReserve.gt(0)&&v.quoteReserve.eq(0)){let t=N;N.gte(v.userBaseLpToTokenBalance)&&(t=v.userBaseLpToTokenBalance),e=t.multipliedBy(v.totalBaseLpBalance).div(v.baseReserve)}else if(v.baseReserve.gt(0)&&v.quoteReserve.gt(0)){let t=N;N.gte(v.userBaseLpToTokenBalance)&&(t=v.userBaseLpToTokenBalance);let n,i=D;if(v.userQuoteLpToTokenBalance&&D.gte(v.userQuoteLpToTokenBalance)&&(i=v.userQuoteLpToTokenBalance),i.gt(0)&&(null===(c=v.userQuoteLpToTokenBalance)||void 0===c?void 0:c.gt(0))&&(n=i.div(v.userQuoteLpToTokenBalance)),t.gt(0)&&v.userBaseLpToTokenBalance.gt(0)&&(n=t.div(v.userBaseLpToTokenBalance)),(null==n?void 0:n.gte(1))&&(n=new s(1)),!n)return;e=n.multipliedBy(v.userBaseLpBalance);const o=e.dp(V,s.ROUND_FLOOR).div(v.totalBaseLpBalance);t=o.multipliedBy(v.baseReserve).dp(V,s.ROUND_FLOOR),i=o.multipliedBy(v.quoteReserve).dp(H,s.ROUND_FLOOR),Q=x.parseFixed(t.multipliedBy(1-$).dp(V,s.ROUND_FLOOR).toString(),V).toString(),G=x.parseFixed(i.multipliedBy(1-$).dp(H,s.ROUND_FLOOR).toString(),H).toString()}const n=O||M,o=[i,F,t,e.isNaN()?"0":x.parseFixed(e.dp(V,s.ROUND_FLOOR).toString(),V).toString(),Q,G,n,Math.ceil(Date.now()/1e3)+(null!=l?l:600)];z=P?yield r.PoolApi.encode.removeDSPLiquidityABI(...o):yield r.PoolApi.encode.removeDVMLiquidityABI(...o)}}catch(e){throw new Error(`v2 addDVMLiquidity or removeDVMLiquidity or removeDSPLiquidity error: ${e}`)}if(z&&z.data){const n={};if(g){const o=null===(u=a.getQueryData(Zi.getFetchTokenQuery(i,E.address,t).queryKey))||void 0===u?void 0:u.balance;o&&(n[E.address]=o.toString()),e.baseLpToken&&(null==v?void 0:v.userBaseLpBalance)&&(n[e.baseLpToken.id]=v.userBaseLpBalance.toString())}if(f){const o=null===(p=a.getQueryData(Zi.getFetchTokenQuery(i,A.address,t).queryKey))||void 0===p?void 0:p.balance;o&&(n[A.address]=o.toString()),e.quoteLpToken&&(null==v?void 0:v.userQuoteLpBalance)&&(n[e.quoteLpToken.id]=v.userQuoteLpBalance.toString())}try{let e;T&&O&&(z.value=Gg(q?"0":N)),T&&M&&(z.value=Gg(U?"0":D)),q||(e=`${N.toString()}${W}`),U||(e=q?`${D.toString()}${Z}`:`${e} & ${D.toString()}${Z}`);(yield o.execute(w,Object.assign(Object.assign({opcode:Ua.TX},z),{value:null!==(h=z.value)&&void 0!==h?h:0}),{subtitle:e,metadata:{[T?exports.MetadataFlag.addLiquidity:exports.MetadataFlag.removeLiquidity]:!0,logBalance:n},submittedBack:C}))===_a.Success&&j&&j()}catch(e){throw Error(`v2 sendTransaction error: ${e}`)}}}))}),p="DPP"===(null==e?void 0:e.type)?d:u;return n.useEffect((()=>{p.reset()}),[e]),{operateLiquidityMutation:p}};function gf({baseToken:t,quoteToken:n,baseAmount:i,quoteAmount:a,slippage:l,fee:d,isExists:u,successBack:h,submittedBack:m}){const x=za(),{account:g}=fa();e.useLingui();const{deadLine:f}=G();return c.useMutation({mutationFn:()=>N(this,void 0,void 0,(function*(){var e,c;if(!t||!n)throw new Error("token is undefined");if(!g)throw new Error("account is undefined");if(!d)throw new Error("fee is undefined");const y=t.chainId,v=r.basicTokenMap[y].address.toLowerCase(),b=p.getUniswapV2Router02ContractAddressByChainId(y),C=p.getUniswapV2Router02FixedFeeContractAddressByChainId(y),j=!b,w=b||C;if(!w)throw new Error("AMMV2 contract address is not valid.");let k="",T="0x0";const B=t.address.toLowerCase()===v,I=n.address.toLowerCase()===v,E=Ho(i,t.decimals),A=Ho(a,n.decimals),S=E.times(1-l).dp(0,s.ROUND_FLOOR),L=A.times(1-l).dp(0,s.ROUND_FLOOR),R=Ho(d,4).toString(),O=Math.ceil(Date.now()/1e3)+(null!=f?f:600);try{if(B){const t=n.address,i=A.toString(),o=L.toString(),r=S.toString();T=null!==(e=Qg(E))&&void 0!==e?e:"",k=j?p.encodeUniswapV2Router02FixedFeeAddLiquidityETH(t,i,o,r,g,O):p.encodeUniswapV2Router02AddLiquidityETH(t,R,i,o,r,g,O)}else if(I){const e=t.address,n=E.toString(),i=S.toString(),o=L.toString();T=null!==(c=Qg(A))&&void 0!==c?c:"",k=j?p.encodeUniswapV2Router02FixedFeeAddLiquidityETH(e,n,i,o,g,O):p.encodeUniswapV2Router02AddLiquidityETH(e,R,n,i,o,g,O)}else k=j?p.encodeUniswapV2Router02FixedFeeAddLiquidity(t.address,n.address,E.toString(),A.toString(),S.toString(),L.toString(),g,O):p.encodeUniswapV2Router02AddLiquidity(t.address,n.address,R,E.toString(),A.toString(),S.toString(),L.toString(),g,O)}catch(e){throw console.error("encodeUniswapV2Router02AddLiquidity error",e),e}return yield x.execute(u?o.i18n._({id:"E6MqGy",message:"Add liquidity"}):o.i18n._({id:"L37FfW",message:"Create AMM V2 Position"}),{opcode:Ua.TX,to:w,data:k,value:T},{metadata:{[u?exports.MetadataFlag.addLiquidityAMMV2Position:exports.MetadataFlag.createAMMV2Position]:!0},successBack:h,submittedBack:m})}))})}function ff({lqAndDodoCompareText:n,baseToken:i,quoteToken:r,midPrice:a}){const s=a?No({input:a}):"";return $.jsxs(t.Box,{sx:{p:10,mb:12,backgroundColor:"background.paperDarkContrast",borderRadius:12},children:[$.jsxs(t.Box,{sx:{typography:"body2",display:"flex",alignItems:"center",justifyContent:"center",color:"error.main",fontWeight:600,mb:10,textAlign:"center"},children:[$.jsx(t.Box,{component:oe.Alarm,sx:{mr:4}}),o.i18n._({id:"YUyuNp",message:"{lqAndDodoCompareText} Price Difference",values:{lqAndDodoCompareText:n}})]}),$.jsxs(t.Box,{sx:{typography:"h6",color:"text.secondary",textAlign:"center"},children:[$.jsx(e.Trans,{id:"ZhEBp4",message:"Current liquidity pool token price"}),` 1 ${null==i?void 0:i.symbol} = ${s} ${null==r?void 0:r.symbol} ${o.i18n._({id:"wd1uHY",message:"differs from the price quoted by ZUNO by {lqAndDodoCompareText}",values:{lqAndDodoCompareText:n}})}`]})]})}function yf({chainId:n,baseTokenStatus:i,quoteTokenStatus:o,children:r}){const{runningRequests:a}=Qa(),{account:s,chainId:l}=fa();if(!s||n!==l)return $.jsx(cm,{chainId:n,fullWidth:!0});const d=a.some((e=>{var t,n;return(null===(t=e.metadata)||void 0===t?void 0:t[exports.MetadataFlag.addLiquidity])||(null===(n=e.metadata)||void 0===n?void 0:n[exports.MetadataFlag.removeLiquidity])})),c=[];i.needShowTokenStatusButton&&c.push($.jsx(zg,{status:i})),o.needShowTokenStatusButton&&!i.isApproving&&c.push($.jsx(zg,{status:o}));const u=c.length;return 2===u?$.jsx(t.Box,{sx:{display:"flex","& > button":{flex:1,"&:last-child":{ml:8}}},children:c.map((e=>e))}):1===u?c[0]:d?$.jsx(t.Button,{fullWidth:!0,disabled:!0,isLoading:!0,children:$.jsx(e.Trans,{id:"UbRKMZ",message:"Pending"})}):$.jsx($.Fragment,{children:r})}function vf({pool:i,addPortion:o,midPrice:a,shareOfPool:l}){var d,c,u,p,h,m;const x=t.useTheme(),[g,f]=n.useState(!1);let y="";if(o&&a){const e=new s(1).div(o.plus(1)),t=new s(o).div(o.plus(1)),n=e.times(a),r=n.plus(t);y=o?`${Ko({input:n.div(r)})} ${null===(d=null==i?void 0:i.baseToken)||void 0===d?void 0:d.symbol} + ${Ko({input:t.div(r)})} ${null===(c=null==i?void 0:i.quoteToken)||void 0===c?void 0:c.symbol}`:""}const v=g?null===(u=null==i?void 0:i.quoteToken)||void 0===u?void 0:u.symbol:null===(p=null==i?void 0:i.baseToken)||void 0===p?void 0:p.symbol,b=g&&a?new s(1).div(a):a,C=g?null===(h=null==i?void 0:i.baseToken)||void 0===h?void 0:h.symbol:null===(m=null==i?void 0:i.quoteToken)||void 0===m?void 0:m.symbol;return $.jsxs(t.Box,{sx:{mt:20,border:"solid 1px",borderColor:"border.main",borderRadius:8},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,height:36,typography:"body2"},children:[$.jsx(t.Box,{sx:{color:"text.secondary",whiteSpace:"nowrap"},children:$.jsx(e.Trans,{id:"kNeEXg",message:"Current Price"})}),$.jsxs(t.LoadingSkeleton,{sx:{display:"flex",alignItems:"center",fontWeight:600,ml:8,overflow:"hidden"},loading:!i,loadingProps:{width:50},children:[$.jsx(t.Tooltip,{title:`1 ${v} = ${b?No({input:b}):""} ${C}`,children:a?$.jsx(t.Box,{sx:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:`1 ${v} = ${b?No({input:b}):""} ${C}`}):$.jsxs(t.Box,{children:[`1 ${v} = `,$.jsx(t.LoadingSkeleton,{loading:!0,loadingProps:{width:30},component:"span",sx:{display:"inline-block"}}),` ${C}`]})}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center",ml:4,width:18,height:18,cursor:"pointer",backgroundColor:"background.paperDarkContrast",borderRadius:"50%","&:hover":{backgroundColor:t.alpha(x.palette.text.primary,.04)}},onClick:()=>f((e=>!e)),children:$.jsx(t.Box,{component:oe.Switch,sx:{width:18,height:18}})})]})]}),"AMMV2"===(null==i?void 0:i.type)?$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,minHeight:36,typography:"body2",borderStyle:"solid",borderWidth:x.spacing(1,0,0),borderColor:"border.main"},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",color:"text.secondary",whiteSpace:"nowrap"},children:$.jsx(e.Trans,{id:"NEQTCn",message:"Share Of Pool"})}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",fontWeight:600,textAlign:"right",ml:8,overflow:"hidden"},children:l})]}):$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,minHeight:36,typography:"body2",borderStyle:"solid",borderWidth:x.spacing(1,0,0),borderColor:"border.main"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",color:"text.secondary",whiteSpace:"nowrap"},children:[$.jsx(e.Trans,{id:"22Xs8M",message:"Deposit Ratio"}),$.jsx(t.QuestionTooltip,{ml:4,title:$.jsx(e.Trans,{id:"I0yi1d",message:"Deposit ratio is determined by the current assets ratio in the pool. The ratio does not represent the exchange price"})})]}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",fontWeight:600,textAlign:"right",ml:8,overflow:"hidden"},children:i&&r.PoolApi.utils.singleSideLp(i.type)?$.jsx(e.Trans,{id:"Kb3KaW",message:"Any Ratio"}):$.jsx($.Fragment,{children:$.jsx(t.Tooltip,{title:y,children:$.jsx(t.Box,{sx:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:y})})})})]})]})}function bf({baseToken:e,quoteToken:t}){const{toFiatPrice:n,fromFiatPrice:i}=Xa({fromToken:null!=e?e:null,toToken:null!=t?t:null});return function({fromToken:e,toToken:t,fromFiatPrice:n,toFiatPrice:i,reverse:o,showDecimals:r=1}){const a={comparePrice:null,comparePriceText:"",loading:!0};return e&&t&&n&&i?(o?(a.loading=!1,a.comparePrice=i.div(n),a.comparePriceText=`1 ${ma(t)} = ${No({input:a.comparePrice,showDecimals:r})} ${ma(e)}`):(a.loading=!1,a.comparePrice=n.div(i),a.comparePriceText=`1 ${ma(e)} = ${No({input:a.comparePrice,showDecimals:r})} ${ma(t)}`),a):a}({fromToken:e,toToken:t,fromFiatPrice:i?new s(i):void 0,toFiatPrice:n?new s(n):void 0})}const Cf=(e,t,i)=>{const{comparePrice:o}=bf({baseToken:e,quoteToken:t}),r=n.useMemo((()=>{if(!(i&&o&&o.toNumber()&&i.toNumber()))return 0;const e=o.minus(i);return Math.abs(e.div(o).toNumber())}),[i,o]),a=n.useMemo((()=>`${Yo(new s(r).times(100))}%`),[r]);return{lqAndDodoCompare:r,lqAndDodoCompareText:a,midPrice:i,isShowCompare:r>.01,isWarnCompare:r>.03}};function jf({pool:e,baseAmount:t,quoteAmount:i}){const[o,a,l,d,u,p]=n.useMemo((()=>{var t,n;const{baseToken:i,quoteToken:o}=e||{};let a=!1;if(!i||!o)return[void 0,void 0,void 0,void 0,void 0,a];const s=i.chainId,l=r.basicTokenMap[s],d=(null===(t=l.address)||void 0===t?void 0:t.toLowerCase())===i.address.toLowerCase(),c=(null===(n=l.address)||void 0===n?void 0:n.toLowerCase())===o.address.toLowerCase(),u=d?l.wrappedTokenAddress:i.address,p=c?l.wrappedTokenAddress:o.address,h=new S.Token(i.chainId,u,i.decimals,i.symbol,i.name),m=new S.Token(o.chainId,p,o.decimals,o.symbol,o.name);a=!h.sortsBefore(m);const[x,g]=a?[m,h]:[h,m];return[s,null==e?void 0:e.type,null==e?void 0:e.address,x,g,a]}),[e]),h=ea.getReserveLpQuery(o,l,a,null==d?void 0:d.decimals,null==u?void 0:u.decimals),m="AMMV2"===a,x=c.useQuery(Object.assign(Object.assign({},h),{enabled:!!h.enabled&&m})),g=ea.getTotalBaseLpQuery(o,l,a,18),f=c.useQuery(Object.assign(Object.assign({},g),{enabled:!!g.enabled&&m})),{account:y}=fa(),v=ea.getUserBaseLpQuery(o,l,a,18,y),b=c.useQuery(Object.assign(Object.assign({},v),{enabled:!!v.enabled&&m})),C=n.useMemo((()=>x.isFetched&&!!x.data&&f.isFetched&&!!f.data),[x.isFetched,x.data,f.isFetched,f.data]),[j,w]=n.useMemo((()=>{var e;if(!d||!u||!1===C)return[null,null];const{baseReserve:t,quoteReserve:n}=null!==(e=x.data)&&void 0!==e?e:{baseReserve:0,quoteReserve:0},i=S.CurrencyAmount.fromRawAmount(d,Ho(t,d.decimals).toString()),o=S.CurrencyAmount.fromRawAmount(u,Ho(n,u.decimals).toString());let r=i,a=o;p&&(r=o,a=i);const s=new L.Pair(r,a);if(r.equalTo(0)||a.equalTo(0))return[s,null];const l=a.divide(r);return[s,new S.Price(r.currency,a.currency,l.denominator,l.numerator)]}),[d,u,x.data,p]),[k,T]=n.useMemo((()=>C?w?[new s(w.toSignificant()),new s(w.invert().toSignificant())]:[void 0,void 0]:t&&i?[new s(i).div(t),new s(t).div(i)]:[void 0,void 0]),[w,C,t,i]),B=f.data,I=C?f.data&&d?Ho(f.data,18).toString():"":"0";let E,A;const R=p?u:d,O=p?d:u;if((null==j?void 0:j.liquidityToken)&&I&&B&&R&&O){const e=S.CurrencyAmount.fromRawAmount(null==j?void 0:j.liquidityToken,I);if(void 0!==t&&void 0!==i){if(Number(t)&&Number(i)){const n=S.CurrencyAmount.fromRawAmount(R,Ho(t,R.decimals).toString()),o=S.CurrencyAmount.fromRawAmount(O,Ho(i,O.decimals).toString()),r=null==j?void 0:j.getLiquidityMinted(e,n,o);A=Wo(r.quotient.toString(),18),E=A.div(B.plus(A)).times(100)}}else A=b.data||void 0,A&&(E=A.div(B).times(100))}else C||(E=new s(100));let M="-";return(null==e?void 0:e.baseToken)&&e.quoteToken&&(M=E?`${No({input:E,showDecimals:2,roundingMode:s.ROUND_HALF_UP})}%`:"0%"),{isRearTokenA:p,pair:j,price:k,invertedPrice:T,reserveQuery:x,totalBaseLpQuery:f,liquidityMinted:A,poolTokenPercentage:E,shareOfPool:M,isExists:C}}function wf({pool:e,maxBaseAmount:t,maxQuoteAmount:i,isRemove:o}){var a,l,d;const[u,p]=n.useState(""),[h,m]=n.useState(""),x=!e||"AMMV2"!==e.type&&"AMMV3"!==e.type,g=c.useQuery(ea.getPMMStateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,null===(a=null==e?void 0:e.baseToken)||void 0===a?void 0:a.decimals,null===(l=null==e?void 0:e.quoteToken)||void 0===l?void 0:l.decimals)),f=()=>{p(""),m("")},y=null==e?void 0:e.type,v=jf({pool:e,baseAmount:u,quoteAmount:h});let b=null===(d=g.data)||void 0===d?void 0:d.midPrice,C=new s(NaN),j=!1,w=!1;const k=g.data;if(e)if(k){const t=k.pmmParamsBG.i,n=k.pmmParamsBG.b,i=k.pmmParamsBG.q;w=("DSP"===e.type||"GSP"===e.type)&&(i.eq(0)||n.eq(0)),j="DVM"===e.type&&new s(i).eq(0),C=w?t:j?s(1):i.div(n)}else"AMMV2"===y&&(b=v.isRearTokenA?v.invertedPrice:v.price,C=b||new s(1));const T=n.useRef(C);if(!e||C.isNaN())return{baseAmount:u,quoteAmount:h,handleChangeBaseAmount:()=>{},handleChangeQuoteAmount:()=>{},reset:f};const B=!j&&!r.PoolApi.utils.singleSideLp(e.type),I=e.baseToken.decimals,E=e.quoteToken.decimals,A=e=>{if(e){let n=C.multipliedBy(e).dp(E).toString();i&&o&&(i.lte(n)||(null==t?void 0:t.lte(0)))&&(n=i.toString()),m(n)}else m(e)};!B||T.current&&C.isEqualTo(T.current)||(T.current=C,A(u));let S=!1;S=!!e&&r.PoolApi.utils.singleSideLp(e.type)?!u&&!h:j?!u:!u||!h;const L=x?g:v.reserveQuery;return{baseAmount:u,quoteAmount:h,handleChangeBaseAmount:e=>{let t=Vo(e,I);null===t&&(t=u),p(t),B&&A(t)},handleChangeQuoteAmount:e=>{let n=Vo(e,E);null===n&&(n=h),m(n),B&&(e=>{if(e){let n=new s(e).div(C).dp(I).toString();t&&o&&(t.lte(n)||(null==i?void 0:i.lte(0)))&&(n=t.toString()),p(n)}else p(e)})(n)},reset:f,addPortion:C,amountLoading:L.isLoading,amountError:L.isError,amountRefetch:L.refetch,amountCheckedDisabled:S,midPrice:b,uniV2Pair:v}}function kf({submittedBack:e,onlyShowSide:i,pool:a,balanceInfo:s}){var l,d,u,h,m,x;const g=t.useTheme(),{isMobile:f}=Oa(),{account:y}=fa(),{baseAmount:v,quoteAmount:b,handleChangeBaseAmount:C,handleChangeQuoteAmount:j,addPortion:w,midPrice:k,amountLoading:T,amountCheckedDisabled:B,uniV2Pair:I,reset:E}=wf({pool:a}),A=c.useQuery(ea.getFeeRateQuery(null==a?void 0:a.chainId,null==a?void 0:a.address,null==a?void 0:a.type,y)),S=null===(m=null===(d=null===(l=A.data)||void 0===l?void 0:l.mtFeeRate)||void 0===d?void 0:d.plus(null!==(h=null===(u=A.data)||void 0===u?void 0:u.lpFeeRate)&&void 0!==h?h:0))||void 0===m?void 0:m.toNumber(),L="AMMV2"===(null==a?void 0:a.type),[R,O]=n.useState(!1),{slipper:M,setSlipper:P,slipperValue:_,resetSlipper:F}=om({address:null==a?void 0:a.address,type:null==a?void 0:a.type}),N=wm(a);n.useEffect((()=>{(null==a?void 0:a.address)!==(null==N?void 0:N.address)&&(E(),F())}),[a]);const D=r.PoolApi.utils.canOperateLiquidity(null==a?void 0:a.type,void 0,null==a?void 0:a.creator,y),[q,U]=n.useState(!1),{isShowCompare:V,lqAndDodoCompareText:H,isWarnCompare:W}=Cf(null==a?void 0:a.baseToken,null==a?void 0:a.quoteToken,k),Z=L&&a.chainId?p.getUniswapV2Router02ContractAddressByChainId(a.chainId)||p.getUniswapV2Router02FixedFeeContractAddressByChainId(a.chainId):void 0,z=ms(null==a?void 0:a.baseToken,{amount:v,contractAddress:Z}),Q=ms(null==a?void 0:a.quoteToken,{amount:b,contractAddress:Z}),G=z.insufficientBalance||Q.insufficientBalance,{isSinglePool:Y}=s,X=!a||G||!k||!!s.loading||!!s.error||B||A.isLoading;let K=L?o.i18n._({id:"bwSQI0",message:"Supply"}):o.i18n._({id:"m16xKo",message:"Add"});G&&(K=o.i18n._({id:"znqB4T",message:"Insufficient balance"}));const J=()=>{E(),F(),e&&e()},{operateLiquidityMutation:ee}=xf(a),te=()=>{L?O(!0):ee.mutate({txTitle:o.i18n._({id:"OBdohg",message:"Add Liquidity"}),isRemove:!1,baseAmount:v,quoteAmount:b,slippageProtection:_,balanceInfo:s,SLIPPAGE_PROTECTION:im,submittedBack:J})},ne=gf({baseToken:null==a?void 0:a.baseToken,quoteToken:null==a?void 0:a.quoteToken,baseAmount:v,quoteAmount:b,fee:S,isExists:!0,slippage:_,submittedBack:()=>{J(),O(!1)}});return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{pt:20,pb:18,px:20},children:["quote"===i?"":$.jsx(ap,{amt:v,token:null==a?void 0:a.baseToken,canClickBalance:!0,showPercentage:!0,onInputChange:C,readOnly:s.loading||!D,sx:{backgroundColor:"background.cardInput",padding:g.spacing(20,20,28)},inputSx:{backgroundColor:"background.cardInput"}}),i?"":$.jsx(op,{}),"base"===i?"":$.jsx(ap,{amt:b,token:null==a?void 0:a.quoteToken,canClickBalance:!0,showPercentage:!0,onInputChange:j,readOnly:s.loading||!D||Y,sx:{backgroundColor:"background.cardInput",padding:g.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"}}),$.jsxs(t.LoadingSkeleton,{loading:s.loading||T,sx:{mt:8},children:[$.jsx(rm,{value:M,onChange:P,disabled:!D,type:null==a?void 0:a.type}),$.jsx(vf,{pool:a,addPortion:w,midPrice:k,shareOfPool:null==I?void 0:I.shareOfPool})]})]}),$.jsxs(t.Box,{sx:{px:20,py:16,position:"sticky",bottom:0,borderStyle:"solid",borderWidth:"1px 0 0",borderColor:"border.main",backgroundColor:"background.paper"},children:[V&&$.jsx(ff,{baseToken:null==a?void 0:a.baseToken,quoteToken:null==a?void 0:a.quoteToken,lqAndDodoCompareText:H,midPrice:k}),a?$.jsx(yf,{chainId:a.chainId,baseTokenStatus:z,quoteTokenStatus:Q,children:$.jsx(t.Button,{fullWidth:!0,disabled:X,danger:W,isLoading:ee.isPending||ne.isPending,onClick:()=>{X||(W?U(!0):te())},children:K})}):$.jsx(t.Button,{fullWidth:!0,disabled:!0,children:K})]}),$.jsx(af,{open:q,onClose:()=>U(!1),title:o.i18n._({id:"bEsfUQ",message:"Confirm submission"}),onConfirm:te,modal:!0,children:$.jsxs(t.Box,{children:[$.jsx(t.Box,{children:o.i18n._({id:"tecieV",message:"Price discrepancy {lqAndDodoCompareText} between liquidity pool and the quote price on ZUNO.",values:{lqAndDodoCompareText:H}})}),$.jsx(t.Box,{children:o.i18n._({id:"vXvgFK",message:"There is risk of being arbitraged if adding this liquidity."})})]})}),$.jsx(du,{message:null===(x=ee.error)||void 0===x?void 0:x.message,onClose:()=>ee.reset(),isDialogModal:f}),L&&!!a&&$.jsx(cf,{open:R,onClose:()=>O(!1),slippage:_,baseToken:a.baseToken,baseAmount:v,quoteToken:a.quoteToken,quoteAmount:b,fee:S,price:null==I?void 0:I.price,lpAmount:null==I?void 0:I.liquidityMinted,shareOfPool:null==I?void 0:I.shareOfPool,pairAddress:a.address,createMutation:ne})]})}function Tf({chainId:e,address:n,token:i,quoteToken:o,lpBalance:r,lpBalanceLoading:a,balanceNeedUpdateLoading:s,tokenBalanceList:l}){var d;const c=o?`${null==i?void 0:i.symbol}/${o.symbol}`:null!==(d=null==i?void 0:i.symbol)&&void 0!==d?d:"";return $.jsxs(t.Box,{sx:{display:"flex"},children:[i?$.jsx(t.Box,{sx:{position:"relative",top:2},children:o?$.jsx(fp,{tokens:[i,o],chainId:e,width:18,mr:4}):$.jsx(Hs,{address:i.address,width:18,height:18,chainId:e,url:i.logoURI,marginRight:4,noShowChain:!0})}):$.jsx(t.Skeleton,{width:32,height:32,sx:{mr:4}}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",flexWrap:"wrap",wordBreak:"break-all"},children:[$.jsx(t.LoadingSkeleton,{loading:a,loadingProps:{width:30},sx:{display:"flex",alignItems:"center",mr:2},children:s?$.jsx(t.RotatingIcon,{}):No({input:r||"-"})}),`${c} LP`,!!(null==l?void 0:l.length)&&$.jsx(t.Tooltip,{title:$.jsx(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},children:l.map((e=>$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",typography:"body2",fontWeight:600,color:"text.primary"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(Hs,{address:e.token.address,chainId:e.token.chainId,width:14,height:14,url:e.token.logoURI,marginRight:4,noShowChain:!0}),e.token.symbol]}),$.jsxs(t.LoadingSkeleton,{loading:e.loading,children:[!e.balance||e.balance.isZero()||e.balance.isNaN()?"":"~",e.balance?No({input:e.balance}):""]})]},e.token.address)))}),sx:{padding:20,width:256},children:$.jsx(t.HoverOpacity,{component:oe.DetailBorder,sx:{ml:4,width:16,height:16}})}),$.jsx(t.Box,{component:"a",target:"_blank",rel:"noopener noreferrer",href:e?ca(e,n,"address"):"",sx:{display:"inline-flex",height:14},children:$.jsx(t.HoverOpacity,{component:oe.ArrowTopRightBorder,sx:{ml:4,width:14,height:14}})})]})]},n)}function Bf({loading:n,hidePoolInfo:i,pool:o,balanceInfo:a}){var l,d,u,p,h,m,x;const g=t.useTheme(),f=n||!o,y=!!o&&r.PoolApi.utils.singleSideLp(o.type),{isTokenLoading:v}=Ou(),{account:b}=fa(),C=c.useQuery(ea.getFeeRateQuery(null==o?void 0:o.chainId,null==o?void 0:o.address,null==o?void 0:o.type,b)),j=null===(d=null===(l=C.data)||void 0===l?void 0:l.lpFeeRate)||void 0===d?void 0:d.plus(null!==(p=null===(u=C.data)||void 0===u?void 0:u.mtFeeRate)&&void 0!==p?p:0);let w=!1,k=!1;o&&(a.userBaseLpBalance&&o.baseLpToken&&(w=v(o.baseLpToken.id,a.userBaseLpBalance)),a.userQuoteLpBalance&&o.quoteLpToken&&(k=v(o.quoteLpToken.id,a.userQuoteLpBalance)));const T="AMMV2"===(null==o?void 0:o.type);return $.jsxs(t.Box,{sx:{mt:16,mx:20,border:"solid 1px",borderColor:"border.main",borderRadius:12},children:[i?"":$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",p:g.spacing(12,20),borderStyle:"solid",borderColor:"border.main",borderWidth:g.spacing(0,0,1)},children:[$.jsxs(t.Box,{children:[$.jsxs(t.LoadingSkeleton,{loading:f,loadingSx:{width:100,mb:4},sx:{display:"flex",alignItems:"center",gap:4,typography:"body2",fontWeight:600},children:[null===(h=null==o?void 0:o.baseToken)||void 0===h?void 0:h.symbol,"/",null===(m=null==o?void 0:o.quoteToken)||void 0===m?void 0:m.symbol,"AMMV2"===(null==o?void 0:o.type)&&$.jsx(t.LoadingSkeleton,{loading:C.isLoading,loadingProps:{width:30},sx:{typography:"h6"},children:$.jsx(t.Tooltip,{title:$.jsxs(t.Box,{sx:{typography:"h6","& > b":{fontWeight:600,color:"primary.main"}},children:["🌟",$.jsx("b",{children:$.jsx(e.Trans,{id:"e38JNU",message:"Tips:"})})," ",$.jsx(e.Trans,{id:"1ABiXc",message:"By adding liquidity you’ll earn <0>{0}</0> of all trades on this pair proportional to your share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity.",values:{0:Ko({input:j})},components:{0:$.jsx("b",{})}})]}),sx:{maxWidth:240},children:$.jsx(t.Box,{sx:{px:8,height:24,typography:"h6",lineHeight:"24px",borderRadius:4,background:g.palette.background.tag,color:"text.secondary",whiteSpace:"nowrap"},children:Ko({input:j})})})})]}),$.jsx(t.LoadingSkeleton,{loading:f,children:$.jsx(Wu,{address:null!==(x=null==o?void 0:o.address)&&void 0!==x?x:"",truncate:!0,iconSize:14,iconSpace:4,customChainId:null==o?void 0:o.chainId,sx:{typography:"h6",color:"text.secondary"}})})]}),(null==o?void 0:o.address)&&!T?$.jsxs(t.Box,{component:t.ButtonBase,sx:{typography:"body2",display:"flex",alignItems:"center",color:"text.secondary"},onClick:()=>{Qh.getState().push({type:exports.PageType.PoolDetail,params:{chainId:o.chainId,address:o.address}})},children:[$.jsx(e.Trans,{id:"URmyfc",message:"Details"}),$.jsx(t.Box,{component:oe.ArrowRight,sx:{ml:4,position:"relative",top:1.2,width:16,height:16}})]}):""]}),$.jsxs(t.Box,{sx:{p:g.spacing(12,20)},children:[$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"YHc3B+",message:"My Liquidity"})}),$.jsx(t.Box,{sx:{mt:12},children:$.jsx(t.LoadingSkeleton,{loading:f,loadingSx:{width:100},children:y?$.jsxs($.Fragment,{children:[$.jsx(Tf,{chainId:null==o?void 0:o.chainId,address:null==o?void 0:o.address,token:null==o?void 0:o.baseToken,lpBalance:null==a?void 0:a.userBaseLpBalance,lpBalanceLoading:a.userLpBalanceLoading,balanceNeedUpdateLoading:w,tokenBalanceList:o?[{token:o.baseToken,balance:null==a?void 0:a.userBaseLpToTokenBalance,loading:a.userLpToTokenBalanceLoading}]:void 0}),$.jsx(Tf,{chainId:null==o?void 0:o.chainId,address:null==o?void 0:o.address,token:null==o?void 0:o.quoteToken,lpBalance:null==a?void 0:a.userQuoteLpBalance,lpBalanceLoading:a.userLpBalanceLoading,balanceNeedUpdateLoading:k,tokenBalanceList:o?[{token:o.quoteToken,balance:null==a?void 0:a.userQuoteLpToTokenBalance,loading:a.userLpToTokenBalanceLoading}]:void 0})]}):$.jsx(Tf,{chainId:null==o?void 0:o.chainId,address:null==o?void 0:o.address,token:null==o?void 0:o.baseToken,quoteToken:null==o?void 0:o.quoteToken,lpBalance:a.userBaseLpBalance,lpBalanceLoading:a.userLpBalanceLoading,balanceNeedUpdateLoading:w,tokenBalanceList:o?[{token:o.baseToken,balance:a.userBaseLpToTokenBalance||new s(0),loading:a.userLpToTokenBalanceLoading},{token:o.quoteToken,balance:a.userQuoteLpToTokenBalance||new s(0),loading:a.userLpToTokenBalanceLoading}]:void 0})})})]})]})}var If;!function(e){e[e.Add=1]="Add",e[e.Remove=2]="Remove"}(If||(If={}));const Ef=({pool:e,isBase:t,baseAmount:n,quoteAmount:i})=>{var o,r;const a="CLASSICAL"===(null==e?void 0:e.type),l=t||void 0===t,d=null===(o=null==e?void 0:e.baseToken)||void 0===o?void 0:o.decimals,u=null===(r=null==e?void 0:e.quoteToken)||void 0===r?void 0:r.decimals,p=c.useQuery(Object.assign(Object.assign({},ea.getWithdrawBasePenaltyQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,n&&void 0!==d?x.parseFixed(new s(n).dp(d,s.ROUND_FLOOR).toString(),d).toString():"",d)),{enabled:!!e&&!!n&&a&&l})),h=c.useQuery(Object.assign(Object.assign({},ea.getWithdrawBasePenaltyQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,i&&void 0!==u?x.parseFixed(new s(i).dp(u,s.ROUND_FLOOR).toString(),u).toString():"",u)),{enabled:!!e&&!!i&&a&&!l}));let m,g="",f="",y="",v="",b="",C=!1,j=null;if(e){const t=xa(e.baseToken.decimals),o=xa(e.quoteToken.decimals);if(y=No({input:n,showDecimals:t}),v=No({input:i,showDecimals:o}),a)if(C=l?p.isLoading:h.isLoading,j=l?p.error:h.error,l){if(p.data){g=No({input:p.data,showDecimals:t}),b=g;const e=new s(n).minus(p.data);y=e.gt(0)?No({input:e,showDecimals:t}):"-",m=e}}else if(h.data){f=No({input:h.data,showDecimals:o}),b=f;const e=new s(i).minus(h.data);y=e.gt(0)?No({input:e,showDecimals:t}):"-",m=e}}let w=[];return e&&(a?t?w.push({amount:y||"0",symbol:e.baseToken.symbol}):w.push({amount:v||"0",symbol:e.quoteToken.symbol}):(w.push({amount:y||"0",symbol:e.baseToken.symbol}),w.push({amount:v||"0",symbol:e.quoteToken.symbol}))),{withdrawFee:b,baseWithdrawFee:g,quoteWithdrawFee:f,receiveBaseAmount:y,receiveQuoteAmount:v,receiveAmountBg:m,receiveList:w,loading:C,error:j}};var Af;!function(e){e[e.base=1]="base",e[e.quote=2]="quote"}(Af||(Af={}));const Sf=e=>{const[t,i]=n.useState(Af.base);let o,a;return e&&r.PoolApi.utils.singleSideLp(e.type)&&(o=t===Af.base,a=o?e.baseToken:e.quoteToken),{isBase:o,checkToken:a,checkTokenType:t,setCheckToken:i}};function Lf({token:e,pool:n,sx:i,value:o,onChange:r,selectedValue:a,lpBalance:s,balanceMax:l,balanceInfo:d,loading:c}){var u;const p=null==n?void 0:n.chainId;return $.jsxs(t.Box,{sx:i,children:[$.jsxs(t.Box,{sx:{typography:"h5",display:"flex",alignItems:"center",justifyContent:"space-between",fontWeight:600},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[e?$.jsx(t.Radio,{checked:o===a,onChange:()=>r(o),sx:{mr:16}}):"",$.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},children:e?$.jsx($.Fragment,{children:$.jsx(Hs,{address:e.address,width:24,height:24,chainId:e.chainId||p,url:e.logoURI,noShowChain:!0})}):n&&$.jsx(fp,{tokens:[n.baseToken,n.quoteToken],chainId:(null===(u=n.baseToken)||void 0===u?void 0:u.chainId)||p,width:24,height:24})})]}),$.jsxs(t.Box,{sx:{textAlign:"right"},children:[e?`${e.symbol} LP `:n&&`${n.baseToken.symbol}\n ${n.quoteToken.symbol}\n LP `,c?$.jsx(t.Box,{component:t.RotatingIcon,sx:{ml:4,position:"relative",top:3}}):s&&No({input:s})||""]})]}),$.jsx(t.Box,{sx:{typography:"body2",mt:5,color:"text.secondary",textAlign:"right"},children:e?$.jsxs($.Fragment,{children:[c?$.jsx(t.Box,{component:t.RotatingIcon,sx:{ml:4,position:"relative",top:3}}):`≈ ${l&&No({input:l})||""}`,` ${e.symbol}`]}):n&&d&&d.userBaseLpToTokenBalance&&d.userQuoteLpToTokenBalance?$.jsxs($.Fragment,{children:[c?$.jsx(t.Box,{component:t.RotatingIcon,sx:{position:"relative",top:4}}):No({input:d.userBaseLpToTokenBalance}),` ${null==n?void 0:n.baseToken.symbol} + `,c?$.jsx(t.Box,{component:t.RotatingIcon,sx:{position:"relative",top:4}}):No({input:d.userQuoteLpToTokenBalance}),` ${null==n?void 0:n.quoteToken.symbol}`]}):""})]})}function Rf({pool:e,checkTokenType:t,setCheckToken:n,balanceInfo:i,baseTokenBalanceUpdateLoading:o,quoteBalanceUpdateLoading:a}){if(!e)return null;const s=r.PoolApi.utils.singleSideLp(e.type);return $.jsx($.Fragment,{children:s?$.jsxs($.Fragment,{children:[$.jsx(Lf,{token:e.baseToken,selectedValue:t,onChange:n,value:Af.base,lpBalance:i&&i.userBaseLpBalance,balanceMax:i&&i.userBaseLpToTokenBalance,loading:o}),$.jsx(Lf,{selectedValue:t,onChange:n,sx:{mt:13},token:e.quoteToken,value:Af.quote,lpBalance:i&&i.userQuoteLpBalance,balanceMax:i&&i.userQuoteLpToTokenBalance,loading:a})]}):$.jsx(Lf,{pool:e,value:t,onChange:n,lpBalance:i&&i.userBaseLpBalance,balanceInfo:i,loading:o||a})})}function Of({submittedBack:i,onlyShowSide:a,pool:l,balanceInfo:d}){var u,h,m,x,g,f,y,v,b,C;const j=t.useTheme(),{isMobile:w}=Oa(),{account:k}=fa(),T=d.userBaseLpToTokenBalance,B=d.userQuoteLpToTokenBalance,I=d.loading,{slipper:E,setSlipper:A,slipperValue:S,resetSlipper:L}=om({address:null==l?void 0:l.address}),{isBase:R,checkToken:O,checkTokenType:M,setCheckToken:P}=Sf(l),{baseAmount:_,quoteAmount:F,handleChangeBaseAmount:D,handleChangeQuoteAmount:q,addPortion:U,midPrice:V,amountLoading:H,amountCheckedDisabled:W,uniV2Pair:Z,reset:z}=wf({pool:l,maxBaseAmount:T,maxQuoteAmount:B}),[Q,Y]=n.useState(""),[X,K]=n.useState("");n.useEffect((()=>{const e=setTimeout((()=>{Y(_)}),80);return()=>clearTimeout(e)}),[_]),n.useEffect((()=>{const e=setTimeout((()=>{K(F)}),80);return()=>clearTimeout(e)}),[F]);const J=e=>{D(e)},ee=e=>{q(e)},te="AMMV2"===(null==l?void 0:l.type),ne=(null==l?void 0:l.chainId)?r.basicTokenMap[l.chainId]:void 0,ie=null===(u=null==ne?void 0:ne.address)||void 0===u?void 0:u.toLowerCase(),oe=null===(h=null==ne?void 0:ne.wrappedTokenAddress)||void 0===h?void 0:h.toLowerCase(),re=!!l&&[ie,oe].includes(l.baseToken.address.toLowerCase()),ae=!!l&&[ie,oe].includes(l.quoteToken.address.toLowerCase()),se=te&&l&&(re||ae),[le,de]=n.useState(!1),ce=se&&re&&!le&&ne?l?Object.assign(Object.assign({},l.baseToken),{symbol:ne.symbol,address:ne.address}):void 0:null==l?void 0:l.baseToken,ue=se&&ae&&!le&&ne?l?Object.assign(Object.assign({},l.quoteToken),{symbol:ne.symbol,address:ne.address}):void 0:null==l?void 0:l.quoteToken,pe=Ef({pool:l?Object.assign(Object.assign({},l),{baseToken:ce,quoteToken:ue}):l,isBase:R,baseAmount:Q,quoteAmount:X}),{mode:he,modeOptions:me,handleChangeMode:xe,sliderPercentage:ge,handleChangeSliderPercentage:fe,resetPercentage:ye}=function({isBase:e,pool:t,baseOverride:i,quoteOverride:r,resetAmount:a,handleChangeBaseAmount:s,handleChangeQuoteAmount:l}){const[d,c]=n.useState(sm.percentage),[u,p]=n.useState(am),h=n.useRef(null),m=()=>{h.current&&clearTimeout(h.current)},x=()=>{m(),p(am)};return n.useEffect((()=>m),[]),{mode:d,modeOptions:[{key:sm.quantity,value:o.i18n._({id:"PIYEqF",message:"Quantity model"})},{key:sm.percentage,value:o.i18n._({id:"x4QVeW",message:"Percentage to remove"})}],handleChangeMode:e=>{c(e),a(),x()},sliderPercentage:u,handleChangeSliderPercentage:n=>{if(m(),n!==u&&p(n),!t)return;const o=100===n,a=()=>{if(t)if(e||void 0===e){if(i){let e=i.toString();o||(e=Uo(i.times(n/100),t.baseToken.decimals)),s(e)}}else if(r){let e=r.toString();o||(e=Uo(r.times(n/100),t.quoteToken.decimals)),l(e)}};o?a():h.current=setTimeout(a,100)},resetPercentage:x}}({isBase:R,pool:l,baseOverride:T,quoteOverride:B,resetAmount:z,handleChangeBaseAmount:J,handleChangeQuoteAmount:ee});n.useEffect((()=>{z(),ye()}),[M]);const ve=wm(l);n.useEffect((()=>{(null==l?void 0:l.address)!==(null==ve?void 0:ve.address)&&(z(),L(),xe(sm.percentage),fe(am))}),[l]),n.useEffect((()=>{he===sm.percentage&&fe(ge)}),[null==T?void 0:T.toString(),null==B?void 0:B.toString()]);const be=r.PoolApi.utils.canOperateLiquidity(null==l?void 0:l.type,void 0,null==l?void 0:l.creator,k),[Ce,je]=n.useState(!1),{isShowCompare:we,lqAndDodoCompareText:ke,isWarnCompare:Te}=Cf(null==l?void 0:l.baseToken,null==l?void 0:l.quoteToken,V),Be=c.useQuery(ea.getFeeRateQuery(null==l?void 0:l.chainId,null==l?void 0:l.address,null==l?void 0:l.type,k)),Ie=null===(y=null===(x=null===(m=Be.data)||void 0===m?void 0:m.mtFeeRate)||void 0===x?void 0:x.plus(null!==(f=null===(g=Be.data)||void 0===g?void 0:g.lpFeeRate)&&void 0!==f?f:0))||void 0===y?void 0:y.toNumber(),{baseTokenStatus:Ee,quoteTokenStatus:Ae}=function({pool:e,baseAmount:t,quoteAmount:n,balanceInfo:i}){var o,a,l,d,c;const{chainId:u,baseToken:h,quoteToken:m}=null!=e?e:{};let x="";const g="AMMV2"===(null==e?void 0:e.type);u&&(x=null!==(o=r.contractConfig[u].DODO_V1_PAIR_PROXY)&&void 0!==o?o:"",g&&(x=p.getUniswapV2Router02ContractAddressByChainId(u)||p.getUniswapV2Router02FixedFeeContractAddressByChainId(e.chainId)));const f=null!==(l=null===(a=null==e?void 0:e.baseLpToken)||void 0===a?void 0:a.id)&&void 0!==l?l:"",y=null!==(c=null===(d=null==e?void 0:e.quoteLpToken)||void 0===d?void 0:d.id)&&void 0!==c?c:"",v="CLASSICAL"===(null==e?void 0:e.type);return{baseTokenStatus:ms(h?Object.assign(Object.assign({},h),{symbol:v?h.symbol+" LP":`${h.symbol}/${null==m?void 0:m.symbol} LP`,address:f}):void 0,{amount:g&&i.userBaseLpToTokenBalance&&i.userBaseLpBalance?new s(t).div(i.userBaseLpToTokenBalance).times(i.userBaseLpBalance).toString():t,skipQuery:!x||!f||!v&&!g,contractAddress:x,overrideBalance:g?i.userBaseLpBalance:i.userBaseLpToTokenBalance}),quoteTokenStatus:ms(m?Object.assign(Object.assign({},m),{address:y}):void 0,{amount:n,skipQuery:!x||!y||!v,contractAddress:x,overrideBalance:i.userQuoteLpToTokenBalance})}}({pool:l,baseAmount:_,quoteAmount:F,balanceInfo:d}),Se=Ee.insufficientBalance||Ae.insufficientBalance,{isSinglePool:Le}=d,Re=Se?o.i18n._({id:"znqB4T",message:"Insufficient balance"}):o.i18n._({id:"t/YqKh",message:"Remove"}),Oe=()=>{z(),L(),i&&i()},Me=null===(v=null==Z?void 0:Z.pair)||void 0===v?void 0:v.liquidityToken.decimals,Pe=null===(b=d.userBaseLpBalance)||void 0===b?void 0:b.times(ge/100),_e=Pe&&void 0!==Me?Ho(Pe,Me).toString():"",{operateLiquidityMutation:Fe}=xf(l),Ne=function({baseToken:t,quoteToken:n,baseAmount:i,quoteAmount:a,liquidityAmount:l,slippage:d,fee:u,submittedBack:h}){const m=za(),{account:x}=fa();e.useLingui();const{deadLine:g}=G();return c.useMutation({mutationFn:()=>N(this,void 0,void 0,(function*(){if(!t||!n)throw new Error("token is undefined");if(!x)throw new Error("account is undefined");if(!u)throw new Error("fee is undefined");const e=t.chainId,c=r.basicTokenMap[e].address.toLowerCase(),f=p.getUniswapV2Router02ContractAddressByChainId(e),y=p.getUniswapV2Router02FixedFeeContractAddressByChainId(e),v=!f,b=f||y;if(!b)throw new Error("AMMV2 contract address is not valid.");let C="";const j=t.address.toLowerCase()===c,w=n.address.toLowerCase()===c,k=Ho(new s(i).times(1-d),t.decimals),T=Ho(new s(a).times(1-d),n.decimals),B=Ho(u,4).toString(),I=Math.ceil(Date.now()/1e3)+(null!=g?g:600);try{if(j){const e=n.address,t=T.toString(),i=k.toString();C=v?p.encodeUniswapV2Router02FixedFeeRemoveLiquidityETH(e,l,t,i,x,I):p.encodeUniswapV2Router02RemoveLiquidityETH(e,B,l,t,i,x,I)}else if(w){const e=t.address,n=k.toString(),i=T.toString();C=v?p.encodeUniswapV2Router02FixedFeeRemoveLiquidityETH(e,l,n,i,x,I):p.encodeUniswapV2Router02RemoveLiquidityETH(e,B,l,n,i,x,I)}else C=v?p.encodeUniswapV2Router02FixedFeeRemoveLiquidity(t.address,n.address,l,k.toString(),T.toString(),x,I):p.encodeUniswapV2Router02RemoveLiquidity(t.address,n.address,B,l,k.toString(),T.toString(),x,I)}catch(e){throw console.error("encodeUniswapV2Router02RemoveLiquidity error",e),e}return yield m.execute(o.i18n._({id:"cJtosk",message:"Remove liquidity"}),{opcode:Ua.TX,to:b,data:C,value:"0x0"},{metadata:{[exports.MetadataFlag.removeLiqidityAMMV2Position]:!0},submittedBack:h})}))})}({baseToken:ce,quoteToken:ue,baseAmount:_,quoteAmount:F,liquidityAmount:_e,slippage:S,fee:Ie,submittedBack:Oe}),De=()=>{if(te)return Ne.mutate();Fe.mutate({txTitle:o.i18n._({id:"3XBvkd",message:"Remove Liquidity"}),isRemove:!0,baseAmount:_,quoteAmount:F,slippageProtection:S,balanceInfo:d,SLIPPAGE_PROTECTION:im,submittedBack:Oe})},qe=n.useMemo((()=>{var e;const t=new s(_),n=new s(F);return!l||Se||!V||!!d.loading||!!d.error||W||!!pe.error||pe.loading||!!(null===(e=pe.receiveAmountBg)||void 0===e?void 0:e.lte(0))||Be.isLoading||(te?null==Pe||Pe.lte(0):!t.isFinite()||!n.isFinite()||t.lte(0)&&n.lte(0))}),[W,d.error,d.loading,_,Be.isLoading,te,Se,Pe,V,l,F,pe.error,pe.loading,pe.receiveAmountBg]);return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{pb:18,px:20},children:[!te&&$.jsxs(t.Box,{sx:{mt:20,borderStyle:"solid",borderWidth:1,borderRadius:12,borderColor:"border.main"},children:[$.jsx(t.Select,{value:he,options:me,onChange:(e,t)=>xe(t),popupOffset:0,sx:{px:20,py:12,width:"100%",backgroundColor:"transparent",color:"text.primary",typography:"body2"}}),!!l&&r.PoolApi.utils.singleSideLp(l.type)&&$.jsx(t.Box,{sx:{pt:20,pb:13,px:20,borderStyle:"solid",borderWidth:"1px 0 0"},children:$.jsx(Rf,{pool:l,balanceInfo:d,checkTokenType:M,setCheckToken:P,baseTokenBalanceUpdateLoading:!1,quoteBalanceUpdateLoading:!1})})]}),$.jsx(t.Box,{sx:{pt:20},children:he===sm.percentage?$.jsx(Xh,{disabled:d.loading||!be,value:ge,onChange:fe}):O?$.jsx(ap,{amt:R?_:F,token:O,canClickBalance:!0,showPercentage:!0,onInputChange:R?J:ee,readOnly:d.loading||!be,overrideBalance:R?T:B,overrideBalanceLoading:I,sx:{backgroundColor:"background.cardInput",padding:j.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"}}):$.jsxs($.Fragment,{children:[$.jsx(ap,{amt:_,token:null==l?void 0:l.baseToken,canClickBalance:!0,showPercentage:!0,onInputChange:J,readOnly:d.loading||!be,overrideBalance:T,overrideBalanceLoading:I,sx:{backgroundColor:"background.cardInput",padding:j.spacing(20,20,28)},inputSx:{backgroundColor:"background.cardInput"}}),a?"":$.jsx(op,{}),"base"===a?"":$.jsx(ap,{amt:F,token:null==l?void 0:l.quoteToken,canClickBalance:!0,showPercentage:!0,onInputChange:ee,readOnly:d.loading||!be||Le,overrideBalance:B,overrideBalanceLoading:I,sx:{backgroundColor:"background.cardInput",padding:j.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"}})]})}),$.jsxs(t.LoadingSkeleton,{loading:d.loading||H,sx:{mt:8},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"flex-end",gap:8},children:[te&&se&&$.jsx(t.Box,{sx:{px:12,py:4,borderRadius:20,borderWidth:1,backgroundColor:"transparent",color:"primary.main",cursor:"pointer",typography:"body2","&:hover":{backgroundColor:"hover.default"}},component:"button",onClick:()=>de((e=>!e)),children:$.jsx(e.Trans,{id:"/k7Ttv",message:"Receive {0}",values:{0:le?null==ne?void 0:ne.symbol:null==ne?void 0:ne.wrappedTokenSymbol}})}),$.jsx(rm,{value:E,onChange:A,disabled:!be,type:null==l?void 0:l.type,sx:{margin:0}})]}),$.jsx(vf,{pool:l,addPortion:U,midPrice:V,shareOfPool:null==Z?void 0:Z.shareOfPool})]}),!!l&&$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",mt:20,mb:14},children:[$.jsx(t.Box,{sx:{typography:"body2",color:"text.secondary",position:"relative",top:2},children:$.jsx(e.Trans,{id:"lDgVWA",message:"Receive"})}),$.jsx(t.Box,{sx:{textAlign:"right"},children:pe.receiveList.map(((e,n)=>$.jsxs(t.Box,{sx:{mt:n>0?4:0},children:[$.jsxs(t.LoadingSkeleton,{component:"span",loading:pe.loading,loadingSx:{mr:8,width:100},sx:{display:"inline-block",typography:"h5",fontWeight:600,color:pe.receiveBaseAmount&&"0"!==pe.receiveBaseAmount?"primary.main":"text.primary"},children:[e.amount," "]}),$.jsx(t.Box,{component:"span",sx:{typography:"body2"},children:e.symbol})]},e.symbol)))})]})]}),$.jsxs(t.Box,{sx:{px:20,py:16,position:"sticky",bottom:0,borderStyle:"solid",borderWidth:"1px 0 0",borderColor:"border.main",backgroundColor:"background.paper"},children:[we&&$.jsx(ff,{baseToken:null==l?void 0:l.baseToken,quoteToken:null==l?void 0:l.quoteToken,lqAndDodoCompareText:ke,midPrice:V}),l?$.jsx(yf,{chainId:l.chainId,baseTokenStatus:Ee,quoteTokenStatus:Ae,children:$.jsx(t.Button,{fullWidth:!0,disabled:qe,danger:Te,isLoading:Fe.isPending||Ne.isPending,onClick:()=>{qe||(Te?je(!0):De())},children:Re})}):$.jsx(t.Button,{fullWidth:!0,disabled:!0,children:Re})]}),$.jsx(af,{open:Ce,onClose:()=>je(!1),title:o.i18n._({id:"bEsfUQ",message:"Confirm submission"}),onConfirm:De,modal:!0,children:$.jsxs(t.Box,{children:[$.jsx(t.Box,{children:o.i18n._({id:"tecieV",message:"Price discrepancy {lqAndDodoCompareText} between liquidity pool and the quote price on ZUNO.",values:{lqAndDodoCompareText:ke}})}),$.jsx(t.Box,{children:o.i18n._({id:"vXvgFK",message:"There is risk of being arbitraged if adding this liquidity."})})]})}),$.jsx(du,{message:null===(C=Fe.error)||void 0===C?void 0:C.message,onClose:()=>Fe.reset(),isDialogModal:w})]})}function Mf({pool:i,operate:o,hidePoolInfo:r,errorRefetch:a,submittedBack:s}){var l,d,u,p,h,m;const{operateTab:x,operateTabs:g,handleChangeTab:f}=function(t=If.Add){const{i18n:i}=e.useLingui(),[o,r]=n.useState(t),a=n.useMemo((()=>[{key:If.Add,value:i._({id:"m16xKo",message:"Add"})},{key:If.Remove,value:i._({id:"t/YqKh",message:"Remove"})}]),[i._]);return n.useEffect((()=>{r(t)}),[t]),{operateTab:o,operateTabs:a,handleChangeTab:e=>{r(e)}}}(o),{account:y}=fa(),v=Fg({account:y,pool:i?{chainId:i.chainId,address:i.address,type:i.type,baseTokenDecimals:i.baseToken.decimals,quoteTokenDecimals:i.quoteToken.decimals,baseLpTokenDecimals:null!==(d=null===(l=i.baseLpToken)||void 0===l?void 0:l.decimals)&&void 0!==d?d:18,quoteLpTokenDecimals:null!==(p=null===(u=i.quoteLpToken)||void 0===u?void 0:u.decimals)&&void 0!==p?p:18}:void 0}),b=c.useQuery(ea.getPMMStateQuery(null==i?void 0:i.chainId,null==i?void 0:i.address,null==i?void 0:i.type,null===(h=null==i?void 0:i.baseToken)||void 0===h?void 0:h.decimals,null===(m=null==i?void 0:i.quoteToken)||void 0===m?void 0:m.decimals));return v.error||b.error||a?$.jsx(ne,{refresh:()=>{v.error&&v.refetch(),b.error&&b.refetch(),a&&a()},sx:{my:40,height:"100%"}}):$.jsxs($.Fragment,{children:[$.jsx(Bf,{pool:i,balanceInfo:v,hidePoolInfo:r}),$.jsxs(t.Tabs,{value:x,onChange:(e,t)=>{f(t)},children:[$.jsx(t.TabsButtonGroup,{tabs:g,variant:"inPaper",tabsListSx:{mt:16,mx:20}}),$.jsx(t.TabPanel,{value:If.Add,children:$.jsx(kf,{pool:i,balanceInfo:v,submittedBack:s})}),$.jsx(t.TabPanel,{value:If.Remove,children:$.jsx(Of,{pool:i,balanceInfo:v,submittedBack:s})})]})]})}function Pf({onClose:i,pool:a,address:s,operate:l,chainId:d,hasMining:u,hidePoolInfo:p,sx:h}){var m,x,g,f,y,v,b,C,j;const{account:w}=fa(),k=d?Si[d]:"",T=wa(),B=c.useQuery(Object.assign(Object.assign({},T.getQuery(r.PoolApi.graphql.fetchPoolList,{where:{id:null!==(m=null==s?void 0:s.toLocaleLowerCase())&&void 0!==m?m:"",chain:k}})),{enabled:!!s&&!!d})),I=null===(g=null===(x=B.data)||void 0===x?void 0:x.pairs)||void 0===g?void 0:g[0],E=I&&d?function(e,t){var n,i,o,r,a,s;if(e)return{address:e.id,chainId:t,baseToken:na(e.baseToken,t),quoteToken:na(e.quoteToken,t),type:e.type,creator:e.creator,baseLpToken:{id:null===(n=e.baseLpToken)||void 0===n?void 0:n.id,decimals:Number(null!==(o=null===(i=e.baseLpToken)||void 0===i?void 0:i.decimals)&&void 0!==o?o:18)},quoteLpToken:{id:null===(r=e.quoteLpToken)||void 0===r?void 0:r.id,decimals:Number(null!==(s=null===(a=e.quoteLpToken)||void 0===a?void 0:a.decimals)&&void 0!==s?s:18)}}}(I,d):void 0,A=s&&d?E:a,S=B.error?B.refetch:void 0,{poolOrMiningTab:L,poolOrMiningTabs:R,handleChangeTab:O}=function({hasMining:t}){const{i18n:i}=e.useLingui(),[o,r]=n.useState(rf.Liquidity);return{poolOrMiningTab:o,poolOrMiningTabs:n.useMemo((()=>{const e=[{key:rf.Liquidity,value:i._({id:"6y2TB3",message:"Liquidity"})},{key:rf.Mining,value:i._({id:"Sti4vy",message:"Mining"})}];return t?e:e.slice(0,1)}),[i._,t]),handleChangeTab:e=>{r(e)}}}({hasMining:u}),M=Fg({account:w,pool:A?{chainId:A.chainId,address:A.address,type:A.type,baseTokenDecimals:A.baseToken.decimals,quoteTokenDecimals:A.quoteToken.decimals,baseLpTokenDecimals:null!==(y=null===(f=A.baseLpToken)||void 0===f?void 0:f.decimals)&&void 0!==y?y:18,quoteLpTokenDecimals:null!==(b=null===(v=A.quoteLpToken)||void 0===v?void 0:v.decimals)&&void 0!==b?b:18}:void 0}),P=!!(null===(C=M.userBaseLpBalance)||void 0===C?void 0:C.gt(0))||!!(null===(j=M.userQuoteLpBalance)||void 0===j?void 0:j.gt(0)),_=null!=d?d:null==A?void 0:A.chainId,F=null!=s?s:null==A?void 0:A.address;return $.jsx(t.Box,{sx:h,children:$.jsxs(t.Tabs,{value:L,onChange:(e,t)=>{O(t)},sx:{display:"flex",flexDirection:"column",overflow:"hidden",height:"100%"},children:[$.jsx(t.TabsGroup,{tabs:R,tabsListSx:Object.assign({mx:20,justifyContent:"space-between"},u&&P?{"& button:last-child":{position:"relative","&::before":{content:`"${o.i18n._({id:"TY5fM3",message:"LP Tokens"})}"`,position:"absolute",top:16,right:20,px:8,py:2,borderRadius:12,transform:"scale(0.66667) translateX(100%)",transformOrigin:"right top",backgroundColor:t.alpha("#DABB1B",.2),color:"#DABB1B"}}}:{}),rightSlot:$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"center",alignItems:"center",gap:12},children:["GSP"===(null==A?void 0:A.type)&&$.jsx(of,{}),i?$.jsx(t.Box,{sx:{display:"flex",justifyContent:"center",alignItems:"center",width:24,height:24,borderRadius:"50%",borderWidth:1,color:"text.secondary",cursor:"pointer"},children:$.jsx(t.Box,{component:oe.Error,sx:{width:16,height:16},onClick:()=>{i()}})}):void 0]})}),$.jsx(t.TabPanel,{value:rf.Liquidity,sx:{flex:1,overflowY:"auto"},children:$.jsx(Mf,{pool:A,operate:l,hidePoolInfo:p,errorRefetch:S,submittedBack:()=>{u&&O(rf.Mining)}})}),$.jsx(t.TabPanel,{value:rf.Mining,sx:{flex:1,overflowY:"auto"},children:_&&F?$.jsx(nf,{chainId:_,account:w,poolAddress:F,goLpLink:()=>{O(rf.Liquidity)}}):""})]})})}function _f(e){var{modal:t}=e,n=F(e,["modal"]);const{isMobile:i}=Oa();return $.jsx(_s,{open:!!n.pool||!!n.address,onClose:n.onClose,scope:!i,modal:t,id:"pool-operate",children:$.jsx(Pf,{...n})})}function Ff({children:e,sx:n,gap:i=20,repeatBaseForLargeScreen:o=3}){const{isMobile:r,minDevice:a}=Oa();let s={};if(r)s={display:"flex",flexDirection:"column",gap:i};else{let e=2;[1418,1761,2104].some(((t,n)=>{if(a(t))return e=o+n,!0})),s={display:"grid",gap:i,gridTemplateColumns:`repeat(${e}, 1fr)`}}return $.jsx(t.Box,{sx:Object.assign(Object.assign({},s),n),children:e})}function Nf({address:n,chainId:i,hideName:o,sx:a}){const s=t.useTheme(),l=wa(),{onlyChainId:d}=G(),u=c.useQuery(Object.assign({},l.getQuery(r.SystemApi.graphql.fetchLiquidityLpPartnerRewards,{where:{chainId:d||void 0}})));if(!n)return null;const p=[];return("string"==typeof n?[n]:Array.from(new Set(n)).filter((e=>!!e))).forEach((e=>{var t,n,o;e&&(null===(o=null===(n=null===(t=u.data)||void 0===t?void 0:t.liquidity_getLpPartnerRewards)||void 0===n?void 0:n.partnerRewards)||void 0===o||o.some((t=>{var n,o,r,a,s,l,d,c,h,m,x,g,f,y;if((null==t?void 0:t.chainId)===i&&(null===(n=null==t?void 0:t.pool)||void 0===n?void 0:n.toLocaleLowerCase())===e.toLocaleLowerCase()){const e=null===(a=null===(r=null===(o=u.data)||void 0===o?void 0:o.liquidity_getLpPartnerRewards)||void 0===r?void 0:r.partnerInfos)||void 0===a?void 0:a.find((e=>(null==e?void 0:e.partner)===t.partner));if(!e)return;p.push({partner:{name:null!==(s=null==e?void 0:e.partner)&&void 0!==s?s:"",logo:null!==(l=null==e?void 0:e.logo)&&void 0!==l?l:"",introduction:null!==(d=null==e?void 0:e.introduction)&&void 0!==d?d:"",link:null!==(c=null==e?void 0:e.link)&&void 0!==c?c:"",extra:null!==(h=null==e?void 0:e.extra)&&void 0!==h?h:{},background:(null===(m=null==e?void 0:e.theme)||void 0===m?void 0:m[0])||void 0,color:(null===(x=null==e?void 0:e.theme)||void 0===x?void 0:x[1])||void 0},reward:null!==(g=null==t?void 0:t.reward)&&void 0!==g?g:"",type:null!==(f=null==t?void 0:t.type)&&void 0!==f?f:"stakelp",sort:null!==(y=null==e?void 0:e.sort)&&void 0!==y?y:Number.MAX_SAFE_INTEGER})}})))})),(null==p?void 0:p.length)?(p.sort(((e,t)=>e.sort-t.sort)),$.jsx(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",gap:4},a),children:p.map((n=>$.jsx(t.Tooltip,{leaveDelay:100,title:$.jsxs(t.Box,{sx:{maxWidth:240,whiteSpace:"pre-wrap"},children:[n.partner.introduction,!!n.partner.link&&$.jsxs(t.Box,{component:"a",target:"_blank",href:n.partner.link,rel:"noopener noreferrer",sx:{display:"flex",alignItems:"center",gap:4,color:"primary.main","&:hover":{opacity:.5}},children:[$.jsx(e.Trans,{id:"zwWKhA",message:"Learn more"})," ",$.jsx("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.91667 2.91667V11.0833H11.0833V7H12.25V11.0833C12.25 11.725 11.725 12.25 11.0833 12.25H2.91667C2.26917 12.25 1.75 11.725 1.75 11.0833V2.91667C1.75 2.275 2.26917 1.75 2.91667 1.75H7V2.91667H2.91667ZM8.16667 2.91667V1.75H12.25V5.83333H11.0833V3.73917L5.34917 9.47333L4.52667 8.65083L10.2608 2.91667H8.16667Z",fill:"currentColor"})})]})]}),children:$.jsxs(t.ButtonBase,{sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:4,p:s.spacing(0,4),height:20,borderRadius:4,background:n.partner.background,color:n.partner.color,whiteSpace:"nowrap"},children:[$.jsx(t.Box,{component:"img",src:n.partner.logo,alt:n.partner.name,sx:{width:14,height:14,borderRadius:"50%"}}),!o&&!!n.reward&&$.jsx(t.Box,{sx:{fontSize:"10px",fontWeight:600},children:n.reward})]})},n.partner.name+n.reward)))})):null}var Df,qf;function Uf(){return Uf=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},Uf.apply(null,arguments)}const Vf=e=>P.createElement("svg",Uf({width:32,height:32,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Df||(Df=P.createElement("circle",{cx:16,cy:16,r:16,fill:"#FFE804"})),qf||(qf=P.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.5 12.25H12.25V8.5H8.5V12.25ZM14.125 23.5H17.875V19.75H14.125V23.5ZM12.25 23.5H8.5V19.75H12.25V23.5ZM8.5 17.875H12.25V14.125H8.5V17.875ZM17.875 17.875H14.125V14.125H17.875V17.875ZM19.75 8.5V12.25H23.5V8.5H19.75ZM17.875 12.25H14.125V8.5H17.875V12.25ZM19.75 17.875H23.5V14.125H19.75V17.875ZM23.5 23.5H19.75V19.75H23.5V23.5Z",fill:"#1A1A1B"}))),Hf="_default";function Wf({value:e,onChange:n,placeholder:o,options:r,sx:a,readOnly:s,valueOnlyIcon:l}){const d=t.useTheme();return $.jsx(t.Select,{value:null!=e?e:Hf,onChange:(t,i)=>{const o="number"==typeof e&&i?Number(i):i;n(o===Hf?void 0:o)},disabled:s,sx:i.merge({padding:d.spacing(8,12),"& .MuiSelect-select.MuiSelect-select.MuiSelect-select":{display:"flex",alignItems:"center",gap:8,padding:d.spacing(8,12,8,12),minHeight:"auto",backgroundColor:"transparent",color:"text.primary",borderRadius:8,typography:"body2",fontWeight:600,borderStyle:"solid",borderWidth:1,borderColor:"divider","& svg, & img":{width:24,height:24},'&:hover, &[aria-expanded="true"]':{backgroundColor:"background.paper"},"&.Mui-readOnly":{color:"text.disabled"}},"& .MuiSelect-icon":{color:s?"text.disabled":"text.primary"},"& .MuiOutlinedInput-notchedOutline":{display:"none"}},a),renderValue:n=>{if(!(null==n?void 0:n.value)||n.value===Hf)return $.jsx(t.Box,{sx:{color:"text.secondary"},children:null!=o?o:""});const i=r.find((t=>t.key===e));return i?$.jsxs($.Fragment,{children:[i.logo,l?"":i.value]}):null},options:[...r]})}function Zf({isMobileStyle:e,chain:n,isLastItem:i,logoWidth:o,mobileLogoWidth:r,sx:a}){const s=t.useTheme();return e?$.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",py:18,borderTop:`1px solid ${s.palette.border.main}`,borderBottom:i?`1px solid ${s.palette.border.main}`:"none"},a),children:[$.jsx(t.Box,{component:null==n?void 0:n.logo,sx:{width:r,height:r}}),$.jsx(t.Box,{component:"span",className:"name",sx:{marginLeft:8},children:null==n?void 0:n.name})]}):$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(t.Box,{component:null==n?void 0:n.logo,sx:{width:o,height:o}}),$.jsx(t.Box,{component:"span",className:"name",sx:{marginLeft:8},children:null==n?void 0:n.name})]})}const $f=-1;function zf({chainId:i,setChainId:o,logoWidth:r=24,mobileLogoWidth:a=32,mainLogoWidth:s=24,mainMobileLogoWidth:l=18,notShowAllChain:d,valueOnlyIcon:c,sx:u}){const p=function(){const{chainId:e}=fa();return n.useMemo((()=>{const t=new Map;let n;return xo.forEach(((i,o)=>{if(i.mainnet){if(e!==i.chainId)return;n=i.mainnet}t.set(o,Object.assign({},i))})),void 0!==n&&t.delete(n),Array.from(t.values())}),[e])}(),[h,m]=n.useState(!1),{isMobile:x}=Oa(),{i18n:g}=e.useLingui(),f=n.useCallback((()=>{const e=void 0===i?p[0]:p.find((e=>e.chainId===i));if(c){if(void 0===i||!e)return"";const n=x?a:s;return $.jsx(t.Box,{component:null==e?void 0:e.logo,sx:{width:n,height:n}})}return void 0!==i||d?e?$.jsx(Zf,{isMobileStyle:x,chain:e,logoWidth:s,mobileLogoWidth:l}):null:$.jsx(Zf,{isMobileStyle:x,chain:{chainId:$f,logo:Vf,name:g._({id:"pY/ok7",message:"All chains"})},logoWidth:s,mobileLogoWidth:l,sx:{border:"none"}})}),[i,p,d,c,x,g._]),y=n.useMemo((()=>{const e=[];return d||e.push({key:$f,value:$.jsx(Zf,{isMobileStyle:x,chain:{chainId:$f,logo:Vf,name:g._({id:"pY/ok7",message:"All chains"})},logoWidth:r,mobileLogoWidth:a})}),p.forEach(((t,n)=>{e.push({key:t.chainId,value:$.jsx(Zf,{isLastItem:n===p.length-1,isMobileStyle:x,chain:t,logoWidth:r,mobileLogoWidth:a})})})),e}),[x,r,a,p,d]);return x?$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{component:t.ButtonBase,onClick:()=>m(!0),sx:Object.assign({display:"flex",alignItems:"center",backgroundColor:"background.tag",color:"text.primary",borderRadius:8,border:"none",px:8,height:32,fontWeight:600,typography:"body2"},u),children:[$.jsx(t.Box,{sx:{pr:5},children:f()}),$.jsx(t.Box,{component:oe.CaretUp,sx:{width:12,height:12,transform:"rotate(180deg)"}})]}),$.jsx(_s,{open:h,title:$.jsx(e.Trans,{id:"lJvbHq",message:"Select Network"}),onClose:()=>m(!1),id:"select-chain",modal:!0,children:$.jsx(t.Box,{sx:{mb:20},children:y.map((e=>$.jsxs(t.Box,{onClick:()=>{const t=e.key;o(t===$f?void 0:Number(t)),m(!1)},sx:{position:"relative",px:20,"&:active":{backgroundColor:"hover.default"},"&:hover":{backgroundColor:"hover.default"},cursor:"pointer"},children:[e.value,(i?e.key===i:e.key===$f)&&$.jsx(t.Box,{sx:{position:"absolute",left:0,top:24,height:20,width:2,backgroundColor:"text.primary"}})]},e.key)))})})]}):$.jsx(Wf,{value:null!=i?i:$f,onChange:e=>{y.some((t=>String(t.key)===String(e)))&&o(e===$f?void 0:e)},placeholder:g._({id:"lJvbHq",message:"Select Network"}),options:y,valueOnlyIcon:c,sx:Object.assign({px:8,height:32,fontWeight:600,typography:"body2",backgroundColor:"background.tag",color:"text.primary"},u)})}function Qf({text:e,onClick:n}){const i=t.useTheme();return $.jsxs(t.Box,{sx:{typography:"body2",display:"inline-flex",alignItems:"center",p:i.spacing(0,4,0,8),width:"max-content",height:32,backgroundColor:"hover.default",color:"primary.main",borderWidth:1,borderRadius:8,cursor:"pointer"},onClick:n,children:[e,$.jsx(t.Box,{component:oe.ArrowBack,sx:{ml:2,width:16,height:16,transform:"rotate(180deg)"}})]})}function Gf({lqList:e,onDeleteTag:n,sx:i}){var o;if(!(null==e?void 0:e.length))return null;if(!(null===(o=e[0])||void 0===o?void 0:o.pair))return null;const{pair:r}=e[0],a=na(r.baseToken,r.chainId),s=na(r.quoteToken,r.chainId);return a&&s?$.jsxs(t.Box,{sx:Object.assign({typography:"body2",display:"inline-flex",alignItems:"center",px:8,mr:8,borderRadius:8,fontWeight:600,height:32,backgroundColor:"hover.default"},i),children:[$.jsx(fp,{tokens:[a,s],chainId:a.chainId,width:20,mr:8}),a.symbol,"+",s.symbol,$.jsx(t.Box,{component:oe.Error,sx:{ml:4,width:16,height:16,cursor:"pointer",color:"text.secondary",position:"relative",top:1.5},onClick:()=>n()})]}):null}const Yf=e=>{const{filterList:n,value:i,onChange:o}=e,r=t.useTheme();return $.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},children:n.map(((e,a)=>$.jsx(t.Box,{sx:Object.assign(Object.assign({borderLeftWidth:1,borderRightWidth:a===n.length-1?1:0,borderTopWidth:1,borderBottomWidth:1,borderColor:r.palette.border.main,borderStyle:"solid",typography:"body2",lineHeight:"30px",color:r.palette.text.secondary,px:20,cursor:"pointer",borderTopLeftRadius:0===a?8:0,borderBottomLeftRadius:0===a?8:0,borderTopRightRadius:a===n.length-1?8:0,borderBottomRightRadius:a===n.length-1?8:0},i===e.value?{backgroundColor:r.palette.border.disabled,color:r.palette.text.primary}:{}),{[r.breakpoints.down("tablet")]:{flexGrow:1,flexBasis:"25%",textAlign:"center"}}),onClick:()=>o(e.value),children:e.label},e.value)))})};function Xf({tags:e,onDeleteTag:n,sx:i}){return e.length?$.jsx(t.Box,{sx:Object.assign({display:"inline-flex",alignItems:"center"},i),children:e.map((e=>$.jsxs(t.Box,{sx:{typography:"body2",display:"flex",alignItems:"center",px:8,mr:8,borderRadius:8,fontWeight:600,height:32,backgroundColor:"hover.default"},children:[$.jsx(Hs,{address:e.address,width:20,height:20,chainId:e.chainId,url:e.logoURI,noShowChain:!0,marginRight:8}),e.symbol,$.jsx(t.Box,{component:oe.Error,sx:{ml:4,width:16,height:16,cursor:"pointer",color:"text.secondary",position:"relative",top:1.5},onClick:()=>n(e)})]},e.address)))}):null}function Kf({chainId:e,address:n}){const{isMobile:i}=Oa();return $.jsx(t.Box,{component:"button",onClick:t=>{t.stopPropagation(),Qh.getState().push({type:exports.PageType.PoolDetail,params:{chainId:e,address:n}})},sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"center",borderRadius:8,cursor:"pointer",flexShrink:0,color:"text.primary","&:hover":{opacity:.5}},i?{width:64,height:36,backgroundColor:"background.tag"}:{width:40,height:32,backgroundColor:"transparent",borderWidth:1,borderStyle:"solid",borderColor:"border.main"}),children:$.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{d:"M5.83333 14.1667H7.5V8.33333H5.83333V14.1667ZM9.16667 14.1667H10.8333V5.83333H9.16667V14.1667ZM12.5 14.1667H14.1667V10.8333H12.5V14.1667ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333Z",fill:"currentColor"})})})}function Jf(n){var{sx:i,children:o,empty:r,loading:a,hasMore:s,loadMore:l,loadMoreLoading:d}=n,c=F(n,["sx","children","empty","loading","hasMore","loadMore","loadMoreLoading"]);const u=t.useTheme();return $.jsxs(t.Box,{sx:Object.assign({position:"relative",flex:1,overflowY:"auto",borderRadius:16},i),...c,children:[$.jsx(t.Box,{component:"table",sx:Object.assign({width:"100%",borderCollapse:"collapse","& th":{px:24,py:12,typography:"h6",lineHeight:"20px",textAlign:"left",color:"text.secondary"},"& td":{px:24,py:12,backgroundColor:"background.paper"},"& thead":{position:"sticky",top:0,zIndex:2,backgroundColor:"background.tag"},"& tbody tr":{borderWidth:"1px 0px 1px 0px",borderStyle:"solid",borderColor:"border.main"}},!r&&!a&&{"& th:last-child, & td:last-child":{position:"sticky",right:0,zIndex:1,"&::before":{content:'""',position:"absolute",top:0,bottom:0,left:1,width:"1px",boxShadow:`${"dark"===u.palette.mode?"#1A1A1B":t.alpha("#1A1A1B",.1)} -2px 0px 4px 0px`}}}),children:o}),s&&$.jsx(t.ButtonBase,{sx:{display:"flex",justifyContent:"center",alignItems:"center",height:64,width:"100%",typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},onClick:l,children:d?$.jsx(t.RotatingIcon,{}):$.jsxs($.Fragment,{children:[$.jsx(e.Trans,{id:"yQ2kGp",message:"Load more"}),$.jsx(t.Box,{component:oe.ArrowRight,sx:{transform:"rotate(90deg)"}})]})})]})}function ey({sx:n}){const{supportAMMV2:i,supportAMMV3:o}=G(),r=i||o;return $.jsxs(t.Box,{sx:Object.assign({px:20,pt:20,pb:12,backgroundColor:"background.paper",borderRadius:16},n),children:[$.jsx(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",flexWrap:"wrap"},children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(fp,{width:24,tokens:[],mr:6,showChainLogo:!0}),$.jsx(t.Skeleton,{variant:"rounded",height:20,width:88})]})}),$.jsxs(t.Box,{sx:{display:"grid",gridTemplateColumns:"repeat(2, 1fr)",rowGap:20,mt:44,"& > div:nth-child(odd)":{pr:20},"& > div:nth-child(even)":{position:"relative",pl:20,"&::before":{position:"absolute",left:0,top:"50%",transform:"translateY(-50%)",display:"inline-block",content:'""',height:24,width:"1px",backgroundColor:"border.main"}}},children:[r&&$.jsxs(t.Box,{children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,whiteSpace:"nowrap"},children:$.jsx(t.Skeleton,{variant:"rounded",height:24,width:100})}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"1Qz63U",message:"Pool Type"})})]}),$.jsxs(t.Box,{children:[$.jsx(t.Skeleton,{variant:"rounded",height:24,width:100}),$.jsx(t.Box,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:$.jsx(e.Trans,{id:"rSayea",message:"APY"})})]}),$.jsxs(t.Box,{children:[$.jsx(t.Skeleton,{variant:"rounded",height:24,width:100}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"FHKsZF",message:"TVL"})})]}),r&&$.jsxs(t.Box,{children:[$.jsx(t.Skeleton,{variant:"rounded",height:24,width:100}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"Q8W3SC",message:"Volume (1D)"})})]})]}),$.jsx(t.Skeleton,{variant:"rounded",height:32,sx:{mt:20}})]})}const ty=({sx:n,isRightTop:i,isReverseColor:o})=>{const r=t.useTheme();return $.jsx(t.Box,{sx:Object.assign(Object.assign(Object.assign({display:"inline-flex",padding:"2px 4px",alignItems:"center",gap:"4px",borderRadius:4,background:t.alpha(r.palette.warning.main,.1),color:r.palette.warning.main,fontSize:"10px",fontWeight:600,lineHeight:"14px"},i?{position:"absolute",top:-14,right:0,background:`linear-gradient(0deg, ${r.palette.warning.main}1A 0%, ${r.palette.warning.main}1A 100%), ${r.palette.background.paper}`}:void 0),o?{background:"light"===r.palette.mode?"linear-gradient(0deg, var(--label-warning, rgba(177, 86, 0, 0.10)) 0%, var(--label-warning, rgba(177, 86, 0, 0.10)) 100%), #FFF":"linear-gradient(0deg, #FFFFFF, #FFFFFF),linear-gradient(0deg, rgba(235, 141, 39, 0.1), rgba(235, 141, 39, 0.1))",zIndex:1}:void 0),n),children:$.jsx(e.Trans,{id:"y5rS9U",message:"Migrate"})})};function ny({chainId:n,baseToken:i,quoteToken:o,apy:r,hasQuote:a,hasMining:l,sx:d,children:c}){if(!i)return null;const u=a?[{token:i,transactionApy:null==r?void 0:r.transactionBaseApy,miningApy:null==r?void 0:r.miningBaseApy},{token:o,transactionApy:null==r?void 0:r.transactionQuoteApy,miningApy:null==r?void 0:r.miningQuoteApy}]:[{transactionApy:null==r?void 0:r.transactionBaseApy,miningApy:null==r?void 0:r.miningBaseApy,metromMiningApy:null==r?void 0:r.metromMiningApy}];return $.jsx(t.Tooltip,{children:null!=c?c:$.jsx(t.HoverOpacity,{component:oe.QuestionBorder,sx:Object.assign({width:15,height:15},d)}),title:$.jsx(t.Box,{sx:{minWidth:236},children:u.map(((r,a)=>{var d,c,u,p,h;return $.jsxs(t.Box,{sx:{mt:0===a?0:20},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:16,typography:"body2",fontWeight:600,color:"text.primary"},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},children:r.token?$.jsxs($.Fragment,{children:[$.jsx(Hs,{width:14,height:14,marginRight:4,address:r.token.address,url:r.token.logoURI,chainId:n,noShowChain:!0}),r.token.symbol]}):$.jsxs($.Fragment,{children:[$.jsx(fp,{tokens:[i,o],width:14,mr:4,chainId:n}),i.symbol,"/",null==o?void 0:o.symbol]})}),$.jsx(t.Box,{children:Jo(new s(null!==(u=r.transactionApy)&&void 0!==u?u:0).plus(null!==(p=r.miningApy)&&void 0!==p?p:0).plus(null!==(h=r.metromMiningApy)&&void 0!==h?h:0))})]}),$.jsxs(t.Box,{sx:{mt:8,display:"flex",justifyContent:"space-between",typography:"h6",color:"text.secondary"},children:[$.jsx("span",{children:$.jsx(e.Trans,{id:"OnDEky",message:"LP Fee"})}),$.jsx("span",{children:r.transactionApy?Jo(new s(r.transactionApy)):"-"})]}),l?$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",typography:"h6",color:"text.secondary"},children:[$.jsx("span",{children:$.jsx(e.Trans,{id:"pSQ1lM",message:"MT Fee"})}),$.jsx("span",{children:r.miningApy?Jo(new s(r.miningApy)):"-"})]}):"",r.metromMiningApy&&Number(r.metromMiningApy)>0&&$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",typography:"h6",color:"text.secondary"},children:[$.jsx("span",{children:$.jsx(e.Trans,{id:"Sti4vy",message:"Mining"})}),$.jsx("span",{children:r.metromMiningApy?Jo(new s(r.metromMiningApy)):"-"})]})]},null!==(c=null===(d=r.token)||void 0===d?void 0:d.address)&&void 0!==c?c:1)}))})})}function iy({sx:i,value:r,onChange:a,searchAddress:s}){const[l,d]=n.useState(!1),{isMobile:c}=Oa();return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{component:t.ButtonBase,sx:Object.assign(Object.assign({typography:"body2",display:"flex",alignItems:"center",justifyContent:"flex-start",px:12,height:32,backgroundColor:"background.tag",color:"text.secondary",borderRadius:8,fontWeight:600},c?{width:"100%"}:{minWidth:220}),i),onClick:()=>d(!0),children:[$.jsx(t.Box,{component:oe.Search,sx:{width:16,height:16,mr:8,flexShrink:0}}),$.jsx(e.Trans,{id:"A1taO8",message:"Search"})]}),$.jsx(Qu,{value:r,open:l,multiple:!0,title:$.jsx(e.Trans,{id:"o8aMNm",message:"Select a liquidity pool"}),searchPlaceholder:o.i18n._({id:"4nzwq3",message:"Search by token or pool address"}),onClose:()=>{d(!1)},onTokenChange:e=>{if(Array.isArray(e)){if(e.length>2){const t=[e[0],e[2]];a(t)}else a(e);d(!1)}},searchOtherAddress:e=>s(e,(()=>d(!1))),modal:!0})]})}function oy({list:n,onClick:i}){return $.jsx($.Fragment,{children:null==n?void 0:n.map((n=>{var o,a,l,d;if(!(null==n?void 0:n.pair))return null;const c=n.pair,u=na(c.baseToken,c.chainId),p=na(c.quoteToken,c.chainId),h=c.apy?Jo(new s(null===(o=c.apy)||void 0===o?void 0:o.transactionBaseApy).plus(null!==(l=null===(a=c.apy)||void 0===a?void 0:a.miningBaseApy)&&void 0!==l?l:0)):void 0,m=r.PoolApi.utils.singleSideLp(c.type)&&c.apy?Jo(new s(c.apy.transactionQuoteApy).plus(null!==(d=c.apy.miningQuoteApy)&&void 0!==d?d:0)):void 0;return u&&p?$.jsxs(t.Box,{onClick:i,sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:10,py:20,borderRadius:8,cursor:"pointer","&:hover":{backgroundColor:"custom.background.listHover"}},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(fp,{tokens:[u,p],chainId:c.chainId,width:24,mr:10}),$.jsxs(t.Box,{sx:{typography:"h5"},children:[u.symbol,"/",p.symbol]})]}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{color:"custom.status.green.default",fontWeight:600},children:[h,m?`/${m}`:""]}),$.jsx(t.Box,{sx:{mt:2,typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"rSayea",message:"APY"})})]})]},c.id):null}))})}function ry(e){var t;const[i,o]=n.useState(null!==(t=null==e?void 0:e.tokens)&&void 0!==t?t:[]),[r,a]=n.useState([]);n.useEffect((()=>{e&&(o(e.tokens),a(e.lqList))}),[e]);const[s,l]=n.useMemo((()=>{const[e,t]=i;return[null==e?void 0:e.symbol,null==t?void 0:t.symbol]}),[i]);return{filterTokens:i,filterASymbol:s,filterBSymbol:l,filterAddressLqList:r,handleDeleteToken:t=>{o((n=>{const i=[...n],o=i.indexOf(t);return-1!==o&&i.splice(o,1),e&&e.onChangeFilterTokens(i),i}))},handleChangeFilterTokens:t=>{a([]),o(t),e&&(e.onChangeFilterTokens(t),e.onChangeFilterAddressLqList([]))},handleChangeFilterAddress:t=>{a(t),o([]),e&&(e.onChangeFilterTokens([]),e.onChangeFilterAddressLqList(t))}}}function ay({lqList:n,setOperatePool:i,getMigrationPairAndMining:o,supportAMM:a,timeRange:l}){const d=t.useTheme(),{onSharePool:c}=G();return $.jsx($.Fragment,{children:null==n?void 0:n.map((n=>{var u,p,h,m,x,g,f,y,v;if(!(null==n?void 0:n.pair))return null;const b=n.pair,C=na(b.baseToken,b.chainId),j=na(b.quoteToken,b.chainId),w=null===(u=b.apyList)||void 0===u?void 0:u.find((e=>(null==e?void 0:e.timeRange)===`${l}D`)),k=w?Jo(new s(null==w?void 0:w.transactionBaseApy).plus(null!==(p=null==w?void 0:w.miningBaseApy)&&void 0!==p?p:0)):void 0,T=r.PoolApi.utils.singleSideLp(b.type)&&w?Jo(new s(w.transactionQuoteApy).plus(null!==(h=w.miningQuoteApy)&&void 0!==h?h:0)):void 0,B=!!(null===(m=b.miningAddress)||void 0===m?void 0:m[0]),I=!!(null==w?void 0:w.metromMiningApy)&&Number(null==w?void 0:w.metromMiningApy)>0,E=b.type,A=ra(E),S="AMMV2"===E,L="AMMV3"===E,R=null==o?void 0:o({address:b.id,chainId:b.chainId});return $.jsxs(t.Box,{sx:{px:20,pt:20,pb:12,backgroundColor:"background.paper",borderRadius:16},className:"gradient-card-border",onClick:()=>{a||Qh.getState().push({type:exports.PageType.PoolDetail,params:{chainId:b.chainId,address:b.id}})},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",flexWrap:"wrap"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[C&&j?$.jsx(fp,{tokens:[C,j],width:24,mr:6,chainId:b.chainId,showChainLogo:!0}):"",$.jsxs(t.Box,{sx:{typography:"body2",fontWeight:600},children:[`${null==C?void 0:C.symbol}/${null==j?void 0:j.symbol}`,!!c&&$.jsx(t.Box,{component:oe.Share,sx:{ml:2,width:12,height:12},onClick:()=>c({chainId:b.chainId,baseToken:C,quoteToken:j,poolId:b.id,apy:w,isSingle:r.PoolApi.utils.singleSideLp(b.type)})}),$.jsx(Nf,{address:b.id,chainId:b.chainId})]}),!!R&&$.jsx(ty,{})]}),B||I?$.jsxs(t.Box,{sx:{p:8,typography:"h6",fontWeight:"bold",background:`linear-gradient(180deg, ${t.alpha(d.palette.secondary.main,.3)} 0%, ${t.alpha(d.palette.purple.main,.3)} 100%)`,borderRadius:8,color:"purple.main",whiteSpace:"nowrap"},children:["✨ ",$.jsx(e.Trans,{id:"Sti4vy",message:"Mining"})]}):""]}),$.jsxs(t.Box,{sx:{display:"grid",gridTemplateColumns:"repeat(2, 1fr)",rowGap:20,mt:44,"& > div:nth-child(odd)":{pr:20},"& > div:nth-child(even)":{position:"relative",pl:20,"&::before":{position:"absolute",left:0,top:"50%",transform:"translateY(-50%)",display:"inline-block",content:'""',height:24,width:"1px",backgroundColor:"border.main"}}},children:[a&&$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,whiteSpace:"nowrap"},children:[A,$.jsx(t.Tooltip,{title:$.jsx(e.Trans,{id:"O6RUgz",message:"Fee rate"}),children:$.jsx(t.Box,{sx:{px:8,py:4,borderRadius:4,typography:"h6",backgroundColor:"background.tag",color:"text.secondary"},children:L?null!==(g=null===(x=eg[b.lpFeeRate])||void 0===x?void 0:x.label)&&void 0!==g?g:"-":Ko({input:new s(null!==(f=b.lpFeeRate)&&void 0!==f?f:0).plus(b.mtFeeRate?Wo(b.mtFeeRate,S?4:18):0)})})})]}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"1Qz63U",message:"Pool Type"})})]}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{typography:"h5",color:"success.main"},children:[k,T?`/${T}`:""]}),$.jsxs(t.Box,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:[l,"d ",$.jsx(e.Trans,{id:"rSayea",message:"APY"}),$.jsx(ny,{chainId:b.chainId,apy:w,baseToken:C,quoteToken:j,hasQuote:!!T,hasMining:B,sx:{width:14,height:14}})]})]}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{typography:"h5"},children:["$",Xo(new s(b.tvl))]}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"FHKsZF",message:"TVL"})})]}),a&&$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:["$",No({input:null===(v=null===(y=b.volumeList)||void 0===y?void 0:y.find((e=>(null==e?void 0:e.timeRange)===`${l}D`)))||void 0===v?void 0:v.volume})]}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"iuFFMB",message:"Volume ({timeRange}d)",values:{timeRange:l}})})]})]}),$.jsxs(t.Box,{sx:{mt:20,display:"flex",alignItems:"center",gap:"8px"},children:[$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.small,onClick:e=>{e.stopPropagation(),i({pool:ia(n),hasMining:B})},children:$.jsx(e.Trans,{id:"m16xKo",message:"Add"})}),a&&"PMM"===A&&$.jsx(Kf,{chainId:b.chainId,address:b.id})]})]},b.id+b.chainId)}))})}function sy({lqList:n,loading:i,operatePool:a,setOperatePool:l,getMigrationPairAndMining:d,hasMore:c,loadMore:u,loadMoreLoading:p,supportAMM:h,timeRange:m}){const x=t.useTheme(),{onSharePool:g}=G();return $.jsxs(Jf,{hasMore:c,loadMore:u,loadMoreLoading:p,empty:!(null==n?void 0:n.length),loading:i,children:[$.jsx(t.Box,{component:"thead",children:$.jsxs(t.Box,{component:"tr",children:[$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"AxdOHo",message:"Pair"})}),h&&$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"1Qz63U",message:"Pool Type"})}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"FHKsZF",message:"TVL"})}),$.jsxs(t.Box,{component:"th",children:[m,"d ",$.jsx(e.Trans,{id:"rSayea",message:"APY"})]}),h&&$.jsxs("th",{children:[m,"d ",$.jsx(e.Trans,{id:"/cF7Rs",message:"Volume"})]}),$.jsx(t.Box,{component:"th",sx:{width:80}})]})}),$.jsx(t.Box,{component:"tbody",children:null==n?void 0:n.map((e=>{var n,i,c,u,p,f,y,v;if(!(null==e?void 0:e.pair))return null;const b=e.pair,C=na(b.baseToken,b.chainId),j=na(b.quoteToken,b.chainId),w=null===(n=b.apyList)||void 0===n?void 0:n.find((e=>(null==e?void 0:e.timeRange)===`${m}D`)),k=w?Jo(new s(null==w?void 0:w.transactionBaseApy).plus(null!==(i=null==w?void 0:w.miningBaseApy)&&void 0!==i?i:0).plus(null!==(c=null==w?void 0:w.metromMiningApy)&&void 0!==c?c:0)):void 0,T=r.PoolApi.utils.singleSideLp(b.type)&&w?Jo(new s(w.transactionQuoteApy).plus(null!==(u=w.miningQuoteApy)&&void 0!==u?u:0)):void 0;let B="";if((null===(p=null==a?void 0:a.pool)||void 0===p?void 0:p.address)===b.id||(null==a?void 0:a.address)===b.id)if(a.operate===If.Remove)B=o.i18n._({id:"0+31GV",message:"Removing"});else B=o.i18n._({id:"1yHVE+",message:"Adding"});const I=!!(null===(f=b.miningAddress)||void 0===f?void 0:f[0]),E=!!(null==w?void 0:w.metromMiningApy)&&Number(null==w?void 0:w.metromMiningApy)>0,A=b.type,S=ra(A),L="AMMV2"===A,R="AMMV3"===A,O=x.palette.hover.default,M=null==d?void 0:d({address:b.id,chainId:b.chainId});return $.jsxs(t.Box,{component:"tr",sx:{["&:hover td"+(B?", & td":"")]:{backgroundImage:`linear-gradient(${O}, ${O})`}},children:[$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[C&&j?$.jsx(fp,{tokens:[C,j],width:24,mr:8,chainId:b.chainId,showChainLogo:!0}):"",$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,typography:"body2",fontWeight:600},children:[`${null==C?void 0:C.symbol}/${null==j?void 0:j.symbol}`,$.jsx(Nf,{address:b.id,chainId:b.chainId}),!!M&&$.jsx(ty,{})]}),$.jsx(Wu,{address:b.id,customChainId:b.chainId,truncate:!0,showCopy:!0,iconDarkHover:!0,iconSize:14,iconSpace:4,onShareClick:g?()=>g({chainId:b.chainId,baseToken:C,quoteToken:j,poolId:b.id,apy:w,isSingle:r.PoolApi.utils.singleSideLp(b.type)}):void 0,sx:{typography:"h6",color:"text.secondary"},disabledAddress:h,onAddressClick:()=>{Qh.getState().push({type:exports.PageType.PoolDetail,params:{chainId:b.chainId,address:b.id}})}})]})]})}),h&&$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:[$.jsx(tg,{poolType:S}),$.jsx(ng,{isAMMV2:L,isAMMV3:R,lpFeeRate:b.lpFeeRate,mtFeeRate:b.mtFeeRate})]})}),$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{typography:"body2"},title:b.tvl?`$${No({input:b.tvl})}`:void 0,children:["$",Xo(new s(b.tvl))]})}),$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[I||E?$.jsx(t.Tooltip,{title:o.i18n._({id:"Sti4vy",message:"Mining"}),children:$.jsxs(t.Box,{component:"span",sx:{typography:"body2",color:"success.main"},children:["✨"," "]})}):"",$.jsx(ny,{chainId:b.chainId,apy:w,baseToken:C,quoteToken:j,hasQuote:!!T,hasMining:I,children:$.jsxs(t.Box,{component:"span",sx:{typography:"body2",fontWeight:600,display:"flex",alignItems:"center",width:"max-content",color:"success.main",cursor:"auto"},children:[k,T?`/${T}`:""]})})]})}),h&&$.jsxs(t.Box,{component:"td",sx:{typography:"body2"},children:["$",No({input:null===(v=null===(y=b.volumeList)||void 0===y?void 0:y.find((e=>(null==e?void 0:e.timeRange)===`${m}D`)))||void 0===v?void 0:v.volume})]}),$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:"8px"},children:[h&&"PMM"===S&&$.jsx(Kf,{chainId:b.chainId,address:b.id}),B?$.jsx(Qf,{text:B,onClick:()=>l(null)}):$.jsx(t.Button,{size:t.Button.Size.small,onClick:()=>{l({pool:ia(e),hasMining:I})},sx:{py:0,height:32},children:o.i18n._({id:"m16xKo",message:"Add"})})]})})]},b.id+b.chainId)}))})]})}function ly({scrollParentRef:e,filterChainIds:o,activeChainId:a,handleChangeActiveChainId:s,operatePool:l,setOperatePool:d,tokenAndPoolFilter:u,getMigrationPairAndMining:p}){var h,m;const x=t.useTheme(),{onlyChainId:g,supportAMMV2:f,supportAMMV3:y,notSupportPMM:v}=G(),{minDevice:b,isMobile:C}=Oa(),j=c.useQueryClient(),[w,k]=n.useState("all"),[T,B]=n.useState("1"),{filterTokens:I,filterASymbol:E,filterBSymbol:A,filterAddressLqList:S,handleDeleteToken:L,handleChangeFilterTokens:O,handleChangeFilterAddress:M}=ry(u),P=n.useMemo((()=>{if(y&&"v3"===w)return["AMMV3"];if(f&&"v2"===w)return["AMMV2"];if(!v&&"pmm"===w)return["CLASSICAL","DVM","DSP","GSP"];let e=v?[]:["CLASSICAL","DVM","DSP","GSP"];return f&&e.push("AMMV2"),y&&e.push("AMMV3"),e}),[v,f,y,w]),_=n.useMemo((()=>({chainIds:o,pageSize:C?4:8,filterState:{viewOnlyOwn:!1,filterTypes:P}})),[o,P,C]),F=wa(),D=F.getInfiniteQuery(r.PoolApi.graphql.fetchLiquidityList,"currentPage",{where:Object.assign(Object.assign({},_),{filterState:Object.assign({filterASymbol:E,filterBSymbol:A},_.filterState)})}),q=c.useInfiniteQuery(Object.assign(Object.assign({},D),{initialPageParam:1,getNextPageParam:e=>{var t;const{currentPage:n,totalCount:i,pageSize:o}=null!==(t=e.liquidity_list)&&void 0!==t?t:{};if(!n||!i||!o)return null;let r=Math.floor(i/o);return i%o&&(r+=1),n>=r?null:n+1}}));let U=[];const V=!!(null==S?void 0:S.length);V?U=[...S]:null===(h=q.data)||void 0===h||h.pages.forEach((e=>{var t,n;null===(n=null===(t=e.liquidity_list)||void 0===t?void 0:t.lqList)||void 0===n||n.forEach((e=>{null==U||U.push(e)}))}));const H=q.hasNextPage&&!V;return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{pt:12,pb:20,display:"flex",flexDirection:"column-reverse",gap:8,[x.breakpoints.up("tablet")]:{py:16,flexDirection:"row",px:0,justifyContent:"space-between"}},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"stretch",flexDirection:"column",gap:8,[x.breakpoints.up("tablet")]:{flexDirection:"row",alignItems:"center"}},children:[!g&&$.jsx(zf,{chainId:a,setChainId:s}),(f||y)&&$.jsx(Yf,{filterList:[{label:"All",value:"all"}].concat(v?[]:[{label:"PMM",value:"pmm"}]).concat(f?[{label:"V2",value:"v2"}]:[]).concat(y?[{label:"V3",value:"v3"}]:[]),value:w,onChange:e=>k(e)}),$.jsx(Yf,{filterList:[{label:"1d",value:"1"},{label:"7d",value:"7"},{label:"14d",value:"14"},{label:"30d",value:"30"}],value:T,onChange:e=>B(e)})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(t.Box,{sx:Object.assign({flex:1,display:"flex",alignItems:"center",gap:8},C?{}:{"& > button":{flex:1}}),children:null!==(m=null==u?void 0:u.element)&&void 0!==m?m:$.jsx(iy,{value:I,onChange:O,searchAddress:(e,t)=>N(this,void 0,void 0,(function*(){var n;const i=F.getInfiniteQuery(r.PoolApi.graphql.fetchLiquidityList,"currentPage",{where:Object.assign(Object.assign({},_),{filterState:Object.assign({address:e},_.filterState)})}),o=null===(n=(yield j.fetchQuery(i)).liquidity_list)||void 0===n?void 0:n.lqList;return(null==o?void 0:o.length)?$.jsx(oy,{list:o,onClick:()=>{M(o),t()}}):null}))})}),(V||!!I.length)&&$.jsxs(t.Box,{sx:{my:0},children:[V?$.jsx(Gf,{lqList:S,onDeleteTag:()=>M([])}):"",$.jsx(Xf,{tags:I,onDeleteTag:L})]})]})]}),C?$.jsx(R,{hasMore:H,threshold:300,loadMore:i.debounce((()=>{q.hasNextPage&&!q.isFetching&&q.fetchNextPage()}),500),useWindow:!1,getScrollParent:()=>e.current||null,loader:$.jsx(ey,{sx:{mt:20}},"loader"),children:$.jsxs(Ff,{children:[q.isLoading?$.jsx(ey,{}):"",!q.isLoading&&!(null==U?void 0:U.length)&&!q.error&&$.jsx(X,{sx:{mt:40},hasSearch:!!(a&&!g||E||A)}),!!q.error&&$.jsx(ne,{refresh:q.refetch,sx:{mt:40}}),$.jsx(ay,{lqList:U,setOperatePool:d,supportAMM:f||y,getMigrationPairAndMining:p,timeRange:T})]})}):$.jsxs($.Fragment,{children:[$.jsx(sy,{lqList:U,loading:q.isLoading,operatePool:l,setOperatePool:d,hasMore:H,loadMoreLoading:q.isFetchingNextPage,loadMore:()=>{q.hasNextPage&&!q.isFetching&&q.fetchNextPage()},supportAMM:f||y,timeRange:T,getMigrationPairAndMining:p}),$.jsx(yp,{loading:q.isLoading,refetch:q.error?q.refetch:void 0,empty:!(null==U?void 0:U.length),hasSearch:!!(a&&!g||E||A)})]})]})}function dy({onClick:e,title:n,desc:i}){const o=t.useTheme();return $.jsx(t.Box,{sx:{mx:20,px:0,py:14,borderTop:`1px solid ${o.palette.border.main}`,[o.breakpoints.up("tablet")]:{maxWidth:236,borderTop:"none",mx:0,px:16,py:8}},children:$.jsxs(t.ButtonBase,{onClick:e,sx:{width:"100%",display:"flex",flexDirection:"column",alignItems:"flex-start",gap:0,p:0,borderRadius:8,textAlign:"left","&:hover":{backgroundColor:o.palette.background.tag},[o.breakpoints.up("tablet")]:{p:8}},children:[$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:o.palette.text.primary},children:n}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:500,color:o.palette.text.secondary},children:i})]})})}const cy=i=>{const o=t.useTheme(),{isMobile:r}=Oa(),{account:a}=fa(),{supportAMMV2:s,supportAMMV3:l,notSupportPMM:d}=G(),[c,u]=n.useState(!1),p={[exports.PageType.CreatePool]:!d,[exports.PageType.createPoolAMMV2]:!!s,[exports.PageType.createPoolAMMV3]:!!l},h=Object.entries(p).filter((([e,t])=>!0===t)),m=1===h.length?h[0][0]:void 0;if(!m){const n=$.jsxs($.Fragment,{children:[!d&&$.jsx(dy,{onClick:()=>{Qh.getState().push({type:exports.PageType.CreatePool})},title:$.jsx(e.Trans,{id:"Eif7f6",message:"PMM Pool"}),desc:$.jsx(e.Trans,{id:"TmTsab",message:"Fexible customization, take full control of liquidity"})}),s&&$.jsx(dy,{onClick:()=>{Qh.getState().push({type:exports.PageType.createPoolAMMV2})},title:$.jsx(e.Trans,{id:"lNYomJ",message:"AMM V2 Position"}),desc:$.jsx(e.Trans,{id:"lLbR0m",message:"Simple, full-range liquidity"})}),l&&$.jsx(dy,{onClick:()=>{Qh.getState().push({type:exports.PageType.createPoolAMMV3})},title:$.jsx(e.Trans,{id:"sVlqoo",message:"AMM V3 Position"}),desc:$.jsx(e.Trans,{id:"EkAv3P",message:"Concentrated liquidity, higher efficiency"})})]});return r?$.jsxs($.Fragment,{children:[$.jsxs(t.Button,{variant:t.Button.Variant.second,fullWidth:r&&!!a,onClick:()=>{u(!0)},sx:{height:36},children:[$.jsx(t.Box,{component:oe.Plus,sx:{mr:4}}),$.jsx(e.Trans,{id:"p2jbcE",message:"Create Pool"})]}),$.jsx(_s,{open:c,title:$.jsx(e.Trans,{id:"p2jbcE",message:"Create Pool"}),onClose:()=>{u(!1)},modal:!0,children:$.jsx(t.Box,{sx:{mb:0},children:n})})]}):$.jsx(t.Tooltip,{arrow:!1,leaveDelay:300,placement:r?"bottom":"bottom-end",sx:{p:0,backgroundColor:"background.paper"},title:$.jsx(t.Box,{children:n}),children:$.jsxs(t.Box,{sx:{width:r?"100%":"auto",display:"inline-flex",alignItems:"center",justifyContent:"center",gap:4,pl:8,pr:16,py:6,borderRadius:40,backgroundColor:o.palette.background.tag,typography:"body2",fontWeight:600,color:o.palette.text.link,cursor:"pointer","&:hover":{backgroundColor:t.alpha(o.palette.primary.main,.1)}},children:[$.jsx(t.Box,{component:oe.Plus}),$.jsx(e.Trans,{id:"p2jbcE",message:"Create Pool"})]})})}return $.jsxs(t.Button,{variant:t.Button.Variant.outlined,fullWidth:r,onClick:()=>{Qh.getState().push({type:m})},sx:{height:40},children:[$.jsx(t.Box,{component:oe.Plus,sx:{mr:4}}),$.jsx(e.Trans,{id:"p2jbcE",message:"Create Pool"})]})},uy="DODO_WIDGET_POOL_LIST_TAB",py="DODO_WIDGET_POOLS_LIST_FILTER_CHAIN";var hy;!function(e){e.addLiquidity="add-liquidity",e.myLiquidity="my-liquidity",e.myCreated="my-created"}(hy||(hy={}));const my=(e,n,i)=>{let r=o.i18n._({id:"TJBHlP",message:"Standard"}),a=i.palette.purple.main;switch(e){case"DSP":r=o.i18n._({id:"J7M/DA",message:"Pegged"}),a=i.palette.success.main;break;case"DPP":r=o.i18n._({id:"zwBp5t",message:"Private"}),a=i.palette.error.main}"DVM"===e&&(!n||n.isZero())&&(r=o.i18n._({id:"S8G1qk",message:"Single"}),a=i.palette.warning.main);return{typeLabel:r,typeColor:a,typeBgColor:t.alpha(a,.1)}};function xy({account:n,list:i,setOperatePool:o}){const r=t.useTheme();return $.jsx($.Fragment,{children:null==i?void 0:i.map((i=>{var a,l,d,c,u;if(!i)return null;const p=null!==(a=i.pairAddress)&&void 0!==a?a:"",h=i.chainId,m=i.poolType,x={chainId:h,address:null!==(l=i.baseAddress)&&void 0!==l?l:"",symbol:null!==(d=i.baseSymbol)&&void 0!==d?d:""},g={chainId:h,address:null!==(c=i.quoteAddress)&&void 0!==c?c:"",symbol:null!==(u=i.quoteSymbol)&&void 0!==u?u:""},{typeLabel:f,typeColor:y,typeBgColor:v}=my(m,i.quoteReserve?new s(i.quoteReserve):null,r);return $.jsxs(t.Box,{sx:{px:20,pt:20,pb:12,backgroundColor:"background.paper",borderRadius:16},className:"gradient-card-border",onClick:()=>{Qh.getState().push({type:exports.PageType.PoolDetail,params:{chainId:h,address:p}})},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",flexWrap:"wrap"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[x&&g?$.jsx(fp,{tokens:[x,g],width:24,mr:8,chainId:h,showChainLogo:!0}):"",$.jsx(t.Box,{sx:{typography:"body2",fontWeight:600},children:da(p)}),"DPP"===m&&$.jsx(t.HoverAddBackground,{sx:{ml:2},component:t.ButtonBase,onClick:e=>{e.stopPropagation(),Qh.getState().push({type:exports.PageType.ModifyPool,params:{chainId:h,address:p}})},children:$.jsx(t.Box,{component:oe.Edit,sx:{width:12,height:12,cursor:"pointer"}})})]}),$.jsx(t.Box,{sx:{typography:"h6",width:"max-content",p:8,borderRadius:8,backgroundColor:v,color:y},children:f})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",mt:44},children:[$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{typography:"h5"},children:["$",i.tvl?Xo(new s(i.tvl)):"-"]}),$.jsx(t.Box,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:$.jsx(e.Trans,{id:"FHKsZF",message:"TVL"})})]}),$.jsx(t.Box,{sx:{display:"inline-block",mx:20,height:24,width:"1px",backgroundColor:"custom.border.default"}}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{typography:"h5"},children:["$",i.totalFee?Xo(new s(i.totalFee)):"-"]}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"hCBYHP",message:"Total Fee Revenue"})})]})]}),$.jsxs(t.Box,{sx:{mt:20,display:"flex",gap:"8px"},children:[!!n&&$.jsx(t.Button,{fullWidth:!0,variant:t.Button.Variant.outlined,size:t.Button.Size.small,onClick:e=>{e.stopPropagation(),o({address:p,operate:If.Remove,chainId:h})},children:$.jsx(e.Trans,{id:"t/YqKh",message:"Remove"})}),$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.small,onClick:e=>{e.stopPropagation(),o({address:p,operate:If.Add,chainId:h})},children:$.jsx(e.Trans,{id:"m16xKo",message:"Add"})})]})]},p+h)}))})}function gy({account:n,list:i,loading:r,operatePool:a,setOperatePool:l}){const d=t.useTheme(),c=Qh();return $.jsxs(Jf,{empty:!(null==i?void 0:i.length),loading:r,children:[$.jsx(t.Box,{component:"thead",children:$.jsxs(t.Box,{component:"tr",children:[$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"AxdOHo",message:"Pair"})}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"FHKsZF",message:"TVL"})}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"hCBYHP",message:"Total Fee Revenue"})}),$.jsx(t.Box,{component:"th",sx:{width:160}})]})}),$.jsx(t.Box,{component:"tbody",children:null==i?void 0:i.map((i=>{var r,u,p,h,m,x;if(!i)return null;const g="DPP"===i.poolType,f=null!==(r=i.pairAddress)&&void 0!==r?r:"",y=i.chainId,v=i.poolType,b={chainId:y,address:null!==(u=i.baseAddress)&&void 0!==u?u:"",symbol:null!==(p=i.baseSymbol)&&void 0!==p?p:""},C={chainId:y,address:null!==(h=i.quoteAddress)&&void 0!==h?h:"",symbol:null!==(m=i.quoteSymbol)&&void 0!==m?m:""},{typeLabel:j,typeColor:w,typeBgColor:k}=my(v,i.quoteReserve?new s(i.quoteReserve):null,d);let T="";if((null===(x=null==a?void 0:a.pool)||void 0===x?void 0:x.address)===f||(null==a?void 0:a.address)===f)if((null==a?void 0:a.operate)===If.Remove)T=o.i18n._({id:"0+31GV",message:"Removing"});else T=o.i18n._({id:"1yHVE+",message:"Adding"});const B=d.palette.hover.default;return $.jsxs(t.Box,{component:"tr",sx:{["&:hover td"+(T?", & td":"")]:{backgroundImage:`linear-gradient(${B}, ${B})`}},children:[$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[b&&C?$.jsx(fp,{tokens:[b,C],width:24,mr:10,chainId:y,showChainLogo:!0}):"",$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsxs(t.HoverAddUnderLine,{lineSx:{bottom:-1},lineColor:"primary.main",hoverSx:{color:"primary.main","& svg":{display:"inline-block"}},className:"truncate-address-link",sx:{display:"flex",alignItems:"center"},children:[$.jsx(t.Box,{sx:{typography:"body2",fontWeight:600},onClick:()=>{c.push({type:exports.PageType.PoolDetail,params:{chainId:y,address:f}})},children:da(f)}),$.jsx(t.Box,{component:oe.ArrowRight,sx:{display:"none",width:14,height:14}})]}),g?$.jsx(t.Box,{sx:{typography:"h6",px:8,py:2,ml:8,borderStyle:"solid",borderWidth:1,borderColor:"text.primary",borderRadius:4,whiteSpace:"nowrap",cursor:"pointer","&:hover":{backgroundColor:t.alpha(d.palette.text.primary,.1)}},onClick:()=>{c.push({type:exports.PageType.ModifyPool,params:{chainId:y,address:f}})},children:$.jsx(e.Trans,{id:"ePK91l",message:"Edit"})}):""]}),$.jsx(t.Box,{sx:{typography:"h6",width:"max-content",mt:2,px:8,py:2,borderRadius:12,backgroundColor:k,color:w},children:j})]})]})}),$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{typography:"body2"},title:i.tvl?`$${No({input:i.tvl})}`:void 0,children:["$",i.tvl?Xo(new s(i.tvl)):"-"]})}),$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{title:i.totalFee?`$${No({input:i.totalFee})}`:"",sx:{typography:"body2",fontWeight:600},children:["$",i.totalFee?Xo(new s(i.totalFee)):"-"]})}),$.jsx(t.Box,{component:"td",children:$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:"8px"},children:T?$.jsx(Qf,{text:T,onClick:()=>l(null)}):$.jsxs($.Fragment,{children:[!!n&&$.jsx(t.Button,{variant:t.Button.Variant.second,size:t.Button.Size.small,onClick:e=>{e.stopPropagation(),l({operate:If.Remove,chainId:y,address:f})},sx:{py:0,height:32},children:$.jsx(e.Trans,{id:"t/YqKh",message:"Remove"})}),$.jsx(t.Button,{size:t.Button.Size.small,onClick:()=>{l({chainId:y,address:f})},sx:{py:0,height:32},children:o.i18n._({id:"m16xKo",message:"Add"})})]})})})]},f+y)}))})]})}function fy({account:i,filterChainIds:o,activeChainId:a,handleChangeActiveChainId:s,operatePool:l,setOperatePool:d}){var u,p,h,m,x,g;const{isMobile:f}=Oa(),{onlyChainId:y}=G(),v={limit:1e3,page:1,owner:i},b=wa().getQuery(r.PoolApi.graphql.fetchDashboardPairList,{where:v}),C=c.useQuery(Object.assign({},b)),j=null!==(g=o?null===(h=null===(p=null===(u=C.data)||void 0===u?void 0:u.dashboard_pairs_list)||void 0===p?void 0:p.list)||void 0===h?void 0:h.filter((e=>{var t;return o.includes(null!==(t=null==e?void 0:e.chainId)&&void 0!==t?t:0)})):null===(x=null===(m=C.data)||void 0===m?void 0:m.dashboard_pairs_list)||void 0===x?void 0:x.list)&&void 0!==g?g:[],[w,k]=n.useState(!1),T=w?j.filter((e=>!!Number(null==e?void 0:e.tvl))):j;return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:Object.assign({py:16,display:"flex",justifyContent:"space-between",gap:8},f?{}:{px:0}),children:[!y&&$.jsx(zf,{chainId:a,setChainId:s}),$.jsxs(t.Box,{component:"label",sx:{display:"flex",alignItems:"center",gap:8,typography:"body2",cursor:"pointer",color:"text.secondary"},children:[$.jsx(t.Checkbox,{sx:{top:-1},size:16,checked:w,onChange:e=>{const{checked:t}=e.target;k(t)}}),$.jsx(e.Trans,{id:"eVZ7bY",message:"Hide TVL=0 pools"})]})]}),f?$.jsxs(Ff,{children:[C.isLoading?$.jsx(ey,{}):"",!C.isLoading&&!(null==T?void 0:T.length)&&!C.error&&$.jsx(X,{sx:{mt:40},hasSearch:!!a&&!y}),!!C.error&&$.jsx(ne,{refresh:C.refetch,sx:{mt:40}}),$.jsx(xy,{account:i,list:T,setOperatePool:d})]}):$.jsxs($.Fragment,{children:[$.jsx(gy,{account:i,list:T,loading:C.isLoading,operatePool:l,setOperatePool:d}),$.jsx(yp,{loading:C.isLoading,refetch:C.error?C.refetch:void 0,empty:!(null==T?void 0:T.length),hasSearch:!!a&&!y})]})]})}function yy({account:n,lqList:i,setOperatePool:o,getMigrationPairAndMining:a,supportAMM:l,timeRange:d}){const c=t.useTheme();return $.jsx($.Fragment,{children:null==i?void 0:i.map((i=>{var u,p,h,m,x,g,f,y,v,b,C,j,w,k,T;if(!(null==i?void 0:i.pair))return null;const B=i.pair,I=na(B.baseToken,B.chainId),E=na(B.quoteToken,B.chainId),A=null===(u=B.apyList)||void 0===u?void 0:u.find((e=>(null==e?void 0:e.timeRange)===`${d}D`)),S=r.PoolApi.utils.singleSideLp(B.type),L=A?Jo(new s(null==A?void 0:A.transactionBaseApy).plus(null!==(p=null==A?void 0:A.miningBaseApy)&&void 0!==p?p:0).plus(null!==(h=null==A?void 0:A.metromMiningApy)&&void 0!==h?h:0)):void 0,R=S&&A?Jo(new s(A.transactionQuoteApy).plus(null!==(m=A.miningQuoteApy)&&void 0!==m?m:0)):void 0;let O,M;(null===(x=i.liquidityPositions)||void 0===x?void 0:x.length)&&i.liquidityPositions.forEach((e=>{var t,n,i,o,r;if(null==e?void 0:e.liquidityTokenBalance){const a=null===(t=e.id)||void 0===t?void 0:t.split("-");if(2===(null==a?void 0:a.length)){const t=a[1].toLocaleLowerCase();if((null===(i=null===(n=null==B?void 0:B.baseLpToken)||void 0===n?void 0:n.id)||void 0===i?void 0:i.toLocaleLowerCase())===t)return void(O=new s(e.liquidityTokenBalance));(null===(r=null===(o=null==B?void 0:B.quoteLpToken)||void 0===o?void 0:o.id)||void 0===r?void 0:r.toLocaleLowerCase())===t&&(M=new s(e.liquidityTokenBalance))}}}));const P=!!(null===(g=B.miningAddress)||void 0===g?void 0:g[0]),_=!!(null==A?void 0:A.metromMiningApy)&&Number(null==A?void 0:A.metromMiningApy)>0,F=null===(f=i.liquidityPositions)||void 0===f?void 0:f[0],N=B.type,D=ra(N),q="AMMV2"===N,U="AMMV3"===N,V=null==a?void 0:a({address:B.id,chainId:B.chainId});return $.jsxs(t.Box,{sx:{px:20,pt:20,pb:12,backgroundColor:"background.paper",borderRadius:16},className:"gradient-card-border",onClick:()=>{l||Qh.getState().push({type:exports.PageType.PoolDetail,params:{chainId:B.chainId,address:B.id}})},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",flexWrap:"wrap"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[I&&E?$.jsx(fp,{tokens:[I,E],width:24,mr:6,chainId:B.chainId,showChainLogo:!0}):"",$.jsxs(t.Box,{sx:{typography:"body2",fontWeight:600},children:[`${null==I?void 0:I.symbol}/${null==E?void 0:E.symbol}`,$.jsx(Nf,{address:B.id,chainId:B.chainId})]}),!!V&&$.jsx(ty,{})]}),P||_?$.jsxs(t.Box,{sx:{p:8,typography:"h6",fontWeight:"bold",background:`linear-gradient(180deg, ${t.alpha(c.palette.secondary.main,.3)} 0%, ${t.alpha(c.palette.purple.main,.3)} 100%)`,borderRadius:8,color:"purple.main",whiteSpace:"nowrap"},children:["✨ ",$.jsx(e.Trans,{id:"Sti4vy",message:"Mining"})]}):""]}),$.jsxs(t.Box,{sx:{display:"grid",gridTemplateColumns:"repeat(2, 1fr)",rowGap:20,mt:44,"& > div:nth-child(odd)":{pr:20},"& > div:nth-child(even)":{position:"relative",pl:20,"&::before":{position:"absolute",left:0,top:"50%",transform:"translateY(-50%)",display:"inline-block",content:'""',height:24,width:"1px",backgroundColor:"border.main"}}},children:[l&&$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,whiteSpace:"nowrap"},children:[D,$.jsx(t.Tooltip,{title:$.jsx(e.Trans,{id:"O6RUgz",message:"Fee rate"}),children:$.jsx(t.Box,{sx:{px:8,py:4,borderRadius:4,typography:"h6",backgroundColor:"background.tag",color:"text.secondary"},children:U?null!==(v=null===(y=eg[B.lpFeeRate])||void 0===y?void 0:y.label)&&void 0!==v?v:"-":Ko({input:new s(null!==(b=B.lpFeeRate)&&void 0!==b?b:0).plus(B.mtFeeRate?Wo(B.mtFeeRate,q?4:18):0)})})})]}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"1Qz63U",message:"Pool Type"})})]}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{typography:"h5",color:"success.main"},children:[L||"-%",R?`/${R}`:""]}),$.jsxs(t.Box,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:[d,"d ",$.jsx(e.Trans,{id:"rSayea",message:"APY"}),$.jsx(ny,{chainId:B.chainId,apy:A,baseToken:I,quoteToken:E,hasQuote:!!R,hasMining:P,sx:{width:14,height:14}})]})]}),U?null:$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{typography:"h5"},children:["$",Xo(new s(B.tvl||0))]}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"FHKsZF",message:"TVL"})})]}),"AMMV2"===N&&$.jsxs(t.Box,{children:[$.jsx(t.Box,{sx:{typography:"h5"},children:Ko({input:null===(j=null===(C=i.liquidityPositions)||void 0===C?void 0:C[0])||void 0===j?void 0:j.poolShare})}),$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"h3PbRN",message:"My Pool Share"})})]}),$.jsxs(t.Box,{children:[$.jsx(t.Box,{sx:{typography:"h5",display:"flex",alignItems:"center",fontWeight:"bold"},children:U?(null==F?void 0:F.liquidityUSD)?`$${Do({input:F.liquidityUSD,decimals:2})}`:"-":$.jsxs($.Fragment,{children:[S?$.jsx(Hs,{address:null==I?void 0:I.address,chainId:B.chainId,url:null==I?void 0:I.logoURI,width:18,height:18,sx:{mr:4}}):$.jsx(fp,{tokens:I&&E?[I,E]:[],width:18,mr:4,showChainLogo:!1,chainId:B.chainId}),O?No({input:O}):"",S&&$.jsxs($.Fragment,{children:[" / ",$.jsx(Hs,{address:null==E?void 0:E.address,chainId:B.chainId,url:null==E?void 0:E.logoURI,width:18,height:18,sx:{mx:4}}),M?No({input:M}):"0"]})]})}),$.jsx(t.Box,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:$.jsx(e.Trans,{id:"YHc3B+",message:"My Liquidity"})})]})]}),U&&$.jsxs(t.Box,{sx:{mt:20},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,color:"text.primary"},children:[$.jsx(Lg,{outOfRange:null!==(w=null==F?void 0:F.outOfRange)&&void 0!==w&&w}),$.jsx(t.Box,{children:$.jsxs($.Fragment,{children:[$.jsxs("span",{children:[Yx({price:null===(k=null==F?void 0:F.priceRange)||void 0===k?void 0:k.token0LowerPrice,atLimit:{},direction:dm.LOWER})," "]}),null==I?void 0:I.symbol]})}),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:$.jsx("path",{d:"M15.75 9.50293L12.75 12.5029L11.7 11.4529L12.8813 10.2529L5.11875 10.2529L6.3 11.4529L5.25 12.5029L2.25 9.50293L5.25 6.50293L6.31875 7.55293L5.11875 8.75293L12.8813 8.75293L11.7 7.55293L12.75 6.50293L15.75 9.50293Z",fill:"currentColor",fillOpacity:"0.5"})}),$.jsx(t.Box,{children:$.jsxs($.Fragment,{children:[$.jsxs("span",{children:[Yx({price:null===(T=null==F?void 0:F.priceRange)||void 0===T?void 0:T.token1LowerPrice,atLimit:{},direction:dm.UPPER})," "]}),null==I?void 0:I.symbol]})})]}),$.jsx(t.Box,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:$.jsx(e.Trans,{id:"YA4hwj",message:"Price Range"})})]}),$.jsxs(t.Box,{sx:{mt:20,display:"flex",alignItems:"center",gap:"8px"},children:[U?null:!!n&&$.jsx(t.Button,{fullWidth:!0,variant:t.Button.Variant.outlined,size:t.Button.Size.small,onClick:e=>{e.stopPropagation(),o({operate:If.Remove,pool:oa(i),hasMining:P})},children:$.jsx(e.Trans,{id:"t/YqKh",message:"Remove"})}),$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.small,onClick:e=>{e.stopPropagation(),o({operate:If.Add,pool:oa(i),hasMining:P})},children:$.jsx(e.Trans,{id:"J/hVSQ",message:"{0}",values:{0:U?"Manage":"Add"}})}),l&&"PMM"===D&&$.jsx(Kf,{chainId:B.chainId,address:B.id})]})]},U?null==F?void 0:F.id:B.id+B.chainId)}))})}function vy({account:n,lqList:i,loading:a,operatePool:l,setOperatePool:d,supportAMM:c,onlyV3:u,getMigrationPairAndMining:p,timeRange:h}){const m=t.useTheme();return $.jsxs(Jf,{empty:!(null==i?void 0:i.length),loading:a,children:[$.jsx(t.Box,{component:"thead",children:$.jsxs(t.Box,{component:"tr",children:[$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"AxdOHo",message:"Pair"})}),c&&$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"1Qz63U",message:"Pool Type"})}),u?null:$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"FHKsZF",message:"TVL"})}),$.jsxs(t.Box,{component:"th",children:[h,"d ",$.jsx(e.Trans,{id:"rSayea",message:"APY"})]}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"YHc3B+",message:"My Liquidity"})}),u?$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"YA4hwj",message:"Price Range"})}):null,$.jsx(t.Box,{component:"th",sx:{width:210}})]})}),$.jsx(t.Box,{component:"tbody",children:null==i?void 0:i.map((i=>{var a,x,g,f,y,v,b,C,j,w,k,T,B,I,E;if(!(null==i?void 0:i.pair))return null;const A=i.pair,S=na(A.baseToken,A.chainId),L=na(A.quoteToken,A.chainId),R=r.PoolApi.utils.singleSideLp(A.type),O=null===(a=A.apyList)||void 0===a?void 0:a.find((e=>(null==e?void 0:e.timeRange)===`${h}D`)),M=O?Jo(new s(null==O?void 0:O.transactionBaseApy).plus(null!==(x=null==O?void 0:O.miningBaseApy)&&void 0!==x?x:0)):void 0,P=R&&O?Jo(new s(O.transactionQuoteApy).plus(null!==(g=O.miningQuoteApy)&&void 0!==g?g:0)):void 0;let _,F;(null===(f=i.liquidityPositions)||void 0===f?void 0:f.length)&&i.liquidityPositions.forEach((e=>{var t,n,i,o,r;if(null==e?void 0:e.liquidityTokenBalance){const a=null===(t=e.id)||void 0===t?void 0:t.split("-");if(2===(null==a?void 0:a.length)){const t=a[1].toLocaleLowerCase();if((null===(i=null===(n=null==A?void 0:A.baseLpToken)||void 0===n?void 0:n.id)||void 0===i?void 0:i.toLocaleLowerCase())===t)return void(_=new s(e.liquidityTokenBalance));(null===(r=null===(o=null==A?void 0:A.quoteLpToken)||void 0===o?void 0:o.id)||void 0===r?void 0:r.toLocaleLowerCase())===t&&(F=new s(e.liquidityTokenBalance))}}}));const N=null===(y=i.liquidityPositions)||void 0===y?void 0:y[0],D=A.type,q=ra(D),U="AMMV2"===D,V="AMMV3"===D;let H="";if(V)(null===(C=null===(b=null===(v=null==l?void 0:l.pool)||void 0===v?void 0:v.liquidityPositions)||void 0===b?void 0:b[0])||void 0===C?void 0:C.id)===(null==N?void 0:N.id)&&(H=o.i18n._({id:"p3607o",message:"Managing"}));else if((null===(j=null==l?void 0:l.pool)||void 0===j?void 0:j.address)===A.id||(null==l?void 0:l.address)===A.id)if(l.operate===If.Remove)H=o.i18n._({id:"0+31GV",message:"Removing"});else H=o.i18n._({id:"1yHVE+",message:"Adding"});const W=!!(null===(w=A.miningAddress)||void 0===w?void 0:w[0]),Z=!!(null==O?void 0:O.metromMiningApy)&&Number(null==O?void 0:O.metromMiningApy)>0,z=m.palette.hover.default,Q=null==p?void 0:p({address:A.id,chainId:A.chainId});return $.jsxs(t.Box,{component:"tr",sx:{["&:hover td"+(H?", & td":"")]:{backgroundImage:`linear-gradient(${z}, ${z})`}},children:[$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[S&&L?$.jsx(fp,{tokens:[S,L],width:24,mr:8,chainId:A.chainId,showChainLogo:!0}):"",$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,typography:"body2",fontWeight:600},children:[`${null==S?void 0:S.symbol}/${null==L?void 0:L.symbol}`,$.jsx(Nf,{address:A.id,chainId:A.chainId}),!!Q&&$.jsx(ty,{})]}),$.jsx(Wu,{address:A.id,customChainId:A.chainId,truncate:!0,showCopy:!0,iconDarkHover:!0,iconSize:14,iconSpace:4,disabledAddress:c,onAddressClick:()=>{Qh.getState().push({type:exports.PageType.PoolDetail,params:{chainId:A.chainId,address:A.id}})},sx:{typography:"h6",color:"text.secondary"}})]})]})}),c&&$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:[$.jsx(tg,{poolType:q}),$.jsx(ng,{isAMMV2:U,isAMMV3:V,lpFeeRate:A.lpFeeRate,mtFeeRate:A.mtFeeRate})]})}),V?null:$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{typography:"body2"},title:A.tvl?`$${No({input:A.tvl||0})}`:void 0,children:["$",Xo(new s(A.tvl||0))]})}),$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[W||Z?$.jsx(t.Tooltip,{title:o.i18n._({id:"Sti4vy",message:"Mining"}),children:$.jsxs(t.Box,{component:"span",sx:{typography:"body2",color:"success.main"},children:["✨"," "]})}):"",$.jsx(ny,{chainId:A.chainId,apy:O,baseToken:S,quoteToken:L,hasQuote:!!P,hasMining:W,children:$.jsxs(t.Box,{component:"span",sx:{typography:"body2",fontWeight:600,display:"flex",alignItems:"center",width:"max-content",color:"success.main",cursor:"auto"},children:[M||"-%",P?`/${P}`:""]})})]})}),$.jsx(t.Box,{component:"td",children:$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",typography:"body2"},children:V?(null==N?void 0:N.liquidityUSD)?`$${Do({input:N.liquidityUSD,decimals:2})}`:"-":$.jsxs($.Fragment,{children:[R?$.jsx(Hs,{address:null==S?void 0:S.address,chainId:A.chainId,url:null==S?void 0:S.logoURI,width:24,height:24,noShowChain:!0,sx:{mr:4}}):$.jsx(fp,{tokens:S&&L?[S,L]:[],width:24,mr:4,showChainLogo:!1,chainId:A.chainId}),_?No({input:_}):"-",R&&$.jsxs($.Fragment,{children:[" / ",$.jsx(Hs,{address:null==L?void 0:L.address,chainId:A.chainId,url:null==L?void 0:L.logoURI,width:24,height:24,noShowChain:!0,sx:{mx:4}}),F?No({input:F}):"0"]}),U&&$.jsx(t.Tooltip,{title:$.jsx(e.Trans,{id:"NXZdrO",message:"My pool share"}),children:$.jsx(t.Box,{sx:{ml:4,px:8,py:4,borderRadius:4,typography:"h6",backgroundColor:"background.tag",color:"text.secondary"},children:Ko({input:null===(T=null===(k=i.liquidityPositions)||void 0===k?void 0:k[0])||void 0===T?void 0:T.poolShare})})})]})})}),u?$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4,color:"text.primary"},children:[$.jsx(Lg,{outOfRange:null!==(B=null==N?void 0:N.outOfRange)&&void 0!==B&&B}),$.jsx(t.Box,{children:$.jsxs($.Fragment,{children:[$.jsxs("span",{children:[Yx({price:null===(I=null==N?void 0:N.priceRange)||void 0===I?void 0:I.token0LowerPrice,atLimit:{},direction:dm.LOWER})," "]}),null==S?void 0:S.symbol]})}),$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:$.jsx("path",{d:"M15.75 9.50293L12.75 12.5029L11.7 11.4529L12.8813 10.2529L5.11875 10.2529L6.3 11.4529L5.25 12.5029L2.25 9.50293L5.25 6.50293L6.31875 7.55293L5.11875 8.75293L12.8813 8.75293L11.7 7.55293L12.75 6.50293L15.75 9.50293Z",fill:"currentColor",fillOpacity:"0.5"})}),$.jsx(t.Box,{children:$.jsxs($.Fragment,{children:[$.jsxs("span",{children:[Yx({price:null===(E=null==N?void 0:N.priceRange)||void 0===E?void 0:E.token0UpperPrice,atLimit:{},direction:dm.UPPER})," "]}),null==S?void 0:S.symbol]})})]})}):null,$.jsx(t.Box,{component:"td",children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:"8px"},children:[c&&"PMM"===q&&$.jsx(Kf,{chainId:A.chainId,address:A.id}),H?$.jsx(Qf,{text:H,onClick:()=>d(null)}):$.jsxs($.Fragment,{children:[V?null:!!n&&$.jsxs(t.Button,{variant:t.Button.Variant.second,size:t.Button.Size.small,onClick:e=>{e.stopPropagation(),d({operate:If.Remove,pool:oa(i),hasMining:W})},sx:{py:0,height:32},children:[$.jsx(e.Trans,{id:"t/YqKh",message:"Remove"}),!!Q&&$.jsx(ty,{isRightTop:!0})]}),$.jsx(t.Button,{size:t.Button.Size.small,onClick:()=>{d({pool:oa(i),hasMining:W})},sx:{py:0,height:32},children:V?o.i18n._({id:"wckWOP",message:"Manage"}):o.i18n._({id:"m16xKo",message:"Add"})})]})]})})]},V?null==N?void 0:N.id:A.id+A.chainId)}))})]})}function by({account:e,filterChainIds:i,activeChainId:o,handleChangeActiveChainId:a,operatePool:s,setOperatePool:l,getMigrationPairAndMining:d,tokenAndPoolFilter:u}){var p,h,m,x,g,f,y,v;const b=t.useTheme(),{minDevice:C,isMobile:j}=Oa(),w=c.useQueryClient(),{onlyChainId:k,supportAMMV2:T,supportAMMV3:B,notSupportPMM:I}=G(),[E,A]=n.useState("pmm&v2"),[S,L]=n.useState("1"),{filterTokens:R,filterASymbol:O,filterBSymbol:M,filterAddressLqList:P,handleDeleteToken:_,handleChangeFilterTokens:F,handleChangeFilterAddress:D}=ry(u);let q=I?[]:["CLASSICAL","DVM","DSP","GSP","DPP"];T&&q.push("AMMV2"),B&&"v3"===E&&(q=["AMMV3"]);const U={currentPage:1,pageSize:1e3,user:e,filterState:{viewOnlyOwn:!0,filterTypes:q}},V=wa(),H=V.getQuery(r.PoolApi.graphql.fetchMyLiquidityList,{where:Object.assign(Object.assign({},U),{filterState:Object.assign({filterASymbol:O,filterBSymbol:M},U.filterState)})}),W=c.useQuery(Object.assign({},H));let Z=null!==(m=null===(h=null===(p=W.data)||void 0===p?void 0:p.liquidity_list)||void 0===h?void 0:h.lqList)&&void 0!==m?m:[];const z=!!(null==P?void 0:P.length);return z?Z=[...P]:i&&(Z=null!==(y=null===(f=null===(g=null===(x=W.data)||void 0===x?void 0:x.liquidity_list)||void 0===g?void 0:g.lqList)||void 0===f?void 0:f.filter((e=>{var t,n;return i.includes(null!==(n=null===(t=null==e?void 0:e.pair)||void 0===t?void 0:t.chainId)&&void 0!==n?n:0)})))&&void 0!==y?y:[]),$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{pt:12,pb:20,display:"flex",flexDirection:"column-reverse",gap:8,[b.breakpoints.up("tablet")]:{py:16,flexDirection:"row",px:0,justifyContent:"space-between"}},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"stretch",flexDirection:"column",gap:8,[b.breakpoints.up("tablet")]:{flexDirection:"row",alignItems:"center"}},children:[!k&&$.jsx(zf,{chainId:o,setChainId:a}),B&&$.jsx(Yf,{filterList:[{label:"V3",value:"v3"},{label:"V2 & PMM",value:"pmm&v2"}],value:E,onChange:e=>A(e)}),$.jsx(Yf,{filterList:[{label:"1d",value:"1"},{label:"7d",value:"7"},{label:"14d",value:"14"},{label:"30d",value:"30"}],value:S,onChange:e=>L(e)})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(t.Box,{sx:Object.assign({flex:1,display:"flex",alignItems:"center",gap:8},j?{}:{"& > button":{flex:1}}),children:null!==(v=null==u?void 0:u.element)&&void 0!==v?v:$.jsx(iy,{value:R,onChange:F,searchAddress:(e,t)=>N(this,void 0,void 0,(function*(){var n;const i=V.getInfiniteQuery(r.PoolApi.graphql.fetchLiquidityList,"currentPage",{where:Object.assign(Object.assign({},U),{filterState:Object.assign({address:e},U.filterState)})}),o=null===(n=(yield w.fetchQuery(i)).liquidity_list)||void 0===n?void 0:n.lqList;return(null==o?void 0:o.length)?$.jsx(oy,{list:o,onClick:()=>{D(o),t()}}):null}))})}),(z||!!R.length)&&$.jsxs(t.Box,{sx:{my:0},children:[z?$.jsx(Gf,{lqList:P,onDeleteTag:()=>D([])}):"",$.jsx(Xf,{tags:R,onDeleteTag:_})]})]})]}),j?$.jsxs(Ff,{children:[W.isLoading?$.jsx(ey,{}):"",!W.isLoading&&!(null==Z?void 0:Z.length)&&!W.error&&$.jsx(X,{sx:{mt:40},hasSearch:!!(o&&!k||O||M)}),!!W.error&&$.jsx(ne,{refresh:W.refetch,sx:{mt:40}}),$.jsx(yy,{account:e,lqList:Z,setOperatePool:l,supportAMM:T||B,getMigrationPairAndMining:d,timeRange:S})]}):$.jsxs($.Fragment,{children:[$.jsx(vy,{account:e,lqList:Z,loading:W.isLoading,operatePool:s,setOperatePool:l,supportAMM:T||B,onlyV3:"v3"===E,getMigrationPairAndMining:d,timeRange:S}),$.jsx(yp,{loading:W.isLoading,refetch:W.error?W.refetch:void 0,empty:!(null==Z?void 0:Z.length),hasSearch:!!(o&&!k||O||M)})]})]})}function Cy(e){var{sx:n}=e,i=F(e,["sx"]);return $.jsx(t.TabPanel,{...i,sx:Object.assign(Object.assign({},n),{display:"flex",flexDirection:"column",overflow:"hidden"})})}function jy({params:i,scrollRef:o,tokenAndPoolFilter:a,operatePMMPoolElement:s,operatePool:l,onOperatePool:d,getMigrationPairAndMining:c}){var u,p,h;const{isMobile:m}=Oa(),x=t.useTheme(),g=G((e=>e.noDocumentLink)),f=n.useRef(null),{account:y}=fa(),{poolTab:v,tabs:b,handleChangePoolTab:C}=function({account:t,paramsTab:i}){const{i18n:o}=e.useLingui(),[r,a]=n.useState(hy.addLiquidity),{supportAMMV2:s,supportAMMV3:l,notSupportPMM:d}=G(),c=n.useMemo((()=>{const e=[{key:hy.addLiquidity,value:o._({id:"OBdohg",message:"Add Liquidity"})},{key:hy.myLiquidity,value:o._({id:"YHc3B+",message:"My Liquidity"})}];return d||e.push({key:hy.myCreated,value:s||l?o._({id:"zcVtwU",message:"My Pools (PMM)"}):o._({id:"fZFkP1",message:"My Pools"})}),e}),[o._,s,l,d]),u=n.useRef(!1);n.useEffect((()=>{const e=sessionStorage.getItem(uy);t&&e&&!u.current&&(u.current=!0,a(e))}),[t]);const p=e=>{a(e),sessionStorage.setItem(uy,e)};return n.useEffect((()=>{i&&p(i)}),[i]),{poolTab:r,tabs:c,handleChangePoolTab:p}}({account:y,paramsTab:null==i?void 0:i.tab}),{activeChainId:j,filterChainIds:w,handleChangeActiveChainId:k}=function(){const{chainId:e}=fa(),{onlyChainId:t,defaultChainId:i}=G(),[o,a]=n.useState(t),s=n.useMemo((()=>void 0!==o?[o]:go(e)?void 0:Object.values(r.ChainId).filter((e=>!!Number(e)))),[e,o]);return n.useEffect((()=>{const e=Number(sessionStorage.getItem(py));e&&a(e)}),[]),n.useEffect((()=>{!sessionStorage.getItem(py)&&i&&a(i)}),[i]),{activeChainId:o,filterChainIds:s,handleChangeActiveChainId:e=>{void 0===e?sessionStorage.removeItem(py):sessionStorage.setItem(py,String(e)),a(e)}}}(),[T,B]=n.useState(l||null),I=e=>{if(d){if(d(e))return}B(e)};return n.useEffect((()=>{B(l||null)}),[l]),$.jsxs($h,{sx:Object.assign({},m?{p:0}:{display:"flex",gap:12,flex:1}),ref:f,children:[$.jsxs(t.Tabs,{value:v,onChange:(e,t)=>{C(t)},sx:m?{}:{display:"flex",flexDirection:"column",flex:1,overflow:"hidden",height:"max-content",maxHeight:"100%"},className:m?void 0:"gradient-card-border",children:[$.jsxs(t.Box,{sx:Object.assign({},m?Object.assign({},!y&&{pb:20,display:"flex",justifyContent:"space-between",borderStyle:"solid",borderWidth:"0 0 1px"}):{display:"flex",justifyContent:"space-between",alignItems:"flex-start",pb:16,borderBottomWidth:1,borderBottomColor:"border.main",borderBottomStyle:"solid"}),children:[y?$.jsx(t.TabsGroup,{tabs:b,variant:"default",tabsListSx:Object.assign({justifyContent:"space-between"},m?{mb:12}:{borderBottomWidth:0}),tabSx:m?void 0:{mr:48,typography:"h5",lineHeight:"25px",minHeight:41,padding:"8px 0px 8px 0px"}}):$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",fontWeight:600,typography:"h5",lineHeight:"25px",pb:16},children:[m?"":$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"center",width:24,height:24,backgroundColor:t.alpha(x.palette.secondary.main,.3),borderRadius:6,mr:4,color:"primary.main"},children:$.jsx(t.Box,{component:oe.Fee,sx:{width:16,height:16}})}),$.jsx(e.Trans,{id:"OBdohg",message:"Add Liquidity"})]}),$.jsx(cy,{})]}),$.jsx(Cy,{value:hy.addLiquidity,sx:{display:"flex",flexDirection:"column",overflow:"hidden"},children:$.jsx(ly,{account:y,filterChainIds:w,scrollParentRef:null!=o?o:f,activeChainId:j,handleChangeActiveChainId:k,operatePool:T,setOperatePool:I,tokenAndPoolFilter:a,getMigrationPairAndMining:c})}),$.jsx(Cy,{value:hy.myLiquidity,children:$.jsx(by,{account:y,filterChainIds:w,activeChainId:j,handleChangeActiveChainId:k,operatePool:T,setOperatePool:I,tokenAndPoolFilter:a,getMigrationPairAndMining:c})}),$.jsx(Cy,{value:hy.myCreated,children:$.jsx(fy,{account:y,filterChainIds:w,activeChainId:j,handleChangeActiveChainId:k,operatePool:T,setOperatePool:I})}),!g&&$.jsx(Gh,{title:"How does Liquidity Pools work?",descList:[{title:"Deposit Liquidity",desc:"Select a liquidity pool that suits your preferences and supply a pair of assets in our AMM pools or any supported assets in StableSwap pools. In return, you'll receive LP tokens, representing your share of the liquidity provided."},{title:"Earn Fees",desc:"As transactions occur within the pool, fees are collected and added to your LP tokens' value. This accrues daily, giving you real-time APY as your token holdings grow."},{title:"Delegate & Change Pool Fees",desc:"Boosted pool rewards are distributed every Sunday. If you've contributed liquidity to these pools, simply visit the rewards page, select the relevant week, and claim your earnings with ease."}],linkTo:"https://docs.dodoex.io/product/tutorial/how-to-provide-liquidity",sx:Object.assign({mt:16},m&&{mt:20})})]}),T&&$.jsx(t.Box,{sx:{position:"relative",width:m?"100%":375},children:"AMMV3"===(null===(u=null==T?void 0:T.pool)||void 0===u?void 0:u.type)&&T.pool.chainId?v===hy.myLiquidity&&(null===(h=null===(p=T.pool.liquidityPositions)||void 0===p?void 0:p[0])||void 0===h?void 0:h.tokenId)?$.jsx(Sg,{baseToken:T.pool.baseToken,quoteToken:T.pool.quoteToken,feeAmount:Number(T.pool.lpFeeRate),tokenId:T.pool.liquidityPositions[0].tokenId,chainId:T.pool.chainId,onClose:()=>I(null)}):$.jsx(Og,{chainId:T.pool.chainId,baseToken:T.pool.baseToken,quoteToken:T.pool.quoteToken,feeAmount:Number(T.pool.lpFeeRate),onClose:()=>I(null),handleGoToAddLiquidityV3:e=>{Qh.getState().push({type:exports.PageType.createPoolAMMV3,params:e})}}):$.jsx($.Fragment,{children:null!=s?s:$.jsx($.Fragment,{children:m?$.jsx(_f,{account:y,onClose:()=>I(null),modal:m,...T}):$.jsx(Pf,{account:y,onClose:()=>I(null),...T,sx:{width:375,height:"max-content",backgroundColor:"background.paper",borderRadius:16,overflow:"hidden"}})})})})]})}function wy({sx:e,onClick:n}){const o=t.useTheme();return $.jsx(t.HoverOpacity,{onClick:()=>{n?n():Qh.getState().back()},sx:i.merge({display:"inline-flex",alignItems:"center",cursor:"pointer"},e),children:$.jsx(t.Box,{sx:{color:o.palette.text.secondary,width:40,height:40,display:"flex",alignItems:"center",justifyContent:"center",borderColor:o.palette.border.main,borderStyle:"solid",borderWidth:1,borderRadius:8,backgroundColor:o.palette.background.paper},children:$.jsx(oe.ArrowBack,{})})})}var ky,Ty,By,Iy,Ey,Ay,Sy,Ly,Ry,Oy,My,Py,_y;function Fy(){return Fy=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},Fy.apply(null,arguments)}const Ny=e=>P.createElement("svg",Fy({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),ky||(ky=P.createElement("rect",{x:28.5,y:214,width:40,height:6,fill:"url(#paint0_linear_5229_28889)"})),Ty||(Ty=P.createElement("rect",{x:88.5,y:208,width:40,height:12,fill:"url(#paint1_linear_5229_28889)"})),By||(By=P.createElement("rect",{x:148.5,y:201,width:40,height:19,fill:"url(#paint2_linear_5229_28889)"})),Iy||(Iy=P.createElement("rect",{x:208.5,y:188,width:40,height:32,fill:"url(#paint3_linear_5229_28889)"})),Ey||(Ey=P.createElement("rect",{x:268.5,y:170,width:40,height:50,fill:"url(#paint4_linear_5229_28889)"})),Ay||(Ay=P.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint5_linear_5229_28889)"})),Sy||(Sy=P.createElement("rect",{width:40,height:6,transform:"matrix(-1 0 0 1 708.5 214)",fill:"url(#paint6_linear_5229_28889)"})),Ly||(Ly=P.createElement("rect",{width:40,height:12,transform:"matrix(-1 0 0 1 648.5 208)",fill:"url(#paint7_linear_5229_28889)"})),Ry||(Ry=P.createElement("rect",{width:40,height:19,transform:"matrix(-1 0 0 1 588.5 201)",fill:"url(#paint8_linear_5229_28889)"})),Oy||(Oy=P.createElement("rect",{width:40,height:32,transform:"matrix(-1 0 0 1 528.5 188)",fill:"url(#paint9_linear_5229_28889)"})),My||(My=P.createElement("rect",{width:40,height:50,transform:"matrix(-1 0 0 1 468.5 170)",fill:"url(#paint10_linear_5229_28889)"})),Py||(Py=P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint11_linear_5229_28889)"})),_y||(_y=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_5229_28889",x1:48.5,y1:214,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint1_linear_5229_28889",x1:108.5,y1:208,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint2_linear_5229_28889",x1:168.5,y1:201,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint3_linear_5229_28889",x1:228.5,y1:188,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint4_linear_5229_28889",x1:288.5,y1:170,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint5_linear_5229_28889",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint6_linear_5229_28889",x1:20,y1:0,x2:20,y2:6,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint7_linear_5229_28889",x1:20,y1:0,x2:20,y2:12,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint8_linear_5229_28889",x1:20,y1:0,x2:20,y2:19,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint9_linear_5229_28889",x1:20,y1:0,x2:20,y2:32,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint10_linear_5229_28889",x1:20,y1:0,x2:20,y2:50,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint11_linear_5229_28889",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})))));var Dy,qy,Uy,Vy,Hy,Wy,Zy,$y,zy,Qy,Gy,Yy,Xy;function Ky(){return Ky=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},Ky.apply(null,arguments)}const Jy=e=>P.createElement("svg",Ky({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Dy||(Dy=P.createElement("rect",{x:28.5,y:214,width:40,height:6,fill:"url(#paint0_linear_3900_354238)"})),qy||(qy=P.createElement("rect",{x:88.5,y:208,width:40,height:12,fill:"url(#paint1_linear_3900_354238)"})),Uy||(Uy=P.createElement("rect",{x:148.5,y:201,width:40,height:19,fill:"url(#paint2_linear_3900_354238)"})),Vy||(Vy=P.createElement("rect",{x:208.5,y:188,width:40,height:32,fill:"url(#paint3_linear_3900_354238)"})),Hy||(Hy=P.createElement("rect",{x:268.5,y:170,width:40,height:50,fill:"url(#paint4_linear_3900_354238)"})),Wy||(Wy=P.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint5_linear_3900_354238)"})),Zy||(Zy=P.createElement("rect",{width:40,height:6,transform:"matrix(-1 0 0 1 708.5 214)",fill:"url(#paint6_linear_3900_354238)"})),$y||($y=P.createElement("rect",{width:40,height:12,transform:"matrix(-1 0 0 1 648.5 208)",fill:"url(#paint7_linear_3900_354238)"})),zy||(zy=P.createElement("rect",{width:40,height:19,transform:"matrix(-1 0 0 1 588.5 201)",fill:"url(#paint8_linear_3900_354238)"})),Qy||(Qy=P.createElement("rect",{width:40,height:32,transform:"matrix(-1 0 0 1 528.5 188)",fill:"url(#paint9_linear_3900_354238)"})),Gy||(Gy=P.createElement("rect",{width:40,height:50,transform:"matrix(-1 0 0 1 468.5 170)",fill:"url(#paint10_linear_3900_354238)"})),Yy||(Yy=P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint11_linear_3900_354238)"})),Xy||(Xy=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_3900_354238",x1:48.5,y1:214,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint1_linear_3900_354238",x1:108.5,y1:208,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint2_linear_3900_354238",x1:168.5,y1:201,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint3_linear_3900_354238",x1:228.5,y1:188,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint4_linear_3900_354238",x1:288.5,y1:170,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint5_linear_3900_354238",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint6_linear_3900_354238",x1:20,y1:0,x2:20,y2:6,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint7_linear_3900_354238",x1:20,y1:0,x2:20,y2:12,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint8_linear_3900_354238",x1:20,y1:0,x2:20,y2:19,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint9_linear_3900_354238",x1:20,y1:0,x2:20,y2:32,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint10_linear_3900_354238",x1:20,y1:0,x2:20,y2:50,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint11_linear_3900_354238",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})))));var ev,tv,nv,iv,ov,rv,av,sv,lv,dv,cv,uv,pv,hv;function mv(){return mv=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},mv.apply(null,arguments)}const xv=e=>P.createElement("svg",mv({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),ev||(ev=P.createElement("g",{clipPath:"url(#clip0_5057_344879)"},P.createElement("rect",{x:-10.5,y:160,width:40,height:60,fill:"url(#paint0_linear_5057_344879)"}),P.createElement("rect",{x:49.5,y:120,width:40,height:100,fill:"url(#paint1_linear_5057_344879)"}),P.createElement("rect",{x:109.5,y:60,width:40,height:160,fill:"url(#paint2_linear_5057_344879)"}),P.createElement("rect",{x:169.5,width:40,height:220,fill:"url(#paint3_linear_5057_344879)"}),P.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 549.5 200)",fill:"url(#paint4_linear_5057_344879)"}),P.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 489.5 180)",fill:"url(#paint5_linear_5057_344879)"}),P.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 429.5 160)",fill:"url(#paint6_linear_5057_344879)"}),P.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 369.5 120)",fill:"url(#paint7_linear_5057_344879)"}),P.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 309.5 60)",fill:"url(#paint8_linear_5057_344879)"}),P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 249.5 0)",fill:"url(#paint9_linear_5057_344879)"}))),tv||(tv=P.createElement("rect",{x:28.5,y:200,width:40,height:20,fill:"url(#paint10_linear_5057_344879)"})),nv||(nv=P.createElement("rect",{x:88.5,y:180,width:40,height:40,fill:"url(#paint11_linear_5057_344879)"})),iv||(iv=P.createElement("rect",{x:148.5,y:160,width:40,height:60,fill:"url(#paint12_linear_5057_344879)"})),ov||(ov=P.createElement("rect",{x:208.5,y:120,width:40,height:100,fill:"url(#paint13_linear_5057_344879)"})),rv||(rv=P.createElement("rect",{x:268.5,y:60,width:40,height:160,fill:"url(#paint14_linear_5057_344879)"})),av||(av=P.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint15_linear_5057_344879)"})),sv||(sv=P.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint16_linear_5057_344879)"})),lv||(lv=P.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint17_linear_5057_344879)"})),dv||(dv=P.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint18_linear_5057_344879)"})),cv||(cv=P.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint19_linear_5057_344879)"})),uv||(uv=P.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint20_linear_5057_344879)"})),pv||(pv=P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint21_linear_5057_344879)"})),hv||(hv=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_5057_344879",x1:9.5,y1:160,x2:9.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint1_linear_5057_344879",x1:69.5,y1:120,x2:69.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint2_linear_5057_344879",x1:129.5,y1:60,x2:129.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint3_linear_5057_344879",x1:189.5,y1:0,x2:189.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint4_linear_5057_344879",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint5_linear_5057_344879",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint6_linear_5057_344879",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint7_linear_5057_344879",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint8_linear_5057_344879",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint9_linear_5057_344879",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"white",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),P.createElement("linearGradient",{id:"paint10_linear_5057_344879",x1:48.5,y1:200,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint11_linear_5057_344879",x1:108.5,y1:180,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint12_linear_5057_344879",x1:168.5,y1:160,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint13_linear_5057_344879",x1:228.5,y1:120,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint14_linear_5057_344879",x1:288.5,y1:60,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint15_linear_5057_344879",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint16_linear_5057_344879",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint17_linear_5057_344879",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint18_linear_5057_344879",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint19_linear_5057_344879",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint20_linear_5057_344879",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint21_linear_5057_344879",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("clipPath",{id:"clip0_5057_344879"},P.createElement("rect",{width:737,height:220,fill:"white"})))));var gv,fv,yv,vv,bv,Cv,jv,wv,kv,Tv,Bv,Iv,Ev,Av;function Sv(){return Sv=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},Sv.apply(null,arguments)}const Lv=e=>P.createElement("svg",Sv({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),gv||(gv=P.createElement("g",{clipPath:"url(#clip0_5057_344817)"},P.createElement("rect",{x:-10.5,y:160,width:40,height:60,fill:"url(#paint0_linear_5057_344817)"}),P.createElement("rect",{x:49.5,y:120,width:40,height:100,fill:"url(#paint1_linear_5057_344817)"}),P.createElement("rect",{x:109.5,y:60,width:40,height:160,fill:"url(#paint2_linear_5057_344817)"}),P.createElement("rect",{x:169.5,width:40,height:220,fill:"url(#paint3_linear_5057_344817)"}),P.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 549.5 200)",fill:"url(#paint4_linear_5057_344817)"}),P.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 489.5 180)",fill:"url(#paint5_linear_5057_344817)"}),P.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 429.5 160)",fill:"url(#paint6_linear_5057_344817)"}),P.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 369.5 120)",fill:"url(#paint7_linear_5057_344817)"}),P.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 309.5 60)",fill:"url(#paint8_linear_5057_344817)"}),P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 249.5 0)",fill:"url(#paint9_linear_5057_344817)"}))),fv||(fv=P.createElement("rect",{x:28.5,y:200,width:40,height:20,fill:"url(#paint10_linear_5057_344817)"})),yv||(yv=P.createElement("rect",{x:88.5,y:180,width:40,height:40,fill:"url(#paint11_linear_5057_344817)"})),vv||(vv=P.createElement("rect",{x:148.5,y:160,width:40,height:60,fill:"url(#paint12_linear_5057_344817)"})),bv||(bv=P.createElement("rect",{x:208.5,y:120,width:40,height:100,fill:"url(#paint13_linear_5057_344817)"})),Cv||(Cv=P.createElement("rect",{x:268.5,y:60,width:40,height:160,fill:"url(#paint14_linear_5057_344817)"})),jv||(jv=P.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint15_linear_5057_344817)"})),wv||(wv=P.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint16_linear_5057_344817)"})),kv||(kv=P.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint17_linear_5057_344817)"})),Tv||(Tv=P.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint18_linear_5057_344817)"})),Bv||(Bv=P.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint19_linear_5057_344817)"})),Iv||(Iv=P.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint20_linear_5057_344817)"})),Ev||(Ev=P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint21_linear_5057_344817)"})),Av||(Av=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_5057_344817",x1:9.5,y1:160,x2:9.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint1_linear_5057_344817",x1:69.5,y1:120,x2:69.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint2_linear_5057_344817",x1:129.5,y1:60,x2:129.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint3_linear_5057_344817",x1:189.5,y1:0,x2:189.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint4_linear_5057_344817",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint5_linear_5057_344817",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint6_linear_5057_344817",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint7_linear_5057_344817",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint8_linear_5057_344817",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint9_linear_5057_344817",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),P.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),P.createElement("linearGradient",{id:"paint10_linear_5057_344817",x1:48.5,y1:200,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint11_linear_5057_344817",x1:108.5,y1:180,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint12_linear_5057_344817",x1:168.5,y1:160,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint13_linear_5057_344817",x1:228.5,y1:120,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint14_linear_5057_344817",x1:288.5,y1:60,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint15_linear_5057_344817",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint16_linear_5057_344817",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint17_linear_5057_344817",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint18_linear_5057_344817",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint19_linear_5057_344817",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint20_linear_5057_344817",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint21_linear_5057_344817",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("clipPath",{id:"clip0_5057_344817"},P.createElement("rect",{width:737,height:220,fill:"white"})))));var Rv,Ov,Mv,Pv,_v,Fv,Nv,Dv,qv,Uv,Vv,Hv,Wv;function Zv(){return Zv=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},Zv.apply(null,arguments)}const $v=e=>P.createElement("svg",Zv({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Rv||(Rv=P.createElement("rect",{x:28.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),Ov||(Ov=P.createElement("rect",{x:88.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),Mv||(Mv=P.createElement("rect",{x:148.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),Pv||(Pv=P.createElement("rect",{x:208.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),_v||(_v=P.createElement("rect",{x:268.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),Fv||(Fv=P.createElement("rect",{x:328.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),Nv||(Nv=P.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint0_linear_5229_28865)"})),Dv||(Dv=P.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint1_linear_5229_28865)"})),qv||(qv=P.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint2_linear_5229_28865)"})),Uv||(Uv=P.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint3_linear_5229_28865)"})),Vv||(Vv=P.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint4_linear_5229_28865)"})),Hv||(Hv=P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint5_linear_5229_28865)"})),Wv||(Wv=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_5229_28865",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint1_linear_5229_28865",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint2_linear_5229_28865",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint3_linear_5229_28865",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint4_linear_5229_28865",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint5_linear_5229_28865",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})))));var zv,Qv,Gv,Yv,Xv,Kv,Jv,eb,tb,nb,ib,ob,rb;function ab(){return ab=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},ab.apply(null,arguments)}const sb=e=>P.createElement("svg",ab({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),zv||(zv=P.createElement("rect",{x:28.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),Qv||(Qv=P.createElement("rect",{x:88.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),Gv||(Gv=P.createElement("rect",{x:148.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),Yv||(Yv=P.createElement("rect",{x:208.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),Xv||(Xv=P.createElement("rect",{x:268.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),Kv||(Kv=P.createElement("rect",{x:328.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),Jv||(Jv=P.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint0_linear_3900_354262)"})),eb||(eb=P.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint1_linear_3900_354262)"})),tb||(tb=P.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint2_linear_3900_354262)"})),nb||(nb=P.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint3_linear_3900_354262)"})),ib||(ib=P.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint4_linear_3900_354262)"})),ob||(ob=P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint5_linear_3900_354262)"})),rb||(rb=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_3900_354262",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint1_linear_3900_354262",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint2_linear_3900_354262",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint3_linear_3900_354262",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint4_linear_3900_354262",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint5_linear_3900_354262",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})))));var lb,db,cb,ub,pb,hb,mb,xb,gb,fb,yb,vb,bb;function Cb(){return Cb=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},Cb.apply(null,arguments)}const jb=e=>P.createElement("svg",Cb({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),lb||(lb=P.createElement("rect",{x:28.5,y:200,width:40,height:20,fill:"url(#paint0_linear_5229_28987)"})),db||(db=P.createElement("rect",{x:88.5,y:180,width:40,height:40,fill:"url(#paint1_linear_5229_28987)"})),cb||(cb=P.createElement("rect",{x:148.5,y:160,width:40,height:60,fill:"url(#paint2_linear_5229_28987)"})),ub||(ub=P.createElement("rect",{x:208.5,y:120,width:40,height:100,fill:"url(#paint3_linear_5229_28987)"})),pb||(pb=P.createElement("rect",{x:268.5,y:60,width:40,height:160,fill:"url(#paint4_linear_5229_28987)"})),hb||(hb=P.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint5_linear_5229_28987)"})),mb||(mb=P.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint6_linear_5229_28987)"})),xb||(xb=P.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint7_linear_5229_28987)"})),gb||(gb=P.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint8_linear_5229_28987)"})),fb||(fb=P.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint9_linear_5229_28987)"})),yb||(yb=P.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint10_linear_5229_28987)"})),vb||(vb=P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint11_linear_5229_28987)"})),bb||(bb=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_5229_28987",x1:48.5,y1:200,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint1_linear_5229_28987",x1:108.5,y1:180,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint2_linear_5229_28987",x1:168.5,y1:160,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint3_linear_5229_28987",x1:228.5,y1:120,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint4_linear_5229_28987",x1:288.5,y1:60,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint5_linear_5229_28987",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint6_linear_5229_28987",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint7_linear_5229_28987",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint8_linear_5229_28987",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint9_linear_5229_28987",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint10_linear_5229_28987",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint11_linear_5229_28987",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})))));var wb,kb,Tb,Bb,Ib,Eb,Ab,Sb,Lb,Rb,Ob,Mb,Pb;function _b(){return _b=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},_b.apply(null,arguments)}const Fb=e=>P.createElement("svg",_b({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),wb||(wb=P.createElement("rect",{x:28.5,y:200,width:40,height:20,fill:"url(#paint0_linear_4437_25449)"})),kb||(kb=P.createElement("rect",{x:88.5,y:180,width:40,height:40,fill:"url(#paint1_linear_4437_25449)"})),Tb||(Tb=P.createElement("rect",{x:148.5,y:160,width:40,height:60,fill:"url(#paint2_linear_4437_25449)"})),Bb||(Bb=P.createElement("rect",{x:208.5,y:120,width:40,height:100,fill:"url(#paint3_linear_4437_25449)"})),Ib||(Ib=P.createElement("rect",{x:268.5,y:60,width:40,height:160,fill:"url(#paint4_linear_4437_25449)"})),Eb||(Eb=P.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint5_linear_4437_25449)"})),Ab||(Ab=P.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint6_linear_4437_25449)"})),Sb||(Sb=P.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint7_linear_4437_25449)"})),Lb||(Lb=P.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint8_linear_4437_25449)"})),Rb||(Rb=P.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint9_linear_4437_25449)"})),Ob||(Ob=P.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint10_linear_4437_25449)"})),Mb||(Mb=P.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint11_linear_4437_25449)"})),Pb||(Pb=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_4437_25449",x1:48.5,y1:200,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint1_linear_4437_25449",x1:108.5,y1:180,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint2_linear_4437_25449",x1:168.5,y1:160,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint3_linear_4437_25449",x1:228.5,y1:120,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint4_linear_4437_25449",x1:288.5,y1:60,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint5_linear_4437_25449",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint6_linear_4437_25449",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint7_linear_4437_25449",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint8_linear_4437_25449",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint9_linear_4437_25449",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint10_linear_4437_25449",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),P.createElement("linearGradient",{id:"paint11_linear_4437_25449",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),P.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})))));var Nb,Db;function qb(){const e="https://docs.dodoex.io/product/tutorial/how-to-create-pools#learn-more-about-the-characteristics-of-different-pool-models",t=[{version:Db.standard,title:o.i18n._({id:"TJBHlP",message:"Standard"}),description:o.i18n._({id:"QNrpkx",message:"Classical AMM-like pool. Suitable for most assets."}),exampleImgUrl:Fb,exampleDarkImgUrl:jb,docUrl:e,initPriceLabel:o.i18n._({id:"d2CZvA",message:"Initial Price"}),initPriceTips:o.i18n._({id:"5OKrbq",message:"Since this pool uses the PMM algorithm, which is different from the normal AMM pool mechanism, the initial price calculation is also different from AMM."}),initPriceTipsLink:"https://docs.dodoex.io/en/product/dodo-v2-pools/dodo-vending-machine/dvm-initial-price-formula-explanation"},{version:Db.pegged,title:o.i18n._({id:"J7M/DA",message:"Pegged"}),description:o.i18n._({id:"RvYEUJ",message:"Suitable for synthetic assets. The liquidity is super concentrated at some price like Curve Finance."}),exampleImgUrl:Jy,exampleDarkImgUrl:Ny,docUrl:e,initPriceLabel:o.i18n._({id:"4ogEAw",message:"Pegged Exchange Rate"}),initPriceTips:o.i18n._({id:"M9dIDb",message:"The pegged exchange rate refers to the exchange rate between two token assets where one's value is pegged/fixed by the other. For example, the pegged exchange rate between the US Dollar and USDT is 1."})},{version:Db.singleToken,title:o.i18n._({id:"34w3mT",message:"Single-Token"}),description:o.i18n._({id:"a1AzKr",message:"For those who are looking to sell tokens and only need ask-side liquidity."}),exampleImgUrl:sb,exampleDarkImgUrl:$v,docUrl:e,initPriceLabel:o.i18n._({id:"d2CZvA",message:"Initial Price"}),initPriceTips:o.i18n._({id:"HGf8fG",message:"You can set the minimum selling price for single-token pools."})},{version:Db.marketMakerPool,title:o.i18n._({id:"4vKwIV",message:"Private Pool"}),description:o.i18n._({id:"pKjCsP",message:"100% use your own funds and enjoy the maximum degree of flexibility."}),exampleImgUrl:Lv,exampleDarkImgUrl:xv,docUrl:e,initPriceLabel:o.i18n._({id:"CeLrge",message:"Mid Price"}),initPriceTips:o.i18n._({id:"GGPOuT",message:"set current mid price"})}],n=t.reduce(((e,t)=>(e[t.version]=t,e)),{});return{versionList:t,versionMap:n,subPeggedVersionList:Ub()}}function Ub(){return[{version:Nb.DSP,title:o.i18n._({id:"D1bhHv",message:"The pool’s market-making price is fixed"}),description:o.i18n._({id:"lgE483",message:"Once created, the price cannot be changed. This option applies to assets like ETH-WETH."})},{version:Nb.GSP,title:o.i18n._({id:"LVzIav",message:"The pool’s market-making price can be adjusted"}),description:o.i18n._({id:"KkjUUb",message:"Once created, you can adjust the pool’s market-making price at any time. This option is suitable for assets with fluctuating pegged prices. Adjusting the pool’s market-making price allows for more competitive quotes."})}]}function Vb(){return Ub().reduce(((e,t)=>(e[t.version]=t,e)),{})}!function(e){e.DSP="dsp",e.GSP="gsp"}(Nb||(Nb={})),function(e){e.standard="standard",e.singleToken="single-token",e.pegged="pagged",e.marketMakerPool="market-maker-pool"}(Db||(Db={}));const Hb="0.3",Wb=.01,Zb=10,$b="1",zb="0.0000000000001",Qb=1e8,Gb="1",Yb="0.0001",Xb="0.1",Kb=8;function Jb({selectedVersion:e,quoteToken:t,initPrice:n,midPrice:i}){return e===Db.standard?!i||i.isZero()?null:Do({input:i,decimals:t.decimals}):Do({input:n,decimals:t.decimals})}function eC({initPrice:e}){const t=new s(e);if(!t.isFinite()||t.lte(0))return{base:null,quote:null};const n=new s(1),i=n.dividedBy(n.plus(t)).dp(Kb,s.ROUND_DOWN);return{base:i,quote:n.minus(i).dp(Kb,s.ROUND_DOWN)}}function tC({chainId:e,baseToken:t,quoteToken:n}){const i=r.basicTokenMap[e];return!(!t||!n)&&(!(!sa(t.address,i.address)||!sa(n.address,i.wrappedTokenAddress))||!(!sa(t.address,i.wrappedTokenAddress)||!sa(n.address,i.address)))}function nC({title:e,children:n,isWaiting:i}){const o=t.useTheme();return $.jsxs(t.Box,{sx:{padding:16,borderRadius:8,backgroundColor:o.palette.background.paper,flexGrow:1,flexBasis:"100%"},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",gap:8,typography:"h5"},children:i?"-":n}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:500,color:o.palette.text.secondary,mt:8},children:e})]})}function iC({status:n,selectedVersion:i,baseToken:o,quoteToken:r,initPrice:a,slippageCoefficient:s,midPrice:l,sx:d}){var c;const{versionMap:u}=qb(),p="waiting"===n,{initPriceLabel:h}=u[i];return o&&r?$.jsx($.Fragment,{children:$.jsxs(t.Box,{sx:Object.assign({mt:0,display:"flex",alignItems:"stretch",gap:12,opacity:p?.5:1},d),children:[$.jsxs(nC,{title:$.jsx(e.Trans,{id:"fSFt4a",message:"Token Pair"}),isWaiting:p,children:[$.jsx(fp,{width:24,height:24,tokens:[o,r]}),o.symbol,"-",r.symbol]}),$.jsx(nC,{title:$.jsx(e.Trans,{id:"sjn3tj",message:"Slippage Coefficient"}),isWaiting:p,children:s}),$.jsxs(nC,{title:h,isWaiting:p,children:["1 ",o.symbol," = ",null!==(c=Jb({midPrice:l,quoteToken:r,selectedVersion:i,initPrice:a}))&&void 0!==c?c:"-"," ",r.symbol]})]})}):null}var oC,rC;function aC(){return aC=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},aC.apply(null,arguments)}const sC=e=>P.createElement("svg",aC({width:54,height:32,viewBox:"0 0 54 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),oC||(oC=P.createElement("g",{clipPath:"url(#clip0_5251_29079)"},P.createElement("path",{d:"M41.2736 0.409826C33.3354 1.31458 28.4933 23.304 27.1777 32H54.0001V0.0303594C53.1946 0.0303459 46.2675 -0.159361 41.2736 0.409826Z",fill:"url(#paint0_linear_5251_29079)"}),P.createElement("path",{d:"M27 31.7932C28.3204 23.1499 33.2469 1.97641 41.3084 0.583249C43.491 0.206055 53.1916 0.206014 54 0.206056",stroke:"#EC5A7D",strokeWidth:.206452,strokeLinecap:"square",strokeLinejoin:"round"}),P.createElement("path",{d:"M12.7264 0.409826C20.6646 1.31458 25.5067 23.304 26.8223 32H-0.000102997V0.0303594C0.805374 0.0303459 7.73247 -0.159361 12.7264 0.409826Z",fill:"url(#paint1_linear_5251_29079)"}),P.createElement("path",{d:"M27 31.7932C25.6796 23.1499 20.7531 1.97641 12.6916 0.583249C10.509 0.206055 0.808383 0.206014 2.38419e-07 0.206056",stroke:"#2FBA90",strokeWidth:.206452,strokeLinecap:"square",strokeLinejoin:"round"}))),rC||(rC=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_5251_29079",x1:54.0001,y1:5.72231,x2:54.0001,y2:31.0514,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#EC5A7D",stopOpacity:.3}),P.createElement("stop",{offset:1,stopColor:"#EC5A7D",stopOpacity:0})),P.createElement("linearGradient",{id:"paint1_linear_5251_29079",x1:-10303e-8,y1:5.72231,x2:-10372e-8,y2:31.0514,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#2FBA90",stopOpacity:.3}),P.createElement("stop",{offset:1,stopColor:"#2FBA90",stopOpacity:0})),P.createElement("clipPath",{id:"clip0_5251_29079"},P.createElement("rect",{width:54,height:32,fill:"white"})))));var lC,dC;function cC(){return cC=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},cC.apply(null,arguments)}const uC=e=>P.createElement("svg",cC({width:54,height:32,viewBox:"0 0 54 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),lC||(lC=P.createElement("g",{clipPath:"url(#clip0_5251_28999)"},P.createElement("path",{d:"M41.2736 0.409826C33.3354 1.31458 28.4933 23.304 27.1777 32H54.0001V0.0303594C53.1946 0.0303459 46.2675 -0.159361 41.2736 0.409826Z",fill:"url(#paint0_linear_5251_28999)"}),P.createElement("path",{d:"M27 31.7932C28.3204 23.1499 33.2469 1.97641 41.3084 0.583249C43.491 0.206055 53.1916 0.206014 54 0.206056",stroke:"#FF6187",strokeWidth:.206452,strokeLinecap:"square",strokeLinejoin:"round"}),P.createElement("path",{d:"M12.7264 0.409826C20.6646 1.31458 25.5067 23.304 26.8223 32H-0.000102997V0.0303594C0.805374 0.0303459 7.73247 -0.159361 12.7264 0.409826Z",fill:"url(#paint1_linear_5251_28999)"}),P.createElement("path",{d:"M27 31.7932C25.6796 23.1499 20.7531 1.97641 12.6916 0.583249C10.509 0.206055 0.808383 0.206014 2.38419e-07 0.206056",stroke:"#55F9C7",strokeWidth:.206452,strokeLinecap:"square",strokeLinejoin:"round"}))),dC||(dC=P.createElement("defs",null,P.createElement("linearGradient",{id:"paint0_linear_5251_28999",x1:54.0001,y1:5.72231,x2:54.0001,y2:31.0514,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#FF6187",stopOpacity:.3}),P.createElement("stop",{offset:1,stopColor:"#FF6187",stopOpacity:0})),P.createElement("linearGradient",{id:"paint1_linear_5251_28999",x1:-10303e-8,y1:5.72231,x2:-10372e-8,y2:31.0514,gradientUnits:"userSpaceOnUse"},P.createElement("stop",{stopColor:"#55F9C7",stopOpacity:.3}),P.createElement("stop",{offset:1,stopColor:"#55F9C7",stopOpacity:0})),P.createElement("clipPath",{id:"clip0_5251_28999"},P.createElement("rect",{width:54,height:32,fill:"white"})))));function pC({height:e,text:t}){return $.jsx(X,{sx:{display:"flex",justifyContent:"center",alignItems:"center",flexDirection:"column",height:e||261},emptyText:t||o.i18n._({id:"uiuMDr",message:"Enter parameters to view the yield curve"})})}const hC=n.lazy((()=>Promise.resolve().then((function(){return require("./index-BzQgz9pm.cjs")})))),mC=n.lazy((()=>Promise.resolve().then((function(){return require("./index-CTHC-aZ3.cjs")}))));var xC,gC;function fC({baseToken:i,quoteToken:r,pmmParams:a,pmmModel:s,midPrice:l}){var d,c;const u=t.useTheme(),{isMobile:p}=Oa(),[h,m]=n.useState(xC.depth),x=n.useRef(null),[g,f]=n.useState(0),y=null!==(d=null==i?void 0:i.symbol)&&void 0!==d?d:"",v=null!==(c=null==r?void 0:r.symbol)&&void 0!==c?c:"";n.useEffect((()=>{const e=()=>{x&&x.current&&f(x.current.offsetWidth)};return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[x,l]);const b=h===xC.depth;if(!l||l.isNaN())return $.jsx(pC,{height:p?261:b?665:494});const C=u.palette.success.main,j=u.palette.error.main,w=[{key:xC.liquidity,value:o.i18n._({id:"6y2TB3",message:"Liquidity"})},{key:xC.depth,value:o.i18n._({id:"n25Lml",message:"Depth"})}];return $.jsxs(t.Box,{ref:x,sx:{mt:2,"& input":{backgroundColor:"background.cardInput",borderStyle:"solid",borderWidth:"1px",borderColor:"border.main",borderRadius:8,color:"text.primary",overflow:"hidden"},"& .operate-btn-wrapper button":{backgroundColor:"background.paperContrast",color:"text.primary"}},children:[$.jsxs(t.Tabs,{value:h,onChange:(e,t)=>{m(t)},children:[$.jsx(t.TabsButtonGroup,{tabs:w,variant:"tag",tabsListSx:{ml:"auto"}}),$.jsx(t.Box,{sx:Object.assign({typography:"h6",mt:8,mb:14,color:"text.secondary"},p?{transform:"scale(0.66667)",transformOrigin:"top left"}:{}),children:$.jsx(e.Trans,{id:"tyGEMJ",message:"Amounts"})}),$.jsx(t.TabPanel,{value:xC.depth,children:g&&$.jsx(n.Suspense,{children:$.jsx(hC,{width:g,height:p?261:364,chartId:"create-pool-depth-chart",baseTokenSymbol:y,quoteTokenSymbol:v,pmmModel:s,pmmParams:a,midPrice:l,colorMap:{grid:"light"===u.palette.mode?"#E4E4E4":void 0,midPriceLine:"light"===u.palette.mode?"#E4E4E4":void 0,leftBg:[0,t.alpha(C,.04),1,t.alpha(C,.3)],leftLine:C,rightBg:[0,t.alpha(j,.04),1,t.alpha(j,.3)],rightLine:j,tooltipBg:u.palette.background.paperContrast,tooltipColor:u.palette.text.primary},notShowAmountInput:p})})}),$.jsx(t.TabPanel,{value:xC.liquidity,children:$.jsx(n.Suspense,{children:$.jsx(mC,{width:g,height:p?261:364,baseTokenSymbol:y,quoteTokenSymbol:v,pmmModel:s,pmmParams:a,midPrice:l,notShowTipText:!0,colorMap:{grid:"light"===u.palette.mode?"#E4E4E4":void 0,midPriceLine:"light"===u.palette.mode?"#E4E4E4":void 0,leftBg:[0,t.alpha(C,.04),1,t.alpha(C,.3)],leftLine:C,rightBg:[0,t.alpha(j,.04),1,t.alpha(j,.3)],rightLine:j,tooltipBg:u.palette.background.paperContrast,tooltipColor:u.palette.text.primary,textColor:u.palette.text.secondary}})})})]}),$.jsx(t.Box,{sx:Object.assign({typography:"h6",mt:6,color:"text.secondary"},p?{transform:"scale(0.66667)",transformOrigin:"top left"}:{}),children:$.jsx(e.Trans,{id:"DZULmp",message:"Swap Rate"})}),b?"":$.jsxs(t.Box,{sx:{typography:"h6",mt:24,color:"text.secondary",textAlign:"center"},children:["* ",o.i18n._({id:"DuVAxN",message:"The area of the chart indicates the buy/sell volume of {baseSymbol} that can be carried by the market when the current price changes to the hover price.",values:{baseSymbol:y}})]})]})}!function(e){e[e.liquidity=1]="liquidity",e[e.depth=2]="depth"}(xC||(xC={})),function(e){e[e.standard=1]="standard",e[e.singleToken=2]="singleToken",e[e.pagged=3]="pagged",e[e.marketMaker=4]="marketMaker"}(gC||(gC={}));const yC=({selectedVersion:e,baseAmount:t,quoteAmount:i,initPrice:o,slippageCoefficient:a})=>{const s=n.useMemo((()=>{const n=[Db.standard,Db.singleToken].includes(e),r=e===Db.singleToken;if(!t||!r&&!i)return;const s=Number(o),l=Number(t),d=Number(i),c=Number(a);return{i:s,k:c,b:l,b0:l,q:d,q0:0!==c&&n?0:d,R:0!==c&&n?1:0}}),[t,o,i,e,a]),l=n.useMemo((()=>{if(s)return r.getPmmModel(s)}),[s]),d=n.useMemo((()=>{if(l)return l.getMidPrice()}),[l]);return{pmmParams:s,pmmModel:l,midPrice:d}};function vC({selectedVersion:e,baseToken:i,quoteToken:r,initPrice:a,slippageCoefficient:s,baseAmount:l,quoteAmount:d}){const c=t.useTheme(),{isMobile:u}=Oa(),[p,h]=n.useState(!1),{pmmParams:m,pmmModel:x,midPrice:g}=yC({selectedVersion:e,baseAmount:l,quoteAmount:d,initPrice:a,slippageCoefficient:s});if(!u)return null;const f=o.i18n._({id:"FQfStS",message:"Emulator"}),y=o.i18n._({id:"ihn3o9",message:"The liquidity of ZUNO is continuous, which is different from the discrete liquidity of UniV3. The ticks shown in the illustration are for demonstration purposes only."});return $.jsxs($.Fragment,{children:[$.jsx(t.Box,{sx:{mx:20,mb:8},children:$.jsxs(t.Box,{sx:{width:"100%",px:20,py:16,borderRadius:12,borderWidth:1,borderStyle:"solid",borderColor:c.palette.border.main,display:"flex",alignItems:"center",justifyContent:"space-between"},component:t.ButtonBase,onClick:()=>h(!0),children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",color:c.palette.text.secondary,typography:"body1",fontWeight:600},children:[f,$.jsx(t.QuestionTooltip,{title:y,ml:4,sx:{width:14,height:14}})]}),!g||g.isNaN()?$.jsx(t.Box,{sx:{py:5,typography:"body1"},children:"-"}):"light"===c.palette.mode?$.jsx(sC,{width:"52",height:"32"}):$.jsx(uC,{width:"52",height:"32"})]})}),$.jsx(_s,{open:p,onClose:()=>h(!1),modal:!0,title:$.jsxs(t.Box,{children:[f,$.jsx(t.QuestionTooltip,{title:y,ml:4})]}),children:$.jsx(t.Box,{sx:{px:28,pb:20,maxHeight:"calc(80vh - 134px)",overflowY:"auto",overflowX:"hidden"},children:$.jsx(fC,{baseToken:i,quoteToken:r,pmmParams:m,pmmModel:x,midPrice:g})})})]})}function bC({color:e,backgroundColor:n,tagKey:i}){return $.jsx(t.Box,{sx:{ml:8,px:8,py:2,borderRadius:4,backgroundColor:n,color:e,typography:"h6",fontWeight:500},children:i})}function CC({isWaiting:n,feeRate:i}){const r=t.useTheme();return $.jsxs(t.Box,{sx:{padding:16,borderRadius:8,backgroundColor:r.palette.background.paper,width:"50%",opacity:n?.5:1},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",typography:"h5",fontWeight:600},children:n?"-":$.jsxs($.Fragment,{children:[i||"-","%",i===Hb&&$.jsx(bC,{tagKey:o.i18n._({id:"/+c6tU",message:"99% Default"}),color:r.palette.purple.main,backgroundColor:t.alpha(r.palette.purple.main,.1)})]})}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:500,color:r.palette.text.secondary,mt:8},children:$.jsx(e.Trans,{id:"Y7rVy0",message:"Fee Rate"})})]})}function jC({isWaiting:n,selectedVersion:i,baseToken:o,quoteToken:r,initPrice:a,slippageCoefficient:s,baseAmount:l,quoteAmount:d,peggedBaseTokenRatio:c,peggedQuoteTokenRatio:u}){const p=t.useTheme(),{pmmParams:h,pmmModel:m,midPrice:x}=yC({selectedVersion:i,baseAmount:l,quoteAmount:d,initPrice:a,slippageCoefficient:s});return $.jsxs($.Fragment,{children:[!n&&$.jsx(fC,{baseToken:o,quoteToken:r,pmmParams:h,pmmModel:m,midPrice:x}),$.jsxs(t.Box,{sx:{mt:n?0:20,padding:16,borderRadius:8,backgroundColor:p.palette.background.paper,width:"50%",opacity:n?.5:1},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",typography:"h5",fontWeight:600},children:n?"-":$.jsxs($.Fragment,{children:[c,"% ",null==o?void 0:o.symbol," : ",u,"% ",null==r?void 0:r.symbol]})}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:500,color:p.palette.text.secondary,mt:8},children:$.jsx(e.Trans,{id:"eK0eiF",message:"Initial asset ratio"})})]})]})}function wC({title:e,children:n,isWaiting:i}){const o=t.useTheme();return $.jsxs(t.Box,{sx:{padding:16,borderRadius:8,backgroundColor:o.palette.background.paper,flexGrow:1,flexBasis:"100%"},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",gap:8,typography:"h5"},children:i?"-":n}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:500,color:o.palette.text.secondary,mt:8},children:e})]})}function kC({status:e,selectedVersion:n,baseToken:i,quoteToken:r,initPrice:a,slippageCoefficient:s,baseAmount:l,quoteAmount:d}){var c;const{pmmParams:u,pmmModel:p,midPrice:h}=yC({selectedVersion:n,baseAmount:l,quoteAmount:d,initPrice:a,slippageCoefficient:s}),{versionMap:m}=qb(),x="waiting"===e,{initPriceLabel:g}=m[n];return $.jsxs($.Fragment,{children:["running"===e&&$.jsx(fC,{baseToken:i,quoteToken:r,pmmParams:u,pmmModel:p,midPrice:h}),$.jsxs(t.Box,{sx:{mt:20,display:"flex",alignItems:"stretch",gap:12,opacity:x?.5:1},children:[$.jsx(wC,{title:o.i18n._({id:"fSFt4a",message:"Token Pair"}),isWaiting:x,children:i&&r?$.jsxs($.Fragment,{children:[$.jsx(fp,{width:24,tokens:[i,r],chainId:i.chainId}),i.symbol,"-",r.symbol]}):""}),$.jsx(wC,{title:g,isWaiting:x,children:i&&r?$.jsxs($.Fragment,{children:["1 ",i.symbol,"=",null!==(c=Jb({midPrice:h,quoteToken:r,selectedVersion:n,initPrice:a}))&&void 0!==c?c:"-"," ",r.symbol]}):""}),$.jsx(wC,{title:o.i18n._({id:"sjn3tj",message:"Slippage Coefficient"}),isWaiting:x,children:s})]})]})}function TC({isWaiting:n,selectedSubPeggedVersion:i}){var o,r;const a=t.useTheme(),s=Vb();return $.jsxs(t.Box,{sx:{padding:16,borderRadius:8,backgroundColor:a.palette.background.paper,width:"50%",opacity:n?.5:1},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",typography:"h5",fontWeight:600},children:n?"-":i&&null!==(r=null===(o=s[i])||void 0===o?void 0:o.title)&&void 0!==r?r:"-"}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:500,color:a.palette.text.secondary,mt:8},children:$.jsx(e.Trans,{id:"XPiFIY",message:"Can the pool price be adjusted?"})})]})}function BC({index:e,titleKey:n,status:i}){const o=t.useTheme(),{isMobile:r}=Oa();return $.jsxs($.Fragment,{children:[$.jsx(t.Box,{sx:Object.assign({mt:28,mb:28,borderTopColor:"border.main",borderTopStyle:"solid",borderTopWidth:1},r?{mt:12,mb:12,display:1===e?"none":"block"}:{})}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",mb:20},children:[$.jsx(t.Box,{sx:{display:"flex",width:"20px",height:"20px",justifyContent:"center",alignItems:"center",flexShrink:0,borderRadius:"50%",backgroundColor:"waiting"===i?o.palette.background.paperDarkContrast:o.palette.secondary.main,typography:"h6",fontWeight:600,textAlign:"center",color:"waiting"===i?o.palette.text.disabled:o.palette.secondary.contrastText},children:"completed"===i?$.jsx($.Fragment,{children:$.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{d:"M12.7596 3.55566L5.92549 10.3897L3.23957 7.71418L1.77734 9.17641L5.92549 13.3246L14.2218 5.02826L12.7596 3.55566Z",fill:"currentColor"})})}):e}),$.jsx(t.Box,{sx:{ml:8,typography:"body1",fontWeight:600,color:"waiting"===i?o.palette.text.disabled:o.palette.text.primary},children:n})]})]})}function IC({currentStep:e,isPeggedVersion:n}){const i=t.useTheme(),{isMobile:r}=Oa();let a="",s="",l="";switch(e){case 0:a=o.i18n._({id:"hdIg7i",message:"Select Pool Version"}),l=o.i18n._({id:"fw3eYd",message:"ZUNO provides a variety of pool versions to suit your needs."});break;case 1:a=o.i18n._({id:"lsg9Mi",message:"Parameter Settings"});break;case 2:n?a=o.i18n._({id:"6lss/t",message:"Pricing Model"}):(a=o.i18n._({id:"Y7rVy0",message:"Fee Rate"}),s=o.i18n._({id:"2vjOqX",message:"Pools with lower transaction fees will attract more traders."}));break;case 3:if(!n)throw new Error("type is error");a=o.i18n._({id:"Y7rVy0",message:"Fee Rate"}),s=o.i18n._({id:"2vjOqX",message:"Pools with lower transaction fees will attract more traders."});break;case 4:if(!n)throw new Error("type is error");a=o.i18n._({id:"3ggd2j",message:"Asset ratio within the pool"});break;default:throw new Error(`Invalid Step ${e}`)}return $.jsxs(t.Box,{sx:Object.assign({position:"sticky",top:0,py:20,px:20,backgroundColor:i.palette.background.paper,zIndex:1},r?{}:{position:"static",borderTopLeftRadius:16,borderTopRightRadius:16}),children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(t.Box,{sx:{typography:"h5",color:i.palette.text.primary,fontWeight:600},children:a}),s&&$.jsx(t.QuestionTooltip,{title:s,sx:{width:16,height:16}}),$.jsx(t.Box,{sx:{marginLeft:"auto",display:"flex",alignItems:"center",gap:12},children:(n?[0,1,2,3,4]:[0,1,2]).map((n=>$.jsx(t.Box,{sx:{width:12,height:12,borderRadius:12,background:e>=n?i.palette.secondary.main:t.alpha(i.palette.primary.main,.1)}},n)))})]}),l&&$.jsx(t.Box,{sx:{mt:8,typography:"body2",color:i.palette.text.secondary},children:l})]})}function EC({versionItem:n,status:i}){const o=t.useTheme(),{noDocumentLink:r}=G(),a="light"===o.palette.mode;return"completed"===i?$.jsxs(t.Box,{sx:{backgroundColor:o.palette.background.paper,borderRadius:8,width:"50%",padding:16},children:[$.jsx(t.Box,{sx:{typography:"h5",fontWeight:600,color:o.palette.text.primary},children:n.title}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:500,mt:8,color:o.palette.text.secondary},children:n.description})]}):$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(t.Box,{sx:{typography:"h4",fontWeight:600},children:n.title}),!r&&$.jsxs(t.Box,{sx:{ml:8,display:"flex",padding:"2px 8px",justifyContent:"center",alignItems:"center",gap:"2px",color:o.palette.text.disabled,backgroundColor:o.palette.background.paperDarkContrast,borderRadius:4,typography:"h6"},component:"a",href:n.docUrl,target:"_blank",rel:"noreferrer",children:[$.jsx(e.Trans,{id:"TGi+jm",message:"Doc"}),$.jsx("svg",{width:"14",height:"15",viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.91667 3.41667V11.5833H11.0833V7.5H12.25V11.5833C12.25 12.225 11.725 12.75 11.0833 12.75H2.91667C2.26917 12.75 1.75 12.225 1.75 11.5833V3.41667C1.75 2.775 2.26917 2.25 2.91667 2.25H7V3.41667H2.91667ZM8.16667 3.41667V2.25H12.25V6.33333H11.0833V4.23917L5.34917 9.97333L4.52667 9.15083L10.2608 3.41667H8.16667Z",fill:"currentColor"})})]})]}),$.jsx(t.Box,{sx:{position:"relative",width:"100%",minHeight:220},children:$.jsx(t.Box,{component:a?n.exampleImgUrl:n.exampleDarkImgUrl,sx:{marginTop:20,width:"100%"}})})]})}function AC({side:e,tokenList:t,occupyToken:n,needFindToken:i,chainId:o}){var r,a;let s=null,l=null;const d=t.filter((t=>!(t.side&&t.side!==e||o&&t.chainId!==o)));return d.length&&(i&&(s=null!==(r=d.find((e=>e.address===(null==i?void 0:i.address)&&e.chainId===i.chainId)))&&void 0!==r?r:null,l=s),l||(n?l=null!==(a=d.find((e=>e.address!==n.address)))&&void 0!==a?a:null:[l]=d)),{findToken:s,defaultToken:l}}function SC(){const{account:e,chainId:t}=fa(),n=Qh((e=>{var t;return null===(t=e.page)||void 0===t?void 0:t.params}));return function({chainId:e,account:t,defaultBaseToken:n,defaultQuoteToken:i,tokenListInclude:o}={}){const{tokenList:r}=Mo(),a=AC({side:"from",needFindToken:n,tokenList:r,chainId:e}),s=c.useQuery(Object.assign({},Zi.getFetchTokenQuery(o?void 0:e,null==n?void 0:n.address,t))),l=c.useQuery(Object.assign({},Zi.getFetchTokenQuery(o?void 0:e,null==i?void 0:i.address,t)));let d=null,u=!1;d=a.defaultToken,s.data&&(d=s.data,u=s.isLoading);let p=null,h=!1;return p=AC({side:"to",needFindToken:i,occupyToken:d,tokenList:r,chainId:e}).defaultToken,l.data&&(p=l.data,h=l.isLoading),{defaultBaseToken:d,defaultQuoteToken:p,defaultBaseTokenLoading:u,defaultQuoteTokenLoading:h}}({chainId:t,account:e,defaultBaseToken:(null==n?void 0:n.fromAddress)?{address:null==n?void 0:n.fromAddress,chainId:t}:void 0,defaultQuoteToken:(null==n?void 0:n.toAddress)?{address:null==n?void 0:n.toAddress,chainId:t}:void 0})}function LC({tokens:e}){const{apikey:t}=G(),n=Ya(Mi.fiatPrice);return c.useQuery({enabled:!!e.length,queryKey:["fetch","fetchFiatPrice",e],queryFn:()=>N(this,void 0,void 0,(function*(){const i=yield g.post(n,{networks:e.map((e=>ha(e.chainId))),addresses:e.map((e=>e.address)),symbols:e.map((e=>e.symbol)),isCache:!0},t?{headers:{apikey:t}}:void 0),o=new Map;return i.data.data&&i.data.data.forEach((e=>{const t=Number(e.price);!Number.isNaN(t)&&t>0&&o.set(e.address,t)})),o}))})}const RC=({selectedVersion:e})=>e===Db.pegged?["0.0001","0.0005","0.002"]:["0.5","0.01","1"];var OC;function MC(e,t){return!e||null==t||e.isNaN()?"":e.dp(t,s.ROUND_DOWN).toString()}function PC({state:e,fixedRatioPrice:t}){const{selectedVersion:n,baseToken:i,quoteToken:o,baseAmount:r,isFixedRatio:a,leftTokenAddress:l}=e;if(!i||!o)throw new Error("token is required");const d=l===(null==i?void 0:i.address),c=n===Db.standard,u=n===Db.pegged,p=new s(t);let h=c?zb:d?t:!p.isNaN()&&p.gt(0)?new s(1).div(p).dp(d?o.decimals:i.decimals).toString():$b;if(c){const e=18-i.decimals+o.decimals;e<String(zb).split(".")[1].length&&(h=new s(1).div(10**e).toString())}if(u){const n=eC({initPrice:h}),i=n.base?n.base.multipliedBy(100).toString():"",o=n.quote?n.quote.multipliedBy(100).toString():"";return Object.assign(Object.assign({},e),{initPrice:h,fixedRatioPrice:t,peggedBaseTokenRatio:i,peggedQuoteTokenRatio:o})}if(c&&a){const n=new s(r);if(!n.isNaN()&&!p.isNaN()&&p.gt(0)){const r=d?n.multipliedBy(p):n.div(p);return Object.assign(Object.assign({},e),{initPrice:h,fixedRatioPrice:t,baseAmount:MC(n,i.decimals),quoteAmount:MC(r,o.decimals)})}}return Object.assign(Object.assign({},e),{initPrice:h,fixedRatioPrice:t})}function _C(e,t){var n;switch(t.type){case OC.SetCurrentStep:{const{payload:n}=t;return e.selectedVersion===Db.pegged?Object.assign(Object.assign({},e),{currentStep:n>=4?4:n<=0?0:n}):Object.assign(Object.assign({},e),{currentStep:n>=2?2:n<=0?0:n})}case OC.SelectNewVersion:{const{payload:i}=t;if(i===e.selectedVersion)return e;let o,r=Gb;i===Db.pegged&&(r=Yb,o=Nb.DSP);let a=zb;i===Db.singleToken?a="":i!==Db.standard&&(a=$b);let s=!0;return i===Db.singleToken&&(s=!1),Object.assign(Object.assign({},e),{baseAmount:"",quoteAmount:"",isFixedRatio:s,initPrice:a,fixedRatioPrice:i===Db.singleToken?"":$b,slippageCoefficient:r,isSlippageCoefficientCustomized:!RC({selectedVersion:t.payload}).includes(r),selectedVersion:t.payload,selectedSubPeggedVersion:o,leftTokenAddress:null===(n=e.baseToken)||void 0===n?void 0:n.address})}case OC.SelectNewSubPeggedVersion:return Object.assign(Object.assign({},e),{selectedSubPeggedVersion:t.payload});case OC.UpdateBaseToken:{const n=t.payload;return Object.assign(Object.assign({},e),{baseToken:n,baseAmount:"",leftTokenAddress:null==n?void 0:n.address})}case OC.UpdateQuoteToken:{const{baseToken:n}=e;return Object.assign(Object.assign({},e),{quoteToken:t.payload,quoteAmount:"",leftTokenAddress:null==n?void 0:n.address})}case OC.SwitchTokens:{const{selectedVersion:t,baseToken:n,quoteToken:i,baseAmount:o,quoteAmount:r}=e;return t===Db.singleToken?Object.assign(Object.assign({},e),{baseToken:i,quoteToken:n,leftTokenAddress:null==i?void 0:i.address}):Object.assign(Object.assign({},e),{baseToken:i,quoteToken:n,baseAmount:r,quoteAmount:o,leftTokenAddress:null==i?void 0:i.address})}case OC.UpdateBaseAmount:{const n=t.payload,{selectedVersion:i,quoteToken:o,fixedRatioPrice:a,isFixedRatio:l,peggedBaseTokenRatio:d}=e;if(!o)throw new Error("token is required");const c=new s(n);if(i===Db.pegged){const t=new s(d).div(100).dp(Kb,s.ROUND_DOWN);if(!t.isFinite()||t.lt(0))return Object.assign(Object.assign({},e),{baseAmount:n,quoteAmount:""});const i=c.div(t).minus(c);return Object.assign(Object.assign({},e),{baseAmount:n,quoteAmount:MC(i,o.decimals)})}if(i===Db.standard&&l&&a){if(!n)return Object.assign(Object.assign({},e),{baseAmount:n,quoteAmount:n});const t=function(e,t){const n=new r.PMMModel;return n.B=new s(e.baseAmount),n.i=new s(e.initPrice),n.k=new s(e.slippageCoefficient),n.RStatus=1,n.getQuoteByMidPrice(t)}(Object.assign(Object.assign({},e),{baseAmount:n}),new s(a));return Object.assign(Object.assign({},e),{baseAmount:n,quoteAmount:MC(t,o.decimals)})}return Object.assign(Object.assign({},e),{baseAmount:n})}case OC.UpdateQuoteAmount:{const n=t.payload,{selectedVersion:i,baseToken:o,fixedRatioPrice:r,isFixedRatio:a,leftTokenAddress:l,peggedQuoteTokenRatio:d}=e;if(!o)throw new Error("token is required");const c=l===(null==o?void 0:o.address),u=new s(n);if(i===Db.pegged){const t=new s(d).div(100).dp(Kb,s.ROUND_DOWN);if(!t.isFinite()||t.lt(0))return Object.assign(Object.assign({},e),{baseAmount:"",quoteAmount:n});const i=u.div(t).minus(u);return Object.assign(Object.assign({},e),{baseAmount:MC(i,o.decimals),quoteAmount:n})}if(i===Db.standard&&a){const t=new s(r),i=t.gt(0)?c?u.div(t):u.multipliedBy(t):void 0;return Object.assign(Object.assign({},e),{baseAmount:MC(i,o.decimals),quoteAmount:n})}return Object.assign(Object.assign({},e),{quoteAmount:n})}case OC.UpdateIsFixedRatio:return Object.assign(Object.assign({},e),{isFixedRatio:t.payload});case OC.InitFixedRatioPrice:{const{leftTokenAddress:n,baseToken:i,quoteToken:o}=e;if(!i||!o)throw new Error("token is required");const r=n===(null==i?void 0:i.address),{baseTokenFiatPrice:a,quoteTokenFiatPrice:l}=t.payload,d=a&&l?new s(a).div(l):void 0,c=a&&l?new s(l).div(a):void 0,u=r?d:c,p=r?o.decimals:i.decimals;return u&&!u.isNaN()?PC({state:e,fixedRatioPrice:u.dp(p,s.ROUND_DOWN).toString()}):e}case OC.UpdateFixedRatioPrice:return PC({state:e,fixedRatioPrice:t.payload});case OC.ToggleLeftToken:{const{baseToken:t,quoteToken:n,fixedRatioPrice:i}=e;if(!t||!n)throw new Error("token is required");const o=e.leftTokenAddress===(null==t?void 0:t.address),r=o?null==n?void 0:n.address:null==t?void 0:t.address,a=new s(i);if(!a.isNaN()&&a.gt(0)){const i=new s(1).div(a).dp(o?t.decimals:n.decimals);return PC({state:Object.assign(Object.assign({},e),{leftTokenAddress:r}),fixedRatioPrice:i.toString()})}return Object.assign(Object.assign({},e),{leftTokenAddress:r})}case OC.UpdateSlippageCoefficient:return Object.assign(Object.assign({},e),{slippageCoefficient:t.payload});case OC.UpdateIsSlippageCoefficientCustomized:return Object.assign(Object.assign({},e),{isSlippageCoefficientCustomized:t.payload});case OC.UpdateFeeRate:return Object.assign(Object.assign({},e),{feeRate:t.payload});case OC.UpdateIsFeeRateCustomized:return Object.assign(Object.assign({},e),{isFeeRateCustomized:t.payload});case OC.InitEditParameters:return function(e,t){const{baseToken:n,quoteToken:i}=t;return n&&i?Object.assign(Object.assign({},e),{baseToken:n,quoteToken:i,leftTokenAddress:null==n?void 0:n.address,slippageCoefficient:"",initPrice:"",fixedRatioPrice:"",feeRate:"",isFixedRatio:!1}):e}(e,t.payload);case OC.UpdatePeggedBaseTokenRatio:{if(!e.quoteToken)throw new Error("token is required");const n=t.payload,i=new s(n).dp(Kb-2,s.ROUND_DOWN);if(!i.isFinite()||i.lt(0))return Object.assign(Object.assign({},e),{peggedBaseTokenRatio:"",peggedQuoteTokenRatio:"",baseAmount:"",quoteAmount:""});const o=new s(100).minus(i).dp(Kb-2,s.ROUND_DOWN),r=i.lte(0)?"0":e.baseAmount,a=new s(r),l=a.div(i.div(100)).minus(a);return Object.assign(Object.assign({},e),{peggedBaseTokenRatio:n,peggedQuoteTokenRatio:o.lt(0)?"0":o.toString(),baseAmount:r,quoteAmount:MC(l,e.quoteToken.decimals)})}case OC.UpdatePeggedQuoteTokenRatio:{if(!e.baseToken)throw new Error("token is required");const n=t.payload,i=new s(n).dp(Kb-2,s.ROUND_DOWN);if(!i.isFinite()||i.lt(0))return Object.assign(Object.assign({},e),{peggedBaseTokenRatio:"",peggedQuoteTokenRatio:n,baseAmount:"",quoteAmount:""});const o=new s(100).minus(i).dp(Kb-2,s.ROUND_DOWN),r=i.lte(0)?"0":e.quoteAmount,a=new s(r),l=a.div(i.div(100)).minus(a);return Object.assign(Object.assign({},e),{peggedBaseTokenRatio:o.lt(0)?"0":o.toString(),peggedQuoteTokenRatio:n,baseAmount:MC(l,e.baseToken.decimals),quoteAmount:r})}default:throw Error("Unknown action: "+t.type)}}function FC({isSingleTokenVersion:e,leftTokenAddress:t,baseToken:i,quoteToken:o,dispatch:r}){var a,l;const d=LC({tokens:n.useMemo((()=>i&&o?[i,o]:[]),[i,o])}),c=t===(null==i?void 0:i.address),u=i?null===(a=d.data)||void 0===a?void 0:a.get(i.address):void 0,p=o?null===(l=d.data)||void 0===l?void 0:l.get(o.address):void 0,h=n.useMemo((()=>{const e=u&&p?new s(u).div(p):void 0,t=u&&p?new s(p).div(u):void 0;return c?e:t}),[u,c,p]),m=!h||h.isNaN(),x=!d.isLoading&&!d.isPending&&m;return n.useLayoutEffect((()=>{x&&r({type:OC.UpdateIsFixedRatio,payload:!1})}),[r,x]),n.useLayoutEffect((()=>{e||u&&r({type:OC.InitFixedRatioPrice,payload:{baseTokenFiatPrice:u,quoteTokenFiatPrice:p}})}),[u,r,e,p]),{fiatPriceLoading:d.isLoading||d.isPending,currentPrice:h,isErrorPrice:x,isNullPrice:m}}function NC({label:e,value:n}){return $.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",mb:16},children:[$.jsx(t.Box,{sx:{color:"text.secondary",mr:8},children:e}),$.jsx(t.Box,{sx:{textAlign:"right",wordBreak:"break-all"},children:n})]})}function DC({on:e,onClose:n,state:i,onConfirm:r,isModify:a,loading:s}){var l,d,c,u,p,h,m;const{chainId:x}=fa(),{versionMap:g}=qb(),{isMobile:f}=Oa(),{title:y,initPriceLabel:v}=g[i.selectedVersion],{midPrice:b}=yC({selectedVersion:i.selectedVersion,baseAmount:i.baseAmount,quoteAmount:i.quoteAmount,initPrice:i.initPrice,slippageCoefficient:i.slippageCoefficient}),C=Vb(),j=i.selectedVersion===Db.pegged;return $.jsx(_s,{open:e,onClose:n,modal:!0,title:a?o.i18n._({id:"dzV+zO",message:"Modify Confirmation"}):o.i18n._({id:"tnRI9r",message:"Pool Creation Confirmation"}),children:$.jsxs(t.Box,{sx:{flex:1,px:20,pb:20,display:"flex",flexDirection:"column",justifyContent:"space-between",width:f?void 0:420},children:[$.jsxs(t.Box,{sx:{pt:40,px:8},children:[$.jsx(NC,{label:o.i18n._({id:"eE0JZ4",message:"Version"}),value:y}),$.jsx(NC,{label:o.i18n._({id:"7m5+6j",message:"Initial Tokens"}),value:$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end"},children:[$.jsx(Hs,{address:null===(l=i.baseToken)||void 0===l?void 0:l.address,chainId:x,marginRight:8,width:18,height:18}),i.baseAmount||"-"," ",null===(d=i.baseToken)||void 0===d?void 0:d.symbol]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",mt:4},children:[$.jsx(Hs,{address:null===(c=i.quoteToken)||void 0===c?void 0:c.address,chainId:x,marginRight:8,width:18,height:18}),i.quoteAmount||"-"," ",null===(u=i.quoteToken)||void 0===u?void 0:u.symbol]})]})}),$.jsx(NC,{label:o.i18n._({id:"sjn3tj",message:"Slippage Coefficient"}),value:i.slippageCoefficient}),$.jsx(NC,{label:v,value:i.baseToken&&i.quoteToken?`1 ${i.baseToken.symbol} = ${Jb({midPrice:b,quoteToken:i.quoteToken,selectedVersion:i.selectedVersion,initPrice:i.initPrice})} ${i.quoteToken.symbol}`:""}),j&&$.jsx(NC,{label:o.i18n._({id:"6lss/t",message:"Pricing Model"}),value:i.selectedSubPeggedVersion?null===(p=C[i.selectedSubPeggedVersion])||void 0===p?void 0:p.title:"-"}),$.jsx(NC,{label:o.i18n._({id:"Y7rVy0",message:"Fee Rate"}),value:`${i.feeRate}%`}),j&&$.jsx(NC,{label:o.i18n._({id:"eK0eiF",message:"Initial asset ratio"}),value:$.jsxs($.Fragment,{children:[i.peggedBaseTokenRatio,"% ",null===(h=i.baseToken)||void 0===h?void 0:h.symbol," : ",i.peggedQuoteTokenRatio,"% ",null===(m=i.quoteToken)||void 0===m?void 0:m.symbol]})})]}),$.jsx(t.Button,{fullWidth:!0,isLoading:s,sx:{mt:30},onClick:r,children:a?o.i18n._({id:"7VpPHA",message:"Confirm"}):o.i18n._({id:"hYgDIe",message:"Create"})})]})})}!function(e){e[e.SetCurrentStep=1]="SetCurrentStep",e[e.SelectNewVersion=2]="SelectNewVersion",e[e.SelectNewSubPeggedVersion=3]="SelectNewSubPeggedVersion",e[e.UpdateBaseToken=4]="UpdateBaseToken",e[e.UpdateQuoteToken=5]="UpdateQuoteToken",e[e.SwitchTokens=6]="SwitchTokens",e[e.UpdateBaseAmount=7]="UpdateBaseAmount",e[e.UpdateQuoteAmount=8]="UpdateQuoteAmount",e[e.UpdateIsFixedRatio=9]="UpdateIsFixedRatio",e[e.UpdateFixedRatioPrice=10]="UpdateFixedRatioPrice",e[e.InitFixedRatioPrice=11]="InitFixedRatioPrice",e[e.ToggleLeftToken=12]="ToggleLeftToken",e[e.UpdateSlippageCoefficient=13]="UpdateSlippageCoefficient",e[e.UpdateIsSlippageCoefficientCustomized=14]="UpdateIsSlippageCoefficientCustomized",e[e.UpdateFeeRate=15]="UpdateFeeRate",e[e.UpdateIsFeeRateCustomized=16]="UpdateIsFeeRateCustomized",e[e.InitEditParameters=17]="InitEditParameters",e[e.UpdatePeggedBaseTokenRatio=18]="UpdatePeggedBaseTokenRatio",e[e.UpdatePeggedQuoteTokenRatio=19]="UpdatePeggedQuoteTokenRatio"}(OC||(OC={}));const qC=({selectedVersion:e,selectedSubPeggedVersion:t,baseToken:n,quoteToken:i,baseAmount:o,quoteAmount:a,feeRate:l,initPrice:d,slippageCoefficient:c})=>{const{chainId:u,account:p}=fa(),{deadLine:h}=G(),m=r.basicTokenMap[u];return{getCreateParams:()=>N(void 0,void 0,void 0,(function*(){if(!p||!n||!i)return null;let g="";const f=Number(n.decimals),y=Number(i.decimals),v=new s(l),b=e===Db.marketMakerPool,C=e===Db.standard,j=e===Db.pegged,w=e===Db.pegged&&t===Nb.GSP,k={decimals:f,address:n.address},T={decimals:y,address:i.address},B=x.parseFixed(o,f).toString(),I=x.parseFixed(a||"0",y).toString(),E=b?v.times(100).toNumber():v.times(80).toNumber();let A=b&&C?new s(a).div(o).dp(y,s.ROUND_DOWN).toString():new s(d).toString();if(C){const e=18-n.decimals+i.decimals;e<String(zb).split(".")[1].length&&(A=new s(1).div(10**e).toString())}const S=Number(c||(j?"0.1":"1")),L=Math.ceil(Date.now()/1e3)+(null!=h?h:3600);let R;const O=[u,k,T,B,I,E,A,S,L];try{e===Db.standard||e===Db.singleToken?R=yield r.PoolApi.encode.createDVMPoolABI(...O):b?R=yield r.PoolApi.encode.createDPPPoolABI(...O):j?R=yield r.PoolApi.encode.createDSPPoolABI(...O):w&&(R=yield r.PoolApi.encode.createGSPPoolABI(u,p,k,T,B,I,E,A,S,L))}catch(e){throw console.error("2.0 CreatePool createPrams error",O,e),g=`2.0 CreatePool createPrams error; ERROR: ${e}`,new Error(g)}if(!R||!R.data)throw g="invalid data",new Error(g);try{const e=m.address.toLocaleLowerCase();return o&&n.address.toLocaleUpperCase()===e?R.value=Gg(o):a&&i.address===e?R.value=Gg(a):R.value=0,R}catch(e){throw console.error("2.0 sendTransaction error",e),g=`2.0 sendTransaction error; ERROR: ${e}`,new Error(g)}}))}},UC=({chainId:n,baseToken:i,quoteToken:o})=>{const r=t.useTheme();return tC({chainId:n,baseToken:i,quoteToken:o})?$.jsx(t.Box,{sx:{mb:12,py:8,px:12,borderRadius:8,backgroundColor:t.alpha(r.palette.error.main,.1),color:r.palette.error.main,textAlign:"center",typography:"h6",fontWeight:500},children:$.jsx(e.Trans,{id:"peTryP",message:"{0}-{1} is not supported. Please select another pair.",values:{0:null==i?void 0:i.symbol,1:null==o?void 0:o.symbol}})}):null};function VC({state:n,dispatch:i,openConfirm:r,isPeggedVersion:a,isStandardVersion:l,isSingleTokenVersion:d,fiatPriceLoading:c}){var u,p;const{currentStep:h,selectedVersion:m,baseToken:x,quoteToken:g,baseAmount:f,quoteAmount:y,initPrice:v,slippageCoefficient:b,feeRate:C}=n,j=new s(f||0),w=new s(y||0),k=ms(x,{amount:f}),T=ms(g,{amount:y}),B={variant:t.Button.Variant.contained},I=tC({chainId:null!==(p=null===(u=n.baseToken)||void 0===u?void 0:u.chainId)&&void 0!==p?p:1,baseToken:x,quoteToken:g}),E=o.i18n._({id:"hXzOVo",message:"Next"}),A=$.jsx(t.Button,{fullWidth:!0,disabled:!0,...B,children:E}),S=$.jsx(t.Button,{variant:t.Button.Variant.contained,fullWidth:!0,onClick:r,children:$.jsx(e.Trans,{id:"hYgDIe",message:"Create"})});if(0===h)return $.jsx(t.Button,{fullWidth:!0,...B,onClick:()=>{i({type:OC.SetCurrentStep,payload:1})},children:E});const L=!x||j.isNaN()||j.lte(0),R=!g||w.isNaN()||w.lte(0);if(1===h){if(I)return A;if(a){if(!x||!g)return A}else{if(L)return A;if(k.needShowTokenStatusButton||k.insufficientBalance)return $.jsx(zg,{status:k,buttonProps:B});if(!d){if(R)return A;if(T.needShowTokenStatusButton||T.insufficientBalance)return $.jsx(zg,{status:T,buttonProps:B})}if(!l){if(!g)return A;const e=new s(v),t=Math.min(g.decimals,16);if(!v||e.isNaN()||e.lt(`1e-${t}`)||e.gt(Qb))return A;const n=new s(b);if(!b||n.isNaN()||n.lt(0)||n.gt(m===Db.pegged?Xb:Gb))return A}if(c)return A;if(tC({chainId:x.chainId,baseToken:x,quoteToken:g}))return A}return $.jsx(t.Button,{fullWidth:!0,...B,onClick:()=>{i({type:OC.SetCurrentStep,payload:2})},children:E})}const O=new s(C),M=!C||O.isNaN()||O.lt(Wb)||O.gt(Zb);return 2===h?a?$.jsx(t.Button,{fullWidth:!0,...B,onClick:()=>{i({type:OC.SetCurrentStep,payload:3})},children:E}):M?A:S:3===h?M?A:$.jsx(t.Button,{fullWidth:!0,...B,onClick:()=>{i({type:OC.SetCurrentStep,payload:4})},children:E}):4===h?L||R?A:k.needShowTokenStatusButton||k.insufficientBalance?$.jsx(zg,{status:k,buttonProps:B}):T.needShowTokenStatusButton||T.insufficientBalance?$.jsx(zg,{status:T,buttonProps:B}):S:null}function HC({state:i,dispatch:r,isPeggedVersion:a,isStandardVersion:s,isSingleTokenVersion:l,fiatPriceLoading:d}){const{currentStep:u}=i,p=t.useTheme(),{isMobile:h}=Oa(),m=za(),{onlyChainId:x,chainId:g}=fa(),[f,y]=n.useState(!1),{getCreateParams:v}=qC(i),b=c.useMutation({mutationFn:()=>N(this,void 0,void 0,(function*(){const e=yield v();if(!e)return;(yield m.execute(o.i18n._({id:"8OiU8L",message:"Pool Creation"}),Object.assign({opcode:Ua.TX,desc:"Create pool"},e),{early:!0,metadata:{[i.selectedVersion===Db.marketMakerPool?exports.MetadataFlag.createDPPPool:i.selectedVersion===Db.pegged?i.selectedSubPeggedVersion===Nb.DSP?exports.MetadataFlag.createDSPPool:exports.MetadataFlag.createGSPPool:exports.MetadataFlag.createDVMPool]:"1"}}))===_a.Submitted&&setTimeout((()=>{Qh.getState().push({type:exports.PageType.Pool,params:{tab:hy.myCreated}})}),100)}))});return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:Object.assign({position:"sticky",left:0,right:0,bottom:0,backgroundColor:p.palette.background.paperContrast,px:20,py:20},h?{}:{position:"static",backgroundColor:"transparent",py:0}),children:[1==u&&$.jsx(UC,{chainId:g,baseToken:i.baseToken,quoteToken:i.quoteToken}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[0===u&&h&&$.jsx(t.Button,{variant:t.Button.Variant.second,fullWidth:!0,onClick:()=>{Qh.getState().back()},children:$.jsx(e.Trans,{id:"dEgA5A",message:"Cancel"})}),u>0&&$.jsx(t.Button,{variant:t.Button.Variant.second,fullWidth:!0,onClick:()=>{r({type:OC.SetCurrentStep,payload:u-1})},children:$.jsx(e.Trans,{id:"iH8pgl",message:"Back"})}),$.jsx(cm,{chainId:x,variant:t.Button.Variant.contained,fullWidth:!0,includeButton:!0,children:$.jsx(VC,{state:i,dispatch:r,openConfirm:()=>{y(!0)},isPeggedVersion:a,isStandardVersion:s,isSingleTokenVersion:l,fiatPriceLoading:d})})]})]}),$.jsx(DC,{on:f,onClose:()=>y(!1),state:i,isModify:!1,onConfirm:b.mutate,loading:b.isPending})]})}function WC({selected:e}){const n=t.useTheme();return $.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{marginLeft:"auto",flexShrink:0},children:[$.jsx("rect",{x:"0.5",y:"0.5",width:"17",height:"17",rx:"8.5",stroke:e?n.palette.success.main:n.palette.text.secondary}),e&&$.jsx("rect",{x:"4.5",y:"4.5",width:"9",height:"9",rx:"4.5",fill:n.palette.success.main,stroke:n.palette.success.main})]})}function ZC({title:e,subTitle:n,description:i,selected:o,onClick:r,children:a,sx:s,titleSx:l}){const d=t.useTheme();d.palette.mode;return $.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",p:20,backgroundColor:d.palette.background.tag,borderWidth:1,borderColor:o?d.palette.primary.main:"transparent",borderStyle:"solid",borderRadius:12,flexWrap:"wrap",justifyContent:"flex-start",textAlign:"left","&:hover":{borderColor:d.palette.primary.main}},s),component:t.ButtonBase,onClick:r,children:[$.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",width:"100%",justifyContent:"space-between",typography:"caption",pr:2,color:d.palette.text.primary},l),children:[e,n,$.jsx(WC,{selected:o})]}),$.jsx(t.Box,{sx:{mt:8,typography:"body2",width:"100%",textAlign:"left",color:o?d.palette.text.primary:d.palette.text.secondary},children:i}),a]})}function $C({errorMsg:e,isCustomized:i,onClick:r,value:a,onChange:s}){const l=t.useTheme(),d=n.useMemo((()=>!(!a||"0"===a||Number(a))),[a]);return $.jsxs($.Fragment,{children:[$.jsx(t.Box,{sx:{py:12,px:20,backgroundColor:l.palette.background.paper,borderColor:i&&e||d?l.palette.error.main:i?l.palette.primary.main:l.palette.border.main,borderWidth:1,borderStyle:"solid",borderRadius:12,display:"flex",alignItems:"center"},onClick:r,children:$.jsx(Pu,{value:i?a:"",onChange:s,suffix:$.jsx(WC,{selected:i}),placeholder:o.i18n._({id:"8Tg/JR",message:"Custom"}),sx:{backgroundColor:"transparent","& input":{typography:"body1",height:36,lineHeight:"36px",p:l.spacing(0),color:l.palette.text.primary,"&::placeholder":{color:l.palette.text.disabled,fontWeight:600,typography:"body1",lineHeight:1,position:"relative"}}}})}),e&&$.jsx(t.Box,{sx:{typography:"h6",color:"error.main",mt:6},children:e})]})}const zC=()=>[{title:"0.01%",description:o.i18n._({id:"yzjPpo",message:"Fees will be the same as in most other pools."}),value:"0.01"},{title:"0.3%",description:o.i18n._({id:"OJOe+K",message:"Set the fee to the same as most other pools"}),value:Hb,tag:"99% Default"},{title:"1%",description:"Most suitable for swapping exotic assets.",value:"1"}];function QC(){const e=t.useTheme();return n.useMemo((()=>zC().map((n=>n.value===Hb?Object.assign(Object.assign({},n),{tagBackgroundColor:t.alpha(e.palette.purple.main,.1),tagColor:e.palette.purple.main}):n))),[e.palette.purple.main])}const GC=e=>{if(!e)return"";const t=new s(e);return t.isNaN()||!t.lt(Wb)&&!t.gt(Zb)?"":o.i18n._({id:"GSt7YT",message:"The fee rate must be between 0.01% to 10%"})},YC=(e,t)=>{if(!e)return"";const n=new s(e);if(!n.isNaN()&&(n.lt(0)||n.gt(t===Db.pegged?Xb:Gb)))switch(t){case Db.standard:case Db.singleToken:case Db.marketMakerPool:return o.i18n._({id:"3U+Oti",message:"he slippage coefficient needs to be greater than or equal to 0, and less than or equal to 1."});case Db.pegged:return o.i18n._({id:"LDprZB",message:"The slippage coefficient needs to be greater than 0, and less than 0.1."})}return""};function XC({dispatch:i,feeRate:o,isFeeRateCustomized:r}){const a=t.useTheme(),s=QC(),l=n.useMemo((()=>GC(o)||""),[o]);return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:12,px:20},children:[s.map((e=>{const t=!r&&o===e.value;return $.jsx(ZC,{title:e.title,description:e.description,onClick:()=>{i({type:OC.UpdateIsFeeRateCustomized,payload:!1}),i({type:OC.UpdateFeeRate,payload:e.value})},selected:t,subTitle:e.tag?$.jsx(bC,{color:e.tagColor,backgroundColor:e.tagBackgroundColor,tagKey:e.tag}):void 0,sx:{backgroundColor:a.palette.background.paper,borderColor:t?a.palette.primary.main:a.palette.border.main}},e.value)})),$.jsx(t.Box,{sx:{mt:8},children:$.jsx($C,{errorMsg:l,isCustomized:r,onClick:()=>{i({type:OC.UpdateFeeRate,payload:""}),i({type:OC.UpdateIsFeeRateCustomized,payload:!0})},value:o,onChange:e=>{i({type:OC.UpdateFeeRate,payload:e})}})})]}),$.jsx(t.Box,{sx:{typography:"body2",mt:20,color:"text.secondary",px:20},children:$.jsx(e.Trans,{id:"0b0AkA",message:"* Please note that the Fee Rate cannot be modified after the pool is created"})})]})}function KC({on:t,onClose:n,onConfirm:i}){return $.jsx(af,{open:t,onClose:n,onConfirm:i,title:o.i18n._({id:"t+LmjM",message:"Initial Price Alert"}),modal:!0,children:$.jsx(e.Trans,{id:"yXm1vH",message:"The initial price is different from the current market price, which may cause your pool to be arbitraged"})})}const JC=({title:e,children:n,sx:i})=>{const o=t.useTheme();return $.jsxs(t.Box,{sx:Object.assign({mx:20,display:"flex",flexDirection:"column",alignItems:"stretch",gap:12},i),children:[$.jsx(t.Box,{sx:{typography:"body2",color:o.palette.text.primary,fontWeight:500,display:"flex",alignItems:"center"},children:e}),n]})};function ej({selectedVersion:i,isStandardVersion:r,isSingleTokenVersion:a,isFixedRatio:l,leftTokenAddress:d,baseToken:c,quoteToken:u,fixedRatioPrice:p,dispatch:h,priceInfo:m}){const x=t.useTheme(),[g,f]=n.useState(!1),{versionMap:y}=qb(),{initPriceLabel:v,initPriceTips:b,initPriceTipsLink:C}=y[i],j=d===(null==c?void 0:c.address),w=j?null==c?void 0:c.symbol:null==u?void 0:u.symbol,k=j?null==u?void 0:u.symbol:null==c?void 0:c.symbol,{currentPrice:T,isErrorPrice:B,isNullPrice:I,fiatPriceLoading:E}=m,A=j?null==u?void 0:u.decimals:null==c?void 0:c.decimals,S=n.useMemo((()=>{if(!u)return"";const e=function(e,t,n){if(!t)return"";const i=new s(t),r=Math.min(n,16),a=Number(`1e-${r}`);if(e!==Db.standard&&!i.isNaN()&&(i.lt(a)||i.gt(Qb))){const t=a.toFixed(r);switch(e){case Db.pegged:case Db.singleToken:return o.i18n._({id:"P4iKEj",message:"The initial price needs to be greater than {min} and less than 100,000,000",values:{min:t}});case Db.marketMakerPool:return o.i18n._({id:"kdzjmC",message:"The mid price needs to be greater than {min} and less than 100,000,000",values:{min:t}})}}return""}(i,p,u.decimals);return e||""}),[p,u,i]),L=n.useMemo((()=>!(!p||"0"===p||Number(p))),[p]);return $.jsxs($.Fragment,{children:[$.jsx(JC,{title:$.jsxs($.Fragment,{children:[v,b&&$.jsx(t.QuestionTooltip,{title:$.jsxs($.Fragment,{children:[b,C?$.jsxs($.Fragment,{children:["\n",$.jsxs(t.Box,{component:"a",href:C,target:"_blank",rel:"noopener noreferrer",sx:{color:"primary.main",textDecoration:"underline"},onClick:e=>{e.stopPropagation()},children:[$.jsx(e.Trans,{id:"NgeSlx",message:"Learn More"}),">"]})]}):""]}),ml:4,sx:{width:14,height:14,alignItems:"center"}})]}),sx:{mt:20},children:$.jsxs(t.Box,{sx:{pt:r?11:19,px:19,pb:11,borderWidth:1,borderStyle:"solid",borderColor:S||L?"error.main":x.palette.background.cardInput,borderRadius:8,backgroundColor:x.palette.background.cardInput,display:"flex",flexDirection:"column",alignItems:"stretch",gap:20},children:[r?null:$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{typography:"body2",color:x.palette.text.primary,display:"flex",alignItems:"center"},children:[$.jsxs(t.Box,{sx:{fontWeight:600,color:x.palette.text.disabled,flexShrink:0},children:["1 ",null!=w?w:"-"," ="]}),$.jsx(Pu,{value:p,onChange:e=>{h({type:OC.UpdateFixedRatioPrice,payload:e})},readOnly:l,sx:{backgroundColor:"background.cardInput",pl:0,pr:0,mt:0,flex:"1 1 auto","& input":{textAlign:"right",typography:"h5",height:25,py:0,px:8,color:x.palette.text.primary,"&::placeholder":{color:x.palette.text.disabled}}}}),$.jsx(t.Box,{sx:{typography:"body2",fontWeight:600,color:x.palette.text.disabled,flexShrink:0},children:null!=k?k:"-"}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},component:t.ButtonBase,onClick:()=>{h({type:OC.ToggleLeftToken})},children:$.jsx(t.HoverOpacity,{weak:!0,component:oe.Switch,sx:{marginLeft:8,p:x.spacing(2),color:x.palette.text.primary,backgroundColor:t.alpha(x.palette.primary.main,.1),borderRadius:"50%"}})})]}),S&&$.jsx(t.Box,{sx:{typography:"h6",color:"error.main",mt:-14},children:S})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:r?"flex-start":"flex-end",typography:"h6",color:x.palette.text.primary,fontWeight:500},children:["=",$.jsx(e.Trans,{id:"pdZiL7",message:"Current Market Price:"})," ",E?$.jsx(t.Skeleton,{sx:{borderRadius:4},width:50,height:17}):I?$.jsx(t.Tooltip,{title:$.jsx(e.Trans,{id:"mObS+5",message:"Failed to get price of the token"}),children:$.jsx(t.Box,{component:oe.Warn,sx:{width:14,height:14,color:x.palette.error.main,typography:"h6"}})}):Do({input:T,decimals:A})," ",k,B||a?null:$.jsx(t.Checkbox,{checked:l,onChange:e=>{if(e.target.checked){if(h({type:OC.UpdateIsFixedRatio,payload:!0}),!A)throw new Error("currentTokenDecimals is undefined");T&&!T.isNaN()&&h({type:OC.UpdateFixedRatioPrice,payload:T.dp(A,s.ROUND_DOWN).toString()})}else f(!0)},sx:{ml:8}})]})]})}),$.jsx(KC,{on:g,onClose:()=>f(!1),onConfirm:()=>{h({type:OC.UpdateIsFixedRatio,payload:!1})}})]})}function tj({selectedVersion:e,selectedSubPeggedVersion:n,baseToken:i,quoteToken:o,initPrice:r,dispatch:a}){var s;const l=t.useTheme(),{versionMap:d,subPeggedVersionList:c}=qb(),{initPriceLabel:u}=d[e];return i&&o?$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{mt:8,display:"flex",flexDirection:"column",alignItems:"center",gap:4},children:[$.jsx(t.Box,{sx:{typography:"body2",color:l.palette.text.secondary,fontWeight:500},children:u}),$.jsxs(t.Box,{sx:{typography:"h5",color:l.palette.text.primary,fontWeight:600},children:["1 ",null==i?void 0:i.symbol,"=",null!==(s=Jb({midPrice:void 0,quoteToken:o,selectedVersion:e,initPrice:r}))&&void 0!==s?s:"-"," ",o.symbol]})]}),$.jsx(t.Box,{sx:{mt:20,display:"flex",flexDirection:"column",gap:12,px:20},children:c.map((e=>{const t=n===e.version;return $.jsx(ZC,{title:e.title,description:e.description,onClick:()=>{a({type:OC.SelectNewSubPeggedVersion,payload:e.version})},selected:t,subTitle:void 0,sx:{backgroundColor:l.palette.background.paper,borderColor:t?l.palette.primary.main:l.palette.border.main},titleSx:{typography:"body1",fontWeight:600}},e.version)}))})]}):null}function nj({title:e,value:n,onChange:i}){const o=t.useTheme();return $.jsxs(t.Box,{sx:{flexGrow:1,flexShrink:1,flexBasis:"50%",display:"flex",alignItems:"center",px:15,py:7,borderWidth:1,borderStyle:"solid",borderColor:o.palette.border.main,borderRadius:8,backgroundColor:o.palette.background.cardInput},children:[$.jsx(t.Box,{sx:{color:o.palette.text.primary,typography:"body1",fontWeight:500,flexShrink:0},children:e}),$.jsx(Pu,{value:n,onChange:i,suffix:"%",placeholder:"0",sx:{backgroundColor:"background.cardInput",mt:0,display:"flex",alignItems:"center",width:"100%",typography:"h5",lineHeight:"32px",color:o.palette.text.disabled,"& input":{textAlign:"right",py:0,px:8,color:o.palette.text.primary,"&::placeholder":{opacity:1,color:o.palette.text.disabled,fontWeight:600,typography:"h5",lineHeight:1,position:"relative"}}}})]})}const ij=({baseToken:i,quoteToken:o,initPrice:r,peggedBaseTokenRatio:a,peggedQuoteTokenRatio:l,baseAmount:d,quoteAmount:c,dispatch:u})=>{var p,h;const m=t.useTheme(),[x,g]=n.useMemo((()=>{const{base:e,quote:t}=eC({initPrice:r});return[e?e.multipliedBy(100).toString():null,t?t.multipliedBy(100).toString():null]}),[r]),f=""===a&&""===l,[y,v]=n.useMemo((()=>{var e,t;const n=null!==(e=null==i?void 0:i.decimals)&&void 0!==e?e:0,a=null!==(t=null==o?void 0:o.decimals)&&void 0!==t?t:0,l=new s(d).dp(n,s.ROUND_DOWN).multipliedBy(`1e${n}`),u=new s(c).dp(a,s.ROUND_DOWN).multipliedBy(`1e${a}`),p=new s(r).multipliedBy(`1e${18-n+a}`).dp(0,s.ROUND_DOWN),h=u.lt(l.multipliedBy(p).div(1e18))?u.multipliedBy(1e18).div(p):l,m=new s(1001);if(m.gt(h))return[new s(1),"100%"];const x=m.dividedBy(h);return[x,Ko({input:x})]}),[d,null==i?void 0:i.decimals,r,c,null==o?void 0:o.decimals]),b=n.useMemo((()=>!!y.lte("0.0000000001")||null!=x&&a===x&&null!=g&&l===g),[y,a,l,x,g]),C=`${null==i?void 0:i.symbol}:${null==o?void 0:o.symbol}=${x}%:${g}%`;return $.jsxs(JC,{title:$.jsx(e.Trans,{id:"OuSseo",message:"Ratio Settings"}),children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:[$.jsx(nj,{title:null!==(p=null==i?void 0:i.symbol)&&void 0!==p?p:"",value:a,onChange:e=>{u({type:OC.UpdatePeggedBaseTokenRatio,payload:e})}}),$.jsx(t.Box,{sx:{color:m.palette.text.primary,typography:"body2",fontWeight:500,width:14,flexShrink:0,flexGrow:0,textAlign:"center"},children:":"}),$.jsx(nj,{title:null!==(h=null==o?void 0:o.symbol)&&void 0!==h?h:"",value:l,onChange:e=>{u({type:OC.UpdatePeggedQuoteTokenRatio,payload:e})}})]}),$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:20,px:19,pt:19,pb:11,borderRadius:16,borderWidth:1,borderColor:b||f?m.palette.border.main:"transparent",borderStyle:"solid",backgroundColor:b||f?m.palette.background.paper:t.alpha(m.palette.warning.main,.1)},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:8},children:[f?null:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8,color:b?m.palette.text.primary:m.palette.warning.main,typography:"body1",fontWeight:600},children:[b?null:$.jsx(oe.Warn,{}),$.jsx(e.Trans,{id:"x3muNy",message:"Liquidity Burn Ratio"}),": ",v]}),$.jsx(t.Box,{sx:{color:m.palette.text.secondary,typography:"h6",textAlign:"center","&>strong":{color:b?m.palette.text.primary:m.palette.warning.main}},children:f?$.jsx(e.Trans,{id:"pQJBKk",message:"The closer the provided asset ratio is to the recommended ratio ({recommendRatioText}), the smaller the portion burned.",values:{recommendRatioText:C}}):$.jsx(e.Trans,{id:"ZlQ83E",message:"<0>{lostRatio}</0> of the initial liquidity you provide will be burned. <1/>The closer the provided asset ratio is to the recommended ratio ({recommendRatioText}), the smaller the portion burned.",values:{lostRatio:v,recommendRatioText:C},components:{0:$.jsx("strong",{}),1:$.jsx("br",{})}})})]}),f||!b?$.jsx(t.Button,{variant:t.Button.Variant.outlined,fullWidth:!0,size:t.Button.Size.small,onClick:()=>{u({type:OC.UpdatePeggedBaseTokenRatio,payload:null!=x?x:""})},sx:{border:`solid 1px ${m.palette.text.primary}`,color:m.palette.text.primary,"&:hover":{background:t.alpha(m.palette.text.primary,.1)}},children:$.jsx(e.Trans,{id:"NjdGps",message:"Use the recommended ratio"})}):null]})]})};function oj({open:e,onClose:n,afterClose:i,title:o,titleCenter:r,rightSlot:a,canBack:s=!0,children:l,width:d=420,height:c,testId:u}){const p=t.useTheme(),{isMobile:h}=Oa();return $.jsx(t.WidgetModal,{open:e,onClose:n,container:h?document.querySelector(`.${nu}`):void 0,disableEnforceFocus:!0,children:$.jsxs(t.Box,{sx:Object.assign({backgroundColor:"background.paper",display:"flex",height:c,flexDirection:"column",justifyContent:"center",alignItems:"center",outline:0,overflow:"hidden","& > div":{width:"100%"}},h?{width:"100%",borderRadius:p.spacing(16,16,0,0)}:{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:d,maxWidth:"95%",minHeight:200,maxHeight:"80%",borderRadius:16}),"data-testid":u,children:[o?$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:r?"center":"space-between",p:20,width:"100%",boxSizing:"border-box"},children:[$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",typography:"caption"},children:o}),a,!a&&s&&$.jsx(t.Box,{component:oe.Error,sx:{color:"text.secondary",cursor:"pointer"},onClick:()=>{n&&n(),null==i||i()}})]}):"",l]})})}var rj;function aj(){return aj=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},aj.apply(null,arguments)}const sj=e=>P.createElement("svg",aj({width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),rj||(rj=P.createElement("g",{id:"ICON/18px/arrow/\\xE6\\x94\\xB6\\xE8\\xB5\\xB7/Dark"},P.createElement("path",{id:"\\xE4\\xB8\\x89\\xE8\\xA7\\x92\\xE5\\xBD\\xA2",fillRule:"evenodd",clipRule:"evenodd",d:"M6.58398 12.376C6.78189 12.6728 7.21811 12.6728 7.41603 12.376L10.4818 7.77735C10.7033 7.44507 10.4651 7 10.0657 7H3.93426C3.53491 7 3.29672 7.44507 3.51823 7.77735L6.58398 12.376Z",fill:"currentColor"}))));function lj({dispatch:i,slippageCoefficient:r,selectedVersion:a,isCustomized:s,isStandardVersion:l}){const d=t.useTheme(),[c,u]=n.useState(!1),[p,h]=n.useState(r),m=function({selectedVersion:e}){const i=t.useTheme();return n.useMemo((()=>{const n=i.palette.background.paperDarkContrast,r=i.palette.text.disabled,a=i.palette.purple.main,s=t.alpha(a,.1);return e===Db.pegged?[{tag:"",description:o.i18n._({id:"PPqGw9",message:"Applicable to pegged assets with a fixed price and no fluctuation"}),value:"0",title:"K=0",tagBackgroundColor:"transparent",tagColor:"transparent"},{tag:o.i18n._({id:"nTWWCZ",message:"Low"}),description:o.i18n._({id:"L4nQwl",message:"Suitable for stablecoins with price fluctuations within 0.5%"}),value:"0.0001",title:"K=0.0001",tagBackgroundColor:s,tagColor:a},{tag:o.i18n._({id:"agPptk",message:"Medium"}),description:o.i18n._({id:"FrP5tr",message:"Suitable for stablecoins with price fluctuations within 2%"}),value:"0.0005",title:"K=0.0005",tagBackgroundColor:n,tagColor:r},{tag:o.i18n._({id:"yx/fMc",message:"High"}),description:o.i18n._({id:"bC0iyq",message:"Suitable for stablecoins with price fluctuations within 10%"}),value:"0.002",title:"K=0.002",tagBackgroundColor:n,tagColor:r}]:[{tag:o.i18n._({id:"agPptk",message:"Medium"}),description:o.i18n._({id:"VXTSOE",message:"Suitable for most situations."}),value:"0.5",title:"K=0.5",tagBackgroundColor:n,tagColor:r},{tag:o.i18n._({id:"nTWWCZ",message:"Low"}),description:o.i18n._({id:"DPi/hO",message:"Results in a relatively fixed price."}),value:"0.01",title:"K=0.01",tagBackgroundColor:n,tagColor:r},{tag:o.i18n._({id:"yx/fMc",message:"High"}),description:o.i18n._({id:"fKYdE9",message:"Results in a more volatile price."}),value:"1",title:"K=1",tagBackgroundColor:s,tagColor:a}]}),[e,i.palette])}({selectedVersion:a}),[x,g]=n.useState(r);x!==r&&(g(r),h(r));const f=n.useMemo((()=>{const e=YC(p,a);return null!=e?e:""}),[a,p]),y=n.useMemo((()=>!(!p||"0"===p||Number(p))),[p]),v=Boolean(f)||y||s&&!p;return $.jsxs($.Fragment,{children:[$.jsx(JC,{title:$.jsxs($.Fragment,{children:[$.jsx(e.Trans,{id:"sjn3tj",message:"Slippage Coefficient"}),$.jsx(t.QuestionTooltip,{title:o.i18n._({id:"+/wf6Z",message:"The smaller the slippage coefficient, the lower the slippage for traders, and the deeper the market depth."}),ml:4,sx:{width:14,height:14}})]}),sx:{mt:20},children:$.jsxs(t.Box,{component:t.ButtonBase,sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:20,py:8,color:d.palette.text.primary,borderRadius:8,backgroundColor:d.palette.background.cardInput,"&:hover":{backgroundColor:d.palette.hover.default},"&[disabled]>svg":{color:d.palette.text.disabled}},disabled:l,onClick:l?void 0:()=>{u(!0)},children:[$.jsx(t.Box,{sx:{typography:"h5",fontWeight:600,lineHeight:"32px"},children:r}),$.jsx(t.Box,{component:sj,sx:{flexShrink:0,width:18,height:18}})]})}),$.jsx(oj,{open:c,onClose:()=>u(!1),title:$.jsxs(t.Box,{children:[$.jsx(e.Trans,{id:"sjn3tj",message:"Slippage Coefficient"}),$.jsx(t.QuestionTooltip,{title:o.i18n._({id:"+/wf6Z",message:"The smaller the slippage coefficient, the lower the slippage for traders, and the deeper the market depth."}),ml:8})]}),children:$.jsxs(t.Box,{sx:{flex:1,overflowY:"auto"},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:12,p:d.spacing(8,28,28)},children:[m.map((e=>{const t=!s&&p===e.value;return $.jsx(ZC,{title:e.title,description:e.description,onClick:()=>{i({type:OC.UpdateIsSlippageCoefficientCustomized,payload:!1}),h(e.value)},selected:t,subTitle:e.tag?$.jsx(bC,{color:e.tagColor,backgroundColor:e.tagBackgroundColor,tagKey:e.tag}):void 0,sx:{backgroundColor:d.palette.background.paper,borderColor:t?d.palette.primary.main:d.palette.border.main},titleSx:{typography:"body1"}},e.value)})),$.jsx(t.Box,{sx:{mt:8},children:$.jsx($C,{errorMsg:f,isCustomized:s,onClick:()=>{s||h(""),i({type:OC.UpdateIsSlippageCoefficientCustomized,payload:!0})},value:p,onChange:e=>{h(e)}})})]}),$.jsx(t.Box,{sx:{position:"sticky",bottom:0,px:20,py:16,backgroundColor:"background.paperContrast"},children:$.jsx(t.Button,{fullWidth:!0,disabled:v,onClick:()=>{i({type:OC.UpdateSlippageCoefficient,payload:p}),u(!1)},children:$.jsx(e.Trans,{id:"7VpPHA",message:"Confirm"})})})]})})]})}function dj({token:i,oppositeTokenAddress:o,dispatch:r,tokenSelectOnChange:a}){var s;const l=t.useTheme(),{chainId:d,account:u}=fa(),[p,h]=n.useState(!1),m=c.useQuery(Object.assign({},Zi.getFetchTokenQuery(d,null==i?void 0:i.address,u)));return i?$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{component:t.ButtonBase,sx:{display:"flex",alignItems:"center",px:20,py:8,borderRadius:8,backgroundColor:l.palette.background.cardInput,"&:hover":{backgroundColor:l.palette.hover.default}},onClick:()=>{h(!0)},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(Hs,{address:i.address,marginRight:0,width:24,height:24,chainId:i.chainId||d,noShowChain:!0,sx:{flexShrink:0}}),$.jsx(t.Box,{sx:{typography:"h5",color:l.palette.text.primary,fontWeight:600,lineHeight:"32px",flexShrink:0},children:i.symbol}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",typography:"h6",fontWeight:500,color:l.palette.text.secondary,wordBreak:"break-all"},children:["(",$.jsx(e.Trans,{id:"fsBGk0",message:"Balance"}),": ",!i.address||m.isLoading?$.jsx(t.RotatingIcon,{}):Do({input:null===(s=m.data)||void 0===s?void 0:s.balance,decimals:i.decimals}),")"]})]}),$.jsx(t.Box,{component:sj,sx:{flexShrink:0,ml:"auto",width:18,height:18,color:l.palette.text.secondary}})]}),$.jsx(Qu,{value:i,open:p,chainId:d,occupiedAddrs:[o],occupiedChainId:i.chainId,onClose:()=>{h(!1)},onTokenChange:(e,t)=>{if(!Array.isArray(e)){if(t)return r({type:OC.SwitchTokens}),void h(!1);a(e),h(!1)}},modal:!0})]}):null}const cj=({baseToken:t,quoteToken:n,dispatch:i})=>{var o,r;return $.jsxs(JC,{title:$.jsx(e.Trans,{id:"dmiCGN",message:"Select Token Pair"}),children:[$.jsx(dj,{token:t,oppositeTokenAddress:null!==(o=null==n?void 0:n.address)&&void 0!==o?o:"",dispatch:i,tokenSelectOnChange:e=>{i({type:OC.UpdateBaseToken,payload:e})}}),$.jsx(dj,{token:n,oppositeTokenAddress:null!==(r=null==t?void 0:t.address)&&void 0!==r?r:"",dispatch:i,tokenSelectOnChange:e=>{i({type:OC.UpdateQuoteToken,payload:e})}})]})};function uj({selectedVersion:e,dispatch:n}){const i=t.useTheme(),{isMobile:o}=Oa(),{versionList:r}=qb(),a="light"===i.palette.mode;return $.jsx(t.Box,{sx:{display:"flex",flexDirection:"column",gap:12,px:20},children:r.map((i=>{const r=e===i.version;return $.jsx(ZC,{title:i.title,description:i.description,onClick:()=>{n({type:OC.SelectNewVersion,payload:i.version})},selected:r,children:o&&r&&$.jsx(t.Box,{component:a?i.exampleImgUrl:i.exampleDarkImgUrl,sx:{mt:28,width:"100%",height:88.1}})},i.version)}))})}function pj(){const i=t.useTheme(),{defaultBaseToken:r,defaultQuoteToken:a}=SC(),{chainId:l}=fa(),[d,c]=n.useReducer(_C,{currentStep:0,selectedVersion:Db.standard,baseToken:r,quoteToken:a,baseAmount:"",quoteAmount:"",isFixedRatio:!0,initPrice:zb,fixedRatioPrice:$b,leftTokenAddress:null==r?void 0:r.address,feeRate:Hb,isFeeRateCustomized:!1,slippageCoefficient:Gb,isSlippageCoefficientCustomized:!1,peggedBaseTokenRatio:"",peggedQuoteTokenRatio:""});!r||d.baseToken&&d.baseToken.chainId===l||c({type:OC.UpdateBaseToken,payload:r}),!a||d.quoteToken&&d.quoteToken.chainId===l||c({type:OC.UpdateQuoteToken,payload:a});const{isMobile:u}=Oa(),{versionMap:p}=qb(),h=p[d.selectedVersion],m=d.selectedVersion===Db.singleToken,x=d.selectedVersion===Db.standard,g=d.selectedVersion===Db.pegged,f=m?d.quoteToken:d.baseToken,y=m?d.baseToken:d.quoteToken,v=FC({isSingleTokenVersion:m,leftTokenAddress:d.leftTokenAddress,baseToken:d.baseToken,quoteToken:d.quoteToken,dispatch:c}),b=new s(d.peggedBaseTokenRatio).div(100).dp(Kb,s.ROUND_DOWN),C=new s(d.peggedQuoteTokenRatio).div(100).dp(Kb,s.ROUND_DOWN),j=g&&b.lte(0),w=g&&C.lte(0),k=$.jsxs(t.Box,{sx:{px:20},children:[$.jsx(ap,{canClickBalance:!0,showPercentage:!0,amt:m?d.quoteAmount:d.baseAmount,onInputChange:m?void 0:e=>{c({type:m?OC.UpdateQuoteAmount:OC.UpdateBaseAmount,payload:e})},readOnly:m||j,sx:{backgroundColor:"background.cardInput",padding:i.spacing(20,20,28)},inputSx:{backgroundColor:"background.cardInput"},inputReadonlyTooltip:j?o.i18n._({id:"t3d3/V",message:"ratio is 0"}):void 0,token:f,occupiedAddrs:y?[y.address]:void 0,occupiedChainId:l,chainId:l,onTokenChange:g?void 0:(e,t)=>{c(t?{type:OC.SwitchTokens}:{type:m?OC.UpdateQuoteToken:OC.UpdateBaseToken,payload:e})}}),$.jsx(op,{}),$.jsx(ap,{canClickBalance:!0,showPercentage:!0,amt:m?d.baseAmount:d.quoteAmount,onInputChange:e=>{c({type:m?OC.UpdateBaseAmount:OC.UpdateQuoteAmount,payload:e})},readOnly:x&&d.isFixedRatio&&!!d.fixedRatioPrice||w,sx:{backgroundColor:"background.cardInput",padding:i.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"},inputReadonlyTooltip:w?o.i18n._({id:"t3d3/V",message:"ratio is 0"}):o.i18n._({id:"5QDjef",message:"The token amount is calculated by initial price."}),token:y,occupiedAddrs:f?[f.address]:void 0,occupiedChainId:l,chainId:l,onTokenChange:(e,t)=>{c(t?{type:OC.SwitchTokens}:{type:m?OC.UpdateBaseToken:OC.UpdateQuoteToken,payload:e})}})]});return $.jsx($h,{children:$.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"flex-start",height:"100%"},u?{}:{height:"auto",overflowX:"auto"}),children:[u?null:$.jsxs(t.Box,{sx:{mr:12,flexGrow:1,display:"block",overflow:"hidden"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:20},children:[$.jsx(wy,{}),$.jsx(t.Box,{sx:{typography:"caption",fontWeight:600,color:"text.primary",mr:"auto"},children:$.jsx(e.Trans,{id:"pHQq+U",message:"Pool Setup"})}),$.jsx(tg,{poolType:"PMM"})]}),$.jsx(BC,{titleKey:o.i18n._({id:"hdIg7i",message:"Select Pool Version"}),index:1,status:0===d.currentStep?"running":"completed"}),$.jsx(EC,{versionItem:h,status:0===d.currentStep?"running":"completed"},h.version),$.jsx(BC,{titleKey:o.i18n._({id:"lsg9Mi",message:"Parameter Settings"}),index:2,status:0===d.currentStep?"waiting":1===d.currentStep?"running":"completed"}),g?$.jsx(iC,{status:0===d.currentStep?"waiting":1===d.currentStep?"running":"completed",baseToken:d.baseToken,quoteToken:d.quoteToken,initPrice:d.initPrice,slippageCoefficient:d.slippageCoefficient,selectedVersion:d.selectedVersion,midPrice:void 0}):$.jsx(kC,{status:0===d.currentStep?"waiting":1===d.currentStep?"running":"completed",baseToken:d.baseToken,quoteToken:d.quoteToken,initPrice:d.initPrice,slippageCoefficient:d.slippageCoefficient,selectedVersion:d.selectedVersion,baseAmount:d.baseAmount,quoteAmount:d.quoteAmount}),g&&$.jsxs($.Fragment,{children:[$.jsx(BC,{titleKey:o.i18n._({id:"6lss/t",message:"Pricing Model"}),index:3,status:d.currentStep>2?"completed":2===d.currentStep?"running":"waiting"}),$.jsx(TC,{isWaiting:d.currentStep<2,selectedSubPeggedVersion:d.selectedSubPeggedVersion})]}),g?$.jsxs($.Fragment,{children:[$.jsx(BC,{titleKey:o.i18n._({id:"Y7rVy0",message:"Fee Rate"}),index:4,status:d.currentStep>3?"completed":3===d.currentStep?"running":"waiting"}),$.jsx(CC,{isWaiting:d.currentStep<3,feeRate:d.feeRate})]}):$.jsxs($.Fragment,{children:[$.jsx(BC,{titleKey:o.i18n._({id:"Y7rVy0",message:"Fee Rate"}),index:3,status:2===d.currentStep?"running":"waiting"}),$.jsx(CC,{isWaiting:d.currentStep<2,feeRate:d.feeRate})]}),g&&$.jsxs($.Fragment,{children:[$.jsx(BC,{titleKey:o.i18n._({id:"3ggd2j",message:"Asset ratio within the pool"}),index:5,status:d.currentStep>4?"completed":4===d.currentStep?"running":"waiting"}),$.jsx(jC,{isWaiting:d.currentStep<4,baseToken:d.baseToken,quoteToken:d.quoteToken,initPrice:d.initPrice,slippageCoefficient:d.slippageCoefficient,selectedVersion:d.selectedVersion,baseAmount:d.baseAmount,quoteAmount:d.quoteAmount,peggedBaseTokenRatio:d.peggedBaseTokenRatio,peggedQuoteTokenRatio:d.peggedQuoteTokenRatio})]})]}),$.jsxs(t.Box,{sx:Object.assign({flexGrow:1,flexShrink:0,flexBasis:375,borderRadius:0,backgroundColor:"background.paper",minHeight:"100%"},u?{}:{pb:20,borderRadius:16,flexGrow:0,minHeight:"auto",height:"100%",position:"sticky",top:"0px",overflowY:"hidden"}),children:[$.jsx(IC,{currentStep:d.currentStep,isPeggedVersion:g}),0===d.currentStep&&$.jsx(uj,{selectedVersion:d.selectedVersion,dispatch:c}),1===d.currentStep&&$.jsxs($.Fragment,{children:[g?$.jsx($.Fragment,{children:$.jsx(cj,{baseToken:d.baseToken,quoteToken:d.quoteToken,dispatch:c})}):$.jsxs($.Fragment,{children:[$.jsx(vC,{baseToken:d.baseToken,quoteToken:d.quoteToken,initPrice:d.initPrice,slippageCoefficient:d.slippageCoefficient,selectedVersion:d.selectedVersion,baseAmount:d.baseAmount,quoteAmount:d.quoteAmount}),k]}),$.jsx(lj,{dispatch:c,slippageCoefficient:d.slippageCoefficient,selectedVersion:d.selectedVersion,isCustomized:d.isSlippageCoefficientCustomized,isStandardVersion:x}),$.jsx(ej,{selectedVersion:d.selectedVersion,isFixedRatio:d.isFixedRatio,leftTokenAddress:d.leftTokenAddress,baseToken:d.baseToken,quoteToken:d.quoteToken,fixedRatioPrice:d.fixedRatioPrice,dispatch:c,isStandardVersion:x,isSingleTokenVersion:m,priceInfo:v})]}),g&&2===d.currentStep&&$.jsx(tj,{selectedVersion:d.selectedVersion,selectedSubPeggedVersion:d.selectedSubPeggedVersion,baseToken:d.baseToken,quoteToken:d.quoteToken,initPrice:d.initPrice,dispatch:c}),d.currentStep===(g?3:2)&&$.jsx(XC,{dispatch:c,feeRate:d.feeRate,isFeeRateCustomized:d.isFeeRateCustomized}),g&&4===d.currentStep&&$.jsxs($.Fragment,{children:[$.jsx(vC,{baseToken:d.baseToken,quoteToken:d.quoteToken,initPrice:d.initPrice,slippageCoefficient:d.slippageCoefficient,selectedVersion:d.selectedVersion,baseAmount:d.baseAmount,quoteAmount:d.quoteAmount}),$.jsx(ij,{dispatch:c,baseToken:d.baseToken,quoteToken:d.quoteToken,peggedBaseTokenRatio:d.peggedBaseTokenRatio,peggedQuoteTokenRatio:d.peggedQuoteTokenRatio,initPrice:d.initPrice,baseAmount:d.baseAmount,quoteAmount:d.quoteAmount}),$.jsx(JC,{title:$.jsx(e.Trans,{id:"E4LM3N",message:"Add Initial Liquidity"}),sx:{mt:20},children:$.jsx(t.Box,{sx:{mx:-20},children:k})})]}),$.jsx(t.Box,{sx:Object.assign({pb:160},u?{}:{pb:28})}),$.jsx(HC,{state:d,dispatch:c,isPeggedVersion:g,isStandardVersion:x,isSingleTokenVersion:m,fiatPriceLoading:v.fiatPriceLoading})]})]})})}function hj({open:n,onClose:i,title:o,children:r,singleBtn:a,danger:s,singleBtnText:l,cancelText:d,confirmText:c,disabledConfirm:u,confirmLoading:p,isManualClose:h,onConfirm:m}){const x=oj;return $.jsx(x,{open:n,onClose:i,title:$.jsx(t.Box,{sx:{textAlign:"center"},children:o}),canBack:!1,titleCenter:!0,children:$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",justifyContent:"space-between",flex:1,width:"100%"},children:[$.jsx(t.Box,{sx:{typography:"body2",color:o?"text.secondary":"text.primary",textAlign:"center",wordBreak:"break-all",mt:20,px:36},children:r}),a?$.jsx(t.Box,{sx:{px:20},children:$.jsx(t.Button,{fullWidth:!0,variant:t.Button.Variant.outlined,danger:s,sx:{mt:32,mb:20},onClick:()=>{i()},children:l||$.jsx(e.Trans,{id:"DPfwMq",message:"Done"})})}):$.jsxs(t.Box,{sx:{mt:24,mb:20,mx:20,display:"flex",alignItems:"center","& > button":{flex:1}},children:[$.jsx(t.Button,{variant:t.Button.Variant.second,onClick:()=>{i()},children:d||$.jsx(e.Trans,{id:"dEgA5A",message:"Cancel"})}),$.jsx(t.Button,{sx:{ml:8},variant:t.Button.Variant.outlined,danger:s,disabled:u,isLoading:p,onClick:()=>{m&&m(),h||i()},children:c||$.jsx(e.Trans,{id:"7VpPHA",message:"Confirm"})})]})]})})}function mj({sx:n,onClick:o}){const r=t.useTheme();return $.jsxs(t.HoverOpacity,{onClick:()=>{o?o():Qh.getState().back()},sx:i.merge({display:"inline-flex",alignItems:"center",cursor:"pointer","& > svg":{mr:10}},n),children:[$.jsx(t.Box,{sx:{color:r.palette.text.secondary,width:24,height:24,display:"flex",alignItems:"center",justifyContent:"center",borderColor:r.palette.border.main,borderStyle:"solid",borderWidth:1,borderRadius:"50%",backgroundColor:r.palette.background.paper,mr:6},children:$.jsx(oe.ArrowBack,{})}),$.jsx(e.Trans,{id:"CKyk7Q",message:"Go back"})]})}function xj({open:i,onClose:r,alertContent:a,onConfirm:s}){const l=t.useTheme(),[d,c]=n.useState(!1),u=o.i18n._({id:"LQU+Dm",message:"Risk Disclaimer"});return $.jsx(oj,{open:i,onClose:r,title:u,canBack:!1,titleCenter:!0,children:$.jsxs(t.Box,{sx:{flex:1,display:"flex",flexDirection:"column",justifyContent:"space-between"},children:[$.jsx(t.Box,{sx:{mb:20,mx:20,maxHeight:275,overflowY:"auto",borderWidth:1,borderRadius:10,borderStyle:"solid",borderColor:"border.main",p:l.spacing(20),typography:"body2",backgroundColor:l.palette.background.input,color:l.palette.text.primary,textAlign:"left"},children:a}),$.jsxs(t.Box,{sx:{padding:20,pt:12,backgroundColor:l.palette.background.paperContrast},children:[$.jsxs(t.Box,{component:"label",sx:{display:"flex",alignItems:"center",gap:8,typography:"body2",cursor:"pointer",color:"text.secondary",textAlign:"left","& a":{fontWeight:600,color:"primary.main","&:hover":{textDecoration:"underline"}}},children:[$.jsx(t.Checkbox,{sx:{top:-1},checked:d,onChange:e=>{const{checked:t}=e.target;c(t)}}),$.jsx(t.Box,{children:$.jsx(e.Trans,{id:"dqWPbT",message:"I have read, understand, and agree to the <0>Terms of Service</0>.",components:{0:$.jsx("a",{href:"https://docs.dodoex.io/home/terms-of-service",target:"_blank",rel:"noopener noreferrer"})}})})]}),$.jsx(t.Box,{sx:{mt:12,display:"flex",alignItems:"center"},children:$.jsx(t.Button,{sx:{},disabled:!d,fullWidth:!0,onClick:()=>{c(!1),null==s||s()},children:$.jsx(e.Trans,{id:"7VpPHA",message:"Confirm"})})})]})]})})}function gj({id:e,chainId:t}){var n,i,o,a,l,d,u,p,h,m,x,g,f;const y=t?Si[t]:"",v=wa().getQuery(r.PoolApi.graphql.fetchPool,{id:e||"",where:{refreshNow:!1,chain:y},liquidityWhere:{chain:y,refreshNow:!1,filterState:{address:e}}}),b=c.useQuery(Object.assign(Object.assign({},v),{enabled:!!e})),{pair:C,liquidity_list:j}=null!==(n=b.data)&&void 0!==n?n:{},w=null===(o=null===(i=null==j?void 0:j.lqList)||void 0===i?void 0:i[0])||void 0===o?void 0:o.pair;return Object.assign(Object.assign({},b),{poolDetail:C&&t?Object.assign(Object.assign({},C),{address:C.id,type:C.type,chainId:t,baseToken:na(C.baseToken,t),quoteToken:na(C.quoteToken,t),miningAddress:null!==(l=null===(a=null==w?void 0:w.miningAddress)||void 0===a?void 0:a[0])&&void 0!==l?l:"",apy:null==w?void 0:w.apy,baseApy:(null==w?void 0:w.apy)?Jo(new s(null!==(d=w.apy.transactionBaseApy)&&void 0!==d?d:0).plus(null!==(u=w.apy.miningBaseApy)&&void 0!==u?u:0)):void 0,quoteApy:Number(null===(p=null==w?void 0:w.apy)||void 0===p?void 0:p.transactionQuoteApy)||Number(null===(h=null==w?void 0:w.apy)||void 0===h?void 0:h.miningQuoteApy)?Jo(new s(null!==(x=null===(m=null==w?void 0:w.apy)||void 0===m?void 0:m.transactionQuoteApy)&&void 0!==x?x:0).plus(null!==(f=null===(g=null==w?void 0:w.apy)||void 0===g?void 0:g.miningQuoteApy)&&void 0!==f?f:0)):void 0,isCpPool:!1,cpAddress:void 0,cpLiquidator:void 0,cpCreator:void 0,cpCreatedAtTimestamp:void 0}):null})}function fj({disabled:n,chainId:i,baseStatus:o,quoteStatus:r,onClick:a}){const{account:s}=fa();return s?o.needShowTokenStatusButton||r.needShowTokenStatusButton?$.jsx(zg,{status:o.needShowTokenStatusButton?o:r,buttonProps:{variant:t.Button.Variant.contained,fullWidth:!0}}):$.jsx(t.Button,{variant:t.Button.Variant.contained,fullWidth:!0,disabled:n,onClick:()=>a(),children:$.jsx(e.Trans,{id:"7VpPHA",message:"Confirm"})}):$.jsx(cm,{chainId:i,variant:t.Button.Variant.contained,fullWidth:!0,includeButton:!0})}function yj({state:i,pool:r,loading:a}){var l,d;const{baseToken:u,quoteToken:p,baseAmount:h,quoteAmount:m,initPrice:x,slippageCoefficient:g,feeRate:f}=i,y=c.useQuery(ea.getPMMStateQuery(null==r?void 0:r.chainId,null==r?void 0:r.address,null==r?void 0:r.type,null===(l=null==r?void 0:r.baseToken)||void 0===l?void 0:l.decimals,null===(d=null==r?void 0:r.quoteToken)||void 0===d?void 0:d.decimals)),v=t.useTheme(),{isMobile:b}=Oa(),{account:C}=fa(),j=Qh(),[w,k]=n.useState(!1),T=y.data&&h?new s(h).minus(y.data.baseReserve):void 0,B=y.data&&m?new s(m).minus(y.data.quoteReserve):void 0,I=null==T?void 0:T.lt(0),E=ms(u,{amount:T}),A=ms(p,{amount:B});let S=!r||a||!h||Number(h)<0||!m||Number(m)<0;if(!S&&p){const e=new s(x),t=Math.min(p.decimals,16);(!x||e.isNaN()||e.lt(`1e-${t}`)||e.gt(Qb))&&(S=!0);const n=new s(g);(!g||n.isNaN()||n.lt(0)||n.gt(Gb))&&(S=!0);const i=new s(f);(!f||i.isNaN()||i.lt(0)||i.gt(Zb))&&(S=!0)}const{modifyDPPMutation:L}=mf({pool:r||void 0});return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:Object.assign(Object.assign({position:"sticky",left:0,right:0,bottom:0,backgroundColor:v.palette.background.paperContrast,px:20,py:20},b?{}:{position:"static",backgroundColor:"transparent",py:0}),{display:"flex",alignItems:"center",gap:8}),children:[b&&!!C&&$.jsx(t.Button,{variant:t.Button.Variant.second,fullWidth:!0,onClick:()=>{j.back()},children:$.jsx(e.Trans,{id:"dEgA5A",message:"Cancel"})}),$.jsx(fj,{disabled:S,chainId:null==r?void 0:r.chainId,baseStatus:E,quoteStatus:A,onClick:()=>k(!0)})]}),$.jsx(DC,{on:w,onClose:()=>k(!1),state:i,isModify:!0,loading:L.isPending,onConfirm:()=>{var e,t;L.mutate({txTitle:o.i18n._({id:"KRnA5J",message:"Set pool parameters"}),baseAmount:null!==(e=null==T?void 0:T.toString())&&void 0!==e?e:"",quoteAmount:null!==(t=null==B?void 0:B.toString())&&void 0!==t?t:"",isRemove:I,feeRate:i.feeRate,initPrice:i.initPrice,slippageCoefficient:i.slippageCoefficient,submittedBack:()=>{k(!1),j.push({type:exports.PageType.Pool,params:{tab:hy.myCreated}})}})}})]})}function vj({dispatch:i,feeRate:r,isCustomized:a}){const s=t.useTheme(),[l,d]=n.useState(!1),[c,u]=n.useState(r),p=QC();!c&&r&&u(r);const h=GC(c),m=!(!c||"0"===c||Number(c)),x=Boolean(h)||m||a&&!c;return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",mt:20,px:20},children:[$.jsxs(t.Box,{sx:{fontWeight:500,display:"flex",alignItems:"center"},children:[$.jsx(e.Trans,{id:"Y7rVy0",message:"Fee Rate"}),$.jsx(t.QuestionTooltip,{title:o.i18n._({id:"2vjOqX",message:"Pools with lower transaction fees will attract more traders."}),ml:8,size:16})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",ml:12},children:[r,"%",$.jsx(t.Button,{variant:t.Button.Variant.tag,sx:{ml:12,fontSize:12},onClick:()=>d(!0),children:$.jsx(e.Trans,{id:"ePK91l",message:"Edit"})})]})]}),$.jsx(oj,{open:l,onClose:()=>d(!1),title:$.jsxs(t.Box,{children:[$.jsx(e.Trans,{id:"Y7rVy0",message:"Fee Rate"}),$.jsx(t.QuestionTooltip,{title:o.i18n._({id:"2vjOqX",message:"Pools with lower transaction fees will attract more traders."}),ml:8})]}),children:$.jsxs(t.Box,{sx:{flex:1,overflowY:"auto"},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:12,p:s.spacing(8,28,28)},children:[p.map((e=>{const t=!a&&c===e.value;return $.jsx(ZC,{title:e.title,description:e.description,onClick:()=>{i({type:OC.UpdateIsFeeRateCustomized,payload:!1}),u(e.value)},selected:t,subTitle:e.tag?$.jsx(bC,{color:e.tagColor,backgroundColor:e.tagBackgroundColor,tagKey:e.tag}):void 0,sx:{backgroundColor:s.palette.background.paper,borderColor:t?s.palette.primary.main:s.palette.border.main}},e.value)})),$.jsx(t.Box,{sx:{mt:8},children:$.jsx($C,{errorMsg:h,isCustomized:a,onClick:()=>{a||u(""),i({type:OC.UpdateIsFeeRateCustomized,payload:!0})},value:c,onChange:e=>{u(e)}})})]}),$.jsx(t.Box,{sx:{position:"sticky",bottom:0,px:20,py:16,backgroundColor:"background.paperContrast"},children:$.jsx(t.Button,{fullWidth:!0,disabled:x,onClick:()=>{i({type:OC.UpdateFeeRate,payload:c}),d(!1)},children:$.jsx(e.Trans,{id:"7VpPHA",message:"Confirm"})})})]})})]})}function bj({titleKey:e}){const n=t.useTheme();return $.jsxs($.Fragment,{children:[$.jsx(t.Box,{sx:{mt:28,mb:28,borderTopColor:"divider",borderTopStyle:"solid",borderTopWidth:1}}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",mb:20},children:$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:n.palette.text.primary},children:e})})]})}function Cj({params:i}){var r,a,s,l;const d=t.useTheme(),{isMobile:u}=Oa(),{chainId:p}=fa(),[h,m]=n.useState(!1),[x,g]=n.useReducer(_C,{currentStep:0,selectedVersion:Db.marketMakerPool,baseToken:null,quoteToken:null,baseAmount:"",quoteAmount:"",isFixedRatio:!0,initPrice:$b,fixedRatioPrice:$b,leftTokenAddress:void 0,feeRate:Hb,isFeeRateCustomized:!1,slippageCoefficient:Gb,isSlippageCoefficientCustomized:!1,peggedBaseTokenRatio:"",peggedQuoteTokenRatio:""});n.useEffect((()=>{m(!window.localStorage.getItem(jo.PoolEditPage))}),[]);const[f,y]=n.useState("inital"),v=gj({id:null==i?void 0:i.address,chainId:null==i?void 0:i.chainId}),{poolDetail:b}=v,C=F(v,["poolDetail"]);C.isPending||C.error||b||"inital"!==f||y("open"),!x.baseToken&&(null==b?void 0:b.baseToken)&&g({type:OC.InitEditParameters,payload:b});const j=c.useQuery(ea.getPMMStateQuery(null==b?void 0:b.chainId,null==b?void 0:b.address,null==b?void 0:b.type,null===(r=null==b?void 0:b.baseToken)||void 0===r?void 0:r.decimals,null===(a=null==b?void 0:b.quoteToken)||void 0===a?void 0:a.decimals));if(!x.slippageCoefficient&&(null===(l=null===(s=j.data)||void 0===s?void 0:s.pmmParamsBG)||void 0===l?void 0:l.k)){const e=j.data.pmmParamsBG.k.toString(),t=!RC({selectedVersion:x.selectedVersion}).includes(e);g({type:OC.UpdateSlippageCoefficient,payload:e}),g({type:OC.UpdateIsSlippageCoefficientCustomized,payload:t})}!x.baseAmount&&j.data&&(g({type:OC.UpdateBaseAmount,payload:j.data.baseReserve.toString()}),g({type:OC.UpdateQuoteAmount,payload:j.data.quoteReserve.toString()})),!x.fixedRatioPrice&&j.data&&g({type:OC.UpdateFixedRatioPrice,payload:j.data.pmmParamsBG.i.toString()});const w=c.useQuery(ea.getLPFeeRateQuery(null==b?void 0:b.chainId,null==b?void 0:b.address,null==b?void 0:b.type));if(!x.feeRate&&w.data){const e=w.data.times(100).toString(),t=-1===zC().findIndex((t=>t.value===e));g({type:OC.UpdateFeeRate,payload:e}),g({type:OC.UpdateIsFeeRateCustomized,payload:t})}const k=x.selectedVersion===Db.singleToken,T=x.selectedVersion===Db.standard,B=FC({isSingleTokenVersion:k,leftTokenAddress:x.leftTokenAddress,baseToken:x.baseToken,quoteToken:x.quoteToken,dispatch:g}),{versionMap:I}=qb(),E=I[x.selectedVersion],A=!(null==b?void 0:b.baseToken),S=$.jsx(t.Skeleton,{variant:"rounded",width:210,height:60,sx:{padding:16,borderRadius:8}}),L=$.jsx(t.Skeleton,{variant:"rounded",height:167,sx:{mx:20,borderRadius:16}});return $.jsxs($.Fragment,{children:[$.jsx($h,{children:$.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"flex-start"},u?{height:"100%"}:{height:"auto"}),children:[u?null:$.jsxs(t.Box,{sx:{mr:12,flexGrow:1,display:"block"},children:[$.jsx(mj,{}),$.jsx(t.Box,{sx:{mt:28,typography:"h5",fontWeight:600,color:"text.primary"},children:$.jsx(e.Trans,{id:"pHQq+U",message:"Pool Setup"})}),$.jsx(bj,{titleKey:o.i18n._({id:"hdIg7i",message:"Select Pool Version"})}),$.jsx(EC,{versionItem:E,status:"completed"},E.version),$.jsx(bj,{titleKey:o.i18n._({id:"lsg9Mi",message:"Parameter Settings"})}),A?S:$.jsx(kC,{status:"running",baseToken:x.baseToken,quoteToken:x.quoteToken,initPrice:x.initPrice,slippageCoefficient:x.slippageCoefficient,selectedVersion:x.selectedVersion,baseAmount:x.baseAmount,quoteAmount:x.quoteAmount}),$.jsx(bj,{titleKey:o.i18n._({id:"Y7rVy0",message:"Fee Rate"})}),A?S:$.jsx(CC,{isWaiting:!1,feeRate:x.feeRate})]}),$.jsxs(t.Box,{sx:Object.assign({flexGrow:1,flexShrink:0,flexBasis:375,backgroundColor:"background.paper"},u?{width:"100%",borderRadius:0,minHeight:"100%"}:{pb:20,borderRadius:16,flexGrow:0,minHeight:"auto"}),children:[$.jsx(t.Box,{sx:Object.assign({top:0,py:20,px:20,backgroundColor:d.palette.background.paper,zIndex:1},u?{position:"sticky"}:{position:"static",borderTopLeftRadius:16,borderTopRightRadius:16}),children:$.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},children:$.jsx(t.Box,{sx:{typography:"h5",color:d.palette.text.primary,fontWeight:600},children:$.jsx(e.Trans,{id:"6XYkjc",message:"Edit Parameter Settings"})})})}),A?null:$.jsx(vC,{baseToken:x.baseToken,quoteToken:x.quoteToken,initPrice:x.initPrice,slippageCoefficient:x.slippageCoefficient,selectedVersion:x.selectedVersion,baseAmount:x.baseAmount,quoteAmount:x.quoteAmount}),A?L:$.jsxs(t.Box,{sx:{px:20},children:[$.jsx(ap,{canClickBalance:!0,showPercentage:!0,amt:x.baseAmount,onInputChange:e=>{g({type:OC.UpdateBaseAmount,payload:e})},readOnly:k,token:x.baseToken,occupiedAddrs:x.quoteToken?[x.quoteToken.address]:void 0,occupiedChainId:p,chainId:p}),$.jsx(rp,{}),$.jsx(ap,{canClickBalance:!0,showPercentage:!0,amt:x.quoteAmount,onInputChange:e=>{g({type:OC.UpdateQuoteAmount,payload:e})},token:x.quoteToken,occupiedAddrs:x.baseToken?[x.baseToken.address]:void 0,occupiedChainId:p,chainId:p})]}),A?null:$.jsxs($.Fragment,{children:[x.selectedVersion!==Db.standard&&$.jsx(lj,{dispatch:g,slippageCoefficient:x.slippageCoefficient,selectedVersion:x.selectedVersion,isCustomized:x.isSlippageCoefficientCustomized,isStandardVersion:T}),$.jsx(ej,{selectedVersion:x.selectedVersion,isFixedRatio:x.isFixedRatio,leftTokenAddress:x.leftTokenAddress,baseToken:x.baseToken,quoteToken:x.quoteToken,fixedRatioPrice:x.fixedRatioPrice,dispatch:g,isStandardVersion:T,isSingleTokenVersion:k,priceInfo:B}),$.jsx(vj,{dispatch:g,feeRate:x.feeRate,isCustomized:x.isFeeRateCustomized})]}),$.jsx(t.Box,{sx:{pb:160,[d.breakpoints.up("tablet")]:{pb:28}}}),$.jsx(yj,{state:x,pool:b,loading:A})]})]})}),$.jsx(hj,{singleBtn:!0,open:"open"===f,onClose:()=>y("close"),onConfirm:()=>y("close"),title:o.i18n._({id:"Da1+Da",message:"Pool not found. Please switch to another network and retry."})}),$.jsx(xj,{open:h,onClose:()=>{m(!1)},onConfirm:()=>{window.localStorage.setItem(jo.PoolEditPage,"1"),m(!1)},alertContent:$.jsx(e.Trans,{id:"Y9QDtD",message:"You are making changes to the liquidity of a private pool. This is a highly discretionary operation that may cause substantial inflows/outflows of funds and changes in market prices. Please make sure you are fully aware of the implications of each parameter modification."})})]})}function jj(e){return null==e?0:new s(e).dp(4,s.ROUND_DOWN).toNumber()}function wj({unit:i,data:o,masterKey:r,sumKey:a}){const l=t.useTheme(),d=n.useRef(null),[c,u]=n.useState(null),[p,h]=n.useState(0);n.useEffect((()=>{const e=()=>{d&&d.current&&h(d.current.offsetWidth)};return setTimeout(e,100),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[d]);const m="light"===l.palette.mode?t.alpha(l.palette.success.main,.6):l.palette.primary.main,x="#ff9553",g=o[o.length-2],f="date";let y=[];if(null==o?void 0:o.length){let e=o[0][r];o.forEach((t=>{t[r]>e&&(e=t[r])})),y=e?[0,Math.ceil(e/3),Math.ceil(e/3*2),e]:[0]}let v=0;y.forEach((e=>{const t=Yo(new s(e));let n=t.replace(".","").length;t.indexOf(".")>-1&&(n+=.11),n>v&&(v=n)}));const b=10*v+2;return $.jsxs(t.Box,{ref:d,sx:{position:"relative"},children:[$.jsxs(t.Box,{sx:{minHeight:62,mb:10},children:[$.jsxs(t.Box,{sx:{typography:"caption",mb:8},children:[i||$.jsx("span",{children:" "}),No({input:null==g?void 0:g[a]})]}),$.jsx(t.Box,{sx:{color:"text.secondary"},children:j(null==g?void 0:g[f]).format("LL")})]}),$.jsxs(T.BarChart,{width:p,height:364,data:o,margin:{top:5,right:10,left:0,bottom:5},children:[$.jsx("defs",{children:o.map(((e,n)=>$.jsxs("linearGradient",{id:`colorBar${e.date}`,x1:"0",x2:"0",y1:"0",y2:"1",children:[$.jsx("stop",{offset:"0%",stopColor:n===o.length-1?x:m}),$.jsx("stop",{offset:"100%",stopColor:t.alpha(n===o.length-1?x:m,.04)})]},e.date)))}),$.jsx(T.XAxis,{hide:!0,dataKey:f,axisLine:!1,tickFormatter:e=>j(e).format("MM-DD")}),$.jsx(T.YAxis,{orientation:"right",axisLine:!1,ticks:y,width:b,tickFormatter:e=>Yo(new s(e))}),$.jsx(T.Tooltip,{isAnimationActive:!1,content:({active:n,payload:i,label:o})=>{if(!(n&&i&&i.length))return null;const r=j(o).format("YYYY-MM-DD")===j().format("YYYY-MM-DD");return $.jsxs(t.Box,{sx:{px:10,py:12,maxWidth:240,borderRadius:8,backgroundColor:"background.paperContrast",typography:"h6",color:"text.secondary"},children:[$.jsx(t.Box,{sx:{mr:8},children:j(o).format("MM-DD HH:mm")}),$.jsx(t.Box,{children:i[0].value}),r?$.jsx(t.Box,{children:$.jsx(e.Trans,{id:"ubzjDN",message:"Real Time"})}):""]})},cursor:!1,coordinate:{x:0,y:0}}),$.jsx(T.Bar,{dataKey:r,onMouseMove:e=>{u(e[f])},onMouseLeave:()=>{u(null)},children:o.map((e=>$.jsx(T.Cell,{fill:`url(#colorBar${e.date})`},e.date)))}),c&&$.jsx(T.ReferenceLine,{x:c,stroke:m,strokeDasharray:"3 3"})]})]})}var kj,Tj;function Bj({poolDetail:e,chart24hDataFirst:i}){var a,l,d,u,p,h,m,x;const g=t.useTheme(),[f,y]=n.useState(i?kj.volume:kj.depth),v={key:kj.depth,value:o.i18n._({id:"n25Lml",message:"Depth"})},b=[{key:kj.volume,value:o.i18n._({id:"/cF7Rs",message:"Volume"})},{key:kj.feeRevenue,value:o.i18n._({id:"9QjAGB",message:"FeeRevenue"})},{key:kj.traders,value:o.i18n._({id:"qDhDFK",message:"Traders"})}];i?b.push(v):b.splice(0,0,v);const C=function({address:e,chainId:t,day:n}){var i,o,a;const l=t?Si[t]:"",d=wa().getQuery(r.PoolApi.graphql.fetchPoolDayData,{where:{pair_address:null!=e?e:"",chain:l,day:n}}),u=c.useQuery(Object.assign(Object.assign({},d),{enabled:!!e&&!!t})),p=null!==(a=null===(o=null===(i=u.data)||void 0===i?void 0:i.dashboard_pairs_day_data)||void 0===o?void 0:o.map((e=>{var t,n;return{volume:jj(null==e?void 0:e.volumeUsd),fee:jj(new s(null!==(t=null==e?void 0:e.feeUsd)&&void 0!==t?t:0).plus(null!==(n=null==e?void 0:e.mtFeeUsd)&&void 0!==n?n:0).toString()),traders:(null==e?void 0:e.addresses)?Number(e.addresses):0,date:(null==e?void 0:e.timestamp)?1e3*(null==e?void 0:e.timestamp):0,tvl:jj(null==e?void 0:e.tvlUsd)}})))&&void 0!==a?a:[];return Object.assign(Object.assign({},u),{dayDataList:p})}({chainId:null==e?void 0:e.chainId,address:null==e?void 0:e.address,day:30}),j=c.useQuery(ea.getPMMStateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,null===(a=null==e?void 0:e.baseToken)||void 0===a?void 0:a.decimals,null===(l=null==e?void 0:e.quoteToken)||void 0===l?void 0:l.decimals)),{pmmParamsBG:w}=null!==(d=j.data)&&void 0!==d?d:{},k=w?{i:w.i.toNumber(),k:w.k.toNumber(),b:w.b.toNumber(),b0:w.b0.toNumber(),q:w.q.toNumber(),q0:w.k.isEqualTo(0)?w.q.toNumber():w.q0.toNumber(),R:w.k.isEqualTo(0)?0:w.R}:void 0,T=k?r.getPmmModel(k):void 0,[B,I]=n.useState(!1),E=B&&(null===(u=j.data)||void 0===u?void 0:u.midPrice)?new s(1).div(null===(p=j.data)||void 0===p?void 0:p.midPrice):null===(h=j.data)||void 0===h?void 0:h.midPrice;return $.jsx(t.Box,{sx:{mt:24,[g.breakpoints.up("tablet")]:{mt:20,pt:28,borderTop:`1px solid ${g.palette.border.main}`}},children:$.jsxs(t.Tabs,{value:f,onChange:(e,t)=>y(t),children:[$.jsx(t.TabsGroup,{tabs:b,variant:"rounded",tabsListSx:{borderWidth:0,gap:4,mb:24}}),f===kj.depth&&(null==e?void 0:e.baseToken)&&(null==e?void 0:e.quoteToken)?$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:$.jsx(Ij,{baseToken:null==e?void 0:e.baseToken,quoteToken:null==e?void 0:e.quoteToken,midPrice:E,isSwitchMidPrice:B,setIsSwitchMidPrice:I,showMidPrice:f===kj.depth})}):"",$.jsx(t.TabPanel,{value:kj.depth,children:$.jsx(fC,{baseToken:null!==(m=null==e?void 0:e.baseToken)&&void 0!==m?m:null,quoteToken:null!==(x=null==e?void 0:e.quoteToken)&&void 0!==x?x:null,pmmParams:k,pmmModel:T,midPrice:E})}),$.jsx(t.TabPanel,{value:kj.volume,children:$.jsx(wj,{data:C.dayDataList,masterKey:"volume",sumKey:"volume",unit:"$"})}),$.jsx(t.TabPanel,{value:kj.feeRevenue,children:$.jsx(wj,{data:C.dayDataList,masterKey:"fee",sumKey:"fee",unit:"$"})}),$.jsx(t.TabPanel,{value:kj.traders,children:$.jsx(wj,{data:C.dayDataList,masterKey:"traders",sumKey:"traders",unit:""})})]})})}function Ij({baseToken:e,quoteToken:n,midPrice:i,isSwitchMidPrice:o,setIsSwitchMidPrice:r,showMidPrice:a}){const s=null==e?void 0:e.symbol,l=null==n?void 0:n.symbol,d=o?l:s,c=o?s:l;return $.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},children:a?$.jsxs(t.Box,{sx:{mt:4,typography:"body2",color:"text.secondary",wordBreak:"break-all",display:"flex"},children:[`1 ${d} = ${i?No({input:i,showDecimals:16}):"-"} ${c}`,$.jsx(t.HoverOpacity,{weak:!0,sx:{display:"inline-flex",alignItems:"center",justifyContent:"center",width:14,height:14,position:"relative",top:1.5,ml:9,cursor:"pointer",borderRadius:"50%",backgroundColor:"background.paperDarkContrast",p:0},onClick:()=>r((e=>!e)),children:$.jsx(t.Box,{component:oe.Switch})})]}):""})}function Ej({poolDetail:i}){var o,a,l;const{isMobile:d}=Oa(),u=t.useTheme(),p=null==i?void 0:i.chainId;null===(l=c.useQuery(ea.getPMMStateQuery(null==i?void 0:i.chainId,null==i?void 0:i.address,null==i?void 0:i.type,null===(o=null==i?void 0:i.baseToken)||void 0===o?void 0:o.decimals,null===(a=null==i?void 0:i.quoteToken)||void 0===a?void 0:a.decimals)).data)||void 0===l||l.midPrice;const h=function({pool:e}){var t,n,i,o,a,l,d;const{chainId:u,address:p,type:h,baseToken:m,quoteToken:x}=e||{},g=null!=p?p:"",f=u?Si[u]:"",y=null==m?void 0:m.decimals,v=null==x?void 0:x.decimals,b=c.useQuery(ea.getPMMStateQuery(u,p,h,null==m?void 0:m.decimals,null==x?void 0:x.decimals)),C=null===(t=b.data)||void 0===t?void 0:t.midPrice,j=c.useQuery(ea.getTotalBaseLpQuery(u,p,h,y)),w=c.useQuery(ea.getTotalQuoteLpQuery(u,p,h,v)),k=c.useQuery(ea.getReserveLpQuery(u,p,h,y,v)),T=c.useQuery(ea.getClassicalTargetQuery(u,p,h,y,v)),B=j.data;let I=w.data;I||w.isLoading||w.error||!B||(I=B);const{baseReserve:E,quoteReserve:A}=k.data||{},S=null===(n=T.data)||void 0===n?void 0:n.baseTarget,L=null===(i=T.data)||void 0===i?void 0:i.quoteTarget,R=LC({tokens:x?[x]:[]}),O=wa(),M=c.useQuery(Object.assign(Object.assign({},O.getQuery(r.PoolApi.graphql.fetchLiquidityPositions,{id:g,where:{pair:g,liquidityTokenBalance_not:"0",chain:f,refreshNow:!0},miningWhere:{pair:g,liquidityTokenInMining_not:"0",chain:f},first:1e3,orderBy:"liquidityTokenBalance",orderDirection:"desc"})),{enabled:!!p})),{balance:P,mining:_,pair:F}=null!==(o=M.data)&&void 0!==o?o:{};let N=[];const D=x?null===(a=R.data)||void 0===a?void 0:a.get(x.address):void 0;if(P&&_&&F){const{baseLpToken:e,quoteLpToken:t}=F,n=new Map,i=(null==e?void 0:e.id)===(null==t?void 0:t.id);for(const o of P){const{id:r,liquidityTokenBalance:a}=o,l=new s(null!=a?a:0),[d,c]=r.split("-");let u={id:d,baseSupplied:new s(0),quoteSupplied:new s(0)};n.has(u.id)?u=n.get(u.id):n.set(u.id,u);const[,m]=_g(l,B,E,S,p,h,y);m&&(i||c===(null==e?void 0:e.id))&&(u.baseSupplied=m);const[,x]=_g(l,I,A,L,p,h,v);x&&(i||c===(null==t?void 0:t.id))&&(u.quoteSupplied=x)}for(const o of _){const{id:r,liquidityTokenInMining:a}=o,l=new s(null!=a?a:0),[d,c]=r.split("-"),[,u]=_g(l,B,E,S,p,h,y),[,m]=_g(l,I,A,L,p,h,v);if(n.has(d)){const o=n.get(d);u&&(i||c===(null==e?void 0:e.id))&&(o.baseSupplied=u.plus(o.baseSupplied)),m&&(i||c===(null==t?void 0:t.id))&&(o.quoteSupplied=m.plus(o.quoteSupplied))}else{const o={id:d,baseSupplied:new s(0),quoteSupplied:new s(0)};u&&(i||c===(null==e?void 0:e.id))&&(o.baseSupplied=u),m&&(i||c===(null==t?void 0:t.id))&&(o.quoteSupplied=m),n.set(o.id,o)}}const o=(null!==(l=null==m?void 0:m.decimals)&&void 0!==l?l:0)>6?6:4,r=(null!==(d=null==x?void 0:x.decimals)&&void 0!==d?d:0)>6?6:4,a=D;n.forEach((e=>{var t,n;N.push({userId:e.id,baseSupplied:e.baseSupplied?No({input:e.baseSupplied,showDecimals:o}):"0",quoteSupplied:e.quoteSupplied?No({input:e.quoteSupplied,showDecimals:r}):"0",baseTokenAddress:null!==(t=null==m?void 0:m.address)&&void 0!==t?t:"",quoteTokenAddress:null!==(n=null==x?void 0:x.address)&&void 0!==n?n:"",baseTokenSymbol:er(m),quoteTokenSymbol:er(x),sharePercentage:C&&E?No({input:C.multipliedBy(e.baseSupplied||0).plus(e.quoteSupplied||0).div(C.multipliedBy(E).plus(null!=A?A:0)).multipliedBy(100),showDecimals:2}):"",dollarValue:null!=a&&C?`$${No({input:C.multipliedBy(e.baseSupplied||0).plus(e.quoteSupplied||0).multipliedBy(a),showDecimals:2})}`:"-",dollarValueBN:C?C.multipliedBy(e.baseSupplied||0).plus(e.quoteSupplied||0):s(0)})})),N.sort(((e,t)=>t.dollarValueBN.gt(e.dollarValueBN)?1:-1))}const q=[b,j,w,T,k,R,M],U=function(e){const t=[];if(e.forEach((e=>{e.error&&t.push(e.refetch)})),t.length)return()=>{t.forEach((e=>e()))}}(q),V=q.some((e=>e.isLoading));return Object.assign(Object.assign({},M),{isLoading:V,errorRefetch:U,list:N})}({pool:i}),[m,x]=n.useState(1),g=m*(d?4:8),f=h.list,y=g<f.length,v=f.slice(0,g);return $.jsx(t.Box,{sx:{display:"flex",flexDirection:"column"},children:$.jsx(yp,{refetch:h.error?h.refetch:void 0,loading:h.isLoading&&!(null==v?void 0:v.length),empty:!(null==v?void 0:v.length),children:!!(null==v?void 0:v.length)&&$.jsxs(t.Box,{children:[$.jsx(t.Box,{sx:{overflowX:"auto",minHeight:244},children:$.jsxs(t.Box,{component:"table",sx:{minWidth:"100%"},children:[$.jsx(t.Box,{component:"thead",sx:{position:"sticky",top:0},children:$.jsxs(t.Box,{component:"tr",sx:{"& th":{p:24,borderBottomWidth:1,typography:"body1",lineHeight:1,textAlign:"left",whiteSpace:"nowrap"}},children:[$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"JlIjZf",message:"Liquidity Provider"})}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"C1qIFl",message:"Liquidity Supplied"})}),$.jsx(t.Box,{component:"th",sx:{"&&":{textAlign:"right"}},children:$.jsx(e.Trans,{id:"me2dmq",message:"Value (USD)"})}),$.jsx(t.Box,{component:"th",sx:{"&&":{textAlign:"right"}},children:$.jsx(e.Trans,{id:"Z8lGw6",message:"Share"})})]})}),$.jsx(t.Box,{component:"tbody",children:null==v?void 0:v.map((e=>$.jsxs(t.Box,{component:"tr",sx:{"& td":{px:24,py:20,whiteSpace:"nowrap"}},children:[$.jsx("td",{children:$.jsx(t.Box,{sx:{display:"flex",alignItems:"center"},children:$.jsx(Wu,{address:e.userId,customChainId:p,truncate:!0})})}),$.jsxs("td",{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(Hs,{address:e.baseTokenAddress,chainId:p,width:18,height:18}),`${e.baseSupplied} ${e.baseTokenSymbol}`]}),$.jsxs(t.Box,{sx:{mt:4,display:"flex",alignItems:"center",gap:8},children:[$.jsx(Hs,{address:e.quoteTokenAddress,chainId:p,width:18,height:18}),`${e.quoteSupplied} ${e.quoteTokenSymbol}`]})]}),$.jsx(t.Box,{component:"td",sx:{textAlign:"right"},children:e.dollarValue}),$.jsx(t.Box,{component:"td",sx:{textAlign:"right"},children:`${e.sharePercentage}%`})]},e.userId)))})]})}),y&&$.jsxs(t.ButtonBase,{sx:{display:"flex",justifyContent:"center",alignItems:"center",height:64,width:"100%",borderStyle:"solid",borderColor:"border.main",borderWidth:u.spacing(1,0,0,0),typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},onClick:()=>x((e=>e+1)),children:[$.jsx(e.Trans,{id:"yQ2kGp",message:"Load more"}),$.jsx(t.Box,{component:oe.ArrowRight,sx:{transform:"rotate(90deg)"}})]})]})})})}function Aj({address:e,chainId:t}){var n;const i=wa(),o=t?Si[t]:"",a=i.getQuery(r.PoolApi.graphql.fetchPoolDashboard,{where:{pair_address:null!=e?e:"",chain:o}}),s=c.useQuery(Object.assign(Object.assign({},a),{enabled:!!e&&!!t})),l=null===(n=s.data)||void 0===n?void 0:n.dashboard_pairs_detail;return Object.assign(Object.assign({},s),{dashboard:l})}function Sj(e,t){if(!e)return"";const n=j(e);return n.isValid()?n.format("YYYY/MM/DD HH:mm:ss"):""}function Lj({chainId:e,address:n,symbol:o,amount:r,sx:a}){return $.jsxs(t.Box,{sx:i.merge({display:"flex",justifyContent:"flex-end",alignItems:"center"},a),children:[n&&$.jsx(t.Box,{sx:{height:16,flexBasis:16,flexGrow:0,flexShrink:0,mr:4},children:$.jsx(Hs,{width:16,height:16,address:n,chainId:e})}),$.jsxs(t.Box,{sx:{textAlign:"right",display:"flex",alignItems:"center"},children:[r," ",$.jsx(t.Box,{sx:{display:"inline-block",maxWidth:"6em",minWidth:"auto",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",verticalAlign:"text-bottom"},title:o,children:o})]})]})}function Rj({chainId:e,baseToken:n,quoteToken:i,baseAmount:o,quoteAmount:r,vertical:a}){const{isMobile:s}=Oa();return $.jsxs(t.Box,{sx:{mt:4,display:"flex",justifyContent:"flex-end",flexDirection:a?"column":"row",alignItems:a?"flex-end":"center",flexWrap:"wrap",typography:s?"h6":"body1"},children:[n?$.jsx(Lj,{chainId:e,address:null==n?void 0:n.address,amount:o,symbol:null==n?void 0:n.symbol}):"-",a?"":$.jsx(t.Box,{sx:{mx:10},children:"/"}),i?$.jsx(Lj,{chainId:e,address:null==i?void 0:i.address,amount:r,symbol:null==i?void 0:i.symbol,sx:{mt:a?4:0}}):"-"]})}function Oj({label:e,children:n,pairsStatLoading:o,poolDetailLoading:r}){const{isMobile:a}=Oa();return $.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between"},children:[$.jsx(t.Box,{sx:{color:"text.secondary",minWidth:"5em",typography:a?"h6":"body1"},children:e}),$.jsx(t.Box,{sx:i.merge({textAlign:"right",overflow:"hidden","& .title":{typography:a?"body1":"caption",width:"100%"}},o&&!r||!o&&r?{ml:8,flex:1,display:"flex",flexDirection:"column",alignItems:"flex-end","& .title":{display:"flex",justifyContent:"flex-end"}}:{}),children:n})]})}function Mj({sx:e}){return $.jsx(t.Skeleton,{sx:Object.assign({width:"100%",maxWidth:237,height:22},e)})}function Pj({detail:e,lpFeeRate:n,mtFeeRate:i}){const{isMobile:r}=Oa();return"DPP"===(null==e?void 0:e.type)?null:e&&n&&i?$.jsxs(t.Box,{sx:{color:"text.secondary",typography:r?"h6":"body1"},children:[$.jsx("span",{children:"LP "}),$.jsx("span",{children:Ko({input:n,showDecimals:6})}),$.jsxs("span",{children:[" / ",o.i18n._({id:"7C/BwI",message:"Community Treasury"})," "]}),$.jsx("span",{children:Ko({input:new s(null!=i?i:0).toNumber(),showDecimals:6})})]}):$.jsx(Mj,{sx:{mt:4}})}function _j({detail:e}){var n,i,r,a,l,d,u,p,h,m,x,g,f,y,v,b,C,j,w,k,T,B,I,E,A,S,L;const R=t.useTheme(),{isMobile:O}=Oa(),{baseToken:M,quoteToken:P}=null!=e?e:{},_="DPP"===(null==e?void 0:e.type),F="DSP"===(null==e?void 0:e.type)||"GSP"===(null==e?void 0:e.type),N="CLASSICAL"===(null==e?void 0:e.type),D=Aj({address:null==e?void 0:e.address,chainId:null==e?void 0:e.chainId}),q=D.dashboard,U=D.isLoading,V=c.useQuery(ea.getPMMStateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,null===(n=null==e?void 0:e.baseToken)||void 0===n?void 0:n.decimals,null===(i=null==e?void 0:e.quoteToken)||void 0===i?void 0:i.decimals)),H=U?$.jsx(Mj,{}):null===(null==q?void 0:q.totalVolume)||void 0===(null==q?void 0:q.totalVolume)?"-":`$${No({input:new s(null==q?void 0:q.totalVolume),showDecimals:2})}`,W=U?$.jsx(Mj,{}):q&&(up(q.totalFee)||up(q.totalMtFee))?`$${No({input:new s(q.totalFee||0).plus(q.totalMtFee||0),showDecimals:2})}`:"-",{account:Z}=fa(),z=c.useQuery(ea.getFeeRateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,Z)),Q=null===(r=z.data)||void 0===r?void 0:r.mtFeeRate,G=null===(a=z.data)||void 0===a?void 0:a.lpFeeRate,Y=null==Q?void 0:Q.plus(null!=G?G:0),X=!e,K=c.useQuery(ea.getClassicalTargetQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,null===(l=null==e?void 0:e.baseToken)||void 0===l?void 0:l.decimals,null===(d=null==e?void 0:e.quoteToken)||void 0===d?void 0:d.decimals));return $.jsxs(t.Box,{sx:Object.assign({pb:30,position:"relative",overflow:"hidden"},O?{backgroundColor:"background.paper",p:20}:{mt:32}),children:[$.jsxs(t.Box,{sx:{flex:"1 0 50%","& > div + div":{mt:10},"&::after":{content:'""',display:"block",my:20,width:"100%",height:"1px",backgroundColor:"border.main"}},children:[$.jsx(Oj,{label:o.i18n._({id:"l4Za6X",message:"Total Swap Volume"}),pairsStatLoading:U,children:$.jsx("div",{className:"title",children:H})}),U||!e?$.jsx(Mj,{sx:{mt:4}}):$.jsx(Rj,{chainId:e.chainId,baseToken:e.baseToken,quoteToken:e.quoteToken,baseAmount:No({input:null!==(u=null==q?void 0:q.baseVolumeCumulative)&&void 0!==u?u:0,showDecimals:2}),quoteAmount:No({input:null!==(p=null==q?void 0:q.quoteVolumeCumulative)&&void 0!==p?p:0,showDecimals:2})}),$.jsx(Oj,{label:o.i18n._({id:"Z033WN",message:"Total Swap Fee"}),pairsStatLoading:U,children:$.jsx("div",{className:"title",children:W})}),U||!e?$.jsx(Mj,{sx:{mt:4}}):$.jsx(Rj,{chainId:e.chainId,baseToken:e.baseToken,quoteToken:e.quoteToken,baseAmount:No({input:new s(null!==(h=null==q?void 0:q.baseFee)&&void 0!==h?h:0).plus(null!==(m=null==q?void 0:q.baseMtFee)&&void 0!==m?m:0),showDecimals:2}),quoteAmount:No({input:new s(null!==(x=null==q?void 0:q.quoteFee)&&void 0!==x?x:0).plus(null!==(g=null==q?void 0:q.quoteMtFee)&&void 0!==g?g:0),showDecimals:2})}),$.jsx(Oj,{label:o.i18n._({id:"/BbUJ6",message:"Total Number of Traders"}),pairsStatLoading:U,children:U?$.jsx(Mj,{sx:{mt:4}}):No({input:null!==(f=null==q?void 0:q.txUsers)&&void 0!==f?f:0,showDecimals:0})})]}),$.jsxs(t.Box,{sx:{flex:"1 0 50%",overflow:"hidden","& > div + div":{mt:10}},children:[$.jsx(Oj,{label:o.i18n._({id:"UE2beD",message:"Creator"}),poolDetailLoading:!e,children:e?e.isCpPool?$.jsx(Wu,{address:null!==(y=e.cpCreator)&&void 0!==y?y:"",truncate:!0,"data-key":"link",sx:{color:R.palette.text.primary}}):$.jsx(Wu,{address:null!==(v=e.creator)&&void 0!==v?v:"",truncate:!0,"data-key":"link",sx:{color:R.palette.text.primary}}):$.jsx(Mj,{})}),(null==e?void 0:e.isCpPool)||(null==e?void 0:e.owner)?$.jsx(Oj,{label:o.i18n._({id:"LtI9AS",message:"Owner"}),poolDetailLoading:X,children:X?$.jsx(Mj,{}):(null==e?void 0:e.isCpPool)?$.jsx(Wu,{address:null==e?void 0:e.cpCreator,truncate:!0,"data-key":"link",sx:{color:R.palette.text.primary}}):$.jsx(Wu,{address:null!==(b=e.owner)&&void 0!==b?b:"",truncate:!0,"data-key":"link",sx:{color:R.palette.text.primary}})}):"",$.jsx(Oj,{label:o.i18n._({id:"52uNwk",message:"Creation Time"}),poolDetailLoading:X,children:X?$.jsx(Mj,{}):Sj(1e3*Number((null==e?void 0:e.isCpPool)?e.cpCreatedAtTimestamp||0:e.createdAtTimestamp||0))||"-"}),(null==e?void 0:e.isCpPool)?$.jsxs($.Fragment,{children:[$.jsx(Oj,{label:o.i18n._({id:"cDWXuq",message:"Settler"}),poolDetailLoading:X,children:X?$.jsx(Mj,{}):$.jsx(Wu,{address:(null==e?void 0:e.cpLiquidator)||"",truncate:!0,"data-key":"link",sx:{color:R.palette.text.primary}})}),$.jsx(Oj,{label:o.i18n._({id:"JuzN3b",message:"Related CrowdPooling"}),poolDetailLoading:X,children:X?$.jsx(Mj,{}):$.jsx(Wu,{address:null==e?void 0:e.cpAddress,truncate:!0,"data-key":"link",sx:{color:R.palette.text.primary}})})]}):void 0,$.jsxs(Oj,{label:o.i18n._({id:"Y7rVy0",message:"Fee Rate"}),poolDetailLoading:X,children:[$.jsx("div",{className:"detail-title",style:{textAlign:"right"},children:Ko({input:null==Y?void 0:Y.toNumber(),showDecimals:6})}),$.jsx(Pj,{detail:e,lpFeeRate:G,mtFeeRate:Q})]}),$.jsx(Oj,{label:o.i18n._({id:"sjn3tj",message:"Slippage Coefficient"}),poolDetailLoading:X,children:X?$.jsx(Mj,{}):null===(j=null===(C=V.data)||void 0===C?void 0:C.pmmParamsBG)||void 0===j?void 0:j.k.toString()}),$.jsx(Oj,{poolDetailLoading:X,label:N?o.i18n._({id:"d8YnVj",message:"Guide Price"}):_?o.i18n._({id:"CeLrge",message:"Mid Price"}):F?o.i18n._({id:"4ogEAw",message:"Pegged Exchange Rate"}):o.i18n._({id:"jjuKOj",message:"Min Price"}),children:X?$.jsx(Mj,{}):null!==M&&(F?`1 ${null==M?void 0:M.symbol} = ${null===(T=null===(k=null===(w=V.data)||void 0===w?void 0:w.pmmParamsBG)||void 0===k?void 0:k.i)||void 0===T?void 0:T.toString()} ${null==P?void 0:P.symbol}`:null===(E=null===(I=null===(B=V.data)||void 0===B?void 0:B.pmmParamsBG)||void 0===I?void 0:I.i)||void 0===E?void 0:E.toString())||"-"}),N&&$.jsxs($.Fragment,{children:[$.jsx(Oj,{label:o.i18n._({id:"JR7wWw",message:"Equilibrium target"}),poolDetailLoading:X,children:X?$.jsx(Mj,{}):$.jsx($.Fragment,{children:null===(L=null===(S=null===(A=V.data)||void 0===A?void 0:A.pmmParamsBG)||void 0===S?void 0:S.k)||void 0===L?void 0:L.toString()})}),K.data?$.jsx(Rj,{vertical:!0,chainId:e.chainId,baseToken:e.baseToken,quoteToken:e.quoteToken,baseAmount:No({input:K.data.baseTarget,showDecimals:2}),quoteAmount:No({input:K.data.quoteTarget,showDecimals:2})}):""]})]})]})}function Fj(e,t){if(!e)return"";const n=j(e);return n.isValid()?n.format("YYYY/MM/DD HH:mm:ss"):""}function Nj({amountOut:e,amountIn:i,fromTokenSymbol:o,toTokenSymbol:r}){const[a,s]=n.useState(!1),l=No({input:i/e,showDecimals:2}),d=No({input:e/i,showDecimals:2});return $.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:["1 ",a?r:o," = ",a?l:d," ",a?o:r,$.jsx(t.Box,{sx:{ml:10,width:16,height:16,display:"flex",alignItems:"center",justifyContent:"center",cursor:"pointer",backgroundColor:"background.paperContrast",borderRadius:"50%"},onClick:()=>s((e=>!e)),children:$.jsx(t.Box,{component:oe.Switch})})]})}function Dj({poolDetail:i}){var o,a,l;const{isMobile:d}=Oa(),u=t.useTheme(),{account:p,chainId:h}=fa(),m=c.useQuery(ea.getFeeRateQuery(null==i?void 0:i.chainId,null==i?void 0:i.address,null==i?void 0:i.type,p)),x=null===(o=m.data)||void 0===o?void 0:o.mtFeeRate,g=null===(a=m.data)||void 0===a?void 0:a.lpFeeRate,f=null==x?void 0:x.plus(null!=g?g:0),y=function({chainId:e,address:t,first:n=50}){var i;const o=e?Si[e]:"",a=wa().getQuery(r.PoolApi.graphql.fetchPoolSwapList,{first:n,orderBy:"timestamp",orderDirection:"desc",where:{pair:t,chain:o}}),s=c.useQuery(Object.assign(Object.assign({},a),{enabled:!!t})),l=null===(i=s.data)||void 0===i?void 0:i.swaps;return Object.assign(Object.assign({},s),{swapList:l})}({address:null==i?void 0:i.address,chainId:null==i?void 0:i.chainId}),[v,b]=n.useState(1),C=v*(d?4:8),j=null!==(l=y.swapList)&&void 0!==l?l:[],w=C<j.length,k=j.slice(0,C);return $.jsx(t.Box,{sx:{display:"flex",flexDirection:"column"},children:$.jsx(yp,{refetch:y.error?y.refetch:void 0,loading:y.isLoading,empty:!(null==k?void 0:k.length),children:!!(null==k?void 0:k.length)&&$.jsxs(t.Box,{children:[$.jsx(t.Box,{sx:{overflowX:"auto",minHeight:244},children:$.jsxs(t.Box,{component:"table",sx:{minWidth:"100%"},children:[$.jsx(t.Box,{component:"thead",sx:{position:"sticky",top:0},children:$.jsxs(t.Box,{component:"tr",sx:{"& th":{p:24,borderBottomWidth:1,typography:"body1",lineHeight:1,textAlign:"left",whiteSpace:"nowrap"}},children:[$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"LhMjLm",message:"Time"})}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"UPXmW+",message:"Trader"})}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"v4nCHK",message:"Paid"})}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"fZ5Vnu",message:"Received"})}),$.jsx(t.Box,{component:"th",children:$.jsx(e.Trans,{id:"a7u1N9",message:"Price"})}),$.jsx(t.Box,{component:"th",sx:{"&&":{textAlign:"right"}},children:$.jsx(e.Trans,{id:"Y7rVy0",message:"Fee Rate"})}),$.jsx(t.Box,{component:"th",sx:{"&&":{textAlign:"right"}},children:$.jsx(e.Trans,{id:"PLUB/s",message:"Fee"})})]})}),$.jsx(t.Box,{component:"tbody",children:null==k?void 0:k.map((e=>$.jsxs(t.Box,{component:"tr",sx:{"& td":{px:24,py:20,whiteSpace:"nowrap"}},children:[$.jsx("td",{children:Fj(1e3*e.timestamp)}),$.jsx("td",{children:$.jsx(Wu,{address:e.from,truncate:!0})}),$.jsx("td",{children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(Hs,{address:e.fromToken.id,chainId:h,width:18,height:18}),`${No({input:e.amountIn,showDecimals:2})} ${e.fromToken.symbol}`]})}),$.jsx("td",{children:$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(Hs,{address:e.toToken.id,chainId:h,width:18,height:18}),`${No({input:e.amountOut,showDecimals:2})} ${e.toToken.symbol}`]})}),$.jsx("td",{children:$.jsx(Nj,{amountOut:e.amountOut,amountIn:e.amountIn,fromTokenSymbol:e.fromToken.symbol,toTokenSymbol:e.toToken.symbol})}),$.jsx(t.Box,{component:"td",sx:{textAlign:"right"},children:Ko({input:f})}),$.jsx(t.Box,{component:"td",sx:{textAlign:"right"},children:`${No({input:new s(e.amountOut).times(null!=f?f:0)})} ${e.toToken.symbol}`})]},e.id)))})]})}),w&&$.jsxs(t.ButtonBase,{sx:{display:"flex",justifyContent:"center",alignItems:"center",height:64,width:"100%",borderStyle:"solid",borderColor:"border.main",borderWidth:u.spacing(1,0,0,0),typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},onClick:()=>b((e=>e+1)),children:[$.jsx(e.Trans,{id:"yQ2kGp",message:"Load more"}),$.jsx(t.Box,{component:oe.ArrowRight,sx:{transform:"rotate(90deg)"}})]})]})})})}function qj({poolDetail:e}){const{isMobile:i}=Oa(),[r,a]=n.useState(Tj.parameters),s=[{key:Tj.parameters,value:o.i18n._({id:"F18WP3",message:"Parameters"})},{key:Tj.swaps,value:o.i18n._({id:"EatqP4",message:"Swaps"})}];return e&&"DPP"!==(null==e?void 0:e.type)&&s.push({key:Tj.liquidityProviders,value:o.i18n._({id:"juypHV",message:"Liquidity Providers"})}),$.jsx(t.Box,{sx:Object.assign({mt:24,backgroundColor:"background.paper",borderRadius:16,overflow:"hidden"},i?{}:{mt:32,px:20}),children:$.jsxs(t.Tabs,{value:r,onChange:(e,t)=>a(t),children:[$.jsx(t.TabsGroup,{tabs:s}),$.jsx(t.TabPanel,{value:Tj.parameters,children:$.jsx(_j,{detail:e})}),$.jsx(t.TabPanel,{value:Tj.swaps,children:$.jsx(Dj,{poolDetail:e})}),$.jsx(t.TabPanel,{value:Tj.liquidityProviders,children:$.jsx(Ej,{poolDetail:e})})]})})}function Uj(){return $.jsx(t.Skeleton,{variant:"rounded",sx:{width:90}})}function Vj({poolDetail:n}){var i,r;const a=t.useTheme(),{isMobile:l}=Oa(),d=Aj({address:null==n?void 0:n.address,chainId:null==n?void 0:n.chainId}),c=d.dashboard,u=[{description:o.i18n._({id:"Gr2anW",message:"Traders (24H)"}),text:d.isLoading?$.jsx(Uj,{}):null===(null==c?void 0:c.txUserNear24h)||void 0===(null==c?void 0:c.txUserNear24h)?"-":Yo(new s(null==c?void 0:c.txUserNear24h))},{description:o.i18n._({id:"sTnImq",message:"Total Liquidity"}),text:d.isLoading?$.jsx(Uj,{}):null===(null==c?void 0:c.tvl)||void 0===(null==c?void 0:c.tvl)?"-":`$${Yo(new s(null==c?void 0:c.tvl))}`},{description:o.i18n._({id:"p7/w10",message:"Volume (24H)"}),text:d.isLoading?$.jsx(Uj,{}):null===(null==c?void 0:c.volume)||void 0===(null==c?void 0:c.volume)?"-":`$${Yo(new s(null==c?void 0:c.volume))}`},{description:o.i18n._({id:"7X40pG",message:"Fees (24H)"}),text:d.isLoading?$.jsx(Uj,{}):null!==!(null==c?void 0:c.feeNear24h)||(null==c?void 0:c.mtFeeNear24h)?`$${Yo(new s(null!==(i=null==c?void 0:c.feeNear24h)&&void 0!==i?i:0).plus(null!==(r=null==c?void 0:c.mtFeeNear24h)&&void 0!==r?r:0))}`:"-",question:d.isLoading?void 0:$.jsxs(t.Box,{sx:{width:198},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsx(e.Trans,{id:"OnDEky",message:"LP Fee"}),$.jsx(t.Box,{children:(null==c?void 0:c.feeNear24h)?`$${Yo(new s(null==c?void 0:c.feeNear24h))}`:"-"})]}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsx(e.Trans,{id:"pSQ1lM",message:"MT Fee"}),$.jsx(t.Box,{children:(null==c?void 0:c.mtFeeNear24h)?`$${Yo(new s(null==c?void 0:c.mtFeeNear24h))}`:"-"})]})]})}];return $.jsx(t.Box,{sx:Object.assign({display:"grid",gap:12},l?{mt:24,gridTemplateColumns:"repeat(2, 1fr)"}:{mt:32,gridTemplateColumns:"repeat(4, 1fr)"}),children:u.map((e=>$.jsxs(t.Box,{sx:{borderRadius:8,p:16,backgroundColor:"background.paper",border:`1px solid ${a.palette.border.main}`},children:[$.jsx(t.Box,{sx:{typography:"caption",fontWeight:600,lineHeight:"27px"},children:e.text}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",typography:"h6",color:"text.secondary",gap:4},children:[e.description,e.question?$.jsx(au,{title:e.question}):""]})]},e.description)))})}function Hj({poolDetail:n,loading:i}){var a,s,l,d;const{address:c}=null!=n?n:{},u=t.useTheme(),p=Qh(),{account:h}=fa(),{isMobile:m}=Oa(),x=h&&"DPP"===(null==n?void 0:n.type)&&(null===(a=null==n?void 0:n.owner)||void 0===a?void 0:a.toLocaleLowerCase())===h.toLocaleLowerCase(),{supportAMMV2:g,onSharePool:f}=G();return $.jsxs(t.Box,{sx:Object.assign({},m?{pt:24}:{pt:20,display:"flex",alignItems:"center",justifyContent:"space-between"}),children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[(null==n?void 0:n.baseToken)?$.jsx(fp,{tokens:[n.baseToken,n.quoteToken],chainId:n.chainId,width:36,mr:8}):$.jsx(t.Skeleton,{variant:"circular",sx:{width:36,height:36,mr:8}}),$.jsxs(t.Box,{children:[$.jsxs(t.Box,{sx:{typography:"h4"},children:[(null==n?void 0:n.baseToken)?`${null===(s=n.baseToken)||void 0===s?void 0:s.symbol} / ${null===(l=n.quoteToken)||void 0===l?void 0:l.symbol}`:"-",g&&$.jsx(t.Box,{component:"span",sx:{position:"relative",top:-4,ml:4,px:4,py:2,borderRadius:4,fontSize:10,lineHeight:1,fontWeight:600,backgroundColor:t.alpha(u.palette.purple.main,.1),color:u.palette.purple.main},children:"PMM"}),$.jsx(Nf,{address:c,chainId:null==n?void 0:n.chainId,hideName:m,sx:{display:"inline-flex",ml:8}}),x&&!m?$.jsx(t.Box,{component:t.ButtonBase,sx:{typography:"h6",px:8,py:2,ml:8,borderStyle:"solid",borderWidth:1,borderRadius:4,borderColor:"primary.main",color:"primary.main",whiteSpace:"nowrap","&:hover":{backgroundColor:"primary.main",color:"primary.contrastText"}},onClick:()=>{p.push({type:exports.PageType.ModifyPool,params:{address:null==n?void 0:n.address,chainId:null==n?void 0:n.chainId}})},children:$.jsx(e.Trans,{id:"ePK91l",message:"Edit"})}):""]}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",mr:12},children:$.jsx(Wu,{address:null!=c?c:"",truncate:!0,showCopy:!0,iconDarkHover:!0,"data-key":"link",sx:{typography:"body2",color:"text.secondary"},iconSize:14,iconSpace:6,customChainId:null==n?void 0:n.chainId,onShareClick:f&&n?()=>f({chainId:n.chainId,baseToken:n.baseToken,quoteToken:n.quoteToken,poolId:c,apy:n.apy,isSingle:r.PoolApi.utils.singleSideLp(n.type)}):void 0})})]})]}),$.jsxs(t.Box,{sx:m?{display:"flex",alignItems:"center",mt:24}:{textAlign:"right"},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",color:"success.main",typography:"h4"},children:[(null==n?void 0:n.miningAddress)?$.jsx(t.Tooltip,{title:o.i18n._({id:"B3mhDR",message:"Add liquidity to obtain LP tokens for mining"}),children:$.jsx("span",{children:"✨ "})}):"",$.jsx(t.LoadingSkeleton,{loading:i,loadingSx:{width:100},children:null!==(d=null==n?void 0:n.baseApy)&&void 0!==d?d:"0%"}),(null==n?void 0:n.quoteApy)?`/${null==n?void 0:n.quoteApy}`:""]}),$.jsx(t.Box,{sx:Object.assign({typography:"body2"},m?{ml:4}:{}),children:$.jsx(e.Trans,{id:"rSayea",message:"APY"})})]})]})}function Wj({chainId:e,shortNumber:n,pieSize:i="default",baseReserve:o=new s(1),baseAmount:r=new s(1),quoteAmount:a=new s(0),baseTokenSymbol:l="-",quoteTokenSymbol:d="-",quoteTokenDecimals:c=18,baseTokenDecimals:u=18,baseTokenAddress:p,quoteTokenAddress:h,baseTvlRate:m,quoteTvlRate:x,disabledAmount:g,disabledRate:f,disabledPercentage:y,loading:v,sx:b,pieRadius:C}){const j=t.useTheme(),w="small"===i,k=w?6:16,B=C||(w?23:30),I=u>6?6:u>4?4:2,E=c>6?6:c>4?4:2,A=n?Yo(new s(o)):No({input:o,showDecimals:I}),S=n?Yo(new s(a)):No({input:a,showDecimals:E});let L=r.plus(a);L=L.lte(0)?new s(1):L;const R=m||r.div(L).multipliedBy(100).toFixed(2),O=x||a.div(L).multipliedBy(100).toFixed(2),M=r.lte(0)&&a.lte(0),P=j.palette.success.main,_=j.palette.error.main,F=[{name:"base",value:M?1:r.toNumber(),color:P},{name:"quote",value:M?1:a.toNumber(),color:_}];return $.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"space-between",flexDirection:"column"},b||{}),children:[$.jsx("div",{children:y?"":v?$.jsx(t.Skeleton,{width:46,height:46,variant:"circular"}):$.jsx(T.PieChart,{width:2*B,height:2*B,children:$.jsx(T.Pie,{isAnimationActive:!1,dataKey:"value",data:F,labelLine:!1,label:!1,outerRadius:B,fill:_,children:F.map(((e,t)=>$.jsx(T.Cell,{fill:e.color,strokeWidth:0},`cell-${t}`)))})})}),$.jsxs(t.Box,{className:"symbol-wrapper",sx:{display:"flex",flexDirection:"column",justifyContent:"center",ml:0,mt:16,width:"100%","& > div":{paddingLeft:"12px",position:"relative","&::before":{content:'""',width:"8px",height:"8px",position:"absolute",left:"0",top:"50%",transform:"translateY(-50%)",backgroundColor:j.palette.purple.main,borderRadius:"50%"},"&:last-child::before":{backgroundColor:_},"&> span.symbol":{display:"inline-block",maxWidth:"6em",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",verticalAlign:"text-bottom"}}},children:[v?$.jsx(t.Skeleton,{width:237,sx:{borderRadius:4}}):$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(t.Box,{children:[$.jsx(t.Box,{className:"symbol",title:l,sx:{typography:"h6"},children:l}),p?$.jsx(Wu,{address:p,customChainId:e,truncate:!0,showCopy:!0,size:"small",iconSpace:4,sx:{typography:"h6",color:"text.secondary"}}):""]}),$.jsxs(t.Box,{sx:{textAlign:"right"},children:[g?"":`${A} `,y||f?"":$.jsxs(t.Box,{sx:{color:"text.secondary",typography:"h6",fontWeight:600},children:[" ",`(${R}%)`]})]})]}),v?$.jsx(t.Skeleton,{width:237,sx:{borderRadius:4,marginTop:`${k}px`}}):$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",marginTop:`${k}px`},children:[$.jsxs(t.Box,{children:[$.jsx(t.Box,{className:"symbol",title:d,sx:{typography:"h6"},children:d}),h?$.jsx(Wu,{address:h,customChainId:e,truncate:!0,showCopy:!0,size:"small",iconSpace:4,sx:{typography:"h6",color:"text.secondary"}}):""]}),$.jsxs(t.Box,{sx:{textAlign:"right"},children:[g?"":`${S} `,y||f?"":$.jsxs(t.Box,{sx:{color:"text.secondary",typography:"h6",fontWeight:600},children:[" ",`(${O}%)`]})]})]})]})]})}function Zj({poolDetail:n}){var i,o,r,a,l,d,u,p,h;const m=t.useTheme(),{isMobile:x}=Oa(),g=c.useQuery(ea.getPMMStateQuery(null==n?void 0:n.chainId,null==n?void 0:n.address,null==n?void 0:n.type,null===(i=null==n?void 0:n.baseToken)||void 0===i?void 0:i.decimals,null===(o=null==n?void 0:n.quoteToken)||void 0===o?void 0:o.decimals)),f=null===(r=g.data)||void 0===r?void 0:r.midPrice,y=c.useQuery(ea.getReserveLpQuery(null==n?void 0:n.chainId,null==n?void 0:n.address,null==n?void 0:n.type,null===(a=null==n?void 0:n.baseToken)||void 0===a?void 0:a.decimals,null===(l=null==n?void 0:n.quoteToken)||void 0===l?void 0:l.decimals)),{baseReserve:v,quoteReserve:b}=y.data||{},C=v&&f?null==f?void 0:f.multipliedBy(v):void 0,j=b&&f?new s(b):void 0;let w=C&&j?null==C?void 0:C.plus(j):void 0;w=!w||w.lte(0)?new s(1):w;const k=C&&C.div(w).multipliedBy(100).toFixed(2),T=j&&j.div(w).multipliedBy(100).toFixed(2);return $.jsxs(t.Box,{sx:{mt:x?24:28},children:[$.jsx(t.Box,{sx:{fontWeight:600},children:$.jsx(e.Trans,{id:"sTnImq",message:"Total Liquidity"})}),$.jsxs(t.Box,{sx:{display:"flex",mt:16,backgroundColor:"background.paper",borderRadius:16,overflowX:"auto",border:`1px solid ${m.palette.border.main}`},children:[$.jsx(t.Box,{sx:{flex:x?1:void 0,padding:x?m.spacing(20,30,20,20):m.spacing(20,30,16)},children:$.jsx(Wj,{pieRadius:44,baseReserve:v,baseAmount:C,baseTokenDecimals:null===(d=null==n?void 0:n.baseToken)||void 0===d?void 0:d.decimals,quoteAmount:j,baseTvlRate:k,quoteTvlRate:T,chainId:null==n?void 0:n.chainId,quoteTokenDecimals:(null===(u=null==n?void 0:n.quoteToken)||void 0===u?void 0:u.decimals)||void 0,baseTokenSymbol:er(null==n?void 0:n.baseToken),quoteTokenSymbol:er(null==n?void 0:n.quoteToken),baseTokenAddress:x?null===(p=null==n?void 0:n.baseToken)||void 0===p?void 0:p.address:"",quoteTokenAddress:x?null===(h=null==n?void 0:n.quoteToken)||void 0===h?void 0:h.address:"",shortNumber:!0,disabledRate:!x,disabledAmount:!x,loading:g.isLoading||y.isLoading,sx:x?{typography:"body2",fontWeight:600}:{"& .symbol-wrapper":{display:"flex",alignItems:"center",flexDirection:"row","& > div, & > span":{mt:0,"&:last-child":{ml:16}},"& .MuiSkeleton-root":{width:"40px !important"}}}})}),x?"":$.jsxs(t.Box,{component:"table",sx:{flex:1,fontWeight:600,borderStyle:"solid",borderColor:"border.main",borderWidth:"0 0 0 1px","& thead":{typography:"h6",color:"text.secondary","& th":{textAlign:"right",px:20,py:16,borderStyle:"solid",borderColor:"border.main",borderWidth:"0 0 1px","&:first-child":{textAlign:"left"}}},"& tbody":{typography:"body2",textAlign:"right","& td":{px:20,py:0,"&:first-child":{textAlign:"left"}}}},children:[$.jsx("thead",{children:$.jsxs("tr",{children:[$.jsx("th",{children:$.jsx(e.Trans,{id:"bUUVED",message:"Asset"})}),$.jsx("th",{children:$.jsx(e.Trans,{id:"hcNa1G",message:"Token Amount"})}),$.jsx("th",{children:$.jsx(e.Trans,{id:"iaocTt",message:"Ratio"})})]})}),$.jsxs("tbody",{children:[$.jsxs("tr",{children:[$.jsx("td",{children:n?$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(Hs,{address:n.baseToken.address,width:24,height:24,marginRight:4,chainId:n.chainId}),$.jsxs(t.Box,{children:[n.baseToken.symbol,$.jsx(Wu,{address:n.baseToken.address,truncate:!0,showCopy:!0,size:"small",iconSpace:4,customChainId:n.chainId,sx:{typography:"h6",color:"text.secondary"}})]})]}):$.jsx(t.Skeleton,{width:100,height:24})}),$.jsx("td",{children:n?Yo(new s(n.baseReserve)):$.jsx(t.Skeleton,{width:50,height:24,sx:{display:"inline-block"}})}),$.jsx("td",{children:g.isLoading?$.jsx(t.Skeleton,{width:50,height:24,sx:{display:"inline-block"}}):`${null!=k?k:"-"}%`})]}),$.jsxs("tr",{children:[$.jsx("td",{children:n?$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(Hs,{address:n.quoteToken.address,width:24,height:24,marginRight:4,chainId:n.chainId}),$.jsxs(t.Box,{children:[n.quoteToken.symbol,$.jsx(Wu,{address:n.quoteToken.address,truncate:!0,showCopy:!0,size:"small",iconSpace:4,customChainId:n.chainId,sx:{typography:"h6",color:"text.secondary"}})]})]}):$.jsx(t.Skeleton,{width:100,height:24})}),$.jsx("td",{children:n?Yo(new s(n.quoteReserve)):$.jsx(t.Skeleton,{width:50,height:24,sx:{display:"inline-block"}})}),$.jsx("td",{children:g.isLoading?$.jsx(t.Skeleton,{width:50,height:24,sx:{display:"inline-block"}}):`${null!=T?T:"-"}%`})]})]})]})]})]})}function $j({params:i}){var r,a,s,l,d,c,u;const p=Qh(),{isMobile:h}=Oa(),{account:m}=fa(),x=t.useTheme(),g=gj({id:null==i?void 0:i.address,chainId:null==i?void 0:i.chainId}),{poolDetail:f}=g,y=F(g,["poolDetail"]),[v,b]=n.useState("inital");y.isPending||y.error||f||"inital"!==v||b("open");const C=f&&"DPP"===f.type&&m&&(null===(r=f.owner)||void 0===r?void 0:r.toLocaleLowerCase())===m.toLocaleLowerCase(),j=f&&"DPP"!==f.type||m&&(null==f?void 0:f.owner)&&f.owner.toLocaleLowerCase()===m.toLocaleLowerCase(),[w,k]=n.useState();f&&void 0===w&&!h&&k(If.Add);const T=w&&f?Object.assign(Object.assign({},f),{baseLpToken:{id:null===(a=f.baseLpToken)||void 0===a?void 0:a.id,decimals:Number(null!==(l=null===(s=f.baseLpToken)||void 0===s?void 0:s.decimals)&&void 0!==l?l:18)},quoteLpToken:{id:null===(d=f.quoteLpToken)||void 0===d?void 0:d.id,decimals:Number(null!==(u=null===(c=f.quoteLpToken)||void 0===c?void 0:c.decimals)&&void 0!==u?u:18)}}):void 0,B=!!(null==f?void 0:f.miningAddress);return $.jsxs($h,{sx:h?{p:x.spacing(28,0,j?108:0)}:{p:x.spacing(28,0,40)},children:[$.jsx(mj,{onClick:()=>{p.push({type:exports.PageType.Pool})}}),$.jsxs(t.Box,{sx:h?{}:{display:"flex",gap:12,overflow:"hidden"},children:[$.jsxs(t.Box,{sx:{flex:1,overflow:"hidden"},children:[$.jsx(Hj,{poolDetail:f,loading:y.isPending}),$.jsx(Bj,{poolDetail:f,chart24hDataFirst:!0}),$.jsx(Vj,{poolDetail:f}),$.jsx(Zj,{poolDetail:f}),$.jsx(qj,{poolDetail:f})]}),h?$.jsx(_f,{account:m,pool:T,operate:w,hasMining:B,modal:!0,onClose:()=>{k(void 0)}}):$.jsx(Pf,{account:m,operate:w,hasMining:B,sx:{width:375,height:"max-content",backgroundColor:"background.paper",borderRadius:16,overflow:"hidden"},pool:T,hidePoolInfo:!0})]}),$.jsx(hj,{singleBtn:!0,open:"open"===v,onClose:()=>b("close"),onConfirm:()=>b("close"),title:o.i18n._({id:"Da1+Da",message:"Pool not found. Please switch to another network and retry."})}),h&&j&&$.jsx($.Fragment,{children:$.jsxs(t.Box,{sx:{position:"fixed",bottom:0,left:0,right:0,p:20,display:"grid",gap:"8px",gridTemplateColumns:C?"repeat(3, 1fr)":"repeat(2, 1fr)",backgroundColor:"background.paperContrast"},children:[C?$.jsx(t.Button,{variant:t.Button.Variant.second,onClick:()=>{Qh.getState().push({type:exports.PageType.ModifyPool,params:{chainId:f.chainId,address:f.address}})},children:$.jsx(e.Trans,{id:"ePK91l",message:"Edit"})}):"",$.jsx(t.Button,{variant:t.Button.Variant.second,onClick:()=>{k(If.Remove)},children:$.jsx(e.Trans,{id:"t/YqKh",message:"Remove"})}),$.jsx(t.Button,{onClick:()=>{k(If.Add)},children:$.jsx(e.Trans,{id:"m16xKo",message:"Add"})})]})})]})}function zj({statuses:n,children:i,buttonProps:o}){var r;if(!n.find((e=>e.needShowTokenStatusButton))&&i)return $.jsx($.Fragment,{children:i});const a=n.find((e=>e.insufficientBalance));if(a)return $.jsx(t.Button,{fullWidth:!0,disabled:!0,...o,children:$.jsx(e.Trans,{id:"m6RmA/",message:"Insufficient {0} balance",values:{0:null===(r=a.token)||void 0===r?void 0:r.symbol}})});const s=n.some((e=>e.isApproving));return $.jsx(t.Box,{sx:{display:"flex",alignItems:"center",gap:4},children:n.map(((n,i)=>{var r,a;let l="";return n.isApproving?l=$.jsx(e.Trans,{id:"j2Uisd",message:"Approving"}):(n.needReset||n.needApprove)&&(l=n.approveTitle),l?$.jsx(t.Button,{fullWidth:!0,isLoading:n.isApproving,onClick:n.submitApprove,disabled:n.insufficientBalance||s,...o,children:l},null!==(a=null===(r=n.token)||void 0===r?void 0:r.symbol)&&void 0!==a?a:i):null}))})}function Qj({token:i,chainId:o,showChainLogo:r,readonly:a,showChainName:s,logoSize:l=24,chainLogoSize:d=12,side:c,occupiedToken:u,defaultLoadBalance:p,notTokenPickerModal:h,border:m,px:x=20,py:g=8,highlightDefault:f,onTokenClick:y,onTokenChange:v}){var b,C;const{onlyChainId:j}=G(),w=o||j,k=t.useTheme(),[T,B]=n.useState(!1),I=(null==i?void 0:i.chainId)?xo.get(i.chainId):null,E=s&&!!I;return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{component:t.ButtonBase,sx:Object.assign(Object.assign({display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,color:k.palette.text.primary,typography:E?"body2":"body1",fontWeight:600,px:x,py:g,"&:focus-visible":{opacity:.5}},!!m&&{border:`solid 1px ${k.palette.border.main}`,borderRadius:8,"&:hover":{backgroundColor:k.palette.hover.default}}),!(!f||i)&&{backgroundColor:k.palette.primary.main,color:k.palette.primary.contrastText,"&:hover":{opacity:.8}}),onClick:()=>{a||B(!0)},"data-testid":Lo,children:[!!(null==i?void 0:i.address)&&$.jsx(Hs,{url:null==i?void 0:i.logoURI,address:null!==(b=null==i?void 0:i.address)&&void 0!==b?b:"",chainId:null==i?void 0:i.chainId,noShowChain:!r,width:l,height:l,chainSize:d,logoOffset:10,marginRight:0}),$.jsxs(t.Box,{sx:{flex:1},children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[(null==i?void 0:i.address)?$.jsx($.Fragment,{children:$.jsx(t.Box,{children:null!==(C=null==i?void 0:i.symbol)&&void 0!==C?C:"-"})}):$.jsx(e.Trans,{id:"sIPJGT",message:"SELECT TOKEN"}),!a&&$.jsx(t.Box,{component:"svg",width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",sx:{flexShrink:0},children:$.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.58398 12.376C6.78189 12.6728 7.21811 12.6728 7.41603 12.376L10.4818 7.77735C10.7033 7.44507 10.4651 7 10.0657 7H3.93426C3.53491 7 3.29672 7.44507 3.51823 7.77735L6.58398 12.376Z",fill:"currentColor"})})]}),!!E&&$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",typography:"h6",color:"text.secondary"},children:[I.name,$.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{d:"M5.6036 4.12761C5.50037 4.20906 5.3708 4.24967 5.23958 4.24169C5.10836 4.23372 4.98466 4.17773 4.89203 4.08438C4.7994 3.99103 4.74433 3.86685 4.7373 3.73549C4.73026 3.60413 4.77177 3.47477 4.8539 3.37205L5.96239 2.25211C6.46737 1.76405 7.14372 1.494 7.84575 1.5001C8.54779 1.50621 9.21934 1.78798 9.71577 2.28474C10.2122 2.78151 10.4938 3.4535 10.4999 4.156C10.506 4.85851 10.2361 5.5353 9.74839 6.04062L8.60241 7.16592C8.55441 7.22201 8.49533 7.26757 8.4289 7.29974C8.36246 7.3319 8.29009 7.34997 8.21635 7.35282C8.1426 7.35567 8.06906 7.34324 8.00034 7.3163C7.93162 7.28936 7.86921 7.2485 7.81702 7.19627C7.76483 7.14405 7.724 7.0816 7.69707 7.01284C7.67015 6.94407 7.65772 6.87048 7.66057 6.79668C7.66342 6.72289 7.68148 6.65047 7.71363 6.58399C7.74577 6.51751 7.7913 6.4584 7.84736 6.41036L8.97191 5.28506C9.25568 4.98032 9.41017 4.57725 9.40283 4.16078C9.39549 3.74431 9.22689 3.34695 8.93255 3.05242C8.63821 2.75788 8.24111 2.58917 7.82491 2.58182C7.40872 2.57447 7.00592 2.72906 6.70138 3.01302L5.6036 4.12761ZM6.34259 7.93755C6.38819 7.87582 6.44652 7.82461 6.51361 7.7874C6.58071 7.75018 6.65501 7.72783 6.73149 7.72185C6.80798 7.71586 6.88485 7.7264 6.95691 7.75273C7.02897 7.77906 7.09453 7.82058 7.14917 7.87447C7.2038 7.92836 7.24622 7.99337 7.27356 8.06509C7.3009 8.13682 7.31252 8.21358 7.30764 8.29019C7.30275 8.3668 7.28148 8.44147 7.24525 8.50913C7.20902 8.5768 7.15869 8.63589 7.09765 8.68239L5.96774 9.81305C5.45894 10.2708 4.7943 10.5163 4.11029 10.4992C3.42627 10.482 2.77479 10.2034 2.2896 9.72061C1.80441 9.23784 1.52232 8.58752 1.50127 7.90316C1.48021 7.2188 1.72179 6.55234 2.17638 6.04062L3.30629 4.93139C3.3504 4.86735 3.4079 4.81369 3.47482 4.77413C3.54174 4.73456 3.61646 4.71005 3.69379 4.70229C3.77113 4.69453 3.84922 4.70371 3.92266 4.72919C3.99609 4.75466 4.0631 4.79583 4.11904 4.84983C4.17497 4.90384 4.21849 4.96937 4.24657 5.0419C4.27464 5.11442 4.28661 5.19219 4.28163 5.2698C4.27665 5.34742 4.25484 5.42302 4.21773 5.49135C4.18062 5.55969 4.12908 5.61912 4.06671 5.66552L2.93144 6.79618C2.64767 7.10092 2.49318 7.50398 2.50052 7.92045C2.50786 8.33692 2.67647 8.73428 2.97081 9.02882C3.26515 9.32335 3.66224 9.49207 4.07844 9.49942C4.49463 9.50676 4.89743 9.35217 5.20197 9.06821L6.34259 7.93755ZM5.00919 7.76072C4.96119 7.81681 4.90211 7.86237 4.83567 7.89454C4.76924 7.9267 4.69687 7.94477 4.62312 7.94763C4.54937 7.95048 4.47583 7.93804 4.40711 7.9111C4.33839 7.88416 4.27598 7.8433 4.2238 7.79108C4.17161 7.73885 4.13077 7.6764 4.10385 7.60764C4.07693 7.53887 4.0645 7.46528 4.06735 7.39149C4.0702 7.31769 4.08826 7.24528 4.1204 7.17879C4.15255 7.11231 4.19808 7.0532 4.25413 7.00516L6.90487 4.35267C7.00731 4.26488 7.13909 4.21901 7.27386 4.22422C7.40863 4.22943 7.53648 4.28533 7.63185 4.38077C7.72722 4.4762 7.78309 4.60413 7.7883 4.73899C7.7935 4.87385 7.74766 5.00572 7.65993 5.10823L5.00919 7.76072Z",fill:"currentColor"})})]})]})]}),$.jsx(Qu,{value:i,open:T,side:c,chainId:w,occupiedAddrs:u?[u.address]:void 0,occupiedChainId:null==u?void 0:u.chainId,defaultLoadBalance:p,onClose:()=>{B(!1),y&&y()},onTokenChange:(e,t)=>{B(!1),setTimeout((()=>{!Array.isArray(e)&&v&&v(e,t)}),Os)},modal:!h})]})}function Gj({title:e,disabled:n,children:i}){return $.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:12,opacity:n?.3:void 0},children:[$.jsx(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",fontWeight:600},children:e}),i]})}!function(e){e[e.depth=1]="depth",e[e.volume=2]="volume",e[e.feeRevenue=3]="feeRevenue",e[e.traders=4]="traders"}(kj||(kj={})),function(e){e[e.parameters=1]="parameters",e[e.swaps=2]="swaps",e[e.liquidityProviders=3]="liquidityProviders"}(Tj||(Tj={}));const Yj=1e-4;function Xj({disabled:i,fee:o,onChange:r,feeList:a,hasCustom:l}){const d=t.useTheme(),[c,u]=n.useState(!1),[p,h]=n.useState(!1),[m,x]=n.useState(""),{isMobile:g}=Oa(),f=!a.includes(o),y=f||p,v=!p&&f&&!!m&&new s(m).div(100).lt(Yj),b=i||v;return $.jsxs(t.Box,{sx:{opacity:i?.3:void 0,fontWeight:600},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:20,py:12,borderWidth:1,borderRadius:12,borderStyle:"solid",borderColor:"border.main"},children:[$.jsx(e.Trans,{id:"tMMG40",message:"{0}% fee tier",values:{0:o?new s(o).times(100).toString():"-"}}),$.jsx(t.ButtonBase,{sx:{px:16,py:7,border:`solid 1px ${d.palette.text.primary}`,borderRadius:8,fontWeight:600,color:"text.primary",cursor:b?"default":"pointer",opacity:v?.3:1},disabled:b,onClick:()=>{b||u((e=>!e))},children:c?$.jsx(e.Trans,{id:"vLyv1R",message:"Hide"}):$.jsx(e.Trans,{id:"ePK91l",message:"Edit"})})]}),c&&$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:Object.assign({mt:12},g?{display:"grid",gap:8,gridTemplateColumns:"repeat(2, 1fr)"}:{display:"flex",alignItems:"center",gap:8,"& > label":{flex:1}}),children:[a.map((e=>{const n=o===e&&!y;return $.jsxs(t.Box,{component:"label",sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"space-between",px:20,py:12,borderWidth:1,borderRadius:12,borderStyle:"solid",borderColor:"border.main",cursor:"pointer"},n&&{color:d.palette.primary.main,borderColor:d.palette.primary.main}),children:[100*e,"%",$.jsx(t.Radio,{size:18,checked:n,onChange:(t,n)=>{n&&r(e)}})]},e)})),l&&$.jsxs(t.Box,{component:"label",sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"space-between",px:20,py:12,borderWidth:1,borderRadius:12,borderStyle:"solid",borderColor:"border.main",cursor:"pointer",color:v?d.palette.error.main:"text.primary"},y&&{color:d.palette.primary.main,borderColor:d.palette.primary.main}),onClick:()=>{h(!0),x("")},children:[p?$.jsx(t.Input,{value:m,autoFocus:!0,onChange:e=>{const t=e.target.value;isNaN(Number(t))||x(t)},onBlur:()=>{const e=Number(m),t=e?new s(e).div(100).toNumber():e;t&&t<Yj?r(0):m&&(e||0===e)&&r(t),h(!1)},sx:{p:0,flex:1,height:"100%",border:"none",backgroundColor:"none"},inputSx:{p:0}}):$.jsx($.Fragment,{children:f?(new s(o).times(100).toNumber()||m)+"%":$.jsx(e.Trans,{id:"8Tg/JR",message:"Custom"})}),$.jsx(t.Radio,{size:18,checked:y,sx:{flexShrink:0}})]})]}),v&&$.jsxs(t.Box,{sx:{mt:12,display:"flex",alignItems:"center",gap:8,p:8,borderRadius:8,typography:"h6",backgroundColor:t.alpha(d.palette.error.main,.1),color:d.palette.error.main},children:[$.jsx(t.Box,{component:oe.ErrorBorder,sx:{width:18,height:18}}),$.jsx(e.Trans,{id:"LHxwaD",message:"The fee tier should greater than {0}%",values:{0:100*Yj}})]})]})]})}function Kj({isExists:i,pair:o,pairAddress:r}){var a,l,d;const{isBalanceLoading:u,isDepositedLoading:h,balance:m,token0Deposited:x,token1Deposited:g,poolTokenPercentage:f}=function({pairAddress:e,pair:t}){var i;const{account:o}=fa(),r=null===(i=null==t?void 0:t.liquidityToken)||void 0===i?void 0:i.chainId,a=c.useQuery(Object.assign(Object.assign({},p.getFetchUniswapV2PairBalanceOfQueryOptions(r,e,o)),{retry:!1})),l=c.useQuery(Object.assign(Object.assign({},p.getFetchUniswapV2PairTotalSupplyQueryOptions(r,e)),{retry:!1})),[d,u,h]=n.useMemo((()=>{if(!t||!a.data||!l.data||l.data<a.data)return[void 0,void 0,void 0];const e=S.CurrencyAmount.fromRawAmount(t.liquidityToken,l.data.toString()),n=S.CurrencyAmount.fromRawAmount(t.liquidityToken,a.data.toString());return[new S.Percent(a.data.toString(),l.data.toString()),t.getLiquidityValue(t.token0,e,n,!1),t.getLiquidityValue(t.token1,e,n,!1)]}),[a.data,l.data,t]);return{isBalanceLoading:a.isLoading,isDepositedLoading:a.isLoading||l.isLoading,balance:a.data&&t?Wo(a.data.toString(),t.liquidityToken.decimals):void 0,poolTokenPercentage:d?new s(d.toSignificant(6)):void 0,token0Deposited:u?new s(u.toSignificant()):void 0,token1Deposited:h?new s(h.toSignificant()):void 0}}({pairAddress:r,pair:o}),y=f?`${No({input:f,showDecimals:2,roundingMode:s.ROUND_HALF_UP})}%`:void 0;return i&&o?$.jsxs(t.Box,{sx:{px:20,py:12,borderWidth:1,borderRadius:8,borderStyle:"solid",borderColor:"border.main"},children:[$.jsx(t.Box,{sx:{typography:"h6",color:"text.secondary"},children:$.jsx(e.Trans,{id:"YHc3B+",message:"My Liquidity"})}),$.jsxs(t.Box,{sx:{mt:12,display:"flex",alignItems:"center"},children:[$.jsx(fp,{width:18,height:18,tokens:[o.token0,o.token1],mr:4}),$.jsx(t.LoadingSkeleton,{loading:u,loadingProps:{width:50},sx:{mr:4},children:Do({input:m,decimals:null===(a=o.liquidityToken)||void 0===a?void 0:a.decimals})}),`${o.token0.symbol}/${o.token1.symbol} LP`,$.jsx(t.Tooltip,{title:$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:10,typography:"body2",color:"text.primary"},children:[$.jsx(Dg,{address:o.token0.address,chainId:o.token0.chainId,showName:null!==(l=o.token0.symbol)&&void 0!==l?l:"",size:14,offset:4,rightContent:$.jsx(t.LoadingSkeleton,{loading:h,loadingProps:{width:50},children:Do({input:x,decimals:o.token0.decimals})})}),$.jsx(Dg,{address:o.token1.address,chainId:o.token1.chainId,showName:null!==(d=o.token1.symbol)&&void 0!==d?d:"",size:14,offset:4,rightContent:$.jsx(t.LoadingSkeleton,{loading:h,loadingProps:{width:50},children:Do({input:g,decimals:o.token1.decimals})})}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsx(e.Trans,{id:"c4miqE",message:"Pool share"}),$.jsx(t.LoadingSkeleton,{loading:h,loadingProps:{width:50},children:y})]})]}),sx:{padding:20,width:256},children:$.jsx(t.HoverOpacity,{component:oe.DetailBorder,sx:{ml:4,width:16,height:16,cursor:"pointer"}})}),$.jsx(t.Box,{component:"a",target:"_blank",rel:"noopener noreferrer",href:ca(o.liquidityToken.chainId,o.liquidityToken.address,"address"),sx:{ml:4,display:"inline-flex",height:16},children:$.jsx(t.HoverOpacity,{component:oe.ArrowTopRightBorder,sx:{width:16,height:16}})})]})]}):null}function Jj({sx:i,disabled:o,slippage:r,onChangeSlippage:a}){const l=t.useTheme(),d=r===Jh,[c,u]=n.useState(d?"":new s(r).times(100).toNumber());return $.jsx(t.Tooltip,{disabled:o,onlyClick:!0,title:$.jsxs(t.Box,{sx:{backgroundColor:l.palette.background.paper,padding:l.spacing(16,20),borderRadius:16,width:375,maxWidth:"90vw",boxSizing:"border-box"},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",typography:"body2",color:"text.primary"},children:[$.jsx("span",{children:$.jsx(e.Trans,{id:"lqTDfd",message:"Slippage Tolerance"})}),$.jsxs("span",{children:[d?tm:r&&new s(r).times(100).toNumber(),"%"]})]}),$.jsxs(t.Box,{sx:{mt:16,display:"flex",alignItems:"center",margin:l.spacing(16,0,0,0)},children:[$.jsx(Kh,{sx:{borderRadius:8,whiteSpace:"nowrap"},onClick:()=>{u(""),a(Jh)},active:d}),$.jsx(t.Input,{placeholder:String(tm),value:c,onChange:e=>{const{value:t}=e.target;u(t),a(t?new s(t).div(100).toNumber():Jh)},onBlur:()=>{(!d&&new s(r).gt(.1)||new s(r).lte(0))&&(u(10),a(.1))},suffix:$.jsx(t.Box,{sx:{mr:16},children:"%"}),sx:{ml:8,"& input":{px:16,py:0,height:"39px"}}})]})]}),sx:{p:0},arrow:!1,placement:"bottom-end",children:$.jsx(t.HoverAddBackground,{sx:Object.assign({width:"max-content",alignItems:"right",margin:l.spacing(0,0,0,"auto"),p:l.spacing(4,12),borderRadius:20,backgroundColor:"background.paperDarkContrast",cursor:"pointer"},i),children:$.jsx(t.Box,{component:oe.Setting,sx:{width:18,height:18,"& path:last-child":{fill:l.palette.text.primary}}})})})}function ew(){var i,o,a;const l=t.useTheme(),[d,c]=n.useState(.003),[u,h]=n.useState(),[m,x]=n.useState(),[g,f]=n.useState(""),[y,v]=n.useState(""),[b,C]=n.useState(Jh),j=b===Jh?new s(tm).div(100).toNumber():b,{isMobile:w}=Oa(),{onlyChainId:k}=G(),T=n.useMemo((()=>k||(null==u?void 0:u.chainId)||(null==m?void 0:m.chainId)),[k,u,m]),{pairAddress:B,pair:I,price:E,isInvalidPair:A,invertedPrice:L,priceLoading:R,liquidityMinted:O,shareOfPool:M,isExists:P}=function({baseToken:e,quoteToken:t,baseAmount:i,quoteAmount:o,fee:a}){const[s,l,d]=n.useMemo((()=>{var n,i;if(!e||!t)return[null,null,!1];const o=r.basicTokenMap[e.chainId],a=(null===(n=o.address)||void 0===n?void 0:n.toLowerCase())===e.address.toLowerCase(),s=(null===(i=o.address)||void 0===i?void 0:i.toLowerCase())===t.address.toLowerCase(),l=a?o.wrappedTokenAddress:e.address,d=s?o.wrappedTokenAddress:t.address,c=l.toLowerCase()===d.toLowerCase();return c?[null,null,!0]:[new S.Token(e.chainId,l,e.decimals,e.symbol,e.name),new S.Token(t.chainId,d,t.decimals,t.symbol,t.name),c]}),[e,t]),c=n.useMemo((()=>{if(!s||!l||void 0===a)return;const e=s.chainId,t=e?p.getUniswapV2FactoryContractAddressByChainId(e)||p.getUniswapV2FactoryFixedFeeContractAddressByChainId(e):void 0;return t?ua({factoryAddress:t,tokenA:s,tokenB:l,fee:a}):void 0}),[s,l,a]),{pair:u,price:h,invertedPrice:m,reserveQuery:x,liquidityMinted:g,shareOfPool:f,isExists:y}=jf({pool:e&&t&&c?{baseToken:e,quoteToken:t,type:"AMMV2",address:c}:void 0,baseAmount:i,quoteAmount:o});return{pairAddress:c,pair:u,isInvalidPair:d,price:h,invertedPrice:m,priceLoading:x.isLoading,liquidityMinted:g,shareOfPool:f,isExists:y}}({baseToken:u,quoteToken:m,baseAmount:g,quoteAmount:y,fee:d}),_=wm(E);if(E&&g&&!E.isEqualTo(null!=_?_:0)&&P){const e=E.times(g).dp(null!==(i=null==m?void 0:m.decimals)&&void 0!==i?i:18);e.isEqualTo(y)||v(e.toString())}const F=T?p.getUniswapV2Router02ContractAddressByChainId(T)||p.getUniswapV2Router02FixedFeeContractAddressByChainId(T):void 0,N=ms(u,{amount:g,contractAddress:F}),D=ms(m,{amount:y,contractAddress:F}),[q,U]=n.useState(!1),V=!u||!m,H=gf({baseToken:u,quoteToken:m,baseAmount:g,quoteAmount:y,fee:d,isExists:P,slippage:j,successBack:()=>{Qh.getState().push({type:exports.PageType.Pool,params:{tab:hy.myLiquidity}})}});return n.useEffect((()=>{console.error("createMutation.error",H.error)}),[H.error]),$.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:20,mx:16,pb:20,borderBottomWidth:1,borderBottomStyle:"solid",borderBottomColor:"border.main",mb:20,[l.breakpoints.up("tablet")]:{width:600,mx:"auto"}},children:[$.jsx(wy,{onClick:()=>{Qh.getState().push({type:exports.PageType.Pool})}}),$.jsx(t.Box,{sx:{typography:"caption",fontWeight:600,color:"text.primary",mr:"auto"},children:$.jsx(e.Trans,{id:"E6MqGy",message:"Add liquidity"})}),$.jsx(tg,{poolType:"AMM V2"})]}),$.jsxs(t.Box,{sx:{pt:20,px:16,position:"relative",overflow:"hidden",backgroundColor:l.palette.background.paper,borderRadius:16,[l.breakpoints.up("tablet")]:{borderWidth:1,borderStyle:"solid",borderColor:"border.main",px:0,mx:"auto",width:600}},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:20,[l.breakpoints.up("tablet")]:{pt:20,px:20,pb:20}},children:[$.jsx(Kj,{pair:I,pairAddress:B,isExists:P}),$.jsxs(Gj,{title:$.jsx(e.Trans,{id:"nxRg31",message:"Select pair"}),children:[$.jsxs(t.Box,{sx:{display:"grid",gridTemplateColumns:w?"repeat(1, 1fr)":"repeat(2, 1fr)",gap:12},children:[$.jsx(Qj,{border:!0,highlightDefault:!0,chainId:T,token:u,onTokenChange:(e,t)=>{t?(h(m),x(u),f(""),v("")):(h(e),f(""))},occupiedToken:m}),$.jsx(Qj,{border:!0,highlightDefault:!0,chainId:T,token:m,onTokenChange:(e,t)=>{t?(h(m),x(u)):(x(e),v(""))},occupiedToken:u})]}),(!T||aa(T))&&$.jsx(Xj,{fee:d,onChange:c,feeList:[1e-4,5e-4,.003],hasCustom:!0,disabled:V})]}),$.jsx(Gj,{title:$.jsx(e.Trans,{id:"MU9s7M",message:"Deposit amounts"}),disabled:V,children:$.jsxs(t.Box,{children:[$.jsx(ap,{sx:{mb:4,pb:28,minHeight:"auto",backgroundColor:"background.cardInput",padding:l.spacing(20,20,28)},inputSx:{backgroundColor:"background.cardInput"},token:u,amt:g,defaultLoadBalance:!0,onInputChange:e=>{var t;f(e);const n=Number(e);P&&E&&n&&v(E.times(e).dp(null!==(t=null==m?void 0:m.decimals)&&void 0!==t?t:18).toString())},showMaxBtn:!0,occupiedAddrs:[null!==(o=null==m?void 0:m.address)&&void 0!==o?o:""],occupiedChainId:null==m?void 0:m.chainId,notTokenPickerModal:!0,showPercentage:!0,readOnly:V}),$.jsx(op,{}),$.jsx(ap,{sx:{pb:20,minHeight:"auto",backgroundColor:"background.cardInput",padding:l.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"},token:m,amt:y,defaultLoadBalance:!0,onInputChange:e=>{var t;v(e);const n=Number(e);P&&L&&n&&f(L.times(e).dp(null!==(t=null==u?void 0:u.decimals)&&void 0!==t?t:18).toString())},showMaxBtn:!0,occupiedAddrs:[null!==(a=null==u?void 0:u.address)&&void 0!==a?a:""],occupiedChainId:null==u?void 0:u.chainId,notTokenPickerModal:!0,showPercentage:!0,readOnly:V}),$.jsx(Jj,{slippage:b,onChangeSlippage:C,disabled:V,sx:{mt:8}}),$.jsx(df,{baseToken:u,quoteToken:m,loading:R,midPrice:E,shareOfPool:M}),!!P&&$.jsxs(t.Box,{sx:{mt:20,p:20,borderRadius:16,backgroundColor:"background.paperContrast",typography:"h6",textAlign:"center","& > b":{fontWeight:600,color:"primary.main"}},children:["🌟",$.jsx("b",{children:$.jsx(e.Trans,{id:"e38JNU",message:"Tips:"})})," ",$.jsx(e.Trans,{id:"1ABiXc",message:"By adding liquidity you’ll earn <0>{0}</0> of all trades on this pair proportional to your share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity.",values:{0:Ko({input:d})},components:{0:$.jsx("b",{})}})]})]})})]}),$.jsx(t.Box,{sx:{mt:20,py:16,[l.breakpoints.up("tablet")]:{px:20}},children:$.jsx(cm,{fullWidth:!0,includeButton:!0,size:t.Button.Size.big,disabled:V,chainId:T,children:$.jsx(zj,{statuses:[N,D],buttonProps:{size:t.Button.Size.big},children:$.jsx(t.Button,{fullWidth:!0,size:t.Button.Size.big,disabled:!(u&&m&&g&&y&&!A&&d),onClick:()=>U(!0),children:A?$.jsx(e.Trans,{id:"R7D79P",message:"Invalid pair"}):$.jsx(e.Trans,{id:"bwSQI0",message:"Supply"})})})})}),$.jsx(cf,{open:q,onClose:()=>U(!1),slippage:j,baseToken:u,baseAmount:g,quoteToken:m,quoteAmount:y,fee:d,price:E,lpAmount:O,shareOfPool:M,pairAddress:B,createMutation:H})]})]})}const tw=({disabled:e,feeAmount:i,dispatch:r})=>{const a=t.useTheme(),{isMobile:s}=Oa(),[l,d]=n.useState(!1);return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"space-between",px:20,py:12,borderWidth:1,borderStyle:"solid",borderColor:a.palette.border.main,borderRadius:12},e?{opacity:.3}:void 0),children:[$.jsx(t.Box,{sx:{typography:"h5",color:a.palette.text.primary},children:i?`${eg[i].label} ${o.i18n._({id:"fxRyGG",message:"fee tier"})}`:o.i18n._({id:"EU3wU4",message:"Fee tier"})}),$.jsx(t.Button,{size:t.Button.Size.small,variant:t.Button.Variant.outlined,disabled:e,onClick:()=>d((e=>!e)),sx:{color:a.palette.text.primary,border:`solid 1px ${a.palette.text.primary}`},children:l?o.i18n._({id:"vLyv1R",message:"Hide"}):o.i18n._({id:"ePK91l",message:"Edit"})})]}),l&&$.jsx(t.Box,{sx:Object.assign({},s?{display:"grid",gap:8,gridTemplateColumns:"repeat(2, 1fr)"}:{display:"flex",alignItems:"center",gap:8}),children:[Km.LOWEST,Km.LOW,Km.MEDIUM,Km.HIGH].map((n=>{const o=i===n;return $.jsxs(t.Button,{size:t.Button.Size.middle,variant:t.Button.Variant.outlined,disabled:e,onClick:()=>{r({type:vg.UpdateFeeAmount,payload:n})},sx:{flexBasis:"50%",flexShrink:1,flexGrow:1,justifyContent:"space-between",px:20,color:o?a.palette.primary.main:a.palette.text.primary,borderRadius:12,borderColor:o?a.palette.primary.main:a.palette.border.main,[a.breakpoints.up("tablet")]:{flexBasis:"25%"}},children:[eg[n].label,o?$.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:[$.jsx("rect",{x:"0.5",y:"0.5",width:"17",height:"17",rx:"8.5",stroke:a.palette.primary.main}),$.jsx("rect",{x:"4.5",y:"4.5",width:"9",height:"9",rx:"4.5",fill:a.palette.primary.main,stroke:a.palette.primary.main})]}):$.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:$.jsx("rect",{x:"0.5",y:"0.5",width:"17",height:"17",rx:"8.5",stroke:a.palette.text.secondary})})]},n)}))})]})},nw={neutral1:"#222222",neutral2:"#7D7D7D",accent1:"#FC72FF",critical:"FF5F52",white:"#FFFFFF",surface3:"#22222212",opacity:{hover:.6,click:.4,disabled:.5,enabled:1}},iw=({series:e,xScale:i,yScale:o,xValue:r,yValue:a,fill:s})=>n.useMemo((()=>{var n;return $.jsx(t.Box,{component:"path",opacity:.5,stroke:null!=s?s:nw.accent1,fill:null!=s?s:nw.accent1,d:null!==(n=O.area().curve(O.curveStepAfter).x((e=>i(r(e)))).y1((e=>o(a(e)))).y0(o(0))(e.filter((e=>{const t=i(r(e));return t>0&&t<=window.innerWidth}))))&&void 0!==n?n:void 0})}),[s,e,i,r,o,a]),ow=({axisGenerator:e})=>$.jsx("g",{ref:t=>{t&&O.select(t).call(e).call((e=>e.select(".domain").remove()))}}),rw=({xScale:e,innerHeight:i,offset:o=0})=>n.useMemo((()=>$.jsx(t.Box,{component:"g",transform:`translate(0, ${i+o})`,sx:{"& line":{display:"none"},"& text":{color:nw.neutral2,transform:"translateY(5px)"}},children:$.jsx(ow,{axisGenerator:O.axisBottom(e).ticks(6)})})),[i,o,e]),aw=e=>["M 0 0",`v ${e}`,"m 1 0","V 0","M 0 1","h 12","q 2 0, 2 2","v 22","q 0 2 -2 2","h -12","z"].join(" "),sw=()=>["m 5 7","v 14","M 0 0","m 9 7","v 14","z"].join(" "),lw=({color:e,size:t=10,margin:n=10})=>$.jsx("polygon",{points:`0 0, ${t} ${t}, 0 ${t}`,transform:` translate(${t+n}, ${n}) rotate(45) `,fill:e,stroke:e,strokeWidth:"4",strokeLinejoin:"round"});const dw=({color:e,d:n})=>$.jsx(t.Box,{component:"path",cursor:"ew-resize",pointerEvents:"none",strokeWidth:3,stroke:e,fill:e,d:n}),cw=({d:e})=>$.jsx(t.Box,{component:"path",cursor:"ew-resize",pointerEvents:"none",stroke:nw.white,opacity:nw.opacity.hover,d:e}),uw=({visible:e,transform:n,children:i})=>$.jsx(t.Box,{component:"g",opacity:e?"1":"0",transform:n,sx:{transition:"opacity 300ms"},children:i}),pw=({y:e,x:n,height:i,width:o,rx:r})=>$.jsx(t.Box,{component:"rect",fill:nw.surface3,y:e,x:n,height:i,width:o,rx:r}),hw=({y:e,transform:n,dominantBaseline:i,children:o})=>$.jsx(t.Box,{component:"text",y:e,textAnchor:"middle",fontSize:"13px",fill:nw.neutral1,transform:n,dominantBaseline:i,children:o}),mw=(e,t,n)=>{const i=e.map((e=>n(e).toFixed(1))),o=t.map((e=>n(e).toFixed(1)));return i.every(((e,t)=>e===o[t]))},xw=({id:e,xScale:t,interactive:i,brushLabelValue:o,brushExtent:r,setBrushExtent:a,innerWidth:s,innerHeight:l,westHandleColor:d,eastHandleColor:c})=>{const u=n.useRef(null),p=n.useRef(null),[h,m]=n.useState(r),[x,g]=n.useState(!1),[f,y]=n.useState(!1),v=function(e){const t=n.useRef();return n.useEffect((()=>{t.current=e}),[e]),t.current}(r),b=n.useCallback((e=>{const{type:n,selection:i,mode:o}=e;if(!i)return void m(null);const s=i.map(t.invert);"end"!==n||mw(r,s,t)||a(s,o),m(s)}),[t,r,a]);n.useEffect((()=>{m(r)}),[r]),n.useEffect((()=>{u.current&&(p.current=O.brushX().extent([[Math.max(2,t(0)),0],[s-2,l]]).handleSize(30).filter((()=>i)).on("brush end",b),p.current(O.select(u.current)),v&&mw(r,v,t)&&O.select(u.current).transition().call(p.current.move,r.map(t)),O.select(u.current).selectAll(".selection").attr("stroke","none").attr("fill-opacity","0.1").attr("fill",`url(#${e}-gradient-selection)`))}),[r,b,e,l,s,i,v,t]),n.useEffect((()=>{u.current&&p.current&&p.current.move(O.select(u.current),r.map(t))}),[r,t]),n.useEffect((()=>{g(!0);const e=setTimeout((()=>g(!1)),1500);return()=>clearTimeout(e)}),[h]);const C=h&&t(h[0])>20,j=h&&t(h[1])>s-20,w=h&&(t(h[0])<0||t(h[1])<0),k=h&&(t(h[0])>s||t(h[1])>s),T=h&&t(h[0])>=0&&t(h[0])<=s,B=h&&t(h[1])>=0&&t(h[1])<=s;return n.useMemo((()=>$.jsxs($.Fragment,{children:[$.jsxs("defs",{children:[$.jsxs("linearGradient",{id:`${e}-gradient-selection`,x1:"0%",y1:"100%",x2:"100%",y2:"100%",children:[$.jsx("stop",{stopColor:d}),$.jsx("stop",{stopColor:c,offset:"1"})]}),$.jsx("clipPath",{id:`${e}-brush-clip`,children:$.jsx("rect",{x:"0",y:"0",width:s,height:l})})]}),$.jsx("g",{ref:u,clipPath:`url(#${e}-brush-clip)`,onMouseEnter:()=>y(!0),onMouseLeave:()=>y(!1)}),h&&$.jsxs($.Fragment,{children:[T?$.jsxs("g",{transform:`translate(${Math.max(0,t(h[0]))}, 0), scale(${C?"-1":"1"}, 1)`,children:[$.jsxs("g",{children:[$.jsx(dw,{color:d,d:aw(l)}),$.jsx(cw,{d:sw()})]}),$.jsxs(uw,{transform:`translate(50,0), scale(${C?"1":"-1"}, 1)`,visible:x||f,children:[$.jsx(pw,{y:"0",x:"-30",height:"30",width:"60",rx:"8"}),$.jsx(hw,{transform:"scale(-1, 1)",y:"15",dominantBaseline:"middle",children:o("w",h[0])})]})]}):null,B?$.jsxs("g",{transform:`translate(${t(h[1])}, 0), scale(${j?"-1":"1"}, 1)`,children:[$.jsxs("g",{children:[$.jsx(dw,{color:c,d:aw(l)}),$.jsx(cw,{d:sw()})]}),$.jsxs(uw,{transform:`translate(50,0), scale(${j?"-1":"1"}, 1)`,visible:x||f,children:[$.jsx(pw,{y:"0",x:"-30",height:"30",width:"60",rx:"8"}),$.jsx(hw,{y:"15",dominantBaseline:"middle",children:o("e",h[1])})]})]}):null,w&&$.jsx(lw,{color:d}),k&&$.jsx("g",{transform:`translate(${s}, 0) scale(-1, 1)`,children:$.jsx(lw,{color:c})})]})]})),[o,c,B,j,C,f,e,l,s,h,k,x,w,d,T,t])},gw=({value:e,xScale:i,innerHeight:o})=>n.useMemo((()=>$.jsx(t.Box,{component:"line",x1:i(e),y1:"0",x2:i(e),y2:o,sx:{opacity:.5,strokeWidth:2,stroke:nw.neutral1,fill:"none"}})),[e,i,o]);function fw({svg:e,xScale:i,setZoom:o,width:r,height:a,resetBrush:s,showResetButton:l,zoomLevels:d}){const c=n.useRef(),[u,p,h,m]=n.useMemo((()=>[()=>e&&c.current&&O.select(e).transition().call(c.current.scaleBy,2),()=>e&&c.current&&O.select(e).transition().call(c.current.scaleBy,.5),()=>e&&c.current&&O.select(e).transition().call(c.current.scaleTo,.5),()=>e&&c.current&&O.select(e).call(c.current.transform,O.zoomIdentity.translate(0,0).scale(1)).transition().call(c.current.scaleTo,.5)]),[e]);return n.useEffect((()=>{e&&(c.current=O.zoom().scaleExtent([d.min,d.max]).extent([[0,0],[r,a]]).on("zoom",(({transform:e})=>o(e))),O.select(e).call(c.current))}),[a,r,o,e,i,c,d,d.max,d.min]),n.useEffect((()=>{h()}),[h,d]),$.jsxs(t.Box,{sx:{display:"grid",gridTemplateColumns:`repeat(${l?3:2}, 1fr)`,gridGap:"6px",position:"absolute",top:"-32px",right:0},children:[l&&$.jsx(t.Button,{size:t.Button.Size.small,sx:{borderRadius:16},onClick:()=>{s(),m()},disabled:!1,children:$.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[$.jsx("polyline",{points:"1 4 1 10 7 10"}),$.jsx("polyline",{points:"23 20 23 14 17 14"}),$.jsx("path",{d:"M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15"})]})}),$.jsx(t.Button,{size:t.Button.Size.small,sx:{borderRadius:16},onClick:u,disabled:!1,children:$.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[$.jsx("circle",{cx:"11",cy:"11",r:"8"}),$.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),$.jsx("line",{x1:"11",y1:"8",x2:"11",y2:"14"}),$.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]})}),$.jsx(t.Button,{size:t.Button.Size.small,sx:{borderRadius:16},onClick:p,disabled:!1,children:$.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[$.jsx("circle",{cx:"11",cy:"11",r:"8"}),$.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),$.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]})})]})}const yw=e=>e.price0,vw=e=>e.activeLiquidity;function bw({id:e="liquidityChartRangeInput",data:{series:i,current:o},ticksAtLimit:r,styles:a,dimensions:{width:s,height:l},margins:d,interactive:c=!0,brushDomain:u,brushLabels:p,onBrushDomainChange:h,zoomLevels:m}){const x=n.useRef(null),[g,f]=n.useState(null),[y,v]=n.useMemo((()=>[l-d.top-d.bottom,s-d.left-d.right]),[s,l,d]),{xScale:b,yScale:C}=n.useMemo((()=>{const e={xScale:O.scaleLinear().domain([o*m.initialMin,o*m.initialMax]).range([0,v]),yScale:O.scaleLinear().domain([0,O.max(i,vw)]).range([y,0])};if(g){const t=g.rescaleX(e.xScale);e.xScale.domain(t.domain())}return e}),[o,m.initialMin,m.initialMax,v,i,y,g]);return n.useEffect((()=>{f(null)}),[m]),n.useEffect((()=>{u||h(b.domain(),void 0)}),[u,h,b]),$.jsxs($.Fragment,{children:[$.jsx(fw,{svg:x.current,xScale:b,setZoom:f,width:v,height:l,resetBrush:()=>{h([o*m.initialMin,o*m.initialMax],"reset")},showResetButton:Boolean(r[dm.LOWER]||r[dm.UPPER]),zoomLevels:m}),$.jsxs("svg",{width:"100%",height:"100%",viewBox:`0 0 ${s} ${l}`,style:{overflow:"visible"},children:[$.jsxs("defs",{children:[$.jsx("clipPath",{id:`${e}-chart-clip`,children:$.jsx("rect",{x:"0",y:"0",width:v,height:l})}),u&&$.jsx("mask",{id:`${e}-chart-area-mask`,children:$.jsx("rect",{fill:"white",x:b(u[0]),y:"0",width:b(u[1])-b(u[0]),height:y})})]}),$.jsxs("g",{transform:`translate(${d.left},${d.top})`,children:[$.jsxs("g",{clipPath:`url(#${e}-chart-clip)`,children:[$.jsx(iw,{series:i,xScale:b,yScale:C,xValue:yw,yValue:vw}),u&&$.jsx("g",{mask:`url(#${e}-chart-area-mask)`,children:$.jsx(iw,{series:i,xScale:b,yScale:C,xValue:yw,yValue:vw,fill:a.area.selection})}),$.jsx(gw,{value:o,xScale:b,innerHeight:y}),$.jsx(rw,{xScale:b,innerHeight:y})]}),$.jsx(t.Box,{component:"rect",width:v,height:l,ref:x,sx:{fill:"transparent",cursor:"grab","&:active":{cursor:"grabbing"}}}),$.jsx(xw,{id:e,xScale:b,interactive:c,brushLabelValue:p,brushExtent:null!=u?u:b.domain(),innerWidth:v,innerHeight:y,setBrushExtent:h,westHandleColor:a.brush.handle.west,eastHandleColor:a.brush.handle.east})]})]})]})}const Cw=8;function jw(e,t,n,i,o,r){var a,s,l,d,c;let u=Object.assign({},n),p=[];for(let n=o+(r?1:-1);r?n<i.length:n>=0;r?n++:n--){const o=Number(null===(a=i[n])||void 0===a?void 0:a.tickIdx),h=Ex(e,t,o),m={liquidityActive:u.liquidityActive,tick:o,liquidityNet:I.BigInt(null!==(l=null===(s=i[n])||void 0===s?void 0:s.liquidityNet)&&void 0!==l?l:""),price0:h.toFixed(Cw),sdkPrice:h};r?m.liquidityActive=I.add(u.liquidityActive,I.BigInt(null!==(c=null===(d=i[n])||void 0===d?void 0:d.liquidityNet)&&void 0!==c?c:0)):!r&&I.notEqual(u.liquidityNet,I.BigInt(0))&&(m.liquidityActive=I.subtract(u.liquidityActive,u.liquidityNet)),p.push(m),u=m}return r||(p=p.reverse()),p}const ww=8,kw=(e,t)=>e&&t?Math.floor(e/Jm[t])*Jm[t]:void 0,Tw=1e3;function Bw(e,t,i,o){const[a,s]=n.useState(0),[l,d]=n.useState([]),{data:u,error:p,isLoading:h}=function(e,t,n,i=0,o){var a;const s=wa(),l=e&&t&&n?Ox.getAddress(null==e?void 0:e.wrapped,null==t?void 0:t.wrapped,n,void 0,o?Im[o]:void 0):void 0,d=s.getQuery(r.AMMV3Api.graphql.AllV3TicksDocument,{skip:i,first:Tw,where:{chain:o?Si[o]:void 0,poolAddress:null!==(a=null==l?void 0:l.toLowerCase())&&void 0!==a?a:void 0,refreshNow:!0,schemaName:"ammv3"}});return c.useQuery(Object.assign(Object.assign({},d),{enabled:!0}))}(e,t,i,a,o),m=null==u?void 0:u.ticks;return n.useEffect((()=>{(null==m?void 0:m.length)&&(d((e=>[...e,...m])),(null==m?void 0:m.length)===Tw&&s((e=>e+Tw)))}),[m]),{isLoading:h||(null==m?void 0:m.length)===Tw,error:p,ticks:l}}function Iw({currencyA:e,currencyB:t,feeAmount:i}){const{isLoading:o,error:r,data:a}=function(e,t,i,o){var r,a,s;const{chainId:l}=fa(),d=lg(e,t,i),c=null===(r=d[1])||void 0===r?void 0:r.liquidity,u=null===(a=d[1])||void 0===a?void 0:a.sqrtRatioX96,p=null===(s=d[1])||void 0===s?void 0:s.tickCurrent,h=n.useMemo((()=>kw(p,i)),[p,i]),{isLoading:m,error:x,ticks:g}=Bw(e,t,i,l);return n.useMemo((()=>{var n,i,o,r,a;if(!e||!t||void 0===h||d[0]!==sg.EXISTS||!g||0===g.length||m)return{isLoading:m||d[0]===sg.LOADING,error:x,activeTick:h,data:void 0};const s=null==e?void 0:e.wrapped,l=null==t?void 0:t.wrapped,f=g.findIndex((e=>(null==e?void 0:e.tickIdx)&&e.tickIdx>h))-1;if(f<0)return console.log("usePoolTickData","usePoolActiveLiquidity","TickData pivot not found",{token0:s.address,token1:l.address,chainId:s.chainId}),{isLoading:m,error:x,activeTick:h,data:void 0};const y=Ex(s,l,h),v={liquidityActive:I.BigInt(null!==(i=null===(n=d[1])||void 0===n?void 0:n.liquidity)&&void 0!==i?i:0),tick:h,liquidityNet:Number(null===(o=g[f])||void 0===o?void 0:o.tickIdx)===h?I.BigInt(null!==(a=null===(r=g[f])||void 0===r?void 0:r.liquidityNet)&&void 0!==a?a:0):I.BigInt(0),price0:y.toFixed(ww),sdkPrice:y},b=jw(s,l,v,g,f,!0),C=jw(s,l,v,g,f,!1).concat(v).concat(b);return{isLoading:m,error:x,currentTick:p,activeTick:h,liquidity:c,sqrtPriceX96:u,data:C}}),[e,t,h,d,g,m,x,p,c,u])}(e,t,i),s=n.useCallback((()=>{if(!(null==a?void 0:a.length))return;const e=[];for(let t=0;t<a.length;t++){const n=a[t],i={activeLiquidity:parseFloat(n.liquidityActive.toString()),price0:parseFloat(n.price0)};i.activeLiquidity>0&&e.push(i)}return e}),[a]);return n.useMemo((()=>({isLoading:o,error:r,formattedData:o?void 0:s()})),[o,r,s])}const Ew={initialMin:.999,initialMax:1.001,min:1e-5,max:1.5},Aw={[Km.LOWEST]:Ew,[Km.LOW_200]:Ew,[Km.LOW_300]:Ew,[Km.LOW_400]:Ew,[Km.LOW]:Ew,[Km.MEDIUM]:{initialMin:.5,initialMax:2,min:1e-5,max:20},[Km.HIGH]:{initialMin:.5,initialMax:2,min:1e-5,max:20}};function Sw({message:e,icon:n}){return $.jsxs(xm,{style:{height:"100%",justifyContent:"center"},children:[n,e&&$.jsx(t.Box,{sx:{mt:20,p:10,typography:"caption",textAlign:"center"},children:e})]})}function Lw(){return $.jsx(t.LoadingSkeleton,{})}function Rw({currencyA:i,currencyB:o,feeAmount:r,ticksAtLimit:a,price:s,priceLower:l,priceUpper:d,onLeftRangeInput:c,onRightRangeInput:u,interactive:p}){const h=i&&o&&(null==i?void 0:i.wrapped.sortsBefore(null==o?void 0:o.wrapped)),{isLoading:m,error:x,formattedData:g}=Iw({currencyA:i,currencyB:o,feeAmount:r}),f=n.useCallback(((e,t)=>{let n=Number(e[0]);const i=Number(e[1]);n<=0&&(n=1/10**6),(!a[h?dm.LOWER:dm.UPPER]||"handle"===t||"reset"===t)&&n>0&&c(n.toFixed(6)),(!a[h?dm.UPPER:dm.LOWER]||"reset"===t)&&i>0&&i<1e35&&u(i.toFixed(6))}),[h,c,u,a]);p=p&&Boolean(null==g?void 0:g.length);const y=n.useMemo((()=>{const e=h?l:null==d?void 0:d.invert(),t=h?d:null==l?void 0:l.invert();return e&&t?[parseFloat(null==e?void 0:e.toSignificant(6)),parseFloat(null==t?void 0:t.toSignificant(6))]:void 0}),[h,l,d]),v=n.useCallback(((e,t)=>{if(!s)return"";if("w"===e&&a[h?dm.LOWER:dm.UPPER])return"0";if("e"===e&&a[h?dm.UPPER:dm.LOWER])return"∞";const n=(t<s?-1:1)*((Math.max(t,s)-Math.min(t,s))/s)*100;return s?`${Do({input:n,decimals:2})}%`:""}),[h,s,a]),b=!i||!o||void 0===g&&!m&&!x;return $.jsx(gm,{gap:"md",style:{minHeight:"200px"},children:b?$.jsx(Sw,{message:$.jsx(e.Trans,{id:"OZUH85",message:"Your position will appear here."}),icon:$.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"56",height:"56",viewBox:"0 0 24 24",fill:"none",stroke:nw.neutral1,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[$.jsx("polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}),$.jsx("path",{d:"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"})]})}):m?$.jsx(Lw,{}):x?$.jsx(Sw,{message:$.jsx(e.Trans,{id:"79D0qY",message:"Liquidity data not available."}),icon:$.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"56",height:"56",viewBox:"0 0 24 24",fill:"none",stroke:nw.neutral2,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[$.jsx("path",{d:"M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3"}),$.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]})}):g&&0!==g.length&&s?$.jsx(t.Box,{sx:{position:"relative",width:"100%",maxHeight:"200px",justifyContent:"center",alignContent:"center"},children:$.jsx(bw,{data:{series:g,current:s},dimensions:{width:560,height:200},margins:{top:10,right:2,bottom:20,left:0},styles:{area:{selection:nw.accent1},brush:{handle:{west:nw.critical,east:nw.accent1}}},interactive:p,brushLabels:v,brushDomain:y,onBrushDomainChange:f,zoomLevels:Aw[null!=r?r:Km.MEDIUM],ticksAtLimit:a})}):$.jsx(Sw,{message:$.jsx(e.Trans,{id:"rH6vg9",message:"There is no liquidity data."}),icon:$.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"56",height:"56",viewBox:"0 0 24 24",fill:"none",stroke:nw.neutral2,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[$.jsx("line",{x1:"18",y1:"20",x2:"18",y2:"10"}),$.jsx("line",{x1:"12",y1:"20",x2:"12",y2:"4"}),$.jsx("line",{x1:"6",y1:"20",x2:"6",y2:"14"})]})})})}const Ow=({value:i,decrement:o,increment:r,decrementDisabled:a=!1,incrementDisabled:s=!1,locked:l,onUserInput:d,title:c,tokenA:u,tokenB:p})=>{const h=t.useTheme(),[m,x]=n.useState(!1),[g,f]=n.useState(""),[y,v]=n.useState(!1),[b,C]=n.useState(!1),j=n.useCallback((()=>{v(!1),x(!1),d(g)}),[g,d]),w=n.useCallback((()=>{v(!1),d(o())}),[o,d]),k=n.useCallback((()=>{v(!1),d(r())}),[r,d]);return n.useEffect((()=>{g===i||y||setTimeout((()=>{f(i),C(!0),setTimeout((function(){C(!1)}),1800)}),0)}),[g,y,i]),$.jsx(t.Box,{onFocus:()=>{v(!0),x(!0)},onBlur:j,sx:{width:"100%",py:12,px:20,borderRadius:16,backgroundColor:h.palette.background.cardInput},children:$.jsxs(t.Box,{sx:{width:"100%",display:"flex",alignItems:"center",justifyContent:"space-between"},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"stretch"},children:[$.jsx(t.Box,{sx:{typography:"body2",fontWeight:600,color:h.palette.text.primary},children:c}),$.jsx(t.Box,{sx:{mt:4,typography:"h6",fontWeight:500,color:h.palette.text.secondary},children:$.jsx(e.Trans,{id:"1/LP4K",message:"{tokenB} per {tokenA}",values:{tokenB:p,tokenA:u}})}),$.jsx(Pu,{sx:{mt:12,backgroundColor:h.palette.background.cardInput},value:g,onChange:e=>{f(e)},readOnly:l})]}),$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:8},children:[!l&&$.jsx(t.Button,{size:t.Button.Size.small,onClick:k,disabled:s,sx:{px:4,backgroundColor:h.palette.background.paper,"&[disabled]":{cursor:"default"}},children:$.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("path",{d:"M14.25 9.75H9.75V14.25H8.25V9.75H3.75V8.25H8.25V3.75H9.75V8.25H14.25V9.75Z",fill:a?h.palette.text.disabled:h.palette.text.primary})})}),!l&&$.jsx(t.Button,{size:t.Button.Size.small,onClick:w,disabled:a,sx:{px:4,backgroundColor:h.palette.background.paper,"&[disabled]":{cursor:"default"}},children:$.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:$.jsx("rect",{x:"3.75",y:"8.25",width:"10.5",height:"1.5",fill:a?h.palette.text.disabled:h.palette.text.primary})})})]})]})})},Mw=({priceLower:n,priceUpper:i,onLeftRangeInput:o,onRightRangeInput:r,getDecrementLower:a,getIncrementLower:s,getDecrementUpper:l,getIncrementUpper:d,currencyA:c,currencyB:u,feeAmount:p,ticksAtLimit:h})=>{var m,x,g,f;const y=null===(m=null!=c?c:void 0)||void 0===m?void 0:m.wrapped,v=null===(x=null!=u?u:void 0)||void 0===x?void 0:x.wrapped,b=y&&v&&y.sortsBefore(v),C=b?n:null==i?void 0:i.invert(),j=b?i:null==n?void 0:n.invert();return $.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"stretch",gap:8},children:[$.jsx(Ow,{value:h[b?dm.LOWER:dm.UPPER]?"0":null!==(g=null==C?void 0:C.toSignificant(8))&&void 0!==g?g:"",onUserInput:o,decrement:b?a:d,increment:b?s:l,decrementDisabled:void 0===C||h[b?dm.LOWER:dm.UPPER],incrementDisabled:void 0===C||h[b?dm.LOWER:dm.UPPER],feeAmount:p,label:C?`${null==u?void 0:u.symbol}`:"-",title:$.jsx(e.Trans,{id:"uEoBVI",message:"Low price"}),tokenA:null==c?void 0:c.symbol,tokenB:null==u?void 0:u.symbol}),$.jsx(Ow,{value:h[b?dm.UPPER:dm.LOWER]?"∞":null!==(f=null==j?void 0:j.toSignificant(8))&&void 0!==f?f:"",onUserInput:r,decrement:b?l:s,increment:b?d:a,incrementDisabled:void 0===j||h[b?dm.UPPER:dm.LOWER],decrementDisabled:void 0===j||h[b?dm.UPPER:dm.LOWER],feeAmount:p,label:j?`${null==u?void 0:u.symbol}`:"-",tokenA:null==c?void 0:c.symbol,tokenB:null==u?void 0:u.symbol,title:$.jsx(e.Trans,{id:"kAC8rT",message:"High price"})})]})};var Pw;function _w(){return _w=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},_w.apply(null,arguments)}const Fw=e=>P.createElement("svg",_w({width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Pw||(Pw=P.createElement("g",{id:"ICON/18px/arrow/\\xE6\\x94\\xB6\\xE8\\xB5\\xB7/Dark"},P.createElement("path",{id:"\\xE4\\xB8\\x89\\xE8\\xA7\\x92\\xE5\\xBD\\xA2",fillRule:"evenodd",clipRule:"evenodd",d:"M6.58398 12.376C6.78189 12.6728 7.21811 12.6728 7.41603 12.376L10.4818 7.77735C10.7033 7.44507 10.4651 7 10.0657 7H3.93426C3.53491 7 3.29672 7.44507 3.51823 7.77735L6.58398 12.376Z",fill:"currentColor"}))));function Nw({token:e,oppositeTokenAddress:i,dispatch:r,tokenSelectOnChange:a}){const s=t.useTheme(),{chainId:l}=fa(),[d,c]=n.useState(!1);return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{component:t.ButtonBase,sx:{flexBasis:"100%",flexGrow:1,flexShrink:1,display:"flex",alignItems:"center",px:20,py:8,borderRadius:12,borderWidth:1,borderStyle:"solid",borderColor:e?s.palette.border.main:s.palette.primary.main,color:e?s.palette.text.primary:s.palette.primary.contrastText,backgroundColor:e?"transparent":s.palette.primary.main,"&:hover":{borderColor:e?s.palette.border.main:s.palette.primary.main,opacity:.8},[s.breakpoints.up("tablet")]:{flexBasis:"50%"}},onClick:()=>{c(!0)},children:[e?$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:8},children:[$.jsx(Hs,{address:e.address,marginRight:0,width:24,height:24,chainId:e.chainId||l,noShowChain:!0,sx:{flexShrink:0}}),$.jsx(t.Box,{sx:{typography:"h5",fontWeight:600,lineHeight:"32px",flexShrink:0},children:e.symbol})]}):$.jsx(t.Box,{sx:{typography:"h5",fontWeight:600,lineHeight:"32px",flexShrink:0},children:o.i18n._({id:"0RrIzN",message:"Select token"})}),$.jsx(t.Box,{component:Fw,sx:{flexShrink:0,ml:"auto",width:18,height:18}})]}),$.jsx(Qu,{value:mg(e),open:d,chainId:l,occupiedAddrs:[i],occupiedChainId:null==e?void 0:e.chainId,onClose:()=>{c(!1)},onTokenChange:(e,t)=>{if(!Array.isArray(e)){if(t)return r({type:vg.UpdateBaseTokenAndClearQuoteToken,payload:e}),void c(!1);a(e),c(!1)}},modal:!0})]})}const Dw=({baseToken:e,quoteToken:n,dispatch:i})=>{var o,r;const a=t.useTheme();return $.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:12,flexWrap:"wrap",[a.breakpoints.up("tablet")]:{flexWrap:"nowrap"}},children:[$.jsx(Nw,{token:e,oppositeTokenAddress:null!==(o=null==n?void 0:n.address)&&void 0!==o?o:"",dispatch:i,tokenSelectOnChange:e=>{i({type:vg.UpdateBaseToken,payload:e})}}),$.jsx(Nw,{token:n,oppositeTokenAddress:null!==(r=null==e?void 0:e.address)&&void 0!==r?r:"",dispatch:i,tokenSelectOnChange:e=>{i({type:vg.UpdateQuoteToken,payload:e})}})]})};const qw=[{value:.03,title:"Narrow"},{value:.08,title:"Standard"},{value:.15,title:"Wide"},{value:1,title:"Full"}],Uw=e=>{const i=t.useTheme(),[o,r]=n.useState(null);return $.jsx(t.Box,{sx:{borderRadius:16,borderWidth:1,borderStyle:"solid",borderColor:i.palette.border.main,overflow:"hidden",display:"flex",alignItems:"center",flexWrap:"wrap",alignSelf:"stretch"},children:qw.map(((n,a)=>$.jsxs(t.Box,{component:t.ButtonBase,onClick:()=>{r(n.value),e.onSelect(n.value)},sx:{display:"flex",flexDirection:"column",alignItems:"flex-start",px:20,py:12,gap:8,flexBasis:"50%",flexGrow:1,borderRight:a%2==0?`1px solid ${i.palette.border.main}`:"none",borderBottom:a<=1?`1px solid ${i.palette.border.main}`:"none",[i.breakpoints.up("tablet")]:{flexBasis:"25%",borderRight:a===qw.length-1?"none":`1px solid ${i.palette.border.main}`,borderBottom:"none"},backgroundColor:o===n.value?t.alpha("#7BF179",.1):"transparent","&:hover":{backgroundColor:t.alpha("#7BF179",.1)}},children:[$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:i.palette.text.primary},children:n.title}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:600,color:i.palette.text.primary},children:1===n.value?"∞":`+-${100*n.value}%`})]},n.value)))})};function Vw({params:i,handleGoBack:r,handleGoToPoolList:a}){var l,d,u,p,h,m,x,g,f,y;const{chainId:v,account:b}=fa(),C=t.useTheme(),j=za(),{isMobile:w}=Oa(),k=c.useQuery(Object.assign({},Zi.getFetchTokenQuery(v,null==i?void 0:i.from,b))),T=c.useQuery(Object.assign({},Zi.getFetchTokenQuery(v,null==i?void 0:i.to,b))),[B,I]=n.useReducer(bg,{baseToken:null,quoteToken:null,feeAmount:(null==i?void 0:i.fee)?Number(null==i?void 0:i.fee):void 0,independentField:lm.CURRENCY_A,typedValue:"",startPriceTypedValue:"",leftRangeTypedValue:"",rightRangeTypedValue:""});n.useEffect((()=>{k.data&&I({type:vg.UpdateDefaultBaseToken,payload:k.data})}),[k]),n.useEffect((()=>{T.data&&I({type:vg.UpdateDefaultQuoteToken,payload:T.data})}),[T]);const{independentField:E,typedValue:A,startPriceTypedValue:S}=B,{pool:L,ticks:R,dependentField:O,price:M,pricesAtTicks:P,pricesAtLimit:_,parsedAmounts:F,currencyBalances:D,position:q,noLiquidity:U,currencies:V,errorMessage:H,invalidPool:W,invalidRange:Z,outOfRange:z,depositADisabled:Q,depositBDisabled:Y,invertPrice:X,ticksAtLimit:K,isTaxed:J}=yg({state:B}),ee=n.useMemo((()=>{var e;return null===(e=X?null==M?void 0:M.invert():M)||void 0===e?void 0:e.toSignificant()}),[X,M]),{onFieldAInput:te,onFieldBInput:ne,onLeftRangeInput:ie,onRightRangeInput:oe,onStartPriceInput:re}=Cg({noLiquidity:U,dispatch:I}),{slipper:ae,setSlipper:se,slipperValue:le,resetSlipper:de}=om({address:void 0,type:"AMMV3"}),ce=!H&&!Z,[ue,pe]=n.useState(!1),he={[E]:A,[O]:null!==(d=null===(l=F[O])||void 0===l?void 0:l.toSignificant(6))&&void 0!==d?d:""},me=[lm.CURRENCY_A,lm.CURRENCY_B].reduce(((e,t)=>Object.assign(Object.assign({},e),{[t]:Tg(D[t])})),{}),xe=ms(mg(null===(u=F[lm.CURRENCY_A])||void 0===u?void 0:u.currency),{contractAddress:Em[v],overrideBalance:D[lm.CURRENCY_A]?new s(D[lm.CURRENCY_A].toSignificant()):void 0,amount:F[lm.CURRENCY_A]?new s(F[lm.CURRENCY_A].toSignificant()):void 0}),ge=ms(mg(null===(p=F[lm.CURRENCY_B])||void 0===p?void 0:p.currency),{contractAddress:Em[v],overrideBalance:D[lm.CURRENCY_B]?new s(D[lm.CURRENCY_B].toSignificant()):void 0,amount:F[lm.CURRENCY_B]?new s(F[lm.CURRENCY_B].toSignificant()):void 0}),{[dm.LOWER]:fe,[dm.UPPER]:ye}=R,{[dm.LOWER]:ve,[dm.UPPER]:be}=P,{getDecrementLower:Ce,getIncrementLower:je,getDecrementUpper:we,getIncrementUpper:ke,getSetFullRange:Te}=function({tickLower:e,tickUpper:t,pool:i,state:o,dispatch:r}){const{baseToken:a,quoteToken:s,feeAmount:l}=o,d=n.useMemo((()=>null==a?void 0:a.wrapped),[a]),c=n.useMemo((()=>null==s?void 0:s.wrapped),[s]);return{getDecrementLower:n.useCallback((()=>d&&c&&"number"==typeof e&&l?Ex(d,c,e-Jm[l]).toSignificant(5,void 0,Sm.ROUND_UP):"number"!=typeof e&&d&&c&&l&&i?Ex(d,c,i.tickCurrent-Jm[l]).toSignificant(5,void 0,Sm.ROUND_UP):""),[d,c,e,l,i]),getIncrementLower:n.useCallback((()=>d&&c&&"number"==typeof e&&l?Ex(d,c,e+Jm[l]).toSignificant(5,void 0,Sm.ROUND_UP):"number"!=typeof e&&d&&c&&l&&i?Ex(d,c,i.tickCurrent+Jm[l]).toSignificant(5,void 0,Sm.ROUND_UP):""),[d,c,e,l,i]),getDecrementUpper:n.useCallback((()=>d&&c&&"number"==typeof t&&l?Ex(d,c,t-Jm[l]).toSignificant(5,void 0,Sm.ROUND_UP):"number"!=typeof t&&d&&c&&l&&i?Ex(d,c,i.tickCurrent-Jm[l]).toSignificant(5,void 0,Sm.ROUND_UP):""),[d,c,t,l,i]),getIncrementUpper:n.useCallback((()=>d&&c&&"number"==typeof t&&l?Ex(d,c,t+Jm[l]).toSignificant(5,void 0,Sm.ROUND_UP):"number"!=typeof t&&d&&c&&l&&i?Ex(d,c,i.tickCurrent+Jm[l]).toSignificant(5,void 0,Sm.ROUND_UP):""),[d,c,t,l,i]),getSetFullRange:n.useCallback((()=>{r({type:vg.setFullRange,payload:void 0})}),[r])}}({tickLower:fe,tickUpper:ye,pool:L,state:B,dispatch:I}),Be=n.useCallback((e=>{if(Te(),1!==e){if(ee){const t=new s(ee),n=t.multipliedBy(1-e),i=t.multipliedBy(1+e);ie(n.dp(5,s.ROUND_DOWN).toString()),oe(i.dp(5,s.ROUND_DOWN).toString())}return}const t=_[dm.LOWER];t&&ie(t.toSignificant(5));const n=_[dm.UPPER];n&&oe(n.toSignificant(5))}),[ee,Te,ie,oe,_]),{deadLine:Ie}=G(),Ee=c.useMutation({mutationFn:()=>N(this,void 0,void 0,(function*(){if(!b||!v||!q)return;if(!B.baseToken||!B.quoteToken)return;const e=Math.ceil(Date.now()/1e3)+(null!=Ie?Ie:600),t=B.baseToken.isNative?B.baseToken:B.quoteToken.isNative?B.quoteToken:void 0;try{const{calldata:n,value:i}=Zx.addCallParameters(q,{slippageTolerance:Eg(100*le),recipient:b,deadline:e.toString(),useNative:t,createPool:U});let r={to:Em[v],data:n,value:i};(yield j.execute(o.i18n._({id:"8OiU8L",message:"Pool Creation"}),Object.assign({opcode:Ua.TX},r),{early:!1,metadata:{[exports.MetadataFlag.createAMMV3Pool]:"1"}}))===_a.Success&&setTimeout((()=>{a()}),100)}catch(e){console.error("onAddMutation",e)}}))});return $.jsxs($.Fragment,{children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",gap:20,mx:16,pb:20,borderBottomWidth:1,borderBottomStyle:"solid",borderBottomColor:"border.main",mb:20,[C.breakpoints.up("tablet")]:{width:600,mx:"auto"}},children:[$.jsx(wy,{}),$.jsx(t.Box,{sx:{typography:"caption",fontWeight:600,color:"text.primary",mr:"auto"},children:$.jsx(e.Trans,{id:"E6MqGy",message:"Add liquidity"})}),$.jsx(tg,{poolType:"AMM V3"})]}),$.jsxs(t.Box,{sx:{px:16,display:"flex",flexDirection:"column",alignItems:"stretch",backgroundColor:C.palette.background.paper,borderRadius:16,[C.breakpoints.up("tablet")]:{borderColor:C.palette.border.main,borderWidth:1,borderStyle:"solid",px:0,mx:"auto",width:600}},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"stretch",gap:20,py:20,[C.breakpoints.up("tablet")]:{px:20}},children:[$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",alignItems:"stretch",gap:12},children:[$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:C.palette.text.primary,textAlign:"left"},children:o.i18n._({id:"nxRg31",message:"Select pair"})}),$.jsx(Dw,{baseToken:B.baseToken,quoteToken:B.quoteToken,dispatch:I}),$.jsx(tw,{disabled:!B.baseToken||!B.quoteToken,feeAmount:B.feeAmount,dispatch:I})]}),$.jsxs(bm,{disabled:!B.feeAmount||W,children:[$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:8},children:[$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:C.palette.text.primary,textAlign:"left"},children:o.i18n._({id:"5CZbyC",message:"Set price range"})}),Boolean(B.baseToken&&B.quoteToken)&&$.jsx(Xx,{baseToken:B.baseToken,quoteToken:B.quoteToken,handleRateToggle:()=>{var e,t,n,i,o;K[dm.LOWER]||K[dm.UPPER]||(ie(null!==(t=null===(e=X?ve:null==be?void 0:be.invert())||void 0===e?void 0:e.toSignificant(6))&&void 0!==t?t:""),oe(null!==(i=null===(n=X?be:null==ve?void 0:ve.invert())||void 0===n?void 0:n.toSignificant(6))&&void 0!==i?i:""),te(null!==(o=he[lm.CURRENCY_B])&&void 0!==o?o:"")),I({type:vg.ToggleRate,payload:void 0})},sx:w?{flexGrow:0,flexShrink:1,flexBasis:"50%"}:void 0})]}),$.jsx(Uw,{onSelect:Be}),$.jsx(Mw,{priceLower:ve,priceUpper:be,getDecrementLower:Ce,getIncrementLower:je,getDecrementUpper:we,getIncrementUpper:ke,onLeftRangeInput:ie,onRightRangeInput:oe,currencyA:B.baseToken,currencyB:B.quoteToken,feeAmount:B.feeAmount,ticksAtLimit:K}),z&&$.jsx(mm,{children:o.i18n._({id:"b+KjnH",message:"Your position will not earn fees or be used in trades until the market price moves into your range."})}),Z&&$.jsx(mm,{children:o.i18n._({id:"Jh223O",message:"Invalid range selected. The min price must be lower than the max price."})})]}),U?$.jsxs(bm,{children:[$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:C.palette.text.primary,textAlign:"left"},children:o.i18n._({id:"zeSosD",message:"Starting price"})}),$.jsx(t.Box,{sx:{p:8,borderRadius:8,backgroundColor:t.alpha(C.palette.primary.main,.1),typography:"h6",color:C.palette.primary.main},children:o.i18n._({id:"X6T02b",message:"This pool must be initialized before you can add liquidity. To initialize, select a starting price for the pool. Then, enter your liquidity price range and deposit amount. Gas fees will be higher than usual due to the initialization transaction."})}),$.jsx(t.Box,{sx:{px:16,py:12,borderRadius:8,borderWidth:1,borderColor:C.palette.border.main,borderStyle:"solid"},children:$.jsx(Pu,{sx:{backgroundColor:"transparent"},value:S,onChange:re})})]}):$.jsxs(bm,{disabled:!B.feeAmount||W,children:[$.jsxs(t.Box,{sx:{typography:"body1",fontWeight:600,color:C.palette.text.primary,textAlign:"left"},children:[o.i18n._({id:"DWd30U",message:"Current price"}),$.jsxs(t.Box,{children:[ee," ",o.i18n._({id:"b2jAb+",message:"per"})," ",null!==(m=null===(h=B.baseToken)||void 0===h?void 0:h.symbol)&&void 0!==m?m:""]})]}),$.jsx(Rw,{currencyA:null!==(x=B.baseToken)&&void 0!==x?x:void 0,currencyB:null!==(g=B.quoteToken)&&void 0!==g?g:void 0,feeAmount:B.feeAmount,ticksAtLimit:K,price:M?parseFloat((X?M.invert():M).toSignificant(8)):void 0,priceLower:ve,priceUpper:be,onLeftRangeInput:ie,onRightRangeInput:oe,interactive:!0})]}),$.jsxs(bm,{disabled:W||Z||U&&!S,children:[$.jsx(t.Box,{sx:{typography:"body1",fontWeight:600,color:C.palette.text.primary,textAlign:"left"},children:o.i18n._({id:"MU9s7M",message:"Deposit amounts"})}),$.jsxs(t.Box,{children:[$.jsx(Bm,{value:he[lm.CURRENCY_A],onUserInput:te,maxAmount:me[lm.CURRENCY_A],balance:D[lm.CURRENCY_A],currency:null!==(f=V[lm.CURRENCY_A])&&void 0!==f?f:null,locked:Q}),$.jsx(op,{}),$.jsx(Bm,{value:he[lm.CURRENCY_B],onUserInput:ne,maxAmount:me[lm.CURRENCY_B],balance:D[lm.CURRENCY_B],currency:null!==(y=V[lm.CURRENCY_B])&&void 0!==y?y:null,locked:Y})]}),$.jsx(rm,{value:ae,onChange:se,disabled:!1,type:"AMMV3"})]})]}),$.jsx(t.Box,{sx:{display:"flex",alignItems:"center",py:16,[C.breakpoints.up("tablet")]:{px:20,borderBottomLeftRadius:16,borderBottomRightRadius:16,backgroundColor:C.palette.background.paper}},children:$.jsx(Cm,{chainId:v,approvalA:xe,approvalB:ge,parsedAmounts:F,isValid:ce,depositADisabled:Q,depositBDisabled:Y,errorMessage:H,setShowConfirm:pe})}),$.jsx(rg,{parsedAmounts:F,position:q,existingPosition:void 0,priceLower:ve,priceUpper:be,outOfRange:z,ticksAtLimit:K,on:ue,onClose:()=>{pe(!1)},onConfirm:Ee.mutate,loading:Ee.isPending})]})]})}exports.AMMV2Create=ew,exports.AMMV3PositionManage=Sg,exports.AMMV3PositionsView=Og,exports.AddLiquidityV3=Vw,exports.EmptyList=X,exports.FailedList=ne,exports.Message=$c,exports.Pool=function(){const{routerPage:e}=G(),t=Qh((e=>e.page)),n=null!=e?e:t;switch(null==n?void 0:n.type){case exports.PageType.Pool:return $.jsx(jy,{params:n.params});case exports.PageType.CreatePool:return $.jsx(pj,{});case exports.PageType.ModifyPool:return $.jsx(Cj,{params:n.params});case exports.PageType.PoolDetail:return $.jsx($j,{params:n.params});case exports.PageType.createPoolAMMV2:return $.jsx(ew,{});case exports.PageType.createPoolAMMV3:return $.jsx(Vw,{params:n.params,handleGoBack:()=>{Qh.getState().push({type:exports.PageType.Pool})},handleGoToPoolList:()=>{Qh.getState().push({type:exports.PageType.Pool})}});default:return $.jsx(jy,{params:null==n?void 0:n.params})}},exports.PoolCreate=pj,exports.PoolDetail=$j,exports.PoolList=jy,exports.PoolModify=Cj,exports.PoolOperate=Pf,exports.PoolOperateDialog=_f,exports.Swap=function({getAutoSlippage:l,onPayTokenChange:d,onReceiveTokenChange:u}={}){var p,h,m,x,g,f;const y=t.useTheme(),{isInflight:v}=Qa(),{noPowerBy:b,onlyChainId:C}=G(),{isMobile:j}=Oa(),{open:w,disconnect:k,getAppKitAccountByChainId:T,chainId:B,appKitActiveNetwork:I}=fa(),[E,A]=n.useState(!1),[S,L]=n.useState(""),[R,O]=n.useState(""),[M,P]=n.useState(""),[_,F]=n.useState(""),[D,q]=n.useState(null),[U,V]=n.useState(null),[H,W]=n.useState(!1),[Z,z]=n.useState(!1),[Q,Y]=n.useState(!1),[X,K]=n.useState(null),J=n.useMemo((()=>T(null==D?void 0:D.chainId)),[null==D?void 0:D.chainId,T]),ee=n.useMemo((()=>{const e=T(null==U?void 0:U.chainId);if(e)return X?Object.assign(Object.assign({},e),{appKitAccount:Object.assign(Object.assign({},e.appKitAccount),{isConnected:!0,address:X})}):e}),[T,null==U?void 0:U.chainId,X]),te=n.useMemo((()=>i.debounce((e=>P(e)),300)),[]),ne=n.useMemo((()=>i.debounce((e=>F(e)),300)),[]),ie=n.useMemo((()=>{if(D&&U)return!(!(null==D?void 0:D.chainId)||!(null==U?void 0:U.chainId)||D.chainId===U.chainId)}),[D,U]),{toFiatPrice:re,fromFiatPrice:ae}=Xa({toToken:U,fromToken:D}),{marginAmount:se}=function({token:e,fiatPrice:t}){return{marginAmount:n.useMemo((()=>{var n;const i=null!==(n=null==e?void 0:e.decimals)&&void 0!==n?n:6,o=null!=t?new s(500).div(t):new s(0),r=Ho(o,i);return(r.lt(new s(1).times(new s(10).pow(i-3)))?new s(0):r).toString(10)}),[null==e?void 0:e.decimals,t])}}({token:E?U:D,fiatPrice:E?re:ae});Ra({fromToken:D,toToken:U,getAutoSlippage:l});const{slippage:le,slippageLoading:de}=ls({fromToken:D,toToken:U}),{slippage:ce}=function(){const{defaultSlippage:e}=os(!0);return{slippage:Ta((t=>t.slippage||e))}}(),{privacySwapSupplierEndpoints:ue,privacySwapEnable:pe,privacySwapEnableAble:he,endpointStatusMap:me,refetchEndpointStatus:xe}=ss({chainId:null==D?void 0:D.chainId,account:null==J?void 0:J.appKitAccount.address}),ge=function(e){var t,n;const{getAppKitAccountByChainId:i}=fa(),{latestBlockNumber:o}=Ta(),a=Zi.getFetchTokenQuery(e&&(null===(t=xo.get(e))||void 0===t?void 0:t.isEVMChain)?e:void 0,e?r.basicTokenMap[e].address:void 0,null===(n=i(e))||void 0===n?void 0:n.appKitAccount.address);return c.useQuery(Object.assign(Object.assign({},a),{queryKey:[...a.queryKey,o]}))}(null==D?void 0:D.chainId),{sendRouteLoading:fe,sendRouteError:ye,setSendRouteError:ve,bridgeOrderTxRequest:be,handleClickSend:Ce}=function(){const e=wa(),{evmProvider:t}=fa(),[i,a]=n.useState(),[s,l]=n.useState(!1),[d,c]=n.useState(""),u=n.useCallback((n=>N(this,[n],void 0,(function*({selectedRoute:n,fromEtherTokenBalance:i,goNext:s}){var d,u;if(!n)return;const{encodeParams:p}=n;if(p&&p.interfaceParams){c(""),l(!0);try{const h=yield e.getData(r.SwapApi.graphql.cross_chain_swap_zetachain_transactionEncode.toString(),{data:{interfaceParams:p.interfaceParams}});if(!h||!h.cross_chain_swap_zetachain_transactionEncode)throw new Error("cross_chain_swap_transactionEncode is null");const{data:m,to:x,value:g,from:f,chainId:y}=h.cross_chain_swap_zetachain_transactionEncode;if(!(m&&x&&g&&f&&y))throw new Error("cross_chain_swap_transactionEncode is null");const v=xo.get(y);if(null==v?void 0:v.isEVMChain){if(!i)throw new Error("fromEtherTokenBalance is null");const{fromToken:e,fromAmount:a}=n,s=r.basicTokenMap[y],p=Wo(g,18),h=s&&e.address.toLowerCase()===s.address.toLowerCase(),v=p.minus(h?a:0);if(!p.isNaN()&&p.gt(0)&&i.lt(p))return c(o.i18n._({id:"F9xwHA",message:"Insufficient cross-chain fees, need at least {0} {1}",values:{0:Do({input:v,decimals:null!==(d=null==s?void 0:s.decimals)&&void 0!==d?d:18}),1:null!==(u=null==s?void 0:s.symbol)&&void 0!==u?u:"-"}})),void l(!1);if(!t||!(yield va({from:f,to:x,value:g,data:m},t)))throw new Error("failed to estimate gas")}a({data:m,to:x,value:g,from:f,chainId:y}),s()}catch(e){console.error("[failed to construct transaction request]: ",e);const{message:t}=e;c(t)}l(!1)}}))),[e,t]);return{sendRouteLoading:s,sendRouteError:d,setSendRouteError:c,bridgeOrderTxRequest:i,handleClickSend:u}}(),{bridgeRouteList:je,status:we,failedReason:ke}=function({fromAccount:e,toAccount:t,fromToken:i,toToken:o,fromAmount:r,enabled:a,slippage:l}){var d,u,p,h;const{tokenList:m}=Mo(),{GRAPHQL_URL:x}=G(),g=n.useMemo((()=>i&&r?new s(r).multipliedBy(new s(10).pow(i.decimals)).dp(0,s.ROUND_DOWN):null),[r,i]),f=null!==(u=null===(d=null==e?void 0:e.appKitAccount)||void 0===d?void 0:d.address)&&void 0!==u?u:mo(null==i?void 0:i.chainId),y=null!==(h=null===(p=null==t?void 0:t.appKitAccount)||void 0===p?void 0:p.address)&&void 0!==h?h:mo(null==o?void 0:o.chainId),{data:v,error:b,isLoading:C,refetch:j}=c.useQuery({retry:!1,queryKey:["graphql","cross_chain_swap_zetachain_routes",null==i?void 0:i.chainId,null==i?void 0:i.address,null==o?void 0:o.chainId,null==o?void 0:o.address,f,y,null==g?void 0:g.toString(),l],queryFn:()=>N(this,void 0,void 0,(function*(){const e=yield fetch(`${x}?opname=Cross_chain_swap_zetachain_routes`,{headers:{"content-type":"application/json"},body:`{"query":"\\n query Cross_chain_swap_zetachain_routes($where: Cross_chain_swap_zetachainrouteParams) {\\n cross_chain_swap_zetachain_routes(where: $where) {\\n routeId\\n fromChainId\\n fromTokenAddress\\n fromAmount\\n fromAmountWithOutDecimals\\n fromAmountUSD\\n toChainId\\n toTokenAddress\\n toAmount\\n toAmountWithOutDecimals\\n toAmountUSD\\n fromAddress\\n toAddress\\n slippage\\n approveTarget\\n fees\\n omniPlan\\n encodeParams\\n }\\n}\\n ","variables":{"where":{"fromChainId":${null==i?void 0:i.chainId},"fromTokenAddress":"${null==i?void 0:i.address}","toChainId":${null==o?void 0:o.chainId},"toTokenAddress":"${null==o?void 0:o.address}","fromAddress":"${f}","toAddress":"${y}","fromAmount":"${null==g?void 0:g.toString()}","slippage":${l?Number(l)/100:null}}},"operationName":"Cross_chain_swap_zetachain_routes"}`,method:"POST"}),t=yield e.json();if(t.errors)throw new Error(t.errors[0].message);return t.data})),refetchInterval:15e3,enabled:!!i&&!!o&&!!g&&g.isFinite()&&g.gt(0)&&i.chainId!==o.chainId&&a}),{status:w,failedReason:k,bridgeRouteList:T}=n.useMemo((()=>{if(C)return{status:Fo.Loading,bridgeRouteList:[]};if(b){let e;if(console.error("error:",b),b.message.includes("NOT_ROUTE_MIN_AMOUNT:min-")){const t=b.message.split("min-")[1];t&&(e=`(Enter min amount: ${t})`)}return{status:Fo.Failed,failedReason:e,bridgeRouteList:[]}}if(v&&v.cross_chain_swap_zetachain_routes){const e=[],{routeId:t,fromChainId:n,fromTokenAddress:i,fromAmount:o,fromAmountWithOutDecimals:r,fromAmountUSD:a,toChainId:l,toTokenAddress:d,toAmount:c,fromAddress:u,toAddress:p,slippage:h,approveTarget:x,fees:g,omniPlan:f,encodeParams:y}=v.cross_chain_swap_zetachain_routes,b=xo.get(n);if(t&&n&&i&&r&&l&&d&&c&&u&&p&&h&&(!(null==b?void 0:b.isEVMChain)||x)&&g&&g.length>0&&f&&f.length>0&&y){const o=m.find((e=>e.address.toLowerCase()===i.toLowerCase()&&e.chainId===n)),a=m.find((e=>e.address.toLowerCase()===d.toLowerCase()&&e.chainId===l)),b=new s(c);if(o&&a&&b.isFinite()&&b.gt(0)){const i=_o({omniPlan:f,tokenList:m});if(i.includedSteps.length>0){const d=g.reduce(((e,t)=>{var n;return e.plus(null!==(n=t.amountUSD)&&void 0!==n?n:0)}),new s(0)).dp(4,s.ROUND_DOWN).toString(),c={key:t,id:t,fromChainId:n,toChainId:l,fromToken:o,toToken:a,fromAmount:r,toTokenAmount:b.div(`1e${a.decimals}`),fromAddress:u,toAddress:p,product:"zetachain",slippage:h,roundedRouteCostTime:0,spenderContractAddress:null!=x?x:null,feeUSD:d,fees:g,executionDuration:null,step:i,encodeParams:y,productParams:null,sourceRoute:v.cross_chain_swap_zetachain_routes};e.push(c)}}}return e.length>0?{status:Fo.Success,bridgeRouteList:e}:{status:Fo.Failed,bridgeRouteList:[]}}return{status:Fo.Initial,bridgeRouteList:[]}}),[C,b,v,m]);return{status:w,failedReason:k,refetch:j,bridgeRouteList:T}}({toToken:U,fromToken:D,fromAmount:M,fromAccount:J,toAccount:ee,enabled:!Q&&!fe,slippage:ce}),Te=n.useMemo((()=>{if(je&&je.length>0)return je[0]}),[je]),{isApproving:Be,isGetApproveLoading:Ie,needApprove:Ee,insufficientBalance:Ae,submitApprove:Se,getMaxBalance:Le}=ms(D,{amount:M,contractAddress:null!==(p=null==Te?void 0:Te.spenderContractAddress)&&void 0!==p?p:void 0}),Re=n.useCallback((()=>{Ze(Le())}),[Le]),Oe=n.useMemo((()=>!(!(null==J?void 0:J.appKitAccount.address)||Ae||Be||Ie||Ee)),[null==J?void 0:J.appKitAccount.address,Ae,Be,Ie,Ee]),{status:Me,rawBrief:Pe,executeSwap:_e}=is({toToken:U,fromToken:D,marginAmount:se,fromAmount:M,toAmount:_,estimateGas:Oe,isReverseRouting:E,slippage:le,slippageLoading:de}),{resAmount:Fe,priceImpact:Ne,baseFeeAmount:De,additionalFeeAmount:qe,resPricePerToToken:Ue,resPricePerFromToken:Ve,routeInfo:He}=n.useMemo((()=>Pe||{resAmount:null,priceImpact:null,baseFeeAmount:null,additionalFeeAmount:null,resPricePerToToken:null,resPricePerFromToken:null,routeInfo:null}),[Pe]),We=Aa(ie),Ze=n.useCallback((e=>{const t=e.toString();L(t),te(t)}),[L,te]),$e=n.useCallback((e=>{const t=e.toString();O(t),ne(t)}),[O,ne]),ze=n.useCallback((e=>q((t=>{var n;const i="function"==typeof e?e(t):e;return B||Ta.setState({fromTokenChainId:null!==(n=null==i?void 0:i.chainId)&&void 0!==n?n:void 0}),d&&i&&i!==t&&d(i),i}))),[d,B]),Qe=n.useCallback((e=>V((t=>{const n="function"==typeof e?e(t):e;return u&&n&&n!==t&&u(n),n}))),[u]);!function({fromToken:e,toToken:t,setFromToken:i,setToToken:o,updateFromAmt:r,updateToAmt:a,setIsReverseRouting:s}){const{tokenList:l}=Mo(),{crossChain:d,defaultFromToken:c,defaultToToken:u,onlyChainId:p}=G(),{chainId:h}=fa(),m=n.useCallback((()=>{let n,m=null;const x=d?void 0:null!=p?p:h;if(!e){const e=rs({side:"from",defaultToken:c,tokenList:l,chainId:x});m=e.findToken,n=e.setDefaultAmount,m&&(i(m),void 0!==n&&(s(!1),r(n)))}if(!t){const{findToken:e,setDefaultAmount:t}=rs({side:"to",defaultToken:u,tokenList:l,occupyToken:m,chainId:x});e&&(o(e),void 0===n&&void 0!==t&&(s(!0),a(t)))}}),[h,d,c,u,e,p,i,s,o,t,l,r,a]);n.useEffect((()=>{const e=setTimeout((()=>{m()}),10);return()=>clearTimeout(e)}),[m])}({fromToken:D,toToken:U,setFromToken:ze,setToToken:Qe,updateFromAmt:Ze,updateToAmt:$e,setIsReverseRouting:A});const Ge=n.useCallback((()=>{Ze(""),$e(""),ze(U),Qe(D),vo("from",U),vo("to",D)}),[ze,U,Qe,D,Ze,$e]),Ye=n.useCallback(((e,t)=>{if(t)return Ge();Ze(""),$e(""),ze(e),vo("from",e)}),[Ge,Ze,$e,ze,vo]),Xe=n.useCallback(((e,t)=>{if(t)return Ge();Ze(""),$e(""),Qe(e),vo("to",e)}),[Ge,Ze,$e,ze,vo]),Ke=n.useCallback((()=>{E&&Ze(""),A(!1)}),[E,Ze]),Je=n.useCallback((()=>{E||$e(""),A(!0)}),[E,$e]),et=(e=>{const{defaultSlippage:t}=os(void 0===e),i=Ta((e=>e.slippage||t));return n.useMemo((()=>(void 0===e?Number(i):e)>5),[i,e])})(ie?void 0:le),tt=n.useMemo((()=>(100*Number(Ne)).toFixed(2)),[Ne]),nt=n.useMemo((()=>{const e=E?Fe:M;return e&&ae?new s(ae).multipliedBy(e):null}),[ae,M,E,Fe]),it=n.useMemo((()=>{var e;if(!re||void 0===ie)return null;if(ie)return(null===(e=null==Te?void 0:Te.toTokenAmount)||void 0===e?void 0:e.gt(0))?Te.toTokenAmount.multipliedBy(re):null;const t=E?_:Fe;return t?new s(re).multipliedBy(t):null}),[re,_,E,Fe,Te,ie]),ot=n.useMemo((()=>$.jsxs(t.Box,{sx:{display:"flex",fontWeight:600,typography:"body2",alignItems:"center",justifyContent:"center"},children:[$.jsx(au,{title:$.jsx(e.Trans,{id:"4kY4C4",message:"Due to the market condition, market price and estimated price may have a slight difference"}),mr:8}),$.jsxs(t.Box,{sx:{display:"flex"},children:[$.jsx(e.Trans,{id:"6+mYrD",message:"Current price impact"}),$.jsxs(t.Box,{sx:{color:y.palette.error.main,ml:4},children:[tt,"%"]})]})]})),[tt,y.palette.error.main]),rt=n.useMemo((()=>$.jsx(tp,{toToken:U,fromToken:D,priceStatus:Me,pricePerToToken:Ue,pricePerFromToken:Ve,routeInfo:He})),[U,D,Me,Ue,Ve,He]),at=n.useMemo((()=>!r.ChainId[(null==D?void 0:D.chainId)||1]),[null==D?void 0:D.chainId]),st=n.useMemo((()=>{if(!D)return!1;const e=T(D.chainId);return!!e&&(!!e.chain.isEVMChain&&(!!B&&!!(null==D?void 0:D.chainId)&&(null==D?void 0:D.chainId)!==B))}),[B,D,T]),lt=function({fromToken:e,toToken:t}){const i=Mo(Po);return n.useMemo((()=>!(!e||i.some((t=>t.chainId===e.chainId&&t.address===e.address&&(!t.side||"to"===t.side))))||!(!t||i.some((e=>e.chainId===t.chainId&&e.address===t.address&&(!e.side||"from"===e.side))))),[e,t,i])}({fromToken:D,toToken:U}),dt=n.useMemo((()=>et&&new s(E?_:M).gt(0)&&!Ae&&(ie?we===ns.Success:Me===ns.Success)?$.jsxs(t.Box,{sx:{textAlign:"center",mb:8},children:[$.jsx(t.Box,{component:oe.Warn,sx:{position:"relative",top:2,mr:6,width:16,height:16,color:"warning.main"}}),o.i18n._({id:"//95jS",message:"The current slippage protection coefficient set exceeds {maxSlippageWarning}%, which may result in losses.",values:{maxSlippageWarning:5}})]}):null),[et,E,M,_,ie,we,Me]),ct=n.useMemo((()=>st?$.jsxs(t.Box,{sx:{textAlign:"center"},children:[$.jsx(t.Box,{component:oe.Warn,sx:{position:"relative",top:2,mr:6,width:16,height:16,color:"warning.main"}}),$.jsx(e.Trans,{id:"54ffaC",message:"The current network is inconsistent with the wallet - please switch in wallet"})]}):ie&&we===ns.Initial?"-":Me===ns.Loading||ie&&we===ns.Loading?$.jsx(t.Box,{sx:{display:"flex",justifyContent:"center",alignItems:"center"},children:$.jsxs($.Fragment,{children:[$.jsx(t.RotatingIcon,{sx:{mr:5}}),$.jsx(e.Trans,{id:"JdNn1Y",message:"Fetching best price..."})]})}):at?$.jsxs($.Fragment,{children:[$.jsx(t.Box,{component:oe.Warn,sx:{mr:6,width:16,color:"warning.main"}}),$.jsx(e.Trans,{id:"udsWDJ",message:"Unsupported network - switch to trade"})]}):ie&&je.length?$.jsxs($.Fragment,{children:[dt,$.jsx(Cd,{route:Te})]}):ie&&(we===ns.Success&&!je.length||we===ns.Failed)&&S?$.jsxs($.Fragment,{children:[$.jsx(t.Box,{component:oe.Warn,sx:{width:15,mr:5,color:"warning.main"}}),$.jsx(e.Trans,{id:"NVAuTg",message:"Quote not available"})]}):$.jsxs($.Fragment,{children:[!ie&&S&&new s(tt).gt(wo)&&ot,dt,rt]})),[Me,rt,S,ot,tt,at,ie,we,je,Te,st,dt]),ut=n.useMemo((()=>E?new s(R).gt(0)?Do({input:Fe,decimals:null==D?void 0:D.decimals}):"-":S),[S,R,Fe,D,E]),pt=n.useMemo((()=>{var e;return E?R:ie?(null===(e=null==Te?void 0:Te.toTokenAmount)||void 0===e?void 0:e.gt(0))&&we!==ns.Loading?Do({input:Te.toTokenAmount,decimals:null==U?void 0:U.decimals}):"-":new s(S).gt(0)?Do({input:Fe,decimals:null==U?void 0:U.decimals}):"-"}),[S,R,Fe,U,E,Te,ie,we]),ht=n.useMemo((()=>{var n,i;if(!(null===(n=null==J?void 0:J.appKitAccount)||void 0===n?void 0:n.isConnected))return $.jsx(t.Button,{fullWidth:!0,onClick:()=>{var e;if(!(null==D?void 0:D.chainId))return;const t=null===(e=xo.get(D.chainId))||void 0===e?void 0:e.caipNetwork;if(!t)return;const n=a.CaipNetworksUtil.getChainNamespace(t);w({namespace:n})},children:$.jsx(e.Trans,{id:"4g7eC1",message:"Connect to {0} wallet",values:{0:pa(null==D?void 0:D.chainId)}})});if(J.chain.isEVMChain&&J.chain.chainId!==B)return $.jsx(t.Button,{fullWidth:!0,onClick:()=>{I.switchNetwork(J.chain.caipNetwork)},children:$.jsx(e.Trans,{id:"1+P9RR",message:"Switch to {0}",values:{0:J.chain.name}})});if(J.chain.isSolanaChain&&J.chain.chainId!==B)return $.jsx(t.Button,{fullWidth:!0,onClick:()=>{I.switchNetwork(J.chain.caipNetwork)},children:$.jsx(e.Trans,{id:"1+P9RR",message:"Switch to {0}",values:{0:J.chain.name}})});if(!(null===(i=null==ee?void 0:ee.appKitAccount)||void 0===i?void 0:i.isConnected))return $.jsx(t.Button,{fullWidth:!0,onClick:()=>{var e;if(!(null==U?void 0:U.chainId))return;const t=null===(e=xo.get(U.chainId))||void 0===e?void 0:e.caipNetwork;if(!t)return;const n=a.CaipNetworksUtil.getChainNamespace(t);w({namespace:n})},children:$.jsx(e.Trans,{id:"4g7eC1",message:"Connect to {0} wallet",values:{0:pa(null==U?void 0:U.chainId)}})});if(v)return $.jsx(t.Button,{fullWidth:!0,isLoading:!0,disabled:!0,children:$.jsx(e.Trans,{id:"FRBvjQ",message:"Transaction Pending"})});if(!D||!U)return $.jsx(t.Button,{fullWidth:!0,disabled:!0,"data-testid":"swap-alert-select-token-btn",children:$.jsx(e.Trans,{id:"KlvBGJ",message:"Select Tokens"})});if(!new s(E?_:M).gt(0))return $.jsx(t.Button,{fullWidth:!0,disabled:!0,"data-testid":"swap-alert-enter-amount-btn",children:$.jsx(e.Trans,{id:"iPMIoT",message:"Enter an amount"})});if(ie?we===ns.Loading||Ie:Me===ns.Loading)return $.jsx(t.Button,{fullWidth:!0,disabled:!0,"data-testid":"swap-alert-fetch-price-btn",children:$.jsx(e.Trans,{id:"OauUE6",message:"Fetching Price..."})});let o=!1;return o=ie?!je.length||we===ns.Failed:!Fe||Me===ns.Failed,o?$.jsx(t.Button,{fullWidth:!0,disabled:!0,children:$.jsx(e.Trans,{id:"NVAuTg",message:"Quote not available"})}):Ae?$.jsx(t.Button,{fullWidth:!0,disabled:!0,"data-testid":"swap-alert-insufficient-balance-btn",children:$.jsx(e.Trans,{id:"znqB4T",message:"Insufficient balance"})}):Ee?$.jsx(t.Button,{fullWidth:!0,disabled:Be,onClick:()=>Se(),children:Be?$.jsx(e.Trans,{id:"j2Uisd",message:"Approving"}):$.jsx(e.Trans,{id:"Z7ZXbT",message:"Approve"})}):ie?$.jsx(t.Button,{fullWidth:!0,onClick:()=>{var e,t;return Ce({selectedRoute:Te,fromEtherTokenBalance:null!==(t=null===(e=ge.data)||void 0===e?void 0:e.balance)&&void 0!==t?t:null,goNext:()=>Y(!0)})},"data-testid":Ao,disabled:!Te,isLoading:fe,children:$.jsx(e.Trans,{id:"SXnevP",message:"Review Cross Chain"})}):pe?$.jsxs(t.Button,{fullWidth:!0,onClick:()=>W(!0),"data-testid":Ao,children:[$.jsx(t.Tooltip,{placement:"top",onlyHover:!0,maxWidth:240,title:$.jsxs(t.Box,{sx:{display:"flex",flexDirection:"column",gap:4},children:[$.jsx(t.Box,{sx:{typography:"body2",fontWeight:500,color:"text.primary"},children:"Privacy Swap is Enabled"}),$.jsx(t.Box,{sx:{typography:"h6",fontWeight:500,color:"text.secondary"},children:"Your transactions on the Ethereum network will be protected from sandwich attacks."})]}),children:$.jsx(t.Box,{sx:{mr:8},children:$.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"30",viewBox:"0 0 25 30",fill:"none",children:[$.jsx("path",{d:"M12.5 4L3.5 8V14C3.5 19.55 7.34 24.74 12.5 26C17.66 24.74 21.5 19.55 21.5 14V8L12.5 4Z",fill:"white"}),$.jsx("path",{d:"M23 14C23 20.1791 18.7457 26.0187 12.8555 27.457L12.5 27.5439L12.1445 27.457C6.25427 26.0187 2 20.1791 2 14V7.02539L2.89062 6.62891L11.8906 2.62891L12.5 2.3584L13.1094 2.62891L22.1094 6.62891L23 7.02539V14Z",stroke:"white",strokeOpacity:"0.5",strokeWidth:"3"}),$.jsx("path",{d:"M16.3937 11.3638L10.8021 16.9553L8.60457 14.7662L7.4082 15.9626L10.8021 19.3565L17.59 12.5686L16.3937 11.3638Z",fill:"#154618"})]})})}),$.jsx(e.Trans,{id:"K/Ay/d",message:"Review Swap"})]}):$.jsx(t.Button,{fullWidth:!0,onClick:()=>W(!0),"data-testid":Ao,children:$.jsx(e.Trans,{id:"K/Ay/d",message:"Review Swap"})})}),[null===(h=null==J?void 0:J.appKitAccount)||void 0===h?void 0:h.isConnected,null==J?void 0:J.chain.isEVMChain,null==J?void 0:J.chain.chainId,null==J?void 0:J.chain.isSolanaChain,null==J?void 0:J.chain.name,null==J?void 0:J.chain.caipNetwork,B,null===(m=null==ee?void 0:ee.appKitAccount)||void 0===m?void 0:m.isConnected,v,D,U,E,_,M,ie,we,Ie,Me,Ae,Ee,w,I,je.length,Fe,Be,Se,Te,fe,Ce,null===(x=ge.data)||void 0===x?void 0:x.balance,pe]),mt=n.useMemo((()=>D&&U?$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center"},children:[$.jsx(Hs,{token:D,width:16,height:16,marginRight:6,chainId:D.chainId,noShowChain:!!C}),`${Do({input:E?Fe:M,decimals:null==D?void 0:D.decimals})} ${null==D?void 0:D.symbol}`,$.jsx(t.Box,{component:oe.DoubleRight,sx:{width:12,height:12,mx:16}}),$.jsx(Hs,{token:U,width:16,height:16,marginRight:6,chainId:U.chainId,noShowChain:!!C}),`${Do({input:E?_:Fe,decimals:null==U?void 0:U.decimals})} ${null==U?void 0:U.symbol}`]}):$.jsx(t.Box,{})),[D,U,M,_,Fe,E,C]);return $.jsxs(t.Box,{sx:{width:"100%",overflow:"hidden",position:"relative",display:"flex",flexDirection:"column",borderRadius:16,backgroundColor:y.palette.background.skeleton,[y.breakpoints.up("laptop")]:{width:450,backgroundColor:y.palette.background.skeleton,backdropFilter:"blur(4px)"}},children:[$.jsxs(t.Box,{sx:{display:"flex",justifyContent:"space-between",px:16,py:20},children:[$.jsx(t.Box,{sx:{typography:"caption",color:y.palette.text.primary},children:"Universal Swap"}),$.jsxs(t.Box,{sx:{display:"flex",alignItems:"center",borderRadius:4,p:1,backgroundColor:y.palette.background.tag},children:[$.jsxs(t.Box,{sx:{color:y.palette.text.secondary,typography:"h6",px:6,py:4},children:[ie?(null==Te?void 0:Te.slippage)?100*Te.slippage:null!=ce?ce:"-":le,"%"]}),$.jsx(t.Tooltip,{open:We,title:ie?$.jsx(e.Trans,{id:"qLkska",message:"The setting has been switched to cross chain mode"}):$.jsx(e.Trans,{id:"NSCBTb",message:"The setting has been switched to swap mode"}),placement:"bottom-end",children:$.jsx(t.Box,{component:t.ButtonBase,onClick:()=>z(!0),sx:{p:4,backgroundColor:y.palette.background.paper,borderRadius:4,height:28,width:28,display:"flex",alignItems:"center",justifyContent:"center"},children:$.jsx(t.Box,{component:oe.Setting,sx:{width:20,height:20,color:"text.primary",cursor:"pointer"}})})})]})]}),$.jsxs(t.Box,{sx:{flex:1,px:16,pb:20,overflowY:"auto"},children:[$.jsxs(t.Box,{children:[$.jsx(Ku,{sx:{mb:4},token:D,side:"from",amt:ut,defaultLoadBalance:!0,onMaxClick:Re,onInputChange:Ze,onInputFocus:ie?void 0:Ke,showMaxBtn:!E&&!S,occupiedAddrs:[null!==(g=null==U?void 0:U.address)&&void 0!==g?g:""],occupiedChainId:null==U?void 0:U.chainId,fiatPriceTxt:nt?`$${No({input:nt,showDecimals:1})}`:"$-",onTokenChange:Ye,readOnly:E,showChainLogo:!C,showChainName:!C,notTokenPickerModal:!j,enterAddressEnabled:!1,inputToAddress:X,setInputToAddress:K,account:J,failedReason:ke}),$.jsx(Ru,{onClick:Ge,disabled:lt}),$.jsx(Ku,{token:U,side:"to",amt:pt,onInputChange:$e,onInputFocus:ie?void 0:Je,occupiedAddrs:[null!==(f=null==D?void 0:D.address)&&void 0!==f?f:""],occupiedChainId:null==D?void 0:D.chainId,fiatPriceTxt:it?`$${No({input:it,showDecimals:1})}(${tt}%)`:"$-",onTokenChange:Xe,readOnly:ie||!E,showChainLogo:!C,showChainName:!C,notTokenPickerModal:!j,enterAddressEnabled:ie,inputToAddress:X,setInputToAddress:K,account:ee,sx:{padding:y.spacing(24,20,20)}}),$.jsx(t.Box,{sx:{py:16,display:"flex",typography:"body2",alignItems:"center",justifyContent:"center",flexWrap:"wrap"},children:ct})]}),ht,$.jsx(cu,{}),b?"":$.jsxs(t.Box,{sx:{mt:13,display:"flex",typography:"h6",cursor:"pointer",justifyContent:"center",alignItems:"center",color:y.palette.text.disabled},onClick:()=>window.open("https://app.dodoex.io"),children:[$.jsx(t.Box,{sx:{width:18,height:18,transform:"translate(1px, 2px)","& path":{fill:y.palette.text.disabled}},component:oe.Dodo}),$.jsx(e.Trans,{id:"QIsI8+",message:"Powered by ZUNO protocol"})]})]}),$.jsx(uu,{toToken:U,fromToken:D,fromAmount:E?Fe:M,toAmount:E?_:Fe,open:H,baseFeeAmount:De,priceImpact:tt,additionalFeeAmount:qe,curToFiatPrice:it,execute:()=>_e(mt),clearFromAmt:()=>Ze(""),clearToAmt:()=>$e(""),curFromFiatPrice:nt,pricePerFromToken:Ve,onClose:()=>W(!1),loading:Me===ns.Loading,slippage:le,isDialogModal:j}),ie?$.jsx(hu,{open:Z,onClose:()=>z(!1),isBridge:!0,isDialogModal:j}):$.jsx(Lu,{open:Z,onClose:()=>z(!1),fromToken:D,toToken:U,privacySwapEnableAble:he,privacySwapEnable:pe,privacySwapSupplierEndpoints:ue,endpointStatusMap:me,refetchEndpointStatus:xe,isDialogModal:j}),$.jsx(lu,{open:Q,onClose:()=>Y(!1),route:Te,bridgeOrderTxRequest:be,clearFromAmt:()=>Ze(""),clearToAmt:()=>$e(""),isDialogModal:j}),$.jsx(du,{message:ye,onClose:()=>ve(""),isDialogModal:j})]})},exports.SwapOrderHistory=function(){const e=t.useTheme(),{isMobile:i}=Oa(),o=n.useRef(null),{evmAccount:r,solanaAccount:a,bitcoinAccount:s}=fa(),[l,d]=n.useState(qh.sameChain),[c,u]=n.useState(),p=n.useMemo((()=>[{key:qh.sameChain,value:"Same chain Swaps"},{key:qh.crossChain,value:"Cross Chain Swaps"},{key:qh.errorRefunds,value:"Error Refunds"}]),[]),h=n.useMemo((()=>{var e,t,n;const i=[];if(r.isConnected&&r.address){const t=null===(e=xo.entries().find((([e,t])=>t.isEVMChain)))||void 0===e?void 0:e[1];t&&i.push({account:Or(r.address),firstChain:t})}if(a.isConnected&&a.address){const e=null===(t=xo.entries().find((([e,t])=>t.isSolanaChain)))||void 0===t?void 0:t[1];e&&i.push({account:a.address,firstChain:e})}if(s.isConnected&&s.address){const e=null===(n=xo.entries().find((([e,t])=>t.isBTCChain)))||void 0===n?void 0:n[1];e&&i.push({account:s.address,firstChain:e})}return i}),[s.address,s.isConnected,r.address,r.isConnected,a.address,a.isConnected]);return n.useEffect((()=>{u((()=>{if(h.length>0)return h[0].account}))}),[h]),$.jsxs(t.Tabs,{value:l,onChange:(e,t)=>{d(t)},sx:{width:"100%",display:"flex",flexDirection:"column",flex:1,overflow:"hidden",height:"max-content",maxHeight:"100%",borderRadius:16,backgroundColor:"background.skeleton",backdropFilter:"blur(4px)",[e.breakpoints.up("laptop")]:{}},className:i?void 0:"gradient-card-border",children:[$.jsx(t.Box,{sx:{display:"flex",justifyContent:"space-between",alignItems:"flex-start",px:16,pt:20,[e.breakpoints.up("laptop")]:{px:24}},children:$.jsx(t.TabsGroup,{tabs:p,variant:"default",tabsListSx:{justifyContent:"space-between",borderBottomWidth:0},tabSx:{mr:28,typography:"body2",lineHeight:"19px",minHeight:39,padding:"0px 0px 20px 0px",[e.breakpoints.up("laptop")]:{typography:"body1",lineHeight:"22px",minHeight:42}}})}),$.jsx(t.Box,{ref:o,sx:{px:16,py:12,display:"flex",alignItems:"center",gap:12,overflowX:"auto",borderBottomWidth:1,borderBottomStyle:"solid",borderBottomColor:"border.main",[e.breakpoints.up("laptop")]:{px:24},"&::-webkit-scrollbar":{display:"none"},msOverflowStyle:"none",scrollbarWidth:"none",WebkitOverflowScrolling:"touch",userSelect:"none"},children:h.map(((n,i)=>{const r=c===n.account,a=i===h.length-1,s=0===i;return $.jsxs(t.Box,{sx:Object.assign(Object.assign({display:"flex",alignItems:"center",gap:4,pl:8,py:8,pr:10,borderRadius:4,backgroundColor:"transparent",cursor:"pointer",typography:"body2",lineHeight:"19px",color:"text.secondary",flexShrink:0},r&&{backgroundColor:t.alpha(e.palette.success.main,.1),color:"success.main"}),{"&:hover":{backgroundColor:r?t.alpha(e.palette.success.main,.1):e.palette.background.paperDarkContrast}}),onClick:()=>((e,t,n)=>{u(e),o.current&&(t?o.current.scrollTo({left:o.current.scrollWidth,behavior:"smooth"}):n&&o.current.scrollTo({left:0,behavior:"smooth"}))})(n.account,a,s),children:[n.firstChain&&$.jsx(t.Box,{component:n.firstChain.logo,sx:{width:16,height:16}}),"(",pa(n.firstChain.chainId),")",da(n.account)]},n.account)}))}),c?$.jsxs($.Fragment,{children:[$.jsx(Wh,{value:qh.sameChain,sx:{display:"flex",flexDirection:"column",overflow:"hidden"},children:$.jsx(Hh,{account:c})}),$.jsx(Wh,{value:qh.crossChain,sx:{display:"flex",flexDirection:"column",overflow:"hidden"},children:$.jsx(Fh,{account:c})}),$.jsx(Wh,{value:qh.errorRefunds,sx:{display:"flex",flexDirection:"column",overflow:"hidden"},children:$.jsx(Fh,{account:c,type:"error_refund"})})]}):$.jsx(yp,{isMobile:i,empty:!0,loading:!1})]})},exports.TokenCard=ap,exports.TokenLogo=Hs,exports.UnstyleWidget=ru,exports.WIDGET_CLASS_NAME=nu,exports.WIDGET_MODULE_CLASS_NAME=Zh,exports.Widget=function(e){const n=t.createTheme({mode:e.colorMode,theme:e.theme,lang:e.locale||Ld});return e.apikey||e.apiServices||console.error("apikey and apiServices must have a."),$.jsxs(t.ThemeProvider,{theme:n,children:[$.jsx(t.CssBaseline,{container:`.${nu}, .${t.WIDGET_MODAL_CLASS}, .${t.WIDGET_MODAL_FIXED_CLASS}`}),$.jsx(c.QueryClientProvider,{client:Vd,children:$.jsxs(ru,{...e,children:[e.children,$.jsx($c,{})]})})]})},exports.chainListMap=xo,exports.fixedInputStringToFormattedNumber=Vo,exports.formatPercentageNumber=Ko,exports.formatReadableNumber=No,exports.formatShortNumber=Yo,exports.formatTokenAmountNumber=Do,exports.getEtherscanPage=ca,exports.jsxRuntimeExports=$,exports.rpcServerMap=Ii,exports.scanUrlDomainMap=Ai,exports.tokenList=Fs,exports.useMessageState=Wc,exports.usePoolBalanceInfo=Fg,exports.useRouterStore=Qh,exports.useTradeSwapOrderList=Nh;