@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 @@ import{Trans as e,useLingui as t,I18nProvider as n}from"@lingui/react";import{Bo
28
28
  object-assign
29
29
  (c) Sindre Sorhus
30
30
  @license MIT
31
- */function Np(){if(Tp)return kp;Tp=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;return kp=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},kp}function Fp(){if(Ap)return Ep;Ap=1;return Ep="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function qp(){return Sp?Ip:(Sp=1,Ip=Function.call.bind(Object.prototype.hasOwnProperty))}if("production"!==process.env.NODE_ENV){var Up=Dp();vp.exports=function(){if(_p)return Rp;_p=1;var e=Dp(),t=Np(),n=Fp(),i=qp(),o=function(){if(Op)return Lp;Op=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=Fp(),n={},i=qp();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={})},Lp=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){}}),Rp=function(s,l){var d="function"==typeof Symbol&&Symbol.iterator,c="@@iterator",u="<<anonymous>>",p={array:f("array"),bigint:f("bigint"),bool:f("boolean"),func:f("function"),number:f("number"),object:f("object"),string:f("string"),symbol:f("symbol"),any:g(a),arrayOf:function(e){return g((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:g((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:g((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 g((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:g((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 g((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)?g((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 "+j(o)+" at index "+t+"."),a}return g((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 g((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 x(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 g((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 x(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 g=h(d,p,a,s,l+"."+p,n);if(g)return g}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 g(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 g=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 g.name="Invariant Violation",g}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var f=d+":"+s;!t[f]&&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[f]=!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 f(e){return g((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 x(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 j(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},Rp}()(Up.isElement,!0)}else vp.exports=function(){if(Pp)return Mp;Pp=1;var e=Fp();function t(){}function n(){}return n.resetWarningCache=t,Mp=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 Vp=fn(vp.exports);function Hp(e,t){return"production"===process.env.NODE_ENV?()=>null:function(...n){return e(...n)||t(...n)}}function Wp(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 Zp=Hp(Vp.element,Wp);Zp.isRequired=Hp(Vp.element.isRequired,Wp);const $p="exact-prop: ​";function zp(e){return e&&e.ownerDocument||document}const Gp="undefined"!=typeof window?H.useLayoutEffect:H.useEffect;function Yp(e){const t=H.useRef(e);return Gp((()=>{t.current=e})),H.useRef(((...e)=>(0,t.current)(...e))).current}function Qp(...e){return H.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 Xp={};const Kp=[];class Jp{static create(){return new Jp}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 eh(){const e=function(e,t){const n=H.useRef(Xp);return n.current===Xp&&(n.current=e(t)),n}(Jp.create).current;var t;return t=e.disposeEffect,H.useEffect(t,Kp),e}const th={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 nh(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=nh(e[t]))&&(i&&(i+=" "),i+=n)}else for(n in e)e[n]&&(i&&(i+=" "),i+=n);return i}function ih(){for(var e,t,n=0,i="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=nh(e))&&(i&&(i+=" "),i+=t);return i}function oh(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 rh(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 ah(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=ih(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=oh({...o,...i}),s=rh(i),l=rh(o),d=t(a),c=ih(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:Qp(l,a?.ref,e.additionalProps?.ref)},i);return d}function sh(e){return e.substring(2).toLowerCase()}function lh(e){const{children:t,disableReactTree:n=!1,mouseEvent:i="onClick",onClickAway:o,touchEvent:r="onTouchEnd"}=e,a=H.useRef(!1),s=H.useRef(null),l=H.useRef(!1),d=H.useRef(!1);H.useEffect((()=>(setTimeout((()=>{l.current=!0}),0),()=>{l.current=!1})),[]);const c=Qp((u=t)&&H.isValidElement(u)?u.props.propertyIsEnumerable("ref")?u.props.ref:u.ref:null,s);var u;const p=Yp((e=>{const t=d.current;d.current=!1;const i=zp(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)),H.useEffect((()=>{if(!1!==r){const e=sh(r),t=zp(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)),H.useEffect((()=>{if(!1!==i){const e=sh(i),t=zp(s.current);return t.addEventListener(e,p),()=>{t.removeEventListener(e,p)}}}),[p,i]),Cn.jsx(H.Fragment,{children:H.cloneElement(t,m)})}"production"!==process.env.NODE_ENV&&(lh.propTypes={children:Zp.isRequired,disableReactTree:Vp.bool,mouseEvent:Vp.oneOf(["onClick","onMouseDown","onMouseUp","onPointerDown","onPointerUp",!1]),onClickAway:Vp.func.isRequired,touchEvent:Vp.oneOf(["onTouchEnd","onTouchStart",!1])}),"production"!==process.env.NODE_ENV&&(lh.propTypes=function(e){return"production"===process.env.NODE_ENV?e:{...e,[$p]: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}}}(lh.propTypes));const dh="base";function ch(e,t){const n=th[t];return n?`${dh}--${n}`:function(e,t){return`${dh}-${e}-${t}`}(e,t)}const uh="Snackbar";function ph(e){return ch(uh,e)}!function(e,t){const n={};t.forEach((t=>{n[t]=ch(e,t)}))}(uh,["root"]);const hh={disableDefaultClasses:!1},mh=H.createContext(hh);"production"!==process.env.NODE_ENV&&(mh.displayName="ClassNameConfiguratorContext");const gh=()=>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}=H.useContext(mh);return n=>t?"":e(n)}(ph)),fh=H.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={},...g}=e,f=gh(),{getRootProps:x,onClickAway:y}=function(e={}){const{autoHideDuration:t=null,disableWindowBlurListener:n=!1,onClose:i,open:o,resumeHideDuration:r}=e,a=eh();H.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=Yp(((e,t)=>{i?.(e,t)})),l=Yp((e=>{i&&null!=e&&a.start(e,(()=>{s(null,"timeout")}))}));H.useEffect((()=>(o&&l(t),a.clear)),[o,t,l,a]);const d=a.clear,c=H.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 H.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={...oh(e),...oh(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",j=ah({elementType:b,getSlotProps:x,externalForwardedProps:g,externalSlotProps:h.root,additionalProps:{ref:t},ownerState:v,className:f.root}),C=ah({elementType:lh,externalSlotProps:h.clickAwayListener,additionalProps:{onClickAway:y},ownerState:v});return delete C.ownerState,!u&&r?null:Cn.jsx(lh,{...C,children:Cn.jsx(b,{...j,children:i})})}));function xh({size:e,color:t,time:n,strokeWidth:o=2,sx:r}){const[a,s]=z("0 1069"),l=e/2,d=l-1;return Y((()=>{s(2*Math.PI*d+" 0")}),[]),Cn.jsx(i,{width:e,height:e,component:"svg",sx:Object.assign({position:"absolute",top:`-${o}`,left:`-${o}`,transform:"rotate(-90deg)"},r),children:Cn.jsx(i,{component:"circle",cx:l,cy:l,r:d,strokeWidth:o,stroke:t,fill:"none",strokeDasharray:a,sx:{transition:`stroke-dasharray ${n}`}})})}"production"!==process.env.NODE_ENV&&(fh.propTypes={autoHideDuration:Vp.number,children:Vp.node,disableWindowBlurListener:Vp.bool,exited:Vp.bool,onClose:Vp.func,open:Vp.bool,resumeHideDuration:Vp.number,slotProps:Vp.shape({clickAwayListener:Vp.oneOfType([Vp.func,Vp.shape({children:Vp.element.isRequired,disableReactTree:Vp.bool,mouseEvent:Vp.oneOf(["onClick","onMouseDown","onMouseUp","onPointerDown","onPointerUp",!1]),onClickAway:Vp.func,touchEvent:Vp.oneOf(["onTouchEnd","onTouchStart",!1])})]),root:Vp.oneOfType([Vp.func,Vp.object])}),slots:Vp.shape({root:Vp.elementType})});var yh=W.memo(xh);const vh=Xe((e=>({notify:null,toast:t=>{e({notify:t})},close:()=>{e({notify:null})}}))),bh={entering:"translateX(0)",entered:"translateX(0)",exiting:"translateX(500px)",exited:"translateX(500px)",unmounted:"translateX(500px)"};function jh(){const e=a(),{notify:t,close:n}=vh(),[o,r]=W.useState(!0),s=W.useRef(null),l=null==t?void 0:t.timeout,d=!!t;let c=Cn.jsxs("svg",{width:"36",height:"36",viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[Cn.jsx("circle",{cx:"18",cy:"18",r:"16.5",stroke:"#2FBA90",strokeWidth:"3"}),Cn.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==t?void 0:t.type){case"error":c=Cn.jsxs("svg",{width:"36",height:"37",viewBox:"0 0 36 37",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[Cn.jsx("circle",{cx:"18",cy:"18.5",r:"16.5",stroke:"#FF6187",strokeWidth:"3"}),Cn.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=Cn.jsxs("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[Cn.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"}),Cn.jsx("path",{d:"M15.1664 7.58398H12.8331V16.9173H15.1664V7.58398Z",fill:"#B15600"}),Cn.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 Cn.jsx(i,{component:fh,open:d,autoHideDuration:l,onClose:(e,t)=>{"clickaway"!==t&&n()},exited:o,sx:{position:"fixed",top:20,left:20,right:20,zIndex:1,[e.breakpoints.up("tablet")]:{left:"auto"}},children:Cn.jsx(_t,{timeout:{enter:400,exit:400},in:d,appear:!0,unmountOnExit:!0,onEnter:()=>{r(!1)},onExited:()=>{r(!0)},nodeRef:s,children:o=>Cn.jsxs(i,{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:bh[o],transition:"transform 300ms ease",[e.breakpoints.up("tablet")]:{p:20,width:"auto",maxWidth:328}},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(i,{sx:{mt:7,"& > svg":{width:28,height:28},[e.breakpoints.up("tablet")]:{"& > svg":{width:36,height:36}}},children:t?c:""}),Cn.jsxs(i,{sx:{ml:20},children:[Cn.jsx(i,{sx:{typography:"caption"},children:null==t?void 0:t.message}),(null==t?void 0:t.link)?Cn.jsxs(i,{component:"a",target:"_blank",rel:"noopener noreferrer",href:t.link.outerLink,sx:{display:"inline-flex",alignItems:"center",typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},children:[t.link.text,Cn.jsx(i,{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:Cn.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==t?void 0:t.content)?Cn.jsx(i,{sx:{mt:4,typography:"body2",color:"text.secondary"},children:t.content}):""]})]}),Cn.jsxs(i,{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:n,children:[l?Cn.jsx(yh,{size:24,strokeWidth:"2.4px",time:`${l}ms`,color:e.palette.text.disabled}):"",Cn.jsx(i,{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:Cn.jsx("g",{children:Cn.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 Ch;function wh(){return wh=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},wh.apply(null,arguments)}const kh=e=>H.createElement("svg",wh({width:"33px",height:"33px",viewBox:"0 0 33 33",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink"},e),Ch||(Ch=H.createElement("g",{stroke:"none",strokeWidth:1,fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"},H.createElement("g",{transform:"translate(-186.000000, -375.000000)",stroke:"currentColor",strokeWidth:4},H.createElement("g",{transform:"translate(18.000000, 291.000000)"},H.createElement("g",{transform:"translate(40.000000, 83.000000)"},H.createElement("path",{d:"M159,32 C159,15.9837423 146.016258,3 130,3"}))))))),Th=6;function Eh(){var e;const t=a();return Cn.jsx(i,{sx:{mx:"auto",border:`${Th}px solid ${null===(e=t.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:Cn.jsx(i,{component:kh,sx:{position:"absolute",top:`-${Th}px`,right:`-${Th}px`,color:"primary.main"}})})}function Ah({showingDone:e,errorMessage:t}){return a(),t?Cn.jsx(i,{component:Mn.ErrorWarn,sx:{width:64,height:64,color:"error.main"}}):e?Cn.jsx(i,{component:Mn.DoneBorder,sx:{width:64,height:64,color:"success.main"}}):Cn.jsx(Eh,{})}function Ih({showingDone:e,showing:t}){return Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",flexDirection:"column"},children:[Cn.jsx(i,{sx:{mt:60},children:e?le._({id:"4xbbt/",message:"{0} confirmed",values:{0:null==t?void 0:t.brief}}):le._({id:"/nzjSF",message:"{0} pending",values:{0:null==t?void 0:t.brief}})}),(null==t?void 0:t.subtitle)?Cn.jsx(i,{sx:{mt:20,typography:"body2"},children:null==t?void 0:t.subtitle}):""]})}function Sh({isStarted:t,isEnded:n,tx:o}){const[a,s]=z(0),{chainId:l}=$l(),d=Z((()=>`https://${ra[l||1]}/tx/${o}`),[o,l]),c=Z((()=>{const e=Math.floor(a/60),t=a%60;return e?`${e}m ${t}s`:`${t}s`}),[a]),u=G();return Y((()=>(t&&(s(0),window.clearInterval(u.current),u.current=window.setInterval((()=>{s((e=>e+1))}),1e3)),()=>{window.clearInterval(u.current)})),[t]),Y((()=>{n&&window.clearInterval(u.current)}),[n]),Cn.jsxs(i,{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:[Cn.jsxs(i,{children:[Cn.jsx(e,{id:"+Jkdiu",message:"Transaction Time:"}),c]}),Cn.jsxs(r,{sx:{display:"flex",alignItems:"center",cursor:"pointer"},component:"a",href:d,target:"_blank",rel:"noopener noreferrer",children:[Cn.jsx(e,{id:"S3piC2",message:"Tx"}),Cn.jsx(i,{component:Mn.ArrowTopRightBorder,sx:{width:16,height:16,ml:6}})]})]})}function Lh(t){var{children:n,executionStatus:o,showSubmitLoadingDialog:r}=t;const a=yd(hn(t,["children","executionStatus","showSubmitLoadingDialog"])),{ctxVal:s,showing:l,closeShowing:d,setShowing:u,showingDone:p,errorMessage:h,transactionTx:m}=Object.assign(Object.assign({},a),o),{isMobile:g}=ld(),{noSubmissionDialog:f,submissionDialogModal:x}=Tn(),y=()=>{u((e=>{if(!e)return e;const t=Object.assign({},e);return delete t.submitState,t}))};return Cn.jsxs(jd.Provider,{value:s,children:[n,r&&Cn.jsx(uc,{modal:!0,open:!!(null==l?void 0:l.submitState),onClose:y,children:!!l&&Cn.jsxs(i,{sx:{position:"relative",display:"flex",flexDirection:"column",alignItems:"center",gap:20,p:20,minHeight:208,width:g?"100%":340,textAlign:"center"},children:[Cn.jsxs(i,{sx:{textAlign:"center",color:"text.secondary"},children:[l.brief,Cn.jsx(i,{component:Mn.Error,sx:{position:"absolute",top:20,right:20,color:"text.secondary",cursor:"pointer"},onClick:y})]}),"submitted"===l.submitState?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{component:Mn.ArrowSubmit,sx:{width:64,height:64}}),Cn.jsxs("div",{children:[Cn.jsx("div",{children:le._({id:"EcVqOR",message:"{0} Submitted",values:{0:l.brief}})}),l.subtitle&&Cn.jsx(i,{sx:{display:"flex",flexDirection:"column",alignItems:"center",mt:8,color:"text.secondary",typography:"body2"},children:l.subtitle})]}),Cn.jsx(c,{variant:c.Variant.outlined,fullWidth:!0,onClick:y,sx:{mt:4},children:Cn.jsx(e,{id:"zga9sT",message:"OK"})})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Eh,{}),Cn.jsxs("div",{children:[Cn.jsx(i,{children:Cn.jsx(e,{id:"7y/8M6",message:"Please confirm in wallet"})}),l.subtitle&&Cn.jsx(i,{sx:{display:"flex",flexDirection:"column",alignItems:"center",mt:8,color:"text.secondary",typography:"body2"},children:l.subtitle})]})]})]})}),Cn.jsx(uc,{open:!!l&&"loading"!==l.submitState&&!f,onClose:d,id:"submission",modal:!!g||x,children:Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",justifyContent:"space-between",px:20,pb:20,flex:1,overflowY:"auto",width:g?void 0:x?340:void 0},children:[Cn.jsxs(i,{children:[Cn.jsx(i,{sx:{textAlign:"center",pt:60},children:Cn.jsx(Ah,{showingDone:p,errorMessage:h})}),h?Cn.jsxs(i,{sx:{textAlign:"center",mt:60},children:[Cn.jsx(i,{children:Cn.jsx(e,{id:"kf83Ld",message:"Something went wrong."})}),Cn.jsx(i,{sx:{color:"text.secondary",mt:12,typography:"body2",wordBreak:"break-all"},children:h})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Ih,{showingDone:p,showing:l}),Cn.jsx(Sh,{isStarted:!!l,isEnded:p,tx:m})]})]}),Cn.jsx(c,{fullWidth:!0,size:c.Size.big,onClick:()=>{td(Jl.Initial),d()},sx:{mt:20},children:h?Cn.jsx(e,{id:"1QfxQT",message:"Dismiss"}):Cn.jsx(e,{id:"yz7wBu",message:"Close"})})]})})]})}const Oh="dodo-widget-container";function Rh(e){return e.noLangProvider?Cn.jsx(Cn.Fragment,{children:e.children}):Cn.jsx(fp,{locale:e.locale,children:Cn.jsx(Lh,{...e,children:e.children})})}function _h(e){return hc(e),ad(),function(){const{getStaticJsonRpcProviderByChainId:e}=Tn();W.useEffect((()=>{const t=new Rt({multiCallAddressList:et,getProvider:e,rpc:oa()});tt(t),Ce(t)}),[e])}(),e.noUI?Cn.jsx(Rh,{...e,children:e.children}):null}function Mh(e){var t;const n=G(null);return Cn.jsx(kn,{...Object.assign(Object.assign({},e),{widgetRef:null!==(t=e.widgetRef)&&void 0!==t?t:n}),children:Cn.jsx(_h,{...e})})}function Ph(e){const t=u({mode:e.colorMode,theme:e.theme,lang:e.locale||ap});return e.apikey||e.apiServices||console.error("apikey and apiServices must have a."),Cn.jsxs(p,{theme:t,children:[Cn.jsx(h,{container:`.${Oh}, .${m}, .${g}`}),Cn.jsx(Ye,{client:xp,children:Cn.jsxs(Mh,{...e,children:[e.children,Cn.jsx(jh,{})]})})]})}function Bh(e){var{sx:t}=e,n=hn(e,["sx"]);const{width:i}=Tn(),o=Z((()=>{let e="";return"number"==typeof i?e=`${i}px`:i&&(e=i),e?`calc(${e} - 40px)`:"auto"}),[i]);return Cn.jsx(f,{container:document.querySelector(`.${Oh}`),maxWidth:o,sx:Object.assign({cursor:"help"},t),...n})}function Dh({route:t}){const n=a();Wa.get(t.fromChainId);const o=Wa.get(t.toChainId),[s,l]=z(!1),[c,u]=z(!1),p=Wd({fees:t.fees});return Cn.jsxs(i,{children:[Cn.jsx(i,{sx:{py:20,borderStyle:"solid",borderWidth:n.spacing(1,0,0),borderColor:n.palette.border.main},children:Cn.jsx(x,{children:Cn.jsx(y,{initialEntered:!0,sx:{"& button.active svg":{transform:"rotate(0)"}},header:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",typography:"body2"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",color:"text.primary"},children:[Cn.jsx(i,{component:Mn.DetailBorder,sx:{mr:6,width:18,height:18}}),Cn.jsx(e,{id:"rRDi3Y",message:"Detail"})]}),Cn.jsx(i,{component:Mn.CaretUp,sx:{width:12,height:12,color:"text.secondary",transform:"rotate(180deg)",transition:"transform 0.2s linear"}})]}),children:Cn.jsxs(i,{sx:{mt:16},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsx(i,{sx:{typography:"body2",color:"text.secondary",flexShrink:0},children:Cn.jsx(e,{id:"lt8yMa",message:"Send to:"})}),Cn.jsxs(i,{sx:{display:"flex",justifyContent:"flex-end",alignItems:"center"},children:[o?Cn.jsx(i,{component:o.logo,sx:{width:18,height:18}}):null,Cn.jsx(i,{sx:{display:"inline-block",mx:6,width:"1px",height:12,backgroundColor:"border.main"}}),Cn.jsx(i,{sx:{typography:"body2",fontWeight:600},children:Nl(t.toAddress)}),Cn.jsx(r,{component:"a",href:Fl(t.toChainId,t.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:Cn.jsx(i,{component:Mn.ArrowTopRightBorder,sx:{width:18,height:18}})})]})]}),Cn.jsxs(i,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",typography:"body2",color:"text.secondary",flexShrink:0},children:Cn.jsx(e,{id:"sMMlTX",message:"Total fees"})}),Cn.jsxs(i,{component:d,onClick:()=>l(!s),sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:4,typography:"body2",color:"text.primary"},children:[Cn.jsx(i,{sx:{fontWeight:600,color:n.palette.text.primary},children:t.feeUSD?`~$${t.feeUSD}`:"-"}),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:s?Cn.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"}):Cn.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"})})]})]}),s&&p.map((e=>Cn.jsxs(i,{sx:{mt:8,pl:22,pr:22,display:"flex",alignItems:"center",justifyContent:"space-between",color:"text.secondary",typography:"body2",position:"relative"},children:[Cn.jsx(i,{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:Cn.jsx("path",{d:"M9 24L2 24C1.44772 24 1 23.5523 1 23L1 1",stroke:"currentColor",strokeOpacity:"0.5",strokeLinecap:"round",strokeDasharray:"2 2"})}),Cn.jsx(i,{sx:{flex:1},children:e.title}),e.isFree?Cn.jsx(i,{sx:{color:n.palette.primary.main},children:"Free"}):null!==e.value?Cn.jsxs(i,{sx:{color:n.palette.text.primary},children:["~$",e.value]}):Cn.jsx(i,{sx:{color:n.palette.text.primary},children:"-"})]},e.title))),Cn.jsxs(i,{sx:{mt:8,mb:c?8:0,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",typography:"body2",fontWeight:600,color:"success.main",flexShrink:0},children:"Fee comparison"}),Cn.jsxs(i,{component:d,onClick:()=>u(!c),sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:4,typography:"body2",color:"text.primary"},children:[Cn.jsx(i,{sx:{typography:"body2",fontWeight:600,color:n.palette.text.primary},children:"ZUNO"}),Cn.jsx(i,{sx:{px:8,borderRadius:12,backgroundColor:n.palette.success.main,typography:"h6",fontWeight:600,color:n.palette.success.contrastText,textTransform:"uppercase"},children:"Cheapest"}),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:c?Cn.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"}):Cn.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"})})]})]}),c&&Cn.jsx(sc,{feeUSD:t.feeUSD}),Cn.jsxs(i,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",typography:"body2",color:"text.secondary",flexShrink:0},children:[Cn.jsx(e,{id:"CMHmbm",message:"Slippage"}),Cn.jsx(Bh,{onlyHover:!0,title:Cn.jsx(e,{id:"KAmxpM",message:"Attention: High slippage tolerance will increase the success rate of transaction, but might not get the best quote."}),ml:6})]}),Cn.jsxs(i,{sx:{typography:"body2"},children:[100*t.slippage,"%"]})]})]})})})}),Cn.jsx(i,{sx:{pt:0,pb:0,borderStyle:"solid",borderWidth:n.spacing(1,0,0),borderColor:n.palette.border.main},children:Cn.jsx(x,{children:Cn.jsx(y,{initialEntered:!0,sx:{"& button.active svg":{transform:"rotate(0)"}},header:Cn.jsxs(i,{sx:{py:20,display:"flex",alignItems:"center",justifyContent:"space-between",typography:"body2"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",color:"text.primary"},children:[Cn.jsx(i,{component:Mn.DetailBorder,sx:{mr:6,width:18,height:18}}),Cn.jsx(e,{id:"QNWt8A",message:"Estimated Time"})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",color:"text.primary",typography:"body2"},children:[t.executionDuration?Gd({start:Date.now(),end:Date.now()+1e3*t.executionDuration}):"-",Cn.jsx(i,{component:Mn.CaretUp,sx:{ml:6,width:12,height:12,color:"text.secondary",transform:"rotate(180deg)",transition:"transform 0.2s linear"}})]})]}),children:Cn.jsx(Gu,{route:t,isMobile:!0})})})})]})}function Nh({open:t,onClose:n,route:o,bridgeOrderTxRequest:r,clearToAmt:s,clearFromAmt:l,isDialogModal:d}){const u=a(),{contractStatus:p}=ed(),h=np({route:o,bridgeOrderTxRequest:r});return Y((()=>{p!==Jl.Pending&&n(),p===Jl.TxSuccess&&(s(),l())}),[p]),Cn.jsx(uc,{title:Cn.jsx(e,{id:"tKE4Ak",message:"Cross Chain Summary"}),open:t,id:"cross-chain-summary",onClose:()=>{td(Jl.Initial),n()},modal:d,children:Cn.jsxs(Cn.Fragment,{children:[o?Cn.jsxs(i,{sx:{px:16,pb:20,flex:1,overflowY:"auto"},children:[Cn.jsxs(i,{sx:{display:"grid",gridTemplateColumns:"36% 28% 36%",py:20,borderStyle:"solid",borderWidth:u.spacing(1,0,0),borderColor:u.palette.border.main},children:[Cn.jsx(rp,{token:o.fromToken,chainId:o.fromChainId,amount:o.fromAmount}),Cn.jsx(op,{children:Cn.jsx(i,{sx:{display:"flex",px:3,py:3,backgroundColor:u.palette.background.paperContrast,border:`1px solid ${u.palette.border.main}`,borderRadius:"50%",alignItems:"center",width:24,height:24,overflow:"hidden"},children:Cn.jsx(ip,{size:"medium",toolDetails:o.step.toolDetails,nameMarginLeft:8})})}),Cn.jsx(rp,{token:o.toToken,chainId:o.toChainId,amount:o.toTokenAmount})]}),Cn.jsx(Dh,{route:o})]}):"",Cn.jsx(i,{sx:{px:16,py:20},children:Cn.jsx(c,{fullWidth:!0,isLoading:p==Jl.Pending,disabled:!o,onClick:()=>{h(),td(Jl.Pending)},children:p==Jl.Pending?Cn.jsx(e,{id:"P+K/3O",message:"Confirming"}):Cn.jsx(e,{id:"PZqJog",message:"Confirm Cross Chain"})})})]})})}function Fh({message:t,onClose:n,isDialogModal:o}){return Cn.jsx(uc,{open:!!t,onClose:n,id:"error-message",modal:o,children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{flex:1,textAlign:"center"},children:[Cn.jsx(i,{component:Mn.ErrorWarn,sx:{mt:60,width:64,height:64,color:"error.main"}}),t?Cn.jsxs(i,{sx:{textAlign:"center",mt:60},children:[Cn.jsx(i,{children:Cn.jsx(e,{id:"kf83Ld",message:"Something went wrong."})}),Cn.jsx(i,{sx:{color:"text.secondary",mt:12,mx:20,typography:"body2",wordBreak:"break-all",overflow:"auto",height:"300px"},children:t})]}):""]}),Cn.jsx(i,{sx:{px:16,py:20},children:Cn.jsx(c,{onClick:n,fullWidth:!0,children:Cn.jsx(e,{id:"1QfxQT",message:"Dismiss"})})})]})})}function qh(){const[e,t]=z(!1);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(d,{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:()=>t(!0),children:[Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",children:Cn.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>"]}),Cn.jsx(uc,{open:e,onClose:()=>t(!1),title:"Gas refuel",modal:!0,children:Cn.jsxs(i,{sx:{maxWidth:540,minHeight:600,px:20,pb:24,display:"flex",flexDirection:"column",alignItems:"center",gap:16},children:[Cn.jsx(i,{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."}),Cn.jsx(i,{component:"iframe",src:"https://smolrefuel.com/?partner=0x1271CAba4bf23f8Fb31F97448605d65EE302CA51",width:"100%",sx:{borderRadius:12,overflow:"hidden",flex:1,border:"none"}})]})})]})}function Uh({open:t,execute:n,onClose:o,toToken:r,fromToken:s,fromAmount:l,toAmount:u,priceImpact:p,clearFromAmt:h,clearToAmt:m,baseFeeAmount:g,curToFiatPrice:f,curFromFiatPrice:x,pricePerFromToken:y,additionalFeeAmount:b,loading:j,slippage:C,isDialogModal:w}){var k,T;const E=a(),{contractStatus:A}=ed(),I=Z((()=>new Se(p).gt(Ka)),[p]),[S,L]=z(!1),[O,R]=z(!1);return Y((()=>{A!==Jl.Pending&&o(),A===Jl.TxSuccess&&(m(),h())}),[A]),Y((()=>{L(!1)}),[f]),Cn.jsx(uc,{open:t,onClose:()=>{td(Jl.Initial),o()},id:"swap-summary",title:Cn.jsx(e,{id:"QR4/RH",message:"Swap summary"}),modal:w,children:Cn.jsxs(i,{sx:{margin:20,display:"flex",height:"100%",flexDirection:"column",borderTop:`1px solid ${E.palette.border.main}`},children:[Cn.jsxs(i,{sx:{py:20,display:"flex",typography:"body2",alignItems:"center",justifyContent:"center",flexDirection:"column",borderBottom:`1px solid ${E.palette.border.main}`},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center"},children:[Cn.jsx(yc,{width:16,height:16,url:null==s?void 0:s.logoURI,address:null!==(k=null==s?void 0:s.address)&&void 0!==k?k:"",marginRight:6}),Cn.jsx(i,{children:`${ms({input:l,decimals:null==s?void 0:s.decimals})} ${null==s?void 0:s.symbol}`})]}),Cn.jsx(i,{sx:{mt:4,typography:"h6",color:E.palette.text.secondary},children:x?`$${hs({input:x,showDecimals:1})}`:"-"})]}),Cn.jsx(i,{sx:{width:16,mx:16},component:Mn.DoubleRight}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex"},children:[Cn.jsx(yc,{width:16,height:16,marginRight:6,url:null==r?void 0:r.logoURI,address:null!==(T=null==r?void 0:r.address)&&void 0!==T?T:""}),Cn.jsx(v,{loading:j,loadingProps:{width:30},children:`${ms({input:u,decimals:null==r?void 0:r.decimals})} ${null==r?void 0:r.symbol}`})]}),Cn.jsx(v,{loading:j,loadingProps:{width:30},sx:{typography:"h6",mt:4,color:E.palette.text.secondary},children:f?`$${hs({input:f,showDecimals:1})}(${p}%)`:"-"})]})]}),Cn.jsxs(i,{sx:{mt:12,display:"flex",alignItems:"center",typography:"h6"},children:[`1 ${null==s?void 0:s.symbol} = `,Cn.jsx(v,{loading:j,loadingProps:{width:30},children:ms({input:new Se(u).dividedBy(new Se(l)),decimals:null==r?void 0:r.decimals})})," ",`${null==r?void 0:r.symbol}`]})]}),Cn.jsxs(i,{sx:{py:15,typography:"body2",borderBottom:`1px solid ${E.palette.border.main}`},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",color:E.palette.text.secondary},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(i,{sx:{width:16,mr:7},component:Mn.DetailBorder}),Cn.jsx(e,{id:"XeovX3",message:"Swap Detail"})]}),Cn.jsx(i,{component:d,children:Cn.jsx(i,{onClick:()=>R(!O),sx:{width:10,color:"text.secondary",transform:O?"rotateX(0deg)":"rotateX(180deg)"},component:Mn.CaretUp})})]}),Cn.jsxs(i,{sx:{mt:16,display:O?"initial":"none"},children:[Cn.jsxs(i,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(e,{id:"93m8jT",message:"Basic Fee"}),Cn.jsx(Bh,{title:Cn.jsx(e,{id:"8Z29ZO",message:"Estimated service provider fees"}),ml:5})]}),Cn.jsx(v,{loading:j,loadingProps:{width:30},children:g?`${ms({input:g,decimals:null==r?void 0:r.decimals})} ${null==r?void 0:r.symbol}`:"0"})]}),Cn.jsxs(i,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(e,{id:"J39pAJ",message:"Additional Fee"}),Cn.jsx(Bh,{title:Cn.jsx(e,{id:"ZXvy7b",message:"Additional routing fees set by the Widget user"}),ml:5})]}),Cn.jsx(v,{loading:j,loadingProps:{width:30},children:b?`${ms({input:b,decimals:null==r?void 0:r.decimals})} ${null==r?void 0:r.symbol}`:"0"})]}),Cn.jsxs(i,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(e,{id:"T+qgFw",message:"Price Impact"}),Cn.jsx(Bh,{title:Cn.jsx(e,{id:"4kY4C4",message:"Due to the market condition, market price and estimated price may have a slight difference"}),ml:5})]}),Cn.jsx(i,{children:`${p}%`})]}),Cn.jsxs(i,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(e,{id:"CMHmbm",message:"Slippage"}),Cn.jsx(Bh,{title:Cn.jsx(e,{id:"GAypnX",message:"High slippage tolerance will increase the success rate of transaction, but might not get the best quote."}),ml:5})]}),Cn.jsxs(i,{children:[C,"%"]})]})]})]}),Cn.jsx(i,{sx:{flex:1}}),I&&Cn.jsxs(i,{sx:{mb:14,display:"flex",cursor:"pointer",justifyContent:"center",alignItems:"center",typography:"h6"},onClick:()=>L(!S),children:[Cn.jsx(i,{sx:{mr:4,width:18,height:18,alignItems:"center"},children:S?Cn.jsx(i,{sx:{width:"100%",height:"100%",borderRadius:4,display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:"secondary.main"},children:Cn.jsx(i,{component:Mn.Done,sx:{width:14,color:"secondary.contrastText"}})}):Cn.jsx(i,{sx:{width:"100%",height:"100%",borderRadius:4,border:`1px solid ${E.palette.text.secondary}`}})}),Cn.jsx(i,{children:Cn.jsx(e,{components:{0:Cn.jsx(i,{component:"span",sx:{color:"error.main"}})},values:{priceImpact:p},id:"Price impact reaches <0>{priceImpact}</0>%, accept the quote"})})]}),Cn.jsx(c,{isLoading:A==Jl.Pending,disabled:I&&!S,fullWidth:!0,onClick:()=>{n(),td(Jl.Pending)},children:A==Jl.Pending?Cn.jsx(e,{id:"P+K/3O",message:"Confirming"}):Cn.jsx(e,{id:"lQ6r7x",message:"Confirm swap"})})]})})}function Vh(e){var{sx:t,maxVal:n,decimals:i=2,onInputChange:o}=e,r=hn(e,["sx","maxVal","decimals","onInputChange"]);return Cn.jsx(b,{...r,onChange:e=>{const t=0===e.target.value.length?null:xs(e.target.value,i),r=n&&t&&new Le(t).gt(n)?n.toString():t;o&&o(r)}})}function Hh({open:t,onClose:n,isBridge:o,isDialogModal:r}){const s=a(),{slippage:l}=ed(),d=Z((()=>Number(l)>=es),[l]),{defaultSlippage:c}=_d(o);return Cn.jsx(uc,{open:t,onClose:n,id:"swap-settings",title:Cn.jsx(e,{id:"Tz0i8g",message:"Settings"}),modal:r,children:Cn.jsx(i,{sx:{mx:20},children:Cn.jsxs(i,{sx:{py:20,borderTop:`1px solid ${s.palette.border.main}`},children:[Cn.jsxs(i,{sx:{mb:16,display:"flex",alignItems:"center"},children:[Cn.jsx(e,{id:"lqTDfd",message:"Slippage Tolerance"}),Cn.jsx(Bh,{title:Cn.jsx(e,{id:"KAmxpM",message:"Attention: High slippage tolerance will increase the success rate of transaction, but might not get the best quote."}),ml:7})]}),Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column"},children:[Cn.jsx(Vh,{fullWidth:!0,maxVal:100,value:null!=l?l:"",placeholder:c.toString(),onInputChange:e=>{!function(e,t){null===t?localStorage.removeItem(e?Qa:Ya):localStorage.setItem(e?Qa:Ya,String(t))}(!!o,e),id(e)},suffix:Cn.jsx(i,{sx:{color:"text.disabled"},children:"%"}),height:36,sx:{mt:12}}),d&&Cn.jsx(i,{sx:{typography:"h6",mt:6,color:"error.main"},children:Cn.jsx(e,{id:"Zm56FI",message:"Maximum slippage do not exceed 50%"})})]})]})})})}const Wh="position-y-dot";function Zh(){return Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:8},children:[Cn.jsx(j,{width:"100%",height:12}),Cn.jsx(j,{width:"100%",height:12})]})}function $h({data:e,loading:t}){var n,o;const r=a(),s=r.palette.primary.main,l=W.useRef(null),d=e.length;return Cn.jsx(i,{sx:{height:105,flex:1,[`& .${Wh}`]:{}},ref:l,children:t?Cn.jsx(Zh,{}):Cn.jsx(i,{component:Mt,sx:{typography:"h6","& .recharts-cartesian-axis text":{fill:r.palette.background.paperContrast}},children:Cn.jsxs(Pt,{data:e,margin:{top:0,right:0,left:0,bottom:0},children:[Cn.jsx(Bt,{dataKey:"forecastSlippage",axisLine:!1,tickLine:!1,interval:"preserveStartEnd",tickFormatter:e=>As({input:e}),type:"number",domain:[d&&null!==(n=e[0].forecastSlippage)&&void 0!==n?n:0,d&&null!==(o=e[d-1].forecastSlippage)&&void 0!==o?o:"auto"]}),Cn.jsx(Dt,{dataKey:"confidenceRatio",axisLine:!1,tickLine:!1,hide:!0}),Cn.jsx("defs",{children:Cn.jsxs("linearGradient",{id:"count-linear",x1:"0",y1:"0",x2:"0",y2:"1",children:[Cn.jsx("stop",{offset:"0",stopColor:s,stopOpacity:.3}),Cn.jsx("stop",{offset:"100%",stopColor:s,stopOpacity:0})]})}),Cn.jsx(Nt,{type:"monotone",dataKey:"confidenceRatio",stroke:s,strokeWidth:2,fill:"url(#count-linear)"}),e.map((e=>Cn.jsx(Ft,{x:e.forecastSlippage,y:e.confidenceRatio,r:1,fill:r.palette.text.primary,stroke:"none",className:Wh},e.confidenceRatio)))]})})})}var zh=W.memo($h);const Gh=C(w)((({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 Yh(t){var{hidden:n,sx:o,value:r,color:a,min:s,max:l,formatValue:d,getSliderYPosition:c}=t,u=hn(t,["hidden","sx","value","color","min","max","formatValue","getSliderYPosition"]);const{children:p}=u,h=hn(u,["children"]),{isMobile:m}=k(),g=W.useRef(null),f=c(r),x=m?4:0,y=f?f-39-x:void 0,v=null!=a?a:"text.primary",b=r===s,j=r===l;return Cn.jsxs(i,{...h,ref:g,sx:Object.assign({position:"absolute","&&&":{display:n?"none":"block",backgroundColor:"transparent",boxShadow:"none",bottom:8+x,width:"auto",height:"auto",top:"auto",marginLeft:0,transform:"none"}},o),children:[p,Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:2},children:[y?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{sx:{width:16,height:16,borderRadius:"50%",backgroundColor:v,borderStyle:"solid",borderWidth:2,borderColor:"background.paperContrast",flexShrink:1}}),Cn.jsx(i,{sx:{height:y,width:"0",borderStyle:"dashed",borderWidth:1,borderColor:v}})]}):"",Cn.jsx(i,{sx:{width:16,height:16,borderRadius:"50%",backgroundColor:v,borderStyle:"solid",borderWidth:2,borderColor:"background.paperContrast",flexShrink:1}}),Cn.jsxs(i,{sx:Object.assign(Object.assign({typography:"h6",position:"absolute",bottom:-20,color:v,whiteSpace:"nowrap",backgroundColor:"background.paperContrast"},b?{left:0}:{}),j?{right:0}:{}),children:[j?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{component:"span",sx:{color:"success.main"},children:Cn.jsx(e,{id:"cOvZFM",message:"Dynamic"})}),Cn.jsx("span",{children:" • "})]}):"",d(r)]})]})]})}function Qh(e){var{hoverValue:t,formatValue:n,getSliderYPosition:i}=e,o=hn(e,["hoverValue","formatValue","getSliderYPosition"]);const{isMobile:r}=k(),a=r?"primary.main":void 0,s=r?void 0:"primary.main";return Cn.jsx(Gh,{slots:{thumb:e=>{const l=o.value&&"number"==typeof o.value&&(o.min&&o.value<o.min||o.max&&o.value>o.max),d={value:o.value,min:o.min,max:o.max,hidden:!!l,color:a,formatValue:n,getSliderYPosition:i},c=Object.assign(Object.assign({},e),d);if(null!==t&&o.max&&o.min&&o.value!==t){const e=o.max-o.min,n=t-o.min,i=n?n/e*100:0;if(r){const e=!!t&&(!!o.min&&t<o.min||!!o.max&&t>o.max);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Yh,{...d,value:t,color:s,hidden:e,sx:{left:i+"%"}}),Cn.jsx(Yh,{...c})]})}return Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Yh,{...c}),Cn.jsx(Yh,{...d,value:t,hidden:!1,color:s,sx:{left:i+"%"}})]})}return Cn.jsx(Yh,{...c})}},...o})}const Xh=(e,{time:t=100,wrapper:n=document,retryCount:i=50}={})=>new Promise((o=>{n.querySelector(e)?o(!0):setTimeout((()=>mn(void 0,void 0,void 0,(function*(){if(n.querySelector(e))o(!0);else if(i){const r=yield Xh(e,{time:t,wrapper:n,retryCount:i-1});o(r)}else o(!1)}))),t)}));function Kh({data:t,activeSlippage:n,loading:o,sx:r,handleChangeCustomSlippage:a}){const s=W.useMemo((()=>{var e;return null!==(e=null==t?void 0:t.length)&&void 0!==e?e:0}),[t]),{isMobile:l}=k(),[d,c]=W.useState([]),u=W.useRef(null);W.useEffect((()=>{(()=>{mn(this,void 0,void 0,(function*(){var e;if(u.current&&s){const t=`.${Wh}`;yield Xh(t,{wrapper:u.current});const n=u.current.querySelectorAll(t),{y:i,height:o}=u.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)}c(a)}}))})()}),[s]);const p=(({activeSlippage:e,data:t,yPositions:n})=>{const[i,o]=W.useState(0),r=W.useMemo((()=>1e6),[]),[a,s]=W.useMemo((()=>{var e,n;const i=null==t?void 0:t.length;return i?[new Se(null!==(e=t[0].forecastSlippage)&&void 0!==e?e:0).times(null!=r?r:0).dp(0,1).toNumber(),new Se(null!==(n=t[i-1].forecastSlippage)&&void 0!==n?n:0).times(null!=r?r:0).dp(0,1).toNumber()]:[0,0]}),[t,r]),l=W.useCallback((e=>{if(void 0===e)return"";const n=new Se(e);if((null==t?void 0:t.length)&&r){const e=t.find((e=>{var t;return new Se(null!==(t=e.forecastSlippage)&&void 0!==t?t:0).times(r).dp(0,1).isEqualTo(n)}));if(null==e?void 0:e.forecastSlippage)return As({input:e.forecastSlippage,showDecimals:4})}return As({input:r?n.div(r):n,showDecimals:4})}),[r,t]),d=W.useCallback((e=>{let i=0;return e&&(null==t?void 0:t.length)&&r?(t.some(((o,a)=>{var s,l;const d=null!==(s=o.forecastSlippage)&&void 0!==s?s:0,c=new Se(d).times(r).dp(0,1).toNumber();if(e===c)return i=n[a],!0;if(e<c){if(0===a)return i=0,!0;const o=d-(null!==(l=t[a-1].forecastSlippage)&&void 0!==l?l:0),s=n[a]-n[a-1],c=d-new Se(e).div(r).toNumber();return i=n[a]-s/o*c,!0}})),i):i}),[n,t,r]),c=W.useCallback((e=>{o(e);const n=new Se(e);let i,a=-1;if((null==t?void 0:t.length)&&r){a=t.findIndex((e=>{var t;return new Se(null!==(t=e.forecastSlippage)&&void 0!==t?t:0).times(r).dp(0,1).isEqualTo(n)}));const e=-1!==a?t[a]:void 0;i=null==e?void 0:e.forecastSlippage}return i||(i=n.div(null!=r?r:0).toNumber()),i}),[t,r]);return W.useEffect((()=>{if(r&&e){const t=new Se(e).times(r).dp(0,1);t.isEqualTo(i)||o(t.toNumber())}}),[e]),{min:a,max:s,value:i,decimalConversion:r,formatValue:l,getSliderYPosition:d,handleChangeValue:c}})({data:t,activeSlippage:n,yPositions:d}),{hoverValue:h,setHoverValue:m}=function(e,{slippageSlider:t}){const{isMobile:n}=k(),[i,o]=W.useState(null),r=W.useRef(!1);return W.useEffect((()=>{if(e.current&&t.max){const a=e.current;let{width:s,x:l}=a.getBoundingClientRect();const d=e=>{if(r.current)return;const n=e.pageX-l,a=t.max-t.min,d=new Se(n/s*a).integerValue().plus(t.min).toNumber();d!==i&&o(d)},c=()=>{o(null)},u=()=>{r.current=!1},p=()=>{r.current=!0};return n||(a.addEventListener("mousemove",d),a.addEventListener("mouseleave",c),a.addEventListener("mouseup",u),a.addEventListener("mousedown",p)),()=>{n&&(a.removeEventListener("mousemove",d),a.removeEventListener("mouseleave",c),a.removeEventListener("mouseUp",u),a.removeEventListener("mouseDown",p))}}}),[e,n]),{hoverValue:i,setHoverValue:o}}(u,{slippageSlider:p}),{successRate:g,hoverSuccessRate:f}=function({data:e,activeSlippage:t,hoverValue:n,decimalConversion:i}){const o=W.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=As({input:null!==(a=null==n?void 0:n.confidenceRatio)&&void 0!==a?a:0}),!0;if(t<u){if(0===i)o=`< ${As({input:null!==(s=null==n?void 0:n.confidenceRatio)&&void 0!==s?s:0})}`;else{const t=As({input:null!==(d=null===(l=e[i-1])||void 0===l?void 0:l.confidenceRatio)&&void 0!==d?d:0}),r=As({input:null!==(c=null==n?void 0:n.confidenceRatio)&&void 0!==c?c:0});o=`${t} - ${r}`}return!0}return!1}));r||(o=`> ${As({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]),r=W.useMemo((()=>{var t,o;let r="";if(n&&(null==e?void 0:e.length)&&i){const a=e.some(((t,o)=>{var a,s,l,d,c,u;const p=null!==(a=t.forecastSlippage)&&void 0!==a?a:0,h=new Se(p).times(i).dp(0,1).toNumber();if(n===h)return r=As({input:null!==(s=null==t?void 0:t.confidenceRatio)&&void 0!==s?s:0}),!0;if(n<h){if(0===o)r=`< ${As({input:null!==(l=null==t?void 0:t.confidenceRatio)&&void 0!==l?l:0})}`;else{const n=As({input:null!==(c=null===(d=e[o-1])||void 0===d?void 0:d.confidenceRatio)&&void 0!==c?c:0}),i=As({input:null!==(u=null==t?void 0:t.confidenceRatio)&&void 0!==u?u:0});r=`${n} - ${i}`}return!0}return!1}));a||(r=`> ${As({input:null!==(o=null===(t=e[e.length-1])||void 0===t?void 0:t.confidenceRatio)&&void 0!==o?o:0})}`)}return r}),[n,i,e]);return{successRate:o,hoverSuccessRate:r}}({data:t,activeSlippage:n,hoverValue:h,decimalConversion:p.decimalConversion});return t?Cn.jsxs(i,{sx:Object.assign({p:12,pb:28,borderRadius:12,backgroundColor:"background.paperContrast"},r),children:[Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{sx:{typography:"h6",fontWeight:600,color:"text.secondary"},children:Cn.jsx(e,{id:"88dol0",message:"Success Rate"})}),Cn.jsx(v,{loading:o,loadingProps:{width:100},sx:{mt:4,typography:"caption",color:f?"primary.main":"text.primary"},children:f||g})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"flex-end",pr:4},children:[Cn.jsx(i,{sx:{pb:8,mr:16,typography:"h6",fontWeight:600},children:Cn.jsx(e,{id:"CMHmbm",message:"Slippage"})}),Cn.jsxs(i,{sx:{flex:1},ref:u,children:[Cn.jsx(zh,{data:t,loading:o}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",color:"text.secondary"},children:!o&&s?Cn.jsx(Qh,{value:l?h||-1:p.value,min:p.min,max:p.max,disabled:!l,marks:[{value:p.max,label:p.max}],formatValue:p.formatValue,getSliderYPosition:p.getSliderYPosition,hoverValue:l?p.value:h,onChange:(e,t)=>{if("number"==typeof t){if(l)return void m(t);const e=p.handleChangeValue(t);a(e)}},onChangeCommitted:()=>{m(null)}}):""})]})]})]}):null}var Jh,em=W.memo(Kh);function tm({title:t,desc:n,doNotChecked:o,onChangeDoNotChecked:r}){const s=a();if(Z((()=>o),[]))return null;const l=s.palette.warning.main;return Cn.jsxs(i,{sx:{backgroundColor:T(l,.1),borderRadius:8,padding:12},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:8,typography:"body2",color:l,fontWeight:700},children:[Cn.jsx(Mn.Warn,{}),t]}),Cn.jsx(i,{sx:{mt:8,typography:"body2",fontWeight:500,color:s.palette.text.secondary,textAlign:"center"},children:n}),!!r&&Cn.jsxs(i,{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:[Cn.jsx(E,{checked:o,size:16,onChange:e=>{const{checked:t}=e.target;r(t)}}),Cn.jsx(e,{id:"3WdxUv",message:"Do not remind again"})]})]})}function nm({fromToken:t,toToken:n}){var o,r;const s=a(),{slippageAdvanced:d,notRemindAgainSlippageHigher:c,notRemindAgainSlippageLower:u}=Ld(),{customSlippage:p,customSlippageNum:h,handleSlippageChange:m,forecastSlippage:g,forecastSlippageQuery:x,recommendSlippage:y}=Dd({fromToken:t,toToken:n}),j=!!g,[C,w]=W.useState(!1),[k,O]=W.useState();!k&&t&&n&&O(p?Jh.custom:Jh.recommend);const R=k===Jh.custom,_=W.useRef(null),M=W.useMemo((()=>k===Jh.custom?h?new Se(h).div(100).toNumber():void 0:new Se(y).div(100).toNumber()),[k,y,h]),P=W.useCallback((e=>{R||O(Jh.custom),m({slippage:new Se(e).times(100).toString(),disabled:!1,deleted:!1,recommend:String(y)})}),[R,y,m]);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{mt:24,display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",fontWeight:600},children:[Cn.jsx(e,{id:"x6GJ4a",message:"Max Slippage"}),Cn.jsx(f,{title:Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(e,{id:"qoii6e",message:"The dynamic slippage is provided by ZUNO team through analyzing historical transactions."}),Cn.jsx("br",{}),Cn.jsxs(i,{component:"a",href:le._({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:[Cn.jsx(e,{id:"NgeSlx",message:"Learn More"}),">"]})]}),ml:7})]}),x.isLoading||(null===(o=x.slippageData.slippageList)||void 0===o?void 0:o.length)?Cn.jsxs(v,{loading:x.isLoading,loadingProps:{width:100},component:"label",sx:{display:"flex",alignItems:"center",gap:8,typography:"body2",cursor:"pointer",color:"text.secondary"},children:[Cn.jsx(e,{id:"sxkWRg",message:"Advanced"}),Cn.jsx(E,{sx:{top:-1},size:16,checked:d,onChange:e=>{const{checked:t}=e.target;Ld.setState({slippageAdvanced:t})}})]}):""]}),!!k&&Cn.jsxs(A,{value:k,onChange:(e,t)=>{O(t),t===Jh.custom&&w(!0)},children:[Cn.jsxs(I,{variant:"inPaper",sx:{mt:16,'&:not(:hover) [aria-selected="true"] .weak':{color:T(s.palette.secondary.contrastText,.5)}},children:[Cn.jsx(S,{value:Jh.recommend,variant:"inPaper",sx:{position:"relative"},children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{component:"span",sx:{position:"absolute",top:4,left:4,ml:4,typography:"h6",fontWeight:600,padding:s.spacing(0,8),borderRadius:4,backgroundColor:R?T(s.palette.purple.main,.1):"#FFF"},children:Cn.jsx(i,{component:"span",sx:{background:R?`linear-gradient(90deg, ${s.palette.purple.main} -1.33%, ${"dark"===s.palette.mode?"#E6D9FF":"#BFAFF3"} 98.67%)`:`linear-gradient(90deg, ${s.palette.purple.main} -1.33%, #BFAFF3 98.67%)`,backgroundClip:"text",WebkitBackgroundClip:"text",WebkitTextFillColor:"transparent"},children:"New"})}),Cn.jsxs(i,{sx:{textAlign:"center"},children:[j?Cn.jsxs(i,{sx:{flexGrow:1,typography:"body2",fontWeight:600},children:[y.toString()||"-","%"]}):Cn.jsx(l,{title:Cn.jsx(e,{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:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",typography:"body2",fontWeight:600,color:s.palette.warning.main,gap:4},children:[Cn.jsx(i,{component:Mn.Alarm,sx:{position:"relative",top:-2,width:18,height:18}}),Cn.jsxs("span",{children:[y.toString()||"-","%"]})]})}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:600},className:"weak",children:Cn.jsx(e,{id:"cOvZFM",message:"Dynamic"})})]})]})}),Cn.jsx(S,{value:Jh.custom,variant:"inPaper",sx:{position:"relative",p:0},children:Cn.jsxs(i,{sx:{px:16,py:12,typography:"body2",fontWeight:600,textAlign:"center"},onClick:()=>{setTimeout((()=>{w(!0)}))},children:[C?Cn.jsx(b,{ref:_,placeholder:"-",sx:{backgroundColor:"transparent",borderWidth:0,"& input":{textAlign:"center",typography:"body2",p:0,boxSizing:"border-box",height:19,color:R?s.palette.secondary.contrastText:s.palette.text.secondary,"&::placeholder":{color:"custom.input.placeholder",opacity:1}}},inputMode:"decimal",value:p||"",autoFocus:!0,onChange:e=>{const t=e.target.value;m({slippage:t,disabled:!1,recommend:String(y)})},onBlur:()=>{setTimeout((()=>{if(w(!1),!h)return void O(Jh.recommend);const e=!h||h<0;e&&p&&m({slippage:p,disabled:e,deleted:e,recommend:String(y)})}),10)},onKeyDown:e=>{var t;"Enter"===e.code&&(e.preventDefault(),null===(t=_.current)||void 0===t||t.blur())}}):Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:4,color:p&&R?s.palette.warning.main:void 0},children:[p&&Cn.jsx(i,{component:Mn.Alarm,sx:{position:"relative",top:-2,width:18,height:18}}),p||"-","%"]}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",typography:"h6",fontWeight:600},className:"weak",children:Cn.jsx(e,{id:"8Tg/JR",message:"Custom"})})]})})]}),Cn.jsx(L,{value:Jh.recommend,children:(null===(r=x.slippageData.slippageList)||void 0===r?void 0:r.length)&&d?Cn.jsx(em,{data:x.slippageData.slippageList,activeSlippage:M,loading:x.isLoading,handleChangeCustomSlippage:P,sx:{mt:8}}):""}),Cn.jsxs(L,{value:Jh.custom,children:[Cn.jsx(i,{sx:{mt:8}}),h>y&&Cn.jsx(tm,{title:le._({id:"8XNsbx",message:"Higher than dynamic slippage"}),desc:le._({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:c,onChangeDoNotChecked:e=>Ld.setState({notRemindAgainSlippageHigher:e})}),!!h&&h<y&&Cn.jsx(tm,{title:le._({id:"TTlkRL",message:"Lower than dynamic slippage"}),desc:le._({id:"yq+Q9s",message:"Dynamic slippage is {recommendSlippage}% , the current slippage setting may increase the failure rate of transactions.",values:{recommendSlippage:y}}),doNotChecked:u,onChangeDoNotChecked:e=>Ld.setState({notRemindAgainSlippageLower:e})})]})]})]})}function im({checked:t,onChange:n,sx:o,disabled:r}){const s=a();let l=s.palette.background.tag;return t&&(l=s.palette.secondary.main),Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",position:"relative",borderRadius:8,backgroundColor:s.palette.background.input,opacity:r?.5:1},o),component:d,disabled:r,onClick:()=>{r||n(!t)},children:[Cn.jsx(i,{sx:{typography:"body2",fontWeight:600,pl:12,pr:13,pt:8,pb:9,width:"50%",zIndex:1,color:s.palette.text.primary,whiteSpace:"nowrap"},children:Cn.jsx(e,{id:"az8lvo",message:"Off"})}),Cn.jsx(i,{sx:{typography:"body2",fontWeight:600,pl:12,pr:13,pt:8,pb:9,width:"50%",zIndex:1,color:t?s.palette.secondary.contrastText:s.palette.text.primary,whiteSpace:"nowrap"},children:Cn.jsx(e,{id:"Z5HWHd",message:"On"})}),Cn.jsx(i,{sx:{borderRadius:6,backgroundColor:l,zIndex:0,position:"absolute",top:2,bottom:2,width:"calc(50% - 2px - 2px)",left:t?"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 om({show:t,onClick:n}){const o=a();return Cn.jsxs(r,{weak:!0,sx:{display:t?"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("light"===o.palette.mode?"#FFF":"#000",.1)}`,cursor:"pointer",whiteSpace:"nowrap",gap:4},onClick:n,children:[Cn.jsx(e,{id:"F8yRdq",message:"More trade settings"}),Cn.jsx(i,{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:Cn.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 rm({selected:e,name:t,logo:n,onClick:o}){const r=a();return Cn.jsxs(i,{component:d,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:[Cn.jsx("img",{src:n,alt:t,style:{height:40,width:40}}),Cn.jsx(i,{sx:{color:r.palette.text.primary,typography:"body2",fontWeight:600},children:t}),e&&Cn.jsx(i,{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:Cn.jsx("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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 am({privacySwapSupplierEndpoints:e,endpointStatusMap:t,refetchEndpointStatus:n,setIsSelectSupplierMode:o}){var r,s;const l=a(),[d,u]=z(null!==(s=null===(r=null==e?void 0:e[0])||void 0===r?void 0:r.key)&&void 0!==s?s:null),[p,h]=z(t);p!==t&&(h(t),Array.from(t.entries()).forEach((([e,t])=>{t&&u(e)})));const m=d?null==e?void 0:e.find((e=>e.key===d)):void 0,g=!d||t.get(d),f=$((()=>{n(),o(!1)}),[n,o]),{switchTo:x}=function({chainId:e,successCallback:t,selectedSupplier:n}){return{switchTo:$((()=>mn(this,void 0,void 0,(function*(){if(n)try{yield window.ethereum.request({method:"wallet_addEthereumChain",params:[n.addChainParameters]}),t()}catch(e){console.error(e)}}))),[n,t])}}({successCallback:f,selectedSupplier:m});return Cn.jsxs(i,{sx:{display:"flex",alignItems:"stretch",flexDirection:"column",minHeight:"100%"},children:[Cn.jsx(i,{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 Cn.jsx(rm,{selected:n,name:e.name,logo:e.logo,onClick:()=>u(e.key)},t)}))}),Cn.jsx(i,{sx:{mt:24,width:"100%",height:"1px",flexShrink:0,flexGrow:0,backgroundColor:l.palette.border.main}}),Cn.jsxs(i,{sx:{mt:24,mb:24,typography:"body2",fontWeight:500,color:l.palette.text.secondary},children:[Cn.jsx(i,{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."}),m&&Cn.jsx(i,{sx:{color:l.palette.primary.main},component:"a",href:null==m?void 0:m.docUrl,target:"_blank",rel:"noopener noreferrer",children:"Learn more>"})]}),Cn.jsx(c,{size:c.Size.big,variant:c.Variant.contained,fullWidth:!0,sx:{marginTop:"auto",flexShrink:0,flexGrow:0},disabled:g,onClick:x,children:"Enable Privacy Swap"}),Cn.jsx(i,{sx:{height:28,width:"100%"}})]})}function sm({open:t,onClose:n,fromToken:o,toToken:r,privacySwapEnableAble:s,privacySwapEnable:l,privacySwapSupplierEndpoints:d,endpointStatusMap:c,refetchEndpointStatus:u,isDialogModal:p}){const h=a(),{ddl:m,expertMode:g,disableIndirectRouting:f}=Ld(),[x,y]=z(!1),v=W.useRef(null),[j,C]=W.useState(!1);return W.useEffect((()=>{const e=v.current,t=new ResizeObserver((()=>{e&&C(e.scrollHeight!==e.offsetHeight)})),n=ae((()=>{if(!e)return;const t=e.scrollTop+e.clientHeight<e.scrollHeight-2;C(t)}),50);return e&&(C(e.scrollHeight!==e.clientHeight),t.observe(e),e.addEventListener("scroll",n)),()=>{e&&(t.unobserve(e),e.removeEventListener("scroll",n))}}),[null==v?void 0:v.current]),Cn.jsx(uc,{open:t,onClose:x?()=>y(!1):n,id:"swap-settings",title:x?"Select A Supplier":Cn.jsx(e,{id:"Tz0i8g",message:"Settings"}),modal:p,children:Cn.jsx(i,{sx:{px:20,pb:34,overflowY:"auto"},ref:v,children:x?Cn.jsx(am,{privacySwapSupplierEndpoints:d,endpointStatusMap:c,refetchEndpointStatus:u,setIsSelectSupplierMode:y,privacySwapEnable:l,privacySwapEnableAble:s}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(nm,{fromToken:o,toToken:r}),Cn.jsxs(i,{sx:{mt:24,pt:14,borderTop:`solid 1px ${h.palette.border.main}`},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",fontWeight:600},children:[Cn.jsx(e,{id:"zSMRJ/",message:"Transaction Deadline"}),Cn.jsx(Bh,{title:Cn.jsx(e,{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})]}),Cn.jsxs(i,{sx:{mt:16,display:"flex",alignItems:"center",gap:8,typography:"body2"},children:[Cn.jsx(b,{sx:{width:80,height:34,lineHeight:1,typography:"body2","& input":{px:16,py:6}},placeholder:String(ts),value:m,onChange:e=>{Ld.setState({ddl:e.target.value})}}),Cn.jsx(e,{id:"H9HlDe",message:"minutes"})]})]}),Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:12,mt:24,pt:14,borderTop:`solid 1px ${h.palette.border.main}`},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(i,{sx:{fontWeight:600},children:[Cn.jsx(e,{id:"MXQodB",message:"Disable Indirect Routing"}),Cn.jsx(Bh,{title:Cn.jsx(e,{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})]}),Cn.jsx(im,{checked:f,onChange:e=>{Ld.setState({disableIndirectRouting:e})}})]}),s&&Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(i,{sx:{fontWeight:600},children:[Cn.jsx(e,{id:"U1Bq/+",message:"Privacy Swap"}),Cn.jsx(Bh,{title:Cn.jsx(e,{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})]}),Cn.jsx(im,{checked:l,disabled:l,onChange:e=>{e&&y(!0)}})]})]}),Cn.jsx(om,{show:j,onClick:()=>{var e,t;null===(e=v.current)||void 0===e||e.scrollTo({top:null===(t=v.current)||void 0===t?void 0:t.scrollHeight,behavior:"smooth"})}})]})})})}function lm({onClick:e,disabled:t,plus:n}){const o=a(),r=t||n||!e;return Cn.jsx(i,{sx:{width:"100%",position:"relative"},children:Cn.jsx(i,{component:d,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:n?Cn.jsx(i,{component:Mn.Plus,sx:{width:24,height:24}}):Cn.jsx(i,{component:Mn.ArrowBack,sx:{width:24,height:24}})})})}!function(e){e.recommend="recommend",e.custom="custom"}(Jh||(Jh={}));const dm=()=>{const{requests:e,updateText:t}=Cd(),n=W.useMemo((()=>{let t={};return null==e||e.forEach((([e,n])=>{var i,o;if((n===dd.Running||n===dd.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)]),i=W.useMemo((()=>{let t={};return null==e||e.forEach((([e,n])=>{var i,o;if(n===dd.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=W.useCallback(((e,n,i)=>{const o=e[n];if(!o)return!1;return!!(Se.isBigNumber(i)?i:new Se(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]),r=W.useCallback(((e,t)=>o(n,e,t)),[n,o]),a=W.useCallback(((e,t)=>o(i,e,t)),[i,o]);return{balanceData:n,balanceDataDone:i,isTokenLoading:r,isTokenLoadingDone:a}};function cm({onClick:t,balance:n,decimals:o,address:r,showMaxBtn:s,canClickBalance:l,loading:c,balanceText:u}){const{palette:p}=a(),h=l&&(null==n?void 0:n.gt(0))&&t;return Cn.jsxs(i,{sx:Object.assign({typography:"body2",alignItems:"center",color:p.text.secondary,wordBreak:"break-word",textAlign:"right"},h?{"&:hover":{color:p.text.primary,cursor:"pointer"}}:{}),onClick:h?()=>t(n?n.toString():""):void 0,children:[null!=u?u:Cn.jsx(e,{id:"0QDjxt",message:"Balance:"})," ",c?Cn.jsx(O,{sx:{position:"relative",top:-2,verticalAlign:"middle"}}):Cn.jsxs(Cn.Fragment,{children:[r?ms({input:n,decimals:Math.min(o||4,4)}):"-",s&&n&&n.gt(0)&&t&&Cn.jsx(i,{component:d,sx:{ml:6,color:(null==n?void 0:n.gt(0))?p.primary.main:p.text.disabled,cursor:r?"pointer":"unset",typography:"body2"},onClick:()=>t&&t(n?n.toString():""),children:Cn.jsx(e,{id:"CK1KXz",message:"Max"})})]})]})}const um=K((function({readOnly:e,sx:t,value:n,decimals:o,onChange:r,suffix:s,suffixGap:l=0,withClear:c,onFocus:u,placeholder:p,readonlyShowSuffix:h,typography:m},g){const f=a(),x=Z((()=>s||(c&&n&&r?Cn.jsx(i,{component:d,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:()=>{r&&r("")},children:Cn.jsx(i,{component:Mn.Error,sx:{width:12}})}):void 0)),[r,s,f.palette.text.primary,n,c]);return Cn.jsx(b,{fullWidth:!0,value:n,readOnly:e,placeholder:p||"0.00",onFocus:u,onChange:e=>{const t=e.target.value,n=0===t.length?"":xs(t,o);r&&r(n)},"data-testid":"number-input-wrapper",suffix:(!e||h)&&x,suffixGap:l,ref:g,sx:Object.assign({border:"none","& input":{fontSize:24,typography:m,border:"none",outline:"none",padding:0,color:"text.primary","&::placeholder":{fontSize:24,typography:m,color:"text.disabled"}}},t)})}));function pm({token:t,onClick:n,showChainLogo:o,readonly:r,showChainName:s}){var l,c;const u=a(),p=(null==t?void 0:t.chainId)?Wa.get(t.chainId):null,h=s&&!!p;return Cn.jsxs(i,{component:d,sx:{display:"flex",alignItems:"center",gap:8,color:u.palette.text.primary,typography:h?"body2":"body1",fontWeight:600,"&:focus-visible":{opacity:.5}},onClick:e=>{r||n&&n(e)},"data-testid":rs,children:[!!(null==t?void 0:t.address)&&Cn.jsx(yc,{url:null==t?void 0:t.logoURI,address:null!==(l=null==t?void 0:t.address)&&void 0!==l?l:"",chainId:null==t?void 0:t.chainId,noShowChain:!o,width:32,height:32,chainSize:16,logoOffset:6,marginRight:0}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[(null==t?void 0:t.address)?Cn.jsx(Cn.Fragment,{children:Cn.jsx(i,{children:null!==(c=null==t?void 0:t.symbol)&&void 0!==c?c:"-"})}):Cn.jsx(e,{id:"sIPJGT",message:"SELECT TOKEN"}),!r&&Cn.jsx("svg",{width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 11.75L12 7.25H6L9 11.75Z",fill:"currentColor"})})]}),!!h&&Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",typography:"h6",color:"text.secondary"},children:[p.name,Cn.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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 hm({chain:e,active:t,onClick:n}){return Cn.jsx(l,{title:e.name,placement:"top",onlyHover:!0,children:Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",gap:8,p:8,borderRadius:8,cursor:"pointer",border:"1px solid"},t?{backgroundColor:"tabActive.main",borderColor:"tabActive.main",color:"primary.main"}:{borderColor:"border.main","&:hover":{backgroundColor:"hover.default"}}),onClick:n,children:[Cn.jsx(i,{component:e.logo,sx:{width:24,height:24}}),t&&Cn.jsx(i,{sx:{typography:"body2",color:"primary.main"},children:e.name})]})},e.chainId)}var mm=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()}},gm={"text/plain":"Text","text/html":"Url",default:"Text"};var fm=function(e,t){var n,i,o,r,a,s,l=!1;t||(t={}),n=t.debug||!1;try{if(o=mm(),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=gm[t.format]||gm.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},xm=fn(fm);function ym({copyText:e,size:t,sx:n,componentProps:o,onClick:r,children:a}){var s;const[l,c]=W.useState(!1);return Cn.jsx(R,{title:le._({id:"6V3Ea3",message:"Copied"}),open:l,onClose:()=>c(!1),arrow:!1,children:Cn.jsxs(i,{...o,component:null!==(s=null==o?void 0:o.component)&&void 0!==s?s:d,onClick:t=>{if(null==o?void 0:o.onClick)return o.onClick(t);t.stopPropagation(),e&&(xm(e),c(!0)),r&&r()},sx:Object.assign({cursor:"pointer"},null==o?void 0:o.sx),children:[Cn.jsx(i,{component:Mn.Copy,sx:Object.assign({width:t||"auto",height:t||"auto"},n)}),a]})})}function vm({truncate:e,address:t,disabledAddress:n,sx:o,handleOpen:r,addressHoverColor:a,addressHoverShowIcon:s}){return n?Cn.jsx(i,{children:e?Nl(t):t}):Cn.jsx(_,{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:Cn.jsxs(i,{onClick:e=>{null==r||r(e,"address")},sx:{display:"flex",alignItems:"center",cursor:"pointer"},children:[e?Nl(t):t,s?Cn.jsx(i,{component:Mn.ArrowRight,sx:{display:"none",width:14,height:14}}):""]})})}function bm({address:e,truncate:t,showCopy:n,size:o="medium",iconSize:s,iconSpace:l,sx:d,iconDarkHover:c,disabledAddress:u,addressHoverColor:p,addressHoverShowIcon:h,customChainId:m,handleOpen:g,onAddressClick:f,onShareClick:x}){const y=a(),{chainId:v}=$l(),b=null!=m?m:v,j="medium"===o,C=c?M:r,w=e=>{let t=e?12:8;return l&&(t=l),c&&(t-=3),t},k="big"===o?"h5":j?"body1":"body2",T=(t,n)=>{g?g(t,n):b&&(t.stopPropagation(),window.open(Fl(b,e,"address")))},E=s||(j?16:14);return Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",typography:k,color:y.palette.text.primary,lineHeight:"normal"},d||{}),children:[Cn.jsx(vm,{truncate:t,address:e,disabledAddress:u,sx:d,typography:k,handleOpen:null!=f?f:T,addressHoverColor:p,addressHoverShowIcon:h}),Cn.jsx(C,{sx:{display:"inline-flex",ml:w(j),cursor:"pointer"},onClick:e=>{T(e,"icon")},children:Cn.jsx(i,{component:Mn.ArrowTopRightBorder,sx:{width:E,height:E}})}),n?Cn.jsx(ym,{size:E,copyText:e,componentProps:{component:C,sx:{ml:w(j),display:"inline-flex",alignItems:"center",justifyContent:"center"}}}):null,!!x&&Cn.jsx(C,{sx:{display:"inline-flex",ml:w(j),cursor:"pointer"},onClick:e=>{x(e)},children:Cn.jsx(i,{component:Mn.Share,sx:{width:E,height:E,ml:w(j)}})})]})}function jm({token:e,disabled:t,style:n,balance:o,onClick:r}){const s=a(),l=o?ms({input:o,decimals:e.decimals}):"";return Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8,typography:"body2",px:8,py:8,borderRadius:8,cursor:t?"auto":"pointer",opacity:t?.5:1,"&:hover":{backgroundColor:"hover.default"}},style:n,onClick:()=>{t||r()},"data-testid":ls,children:[Cn.jsx(yc,{token:e,width:32,height:32,noShowChain:!0,noBorder:!0}),Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:2},children:[Cn.jsx(i,{sx:{textAlign:"left",color:"text.primary",typography:"body2",fontWeight:600},children:e.symbol}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(i,{sx:{color:"text.secondary",typography:"h6",fontWeight:500,maxWidth:"80px",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:e.name,children:e.name}),Cn.jsx(bm,{address:e.address,customChainId:e.chainId,showCopy:!0,truncate:!0,iconSpace:2,iconSize:12,size:"small",sx:{typography:"h6",color:"text.disabled"}})]})]}),Cn.jsx(i,{sx:{ml:"auto",typography:"body1",color:"text.primary",display:"flex",alignItems:"center",justifyContent:"flex-end"},children:(null==o?void 0:o.gte(0))?l:Cn.jsx(i,{component:Mn.Loading,width:18,sx:{"& path":{fill:s.palette.text.disabled},animation:"loadingRotate 1.1s infinite linear","@keyframes loadingRotate":{"0%":{transform:"rotate(0deg)"},"100%":{transform:"rotate(359deg)"}}}})})]})}function Cm(){return Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between"},children:[Cn.jsx(j,{variant:"circular",width:32,sx:{mt:8}}),Cn.jsxs(i,{sx:{ml:8,flex:"1 0 auto"},children:[Cn.jsx(j,{sx:{borderRadius:4},height:24}),Cn.jsx(j,{sx:{mt:4,borderRadius:4},height:19,width:137})]})]})}function wm({chainId:e,value:t,onChange:n,occupiedAddrs:o,occupiedChainId:r,hiddenAddrs:a,showAddrs:s,visible:l,side:d,defaultLoadBalance:c,multiple:u,searchPlaceholder:p,searchOtherAddress:h,sx:m}){const{chainList:g,selectChainId:f,setSelectChainId:x}=function(e){const{crossChain:t,defaultChainId:n}=Tn(),i=Z((()=>t?Array.from(Wa.values()):[]),[t]),[o,r]=z(n);return Y((()=>{r((e=>void 0===e?n:e))}),[n]),{chainList:i,selectChainId:Z((()=>null!=o?o:n),[o,n]),setSelectChainId:r}}(),{showTokenList:y,filter:v,setFilter:b,onSelectToken:j,popularTokenList:C,tokenInfoMap:w}=xc({value:t,onChange:n,occupiedAddrs:o,occupiedChainId:r,hiddenAddrs:a,showAddrs:s,side:d,chainId:null!=e?e:f,visible:l,defaultLoadBalance:c,multiple:u}),k=G(null),[T,E]=z(0);Y((()=>{if(l&&t)if(Array.isArray(t)){const[e]=t;e&&e.chainId!==f&&x(e.chainId)}else x(t.chainId)}),[t,l]),Y((()=>{l&&k.current&&E(k.current.offsetHeight-16)}),[k,l,f]);const A=We({queryKey:["token-picker-searchOtherAddress",v],queryFn:()=>h?h(v):null,enabled:Dl(v)&&!!h}),I=$((({index:e,style:n})=>{var i;const o=y[e];if(!o)return null;let r=!1;return t&&(r=Array.isArray(t)?t.some((e=>e.address===o.address&&e.chainId===o.chainId)):t.address===o.address&&t.chainId===o.chainId),Cn.jsx(jm,{token:o,disabled:r,style:n,onClick:()=>j(o),balance:null===(i=w.get(`${o.chainId}-${o.address}`))||void 0===i?void 0:i.balance},o.address+o.chainId)}),[y,C,t]);return Cn.jsxs(i,{sx:Object.assign({display:"flex",flexDirection:"column",px:16,flex:1,overflow:"hidden"},m),children:[Cn.jsx(P,{fullWidth:!0,height:48,value:v,onChange:e=>b(e.target.value),clearValue:()=>b(""),placeholder:null!=p?p:le._({id:"72/M0o",message:"Enter the token symbol or address"}),sx:{mb:16}}),void 0===e&&g.length>0&&Cn.jsx(i,{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:g.map((e=>Cn.jsx(hm,{chain:e,active:e.chainId===f,onClick:()=>{x(e.chainId)}},e.chainId)))}),Cn.jsx(i,{sx:{pb:16,flexGrow:1},ref:k,children:y.length?Cn.jsx(zt,{height:T,itemCount:y.length,itemSize:56,width:"100%",className:"token-list",children:I}):Cn.jsx(i,{sx:{height:T,overflowY:"auto"},children:A.isLoading?Cn.jsx(Cm,{}):A.data?A.data:Cn.jsx(An,{hasSearch:!0,sx:{mt:80}})})})]})}function km(t){const{height:n,TokenPickerDialog:i}=Tn(),{isMobile:o}=ld();if(i)return Cn.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:g,searchPlaceholder:f,searchOtherAddress:x,chainId:y,modal:v}=t;return Cn.jsx(uc,{height:v?"80vh":n,open:r,onClose:l,title:null!=a?a:Cn.jsx(e,{id:"T0Y2+3",message:"Select a token"}),id:"select-token",testId:ss,modal:v,children:Cn.jsx(wm,{value:s,visible:r,onChange:p,occupiedAddrs:d,occupiedChainId:u,hiddenAddrs:c,side:h,defaultLoadBalance:m,multiple:g,searchPlaceholder:f,searchOtherAddress:x,chainId:y,sx:v?{width:o?"100%":420,borderRadius:16}:void 0})})}const Tm=/^ST[0-9A-HJ-NP-Z]{39}$/;const Em=({chainId:e,open:t,onClose:n,inputToAddress:o,setInputToAddress:r})=>{const s=a(),[l,u]=z(o||""),p=function(e,t){return Z((()=>{if(!e)return!1;const n=Wa.get(t);if(!n)return!1;try{if(n.isEVMChain)return!!ll(e);if(n.isSolanaChain)return new Be(e),!0;if(n.isBTCChain){if(Tm.test(e))return!0;try{return t===de.BTC_SIGNET?Lt.address.toOutputScript(e,Xu):Lt.address.toOutputScript(e,Lt.networks.bitcoin),!0}catch(e){return!1}}return!1}catch(e){return!1}}),[e,t])}(l,e),h=Z((()=>Wa.get(e)),[e]);return Cn.jsx(uc,{open:t,onClose:n,title:"Receive address",modal:!0,children:Cn.jsxs(i,{sx:{minWidth:420,p:20,borderTop:`1px solid ${s.palette.border.main}`,display:"flex",flexDirection:"column",gap:20},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:8},children:[Cn.jsx(b,{fullWidth:!0,value:l,placeholder:`Enter ${null==h?void 0:h.name} address`,onChange:e=>{u(e.target.value)},height:48,suffix:l?Cn.jsx(i,{component:d,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:Cn.jsx(i,{component:Mn.Error,sx:{width:12}})}):null}),!p&&l&&Cn.jsx(i,{sx:{typography:"h6",color:"error.main"},children:"Invalid address"})]}),Cn.jsx(c,{fullWidth:!0,variant:c.Variant.contained,size:c.Size.middle,disabled:!l||!p,onClick:()=>{r(l),n()},children:"Confirm"})]})})},Am=({token:e,enterAddressEnabled:t=!1,inputToAddress:n,setInputToAddress:o,account:r})=>{var a,s,l,d,c,u;const p=e.chainId,{open:h,disconnect:m}=$l(),[g,f]=z(!1),x=Z((()=>Wa.get(p)),[p]),y=Cn.jsxs("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[Cn.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"}),Cn.jsx("ellipse",{cx:"10.1349",cy:"10.1002",rx:"0.533334",ry:"0.533333",fill:"currentColor"}),Cn.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 Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(B,{triggerChildren:(null===(a=null==r?void 0:r.appKitAccount)||void 0===a?void 0:a.isConnected)?Cn.jsxs(i,{sx:{display:"inline-flex",alignItems:"center",gap:4,px:4,py:2,borderRadius:4,backgroundColor:"background.tag",typography:"h6",lineHeight:"16px"},children:[y,Nl(null===(s=null==r?void 0:r.appKitAccount)||void 0===s?void 0:s.address),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",children:Cn.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"})})]}):Cn.jsxs(i,{sx:{display:"inline-flex",alignItems:"center",gap:4,px:4,py:2,borderRadius:4,backgroundColor:"background.tag",typography:"h6",lineHeight:"16px"},children:["Wallet address:",Nl(null===(l=null==r?void 0:r.appKitAccount)||void 0===l?void 0:l.address),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",children:Cn.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:Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:8},children:[Cn.jsxs(i,{sx:{typography:"h6",lineHeight:"16px",color:"text.secondary"},children:["Connected(",Ul(p),")"]}),(null===(d=null==r?void 0:r.appKitAccount)||void 0===d?void 0:d.isConnected)?Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8,px:8,py:8,color:"text.primary",borderRadius:8,backgroundColor:"background.paperContrast",typography:"body2",lineHeight:"19px"},children:[n?y:x&&Cn.jsx(i,{component:x.logo,sx:{width:16,height:16}}),Nl(null===(c=null==r?void 0:r.appKitAccount)||void 0===c?void 0:c.address),Cn.jsx(i,{sx:{ml:"auto",display:"flex",alignItems:"center",justifyContent:"center",cursor:"pointer"},onClick:()=>{n?o(null):m({namespace:null==r?void 0:r.namespace})},children:Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:Cn.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"})})})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{sx:{height:"1px",width:"100%",backgroundColor:"border.main"}}),Cn.jsx(i,{sx:{p:8,cursor:"pointer",typography:"body2",lineHeight:"19px",color:"text.primary","&:hover":{borderRadius:8,backgroundColor:"background.paperContrast"}},onClick:()=>{h({namespace:null==r?void 0:r.namespace})},children:"Connect a new wallet"})]}),t&&Cn.jsxs(Cn.Fragment,{children:[(null===(u=null==r?void 0:r.appKitAccount)||void 0===u?void 0:u.isConnected)&&Cn.jsx(i,{sx:{height:"1px",width:"100%",backgroundColor:"border.main"}}),Cn.jsx(i,{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&&Cn.jsx(Em,{open:g,onClose:()=>f(!1),chainId:p,inputToAddress:n,setInputToAddress:o})]})};function Im({sx:t,amt:n,token:o,readOnly:r,showMaxBtn:s,canClickBalance:l,onMaxClick:d,fiatPriceTxt:u,failedReason:p,occupiedAddrs:h,occupiedChainId:m,onInputFocus:g,onTokenClick:f,onInputChange:x,onTokenChange:y,side:v,showChainLogo:b,showChainName:j,defaultLoadBalance:C,overrideBalance:w,overrideBalanceLoading:k,balanceText:T,showPercentage:E,inputReadonlyTooltip:A,inputTypography:I,hideToken:S,checkLogBalance:L,notTokenPickerModal:O,enterAddressEnabled:_,inputToAddress:M,setInputToAddress:P,account:B}){var D,N,F;const q=a(),[U,V]=z(!1),H=We(ja.getFetchTokenQuery(null==o?void 0:o.chainId,null==o?void 0:o.address,null===(D=null==B?void 0:B.appKitAccount)||void 0===D?void 0:D.address)),W=null!==(F=null!=w?w:null===(N=H.data)||void 0===N?void 0:N.balance)&&void 0!==F?F:null,{isTokenLoading:Z}=dm();let $=null!=k?k:H.isLoading;!$&&W&&(L?$=Object.entries(L).some((([e,t])=>Z(e,t))):o&&($=Z(o.address,W))),rd({tokenList:o?[o]:[]});const[Q,X]=z(0),K=G("");Y((()=>{n!==K.current&&X(0)}),[n]);const{gotoBuyToken:J}=Tn();let ee=J&&W&&n&&W.lt(n);const te=!!x||!!A,ne={"& 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 Cn.jsxs(i,{sx:Object.assign({minHeight:te?133:"auto",padding:q.spacing(20,20,24),overflow:"hidden",display:"flex",flexDirection:"column",justifyContent:"space-between",borderRadius:12,backgroundColor:q.palette.background.paper},t),children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:4},children:[S?Cn.jsx(i,{}):Cn.jsx(pm,{token:o,showChainLogo:b,showChainName:j,onClick:()=>V(!0),readonly:!y}),o&&Cn.jsx(Am,{token:o,enterAddressEnabled:_,inputToAddress:M,setInputToAddress:P,account:B})]}),te&&(r&&A?Cn.jsx(R,{title:A,arrow:!1,children:Cn.jsx(i,{children:Cn.jsx(um,{value:n,readOnly:!0,withClear:!0,sx:Object.assign({mt:16},ne)})})}):Cn.jsx(um,{value:n,onFocus:g,onChange:x?e=>{x(e),X(0)}:void 0,readOnly:r,withClear:!0,suffix:ee?Cn.jsx(c,{variant:c.Variant.tag,backgroundColor:q.palette.background.paperDarkContrast,sx:{fontSize:12},onClick:e=>{var t;e.stopPropagation(),(null===(t=null==B?void 0:B.appKitAccount)||void 0===t?void 0:t.address)&&(null==J||J({token:o,account:B.appKitAccount.address}))},children:Cn.jsx(e,{id:"qiOIiY",message:"Buy"})}):void 0,typography:I,sx:Object.assign({mt:16},ne)})),p&&Cn.jsx(i,{sx:{mt:4,typography:"h6",lineHeight:"16px",fontWeight:500,color:q.palette.error.main},children:p}),Cn.jsxs(i,{sx:{mt:E?9:4,display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsx(i,{sx:{typography:"h6",color:q.palette.text.secondary},children:u}),Cn.jsx(cm,{balance:W,balanceText:T,onClick:r||!d&&!x?void 0:e=>{d?d(e):x&&x(e),0!==Q&&1!==Q&&(X(1),K.current=e)},showMaxBtn:s,canClickBalance:l,address:null==o?void 0:o.address,decimals:null==o?void 0:o.decimals,loading:$})]}),Cn.jsx(km,{value:o,open:U,side:v,chainId:void 0,occupiedAddrs:h,occupiedChainId:m,defaultLoadBalance:C,onClose:()=>{V(!1),f&&f()},onTokenChange:(e,t)=>{V(!1),setTimeout((()=>{!Array.isArray(e)&&y&&y(e,t)}),lc)},modal:!O})]})}function Sm({rawRouteData:e,chainId:t}){const n=W.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:As({input:new Se(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:n}}const Lm=({routeInfo:t,toToken:n,fromToken:o})=>{const[r,s]=z(!1),l=a(),{isMobile:d}=ld(),c=Z((()=>{const e=[{key:"from",logo:Cn.jsx(yc,{token:o,noShowChain:!0,height:14,width:14,marginRight:0})}];return e.push({key:"to",logo:Cn.jsx(yc,{token:n,noShowChain:!0,height:14,width:14,marginRight:0})}),e}),[o,n]),{routeData:u}=Sm({rawRouteData:t,chainId:null==o?void 0:o.chainId});return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{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:[Cn.jsx(i,{sx:{color:l.palette.text.primary},children:"Route:"}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",gap:0},children:c.map(((e,t)=>Cn.jsx(J,{children:e.logo},e.key)))}),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",children:Cn.jsx("path",{d:"M2.91699 11.0833V7.58332H4.08366V9.91666H6.41699V11.0833H2.91699ZM9.91699 6.41666V4.08332H7.58366V2.91666H11.0837V6.41666H9.91699Z",fill:"currentColor"})})]}),Cn.jsx(uc,{open:r,title:Cn.jsx(e,{id:"rT8e1f",message:"Route"}),onClose:()=>s(!1),modal:!0,children:Cn.jsx(i,{sx:{minWidth:d?"100%":800,py:20,px:20,borderTop:`1px solid ${l.palette.border.main}`},children:d?Cn.jsx(Ec,{routeData:u,fromTokenRaw:o,toTokenRaw:n}):Cn.jsx(Ac,{routeData:u,fromTokenRaw:o,toTokenRaw:n})})})]})};function Om({toToken:t,fromToken:n,priceStatus:o,pricePerToToken:r,pricePerFromToken:s,routeInfo:l}){const c=a(),[u,p]=z("-"),[h,m]=z(null),[g,f]=z("-"),[x,y]=z(null);Y((()=>{p(null==n?void 0:n.symbol),f(null==t?void 0:t.symbol),m(r),y(s)}),[n,t,r,s]);const v=$((()=>{p(g),f(u),m(x),y(h)}),[u,h,g,x]);return Cn.jsx(i,{sx:{display:"flex",justifyContent:"center",alignItems:"center",width:"100%"},children:{[Od.Initial]:"-",[Od.Loading]:Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(O,{sx:{mr:5}}),Cn.jsx(e,{id:"JdNn1Y",message:"Fetching best price..."})]}),[Od.Failed]:Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{component:Mn.Warn,sx:{width:15,mr:5,color:"warning.main"}}),Cn.jsx(e,{id:"NVAuTg",message:"Quote not available"})]}),[Od.Success]:Cn.jsxs(i,{sx:{width:"100%",mt:16,px:11,py:7,borderRadius:12,border:`solid 1px ${c.palette.border.main}`,display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,flexWrap:"wrap"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"flex-start",gap:6},children:[Cn.jsxs(i,{sx:{typography:"body2",lineHeight:"18px",color:c.palette.text.primary},children:["1 ",u," ",Cn.jsx("span",{style:{color:c.palette.text.secondary},children:"="})," $",hs({input:x,showDecimals:4})," ",g]}),Cn.jsx(i,{component:d,sx:{width:18,height:18,borderRadius:"50%",backgroundColor:"border.main",display:"flex",justifyContent:"center",alignItems:"center"},children:Cn.jsx(i,{sx:{width:16,color:"text.secondary"},onClick:v,component:Mn.Switch})})]}),n&&t&&Cn.jsx(Lm,{routeInfo:l,fromToken:n,toToken:t})]})}[o]})}function Rm({getAutoSlippage:t,onPayTokenChange:n,onReceiveTokenChange:o}={}){var r,s,u,p,h,m;const g=a(),{isInflight:f}=wd(),{noPowerBy:x,onlyChainId:y}=Tn(),{isMobile:v}=ld(),{open:b,disconnect:j,getAppKitAccountByChainId:C,chainId:w,appKitActiveNetwork:k}=$l(),[T,E]=z(!1),[A,I]=z(""),[S,L]=z(""),[R,_]=z(""),[M,P]=z(""),[B,D]=z(null),[N,F]=z(null),[q,U]=z(!1),[V,H]=z(!1),[W,G]=z(!1),[Q,X]=z(null),K=Z((()=>C(null==B?void 0:B.chainId)),[null==B?void 0:B.chainId,C]),J=Z((()=>{const e=C(null==N?void 0:N.chainId);if(e)return Q?Object.assign(Object.assign({},e),{appKitAccount:Object.assign(Object.assign({},e.appKitAccount),{isConnected:!0,address:Q})}):e}),[C,null==N?void 0:N.chainId,Q]),ee=Z((()=>se((e=>_(e)),300)),[]),te=Z((()=>se((e=>P(e)),300)),[]),ne=Z((()=>{if(B&&N)return!(!(null==B?void 0:B.chainId)||!(null==N?void 0:N.chainId)||B.chainId===N.chainId)}),[B,N]),{toFiatPrice:ie,fromFiatPrice:oe}=Ed({toToken:N,fromToken:B}),{marginAmount:re}=function({token:e,fiatPrice:t}){return{marginAmount:Z((()=>{var n;const i=null!==(n=null==e?void 0:e.decimals)&&void 0!==n?n:6,o=null!=t?new Se(500).div(t):new Se(0),r=ys(o,i);return(r.lt(new Se(1).times(new Se(10).pow(i-3)))?new Se(0):r).toString(10)}),[null==e?void 0:e.decimals,t])}}({token:T?N:B,fiatPrice:T?ie:oe});sd({fromToken:B,toToken:N,getAutoSlippage:t});const{slippage:ae,slippageLoading:ce}=Dd({fromToken:B,toToken:N}),{slippage:ue}=function(){const{defaultSlippage:e}=_d(!0);return{slippage:ed((t=>t.slippage||e))}}(),{privacySwapSupplierEndpoints:pe,privacySwapEnable:he,privacySwapEnableAble:me,endpointStatusMap:ge,refetchEndpointStatus:fe}=Bd({chainId:null==B?void 0:B.chainId,account:null==K?void 0:K.appKitAccount.address}),xe=function(e){var t,n;const{getAppKitAccountByChainId:i}=$l(),{latestBlockNumber:o}=ed(),r=ja.getFetchTokenQuery(e&&(null===(t=Wa.get(e))||void 0===t?void 0:t.isEVMChain)?e:void 0,e?ve[e].address:void 0,null===(n=i(e))||void 0===n?void 0:n.appKitAccount.address);return We(Object.assign(Object.assign({},r),{queryKey:[...r.queryKey,o]}))}(null==B?void 0:B.chainId),{sendRouteLoading:be,sendRouteError:je,setSendRouteError:Ce,bridgeOrderTxRequest:we,handleClickSend:ke}=function(){const e=Kl(),{evmProvider:t}=$l(),[n,i]=z(),[o,r]=z(!1),[a,s]=z(""),l=$((n=>mn(this,[n],void 0,(function*({selectedRoute:n,fromEtherTokenBalance:o,goNext:a}){var l,d;if(!n)return;const{encodeParams:c}=n;if(c&&c.interfaceParams){s(""),r(!0);try{const u=yield e.getData(ye.graphql.cross_chain_swap_zetachain_transactionEncode.toString(),{data:{interfaceParams:c.interfaceParams}});if(!u||!u.cross_chain_swap_zetachain_transactionEncode)throw new Error("cross_chain_swap_transactionEncode is null");const{data:p,to:h,value:m,from:g,chainId:f}=u.cross_chain_swap_zetachain_transactionEncode;if(!(p&&h&&m&&g&&f))throw new Error("cross_chain_swap_transactionEncode is null");const x=Wa.get(f);if(null==x?void 0:x.isEVMChain){if(!o)throw new Error("fromEtherTokenBalance is null");const{fromToken:e,fromAmount:i}=n,a=ve[f],c=vs(m,18),u=a&&e.address.toLowerCase()===a.address.toLowerCase(),x=c.minus(u?i:0);if(!c.isNaN()&&c.gt(0)&&o.lt(c))return s(le._({id:"F9xwHA",message:"Insufficient cross-chain fees, need at least {0} {1}",values:{0:ms({input:x,decimals:null!==(l=null==a?void 0:a.decimals)&&void 0!==l?l:18}),1:null!==(d=null==a?void 0:a.symbol)&&void 0!==d?d:"-"}})),void r(!1);if(!t||!(yield Gl({from:g,to:h,value:m,data:p},t)))throw new Error("failed to estimate gas")}i({data:p,to:h,value:m,from:g,chainId:f}),a()}catch(e){console.error("[failed to construct transaction request]: ",e);const{message:t}=e;s(t)}r(!1)}}))),[e,t]);return{sendRouteLoading:o,sendRouteError:a,setSendRouteError:s,bridgeOrderTxRequest:n,handleClickSend:l}}(),{bridgeRouteList:Te,status:Ee,failedReason:Ae}=function({fromAccount:e,toAccount:t,fromToken:n,toToken:i,fromAmount:o,enabled:r,slippage:a}){var s,l,d,c;const{tokenList:u}=ds(),{GRAPHQL_URL:p}=Tn(),h=Z((()=>n&&o?new Se(o).multipliedBy(new Se(10).pow(n.decimals)).dp(0,Se.ROUND_DOWN):null),[o,n]),m=null!==(l=null===(s=null==e?void 0:e.appKitAccount)||void 0===s?void 0:s.address)&&void 0!==l?l:Ha(null==n?void 0:n.chainId),g=null!==(c=null===(d=null==t?void 0:t.appKitAccount)||void 0===d?void 0:d.address)&&void 0!==c?c:Ha(null==i?void 0:i.chainId),{data:f,error:x,isLoading:y,refetch:v}=We({retry:!1,queryKey:["graphql","cross_chain_swap_zetachain_routes",null==n?void 0:n.chainId,null==n?void 0:n.address,null==i?void 0:i.chainId,null==i?void 0:i.address,m,g,null==h?void 0:h.toString(),a],queryFn:()=>mn(this,void 0,void 0,(function*(){const e=yield fetch(`${p}?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==n?void 0:n.chainId},"fromTokenAddress":"${null==n?void 0:n.address}","toChainId":${null==i?void 0:i.chainId},"toTokenAddress":"${null==i?void 0:i.address}","fromAddress":"${m}","toAddress":"${g}","fromAmount":"${null==h?void 0:h.toString()}","slippage":${a?Number(a)/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:!!n&&!!i&&!!h&&h.isFinite()&&h.gt(0)&&n.chainId!==i.chainId&&r}),{status:b,failedReason:j,bridgeRouteList:C}=Z((()=>{if(y)return{status:ps.Loading,bridgeRouteList:[]};if(x){let e;if(console.error("error:",x),x.message.includes("NOT_ROUTE_MIN_AMOUNT:min-")){const t=x.message.split("min-")[1];t&&(e=`(Enter min amount: ${t})`)}return{status:ps.Failed,failedReason:e,bridgeRouteList:[]}}if(f&&f.cross_chain_swap_zetachain_routes){const e=[],{routeId:t,fromChainId:n,fromTokenAddress:i,fromAmount:o,fromAmountWithOutDecimals:r,fromAmountUSD:a,toChainId:s,toTokenAddress:l,toAmount:d,fromAddress:c,toAddress:p,slippage:h,approveTarget:m,fees:g,omniPlan:x,encodeParams:y}=f.cross_chain_swap_zetachain_routes,v=Wa.get(n);if(t&&n&&i&&r&&s&&l&&d&&c&&p&&h&&(!(null==v?void 0:v.isEVMChain)||m)&&g&&g.length>0&&x&&x.length>0&&y){const o=u.find((e=>e.address.toLowerCase()===i.toLowerCase()&&e.chainId===n)),a=u.find((e=>e.address.toLowerCase()===l.toLowerCase()&&e.chainId===s)),v=new Se(d);if(o&&a&&v.isFinite()&&v.gt(0)){const i=us({omniPlan:x,tokenList:u});if(i.includedSteps.length>0){const l=g.reduce(((e,t)=>{var n;return e.plus(null!==(n=t.amountUSD)&&void 0!==n?n:0)}),new Se(0)).dp(4,Se.ROUND_DOWN).toString(),d={key:t,id:t,fromChainId:n,toChainId:s,fromToken:o,toToken:a,fromAmount:r,toTokenAmount:v.div(`1e${a.decimals}`),fromAddress:c,toAddress:p,product:"zetachain",slippage:h,roundedRouteCostTime:0,spenderContractAddress:null!=m?m:null,feeUSD:l,fees:g,executionDuration:null,step:i,encodeParams:y,productParams:null,sourceRoute:f.cross_chain_swap_zetachain_routes};e.push(d)}}}return e.length>0?{status:ps.Success,bridgeRouteList:e}:{status:ps.Failed,bridgeRouteList:[]}}return{status:ps.Initial,bridgeRouteList:[]}}),[y,x,f,u]);return{status:b,failedReason:j,refetch:v,bridgeRouteList:C}}({toToken:N,fromToken:B,fromAmount:R,fromAccount:K,toAccount:J,enabled:!W&&!be,slippage:ue}),Le=Z((()=>{if(Te&&Te.length>0)return Te[0]}),[Te]),{isApproving:Oe,isGetApproveLoading:Re,needApprove:_e,insufficientBalance:Me,submitApprove:Pe,getMaxBalance:Be}=Hd(B,{amount:R,contractAddress:null!==(r=null==Le?void 0:Le.spenderContractAddress)&&void 0!==r?r:void 0}),De=$((()=>{Xe(Be())}),[Be]),Ne=Z((()=>!(!(null==K?void 0:K.appKitAccount.address)||Me||Oe||Re||_e)),[null==K?void 0:K.appKitAccount.address,Me,Oe,Re,_e]),{status:Fe,rawBrief:qe,executeSwap:Ue}=Rd({toToken:N,fromToken:B,marginAmount:re,fromAmount:R,toAmount:M,estimateGas:Ne,isReverseRouting:T,slippage:ae,slippageLoading:ce}),{resAmount:Ve,priceImpact:He,baseFeeAmount:Ze,additionalFeeAmount:$e,resPricePerToToken:ze,resPricePerFromToken:Ge,routeInfo:Ye}=Z((()=>qe||{resAmount:null,priceImpact:null,baseFeeAmount:null,additionalFeeAmount:null,resPricePerToToken:null,resPricePerFromToken:null,routeInfo:null}),[qe]),Qe=od(ne),Xe=$((e=>{const t=e.toString();I(t),ee(t)}),[I,ee]),Ke=$((e=>{const t=e.toString();L(t),te(t)}),[L,te]),Je=$((e=>D((t=>{var i;const o="function"==typeof e?e(t):e;return w||ed.setState({fromTokenChainId:null!==(i=null==o?void 0:o.chainId)&&void 0!==i?i:void 0}),n&&o&&o!==t&&n(o),o}))),[n,w]),et=$((e=>F((t=>{const n="function"==typeof e?e(t):e;return o&&n&&n!==t&&o(n),n}))),[o]);!function({fromToken:e,toToken:t,setFromToken:n,setToToken:i,updateFromAmt:o,updateToAmt:r,setIsReverseRouting:a}){const{tokenList:s}=ds(),{crossChain:l,defaultFromToken:d,defaultToToken:c,onlyChainId:u}=Tn(),{chainId:p}=$l(),h=$((()=>{let h,m=null;const g=l?void 0:null!=u?u:p;if(!e){const e=Md({side:"from",defaultToken:d,tokenList:s,chainId:g});m=e.findToken,h=e.setDefaultAmount,m&&(n(m),void 0!==h&&(a(!1),o(h)))}if(!t){const{findToken:e,setDefaultAmount:t}=Md({side:"to",defaultToken:c,tokenList:s,occupyToken:m,chainId:g});e&&(i(e),void 0===h&&void 0!==t&&(a(!0),r(t)))}}),[p,l,d,c,e,u,n,a,i,t,s,o,r]);Y((()=>{const e=setTimeout((()=>{h()}),10);return()=>clearTimeout(e)}),[h])}({fromToken:B,toToken:N,setFromToken:Je,setToToken:et,updateFromAmt:Xe,updateToAmt:Ke,setIsReverseRouting:E});const tt=$((()=>{Xe(""),Ke(""),Je(N),et(B),Ga("from",N),Ga("to",B)}),[Je,N,et,B,Xe,Ke]),nt=$(((e,t)=>{if(t)return tt();Xe(""),Ke(""),Je(e),Ga("from",e)}),[tt,Xe,Ke,Je,Ga]),it=$(((e,t)=>{if(t)return tt();Xe(""),Ke(""),et(e),Ga("to",e)}),[tt,Xe,Ke,Je,Ga]),ot=$((()=>{T&&Xe(""),E(!1)}),[T,Xe]),rt=$((()=>{T||Ke(""),E(!0)}),[T,Ke]),at=(e=>{const{defaultSlippage:t}=_d(void 0===e),n=ed((e=>e.slippage||t));return Z((()=>(void 0===e?Number(n):e)>5),[n,e])})(ne?void 0:ae),st=Z((()=>(100*Number(He)).toFixed(2)),[He]),lt=Z((()=>{const e=T?Ve:R;return e&&oe?new Se(oe).multipliedBy(e):null}),[oe,R,T,Ve]),dt=Z((()=>{var e;if(!ie||void 0===ne)return null;if(ne)return(null===(e=null==Le?void 0:Le.toTokenAmount)||void 0===e?void 0:e.gt(0))?Le.toTokenAmount.multipliedBy(ie):null;const t=T?M:Ve;return t?new Se(ie).multipliedBy(t):null}),[ie,M,T,Ve,Le,ne]),ct=Z((()=>Cn.jsxs(i,{sx:{display:"flex",fontWeight:600,typography:"body2",alignItems:"center",justifyContent:"center"},children:[Cn.jsx(Bh,{title:Cn.jsx(e,{id:"4kY4C4",message:"Due to the market condition, market price and estimated price may have a slight difference"}),mr:8}),Cn.jsxs(i,{sx:{display:"flex"},children:[Cn.jsx(e,{id:"6+mYrD",message:"Current price impact"}),Cn.jsxs(i,{sx:{color:g.palette.error.main,ml:4},children:[st,"%"]})]})]})),[st,g.palette.error.main]),ut=Z((()=>Cn.jsx(Om,{toToken:N,fromToken:B,priceStatus:Fe,pricePerToToken:ze,pricePerFromToken:Ge,routeInfo:Ye})),[N,B,Fe,ze,Ge,Ye]),pt=Z((()=>!de[(null==B?void 0:B.chainId)||1]),[null==B?void 0:B.chainId]),ht=Z((()=>{if(!B)return!1;const e=C(B.chainId);return!!e&&(!!e.chain.isEVMChain&&(!!w&&!!(null==B?void 0:B.chainId)&&(null==B?void 0:B.chainId)!==w))}),[w,B,C]),mt=function({fromToken:e,toToken:t}){const n=ds(cs);return Z((()=>!(!e||n.some((t=>t.chainId===e.chainId&&t.address===e.address&&(!t.side||"to"===t.side))))||!(!t||n.some((e=>e.chainId===t.chainId&&e.address===t.address&&(!e.side||"from"===e.side))))),[e,t,n])}({fromToken:B,toToken:N}),gt=Z((()=>at&&new Se(T?M:R).gt(0)&&!Me&&(ne?Ee===Od.Success:Fe===Od.Success)?Cn.jsxs(i,{sx:{textAlign:"center",mb:8},children:[Cn.jsx(i,{component:Mn.Warn,sx:{position:"relative",top:2,mr:6,width:16,height:16,color:"warning.main"}}),le._({id:"//95jS",message:"The current slippage protection coefficient set exceeds {maxSlippageWarning}%, which may result in losses.",values:{maxSlippageWarning:5}})]}):null),[at,T,R,M,ne,Ee,Fe]),ft=Z((()=>ht?Cn.jsxs(i,{sx:{textAlign:"center"},children:[Cn.jsx(i,{component:Mn.Warn,sx:{position:"relative",top:2,mr:6,width:16,height:16,color:"warning.main"}}),Cn.jsx(e,{id:"54ffaC",message:"The current network is inconsistent with the wallet - please switch in wallet"})]}):ne&&Ee===Od.Initial?"-":Fe===Od.Loading||ne&&Ee===Od.Loading?Cn.jsx(i,{sx:{display:"flex",justifyContent:"center",alignItems:"center"},children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(O,{sx:{mr:5}}),Cn.jsx(e,{id:"JdNn1Y",message:"Fetching best price..."})]})}):pt?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{component:Mn.Warn,sx:{mr:6,width:16,color:"warning.main"}}),Cn.jsx(e,{id:"udsWDJ",message:"Unsupported network - switch to trade"})]}):ne&&Te.length?Cn.jsxs(Cn.Fragment,{children:[gt,Cn.jsx(Qu,{route:Le})]}):ne&&(Ee===Od.Success&&!Te.length||Ee===Od.Failed)&&A?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{component:Mn.Warn,sx:{width:15,mr:5,color:"warning.main"}}),Cn.jsx(e,{id:"NVAuTg",message:"Quote not available"})]}):Cn.jsxs(Cn.Fragment,{children:[!ne&&A&&new Se(st).gt(Ka)&&ct,gt,ut]})),[Fe,ut,A,ct,st,pt,ne,Ee,Te,Le,ht,gt]),xt=Z((()=>T?new Se(S).gt(0)?ms({input:Ve,decimals:null==B?void 0:B.decimals}):"-":A),[A,S,Ve,B,T]),yt=Z((()=>{var e;return T?S:ne?(null===(e=null==Le?void 0:Le.toTokenAmount)||void 0===e?void 0:e.gt(0))&&Ee!==Od.Loading?ms({input:Le.toTokenAmount,decimals:null==N?void 0:N.decimals}):"-":new Se(A).gt(0)?ms({input:Ve,decimals:null==N?void 0:N.decimals}):"-"}),[A,S,Ve,N,T,Le,ne,Ee]),vt=Z((()=>{var t,n;if(!(null===(t=null==K?void 0:K.appKitAccount)||void 0===t?void 0:t.isConnected))return Cn.jsx(c,{fullWidth:!0,onClick:()=>{var e;if(!(null==B?void 0:B.chainId))return;const t=null===(e=Wa.get(B.chainId))||void 0===e?void 0:e.caipNetwork;if(!t)return;const n=Ie.getChainNamespace(t);b({namespace:n})},children:Cn.jsx(e,{id:"4g7eC1",message:"Connect to {0} wallet",values:{0:Ul(null==B?void 0:B.chainId)}})});if(K.chain.isEVMChain&&K.chain.chainId!==w)return Cn.jsx(c,{fullWidth:!0,onClick:()=>{k.switchNetwork(K.chain.caipNetwork)},children:Cn.jsx(e,{id:"1+P9RR",message:"Switch to {0}",values:{0:K.chain.name}})});if(K.chain.isSolanaChain&&K.chain.chainId!==w)return Cn.jsx(c,{fullWidth:!0,onClick:()=>{k.switchNetwork(K.chain.caipNetwork)},children:Cn.jsx(e,{id:"1+P9RR",message:"Switch to {0}",values:{0:K.chain.name}})});if(!(null===(n=null==J?void 0:J.appKitAccount)||void 0===n?void 0:n.isConnected))return Cn.jsx(c,{fullWidth:!0,onClick:()=>{var e;if(!(null==N?void 0:N.chainId))return;const t=null===(e=Wa.get(N.chainId))||void 0===e?void 0:e.caipNetwork;if(!t)return;const n=Ie.getChainNamespace(t);b({namespace:n})},children:Cn.jsx(e,{id:"4g7eC1",message:"Connect to {0} wallet",values:{0:Ul(null==N?void 0:N.chainId)}})});if(f)return Cn.jsx(c,{fullWidth:!0,isLoading:!0,disabled:!0,children:Cn.jsx(e,{id:"FRBvjQ",message:"Transaction Pending"})});if(!B||!N)return Cn.jsx(c,{fullWidth:!0,disabled:!0,"data-testid":"swap-alert-select-token-btn",children:Cn.jsx(e,{id:"KlvBGJ",message:"Select Tokens"})});if(!new Se(T?M:R).gt(0))return Cn.jsx(c,{fullWidth:!0,disabled:!0,"data-testid":"swap-alert-enter-amount-btn",children:Cn.jsx(e,{id:"iPMIoT",message:"Enter an amount"})});if(ne?Ee===Od.Loading||Re:Fe===Od.Loading)return Cn.jsx(c,{fullWidth:!0,disabled:!0,"data-testid":"swap-alert-fetch-price-btn",children:Cn.jsx(e,{id:"OauUE6",message:"Fetching Price..."})});let o=!1;return o=ne?!Te.length||Ee===Od.Failed:!Ve||Fe===Od.Failed,o?Cn.jsx(c,{fullWidth:!0,disabled:!0,children:Cn.jsx(e,{id:"NVAuTg",message:"Quote not available"})}):Me?Cn.jsx(c,{fullWidth:!0,disabled:!0,"data-testid":"swap-alert-insufficient-balance-btn",children:Cn.jsx(e,{id:"znqB4T",message:"Insufficient balance"})}):_e?Cn.jsx(c,{fullWidth:!0,disabled:Oe,onClick:()=>Pe(),children:Oe?Cn.jsx(e,{id:"j2Uisd",message:"Approving"}):Cn.jsx(e,{id:"Z7ZXbT",message:"Approve"})}):ne?Cn.jsx(c,{fullWidth:!0,onClick:()=>{var e,t;return ke({selectedRoute:Le,fromEtherTokenBalance:null!==(t=null===(e=xe.data)||void 0===e?void 0:e.balance)&&void 0!==t?t:null,goNext:()=>G(!0)})},"data-testid":os,disabled:!Le,isLoading:be,children:Cn.jsx(e,{id:"SXnevP",message:"Review Cross Chain"})}):he?Cn.jsxs(c,{fullWidth:!0,onClick:()=>U(!0),"data-testid":os,children:[Cn.jsx(l,{placement:"top",onlyHover:!0,maxWidth:240,title:Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:4},children:[Cn.jsx(i,{sx:{typography:"body2",fontWeight:500,color:"text.primary"},children:"Privacy Swap is Enabled"}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:500,color:"text.secondary"},children:"Your transactions on the Ethereum network will be protected from sandwich attacks."})]}),children:Cn.jsx(i,{sx:{mr:8},children:Cn.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"30",viewBox:"0 0 25 30",fill:"none",children:[Cn.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"}),Cn.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"}),Cn.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"})]})})}),Cn.jsx(e,{id:"K/Ay/d",message:"Review Swap"})]}):Cn.jsx(c,{fullWidth:!0,onClick:()=>U(!0),"data-testid":os,children:Cn.jsx(e,{id:"K/Ay/d",message:"Review Swap"})})}),[null===(s=null==K?void 0:K.appKitAccount)||void 0===s?void 0:s.isConnected,null==K?void 0:K.chain.isEVMChain,null==K?void 0:K.chain.chainId,null==K?void 0:K.chain.isSolanaChain,null==K?void 0:K.chain.name,null==K?void 0:K.chain.caipNetwork,w,null===(u=null==J?void 0:J.appKitAccount)||void 0===u?void 0:u.isConnected,f,B,N,T,M,R,ne,Ee,Re,Fe,Me,_e,b,k,Te.length,Ve,Oe,Pe,Le,be,ke,null===(p=xe.data)||void 0===p?void 0:p.balance,he]),bt=Z((()=>B&&N?Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(yc,{token:B,width:16,height:16,marginRight:6,chainId:B.chainId,noShowChain:!!y}),`${ms({input:T?Ve:R,decimals:null==B?void 0:B.decimals})} ${null==B?void 0:B.symbol}`,Cn.jsx(i,{component:Mn.DoubleRight,sx:{width:12,height:12,mx:16}}),Cn.jsx(yc,{token:N,width:16,height:16,marginRight:6,chainId:N.chainId,noShowChain:!!y}),`${ms({input:T?M:Ve,decimals:null==N?void 0:N.decimals})} ${null==N?void 0:N.symbol}`]}):Cn.jsx(i,{})),[B,N,R,M,Ve,T,y]);return Cn.jsxs(i,{sx:{width:"100%",overflow:"hidden",position:"relative",display:"flex",flexDirection:"column",borderRadius:16,backgroundColor:g.palette.background.skeleton,[g.breakpoints.up("laptop")]:{width:450,backgroundColor:g.palette.background.skeleton,backdropFilter:"blur(4px)"}},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",px:16,py:20},children:[Cn.jsx(i,{sx:{typography:"caption",color:g.palette.text.primary},children:"Universal Swap"}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",borderRadius:4,p:1,backgroundColor:g.palette.background.tag},children:[Cn.jsxs(i,{sx:{color:g.palette.text.secondary,typography:"h6",px:6,py:4},children:[ne?(null==Le?void 0:Le.slippage)?100*Le.slippage:null!=ue?ue:"-":ae,"%"]}),Cn.jsx(l,{open:Qe,title:ne?Cn.jsx(e,{id:"qLkska",message:"The setting has been switched to cross chain mode"}):Cn.jsx(e,{id:"NSCBTb",message:"The setting has been switched to swap mode"}),placement:"bottom-end",children:Cn.jsx(i,{component:d,onClick:()=>H(!0),sx:{p:4,backgroundColor:g.palette.background.paper,borderRadius:4,height:28,width:28,display:"flex",alignItems:"center",justifyContent:"center"},children:Cn.jsx(i,{component:Mn.Setting,sx:{width:20,height:20,color:"text.primary",cursor:"pointer"}})})})]})]}),Cn.jsxs(i,{sx:{flex:1,px:16,pb:20,overflowY:"auto"},children:[Cn.jsxs(i,{children:[Cn.jsx(Im,{sx:{mb:4},token:B,side:"from",amt:xt,defaultLoadBalance:!0,onMaxClick:De,onInputChange:Xe,onInputFocus:ne?void 0:ot,showMaxBtn:!T&&!A,occupiedAddrs:[null!==(h=null==N?void 0:N.address)&&void 0!==h?h:""],occupiedChainId:null==N?void 0:N.chainId,fiatPriceTxt:lt?`$${hs({input:lt,showDecimals:1})}`:"$-",onTokenChange:nt,readOnly:T,showChainLogo:!y,showChainName:!y,notTokenPickerModal:!v,enterAddressEnabled:!1,inputToAddress:Q,setInputToAddress:X,account:K,failedReason:Ae}),Cn.jsx(lm,{onClick:tt,disabled:mt}),Cn.jsx(Im,{token:N,side:"to",amt:yt,onInputChange:Ke,onInputFocus:ne?void 0:rt,occupiedAddrs:[null!==(m=null==B?void 0:B.address)&&void 0!==m?m:""],occupiedChainId:null==B?void 0:B.chainId,fiatPriceTxt:dt?`$${hs({input:dt,showDecimals:1})}(${st}%)`:"$-",onTokenChange:it,readOnly:ne||!T,showChainLogo:!y,showChainName:!y,notTokenPickerModal:!v,enterAddressEnabled:ne,inputToAddress:Q,setInputToAddress:X,account:J,sx:{padding:g.spacing(24,20,20)}}),Cn.jsx(i,{sx:{py:16,display:"flex",typography:"body2",alignItems:"center",justifyContent:"center",flexWrap:"wrap"},children:ft})]}),vt,Cn.jsx(qh,{}),x?"":Cn.jsxs(i,{sx:{mt:13,display:"flex",typography:"h6",cursor:"pointer",justifyContent:"center",alignItems:"center",color:g.palette.text.disabled},onClick:()=>window.open("https://app.dodoex.io"),children:[Cn.jsx(i,{sx:{width:18,height:18,transform:"translate(1px, 2px)","& path":{fill:g.palette.text.disabled}},component:Mn.Dodo}),Cn.jsx(e,{id:"QIsI8+",message:"Powered by ZUNO protocol"})]})]}),Cn.jsx(Uh,{toToken:N,fromToken:B,fromAmount:T?Ve:R,toAmount:T?M:Ve,open:q,baseFeeAmount:Ze,priceImpact:st,additionalFeeAmount:$e,curToFiatPrice:dt,execute:()=>Ue(bt),clearFromAmt:()=>Xe(""),clearToAmt:()=>Ke(""),curFromFiatPrice:lt,pricePerFromToken:Ge,onClose:()=>U(!1),loading:Fe===Od.Loading,slippage:ae,isDialogModal:v}),ne?Cn.jsx(Hh,{open:V,onClose:()=>H(!1),isBridge:!0,isDialogModal:v}):Cn.jsx(sm,{open:V,onClose:()=>H(!1),fromToken:B,toToken:N,privacySwapEnableAble:me,privacySwapEnable:he,privacySwapSupplierEndpoints:pe,endpointStatusMap:ge,refetchEndpointStatus:fe,isDialogModal:v}),Cn.jsx(Nh,{open:W,onClose:()=>G(!1),route:Le,bridgeOrderTxRequest:we,clearFromAmt:()=>Xe(""),clearToAmt:()=>Ke(""),isDialogModal:v}),Cn.jsx(Fh,{message:je,onClose:()=>Ce(""),isDialogModal:v})]})}const _m=[.25,.5,.75,1];function Mm({value:e,onChange:t,sx:n}){const o=a(),r="light"===o.palette.mode,{isMobile:s}=ld();return Cn.jsx(i,{sx:Object.assign({display:"grid",gap:s?10:14,gridTemplateColumns:`repeat(${_m.length}, 1fr)`},n),children:_m.map((n=>{const i=n===e;return Cn.jsxs(d,{disabled:!t,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(o.palette.text.primary,.2)},"&.selected, &:focus":{color:"#fff",backgroundColor:r?o.palette.primary.main:T(o.palette.text.primary,.4)}},onClick:()=>{!i&&t&&t(n)},className:i?"selected":void 0,children:[100*n,"%"]},n)}))})}function Pm(){return a(),Cn.jsx(i,{sx:{height:4,position:"relative",color:"text.secondary"},children:Cn.jsx(i,{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:Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"24",viewBox:"0 0 25 24",fill:"none",children:Cn.jsx("path",{d:"M19.0142 13H13.0142V19H11.0142V13H5.01416V11H11.0142V5H13.0142V11H19.0142V13Z",fill:"currentColor"})})})})}function Bm(){return Cn.jsx(i,{sx:{position:"relative",height:4},children:Cn.jsx(i,{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:Cn.jsx(i,{component:Mn.Plus})})})}function Dm({sx:t,inputSx:n,amt:o,token:r,readOnly:s,showMaxBtn:l,canClickBalance:d,onMaxClick:u,fiatPriceTxt:p,occupiedAddrs:h,occupiedChainId:m,onInputFocus:g,onTokenClick:f,onInputChange:x,onTokenChange:y,side:v,showChainLogo:b,showChainName:j,defaultLoadBalance:C,overrideBalance:w,overrideBalanceLoading:k,balanceText:T,showPercentage:E,inputReadonlyTooltip:A,inputTypography:I,chainId:S,hideToken:L,checkLogBalance:O,notTokenPickerModal:_}){var M,P;const{account:B}=$l(),D=a(),[N,F]=z(!1),q=We(ja.getFetchTokenQuery(null==r?void 0:r.chainId,null==r?void 0:r.address,B)),U=null!==(P=null!=w?w:null===(M=q.data)||void 0===M?void 0:M.balance)&&void 0!==P?P:null,{isTokenLoading:V}=dm();let H=null!=k?k:q.isLoading;!H&&U&&(O?H=Object.entries(O).some((([e,t])=>V(e,t))):r&&(H=V(r.address,U))),rd({tokenList:r?[r]:[]});const[W,Z]=z(0),$=G("");Y((()=>{o!==$.current&&Z(0)}),[o]);const{gotoBuyToken:Q}=Tn();let X=Q&&U&&o&&U.lt(o);const K=!!x||!!A;return Cn.jsxs(i,{sx:Object.assign({minHeight:K?133:"auto",padding:D.spacing(20,20,24),borderRadius:16,overflow:"hidden",display:"flex",flexDirection:"column",justifyContent:"space-between",backgroundColor:D.palette.background.input},t),children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:4},children:[L?Cn.jsx(i,{}):Cn.jsx(pm,{token:r,showChainLogo:b,showChainName:j,onClick:()=>F(!0),readonly:!y}),Cn.jsx(cm,{balance:U,balanceText:T,onClick:s||!u&&!x?void 0:e=>{u?u(e):x&&x(e),0!==W&&1!==W&&(Z(1),$.current=e)},showMaxBtn:l,canClickBalance:d,address:null==r?void 0:r.address,decimals:null==r?void 0:r.decimals,loading:H})]}),K&&(s&&A?Cn.jsx(R,{title:A,arrow:!1,children:Cn.jsx(i,{children:Cn.jsx(um,{value:o,readOnly:!0,withClear:!0,sx:Object.assign({mt:12},n)})})}):Cn.jsx(um,{value:o,onFocus:g,onChange:x?e=>{x(e),Z(0)}:void 0,readOnly:s,withClear:!0,suffix:X?Cn.jsx(c,{variant:c.Variant.tag,backgroundColor:D.palette.background.paperDarkContrast,sx:{fontSize:12},onClick:e=>{e.stopPropagation(),null==Q||Q({token:r,account:B})},children:Cn.jsx(e,{id:"qiOIiY",message:"Buy"})}):void 0,typography:I,sx:Object.assign({mt:12},n)})),!s&&E?Cn.jsx(Mm,{sx:{mt:16},value:W,onChange:U&&void 0!==(null==r?void 0:r.decimals)?e=>{if(U&&(null==r?void 0:r.decimals))if(Z(e),1===e){const e=U.toString();u?u(e):x&&x(e),$.current=e}else if(x){const t=U.multipliedBy(e).dp(r.decimals).toString();x(t),$.current=t}}:void 0}):"",void 0!==p?Cn.jsx(i,{sx:{mt:E?9:0,typography:"h6",color:D.palette.text.secondary},children:p}):"",Cn.jsx(km,{value:r,open:N,side:v,chainId:S,occupiedAddrs:h,occupiedChainId:m,defaultLoadBalance:C,onClose:()=>{F(!1),f&&f()},onTokenChange:(e,t)=>{F(!1),setTimeout((()=>{!Array.isArray(e)&&y&&y(e,t)}),lc)},modal:!_})]})}var Nm;function Fm(){return Fm=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},Fm.apply(null,arguments)}const qm=e=>H.createElement("svg",Fm({width:12,height:12,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Nm||(Nm=H.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"}))),Um=e=>Object.keys(new Array(e+1).join(","));function Vm(e){return null!=e&&""!==e}var Hm;function Wm(){return Wm=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},Wm.apply(null,arguments)}const Zm=e=>H.createElement("svg",Wm({height:355,viewBox:"0 0 397 355",width:397,xmlns:"http://www.w3.org/2000/svg"},e),Hm||(Hm=H.createElement("g",{fill:"none",fillRule:"evenodd",transform:"translate(-1 -1)"},H.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"}),H.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)"}),H.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"}),H.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"}),H.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"}),H.createElement("path",{d:"m87.0283032 191.218134 87.0283028 2.124646-9.551886 44.617563-41.391511-10.623229z",fill:"#d87c30"}),H.createElement("path",{d:"m87.0283032 192.280457 36.0849058 33.994334v33.994334z",fill:"#ea8d3a"}),H.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"}),H.createElement("path",{d:"m123.113209 261.331448-8.490565 65.864024 56.25-39.305949z",fill:"#eb8f35"}),H.createElement("path",{d:"m174.056606 193.34278 5.306604 90.297451-15.919812-46.211049z",fill:"#ea8e3a"}),H.createElement("path",{d:"m74.2924539 262.393771 48.8207551-1.062323-8.490565 65.864024z",fill:"#d87c30"}),H.createElement("path",{d:"m24.4103777 355.878193 90.2122663-28.682721-40.3301901-64.801701-73.23113313 5.311616z",fill:"#eb8f35"}),H.createElement("path",{d:"m167.688682 110.481588-45.636793 38.243627-35.0235858 42.492919 87.0283028 3.186969z",fill:"#e8821e"}),H.createElement("path",{d:"m114.622644 327.195472 56.25-39.305949-4.245283 33.994334v19.121813l-38.207548-7.43626z",fill:"#dfcec3"}),H.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)"}),H.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)"}),H.createElement("path",{d:"m23.349057 1.06232296 144.339625 109.41926504-24.410378-59.4900858z",fill:"#e88f35"}),H.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"}),H.createElement("g",{transform:"matrix(-1 0 0 1 399.056611 0)"},H.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"}),H.createElement("path",{d:"m87.0283032 191.218134 87.0283028 2.124646-9.551886 44.617563-41.391511-10.623229z",fill:"#d87c30"}),H.createElement("path",{d:"m87.0283032 192.280457 36.0849058 33.994334v33.994334z",fill:"#ea8d3a"}),H.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"}),H.createElement("path",{d:"m123.113209 261.331448-8.490565 65.864024 55.18868-38.243626z",fill:"#eb8f35"}),H.createElement("path",{d:"m174.056606 193.34278 5.306604 90.297451-15.919812-46.211049z",fill:"#ea8e3a"}),H.createElement("path",{d:"m74.2924539 262.393771 48.8207551-1.062323-8.490565 65.864024z",fill:"#d87c30"}),H.createElement("path",{d:"m24.4103777 355.878193 90.2122663-28.682721-40.3301901-64.801701-73.23113313 5.311616z",fill:"#eb8f35"}),H.createElement("path",{d:"m167.688682 110.481588-45.636793 38.243627-35.0235858 42.492919 87.0283028 3.186969z",fill:"#e8821e"}),H.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)"}),H.createElement("path",{d:"m23.349057 1.06232296 144.339625 109.41926504-24.410378-59.4900858z",fill:"#e88f35"}),H.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 $m(e){const{switchNetwork:t}=jt();return Z((()=>{var n;if(!e)return;const i=null===(n=Wa.get(e))||void 0===n?void 0:n.caipNetwork;return i?()=>t(i):void 0}),[e,t])}function zm({token:e,size:t="small",sx:n,children:o}){const[r,a]=z(!1),{evmProvider:s,chainId:l}=$l(),d=$m(e.chainId);return Cn.jsxs(i,{sx:ne({margin:"0",border:"none",padding:"0",background:"none",cursor:"pointer","&:focus":{outline:"none"},"&:active":{outline:"none"},display:"inline-flex",alignItems:"center",justifyContent:"center"},n),onClick:t=>mn(this,void 0,void 0,(function*(){if(t.stopPropagation(),void 0!==e.chainId&&e.chainId!==l&&d)return void(null==d||d());if(r)return;if(!s)return;a(!0);const{result:n,failMsg:i}=yield function(e,t){return mn(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}}}))}(s,e);n?vh.getState().toast({message:le._({id:"DupCvC",message:"Added successful"}),type:"success",timeout:3e3}):vh.getState().toast({message:`${le._({id:"v4wgrk",message:"Failed to add"})}${i?`: ${i}`:""}`,type:"error"}),a(!1)})),component:"button",children:[Cn.jsx(i,{component:Zm,sx:Object.assign({},"medium"===t?{width:16,height:16}:{width:14,height:14})}),o]})}function Gm({tokens:e,width:t=24,height:n=24,gap:o=-4,cross:r,mr:s,chainId:l,showChainLogo:d,sx:c}){var u;const p=a(),{onlyChainId:h}=Tn(),m=d&&!h,g=t/2;return!e||e.length<=0?Cn.jsx(i,{sx:Object.assign({display:"inline-flex",alignItems:"center",mr:s,position:"relative",zIndex:0},c),children:Cn.jsx(i,{component:"svg",xmlns:"http://www.w3.org/2000/svg",width:52,height:24,viewBox:"0 0 52 24",fill:"none",sx:{height:t,width:"auto",color:T(p.palette.text.primary,"light"===p.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:Cn.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"})})}):Cn.jsxs(i,{sx:Object.assign({display:"inline-flex",alignItems:"center",mr:s,position:"relative",zIndex:0},c),children:[e.map(((e,n)=>Cn.jsx(i,{sx:{display:"inline-flex",width:t,height:t,ml:n>0?o:0,borderRadius:"50%",backgroundColor:p.palette.background.default},children:"object"==typeof e?Cn.jsx(yc,{address:e.address,width:t,height:t,chainId:l,url:e.logoURI,cross:r,noShowChain:!0,noBorder:!0,marginRight:0}):Cn.jsx(i,{component:"img",height:t,src:e})},n))),m&&Wa.has(l)?Cn.jsx(i,{component:null===(u=Wa.get(l))||void 0===u?void 0:u.logo,sx:{position:"absolute",bottom:0,right:0,zIndex:e.length+1,transform:"translateX(50%)",width:g,height:g}}):""]})}function Ym({loading:e,empty:t,hasSearch:n,children:o,refetch:r}){return e?Cn.jsx(i,{sx:{display:"flex",flexDirection:"column",justifyContent:"center",gap:24,px:24,height:320},children:Um(4).map(((e,t)=>Cn.jsx(j,{width:"100%",height:45},t)))}):r?Cn.jsx(Rn,{refresh:r,sx:{height:320}}):t?Cn.jsx(An,{hasSearch:n,sx:{height:320}}):Cn.jsx(Cn.Fragment,{children:o})}function Qm({show:e,onClick:t,sx:n}){return Cn.jsx(i,{component:d,sx:Object.assign({p:3,transform:e?"rotate(180deg)":"none",transition:"all 100ms",color:"text.primary",display:"flex",alignItems:"center",justifyContent:"center"},n),onClick:t,children:Cn.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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 Xm({isMobile:e,statusText:t,statusColor:n,time:o,alphaColor:r,sx:s,children:l}){const d=a(),c=T(n,.1),u=r?T(n,r):n;return Cn.jsxs(i,{sx:Object.assign({display:"flex",flexDirection:"column",alignItems:e?"center":"flex-start",gap:2,typography:"h6",color:"text.secondary"},s),children:[Cn.jsxs(i,{sx:{padding:d.spacing(4,16),borderRadius:4,backgroundColor:c,color:u,textAlign:"center",display:"flex",alignItems:"center",justifyContent:"center"},children:[t,l]}),o]})}function Km({token:e,amount:t,canAddMetamask:n,title:o,linkVisible:r=!0}){var a,s;return Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:2},children:[Cn.jsxs(i,{sx:{typography:"h6",fontWeight:500,color:"text.primary"},children:[o,": ",ms({input:t,decimals:null==e?void 0:e.decimals})," ",null==e?void 0:e.symbol]}),n&&e&&Cn.jsx(zm,{token:e})]}),Cn.jsxs(i,{sx:{display:"inline-flex",alignItems:"center",gap:4,typography:"h6",fontWeight:500,color:"text.secondary"},children:[e&&null!==(s=null===(a=Wa.get(e.chainId))||void 0===a?void 0:a.name)&&void 0!==s?s:"-",r&&Cn.jsx(qm,{})]})]})}function Jm({token:e,amount:t,showChain:n,hideLogo:o,canAddMetamask:r,sx:a}){var s,l;let d="";n&&(d=null!==(l=null===(s=Wa.get(e.chainId))||void 0===s?void 0:s.name)&&void 0!==l?l:"");const c=ms({input:t,decimals:e.decimals});return Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",gap:4},a),children:[!o&&Cn.jsx(yc,{address:e.address,chainId:e.chainId,width:20,height:20}),Cn.jsxs(i,{sx:{fontWeight:600},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,wordBreak:"break-word"},children:[`${c} ${e.symbol}`,r&&Cn.jsx(zm,{token:e})]}),!!d&&Cn.jsxs(i,{sx:{display:"inline-flex",alignItems:"center",gap:2,typography:"h6",fontWeight:500,color:"text.secondary"},children:[d,Cn.jsx(qm,{})]})]})]})}function eg({height:t=64,sx:n,onClick:o,hasMore:r,loading:s}){return a(),r?Cn.jsx(d,{sx:Object.assign({display:"flex",justifyContent:"center",alignItems:"center",height:t,width:"100%",typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},n),onClick:o,children:s?Cn.jsx(O,{}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(e,{id:"yQ2kGp",message:"Load more"}),Cn.jsx(i,{component:Mn.ArrowRight,sx:{transform:"rotate(90deg)"}})]})}):null}function tg(e){var{sx:t,children:n,hasMore:o,loadMore:r,loadMoreLoading:s}=e,l=hn(e,["sx","children","hasMore","loadMore","loadMoreLoading"]);return a(),Cn.jsxs(i,{sx:Object.assign({position:"relative",flex:1,overflowY:"auto",pt:12,px:20,pb:20},t),...l,children:[Cn.jsx(i,{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:n}),!!r&&Cn.jsx(eg,{loading:s,hasMore:o,onClick:r})]})}const ng=new Fs("properties/5.8.0");function ig(e,t,n){Object.defineProperty(e,t,{enumerable:!0,value:n,writable:!1})}function og(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 rg={bigint:!0,boolean:!0,function:!0,number:!0,string:!0};function ag(e){if(null==e||rg[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(!ag(i))return!1}return!0}return ng.throwArgumentError("Cannot deepCopy "+typeof e,"object",e)}function sg(e){if(ag(e))return e;if(Array.isArray(e))return Object.freeze(e.map((e=>lg(e))));if("object"==typeof e){const t={};for(const n in e){const i=e[n];void 0!==i&&ig(t,n,lg(i))}return t}return ng.throwArgumentError("Cannot deepCopy "+typeof e,"object",e)}function lg(e){return sg(e)}class dg{constructor(e){for(const t in e)this[t]=lg(e[t])}}const cg="abi/5.8.0",ug=new Fs(cg),pg={};let hg={calldata:!0,memory:!0,storage:!0},mg={calldata:!0,memory:!0};function gg(e,t){if("bytes"===e||"string"===e){if(hg[t])return!0}else if("address"===e){if("payable"===t)return!0}else if((e.indexOf("[")>=0||"tuple"===e)&&mg[t])return!0;return(hg[t]||"payable"===t)&&ug.throwArgumentError("invalid modifier","name",t),!1}function fg(e,t){for(let n in t)ig(e,n,t[n])}const xg=Object.freeze({sighash:"sighash",minimal:"minimal",full:"full",json:"json"}),yg=new RegExp(/^(.*)\[([0-9]*)\]$/);class vg{constructor(e,t){e!==pg&&ug.throwError("use fromString",Fs.errors.UNSUPPORTED_OPERATION,{operation:"new ParamType()"}),fg(this,t);let n=this.type.match(yg);fg(this,n?{arrayLength:parseInt(n[2]||"-1"),arrayChildren:vg.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=xg.sighash),xg[e]||ug.throwArgumentError("invalid format type","format",e),e===xg.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!==xg.sighash&&(t+=this.type),t+="("+this.components.map((t=>t.format(e))).join(e===xg.full?", ":",")+")"):t+=this.type,e!==xg.sighash&&(!0===this.indexed&&(t+=" indexed"),e===xg.full&&this.name&&(t+=" "+this.name)),t}static from(e,t){return"string"==typeof e?vg.fromString(e,t):vg.fromObject(e)}static fromObject(e){return vg.isParamType(e)?e:new vg(pg,{name:e.name||null,type:Lg(e.type),indexed:null==e.indexed?null:!!e.indexed,components:e.components?e.components.map(vg.fromObject):null})}static fromString(e,t){return n=function(e,t){let n=e;function i(t){ug.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=Lg(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=""),gg(a.type,a.name)&&(a.name=""),a.type=Lg(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=""),gg(a.type,a.name)&&(a.name=""),a.type=Lg(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=Lg(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=""):gg(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&&ug.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=""):gg(a.type,a.name)&&(a.name=""),r.type=Lg(r.type),r}(e,!!t),vg.fromObject({name:n.name,type:n.type,indexed:n.indexed,components:n.components});var n}static isParamType(e){return!(null==e||!e._isParamType)}}function bg(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&&ug.throwArgumentError("unbalanced parenthesis","value",e)))}n&&t.push(n);return t}(e).map((e=>vg.fromString(e,t)))}class jg{constructor(e,t){e!==pg&&ug.throwError("use a static from method",Fs.errors.UNSUPPORTED_OPERATION,{operation:"new Fragment()"}),fg(this,t),this._isFragment=!0,Object.freeze(this)}static from(e){return jg.isFragment(e)?e:"string"==typeof e?jg.fromString(e):jg.fromObject(e)}static fromObject(e){if(jg.isFragment(e))return e;switch(e.type){case"function":return Ag.fromObject(e);case"event":return Cg.fromObject(e);case"constructor":return Eg.fromObject(e);case"error":return Sg.fromObject(e);case"fallback":case"receive":return null}return ug.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]?Cg.fromString(e.substring(5).trim()):"function"===e.split(" ")[0]?Ag.fromString(e.substring(8).trim()):"constructor"===e.split("(")[0].trim()?Eg.fromString(e.trim()):"error"===e.split(" ")[0]?Sg.fromString(e.substring(5).trim()):ug.throwArgumentError("unsupported fragment","value",e)}static isFragment(e){return!(!e||!e._isFragment)}}class Cg extends jg{format(e){if(e||(e=xg.sighash),xg[e]||ug.throwArgumentError("invalid format type","format",e),e===xg.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!==xg.sighash&&(t+="event "),t+=this.name+"("+this.inputs.map((t=>t.format(e))).join(e===xg.full?", ":",")+") ",e!==xg.sighash&&this.anonymous&&(t+="anonymous "),t.trim()}static from(e){return"string"==typeof e?Cg.fromString(e):Cg.fromObject(e)}static fromObject(e){if(Cg.isEventFragment(e))return e;"event"!==e.type&&ug.throwArgumentError("invalid event object","value",e);const t={name:Rg(e.name),anonymous:e.anonymous,inputs:e.inputs?e.inputs.map(vg.fromObject):[],type:"event"};return new Cg(pg,t)}static fromString(e){let t=e.match(_g);t||ug.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:ug.warn("unknown modifier: "+e)}})),Cg.fromObject({name:t[1].trim(),anonymous:n,inputs:bg(t[2],!0),type:"event"})}static isEventFragment(e){return e&&e._isFragment&&"event"===e.type}}function wg(e,t){t.gas=null;let n=e.split("@");return 1!==n.length?(n.length>2&&ug.throwArgumentError("invalid human-readable ABI signature","value",e),n[1].match(/^[0-9]+$/)||ug.throwArgumentError("invalid human-readable ABI signature gas","value",e),t.gas=wt.from(n[1]),n[0]):e}function kg(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 Tg(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&&ug.throwArgumentError("cannot have constant function with mutability "+t.stateMutability,"value",e),t.payable="payable"===t.stateMutability,null!=e.payable&&!!e.payable!==t.payable&&ug.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||ug.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&&ug.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&&ug.throwArgumentError("unable to determine stateMutability","value",e),t}class Eg extends jg{format(e){if(e||(e=xg.sighash),xg[e]||ug.throwArgumentError("invalid format type","format",e),e===xg.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===xg.sighash&&ug.throwError("cannot format a constructor for sighash",Fs.errors.UNSUPPORTED_OPERATION,{operation:"format(sighash)"});let t="constructor("+this.inputs.map((t=>t.format(e))).join(e===xg.full?", ":",")+") ";return this.stateMutability&&"nonpayable"!==this.stateMutability&&(t+=this.stateMutability+" "),t.trim()}static from(e){return"string"==typeof e?Eg.fromString(e):Eg.fromObject(e)}static fromObject(e){if(Eg.isConstructorFragment(e))return e;"constructor"!==e.type&&ug.throwArgumentError("invalid constructor object","value",e);let t=Tg(e);t.constant&&ug.throwArgumentError("constructor cannot be constant","value",e);const n={name:null,type:e.type,inputs:e.inputs?e.inputs.map(vg.fromObject):[],payable:t.payable,stateMutability:t.stateMutability,gas:e.gas?wt.from(e.gas):null};return new Eg(pg,n)}static fromString(e){let t={type:"constructor"},n=(e=wg(e,t)).match(_g);return n&&"constructor"===n[1].trim()||ug.throwArgumentError("invalid constructor string","value",e),t.inputs=bg(n[2].trim(),!1),kg(n[3].trim(),t),Eg.fromObject(t)}static isConstructorFragment(e){return e&&e._isFragment&&"constructor"===e.type}}class Ag extends Eg{format(e){if(e||(e=xg.sighash),xg[e]||ug.throwArgumentError("invalid format type","format",e),e===xg.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!==xg.sighash&&(t+="function "),t+=this.name+"("+this.inputs.map((t=>t.format(e))).join(e===xg.full?", ":",")+") ",e!==xg.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?Ag.fromString(e):Ag.fromObject(e)}static fromObject(e){if(Ag.isFunctionFragment(e))return e;"function"!==e.type&&ug.throwArgumentError("invalid function object","value",e);let t=Tg(e);const n={type:e.type,name:Rg(e.name),constant:t.constant,inputs:e.inputs?e.inputs.map(vg.fromObject):[],outputs:e.outputs?e.outputs.map(vg.fromObject):[],payable:t.payable,stateMutability:t.stateMutability,gas:e.gas?wt.from(e.gas):null};return new Ag(pg,n)}static fromString(e){let t={type:"function"},n=(e=wg(e,t)).split(" returns ");n.length>2&&ug.throwArgumentError("invalid function string","value",e);let i=n[0].match(_g);if(i||ug.throwArgumentError("invalid function signature","value",e),t.name=i[1].trim(),t.name&&Rg(t.name),t.inputs=bg(i[2],!1),kg(i[3].trim(),t),n.length>1){let i=n[1].match(_g);""==i[1].trim()&&""==i[3].trim()||ug.throwArgumentError("unexpected tokens","value",e),t.outputs=bg(i[2],!1)}else t.outputs=[];return Ag.fromObject(t)}static isFunctionFragment(e){return e&&e._isFragment&&"function"===e.type}}function Ig(e){const t=e.format();return"Error(string)"!==t&&"Panic(uint256)"!==t||ug.throwArgumentError(`cannot specify user defined ${t} error`,"fragment",e),e}class Sg extends jg{format(e){if(e||(e=xg.sighash),xg[e]||ug.throwArgumentError("invalid format type","format",e),e===xg.json)return JSON.stringify({type:"error",name:this.name,inputs:this.inputs.map((t=>JSON.parse(t.format(e))))});let t="";return e!==xg.sighash&&(t+="error "),t+=this.name+"("+this.inputs.map((t=>t.format(e))).join(e===xg.full?", ":",")+") ",t.trim()}static from(e){return"string"==typeof e?Sg.fromString(e):Sg.fromObject(e)}static fromObject(e){if(Sg.isErrorFragment(e))return e;"error"!==e.type&&ug.throwArgumentError("invalid error object","value",e);const t={type:e.type,name:Rg(e.name),inputs:e.inputs?e.inputs.map(vg.fromObject):[]};return Ig(new Sg(pg,t))}static fromString(e){let t={type:"error"},n=e.match(_g);return n||ug.throwArgumentError("invalid error signature","value",e),t.name=n[1].trim(),t.name&&Rg(t.name),t.inputs=bg(n[2],!1),Ig(Sg.fromObject(t))}static isErrorFragment(e){return e&&e._isFragment&&"error"===e.type}}function Lg(e){return e.match(/^uint($|[^1-9])/)?e="uint256"+e.substring(4):e.match(/^int($|[^1-9])/)&&(e="int256"+e.substring(3)),e}const Og=new RegExp("^[a-zA-Z$_][a-zA-Z0-9$_]*$");function Rg(e){return e&&e.match(Og)||ug.throwArgumentError(`invalid identifier "${e}"`,"value",e),e}const _g=new RegExp("^([^)(]*)\\((.*)\\)([^)(]*)$");const Mg=new Fs(cg);class Pg{constructor(e,t,n,i){this.name=e,this.type=t,this.localName=n,this.dynamic=i}_throwError(e,t){Mg.throwArgumentError(e,this.localName,t)}}class Bg{constructor(e){ig(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+=Qs(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($s(e._data))}writeBytes(e){let t=Zs(e);const n=t.length%this.wordSize;return n&&(t=$s([t,this._padding.slice(n)])),this._writeData(t)}_getValue(e){let t=Zs(wt.from(e));return t.length>this.wordSize&&Mg.throwError("value out-of-bounds",Fs.errors.BUFFER_OVERRUN,{length:this.wordSize,offset:t.length}),t.length%this.wordSize&&(t=$s([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 Dg{constructor(e,t,n,i){ig(this,"_data",Zs(e)),ig(this,"wordSize",t||32),ig(this,"_coerceFunc",n),ig(this,"allowLoose",i),this._offset=0}get data(){return Qs(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):Dg.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:Mg.throwError("data out-of-bounds",Fs.errors.BUFFER_OVERRUN,{length:this._data.length,offset:this._offset+i})),this._data.slice(this._offset,this._offset+i)}subReader(e){return new Dg(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 wt.from(this.readBytes(this.wordSize))}}class Ng extends Pg{constructor(e){super("address","address",e,!1)}defaultValue(){return"0x0000000000000000000000000000000000000000"}encode(e,t){try{t=ll(t)}catch(e){this._throwError(e.message,t)}return e.writeValue(t)}decode(e){return ll(Js(e.readValue().toHexString(),20))}}class Fg extends Pg{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 qg=new Fs(cg);function Ug(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||qg.throwError("cannot encode object for signature with missing names",Fs.errors.INVALID_ARGUMENT,{argument:"values",coder:t,value:n}),e[i]&&qg.throwError("cannot encode object for signature with duplicate names",Fs.errors.INVALID_ARGUMENT,{argument:"values",coder:t,value:n}),e[i]=!0,n[i]}))}else qg.throwArgumentError("invalid tuple value","tuple",n);t.length!==i.length&&qg.throwArgumentError("types/value length mismatch","tuple",n);let o=new Bg(e.wordSize),r=new Bg(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 Vg(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===Fs.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===Fs.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 Hg extends Pg{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)),qg.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 Ug(e,i,t)}decode(e){let t=this.length;-1===t&&(t=e.readValue().toNumber(),32*t>e._data.length&&qg.throwError("insufficient data length",Fs.errors.BUFFER_OVERRUN,{length:e._data.length,count:t}));let n=[];for(let e=0;e<t;e++)n.push(new Fg(this.coder));return e.coerce(this.name,Vg(e,n))}}class Wg extends Pg{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 Zg extends Pg{constructor(e,t){super(e,e,t,!0)}defaultValue(){return"0x"}encode(e,t){t=Zs(t);let n=e.writeValue(t.length);return n+=e.writeBytes(t),n}decode(e){return e.readBytes(e.readValue().toNumber(),!0)}}class $g extends Zg{constructor(e){super("bytes",e)}decode(e){return e.coerce(this.name,Qs(super.decode(e)))}}class zg extends Pg{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=Zs(t);return n.length!==this.size&&this._throwError("incorrect data length",t),e.writeBytes(n)}decode(e){return e.coerce(this.name,Qs(e.readBytes(this.size)))}}class Gg extends Pg{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 Yg extends Pg{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=wt.from(t),i=hl.mask(8*e.wordSize);if(this.signed){let e=i.mask(8*this.size-1);(n.gt(e)||n.lt(e.add(pl).mul(cl)))&&this._throwError("value out-of-bounds",t)}else(n.lt(ul)||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 Qg extends Zg{constructor(e){super("string",e)}defaultValue(){return""}encode(e,t){return super.encode(e,vl(t))}decode(e){return bl(super.decode(e))}}class Xg extends Pg{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 Ug(e,this.coders,t)}decode(e){return e.coerce(this.name,Vg(e,this.coders))}}const Kg=new Fs(cg),Jg=new RegExp(/^bytes([0-9]*)$/),ef=new RegExp(/^(u?int)([0-9]*)$/);const tf=new class{constructor(e){ig(this,"coerceFunc",e||null)}_getCoder(e){switch(e.baseType){case"address":return new Ng(e.name);case"bool":return new Wg(e.name);case"string":return new Qg(e.name);case"bytes":return new $g(e.name);case"array":return new Hg(this._getCoder(e.arrayChildren),e.arrayLength,e.name);case"tuple":return new Xg((e.components||[]).map((e=>this._getCoder(e))),e.name);case"":return new Gg(e.name)}let t=e.type.match(ef);if(t){let n=parseInt(t[2]||"256");return(0===n||n>256||n%8!=0)&&Kg.throwArgumentError("invalid "+t[1]+" bit length","param",e),new Yg(n/8,"int"===t[1],e.name)}if(t=e.type.match(Jg),t){let n=parseInt(t[1]);return(0===n||n>32)&&Kg.throwArgumentError("invalid bytes length","param",e),new zg(n,e.name)}return Kg.throwArgumentError("invalid type","type",e.type)}_getWordSize(){return 32}_getReader(e,t){return new Dg(e,this._getWordSize(),this.coerceFunc,t)}_getWriter(){return new Bg(this._getWordSize())}getDefaultValue(e){const t=e.map((e=>this._getCoder(vg.from(e))));return new Xg(t,"_").defaultValue()}encode(e,t){e.length!==t.length&&Kg.throwError("types/values length mismatch",Fs.errors.INVALID_ARGUMENT,{count:{types:e.length,values:t.length},value:{types:e,values:t}});const n=e.map((e=>this._getCoder(vg.from(e)))),i=new Xg(n,"_"),o=this._getWriter();return i.encode(o,t),o.data}decode(e,t,n){const i=e.map((e=>this._getCoder(vg.from(e))));return new Xg(i,"_").decode(this._getReader(Zs(t),n))}};function nf(e){return nl(vl(e))}const of=new Fs(cg);class rf extends dg{}class af extends dg{}class sf extends dg{}class lf extends dg{static isIndexed(e){return!(!e||!e._isIndexed)}}const df={"0x08c379a0":{signature:"Error(string)",name:"Error",inputs:["string"],reason:!0},"0x4e487b71":{signature:"Panic(uint256)",name:"Panic",inputs:["uint256"]}};function cf(e,t){const n=new Error(`deferred error during ABI decoding triggered accessing ${e}`);return n.error=t,n}class uf{constructor(e){let t=[];t="string"==typeof e?JSON.parse(e):e,ig(this,"fragments",t.map((e=>jg.from(e))).filter((e=>null!=e))),ig(this,"_abiCoder",og(new.target,"getAbiCoder")()),ig(this,"functions",{}),ig(this,"errors",{}),ig(this,"events",{}),ig(this,"structs",{}),this.fragments.forEach((e=>{let t=null;switch(e.type){case"constructor":return this.deploy?void of.warn("duplicate definition - constructor"):void ig(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]?of.warn("duplicate definition - "+n):t[n]=e})),this.deploy||ig(this,"deploy",Eg.from({payable:!1,type:"constructor"})),ig(this,"_isInterface",!0)}format(e){e||(e=xg.full),e===xg.sighash&&of.throwArgumentError("interface does not support formatting sighash","format",e);const t=this.fragments.map((t=>t.format(e)));return e===xg.json?JSON.stringify(t.map((e=>JSON.parse(e)))):t}static getAbiCoder(){return tf}static getAddress(e){return ll(e)}static getSighash(e){return Ks(nf(e.format()),0,4)}static getEventTopic(e){return nf(e.format())}getFunction(e){if(Gs(e)){for(const t in this.functions)if(e===this.getSighash(t))return this.functions[t];of.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?of.throwArgumentError("no matching function","name",t):n.length>1&&of.throwArgumentError("multiple matching functions","name",t),this.functions[n[0]]}const t=this.functions[Ag.fromString(e).format()];return t||of.throwArgumentError("no matching function","signature",e),t}getEvent(e){if(Gs(e)){const t=e.toLowerCase();for(const e in this.events)if(t===this.getEventTopic(e))return this.events[e];of.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?of.throwArgumentError("no matching event","name",t):n.length>1&&of.throwArgumentError("multiple matching events","name",t),this.events[n[0]]}const t=this.events[Cg.fromString(e).format()];return t||of.throwArgumentError("no matching event","signature",e),t}getError(e){if(Gs(e)){const t=og(this.constructor,"getSighash");for(const n in this.errors){if(e===t(this.errors[n]))return this.errors[n]}of.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?of.throwArgumentError("no matching error","name",t):n.length>1&&of.throwArgumentError("multiple matching errors","name",t),this.errors[n[0]]}const t=this.errors[Ag.fromString(e).format()];return t||of.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 og(this.constructor,"getSighash")(e)}getEventTopic(e){return"string"==typeof e&&(e=this.getEvent(e)),og(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=Zs(t);return Qs(n.slice(0,4))!==this.getSighash(e)&&of.throwArgumentError(`data signature does not match error ${e.name}.`,"data",Qs(n)),this._decodeParams(e.inputs,n.slice(4))}encodeErrorResult(e,t){return"string"==typeof e&&(e=this.getError(e)),Qs($s([this.getSighash(e),this._encodeParams(e.inputs,t||[])]))}decodeFunctionData(e,t){"string"==typeof e&&(e=this.getFunction(e));const n=Zs(t);return Qs(n.slice(0,4))!==this.getSighash(e)&&of.throwArgumentError(`data signature does not match function ${e.name}.`,"data",Qs(n)),this._decodeParams(e.inputs,n.slice(4))}encodeFunctionData(e,t){return"string"==typeof e&&(e=this.getFunction(e)),Qs($s([this.getSighash(e),this._encodeParams(e.inputs,t||[])]))}decodeFunctionResult(e,t){"string"==typeof e&&(e=this.getFunction(e));let n=Zs(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=Qs(n.slice(0,4)),t=df[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 of.throwError("call revert exception"+o,Fs.errors.CALL_EXCEPTION,{method:e.format(),data:Qs(t),errorArgs:r,errorName:a,errorSignature:s,reason:i})}encodeFunctionResult(e,t){return"string"==typeof e&&(e=this.getFunction(e)),Qs(this._abiCoder.encode(e.outputs,t||[]))}encodeFilterTopics(e,t){"string"==typeof e&&(e=this.getEvent(e)),t.length>e.inputs.length&&of.throwError("too many arguments for "+e.format(),Fs.errors.UNEXPECTED_ARGUMENT,{argument:"values",value:t});let n=[];e.anonymous||n.push(this.getEventTopic(e));const i=(e,t)=>"string"===e.type?nf(t):"bytes"===e.type?nl(Qs(t)):("bool"===e.type&&"boolean"==typeof t&&(t=t?"0x01":"0x00"),e.type.match(/^u?int/)&&(t=wt.from(t).toHexString()),"address"===e.type&&this._abiCoder.encode(["address"],[t]),Js(Qs(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?of.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&&of.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&&of.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(nf(a));else if("bytes"===e.type)n.push(nl(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);Gs(n[0],32)&&n[0].toLowerCase()===t||of.throwError("fragment/topic mismatch",Fs.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(vg.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,$s(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 lf({_isIndexed:!0,hash:null});else if(r[t])l[t]=new lf({_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 cf(`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 cf(`index ${e}`,t)}})}return Object.freeze(l)}parseTransaction(e){let t=this.getFunction(e.data.substring(0,10).toLowerCase());return t?new af({args:this._abiCoder.decode(t.inputs,"0x"+e.data.substring(10)),functionFragment:t,name:t.name,signature:t.format(),sighash:this.getSighash(t),value:wt.from(e.value||"0")}):null}parseLog(e){let t=this.getEvent(e.topics[0]);return!t||t.anonymous?null:new rf({eventFragment:t,name:t.name,signature:t.format(),topic:this.getEventTopic(t),args:this.decodeEventLog(t,e.data,e.topics)})}parseError(e){const t=Qs(e);let n=this.getError(t.substring(0,10).toLowerCase());return n?new sf({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 pf({fromToken:e,toToken:t,fromTokenPrice:n,toTokenPrice:o,sx:r,children:s}){const l=a(),[c,u]=z(!1),p=Z((()=>new Se(n&&o?c?o:n:0)),[n,o,c]);return Cn.jsxs(i,{component:d,sx:Object.assign({display:"flex",alignItems:"center",gap:8,color:"text.primary",typography:"body1",fontWeight:600,"&:hover>svg>path":{fill:l.palette.text.primary}},r),onClick:()=>u((e=>!e)),children:[Cn.jsxs(i,{children:[s,"1 ",c?t.symbol:e.symbol," = ",p&&p.isFinite()?ms({input:p,decimals:c?e.decimals:t.decimals}):"-"," ",c?e.symbol:t.symbol]}),Cn.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[Cn.jsx("circle",{cx:"9",cy:"9",r:"9",fill:l.palette.border.main}),Cn.jsx("path",{d:"M9.5 6.5H4.5V8H13.5L9.5 4.25V6.5ZM8.25 13.75V11.5H13.5V10H4.5L8.25 13.75Z",fill:l.palette.text.secondary})]})]})}function hf({showFold:e,isMobile:t,data:n}){const o=a(),r=Z((()=>{var e,t,i,o,r,a,s,l,d,c,u,p,h;return[{title:"Total time spent",value:null!==(i=Gd({start:null!==(e=n.startTime)&&void 0!==e?e:void 0,end:null!==(t=n.endTime)&&void 0!==t?t:void 0}))&&void 0!==i?i:"-"},{title:"Pay",value:Cn.jsx(bm,{address:null!==(o=n.fromAddress)&&void 0!==o?o:"",customChainId:null!==(r=n.routeData.fromChainId)&&void 0!==r?r:de.ZETACHAIN_TESTNET,showCopy:!0,truncate:!0,iconSpace:4,iconSize:14,size:"small"})},{title:"Receive",value:Cn.jsx(bm,{address:null!==(a=n.toAddress)&&void 0!==a?a:"",customChainId:null!==(s=n.routeData.toChainId)&&void 0!==s?s:de.ZETACHAIN_TESTNET,showCopy:!0,truncate:!0,iconSpace:4,iconSize:14,size:"small"})},{title:Cn.jsxs(Cn.Fragment,{children:["Fill Gas (Destination gas)",Cn.jsx(Bh,{onlyHover:!0,title:"-",ml:0})]}),value:`$${null!==(c=null===(d=null===(l=n.fees)||void 0===l?void 0:l.find((e=>"destinationFee"===e.type)))||void 0===d?void 0:d.amountUSD)&&void 0!==c?c:"-"}`},{title:Cn.jsxs(Cn.Fragment,{children:["Bridge Fee",Cn.jsx(Bh,{onlyHover:!0,title:"-",ml:0})]}),value:`$${null!==(h=null===(p=null===(u=n.fees)||void 0===u?void 0:u.find((e=>"platformFee"===e.type)))||void 0===p?void 0:p.amountUSD)&&void 0!==h?h:"-"}`}]}),[n.endTime,n.fees,n.fromAddress,n.routeData.fromChainId,n.routeData.toChainId,n.startTime,n.toAddress]);return Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:16,p:e?16:0,borderBottomLeftRadius:8,borderBottomRightRadius:8,background:`linear-gradient(0deg, ${o.palette.background.skeleton} 0%, ${o.palette.background.skeleton} 100%), ${o.palette.background.paper}`,maxHeight:e?"auto":0,transition:"all 300ms",overflow:"hidden",[o.breakpoints.up("tablet")]:{marginTop:"-4px",marginBottom:"4px",gap:24}},children:[Cn.jsx(i,{sx:{display:"flex",flexDirection:"column",gap:8,[o.breakpoints.up("tablet")]:{alignItems:"center",flexDirection:"row",gap:20}},children:r.map(((e,t)=>Cn.jsxs(i,{sx:{display:"flex",flexDirection:"row",alignItems:"center",justifyContent:"space-between",[o.breakpoints.up("tablet")]:{flexBasis:"20%",flexGrow:1,flexShrink:1,flexDirection:"column",alignItems:"flex-start",justifyContent:"flex-start",gap:4}},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",gap:4,color:"text.secondary",typography:"h6"},children:e.title}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",color:"text.primary",typography:"body2"},children:e.value})]},t)))}),null!=n.routeData.fromChainId&&null!=n.routeData.toChainId&&Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{sx:{height:"1px",width:"100%",backgroundColor:"border.disabled"}}),Cn.jsx(Gu,{route:{fromChainId:n.routeData.fromChainId,toChainId:n.routeData.toChainId,step:n.routeData.step},isMobile:t})]})]})}function mf({data:e,isMobile:t,isErrorRefund:n,refetch:o}){var r,s,d,u,p,h,m,g,f,x;const y=a(),v=Cd(),{chainId:b,appKitActiveNetwork:j,getAppKitAccountByChainId:C}=$l(),{statusText:w,statusColor:k,statusAlphaColor:T}=Z((()=>{let t="Loading",n=y.palette.text.primary;switch(e.status){case"pending":t="Pending",n=y.palette.text.secondary;break;case"success":t="Succeeded",n=y.palette.success.main;break;case"failure_revert":t="Failed",n=y.palette.error.main;break;case"abort":t="Aborted",n=y.palette.error.main}return{statusText:t,statusColor:n,statusAlphaColor:undefined}}),[e.status,y.palette.error.main,y.palette.success.main,y.palette.text.primary,y.palette.text.secondary]),[E,A]=W.useState(!1),I=e.createdAt?Qd(new Date(e.createdAt)):"-",S=ze({mutationFn:()=>mn(this,void 0,void 0,(function*(){if(!e.externalId||!e.refundCridgeContract)return;if(b!==e.refundChainId){const t=C(e.refundChainId);if(!t)return;j.switchNetwork(t.chain.caipNetwork)}const t=new uf([{inputs:[{internalType:"bytes32",name:"externalId",type:"bytes32"}],name:"claimRefund",outputs:[],stateMutability:"nonpayable",type:"function"}]).encodeFunctionData("claimRefund",[e.externalId]);return yield v.execute("Claim",{opcode:fd.TX,data:t,to:e.refundCridgeContract,value:"0x0"},{metadata:{crossChainSwapClaimRefund:!0},submittedBack:()=>{o()},successBack:()=>{o()}})}))}),L=Z((()=>Cn.jsxs(c,{variant:c.Variant.contained,size:c.Size.small,color:"error",isLoading:S.isPending,disabled:S.isPending||"wait_claim_refund"!==e.subStatus,onClick:()=>{S.mutate()},sx:{typography:"h6",lineHeight:"16px",py:6,minWidth:98,height:28},children:["refund_success"===e.subStatus?"Claimed":"Claim","wait_claim_refund"!==e.subStatus&&Cn.jsx(Bh,{onlyHover:!0,title:e.subStatus,ml:4,sx:{color:y.palette.text.disabled}})]})),[S,e.subStatus,y.palette.text.disabled]);return t?Cn.jsxs(i,{sx:{backgroundColor:y.palette.background.paper,borderRadius:8},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",p:16,gap:16},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:8},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(yc,{width:24,height:24,address:null===(r=e.fromToken)||void 0===r?void 0:r.address,chainId:null===(s=e.fromToken)||void 0===s?void 0:s.chainId}),Cn.jsx(i,{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:Cn.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"})}),Cn.jsx(yc,{width:24,height:24,address:null===(d=e.toToken)||void 0===d?void 0:d.address,chainId:null===(u=e.toToken)||void 0===u?void 0:u.chainId})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(Xm,{isMobile:!1,statusText:w,statusColor:k,alphaColor:T,children:"success"!==e.status&&Cn.jsx(Bh,{onlyHover:!0,title:e.subStatus,ml:4,sx:{color:k}})}),n&&L]})]}),Cn.jsx(i,{sx:{typography:"h6",color:y.palette.text.secondary},children:I})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:16},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:8},children:[Cn.jsx(Km,{token:e.fromToken,amount:e.fromAmount,canAddMetamask:!1,title:"Pay",linkVisible:!1}),Cn.jsx(Km,{token:e.toToken,amount:e.toAmount,canAddMetamask:e.fromToken&&null!==(h=null===(p=Wa.get(e.fromToken.chainId))||void 0===p?void 0:p.isEVMChain)&&void 0!==h&&h,title:"Receive",linkVisible:!1})]}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",p:2,borderRadius:8,border:`1px solid ${y.palette.border.main}`},children:Cn.jsx(Qm,{show:E,onClick:()=>A((e=>!e)),sx:{color:"text.secondary"}})})]})]}),Cn.jsx(hf,{showFold:E,data:e,isMobile:t})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("tr",{children:[Cn.jsx(i,{component:"td",sx:{borderTopLeftRadius:8,borderBottomLeftRadius:E?0:8},children:e.fromToken&&Cn.jsx(Jm,{token:e.fromToken,amount:null!==(m=e.fromAmount)&&void 0!==m?m:"",showChain:!0})}),Cn.jsx("td",{children:e.toToken&&Cn.jsx(Jm,{token:e.toToken,amount:null!==(g=e.toAmount)&&void 0!==g?g:"",showChain:!0,canAddMetamask:null!==(x=null===(f=Wa.get(e.toToken.chainId))||void 0===f?void 0:f.isEVMChain)&&void 0!==x&&x})}),Cn.jsx("td",{children:Cn.jsx(Xm,{isMobile:t,statusText:w,statusColor:k,alphaColor:T,time:I,children:"success"!==e.status&&Cn.jsx(Bh,{onlyHover:!0,title:e.subStatus,ml:4,sx:{color:k}})})}),n?Cn.jsx("td",{children:L}):Cn.jsx("td",{children:e.fromToken&&e.toToken&&Cn.jsx(pf,{fromToken:e.fromToken,toToken:e.toToken,fromTokenPrice:e.fromTokenPrice,toTokenPrice:e.toTokenPrice})}),Cn.jsx(i,{component:"td",sx:{borderTopRightRadius:8,borderBottomRightRadius:E?0:8},children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:8},children:["refund_success"===e.subStatus&&Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(l,{title:"refund TX",placement:"top",onlyHover:!0,children:Cn.jsx(i,{component:"a",href:e.refundChainId&&e.refundHash?Fl(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:Cn.jsx(i,{component:Mn.ArrowTopRightBorder,sx:{width:18,height:18}})})}),Cn.jsx(i,{sx:{height:16,width:"1px",backgroundColor:"border.main"}})]}),Cn.jsx(Qm,{show:E,onClick:()=>A((e=>!e))})]})})]}),Cn.jsx("tr",{children:Cn.jsx(i,{component:"td",colSpan:5,sx:{p:"0 !important",backgroundColor:"transparent !important"},children:Cn.jsx(hf,{showFold:E,data:e})})})]})}function gf({account:t,type:n}){const{isMobile:o}=ld(),r=function({account:e,limit:t=5,type:n}){var i;const{tokenList:o}=ds(),r=Kl().getInfiniteQuery(ye.graphql.cross_chain_swap_zetachain_orderList,"page",{where:{user:e,pageSize:t,type:n}}),a=Qe(Object.assign(Object.assign({},r),{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}})),s=Z((()=>{var e,t,n,i;return null!==(i=null===(n=null===(t=null===(e=a.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=o.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=o.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 Se(e.fromAmount).div(10**t.decimals).dp(t.decimals,Se.ROUND_DOWN):null,r=(null==e?void 0:e.toAmount)&&n?new Se(e.toAmount).div(10**n.decimals).dp(n.decimals,Se.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:r,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:us({omniPlan:null==e?void 0:e.omniPlan,tokenList:o})},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&&r&&t?r.div(i).dp(t.decimals,Se.ROUND_DOWN).toString():null,toTokenPrice:i&&r&&n?i.div(r).dp(n.decimals,Se.ROUND_DOWN).toString():null}})))&&void 0!==i?i:[]}),[null===(i=a.data)||void 0===i?void 0:i.pages,o]);return Object.assign(Object.assign({},a),{orderList:s})}({account:t,limit:o?10:5,type:n}),a="error_refund"===n;return Cn.jsx(Ym,{isMobile:o,empty:!r.orderList.length,loading:r.isLoading,children:o?Cn.jsxs(i,{sx:{pt:12,px:16,display:"flex",flexDirection:"column",gap:8},children:[r.orderList.map((e=>Cn.jsx(mf,{data:e,isMobile:o,isErrorRefund:a,refetch:r.refetch},e.hash))),Cn.jsx(eg,{loading:r.isFetchingNextPage,onClick:r.fetchNextPage,hasMore:r.hasNextPage,height:68})]}):Cn.jsx(Cn.Fragment,{children:Cn.jsxs(tg,{loadMoreLoading:r.isFetchingNextPage,loadMore:r.fetchNextPage,hasMore:r.hasNextPage,children:[Cn.jsx("thead",{children:Cn.jsxs("tr",{children:[Cn.jsx("th",{children:Cn.jsx(i,{sx:{display:"flex",alignItems:"center",gap:8},children:Cn.jsx(e,{id:"4fL/V7",message:"Pay"})})}),Cn.jsx("th",{children:Cn.jsx(e,{id:"lDgVWA",message:"Receive"})}),Cn.jsx("th",{children:Cn.jsx(e,{id:"uAQUqI",message:"Status"})}),a?Cn.jsx("th",{children:Cn.jsx(e,{id:"rzh/Z8",message:"Claim refunds"})}):Cn.jsx("th",{children:Cn.jsx(e,{id:"fqDzSu",message:"Rate"})}),Cn.jsx(i,{component:"th",sx:{width:140,textAlign:"right !important"},children:Cn.jsx(e,{id:"URmyfc",message:"Details"})})]})}),Cn.jsx("tbody",{children:r.orderList.map((e=>Cn.jsx(mf,{data:e,isMobile:o,isErrorRefund:a,refetch:r.refetch},e.hash)))})]})})})}function ff({account:e,limit:t=5}){var n,i,o,r;const a=void 0,s=Kl().getInfiniteQuery(ye.graphql.cross_chain_swap_zetachain_swapOrderList,"page",{where:{userAddress:null==e?void 0:e.toLowerCase(),pageSize:t}}),l=Qe(Object.assign(Object.assign({},s),{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}})),d=null!==(r=null===(o=null===(i=null===(n=l.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,s,l,d,c,u,p,h,m,g,f,x,y,v,b;let j="";const C=null!==(i=null===(n=null==t?void 0:t.extra)||void 0===n?void 0:n.safeTxHash)&&void 0!==i?i:void 0;return C&&a&&e&&(j=a(C,null==t?void 0:t.chainId,e)),{hash:null!==(o=null==t?void 0:t.hash)&&void 0!==o?o:"",fromToken:Zl({address:null!==(r=null==t?void 0:t.fromTokenAddress)&&void 0!==r?r:"",decimals:null==t?void 0:t.fromTokenDecimals,symbol:null!==(s=null==t?void 0:t.fromTokenSymbol)&&void 0!==s?s:"",name:null!==(l=null==t?void 0:t.fromTokenSymbol)&&void 0!==l?l:""},null==t?void 0:t.chainId),toToken:Zl({address:null!==(d=null==t?void 0:t.toTokenAddress)&&void 0!==d?d:"",decimals:null==t?void 0:t.toTokenDecimals,symbol:null!==(c=null==t?void 0:t.toTokenSymbol)&&void 0!==c?c:"",name:null!==(u=null==t?void 0:t.toTokenSymbol)&&void 0!==u?u:""},null==t?void 0:t.chainId),fromAmount:(null==t?void 0:t.fromAmount)&&String(t.fromTokenDecimals)?new Se(t.fromAmount).div(10**t.fromTokenDecimals):null,toAmount:null!==(p=null==t?void 0:t.toAmount)&&void 0!==p?p:"",minAmount:null!==(h=null==t?void 0:t.minAmount)&&void 0!==h?h:"",fromTokenPrice:null!==(m=null==t?void 0:t.fromTokenPrice)&&void 0!==m?m:"",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!==(y=null===(x=null==t?void 0:t.extra)||void 0===x?void 0:x.routeData)&&void 0!==y?y:"",safeTxHash:C,safeTxUrl:j,status:null!==(v=null==t?void 0:t.status)&&void 0!==v?v:"",transactionHash:null===(b=null==t?void 0:t.extra)||void 0===b?void 0:b.transactionHash}})))&&void 0!==r?r:[];return Object.assign(Object.assign({},l),{orderList:d})}var xf,yf;function vf({showFold:t,isMobile:n,data:o}){const r=a(),{routeData:s}=Sm({rawRouteData:o.routeData,chainId:o.fromToken.chainId}),l=Z((()=>o.fromTokenPrice?new Se(o.fromTokenPrice):new Se(0)),[o.fromTokenPrice]);return Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:24,p:t?16:0,borderBottomLeftRadius:8,borderBottomRightRadius:8,background:`linear-gradient(0deg, ${r.palette.background.skeleton} 0%, ${r.palette.background.skeleton} 100%), ${r.palette.background.paper}`,maxHeight:t?400:0,transition:"all 300ms",overflow:"hidden",[r.breakpoints.up("tablet")]:{marginTop:"-4px",marginBottom:"4px"}},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",typography:"h6",color:r.palette.text.secondary},children:[Cn.jsx(e,{id:"URmyfc",message:"Details"}),n&&Cn.jsxs(i,{children:["Rate: 1 ",o.fromToken.symbol,"=",l&&l.isFinite()?ms({input:l,decimals:o.toToken.decimals}):"-"," ",o.toToken.symbol]})]}),n?Cn.jsx(Ec,{routeData:s,fromTokenRaw:o.fromToken,toTokenRaw:o.toToken}):Cn.jsx(Ac,{routeData:s,fromTokenRaw:o.fromToken,toTokenRaw:o.toToken})]})}function bf({data:e,isMobile:t}){var n,o,r,s,l,d;const c=a(),[u,p]=W.useState(!1),{statusText:h,statusColor:m,statusAlphaColor:g}=function({status:e,stateTextMap:t}){let n=t?t[e]:e;const i=a();let o,r=le._({id:"yQE2r9",message:"Loading"}),s=i.palette.text.primary;switch(e){case xf.Warning:r=le._({id:"GGWsTU",message:"Canceled"}),o=.1;break;case xf.Failed:r=le._({id:"7Bj3x9",message:"Failed"}),s=i.palette.error.main;break;case xf.Success:r=le._({id:"KAbcm2",message:"Succeeded"}),s=i.palette.success.main}return{state:n,statusText:r,statusColor:s,statusAlphaColor:o}}({status:e.status}),f=Qd(new Date(e.createdAt));return t?Cn.jsxs(i,{sx:{backgroundColor:c.palette.background.paper,borderRadius:8},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",p:16,gap:16},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:8},onClick:()=>window.open(Fl(e.fromToken.chainId,e.hash,"tx"),"_blank"),children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(yc,{width:24,height:24,address:e.fromToken.address,chainId:e.fromToken.chainId}),Cn.jsx(i,{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:Cn.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"})}),Cn.jsx(yc,{width:24,height:24,address:e.toToken.address,chainId:e.toToken.chainId})]}),Cn.jsx(Xm,{isMobile:!1,statusText:h,statusColor:m,alphaColor:g})]}),Cn.jsx(i,{sx:{typography:"h6",color:c.palette.text.secondary},children:f})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:16},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:8},children:[Cn.jsx(Km,{token:e.fromToken,amount:e.fromAmount,canAddMetamask:!1,title:"Pay"}),Cn.jsx(Km,{token:e.toToken,amount:e.toAmount,canAddMetamask:null!==(o=null===(n=Wa.get(e.fromToken.chainId))||void 0===n?void 0:n.isEVMChain)&&void 0!==o&&o,title:"Receive"})]}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",p:2,borderRadius:8,border:`1px solid ${c.palette.border.main}`},children:Cn.jsx(Qm,{show:u,onClick:()=>p((e=>!e)),sx:{color:"text.secondary"}})})]})]}),Cn.jsx(vf,{showFold:u,data:e,isMobile:!0})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("tr",{children:[Cn.jsx(i,{component:"td",sx:{borderTopLeftRadius:8,borderBottomLeftRadius:u?0:8},children:Cn.jsx(Jm,{token:e.fromToken,amount:null!==(r=e.fromAmount)&&void 0!==r?r:"",showChain:!0})}),Cn.jsx("td",{children:Cn.jsx(Jm,{token:e.toToken,amount:null!==(s=e.toAmount)&&void 0!==s?s:"",showChain:!0,canAddMetamask:null!==(d=null===(l=Wa.get(e.toToken.chainId))||void 0===l?void 0:l.isEVMChain)&&void 0!==d&&d})}),Cn.jsx("td",{children:Cn.jsx(Xm,{isMobile:t,statusText:h,statusColor:m,alphaColor:g,time:f})}),Cn.jsx("td",{children:Cn.jsx(pf,{fromToken:e.fromToken,toToken:e.toToken,fromTokenPrice:e.fromTokenPrice,toTokenPrice:e.toTokenPrice})}),Cn.jsx(i,{component:"td",sx:{borderTopRightRadius:8,borderBottomRightRadius:u?0:8},children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(i,{component:"a",href:Fl(e.fromToken.chainId,e.hash,"tx"),target:"_blank",rel:"noopener noreferrer",sx:{p:3,color:"primary.main",display:"flex",alignItems:"center",justifyContent:"center"},children:Cn.jsx(i,{component:Mn.ArrowTopRightBorder,sx:{width:18,height:18}})}),Cn.jsx(i,{sx:{height:16,width:"1px",backgroundColor:"border.main"}}),Cn.jsx(Qm,{show:u,onClick:()=>p((e=>!e))})]})})]}),Cn.jsx("tr",{children:Cn.jsx(i,{component:"td",colSpan:5,sx:{p:"0 !important",backgroundColor:"transparent !important"},children:Cn.jsx(vf,{showFold:u,data:e})})})]})}function jf({account:t}){const{isMobile:n}=ld(),o=ff({account:t,limit:n?10:5});return Cn.jsx(Ym,{isMobile:n,empty:!o.orderList.length,loading:o.isLoading,children:n?Cn.jsxs(i,{sx:{pt:12,px:16,display:"flex",flexDirection:"column",gap:8},children:[o.orderList.map((e=>Cn.jsx(bf,{data:e,isMobile:n},e.hash))),Cn.jsx(eg,{loading:o.isFetchingNextPage,onClick:o.fetchNextPage,hasMore:o.hasNextPage,height:68})]}):Cn.jsx(Cn.Fragment,{children:Cn.jsxs(tg,{loadMoreLoading:o.isFetchingNextPage,loadMore:o.fetchNextPage,hasMore:o.hasNextPage,children:[Cn.jsx("thead",{children:Cn.jsxs("tr",{children:[Cn.jsx("th",{children:Cn.jsx(i,{sx:{display:"flex",alignItems:"center",gap:8},children:Cn.jsx(e,{id:"4fL/V7",message:"Pay"})})}),Cn.jsx("th",{children:Cn.jsx(e,{id:"lDgVWA",message:"Receive"})}),Cn.jsx("th",{children:Cn.jsx(e,{id:"uAQUqI",message:"Status"})}),Cn.jsx("th",{children:Cn.jsx(e,{id:"fqDzSu",message:"Rate"})}),Cn.jsx(i,{component:"th",sx:{width:140},children:Cn.jsx(e,{id:"URmyfc",message:"Details"})})]})}),Cn.jsx("tbody",{children:o.orderList.map((e=>Cn.jsx(bf,{data:e,isMobile:n},e.hash)))})]})})})}function Cf(e){var{sx:t}=e,n=hn(e,["sx"]);return Cn.jsx(L,{...n,sx:Object.assign(Object.assign({},t),{display:"flex",flexDirection:"column",overflow:"hidden"})})}function wf(){const e=a(),{isMobile:t}=ld(),n=G(null),{evmAccount:o,solanaAccount:r,bitcoinAccount:s}=$l(),[l,d]=z(yf.sameChain),[c,u]=z(),p=Z((()=>[{key:yf.sameChain,value:"Same chain Swaps"},{key:yf.crossChain,value:"Cross Chain Swaps"},{key:yf.errorRefunds,value:"Error Refunds"}]),[]),h=Z((()=>{var e,t,n;const i=[];if(o.isConnected&&o.address){const t=null===(e=Wa.entries().find((([e,t])=>t.isEVMChain)))||void 0===e?void 0:e[1];t&&i.push({account:ll(o.address),firstChain:t})}if(r.isConnected&&r.address){const e=null===(t=Wa.entries().find((([e,t])=>t.isSolanaChain)))||void 0===t?void 0:t[1];e&&i.push({account:r.address,firstChain:e})}if(s.isConnected&&s.address){const e=null===(n=Wa.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,o.address,o.isConnected,r.address,r.isConnected]);Y((()=>{u((()=>{if(h.length>0)return h[0].account}))}),[h]);return Cn.jsxs(A,{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:t?void 0:"gradient-card-border",children:[Cn.jsx(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"flex-start",px:16,pt:20,[e.breakpoints.up("laptop")]:{px:24}},children:Cn.jsx(D,{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}}})}),Cn.jsx(i,{ref:n,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(((t,o)=>{const r=c===t.account,a=o===h.length-1,s=0===o;return Cn.jsxs(i,{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(e.palette.success.main,.1),color:"success.main"}),{"&:hover":{backgroundColor:r?T(e.palette.success.main,.1):e.palette.background.paperDarkContrast}}),onClick:()=>((e,t,i)=>{u(e),n.current&&(t?n.current.scrollTo({left:n.current.scrollWidth,behavior:"smooth"}):i&&n.current.scrollTo({left:0,behavior:"smooth"}))})(t.account,a,s),children:[t.firstChain&&Cn.jsx(i,{component:t.firstChain.logo,sx:{width:16,height:16}}),"(",Ul(t.firstChain.chainId),")",Nl(t.account)]},t.account)}))}),c?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Cf,{value:yf.sameChain,sx:{display:"flex",flexDirection:"column",overflow:"hidden"},children:Cn.jsx(jf,{account:c})}),Cn.jsx(Cf,{value:yf.crossChain,sx:{display:"flex",flexDirection:"column",overflow:"hidden"},children:Cn.jsx(gf,{account:c})}),Cn.jsx(Cf,{value:yf.errorRefunds,sx:{display:"flex",flexDirection:"column",overflow:"hidden"},children:Cn.jsx(gf,{account:c,type:"error_refund"})})]}):Cn.jsx(Ym,{isMobile:t,empty:!0,loading:!1})]})}!function(e){e.Running="pending",e.Success="success",e.Failed="failed",e.Warning="reset"}(xf||(xf={})),function(e){e.sameChain="same-chain",e.crossChain="cross-chain",e.errorRefunds="error-refunds"}(yf||(yf={}));const kf="widget-module-container",Tf=W.forwardRef((function(e,t){var{sx:n}=e,o=hn(e,["sx"]);const{isMobile:r}=ld();return Cn.jsx(i,{className:kf,ref:t,sx:Object.assign(Object.assign({flex:1,backgroundColor:"transparent"},r?{padding:0,height:"100%",width:"100%",overflowX:"hidden"}:{padding:0,height:"auto"}),n),...o})}));var Ef;!function(e){e.Pool="pool",e.PoolDetail="poolDetail",e.CreatePool="createPool",e.ModifyPool="modifyPool",e.MiningList="miningList",e.MiningDetail="miningDetail",e.createPoolAMMV2="createPoolAMMV2",e.createPoolAMMV3="createPoolAMMV3"}(Ef||(Ef={}));const Af=Xe(((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:Ef.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 If({title:e,descList:t,linkTo:n,sx:o}){const r=a();return Cn.jsxs(i,{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:[Cn.jsx(i,{sx:{color:r.palette.text.primary,typography:"body1",fontWeight:500,lineHeight:"24px"},children:e}),Cn.jsx(i,{sx:{display:"flex",alignItems:"stretch",gap:24},children:t.map(((e,t)=>Cn.jsxs(i,{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:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(i,{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:t+1}),Cn.jsx(i,{sx:{color:r.palette.text.primary,typography:"body2",fontWeight:500,lineHeight:"24px"},children:e.title})]}),Cn.jsx(i,{sx:{color:r.palette.text.secondary,typography:"h6",fontWeight:500,lineHeight:"18px"},children:e.desc})]},t)))}),Cn.jsx(i,{component:"a",href:n,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 Sf=[{value:0,label:"0%"},{value:25,label:"25%"},{value:50,label:"50%"},{value:75,label:"75%"},{value:100,label:"100%"}];function Lf({disabled:e,value:t,onChange:n,sx:o}){return Cn.jsxs(i,{sx:Object.assign({p:20,backgroundColor:"background.cardInput",borderRadius:12},o),children:[Cn.jsx(um,{value:String(t),onChange:e=>n(+e),readOnly:!0,readonlyShowSuffix:!0,suffix:Cn.jsx(i,{sx:{typography:"h2"},children:"%"}),sx:{mt:12,backgroundColor:"background.cardInput","& input":{pl:0,typography:"h1"}}}),Cn.jsx(i,{sx:{mt:20},children:Cn.jsx(w,{marks:Sf,step:1,disabled:e,value:t,onChange:(e,t)=>n(t)})})]})}function Of({active:t,sx:n,onClick:o}){const r=a(),s="light"===r.palette.mode;let l=r.palette.primary.main,c="transparent";return t&&(l=r.palette.primary.contrastText,c=T(r.palette.primary.main,.8)),Cn.jsx(i,{component:d,sx:Object.assign({typography:"body2",p:t?r.spacing(8,20,9):r.spacing(7,19,8),minWidth:79,border:t?void 0:`1px solid ${l}`,color:l,backgroundColor:c,borderRadius:8,fontWeight:600,"&:hover":{color:t?r.palette.primary.contrastText:r.palette.primary.main,backgroundColor:t?r.palette.primary.main:s?"rgba(26, 26, 27, 0.04)":"rgba(241, 249, 2, 0.08)"}},n),onClick:o,children:Cn.jsx(e,{id:"R9Khdg",message:"Auto"})})}const Rf="auto",_f="0.1",Mf="0.5",Pf="0.5",Bf=.01,Df=({address:e,type:t})=>{const[n,i]=z(Rf),o=Z((()=>n===Rf?"AMMV3"===t?new Se(Pf).div(100).toNumber():"AMMV2"===t?new Se(Mf).div(100).toNumber():new Se(_f).div(100).toNumber():n),[n,t]);return{slipper:n,setSlipper:i,slipperValue:o,resetSlipper:()=>{i(Rf)}}};function Nf({type:t,disabled:n,value:o,onChange:r,sx:s}){const d=a(),c=o===Rf,[u,p]=z(c?"":new Se(o).times(100).toNumber()),h="AMMV3"==t?Pf:"AMMV2"==t?Mf:_f;return Cn.jsx(l,{disabled:n,onlyClick:!0,title:Cn.jsxs(i,{sx:{backgroundColor:d.palette.background.paper,padding:d.spacing(12,20),borderRadius:8,width:318,maxWidth:"90vw",boxSizing:"border-box"},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",typography:"body2"},children:[Cn.jsx("span",{children:Cn.jsx(e,{id:"lqTDfd",message:"Slippage Tolerance"})}),Cn.jsxs("span",{children:[c?h:o&&new Se(o).times(100).toNumber(),"%"]})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",margin:d.spacing(16,0,0,0)},children:[Cn.jsx(Of,{sx:{borderRadius:8,whiteSpace:"nowrap"},onClick:()=>{p(""),r(Rf)},active:c}),Cn.jsx(b,{placeholder:String(h),value:u,onChange:e=>{const{value:t}=e.target;p(t),r(t?new Se(t).div(100).toNumber():Rf)},onBlur:()=>{(!c&&new Se(o).gt(.1)||new Se(o).lte(0))&&(p(10),r(.1))},suffix:Cn.jsx(i,{sx:{mr:16},children:"%"}),sx:{ml:8,"& input":{px:16,py:0,height:"39px"}}})]})]}),sx:{p:0},arrow:!1,placement:"bottom-end",children:Cn.jsx(M,{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"},s),children:Cn.jsx(i,{component:Mn.Setting,sx:{width:18,height:18,"& path:last-child":{fill:d.palette.text.primary}}})})})}const Ff=50;var qf,Uf,Vf;function Hf(t){var n,i,o,{chainId:r,includeButton:a}=t,s=hn(t,["chainId","includeButton"]);const{chainId:l,getAppKitAccountByChainId:d,open:u}=$l(),[p,h]=W.useState(!1),m=$m(r),g=void 0!==l&&void 0!==r&&l!==r,f=d(r);return!(null==f?void 0:f.appKitAccount.address)||p||void 0===l||r&&r!==l?Cn.jsx(Cn.Fragment,{children:Cn.jsx(c,{...s,isLoading:p,onClick:()=>mn(this,void 0,void 0,(function*(){if(g)return m?(h(!0),yield m(),void h(!1)):void 0;h(!0),u({namespace:null==f?void 0:f.namespace}),h(!1)})),children:p?Cn.jsx(e,{id:"J28zul",message:"Connecting..."}):g&&r?le._({id:"1+P9RR",message:"Switch to {0}",values:{0:null!==(o=null===(i=Wa.get(r))||void 0===i?void 0:i.name)&&void 0!==o?o:"unknown"}}):Cn.jsx(e,{id:"r7ScnQ",message:"Connect to a wallet"})})}):a?Cn.jsx(Cn.Fragment,{children:null!==(n=s.children)&&void 0!==n?n:null}):Cn.jsx(c,{...s})}!function(e){e[e.quantity=1]="quantity",e[e.percentage=2]="percentage"}(qf||(qf={})),function(e){e.CURRENCY_A="CURRENCY_A",e.CURRENCY_B="CURRENCY_B"}(Uf||(Uf={})),function(e){e.LOWER="LOWER",e.UPPER="UPPER"}(Vf||(Vf={}));const Wf={xs:"4px",sm:"8px",md:"12px",lg:"24px",xl:"32px"},Zf=({children:e,sx:t})=>(a(),Cn.jsx(i,{sx:Object.assign({display:"flex",flexDirection:"column",gap:20,px:20,py:20,borderRadius:12},t),children:e})),$f=({children:e,sx:t})=>{const n=a();return Cn.jsx(Zf,{sx:Object.assign(Object.assign({},t),{backgroundColor:n.palette.background.paperContrast}),children:e})},zf=({children:e})=>{const t=a();return Cn.jsxs(i,{sx:{p:8,borderRadius:8,backgroundColor:T(t.palette.warning.main,.1),display:"flex",alignItems:"center",gap:8},children:[Cn.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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:t.palette.warning.main})}),Cn.jsx(i,{sx:{typography:"h6",color:t.palette.warning.main,textAlign:"left"},children:e})]})};function Gf({gap:e,flex:t,children:n,style:o}){return Cn.jsx(i,{sx:Object.assign(Object.assign(Object.assign({display:"flex",flexDirection:"column",justifyContent:"flex-start",gap:e&&Wf[e]||e},t&&{flex:t}),{width:"100%",alignItems:"center"}),o),children:n})}function Yf({gap:e,justify:t,grow:n,children:o,style:r}){return Cn.jsx(i,{sx:Object.assign({display:"grid",gridAutoRows:"auto",gridRowGap:e&&Wf[e]||e,justifyItems:t,flexGrow:n&&1},r),children:o})}function Qf({gap:e,children:t,sx:n}){return Cn.jsx(i,{sx:Object.assign({width:"100%",display:"flex",padding:0,alignItems:"center",justifyContent:"flex-start",gap:e&&Wf[e]||e},n),children:t})}function Xf({children:e,style:t}){return Cn.jsx(Qf,{sx:Object.assign({justifyContent:"space-between"},t),children:e})}function Kf({gap:e,justify:t,children:n,sx:i}){return Cn.jsx(Qf,{sx:Object.assign({position:"relative",width:"fit-content",margin:`-${e}`},i),children:n})}function Jf({children:e,disabled:t,sx:n}){return Cn.jsx(Qf,{sx:Object.assign({display:"flex",flexDirection:"column",alignItems:"stretch",gap:12,opacity:t?.2:1,pointerEvents:t?"none":"auto"},n),children:e})}const ex=({chainId:t,approvalA:n,approvalB:o,parsedAmounts:r,isValid:a,depositADisabled:s,depositBDisabled:l,errorMessage:d,setShowConfirm:u})=>{var p,h;const m=n.needApprove&&!!r[Uf.CURRENCY_A]||n.isApproving,g=o.needApprove&&!!r[Uf.CURRENCY_B]||o.isApproving;return Cn.jsx(Hf,{includeButton:!0,fullWidth:!0,chainId:t,children:Cn.jsxs(Yf,{gap:"md",style:{width:"100%"},children:[(m||g)&&a&&Cn.jsxs(i,{sx:{width:"100%",display:"flex",padding:0,alignItems:"center",justifyContent:"space-between",gap:8},children:[m&&Cn.jsx(c,{size:c.Size.big,isLoading:n.isApproving,onClick:n.submitApprove,disabled:n.insufficientBalance,width:g?"50%":"100%",children:n.isApproving?Cn.jsx(e,{id:"DTFrUE",message:"Approving {0}...",values:{0:null===(p=n.token)||void 0===p?void 0:p.symbol}}):n.approveTitle}),g&&Cn.jsx(c,{size:c.Size.big,isLoading:o.isApproving,onClick:o.submitApprove,disabled:o.insufficientBalance,width:m?"50%":"100%",children:o.isApproving?Cn.jsx(e,{id:"DTFrUE",message:"Approving {0}...",values:{0:null===(h=o.token)||void 0===h?void 0:h.symbol}}):o.approveTitle})]}),Cn.jsx(c,{fullWidth:!0,size:c.Size.big,onClick:()=>{u(!0)},disabled:!a||n.needApprove&&!s||o.needApprove&&!l,danger:!a&&!!r[Uf.CURRENCY_A]&&!!r[Uf.CURRENCY_B],children:d||le._({id:"rdUucN",message:"Preview"})})]})})},tx=({chainId:e,disabled:t,isLoading:n,onConfirm:i})=>Cn.jsx(Hf,{includeButton:!0,fullWidth:!0,chainId:e,children:Cn.jsx(c,{fullWidth:!0,size:c.Size.big,onClick:i,disabled:t,isLoading:n,children:le._({id:"h5pjuM",message:"Collect fees"})})});function nx(e){const t=G();return Y((()=>{t.current=e})),t.current}const ix=[.25,.5,.75,1];function ox({currentValue:e,onClick:t,sx:n}){const o=a(),r="light"===o.palette.mode,{isMobile:s}=ld(),[l,c]=z(null),u=G(0);Y((()=>{e?(u.current+=1,u.current>=2&&(c(null),u.current=0)):c(null)}),[e]);const p=nx(e);return Y((()=>{p===e&&1===l&&(u.current=1)}),[e,p,l]),Cn.jsx(i,{sx:Object.assign({display:"grid",gap:s?10:14,gridTemplateColumns:`repeat(${ix.length}, 1fr)`},n),children:ix.map((e=>{const n=e===l;return Cn.jsxs(d,{sx:{typography:"h6",borderRadius:4,padding:o.spacing(4,0),width:"100%",color:"text.secondary",backgroundColor:"background.paperDarkContrast","&:hover":{color:o.palette.text.primary,backgroundColor:T(o.palette.text.primary,.2)},"&.selected, &:focus":{color:"#fff",backgroundColor:r?o.palette.primary.main:T(o.palette.text.primary,.4)}},onClick:()=>{n||(u.current=0,c(e),t(e))},className:n?"selected":void 0,children:[100*e,"%"]},e)}))})}const rx=({value:t,onUserInput:n,maxAmount:o,balance:r,currency:s,locked:l})=>{var c,u;const p=a(),h=$((e=>{if(!o||!s)return;const t=o.toExact().multipliedBy(e).dp(s.decimals).toString();n(t)}),[s,o,n]),m=Z((()=>r?ms({input:r.toExact(),decimals:null==s?void 0:s.decimals}):"-"),[null==s?void 0:s.decimals,r]);return Cn.jsxs(i,{sx:{pt:20,pb:20,px:20,borderRadius:16,backgroundColor:p.palette.background.cardInput},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:4},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,color:p.palette.text.primary,typography:"h5"},children:[(null==s?void 0:s.address)&&Cn.jsx(yc,{address:null!==(c=null==s?void 0:s.address)&&void 0!==c?c:"",chainId:null==s?void 0:s.chainId,noShowChain:!0,width:24,height:24,marginRight:0}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},children:(null==s?void 0:s.address)?Cn.jsx(i,{children:null!==(u=null==s?void 0:s.symbol)&&void 0!==u?u:"-"}):Cn.jsx(e,{id:"sIPJGT",message:"SELECT TOKEN"})})]}),Cn.jsxs(i,{component:d,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:[Cn.jsxs(i,{sx:{wordBreak:"keep-all"},children:[le._({id:"fsBGk0",message:"Balance"}),": "]}),Cn.jsx(i,{sx:{wordBreak:"break-all",textAlign:"right",display:"flex",alignItems:"center"},children:m})]})]}),Cn.jsx(um,{sx:{mt:4,backgroundColor:p.palette.background.cardInput},suffix:void 0,value:t,onChange:n,readOnly:l,withClear:!l}),l?null:Cn.jsx(ox,{sx:{mt:20,mb:0},onClick:h,currentValue:t})]})},ax={},sx={};var lx,dx;Object.values(de).filter((e=>"number"==typeof e)).map((e=>{const t=nt(e),n=it(e);t&&(ax[e]=t),n&&(sx[e]=n)})),de.MAINNET,de.ARBITRUM_ONE,de.SEPOLIA,de.TAIKO,function(e){e[e.EXACT_INPUT=0]="EXACT_INPUT",e[e.EXACT_OUTPUT=1]="EXACT_OUTPUT"}(lx||(lx={})),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"}(dx||(dx={}));const cx=Gt.BigInt("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"),ux={[dx.ROUND_DOWN]:Se.ROUND_DOWN,[dx.ROUND_HALF_UP]:Se.ROUND_HALF_UP,[dx.ROUND_UP]:Se.ROUND_UP},px={[dx.ROUND_DOWN]:Se.ROUND_DOWN,[dx.ROUND_HALF_UP]:Se.ROUND_HALF_UP,[dx.ROUND_UP]:Se.ROUND_UP};class hx{constructor(e,t=Gt.BigInt(1)){this.numerator=Gt.BigInt(e),this.denominator=Gt.BigInt(t)}static tryParseFraction(e){if(e instanceof Gt||"number"==typeof e||"string"==typeof e)return new hx(e);if("numerator"in e&&"denominator"in e)return e;throw new Error("Could not parse fraction")}get quotient(){return Gt.divide(this.numerator,this.denominator)}get remainder(){return new hx(Gt.remainder(this.numerator,this.denominator),this.denominator)}invert(){return new hx(this.denominator,this.numerator)}add(e){const t=hx.tryParseFraction(e);return Gt.equal(this.denominator,t.denominator)?new hx(Gt.add(this.numerator,t.numerator),this.denominator):new hx(Gt.add(Gt.multiply(this.numerator,t.denominator),Gt.multiply(t.numerator,this.denominator)),Gt.multiply(this.denominator,t.denominator))}subtract(e){const t=hx.tryParseFraction(e);return Gt.equal(this.denominator,t.denominator)?new hx(Gt.subtract(this.numerator,t.numerator),this.denominator):new hx(Gt.subtract(Gt.multiply(this.numerator,t.denominator),Gt.multiply(t.numerator,this.denominator)),Gt.multiply(this.denominator,t.denominator))}lessThan(e){const t=hx.tryParseFraction(e);return Gt.lessThan(Gt.multiply(this.numerator,t.denominator),Gt.multiply(t.numerator,this.denominator))}equalTo(e){const t=hx.tryParseFraction(e);return Gt.equal(Gt.multiply(this.numerator,t.denominator),Gt.multiply(t.numerator,this.denominator))}greaterThan(e){const t=hx.tryParseFraction(e);return Gt.greaterThan(Gt.multiply(this.numerator,t.denominator),Gt.multiply(t.numerator,this.denominator))}multiply(e){const t=hx.tryParseFraction(e);return new hx(Gt.multiply(this.numerator,t.numerator),Gt.multiply(this.denominator,t.denominator))}divide(e){const t=hx.tryParseFraction(e);return new hx(Gt.multiply(this.numerator,t.denominator),Gt.multiply(this.denominator,t.numerator))}toSignificant(e,t={decimalSeparator:".",groupSeparator:"",groupSize:3,secondaryGroupSize:0,fractionGroupSeparator:"",fractionGroupSize:0},n=dx.ROUND_HALF_UP){Yt(Number.isInteger(e),`${e} is not an integer.`),Yt(e>0,`${e} is not positive.`);const i=ux[n],o=new Se(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=dx.ROUND_HALF_UP){Yt(Number.isInteger(e),`${e} is not an integer.`),Yt(e>=0,`${e} is negative.`);const i=px[n];return new Se(this.numerator.toString()).decimalPlaces(e,i).div(this.denominator.toString()).toFormat(e,i,t)}get asFraction(){return new hx(this.numerator,this.denominator)}}class mx extends hx{static fromRawAmount(e,t){return new mx(e,t)}static fromFractionalAmount(e,t,n){return new mx(e,t,n)}constructor(e,t,n){super(t,n),Yt(Gt.lessThanOrEqual(this.quotient,cx),"AMOUNT"),this.currency=e,this.decimalScale=Gt.exponentiate(Gt.BigInt(10),Gt.BigInt(e.decimals))}add(e){Yt(this.currency.equals(e.currency),"CURRENCY");const t=super.add(e);return mx.fromFractionalAmount(this.currency,t.numerator,t.denominator)}subtract(e){Yt(this.currency.equals(e.currency),"CURRENCY");const t=super.subtract(e);return mx.fromFractionalAmount(this.currency,t.numerator,t.denominator)}multiply(e){const t=super.multiply(e);return mx.fromFractionalAmount(this.currency,t.numerator,t.denominator)}divide(e){const t=super.divide(e);return mx.fromFractionalAmount(this.currency,t.numerator,t.denominator)}toSignificant(e=6,t,n=dx.ROUND_DOWN){return super.divide(this.decimalScale).toSignificant(e,t,n)}toFixed(e=this.currency.decimals,t,n=dx.ROUND_DOWN){return Yt(e<=this.currency.decimals,"DECIMALS"),super.divide(this.decimalScale).toFixed(e,t,n)}toExact(){return new Se(this.quotient.toString()).div(this.decimalScale.toString())}get wrapped(){return this.currency.isToken?this:mx.fromFractionalAmount(this.currency.wrapped,this.numerator,this.denominator)}}const gx=new hx(Gt.BigInt(100));function fx(e){return new xx(e.numerator,e.denominator)}class xx extends hx{constructor(){super(...arguments),this.isPercent=!0}add(e){return fx(super.add(e))}subtract(e){return fx(super.subtract(e))}multiply(e){return fx(super.multiply(e))}divide(e){return fx(super.divide(e))}toSignificant(e=5,t,n){return super.multiply(gx).toSignificant(e,t,n)}toFixed(e=2,t,n){return super.multiply(gx).toFixed(e,t,n)}}class yx extends hx{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 hx(Gt.exponentiate(Gt.BigInt(10),Gt.BigInt(t.decimals)),Gt.exponentiate(Gt.BigInt(10),Gt.BigInt(n.decimals)))}invert(){return new yx(this.quoteCurrency,this.baseCurrency,this.numerator,this.denominator)}multiply(e){Yt(this.quoteCurrency.equals(e.baseCurrency),"TOKEN");const t=super.multiply(e);return new yx(this.baseCurrency,e.quoteCurrency,t.denominator,t.numerator)}quote(e){Yt(e.currency.equals(this.baseCurrency),"TOKEN");const t=super.multiply(e);return mx.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 vx{constructor(e,t,n,i){Yt(Number.isSafeInteger(e),"CHAIN_ID"),Yt(t>=0&&t<255&&Number.isInteger(t),"DECIMALS"),this.chainId=e,this.decimals=t,this.symbol=n,this.name=i}}function bx(e){try{return ll(e)}catch(t){throw new Error(`${e} is not a valid address.`)}}const jx=/^0x[0-9a-fA-F]{40}$/;class Cx extends vx{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(jx.test(e))return e;throw new Error(`${e} is not a valid address.`)}(t):bx(t),a&&Yt(a.gte(wt.from(0)),"NON-NEGATIVE FOT FEES"),s&&Yt(s.gte(wt.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 Yt(this.chainId===e.chainId,"CHAIN_IDS"),Yt(this.address.toLowerCase()!==e.address.toLowerCase(),"ADDRESSES"),this.address.toLowerCase()<e.address.toLowerCase()}get wrapped(){return this}}const wx=Gt.BigInt(Number.MAX_SAFE_INTEGER),kx=Gt.BigInt(0),Tx=Gt.BigInt(1),Ex=Gt.BigInt(2);const Ax=Gt.BigInt(0),Ix=1e4;new xx(Gt.BigInt(1),Ix),new xx(1,100),new xx(3,100),new xx(5,100),new xx(10,100),new xx(15,100);const Sx=new xx(0);new xx(1);const Lx="0x5ccd5621c1bb9e44ce98cef8b90d31eb2423dec3793b6239232cefae976936ea";var Ox;!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"}(Ox||(Ox={}));const Rx={[Ox.LOWEST]:1,[Ox.LOW_200]:4,[Ox.LOW_300]:6,[Ox.LOW_400]:8,[Ox.LOW]:10,[Ox.MEDIUM]:60,[Ox.HIGH]:200},_x=Gt.BigInt(-1),Mx=Gt.BigInt(0),Px=Gt.BigInt(1),Bx=Gt.exponentiate(Gt.BigInt(2),Gt.BigInt(96)),Dx=Gt.exponentiate(Bx,Gt.BigInt(2));function Nx({factoryAddress:e,tokenA:t,tokenB:n,fee:i,initCodeHashManualOverride:o,chainId:r}){const[a,s]=t.sortsBefore(n)?[t,n]:[n,t],l=Il(["bytes"],[tf.encode(["address","address","uint24"],[a.address,s.address,i])]),d=null!=o?o:function(e){switch(e){case de.TAIKO:case de.ZETACHAIN:case de.ZETACHAIN_TESTNET:return"0x5ccd5621c1bb9e44ce98cef8b90d31eb2423dec3793b6239232cefae976936ea";case de.SEPOLIA:return"0x4509fa1e2d1989ac1632a56fe87c53e8d1e9d05847694e00f62b23e28cec98c4";default:return Lx}}(r);return dl(e,l,d)}const Fx=Gt.BigInt(2),qx=[128,64,32,16,8,4,2,1].map((e=>[e,Gt.exponentiate(Fx,Gt.BigInt(e))]));function Ux(e,t){return Gt.signedRightShift(Gt.multiply(e,Gt.BigInt(t)),Gt.BigInt(128))}const Vx=Gt.exponentiate(Gt.BigInt(2),Gt.BigInt(32));class Hx{constructor(){}static getSqrtRatioAtTick(e){Yt(e>=Hx.MIN_TICK&&e<=Hx.MAX_TICK&&Number.isInteger(e),"TICK");const t=e<0?-1*e:e;let n=1&t?Gt.BigInt("0xfffcb933bd6fad37aa2d162d1a594001"):Gt.BigInt("0x100000000000000000000000000000000");return 2&t&&(n=Ux(n,"0xfff97272373d413259a46990580e213a")),4&t&&(n=Ux(n,"0xfff2e50f5f656932ef12357cf3c7fdcc")),8&t&&(n=Ux(n,"0xffe5caca7e10e4e61c3624eaa0941cd0")),16&t&&(n=Ux(n,"0xffcb9843d60f6159c9db58835c926644")),32&t&&(n=Ux(n,"0xff973b41fa98c081472e6896dfb254c0")),64&t&&(n=Ux(n,"0xff2ea16466c96a3843ec78b326b52861")),128&t&&(n=Ux(n,"0xfe5dee046a99a2a811c461f1969c3053")),256&t&&(n=Ux(n,"0xfcbe86c7900a88aedcffc83b479aa3a4")),512&t&&(n=Ux(n,"0xf987a7253ac413176f2b074cf7815e54")),1024&t&&(n=Ux(n,"0xf3392b0822b70005940c7a398e4b70f3")),2048&t&&(n=Ux(n,"0xe7159475a2c29b7443b29c7fa6e889d9")),4096&t&&(n=Ux(n,"0xd097f3bdfd2022b8845ad8f792aa5825")),8192&t&&(n=Ux(n,"0xa9f746462d870fdf8a65dc1f90e061e5")),16384&t&&(n=Ux(n,"0x70d869a156d2a1b890bb3df62baf32f7")),32768&t&&(n=Ux(n,"0x31be135f97d08fd981231505542fcfa6")),65536&t&&(n=Ux(n,"0x9aa508b5b7a84e1c677de54f3e99bc9")),131072&t&&(n=Ux(n,"0x5d6af8dedb81196699c329225ee604")),262144&t&&(n=Ux(n,"0x2216e584f5fa1ea926041bedfe98")),524288&t&&(n=Ux(n,"0x48a170391f7dc42444e8fa2")),e>0&&(n=Gt.divide(cx,n)),Gt.greaterThan(Gt.remainder(n,Vx),Mx)?Gt.add(Gt.divide(n,Vx),Px):Gt.divide(n,Vx)}static getTickAtSqrtRatio(e){Yt(Gt.greaterThanOrEqual(e,Hx.MIN_SQRT_RATIO)&&Gt.lessThan(e,Hx.MAX_SQRT_RATIO),"SQRT_RATIO");const t=Gt.leftShift(e,Gt.BigInt(32)),n=function(e){Yt(Gt.greaterThan(e,Mx),"ZERO"),Yt(Gt.lessThanOrEqual(e,cx),"MAX");let t=0;for(const[n,i]of qx)Gt.greaterThanOrEqual(e,i)&&(e=Gt.signedRightShift(e,Gt.BigInt(n)),t+=n);return t}(t);let i;i=Gt.greaterThanOrEqual(Gt.BigInt(n),Gt.BigInt(128))?Gt.signedRightShift(t,Gt.BigInt(n-127)):Gt.leftShift(t,Gt.BigInt(127-n));let o=Gt.leftShift(Gt.subtract(Gt.BigInt(n),Gt.BigInt(128)),Gt.BigInt(64));for(let e=0;e<14;e++){i=Gt.signedRightShift(Gt.multiply(i,i),Gt.BigInt(127));const t=Gt.signedRightShift(i,Gt.BigInt(128));o=Gt.bitwiseOr(o,Gt.leftShift(t,Gt.BigInt(63-e))),i=Gt.signedRightShift(i,t)}const r=Gt.multiply(o,Gt.BigInt("255738958999603826347141")),a=Gt.toNumber(Gt.signedRightShift(Gt.subtract(r,Gt.BigInt("3402992956809132418596140100660247210")),Gt.BigInt(128))),s=Gt.toNumber(Gt.signedRightShift(Gt.add(r,Gt.BigInt("291339464771989622907027621153398088495")),Gt.BigInt(128)));return a===s?a:Gt.lessThanOrEqual(Hx.getSqrtRatioAtTick(s),e)?s:a}}Hx.MIN_TICK=-887272,Hx.MAX_TICK=-Hx.MIN_TICK,Hx.MIN_SQRT_RATIO=Gt.BigInt("4295128739"),Hx.MAX_SQRT_RATIO=Gt.BigInt("1461446703485210103287273052203988822378723970342");class Wx{constructor(){}static mulDivRoundingUp(e,t,n){const i=Gt.multiply(e,t);let o=Gt.divide(i,n);return Gt.notEqual(Gt.remainder(i,n),Mx)&&(o=Gt.add(o,Px)),o}}const Zx=Gt.subtract(Gt.exponentiate(Gt.BigInt(2),Gt.BigInt(160)),Px);function $x(e,t){const n=Gt.multiply(e,t);return Gt.bitwiseAnd(n,cx)}class zx{constructor(){}static getAmount0Delta(e,t,n,i){Gt.greaterThan(e,t)&&([e,t]=[t,e]);const o=Gt.leftShift(n,Gt.BigInt(96)),r=Gt.subtract(t,e);return i?Wx.mulDivRoundingUp(Wx.mulDivRoundingUp(o,r,t),Px,e):Gt.divide(Gt.divide(Gt.multiply(o,r),t),e)}static getAmount1Delta(e,t,n,i){return Gt.greaterThan(e,t)&&([e,t]=[t,e]),i?Wx.mulDivRoundingUp(n,Gt.subtract(t,e),Bx):Gt.divide(Gt.multiply(n,Gt.subtract(t,e)),Bx)}static getNextSqrtPriceFromInput(e,t,n,i){return Yt(Gt.greaterThan(e,Mx)),Yt(Gt.greaterThan(t,Mx)),i?this.getNextSqrtPriceFromAmount0RoundingUp(e,t,n,!0):this.getNextSqrtPriceFromAmount1RoundingDown(e,t,n,!0)}static getNextSqrtPriceFromOutput(e,t,n,i){return Yt(Gt.greaterThan(e,Mx)),Yt(Gt.greaterThan(t,Mx)),i?this.getNextSqrtPriceFromAmount1RoundingDown(e,t,n,!1):this.getNextSqrtPriceFromAmount0RoundingUp(e,t,n,!1)}static getNextSqrtPriceFromAmount0RoundingUp(e,t,n,i){if(Gt.equal(n,Mx))return e;const o=Gt.leftShift(t,Gt.BigInt(96));if(i){let t=$x(n,e);if(Gt.equal(Gt.divide(t,n),e)){const n=function(e,t){const n=Gt.add(e,t);return Gt.bitwiseAnd(n,cx)}(o,t);if(Gt.greaterThanOrEqual(n,o))return Wx.mulDivRoundingUp(o,e,n)}return Wx.mulDivRoundingUp(o,Px,Gt.add(Gt.divide(o,e),n))}{let t=$x(n,e);Yt(Gt.equal(Gt.divide(t,n),e)),Yt(Gt.greaterThan(o,t));const i=Gt.subtract(o,t);return Wx.mulDivRoundingUp(o,e,i)}}static getNextSqrtPriceFromAmount1RoundingDown(e,t,n,i){if(i){const i=Gt.lessThanOrEqual(n,Zx)?Gt.divide(Gt.leftShift(n,Gt.BigInt(96)),t):Gt.divide(Gt.multiply(n,Bx),t);return Gt.add(e,i)}{const i=Wx.mulDivRoundingUp(n,Bx,t);return Yt(Gt.greaterThan(e,i)),Gt.subtract(e,i)}}}const Gx=Gt.exponentiate(Gt.BigInt(10),Gt.BigInt(6));class Yx{constructor(){}static computeSwapStep(e,t,n,i,o){const r={};o=Gt.BigInt(o);const a=Gt.greaterThanOrEqual(e,t),s=Gt.greaterThanOrEqual(i,Mx);if(s){const s=Gt.divide(Gt.multiply(i,Gt.subtract(Gx,o)),Gx);r.amountIn=a?zx.getAmount0Delta(t,e,n,!0):zx.getAmount1Delta(e,t,n,!0),Gt.greaterThanOrEqual(s,r.amountIn)?r.sqrtRatioNextX96=t:r.sqrtRatioNextX96=zx.getNextSqrtPriceFromInput(e,n,s,a)}else r.amountOut=a?zx.getAmount1Delta(t,e,n,!1):zx.getAmount0Delta(e,t,n,!1),Gt.greaterThanOrEqual(Gt.multiply(i,_x),r.amountOut)?r.sqrtRatioNextX96=t:r.sqrtRatioNextX96=zx.getNextSqrtPriceFromOutput(e,n,Gt.multiply(i,_x),a);const l=Gt.equal(t,r.sqrtRatioNextX96);return a?(r.amountIn=l&&s?r.amountIn:zx.getAmount0Delta(r.sqrtRatioNextX96,e,n,!0),r.amountOut=l&&!s?r.amountOut:zx.getAmount1Delta(r.sqrtRatioNextX96,e,n,!1)):(r.amountIn=l&&s?r.amountIn:zx.getAmount1Delta(e,r.sqrtRatioNextX96,n,!0),r.amountOut=l&&!s?r.amountOut:zx.getAmount0Delta(e,r.sqrtRatioNextX96,n,!1)),!s&&Gt.greaterThan(r.amountOut,Gt.multiply(i,_x))&&(r.amountOut=Gt.multiply(i,_x)),s&&Gt.notEqual(r.sqrtRatioNextX96,t)?r.feeAmount=Gt.subtract(i,r.amountIn):r.feeAmount=Wx.mulDivRoundingUp(r.amountIn,o,Gt.subtract(Gx,o)),[r.sqrtRatioNextX96,r.amountIn,r.amountOut,r.feeAmount]}}class Qx{constructor(){}static addDelta(e,t){return Gt.lessThan(t,Mx)?Gt.subtract(e,Gt.multiply(t,_x)):Gt.add(e,t)}}class Xx{getTick(e){return mn(this,void 0,void 0,(function*(){throw new Error(Xx.ERROR_MESSAGE)}))}nextInitializedTickWithinOneWord(e,t,n){return mn(this,void 0,void 0,(function*(){throw new Error(Xx.ERROR_MESSAGE)}))}}function Kx(e,t){return e.index-t.index}Xx.ERROR_MESSAGE="No tick data provider was given";class Jx{constructor(){}static validateList(e,t){Yt(t>0,"TICK_SPACING_NONZERO"),Yt(e.every((({index:e})=>e%t==0)),"TICK_SPACING"),Yt(Gt.equal(e.reduce(((e,{liquidityNet:t})=>Gt.add(e,t)),Mx),Mx),"ZERO_NET"),Yt(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,Kx),"SORTED")}static isBelowSmallest(e,t){return Yt(e.length>0,"LENGTH"),t<e[0].index}static isAtOrAboveLargest(e,t){return Yt(e.length>0,"LENGTH"),t>=e[e.length-1].index}static getTick(e,t){const n=e[this.binarySearch(e,t)];return Yt(n.index===t,"NOT_CONTAINED"),n}static binarySearch(e,t){Yt(!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(Yt(!Jx.isBelowSmallest(e,t),"BELOW_SMALLEST"),Jx.isAtOrAboveLargest(e,t))return e[e.length-1];return e[this.binarySearch(e,t)]}if(Yt(!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(Jx.isBelowSmallest(e,t))return[r,!1];const a=Jx.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 ey(e){let t=Gt.BigInt(e).toString(16);return t.length%2!=0&&(t=`0${t}`),`0x${t}`}function ty(e,t){const n=Gt.leftShift(Gt.BigInt(e),Gt.BigInt(192)),i=Gt.BigInt(t);return function(e){if(Yt(Gt.greaterThanOrEqual(e,kx),"NEGATIVE"),Gt.lessThan(e,wx))return Gt.BigInt(Math.floor(Math.sqrt(Gt.toNumber(e))));let t,n;for(t=e,n=Gt.add(Gt.divide(e,Ex),Tx);Gt.lessThan(n,t);)t=n,n=Gt.divide(Gt.add(Gt.divide(e,n),n),Ex);return t}(Gt.divide(n,i))}function ny(e,t,n){Gt.greaterThan(e,t)&&([e,t]=[t,e]);const i=Gt.divide(Gt.multiply(e,t),Bx);return Gt.divide(Gt.multiply(Gt.BigInt(n),i),Gt.subtract(t,e))}function iy(e,t,n){Gt.greaterThan(e,t)&&([e,t]=[t,e]);const i=Gt.multiply(Gt.multiply(Gt.BigInt(n),e),t),o=Gt.multiply(Bx,Gt.subtract(t,e));return Gt.divide(i,o)}function oy(e,t,n){return Gt.greaterThan(e,t)&&([e,t]=[t,e]),Gt.divide(Gt.multiply(Gt.BigInt(n),Bx),Gt.subtract(t,e))}function ry(e,t,n,i,o,r){Gt.greaterThan(t,n)&&([t,n]=[n,t]);const a=r?iy:ny;if(Gt.lessThanOrEqual(e,t))return a(t,n,i);if(Gt.lessThan(e,n)){const r=a(e,n,i),s=oy(t,e,o);return Gt.lessThan(r,s)?r:s}return oy(t,n,o)}function ay(e,t){Yt(Number.isInteger(e)&&Number.isInteger(t),"INTEGERS"),Yt(t>0,"TICK_SPACING"),Yt(e>=Hx.MIN_TICK&&e<=Hx.MAX_TICK,"TICK_BOUND");const n=Math.round(e/t)*t;return n<Hx.MIN_TICK?n+t:n>Hx.MAX_TICK?n-t:n}function sy(e,t,n){const i=Hx.getSqrtRatioAtTick(n),o=Gt.multiply(i,i);return e.sortsBefore(t)?new yx(e,t,Dx,o):new yx(e,t,o,Dx)}function ly(e){const t=e.baseCurrency.sortsBefore(e.quoteCurrency),n=t?ty(e.numerator,e.denominator):ty(e.denominator,e.numerator);let i=Hx.getTickAtSqrtRatio(n);const o=sy(e.baseCurrency,e.quoteCurrency,i+1);return t?e.lessThan(o)||i++:e.greaterThan(o)||i++,i}Gt.exponentiate(Gt.BigInt(2),Gt.BigInt(128)),Gt.exponentiate(Gt.BigInt(2),Gt.BigInt(256));class dy{constructor({index:e,liquidityGross:t,liquidityNet:n}){Yt(e>=Hx.MIN_TICK&&e<=Hx.MAX_TICK,"TICK"),this.index=e,this.liquidityGross=Gt.BigInt(t),this.liquidityNet=Gt.BigInt(n)}}class cy{constructor(e,t){const n=e.map((e=>e instanceof dy?e:new dy(e)));Jx.validateList(n,t),this.ticks=n}getTick(e){return mn(this,void 0,void 0,(function*(){return Jx.getTick(this.ticks,e)}))}nextInitializedTickWithinOneWord(e,t,n){return mn(this,void 0,void 0,(function*(){return Jx.nextInitializedTickWithinOneWord(this.ticks,e,t,n)}))}}const uy=new Xx;let py=class e{static getAddress(e,t,n,i,o){return Nx({factoryAddress:null!=o?o:"0x78172691DD3B8ADa7aEbd9bFfB487FB11D735DB2",fee:n,tokenA:e,tokenB:t,initCodeHashManualOverride:i})}constructor(e,t,n,i,o,r,a=uy){Yt(Number.isInteger(n)&&n<1e6,"FEE");const s=Hx.getSqrtRatioAtTick(r),l=Hx.getSqrtRatioAtTick(r+1);Yt(Gt.greaterThanOrEqual(Gt.BigInt(i),s)&&Gt.lessThanOrEqual(Gt.BigInt(i),l),"PRICE_BOUNDS"),[this.token0,this.token1]=e.sortsBefore(t)?[e,t]:[t,e],this.fee=n,this.sqrtRatioX96=Gt.BigInt(i),this.liquidity=Gt.BigInt(o),this.tickCurrent=r,this.tickDataProvider=Array.isArray(a)?new cy(a,Rx[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 yx(this.token0,this.token1,Dx,Gt.multiply(this.sqrtRatioX96,this.sqrtRatioX96))}get token1Price(){var e;return null!==(e=this._token1Price)&&void 0!==e?e:this._token1Price=new yx(this.token1,this.token0,Gt.multiply(this.sqrtRatioX96,this.sqrtRatioX96),Dx)}priceOf(e){return Yt(this.involvesToken(e),"TOKEN"),e.equals(this.token0)?this.token0Price:this.token1Price}get chainId(){return this.token0.chainId}getOutputAmount(t,n){return mn(this,void 0,void 0,(function*(){Yt(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[mx.fromRawAmount(l,Gt.multiply(o,_x)),new e(this.token0,this.token1,this.fee,r,a,s,this.tickDataProvider)]}))}getInputAmount(t,n){return mn(this,void 0,void 0,(function*(){Yt(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,Gt.multiply(t.quotient,_x),n),l=i?this.token0:this.token1;return[mx.fromRawAmount(l,o),new e(this.token0,this.token1,this.fee,r,a,s,this.tickDataProvider)]}))}swap(e,t,n){return mn(this,void 0,void 0,(function*(){return function(e,t,n,i,o,r,a,s,l){return mn(this,void 0,void 0,(function*(){l||(l=a?Gt.add(Hx.MIN_SQRT_RATIO,Px):Gt.subtract(Hx.MAX_SQRT_RATIO,Px)),a?(Yt(Gt.greaterThan(l,Hx.MIN_SQRT_RATIO),"RATIO_MIN"),Yt(Gt.lessThan(l,t),"RATIO_CURRENT")):(Yt(Gt.lessThan(l,Hx.MAX_SQRT_RATIO),"RATIO_MAX"),Yt(Gt.greaterThan(l,t),"RATIO_CURRENT"));const d=Gt.greaterThanOrEqual(s,Mx),c={amountSpecifiedRemaining:s,amountCalculated:Mx,sqrtPriceX96:t,tick:n,liquidity:i};for(;Gt.notEqual(c.amountSpecifiedRemaining,Mx)&&c.sqrtPriceX96!==l;){let t={};if(t.sqrtPriceStartX96=c.sqrtPriceX96,[t.tickNext,t.initialized]=yield r.nextInitializedTickWithinOneWord(c.tick,a,o),t.tickNext<Hx.MIN_TICK?t.tickNext=Hx.MIN_TICK:t.tickNext>Hx.MAX_TICK&&(t.tickNext=Hx.MAX_TICK),t.sqrtPriceNextX96=Hx.getSqrtRatioAtTick(t.tickNext),[c.sqrtPriceX96,t.amountIn,t.amountOut,t.feeAmount]=Yx.computeSwapStep(c.sqrtPriceX96,(a?Gt.lessThan(t.sqrtPriceNextX96,l):Gt.greaterThan(t.sqrtPriceNextX96,l))?l:t.sqrtPriceNextX96,c.liquidity,c.amountSpecifiedRemaining,e),d?(c.amountSpecifiedRemaining=Gt.subtract(c.amountSpecifiedRemaining,Gt.add(t.amountIn,t.feeAmount)),c.amountCalculated=Gt.subtract(c.amountCalculated,t.amountOut)):(c.amountSpecifiedRemaining=Gt.add(c.amountSpecifiedRemaining,t.amountOut),c.amountCalculated=Gt.add(c.amountCalculated,Gt.add(t.amountIn,t.feeAmount))),Gt.equal(c.sqrtPriceX96,t.sqrtPriceNextX96)){if(t.initialized){let e=Gt.BigInt((yield r.getTick(t.tickNext)).liquidityNet);a&&(e=Gt.multiply(e,_x)),c.liquidity=Qx.addDelta(c.liquidity,e)}c.tick=a?t.tickNext-1:t.tickNext}else Gt.notEqual(c.sqrtPriceX96,t.sqrtPriceStartX96)&&(c.tick=Hx.getTickAtSqrtRatio(c.sqrtPriceX96))}return{amountCalculated:c.amountCalculated,sqrtRatioX96:c.sqrtPriceX96,liquidity:c.liquidity,tickCurrent:c.tick}}))}(Gt.BigInt(this.fee),this.sqrtRatioX96,this.tickCurrent,this.liquidity,this.tickSpacing,this.tickDataProvider,e,t,n)}))}get tickSpacing(){return Rx[this.fee]}};class hy{constructor({pool:e,liquidity:t,tickLower:n,tickUpper:i}){this._token0Amount=null,this._token1Amount=null,this._mintAmounts=null,Yt(n<i,"TICK_ORDER"),Yt(n>=Hx.MIN_TICK&&n%e.tickSpacing==0,"TICK_LOWER"),Yt(i<=Hx.MAX_TICK&&i%e.tickSpacing==0,"TICK_UPPER"),this.pool=e,this.tickLower=n,this.tickUpper=i,this.liquidity=Gt.BigInt(t)}get token0PriceLower(){return sy(this.pool.token0,this.pool.token1,this.tickLower)}get token0PriceUpper(){return sy(this.pool.token0,this.pool.token1,this.tickUpper)}get amount0(){return null===this._token0Amount&&(this.pool.tickCurrent<this.tickLower?this._token0Amount=mx.fromRawAmount(this.pool.token0,zx.getAmount0Delta(Hx.getSqrtRatioAtTick(this.tickLower),Hx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!1)):this.pool.tickCurrent<this.tickUpper?this._token0Amount=mx.fromRawAmount(this.pool.token0,zx.getAmount0Delta(this.pool.sqrtRatioX96,Hx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!1)):this._token0Amount=mx.fromRawAmount(this.pool.token0,Mx)),this._token0Amount}get amount1(){return null===this._token1Amount&&(this.pool.tickCurrent<this.tickLower?this._token1Amount=mx.fromRawAmount(this.pool.token1,Mx):this.pool.tickCurrent<this.tickUpper?this._token1Amount=mx.fromRawAmount(this.pool.token1,zx.getAmount1Delta(Hx.getSqrtRatioAtTick(this.tickLower),this.pool.sqrtRatioX96,this.liquidity,!1)):this._token1Amount=mx.fromRawAmount(this.pool.token1,zx.getAmount1Delta(Hx.getSqrtRatioAtTick(this.tickLower),Hx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!1))),this._token1Amount}ratiosAfterSlippage(e){const t=this.pool.token0Price.asFraction.multiply(new xx(1).subtract(e)),n=this.pool.token0Price.asFraction.multiply(e.add(1));let i=ty(t.numerator,t.denominator);Gt.lessThanOrEqual(i,Hx.MIN_SQRT_RATIO)&&(i=Gt.add(Hx.MIN_SQRT_RATIO,Gt.BigInt(1)));let o=ty(n.numerator,n.denominator);return Gt.greaterThanOrEqual(o,Hx.MAX_SQRT_RATIO)&&(o=Gt.subtract(Hx.MAX_SQRT_RATIO,Gt.BigInt(1))),{sqrtRatioX96Lower:i,sqrtRatioX96Upper:o}}mintAmountsWithSlippage(e){const{sqrtRatioX96Upper:t,sqrtRatioX96Lower:n}=this.ratiosAfterSlippage(e),i=new py(this.pool.token0,this.pool.token1,this.pool.fee,n,0,Hx.getTickAtSqrtRatio(n)),o=new py(this.pool.token0,this.pool.token1,this.pool.fee,t,0,Hx.getTickAtSqrtRatio(t)),r=hy.fromAmounts(Object.assign(Object.assign({pool:this.pool,tickLower:this.tickLower,tickUpper:this.tickUpper},this.mintAmounts),{useFullPrecision:!1})),{amount0:a}=new hy({pool:o,liquidity:r.liquidity,tickLower:this.tickLower,tickUpper:this.tickUpper}).mintAmounts,{amount1:s}=new hy({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 py(this.pool.token0,this.pool.token1,this.pool.fee,n,0,Hx.getTickAtSqrtRatio(n)),o=new py(this.pool.token0,this.pool.token1,this.pool.fee,t,0,Hx.getTickAtSqrtRatio(t)),r=new hy({pool:o,liquidity:this.liquidity,tickLower:this.tickLower,tickUpper:this.tickUpper}).amount0,a=new hy({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:zx.getAmount0Delta(Hx.getSqrtRatioAtTick(this.tickLower),Hx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!0),amount1:Mx}:this.pool.tickCurrent<this.tickUpper?{amount0:zx.getAmount0Delta(this.pool.sqrtRatioX96,Hx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!0),amount1:zx.getAmount1Delta(Hx.getSqrtRatioAtTick(this.tickLower),this.pool.sqrtRatioX96,this.liquidity,!0)}:{amount0:Mx,amount1:zx.getAmount1Delta(Hx.getSqrtRatioAtTick(this.tickLower),Hx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!0)}:this._mintAmounts}static fromAmounts({pool:e,tickLower:t,tickUpper:n,amount0:i,amount1:o,useFullPrecision:r}){const a=Hx.getSqrtRatioAtTick(t),s=Hx.getSqrtRatioAtTick(n);return new hy({pool:e,tickLower:t,tickUpper:n,liquidity:ry(e.sqrtRatioX96,a,s,i,o,r)})}static fromAmount0({pool:e,tickLower:t,tickUpper:n,amount0:i,useFullPrecision:o}){return hy.fromAmounts({pool:e,tickLower:t,tickUpper:n,amount0:i,amount1:cx,useFullPrecision:o})}static fromAmount1({pool:e,tickLower:t,tickUpper:n,amount1:i}){return hy.fromAmounts({pool:e,tickLower:t,tickUpper:n,amount0:cx,amount1:i,useFullPrecision:!0})}}var my=[{inputs:[{internalType:"bytes[]",name:"data",type:"bytes[]"}],name:"multicall",outputs:[{internalType:"bytes[]",name:"results",type:"bytes[]"}],stateMutability:"payable",type:"function"}];class gy{constructor(){}static encodeMulticall(e){return Array.isArray(e)||(e=[e]),1===e.length?e[0]:gy.INTERFACE.encodeFunctionData("multicall",[e])}static decodeMulticall(e){return gy.INTERFACE.decodeFunctionData("multicall",e).data}}gy.INTERFACE=new uf(my);var fy=[{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"}],xy=[{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 yy{constructor(){}static encodeFeeBips(e){return ey(e.multiply(1e4).quotient)}static encodeUnwrapWETH9(e,t,n){if(t=bx(t),n){const i=this.encodeFeeBips(n.fee),o=bx(n.recipient);return yy.INTERFACE.encodeFunctionData("unwrapWETH9WithFee",[ey(e),t,i,o])}return yy.INTERFACE.encodeFunctionData("unwrapWETH9",[ey(e),t])}static encodeSweepToken(e,t,n,i){if(n=bx(n),i){const o=this.encodeFeeBips(i.fee),r=bx(i.recipient);return yy.INTERFACE.encodeFunctionData("sweepTokenWithFee",[e.address,ey(t),n,o,r])}return yy.INTERFACE.encodeFunctionData("sweepToken",[e.address,ey(t),n])}static encodeRefundETH(){return yy.INTERFACE.encodeFunctionData("refundETH")}}yy.INTERFACE=new uf(xy);var vy=[{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 by{constructor(){}static encodePermit(e,t){return"nonce"in t?by.INTERFACE.encodeFunctionData("selfPermitAllowed",[e.address,ey(t.nonce),ey(t.expiry),t.v,t.r,t.s]):by.INTERFACE.encodeFunctionData("selfPermit",[e.address,ey(t.amount),ey(t.deadline),t.v,t.r,t.s])}}by.INTERFACE=new uf(vy);const jy=ey(Gt.subtract(Gt.exponentiate(Gt.BigInt(2),Gt.BigInt(128)),Gt.BigInt(1)));function Cy(e){return Object.keys(e).some((e=>"recipient"===e))}const wy={Permit:[{name:"spender",type:"address"},{name:"tokenId",type:"uint256"},{name:"nonce",type:"uint256"},{name:"deadline",type:"uint256"}]};class ky{constructor(){}static encodeCreate(e){return ky.INTERFACE.encodeFunctionData("createAndInitializePoolIfNecessary",[e.token0.address,e.token1.address,e.fee,ey(e.sqrtRatioX96)])}static createCallParameters(e){return{calldata:this.encodeCreate(e),value:ey(0)}}static addCallParameters(e,t){Yt(Gt.greaterThan(e.liquidity,Mx),"ZERO_LIQUIDITY");const n=[],{amount0:i,amount1:o}=e.mintAmounts,r=e.mintAmountsWithSlippage(t.slippageTolerance),a=ey(r.amount0),s=ey(r.amount1),l=ey(t.deadline);if(Cy(t)&&t.createPool&&n.push(this.encodeCreate(e.pool)),t.token0Permit&&n.push(by.encodePermit(e.pool.token0,t.token0Permit)),t.token1Permit&&n.push(by.encodePermit(e.pool.token1,t.token1Permit)),Cy(t)){const r=bx(t.recipient);n.push(ky.INTERFACE.encodeFunctionData("mint",[{token0:e.pool.token0.address,token1:e.pool.token1.address,fee:e.pool.fee,tickLower:e.tickLower,tickUpper:e.tickUpper,amount0Desired:ey(i),amount1Desired:ey(o),amount0Min:a,amount1Min:s,recipient:r,deadline:l}]))}else n.push(ky.INTERFACE.encodeFunctionData("increaseLiquidity",[{tokenId:ey(t.tokenId),amount0Desired:ey(i),amount1Desired:ey(o),amount0Min:a,amount1Min:s,deadline:l}]));let d=ey(0);if(t.useNative){const r=t.useNative.wrapped;Yt(e.pool.token0.equals(r)||e.pool.token1.equals(r),"NO_WETH");const a=e.pool.token0.equals(r)?i:o;Gt.greaterThan(a,Mx)&&n.push(yy.encodeRefundETH()),d=ey(a)}return{calldata:gy.encodeMulticall(n),value:d}}static encodeCollect(e){const t=[],n=ey(e.tokenId),i=e.expectedCurrencyOwed0.currency.isNative||e.expectedCurrencyOwed1.currency.isNative,o=bx(e.recipient);if(t.push(ky.INTERFACE.encodeFunctionData("collect",[{tokenId:n,recipient:i?"0x0000000000000000000000000000000000000000":o,amount0Max:jy,amount1Max:jy}])),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(yy.encodeUnwrapWETH9(n,o)),t.push(yy.encodeSweepToken(i,r,o))}return t}static collectCallParameters(e){const t=ky.encodeCollect(e);return{calldata:gy.encodeMulticall(t),value:ey(0)}}static removeCallParameters(e,t){const n=[],i=ey(t.deadline),o=ey(t.tokenId),r=new hy({pool:e.pool,liquidity:t.liquidityPercentage.multiply(e.liquidity).quotient,tickLower:e.tickLower,tickUpper:e.tickUpper});Yt(Gt.greaterThan(r.liquidity,Mx),"ZERO_LIQUIDITY");const{amount0:a,amount1:s}=r.burnAmountsWithSlippage(t.slippageTolerance);t.permit&&n.push(ky.INTERFACE.encodeFunctionData("permit",[bx(t.permit.spender),o,ey(t.permit.deadline),t.permit.v,t.permit.r,t.permit.s])),n.push(ky.INTERFACE.encodeFunctionData("decreaseLiquidity",[{tokenId:o,liquidity:ey(r.liquidity),amount0Min:ey(a),amount1Min:ey(s),deadline:i}]));const l=t.collectOptions,{expectedCurrencyOwed0:d,expectedCurrencyOwed1:c}=l,u=hn(l,["expectedCurrencyOwed0","expectedCurrencyOwed1"]);return n.push(...ky.encodeCollect(Object.assign({tokenId:ey(t.tokenId),expectedCurrencyOwed0:d.add(mx.fromRawAmount(d.currency,a)),expectedCurrencyOwed1:c.add(mx.fromRawAmount(c.currency,s))},u))),t.liquidityPercentage.equalTo(Px)?t.burnToken&&n.push(ky.INTERFACE.encodeFunctionData("burn",[o])):Yt(!0!==t.burnToken,"CANNOT_BURN"),{calldata:gy.encodeMulticall(n),value:ey(0)}}static safeTransferFromParameters(e){const t=bx(e.recipient),n=bx(e.sender);let i;return i=e.data?ky.INTERFACE.encodeFunctionData("safeTransferFrom(address,address,uint256,bytes)",[n,t,ey(e.tokenId),e.data]):ky.INTERFACE.encodeFunctionData("safeTransferFrom(address,address,uint256)",[n,t,ey(e.tokenId)]),{calldata:i,value:ey(0)}}static getPermitData(e,t,n){return{domain:{name:"Uniswap V3 Positions NFT-V1",chainId:n,version:"1",verifyingContract:t},types:wy,values:e}}}ky.INTERFACE=new uf(fy);var Ty=[{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 uf([{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 uf(Ty);new uf([{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 Ey({removed:e,inRange:t}){const n=a(),o={py:4,px:8,color:n.palette.success.main,borderRadius:4,backgroundColor:T(n.palette.success.main,.1),typography:"h6"};return e?Cn.jsx(l,{title:le._({id:"MZPP7t",message:"Your position has 0 liquidity, and is not earning fees."}),maxWidth:240,children:Cn.jsx(i,{sx:Object.assign(Object.assign({},o),{color:n.palette.warning.main,backgroundColor:T(n.palette.warning.main,.1)}),children:le._({id:"D87pha",message:"Closed"})})}):t?Cn.jsx(l,{title:le._({id:"aIvv/z",message:"The price of this pool is within your selected range. Your position is currently earning fees."}),maxWidth:240,children:Cn.jsx(i,{sx:o,children:le._({id:"vOyUlD",message:"In range"})})}):Cn.jsx(l,{title:le._({id:"IwiTcw",message:"The price of this pool is outside of your selected range. Your position is not currently earning fees."}),maxWidth:240,children:Cn.jsx(i,{sx:Object.assign(Object.assign({},o),{color:n.palette.error.main,backgroundColor:T(n.palette.error.main,.1)}),children:le._({id:"i3Z+/Z",message:"Out of range"})})})}new uf([{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 Ay=({token:e,amount:t})=>{var n;const o=a();return Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4},children:[Cn.jsx(yc,{address:null!==(n=null==e?void 0:e.address)&&void 0!==n?n:"",chainId:null==e?void 0:e.chainId,noShowChain:!0,width:18,height:18,marginRight:0}),Cn.jsxs(i,{sx:{typography:"body1",color:o.palette.text.primary},children:[ms({input:t.toSignificant(),decimals:null==e?void 0:e.decimals})," ",null==e?void 0:e.symbol]}),Cn.jsx(d,{sx:{display:"flex",alignItems:"center",color:o.palette.text.secondary,"&:hover":{color:o.palette.text.primary}},onClick:()=>{window.open(Fl(e.chainId,null==e?void 0:e.address,"address"))},children:Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:Cn.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"})})})]})},Iy=({position:t,inRange:n})=>{var o;const r=a(),s=t.pool.token0,l=t.pool.token1,c=t.pool.chainId,u=(null==t?void 0:t.liquidity)&&Gt.equal(null==t?void 0:t.liquidity,Gt.BigInt(0)),p=Z((()=>py.getAddress(t.pool.token0,t.pool.token1,t.pool.fee,void 0,c?ax[c]:void 0)),[c,t.pool.fee,t.pool.token0,t.pool.token1]);return Cn.jsxs(i,{sx:{border:"solid 1px",borderColor:"border.main",borderRadius:8},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",p:r.spacing(12,20),borderBottomStyle:"solid",borderBottomColor:"border.main",borderBottomWidth:1},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-start",gap:4},children:[Cn.jsxs(i,{sx:{typography:"body2",color:r.palette.text.primary},children:[le._({id:"PVa3KL",message:"Position on"})," ",null==s?void 0:s.symbol,"/",null==l?void 0:l.symbol]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4},children:[Cn.jsx(Ey,{removed:u,inRange:n}),Cn.jsx(i,{sx:{py:4,px:8,color:r.palette.text.secondary,borderRadius:4,backgroundColor:r.palette.background.tag,typography:"h6"},children:As({input:(null===(o=null==t?void 0:t.pool)||void 0===o?void 0:o.fee)/1e6})})]})]}),Cn.jsxs(d,{sx:{display:"flex",alignItems:"center",gap:0,typography:"body2",color:r.palette.text.secondary,"&:hover":{color:r.palette.text.primary}},onClick:()=>{window.open(Fl(c,p,"address"))},children:[le._({id:"URmyfc",message:"Details"}),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:Cn.jsx("path",{d:"M7.5 5L6.4425 6.0575L9.8775 9.5L6.4425 12.9425L7.5 14L12 9.5L7.5 5Z",fill:"currentColor"})})]})]}),Cn.jsxs(i,{sx:{p:r.spacing(12,20)},children:[Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"YHc3B+",message:"My Liquidity"})}),Cn.jsxs(i,{sx:{mt:12},children:[Cn.jsx(Ay,{token:s,amount:t.amount0}),Cn.jsx(Ay,{token:l,amount:t.amount1})]})]})]})};function Sy({price:e,atLimit:t,direction:n}){return t[n]?n===Vf.LOWER?"0":"∞":"string"==typeof e&&"∞"===e?"∞":ms({input:"string"==typeof e?e:null==e?void 0:e.toSignificant()})}const Ly=({baseToken:e,quoteToken:t,handleRateToggle:n,sx:o})=>{const r=a(),s=null==e?void 0:e.wrapped,l=null==t?void 0:t.wrapped,c=s&&l&&s.sortsBefore(l);return Cn.jsx(i,{component:d,onClick:n,sx:Object.assign({display:"flex",alignItems:"center",p:1,borderRadius:8,backgroundColor:r.palette.border.main},o),children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",width:"100%",[r.breakpoints.up("tablet")]:{width:"auto"}},children:[Cn.jsx(i,{sx:Object.assign({flexGrow:1,flexShrink:1,flexBasis:"50%",px:12,py:4,borderRadius:7,textAlign:"center",typography:"h6",whiteSpace:"nowrap"},c?{color:r.palette.text.primary,backgroundColor:r.palette.background.paper}:{color:r.palette.text.secondary,backgroundColor:"transparent"}),children:c?e.symbol:null==t?void 0:t.symbol}),Cn.jsx(i,{sx:Object.assign({flexGrow:1,flexShrink:1,flexBasis:"50%",px:12,py:4,borderRadius:7,textAlign:"center",typography:"h6",whiteSpace:"nowrap"},c?{color:r.palette.text.secondary,backgroundColor:"transparent"}:{color:r.palette.text.primary,backgroundColor:r.palette.background.paper}),children:c?t.symbol:null==e?void 0:e.symbol})]})})},Oy=({position:t,title:n,baseCurrencyDefault:o,ticksAtLimit:r})=>{const s=t.pool.token0,l=t.pool.token1,d=a(),[c,u]=z(o?o===s?s:o===l?l:s:s),p=c===s,h=p?l:s,m=p?t.pool.priceOf(t.pool.token0):t.pool.priceOf(t.pool.token1),g=p?t.token0PriceLower:t.token0PriceUpper.invert(),f=p?t.token0PriceUpper:t.token0PriceLower.invert(),x=$((()=>{u(h)}),[h]);return Cn.jsxs(Yf,{gap:"md",children:[Cn.jsxs(Xf,{children:[n?Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:d.palette.text.secondary},children:n}):Cn.jsx("div",{}),Cn.jsx(Ly,{baseToken:p?s:l,quoteToken:p?l:s,handleRateToggle:x})]}),Cn.jsxs(Xf,{children:[Cn.jsxs($f,{sx:{width:"48%",py:12,gap:12},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:4},children:[Cn.jsx(i,{sx:{color:d.palette.text.primary,typography:"body2"},children:Cn.jsx(e,{id:"EQs1sJ",message:"Min price"})}),Cn.jsx(i,{sx:{color:d.palette.text.secondary,typography:"h6"},children:Cn.jsx(e,{id:"7Z4WfS",message:"{0} per {1}",values:{0:h.symbol,1:c.symbol}})})]}),Cn.jsx(i,{sx:{color:d.palette.text.primary,typography:"caption"},children:Sy({price:g,atLimit:r,direction:Vf.LOWER})}),Cn.jsx(i,{sx:{color:d.palette.text.secondary,typography:"h6"},children:Cn.jsx(e,{id:"WgTuci",message:"Your position will be 100% composed of {0} at this price",values:{0:null==c?void 0:c.symbol}})})]}),Cn.jsxs($f,{sx:{width:"48%",py:12,gap:12},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:4},children:[Cn.jsx(i,{sx:{color:d.palette.text.primary,typography:"body2"},children:Cn.jsx(e,{id:"5etEUX",message:"Max price"})}),Cn.jsx(i,{sx:{color:d.palette.text.secondary,typography:"h6"},children:Cn.jsx(e,{id:"7Z4WfS",message:"{0} per {1}",values:{0:h.symbol,1:c.symbol}})})]}),Cn.jsx(i,{sx:{color:d.palette.text.primary,typography:"caption"},children:Sy({price:f,atLimit:r,direction:Vf.UPPER})}),Cn.jsx(i,{sx:{color:d.palette.text.secondary,typography:"h6"},children:Cn.jsx(e,{id:"WgTuci",message:"Your position will be 100% composed of {0} at this price",values:{0:null==h?void 0:h.symbol}})})]})]}),Cn.jsxs($f,{sx:{py:12,flexDirection:"row",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(Yf,{gap:"4px",justify:"flex-start",children:[Cn.jsx(i,{sx:{color:d.palette.text.primary,typography:"body2"},children:Cn.jsx(e,{id:"DWd30U",message:"Current price"})}),Cn.jsx(i,{sx:{color:d.palette.text.secondary,typography:"h6"},children:Cn.jsx(e,{id:"7Z4WfS",message:"{0} per {1}",values:{0:h.symbol,1:c.symbol}})})]}),Cn.jsx(i,{sx:{color:d.palette.text.primary,typography:"caption"},children:`${ms({input:m.toSignificant()})} `})]})]})},Ry=({chainId:e,disabled:t,removed:n,isLoading:i,error:o,onConfirm:r})=>Cn.jsx(Hf,{includeButton:!0,fullWidth:!0,chainId:e,children:Cn.jsx(c,{fullWidth:!0,size:c.Size.big,onClick:r,disabled:t,isLoading:i,children:n?le._({id:"D87pha",message:"Closed"}):null!=o?o:le._({id:"t/YqKh",message:"Remove"})})}),_y={[Ox.LOWEST]:{label:"0.01%"},[Ox.LOW_200]:{label:"0.02%"},[Ox.LOW_300]:{label:"0.03%"},[Ox.LOW_400]:{label:"0.04%"},[Ox.LOW]:{label:"0.05%"},[Ox.MEDIUM]:{label:"0.30%"},[Ox.HIGH]:{label:"1.00%"}},My=({poolType:e})=>{const t="AMM V2"===e?N.error.main:"AMM V3"===e?N.purple.main:N.success.main;return Cn.jsx(i,{sx:{px:8,height:24,typography:"h6",lineHeight:"24px",borderRadius:4,background:T(t,.1),color:t,whiteSpace:"nowrap"},children:e})},Py=({isAMMV2:t,isAMMV3:n,lpFeeRate:o,mtFeeRate:r})=>{var a,s;return Cn.jsx(l,{title:Cn.jsx(e,{id:"O6RUgz",message:"Fee rate"}),children:Cn.jsx(i,{sx:{px:8,height:24,typography:"h6",lineHeight:"24px",borderRadius:4,backgroundColor:"background.tag",color:"text.secondary",whiteSpace:"nowrap"},children:n?null!==(s=null===(a=_y[o])||void 0===a?void 0:a.label)&&void 0!==s?s:"-":As({input:new Se(null!=o?o:0).plus(r?vs(r,t?4:18):0)})})})},By=({sx:e})=>Cn.jsx(My,{poolType:"AMM V3"}),Dy=({position:t,title:n,inRange:o,baseCurrencyDefault:r,ticksAtLimit:a})=>{var s,l,d;const c=t.pool.token0,u=t.pool.token1,p=(null==t?void 0:t.liquidity)&&Gt.equal(null==t?void 0:t.liquidity,Gt.BigInt(0));return Cn.jsxs(Yf,{gap:"md",style:{marginTop:"0.5rem"},children:[Cn.jsxs(Xf,{style:{gap:4},children:[Cn.jsxs(Kf,{children:[Cn.jsx(Gm,{tokens:[{address:c.address},{address:u.address}],mr:8}),Cn.jsxs(i,{sx:{typography:"h5"},children:[null==c?void 0:c.symbol," / ",null==u?void 0:u.symbol]})]}),Cn.jsx(By,{sx:{ml:"auto"}}),Cn.jsx(Ey,{removed:p,inRange:o})]}),Cn.jsxs($f,{children:[Cn.jsxs(Yf,{gap:"md",children:[Cn.jsxs(Xf,{children:[Cn.jsxs(Kf,{children:[Cn.jsx(yc,{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}),Cn.jsx(i,{sx:{ml:8},children:null==c?void 0:c.symbol})]}),Cn.jsx(Kf,{children:Cn.jsx(i,{sx:{mr:8},children:ms({input:t.amount0.toSignificant(),decimals:null==c?void 0:c.decimals})})})]}),Cn.jsxs(Xf,{children:[Cn.jsxs(Kf,{children:[Cn.jsx(yc,{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}),Cn.jsx(i,{ml:"8px",children:null==u?void 0:u.symbol})]}),Cn.jsx(Kf,{children:Cn.jsx(i,{mr:"8px",children:ms({input:t.amount1.toSignificant(),decimals:null==u?void 0:u.decimals})})})]})]}),Cn.jsxs(Xf,{children:[Cn.jsx(i,{children:Cn.jsx(e,{id:"EU3wU4",message:"Fee tier"})}),Cn.jsx(i,{children:As({input:(null===(d=null==t?void 0:t.pool)||void 0===d?void 0:d.fee)/1e6})})]})]}),Cn.jsx(Oy,{position:t,title:n,baseCurrencyDefault:r,ticksAtLimit:a})]})},Ny=({on:e,onClose:t,position:n,outOfRange:o,ticksAtLimit:r,onConfirm:a,loading:s})=>{const{isMobile:l}=ld();return Cn.jsx(uc,{open:e,onClose:t,modal:!0,title:le._({id:"E6MqGy",message:"Add liquidity"}),height:683,children:Cn.jsxs(i,{sx:{flex:1,px:20,pb:24,display:"flex",flexDirection:"column",justifyContent:"space-between",width:l?void 0:420},children:[Cn.jsx(i,{sx:{pt:0,px:0},children:n?Cn.jsx(Dy,{position:n,inRange:!o,ticksAtLimit:r,title:le._({id:"3VUfrF",message:"Selected Range"})}):null}),Cn.jsx(c,{size:c.Size.big,fullWidth:!0,isLoading:s,sx:{mt:20},onClick:a,children:le._({id:"m16xKo",message:"Add"})})]})})};class Fy{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:Nx({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&&Gt.EQ(a.sqrtRatioX96,i)&&Gt.EQ(a.liquidity,o)&&a.tickCurrent===r));if(a)return a;const s=new py(e,t,n,i,o,r);return this.pools.unshift(s),s}}var qy;function Uy(e,t,n){const i=Z((()=>[[e,t,n]]),[e,t,n]);return function(e,t){const n=Z((()=>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]),i=Z((()=>{const t=e&&ax[e];return t?n.map((n=>n&&Fy.getPoolAddress(t,...n,e))):new Array(n.length)}),[e,n]),{data:o}=Ze({queries:i.map((t=>Ll.getV3PoolSlot0(e,t))),combine:e=>({data:e.map((e=>e.data))})}),{data:r}=Ze({queries:i.map((t=>Ll.getV3PoolLiquidity(e,t))),combine:e=>({data:e.map((e=>e.data))})});return Z((()=>t.map(((e,t)=>{const i=n[t];if(!i)return[qy.INVALID,null];const[a,s,l]=i;if(!o[t])return[qy.NOT_EXISTS,null];const d=o[t];if(!r[t])return[qy.NOT_EXISTS,null];const c=r[t];if(!d||!c)return[qy.NOT_EXISTS,null];if(!d.sqrtPriceX96||d.sqrtPriceX96.eq(0))return[qy.NOT_EXISTS,null];try{const e=Fy.getPool(a,s,l,d.sqrtPriceX96,c[0],d.tick);return[qy.EXISTS,e]}catch(e){return console.error(e,{tags:{file:"usePools",function:"usePools"},extra:{token0:a.address,token1:s.address,chainId:a.chainId,fee:l}}),[qy.NOT_EXISTS,null]}}))),[r,t,o,n])}(null==e?void 0:e.chainId,i)[0]}Fy.MAX_ENTRIES=128,Fy.pools=[],Fy.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"}(qy||(qy={}));class Vy{constructor(e){const t=ve[e];this.chainId=e,this.decimals=t.decimals,this.name=t.name,this.symbol=t.symbol,this.isNative=!0,this.isToken=!1,this.address=Hy(this.chainId)}equals(e){return e.isNative&&e.chainId===this.chainId}get wrapped(){const e=ve[this.chainId];return new Cx(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 Vy(e)}}function Hy(e){return ve[e].address}function Wy(e,t){const n=null==e?void 0:e.toLowerCase(),i=null==t?void 0:t.toLowerCase();return null!==n&&null!==i&&n===i}Vy._cachedNativeCurrency={};const Zy=(e,t)=>!t||Wy(t,Hy(e));function $y(e){if(!e)return;const{name:t,chainId:n,address:i,decimals:o,symbol:r}=e;return function(e,t){return!Zy(e,t)}(n,i)?new Cx(n,i,o,null!=r?r:void 0,null!=t?t:void 0):new Vy(n)}function zy(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 Gy(e,t,n){if(e&&t&&"number"==typeof n)return sy(e,t,n)}function Yy(e,t){if(e&&t&&!isNaN(parseFloat(e)))try{const n=Qt(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 mx.fromRawAmount(t,Gt.BigInt(n))}catch(t){console.error("tryParseCurrencyAmount","tryParseCurrencyAmount",`Failed to parse input amount: "${e}"`,t)}}function Qy(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=Gt.BigInt((null!=o?o:"")+(null!=r?r:""));return new yx(e,t,Gt.multiply(Gt.BigInt(10**a),Gt.BigInt(10**e.decimals)),Gt.multiply(s,Gt.BigInt(10**t.decimals)))}(e,t,i);if(!o)return;let r;const a=ty(o.numerator,o.denominator);return r=Gt.greaterThanOrEqual(a,Hx.MAX_SQRT_RATIO)?Hx.MAX_TICK:Gt.lessThanOrEqual(a,Hx.MIN_SQRT_RATIO)?Hx.MIN_TICK:ly(o),ay(r,Rx[n])}function Xy({state:e,existingPosition:t}){var n,i,o,r,a,s,l,d,c,u,p,h,m;const{account:g,chainId:f}=$l(),{feeAmount:x,independentField:y,typedValue:v,leftRangeTypedValue:b,rightRangeTypedValue:j,startPriceTypedValue:C}=e,w=null!==(n=e.baseToken)&&void 0!==n?n:void 0,k=null!==(i=e.baseToken)&&void 0!==i?i:void 0,T=null!==(o=e.quoteToken)&&void 0!==o?o:void 0,E=y===Uf.CURRENCY_A?Uf.CURRENCY_B:Uf.CURRENCY_A,A=Z((()=>({[Uf.CURRENCY_A]:w,[Uf.CURRENCY_B]:T})),[w,T]),[I,S,L]=Z((()=>[null==w?void 0:w.wrapped,null==T?void 0:T.wrapped,null==k?void 0:k.wrapped]),[w,T,k]),[O,R]=Z((()=>I&&S?I.sortsBefore(S)?[I,S]:[S,I]:[void 0,void 0]),[I,S]),_=We(ja.getFetchTokenQuery(null===(r=A[Uf.CURRENCY_A])||void 0===r?void 0:r.chainId,null===(a=A[Uf.CURRENCY_A])||void 0===a?void 0:a.address,g)),M=We(ja.getFetchTokenQuery(null===(s=A[Uf.CURRENCY_B])||void 0===s?void 0:s.chainId,null===(l=A[Uf.CURRENCY_B])||void 0===l?void 0:l.address,g)),P=Z((()=>{var e,t,n,i,o,r;return{[Uf.CURRENCY_A]:A[Uf.CURRENCY_A]?(null===(e=_.data)||void 0===e?void 0:e.balance)?mx.fromRawAmount(A[Uf.CURRENCY_A],Gt.BigInt(null===(t=_.data)||void 0===t?void 0:t.balance.multipliedBy(Math.pow(10,null!==(n=A[Uf.CURRENCY_A].decimals)&&void 0!==n?n:18)).toString())):mx.fromRawAmount(A[Uf.CURRENCY_A],0):void 0,[Uf.CURRENCY_B]:A[Uf.CURRENCY_B]?(null===(i=M.data)||void 0===i?void 0:i.balance)?mx.fromRawAmount(A[Uf.CURRENCY_B],Gt.BigInt(null===(o=M.data)||void 0===o?void 0:o.balance.multipliedBy(Math.pow(10,null!==(r=A[Uf.CURRENCY_B].decimals)&&void 0!==r?r:18)).toString())):mx.fromRawAmount(A[Uf.CURRENCY_B],0):void 0}}),[A,null===(d=_.data)||void 0===d?void 0:d.balance,null===(c=M.data)||void 0===c?void 0:c.balance]),[B,D]=Uy(A[Uf.CURRENCY_A],A[Uf.CURRENCY_B],x),N=B===qy.NOT_EXISTS,F=Boolean(L&&O&&!L.equals(O)),q=Z((()=>{var e;if(!N)return D&&O?D.priceOf(O):void 0;{const t=Yy(C,F?O:R);if(t&&O&&R){const n=Yy("1",F?R:O),i=n&&t?new yx(n.currency,t.currency,n.quotient,t.quotient):void 0;return null!==(e=F?null==i?void 0:i.invert():i)&&void 0!==e?e:void 0}}}),[N,C,F,R,O,D]),U=Z((()=>{const e=q?ty(q.numerator,q.denominator):void 0;return q&&e&&!(Gt.greaterThanOrEqual(e,Hx.MIN_SQRT_RATIO)&&Gt.lessThan(e,Hx.MAX_SQRT_RATIO))}),[q]),V=Z((()=>{if(I&&S&&x&&q&&!U){const e=ly(q),t=Hx.getSqrtRatioAtTick(e);return new py(I,S,x,t,Gt.BigInt(0),e,[])}}),[x,U,q,I,S]),H=null!=D?D:V,W=Z((()=>({[Vf.LOWER]:x?ay(Hx.MIN_TICK,Rx[x]):void 0,[Vf.UPPER]:x?ay(Hx.MAX_TICK,Rx[x]):void 0})),[x]),$=Z((()=>({[Vf.LOWER]:"number"==typeof(null==t?void 0:t.tickLower)?t.tickLower:F&&"boolean"==typeof j||!F&&"boolean"==typeof b?W[Vf.LOWER]:F?Qy(R,O,x,j.toString()):Qy(O,R,x,b.toString()),[Vf.UPPER]:"number"==typeof(null==t?void 0:t.tickUpper)?t.tickUpper:!F&&"boolean"==typeof j||F&&"boolean"==typeof b?W[Vf.UPPER]:F?Qy(R,O,x,b.toString()):Qy(O,R,x,j.toString())})),[t,x,F,b,j,W,O,R]),{[Vf.LOWER]:G,[Vf.UPPER]:Y}=$||{},Q=Z((()=>({[Vf.LOWER]:x&&G===W.LOWER,[Vf.UPPER]:x&&Y===W.UPPER})),[W,G,Y,x]),X=Boolean("number"==typeof G&&"number"==typeof Y&&G>=Y),K=Z((()=>({[Vf.LOWER]:Gy(O,R,W.LOWER),[Vf.UPPER]:Gy(O,R,W.UPPER)})),[O,R,W.LOWER,W.UPPER]),J=Z((()=>({[Vf.LOWER]:Gy(O,R,$[Vf.LOWER]),[Vf.UPPER]:Gy(O,R,$[Vf.UPPER])})),[O,R,$]),{[Vf.LOWER]:ee,[Vf.UPPER]:te}=J,ne=Boolean(!X&&q&&ee&&te&&(q.lessThan(ee)||q.greaterThan(te))),ie=Yy(v,A[y]),oe=Z((()=>{const e=null==ie?void 0:ie.wrapped,t=E===Uf.CURRENCY_B?T:w;if(ie&&e&&"number"==typeof G&&"number"==typeof Y&&H){if(ne||X)return;const n=e.currency.equals(H.token0)?hy.fromAmount0({pool:H,tickLower:G,tickUpper:Y,amount0:ie.quotient,useFullPrecision:!0}):hy.fromAmount1({pool:H,tickLower:G,tickUpper:Y,amount1:ie.quotient}),i=e.currency.equals(H.token0)?n.amount1:n.amount0;return t&&mx.fromRawAmount(t,i.quotient)}}),[ie,ne,E,T,w,G,Y,H,X]),re=Z((()=>({[Uf.CURRENCY_A]:y===Uf.CURRENCY_A?ie:oe,[Uf.CURRENCY_B]:y===Uf.CURRENCY_A?oe:ie})),[oe,ie,y]),ae=Boolean("number"==typeof Y&&H&&H.tickCurrent>=Y),se=Boolean("number"==typeof G&&H&&H.tickCurrent<=G),de=X||Boolean(ae&&H&&I&&H.token0.equals(I)||se&&H&&I&&H.token1.equals(I)),ce=X||Boolean(ae&&H&&S&&H.token0.equals(S)||se&&H&&S&&H.token1.equals(S)),{inputTax:ue,outputTax:pe}=function(e,t,n){const[{inputTax:i,outputTax:o},r]=z({inputTax:Sx,outputTax:Sx});return{inputTax:i,outputTax:o}}((null==w?void 0:w.isToken)&&w.address,(null==T?void 0:T.isToken)&&T.address),he=Z((()=>{var e,t;if(!H||!I||!S||"number"!=typeof G||"number"!=typeof Y||X)return;const n=ae?Ax:null===(e=null==re?void 0:re[I.equals(H.token0)?Uf.CURRENCY_A:Uf.CURRENCY_B])||void 0===e?void 0:e.quotient,i=se?Ax:null===(t=null==re?void 0:re[I.equals(H.token0)?Uf.CURRENCY_B:Uf.CURRENCY_A])||void 0===t?void 0:t.quotient;return void 0!==n&&void 0!==i?hy.fromAmounts({pool:H,tickLower:G,tickUpper:Y,amount0:n,amount1:i,useFullPrecision:!0}):void 0}),[re,H,I,S,ae,se,X,G,Y]);let me;g||(me=le._({id:"r7ScnQ",message:"Connect to a wallet"})),B===qy.INVALID&&(me=null!=me?me:le._({id:"R7D79P",message:"Invalid pair"})),U&&(me=null!=me?me:le._({id:"HXBqgG",message:"Invalid price input"})),(re[Uf.CURRENCY_A]||de)&&(re[Uf.CURRENCY_B]||ce)||(me=null!=me?me:le._({id:"iPMIoT",message:"Enter an amount"}));const{[Uf.CURRENCY_A]:ge,[Uf.CURRENCY_B]:fe}=re;ge&&(null===(u=null==P?void 0:P[Uf.CURRENCY_A])||void 0===u?void 0:u.lessThan(ge))&&(me=le._({id:"m6RmA/",message:"Insufficient {0} balance",values:{0:null===(p=A[Uf.CURRENCY_A])||void 0===p?void 0:p.symbol}})),fe&&(null===(h=null==P?void 0:P[Uf.CURRENCY_B])||void 0===h?void 0:h.lessThan(fe))&&(me=le._({id:"m6RmA/",message:"Insufficient {0} balance",values:{0:null===(m=A[Uf.CURRENCY_B])||void 0===m?void 0:m.symbol}}));const xe=ue.greaterThan(0)||pe.greaterThan(0),ye=B===qy.INVALID||xe;return{dependentField:E,currencies:A,pool:D,poolState:B,currencyBalances:P,parsedAmounts:re,ticks:$,price:q,pricesAtTicks:J,pricesAtLimit:K,position:he,noLiquidity:N,errorMessage:me,invalidPool:ye,invalidRange:X,outOfRange:ne,depositADisabled:de,depositBDisabled:ce,invertPrice:F,ticksAtLimit:Q,isTaxed:xe}}var Ky;function Jy(e,t){switch(t.type){case Ky.UpdateBaseToken:{const n=t.payload;return Object.assign(Object.assign({},e),{baseToken:$y(n)})}case Ky.UpdateDefaultBaseToken:{const n=t.payload;return e.baseToken?e:Object.assign(Object.assign({},e),{baseToken:$y(n)})}case Ky.UpdateQuoteToken:{const n=t.payload;return Object.assign(Object.assign({},e),{quoteToken:$y(n)})}case Ky.UpdateDefaultQuoteToken:{const n=t.payload;return e.quoteToken?e:Object.assign(Object.assign({},e),{quoteToken:$y(n)})}case Ky.UpdateBaseTokenAndClearQuoteToken:{const n=t.payload;return Object.assign(Object.assign({},e),{baseToken:$y(n),quoteToken:null})}case Ky.UpdateFeeAmount:return Object.assign(Object.assign({},e),{feeAmount:t.payload});case Ky.ToggleRate:{const{baseToken:t,quoteToken:n}=e;return Object.assign(Object.assign({},e),{baseToken:n,quoteToken:t})}case Ky.setFullRange:return Object.assign(Object.assign({},e),{leftRangeTypedValue:!0,rightRangeTypedValue:!0});case Ky.typeStartPriceInput:return Object.assign(Object.assign({},e),{startPriceTypedValue:t.payload.typedValue});case Ky.typeLeftRangeInput:return Object.assign(Object.assign({},e),{leftRangeTypedValue:t.payload.typedValue});case Ky.typeRightRangeInput:return Object.assign(Object.assign({},e),{rightRangeTypedValue:t.payload.typedValue});case Ky.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 ev({noLiquidity:e,dispatch:t}){return{onFieldAInput:$((n=>{t({type:Ky.typeInput,payload:{field:Uf.CURRENCY_A,typedValue:n,noLiquidity:!0===e}})}),[t,e]),onFieldBInput:$((n=>{t({type:Ky.typeInput,payload:{field:Uf.CURRENCY_B,typedValue:n,noLiquidity:!0===e}})}),[t,e]),onLeftRangeInput:$((e=>{t({type:Ky.typeLeftRangeInput,payload:{typedValue:e}})}),[t]),onRightRangeInput:$((e=>{t({type:Ky.typeRightRangeInput,payload:{typedValue:e}})}),[t]),onStartPriceInput:$((e=>{t({type:Ky.typeStartPriceInput,payload:{typedValue:e}})}),[t])}}function tv(e){return e?sx[e]:void 0}function nv(e,t){const n=tv(t),i=Z((()=>e?e.map((e=>[e])):[]),[e]),o=We(Ll.getPositions(t,n,i)),r=o.isLoading,a=o.error,s=Z((()=>{var t;if(!r&&!a&&e)return null===(t=o.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()})))}),[r,a,o,e]);return{loading:r,positions:null==s?void 0:s.map(((e,t)=>Object.assign(Object.assign({},e),{tokenId:i[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"}(Ky||(Ky={}));const iv=Gt.exponentiate(Gt.BigInt(10),Gt.BigInt(16));function ov(e){if(e)return e.currency.isNative?Gt.greaterThan(e.quotient,iv)?mx.fromRawAmount(e.currency,Gt.subtract(e.quotient,iv)):mx.fromRawAmount(e.currency,Gt.BigInt(0)):e}const rv=1e4,av=100*rv;function sv(e){const t=Math.floor(Number(e)*rv);return new xx(t,av)}const lv=({token:e,amount:t})=>{var n;const o=a();return Cn.jsxs(i,{sx:{py:8,display:"flex",alignItems:"center",gap:6,typography:"h5",color:o.palette.text.primary},children:[Cn.jsx(yc,{address:null!==(n=null==e?void 0:e.address)&&void 0!==n?n:"",chainId:null==e?void 0:e.chainId,noShowChain:!0,width:24,height:24,marginRight:0}),Cn.jsx(i,{children:null==e?void 0:e.symbol}),Cn.jsx(i,{sx:{ml:"auto"},children:ms({input:null==t?void 0:t.toSignificant(),decimals:null==e?void 0:e.decimals})})]})},dv=({chainId:e,baseToken:t,quoteToken:n,feeAmount:o,tokenId:r,onClose:s})=>{var l,d;const{isMobile:c}=ld(),u=a(),p=Cd(),h=$e(),{account:m}=$l(),{position:g,loading:f}=function(e,t){var n;const i=nv(e?[e]:void 0,t);return{loading:i.loading,position:null===(n=i.positions)||void 0===n?void 0:n[0]}}(r,e),x=!!g&&!f,{position:y}=function(e,t,n){const i=Z((()=>t?$y(t):void 0),[t]),o=Z((()=>n?$y(n):void 0),[n]),[,r]=Uy(null!=i?i:void 0,null!=o?o:void 0,null==e?void 0:e.fee);let a;return r&&e&&(a=new hy({pool:r,liquidity:e.liquidity.toString(),tickLower:e.tickLower,tickUpper:e.tickUpper})),{position:a,pool:null!=r?r:void 0}}(g,t,n),[v,b]=z("stake"),[j,C]=z(!1),[w,k]=z(Ff),[T,E]=ee(Jy,{baseToken:$y(t),quoteToken:$y(n),feeAmount:o,independentField:Uf.CURRENCY_A,typedValue:"",startPriceTypedValue:"",leftRangeTypedValue:"",rightRangeTypedValue:""}),{independentField:I,typedValue:S,startPriceTypedValue:O}=T,{pool:R,ticks:_,dependentField:M,price:P,pricesAtTicks:B,pricesAtLimit:D,parsedAmounts:N,currencyBalances:q,position:U,noLiquidity:V,currencies:H,errorMessage:W,invalidPool:$,invalidRange:G,outOfRange:Y,depositADisabled:Q,depositBDisabled:X,invertPrice:K,ticksAtLimit:J,isTaxed:te}=Xy({state:T,existingPosition:y}),{position:ne,liquidityPercentage:ie,liquidityValue0:oe,liquidityValue1:re,feeValue0:ae,feeValue1:se,error:de}=function({percent:e,position:t,asWETH:n,baseToken:i,quoteToken:o}){const{account:r,chainId:a}=$l(),[s,l]=Z((()=>[null==i?void 0:i.wrapped,null==o?void 0:o.wrapped]),[i,o]),[d,c]=Z((()=>s&&l?s.sortsBefore(l)?[s,l]:[l,s]:[void 0,void 0]),[s,l]),[,u]=Uy(null!=d?d:void 0,null!=c?c:void 0,null==t?void 0:t.fee),p=Z((()=>u&&(null==t?void 0:t.liquidity)&&"number"==typeof(null==t?void 0:t.tickLower)&&"number"==typeof(null==t?void 0:t.tickUpper)?new hy({pool:u,liquidity:t.liquidity.toString(),tickLower:t.tickLower,tickUpper:t.tickUpper}):void 0),[u,t]),h=new xx(e,100),m=p?h.multiply(p.amount0.quotient).quotient:void 0,g=p?h.multiply(p.amount1.quotient).quotient:void 0,f=d&&m?mx.fromRawAmount(d,m):void 0,x=c&&g?mx.fromRawAmount(c,g):void 0,y=!(!u||!t)&&(u.tickCurrent<t.tickLower||u.tickCurrent>t.tickUpper);let v;return r||(v=le._({id:"r7ScnQ",message:"Connect to a wallet"})),0===e&&(v=null!=v?v:le._({id:"Sta9CR",message:"Enter a percent"})),{position:p,liquidityPercentage:h,liquidityValue0:f,liquidityValue1:x,feeValue0:void 0,feeValue1:void 0,outOfRange:y,error:v}}({position:g,asWETH:void 0,percent:w,baseToken:T.baseToken,quoteToken:T.quoteToken}),ce="0"===(null==g?void 0:g.liquidity),[ue,pe]=function({chainId:e,pool:t,tokenId:n,asWETH:i}){var o;const r=tv(e),a=null===(o=wt.from(n))||void 0===o?void 0:o.toHexString(),s=We(Ll.getOwner(e,r,n)),l=We(Ll.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?[mx.fromRawAmount(t.token0,l.data.amount0.toString()),mx.fromRawAmount(t.token1,l.data.amount1.toString())]:[void 0,void 0]}({pool:null!=R?R:void 0,tokenId:r,asWETH:!1,chainId:e}),he=pe,me=ue;Z((()=>{var e;return null===(e=K?null==P?void 0:P.invert():P)||void 0===e?void 0:e.toSignificant()}),[K,P]);const{onFieldAInput:ge,onFieldBInput:fe,onLeftRangeInput:xe,onRightRangeInput:ye,onStartPriceInput:ve}=ev({noLiquidity:V,dispatch:E}),{slipper:je,setSlipper:Ce,slipperValue:we,resetSlipper:ke}=Df({address:void 0,type:"AMMV3"}),Te=!W&&!G,Ee=Z((()=>{var e,t;return{[I]:S,[M]:null!==(t=null===(e=N[M])||void 0===e?void 0:e.toSignificant(6))&&void 0!==t?t:""}}),[M,I,N,S]),Ae=Z((()=>[Uf.CURRENCY_A,Uf.CURRENCY_B].reduce(((e,t)=>Object.assign(Object.assign({},e),{[t]:ov(q[t])})),{})),[q]),Ie=Hd(zy(null===(l=N[Uf.CURRENCY_A])||void 0===l?void 0:l.currency),{contractAddress:sx[e],overrideBalance:q[Uf.CURRENCY_A]?new Se(q[Uf.CURRENCY_A].toSignificant()):void 0,amount:N[Uf.CURRENCY_A]?new Se(N[Uf.CURRENCY_A].toSignificant()):void 0}),Le=Hd(zy(null===(d=N[Uf.CURRENCY_B])||void 0===d?void 0:d.currency),{contractAddress:sx[e],overrideBalance:q[Uf.CURRENCY_B]?new Se(q[Uf.CURRENCY_B].toSignificant()):void 0,amount:N[Uf.CURRENCY_B]?new Se(N[Uf.CURRENCY_B].toSignificant()):void 0}),{[Vf.LOWER]:Oe,[Vf.UPPER]:Re}=_,{[Vf.LOWER]:_e,[Vf.UPPER]:Me}=B,{deadLine:Pe}=Tn(),Be=ze({mutationFn:()=>mn(void 0,void 0,void 0,(function*(){if(!m||!e||!U)return;if(!T.baseToken||!T.quoteToken)return;const t=Math.ceil(Date.now()/1e3)+(null!=Pe?Pe:600),n=T.baseToken.isNative?T.baseToken:T.quoteToken.isNative?T.quoteToken:void 0;try{const{calldata:i,value:o}=ky.addCallParameters(U,{tokenId:r,slippageTolerance:sv(100*we),deadline:t.toString(),useNative:n});let a={to:sx[e],data:i,value:o};(yield p.execute(le._({id:"OBdohg",message:"Add Liquidity"}),Object.assign({opcode:fd.TX},a),{early:!1,metadata:{[cd.addAMMV3Pool]:"1"}}))===ud.Success&&(C(!1),setTimeout((()=>{null==s||s()}),100)),h.invalidateQueries({queryKey:[be,"ammv3"],refetchType:"all"})}catch(e){console.error("onAddMutation",e)}}))}),De=ze({mutationFn:()=>mn(void 0,void 0,void 0,(function*(){if(!(m&&e&&ne&&ie&&oe&&re))return;const t=Math.ceil(Date.now()/1e3)+(null!=Pe?Pe:600);try{const{calldata:n,value:i}=ky.removeCallParameters(ne,{tokenId:r.toString(),liquidityPercentage:ie,slippageTolerance:sv(100*we),deadline:t.toString(),collectOptions:{expectedCurrencyOwed0:null!=ae?ae:mx.fromRawAmount(oe.currency,0),expectedCurrencyOwed1:null!=se?se:mx.fromRawAmount(re.currency,0),recipient:m}});let o={to:sx[e],data:n,value:i};(yield p.execute(le._({id:"3XBvkd",message:"Remove Liquidity"}),Object.assign({opcode:fd.TX},o),{early:!1,metadata:{[cd.removeAMMV3Pool]:"1"}}))===ud.Success&&setTimeout((()=>{null==s||s()}),100),h.invalidateQueries({queryKey:[be,"ammv3"],refetchType:"all"})}catch(e){console.error("onRemoveMutation",e)}}))}),Ne=ze({mutationFn:()=>mn(void 0,void 0,void 0,(function*(){if(m&&e&&R)try{const{calldata:t,value:n}=ky.collectCallParameters({tokenId:r.toString(),expectedCurrencyOwed0:null!=ue?ue:mx.fromRawAmount(R.token0,0),expectedCurrencyOwed1:null!=pe?pe:mx.fromRawAmount(R.token1,0),recipient:m});let i={to:sx[e],data:t,value:n};(yield p.execute(le._({id:"zXCpR0",message:"Claim Rewards"}),Object.assign({opcode:fd.TX},i),{early:!1,metadata:{[cd.claimAMMV3Pool]:"1"}}))===ud.Success&&setTimeout((()=>{null==s||s()}),100),h.invalidateQueries({queryKey:[be,"ammv3"],refetchType:"all"})}catch(e){console.error("onClaimMutation",e)}}))}),Fe=Z((()=>{var t,n,o,r;const a=[{key:"stake",value:le._({id:"m16xKo",message:"Add"})},{key:"unstake",value:le._({id:"t/YqKh",message:"Remove"})},{key:"claim",value:le._({id:"hom7qf",message:"Claim"})}];return Cn.jsxs(i,{sx:{borderRadius:16,backgroundColor:u.palette.background.paper},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:20,py:24,borderTopLeftRadius:16,borderTopRightRadius:16,backgroundColor:u.palette.background.paper},children:[Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:u.palette.text.primary},children:le._({id:"E6MqGy",message:"Add liquidity"})}),s?Cn.jsx(i,{sx:{display:"flex",justifyContent:"center",alignItems:"center",width:24,height:24,borderRadius:"50%",borderWidth:1,color:"text.secondary",cursor:"pointer"},children:Cn.jsx(i,{component:Mn.Error,sx:{width:16,height:16},onClick:()=>{s()}})}):void 0]}),x&&y&&Cn.jsx(i,{sx:{mx:20,mb:16},children:Cn.jsx(Iy,{position:y,inRange:!Y})}),Cn.jsxs(A,{value:v,onChange:(e,t)=>{b(t)},children:[Cn.jsx(F,{tabs:a,variant:"inPaper",tabsListSx:{mx:20}}),Cn.jsxs(L,{value:"stake",children:[x&&y&&Cn.jsx(i,{sx:{mt:16,mx:20},children:Cn.jsx(Oy,{position:y,title:le._({id:"3VUfrF",message:"Selected Range"}),ticksAtLimit:J})}),Cn.jsxs(i,{sx:{mt:16,mx:20,display:"flex",flexDirection:"column",alignItems:"stretch",gap:12},children:[Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:u.palette.text.secondary,textAlign:"left"},children:le._({id:"BRi+RY",message:"Add more liquidity"})}),Cn.jsxs(i,{children:[Cn.jsx(rx,{value:Ee[Uf.CURRENCY_A],onUserInput:ge,maxAmount:Ae[Uf.CURRENCY_A],balance:q[Uf.CURRENCY_A],currency:null!==(t=H[Uf.CURRENCY_A])&&void 0!==t?t:null,locked:Q}),Cn.jsx(Pm,{}),Cn.jsx(rx,{value:Ee[Uf.CURRENCY_B],onUserInput:fe,maxAmount:Ae[Uf.CURRENCY_B],balance:q[Uf.CURRENCY_B],currency:null!==(n=H[Uf.CURRENCY_B])&&void 0!==n?n:null,locked:X})]}),Cn.jsx(Nf,{value:je,onChange:Ce,disabled:!1,type:"AMMV3"})]}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",px:20,py:16,borderBottomLeftRadius:16,borderBottomRightRadius:16,backgroundColor:u.palette.background.paper},children:Cn.jsx(ex,{chainId:e,approvalA:Ie,approvalB:Le,parsedAmounts:N,isValid:Te,depositADisabled:Q,depositBDisabled:X,errorMessage:W,setShowConfirm:C})}),Cn.jsx(Ny,{parsedAmounts:N,position:U,existingPosition:void 0,priceLower:_e,priceUpper:Me,outOfRange:Y,ticksAtLimit:J,on:j,onClose:()=>{C(!1)},onConfirm:Be.mutate,loading:Be.isPending})]}),Cn.jsxs(L,{value:"unstake",children:[Cn.jsxs(i,{sx:{mt:16,mx:20,display:"flex",flexDirection:"column",alignItems:"stretch",gap:12},children:[Cn.jsx(Lf,{disabled:!1,value:w,onChange:e=>k(e)}),Cn.jsx(Nf,{value:je,onChange:Ce,disabled:!1,type:"AMMV3"})]}),Cn.jsxs(i,{sx:{mt:16,mx:20,display:"flex",alignItems:"flex-start",justifyContent:"space-between"},children:[Cn.jsx(i,{sx:{typography:"body2",color:u.palette.text.secondary},children:"Receive"}),Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-end",gap:4},children:[Cn.jsxs(i,{sx:{typography:"body1",fontWeight:600,color:u.palette.text.primary},children:[Cn.jsx(i,{component:"span",sx:{color:u.palette.primary.main},children:oe?ms({input:oe.toExact(),decimals:oe.currency.decimals}):"-"})," ",null===(o=null==oe?void 0:oe.currency)||void 0===o?void 0:o.symbol]}),Cn.jsxs(i,{sx:{typography:"body1",fontWeight:600,color:u.palette.text.primary},children:[Cn.jsx(i,{component:"span",sx:{color:u.palette.primary.main},children:re?ms({input:re.toExact(),decimals:re.currency.decimals}):"-"})," ",null===(r=null==re?void 0:re.currency)||void 0===r?void 0:r.symbol]})]})]}),Cn.jsx(i,{sx:{mt:20,display:"flex",alignItems:"center",px:20,py:16,borderBottomLeftRadius:16,borderBottomRightRadius:16,backgroundColor:u.palette.background.paper},children:Cn.jsx(Ry,{chainId:e,disabled:ce||0===w||!oe,removed:ce,error:de,onConfirm:De.mutate,isLoading:De.isPending})})]}),Cn.jsxs(L,{value:"claim",children:[Cn.jsxs(i,{sx:{mx:20,mt:16,borderRadius:12,borderWidth:1,borderStyle:"solid",borderColor:u.palette.border.main},children:[Cn.jsx(i,{sx:{py:12,px:20,typography:"body1",color:u.palette.text.primary,borderBottomWidth:1,borderBottomStyle:"solid",borderBottomColor:u.palette.border.main},children:le._({id:"tu/fxg",message:"Claim fees"})}),Cn.jsxs(i,{sx:{p:20},children:[Cn.jsx(lv,{token:null==he?void 0:he.currency,amount:he}),Cn.jsx(lv,{token:null==me?void 0:me.currency,amount:me})]})]}),Cn.jsx(i,{sx:{mx:20,mt:16,typography:"h6",color:u.palette.text.secondary},children:le._({id:"Joa5Dk",message:"*Collecting fees will withdraw currently available fees for you."})}),Cn.jsx(i,{sx:{mt:20,display:"flex",alignItems:"center",px:20,py:16,borderBottomLeftRadius:16,borderBottomRightRadius:16,backgroundColor:u.palette.background.paper},children:Cn.jsx(tx,{chainId:e,disabled:Ne.isPending,onConfirm:Ne.mutate,isLoading:Ne.isPending})})]})]})]})}),[Ie,Le,e,H,q,Q,X,de,W,y,me,he,Ee,x,Te,oe,re,Ae,Be.isPending,Be.mutate,Ne.isPending,Ne.mutate,s,ge,fe,De.isPending,De.mutate,v,Y,N,U,_e,Me,ce,Ce,j,w,je,u.palette.background.paper,u.palette.border.main,u.palette.primary.main,u.palette.text.primary,u.palette.text.secondary,J]);return c?Cn.jsx(uc,{open:null!=t&&null!=n,onClose:s,scope:!c,modal:c,id:"pool-operate",children:Fe}):Fe};const cv=({outOfRange:e})=>{const t=a();return Cn.jsx(l,{title:e?le._({id:"i3Z+/Z",message:"Out of range"}):le._({id:"vOyUlD",message:"In range"}),children:Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},children:e?Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",children:Cn.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:t.palette.warning.main})}):Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",children:Cn.jsx("circle",{cx:"4",cy:"4",r:"4",fill:t.palette.success.main})})})})},uv=({p:e,currency0:t,currency1:n,onClickManage:o})=>{const r=a(),[,s]=Uy(null!=t?t:void 0,null!=n?n:void 0,e.fee),l=Z((()=>{if(s)return new hy({pool:s,liquidity:e.liquidity.toString(),tickLower:e.tickLower,tickUpper:e.tickUpper})}),[e.liquidity,e.tickLower,e.tickUpper,s]),d=(u=e.fee,p=e.tickLower,h=e.tickUpper,Z((()=>({[Vf.LOWER]:u&&p?p===ay(Hx.MIN_TICK,Rx[u]):void 0,[Vf.UPPER]:u&&h?h===ay(Hx.MAX_TICK,Rx[u]):void 0})),[u,p,h]));var u,p,h;const m=null==l?void 0:l.token0PriceLower,g=null==l?void 0:l.token0PriceUpper,f=null==l?void 0:l.amount1.currency,x=null==l?void 0:l.amount0.currency,y=!!s&&(s.tickCurrent<e.tickLower||s.tickCurrent>=e.tickUpper),v=t==t?null==l?void 0:l.pool.priceOf(null==l?void 0:l.pool.token0):null==l?void 0:l.pool.priceOf(null==l?void 0:l.pool.token1);return Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-start",gap:24,px:20,py:20,pb:12,borderRadius:12,backgroundColor:r.palette.background.paperContrast},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-start",gap:4},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,typography:"h5",color:r.palette.text.primary},children:[Cn.jsx(i,{children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("span",{children:[Sy({price:m,atLimit:d,direction:Vf.LOWER})," "]}),null==f?void 0:f.symbol]})}),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:Cn.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"})}),Cn.jsx(i,{children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("span",{children:[Sy({price:g,atLimit:d,direction:Vf.UPPER})," "]}),null==f?void 0:f.symbol]})})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4},children:[Cn.jsx(cv,{outOfRange:y}),Cn.jsxs(i,{sx:{typography:"h6",color:r.palette.text.secondary},children:[le._({id:"DWd30U",message:"Current price"}),": ",`${ms({input:null==v?void 0:v.toSignificant()})}`," ",null==f?void 0:f.symbol," per ",null==x?void 0:x.symbol]})]})]}),Cn.jsx(c,{variant:c.Variant.outlined,size:c.Size.small,fullWidth:!0,onClick:o,children:le._({id:"wckWOP",message:"Manage"})})]})},pv=({chainId:e,baseToken:t,quoteToken:n,feeAmount:o,onClose:r,handleGoToAddLiquidityV3:s})=>{const{isMobile:l}=ld(),d=a(),{account:u}=$l(),{positions:p,loading:h}=function(e,t){const n=tv(t),{isLoading:i,data:o}=We(Ll.getBalanceOf(t,n,null!=e?e:void 0)),r=Z((()=>{if(e&&o&&o.isFinite()){const t=[];for(let n=0;n<o.toNumber();n++)t.push([e,n]);return t}return[]}),[e,o]),a=We(Ll.getTokenOfOwnerByIndex(t,n,r)),s=a.isLoading,l=Z((()=>e&&a.data?a.data.map((e=>{if(Array.isArray(e)&&e.length>0)return e[0].toString()})):[]),[e,a]),{positions:d,loading:c}=nv(l,t);return{loading:s||i||c,positions:d}}(u,e),m=Z((()=>t?$y(t):void 0),[t]),g=Z((()=>n?$y(n):void 0),[n]),[f,x]=Z((()=>[null==m?void 0:m.wrapped,null==g?void 0:g.wrapped]),[m,g]),[y,v]=Z((()=>f&&x?f.sortsBefore(x)?[f,x]:[x,f]:[void 0,void 0]),[f,x]),b=Z((()=>{if(void 0!==p)return p.filter((e=>Wy(null==y?void 0:y.address,e.token0)&&Wy(null==v?void 0:v.address,e.token1)&&e.fee===o))}),[o,p,null==y?void 0:y.address,null==v?void 0:v.address]),[j,C]=z(null),w=Z((()=>{var e;return Cn.jsxs(i,{sx:{p:20,display:"flex",flexDirection:"column",gap:16,borderRadius:16,backgroundColor:d.palette.background.paper,minHeight:480},children:[Cn.jsxs(i,{sx:{pb:16,borderBottomColor:d.palette.border.main,borderBottomStyle:"solid",borderBottomWidth:1,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsxs(i,{sx:{typography:"body1",fontWeight:600,color:d.palette.text.primary},children:[le._({id:"Gs02OK",message:"My Positions"})," (",null!==(e=null==b?void 0:b.length)&&void 0!==e?e:0,")"]}),r?Cn.jsx(i,{sx:{display:"flex",justifyContent:"center",alignItems:"center",width:24,height:24,borderRadius:"50%",borderWidth:1,color:"text.secondary",cursor:"pointer"},children:Cn.jsx(i,{component:Mn.Error,sx:{width:16,height:16},onClick:()=>{r()}})}):void 0]}),b&&b.length>0?Cn.jsxs(Cn.Fragment,{children:[null==b?void 0:b.map((e=>Cn.jsx(uv,{p:e,currency0:m,currency1:g,onClickManage:()=>{C(e)}},e.tokenId))),Cn.jsxs(c,{size:c.Size.big,variant:c.Variant.second,onClick:()=>{s({from:t.address,to:n.address,fee:String(o)})},sx:{gap:8},children:[Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:Cn.jsx("path",{d:"M19 13H13V19H11V13H5V11H11V5H13V11H19V13Z",fill:"currentColor"})}),le._({id:"FQ4aT9",message:"Add Position"})]})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{mt:100,display:"flex",flexDirection:"column",alignItems:"center",gap:12},children:[Cn.jsx(En,{sx:{width:60,height:60,borderRadius:24/105*60}}),Cn.jsx(i,{sx:{typography:"body1",color:d.palette.text.secondary},children:le._({id:"/6L4mj",message:"Your position is empty"})})]}),Cn.jsx(i,{sx:{display:"flex",justifyContent:"center",alignItems:"center"},children:void 0!==b&&0===b.length?Cn.jsx(c,{size:c.Size.small,onClick:()=>{s({from:t.address,to:n.address,fee:String(o)})},children:le._({id:"FQ4aT9",message:"Add Position"})}):Cn.jsx(Hf,{size:c.Size.small})})]})]})}),[d.palette.background.paper,d.palette.border.main,d.palette.text.primary,d.palette.text.secondary,b,r,m,g,s,t.address,n.address,o]);return null!==j?Cn.jsx(dv,{baseToken:t,quoteToken:n,feeAmount:o,tokenId:j.tokenId,chainId:e,onClose:()=>{C(null)}}):l?Cn.jsx(uc,{open:null!=t&&null!=n,onClose:r,scope:!l,modal:l,id:"pool-operate",children:w}):w};function hv(e,t,n,i){return"CLASSICAL"===i&&e&&t&&e.isEqualTo(t)?e.times(`1e${n}`).minus(1).div(`1e${n}`):e}function mv(e,t){return e.lte(0)?new Le(0):t.div(e)}function gv(e,t,n,i,o,r,a){const s=o&&function(e){return-1!==["0x9D9793e1E18CDEe6cf63818315D55244f73EC006","0x0D04146B2Fe5d267629a7eb341Fb4388DcdBD22f","0x3D9d765b0fbAf594F90F07bc42889473e6613C7A","0x3854BdcB1a7cBA4b1A5f9a7C8719e247Df4c42c6","0xA46F5eC3219f956d14C6816Ef9cf6CaBf13bdD77","0xB16f2Ff8E8499E31B257d2A02D25e8956Ae6aFe7"].findIndex((t=>t.toLowerCase()===e.toLowerCase()))}(o);let l,d;const c="CLASSICAL"===r?i:n;if(e&&t&&c&&void 0!==a){if(d=mv(t,c),l=e.times(d),"CLASSICAL"===r&&s){if(!i)return[void 0,void 0];l.gt(i)&&n&&(d=mv(t,Le.min(i,n)),l=l.times(d))}return[d,l.dp(Number(a),Le.ROUND_DOWN)]}return[void 0,void 0]}function fv({account:e,pool:t}){var n,i;const{chainId:o,address:r,type:a,baseTokenDecimals:s,quoteTokenDecimals:l,baseLpTokenDecimals:d,quoteLpTokenDecimals:c}=null!=t?t:{},u=We(Sl.getTotalBaseLpQuery(o,r,a,d)),p=We(Sl.getTotalQuoteLpQuery(o,r,a,c)),h=We(Sl.getUserBaseLpQuery(o,r,a,d,e)),m=We(Sl.getUserQuoteLpQuery(o,r,a,c,e)),g=We(Sl.getReserveLpQuery(o,r,a,s,l)),f=We(Sl.getClassicalTargetQuery(o,r,a,s,l)),x=u.data,y=p.data,{baseReserve:v,quoteReserve:b}=g.data||{},j=null===(n=f.data)||void 0===n?void 0:n.baseTarget,C=null===(i=f.data)||void 0===i?void 0:i.quoteTarget,w="DPP"===a,k=w?v:hv(h.data,x,d,a),T=w?b:hv(m.data,y,c,a),[E,A]=w?[new Le(1),v]:gv(k,x,v,j,r,a,s);let I,S;if(b){let e=p.data;e||p.isLoading||p.error||!x||(e=x);const t=m.isFetched&&!m.error&&null===T?k:T;w?(I=new Le(1),S=b):m.isLoading||m.error||f.error||t?[I,S]=gv(t,e,b,C,r,a,l):S=new Le(0)}const L=h.isLoading||m.isLoading,O=h.isError||m.isError,R=()=>{h.refetch(),m.refetch(),u.refetch(),p.refetch(),g.refetch(),f.refetch()},_=L||u.isLoading||p.isLoading||g.isLoading||f.isLoading,M=O||u.isError||p.isError||g.isError||f.isError,P="DVM"===(null==t?void 0:t.type)&&(!b||b.isZero());return{totalBaseLpBalance:x,totalQuoteLpBalance:y,baseReserve:v,quoteReserve:b,classicalBaseTarget:j,classicalQuoteTarget:C,userBaseLpBalance:k,userQuoteLpBalance:T,userBaseLpToTokenBalance:A,userQuoteLpToTokenBalance:S,baseLpToTokenProportion:E,quoteLpToTokenProportion:I,isSinglePool:P,userLpBalanceLoading:L,userLpToTokenBalanceLoading:_,userLpBalanceError:O,userLpToTokenBalanceError:M,userLpToTokenBalanceRefetch:R,error:M,loading:_,refetch:R}}const xv=new we({contractRequests:va});function yv({chainId:e,address:t,showName:n,size:o,offset:r,rightContent:a}){const s=Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:r},children:[Cn.jsx(yc,{chainId:e,address:t,width:o,height:o,noShowChain:!0,marginRight:0}),n]});return a?Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center"},children:[s,a]}):s}function vv({miningItem:e}){var t,n;const{account:i}=$l(),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,g;const f={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(f),a.push(xv.getPendingRewardQuery(e.chainId,s,i,f.address,f.decimals,t));else switch(e.type){case"classical":r.push(f),a.push(xv.getPendingRewardQuery(e.chainId,s,i,null!==(u=null===(c=e.baseLpToken)||void 0===c?void 0:c.address)&&void 0!==u?u:"",f.decimals,"2")),r.push(f),a.push(xv.getPendingRewardQuery(e.chainId,s,i,null!==(h=null===(p=e.quoteLpToken)||void 0===p?void 0:p.address)&&void 0!==h?h:"",f.decimals,"2"));break;case"vdodo":case"single":r.push(f),a.push(xv.getPendingRewardQuery(e.chainId,s,i,null!==(g=null===(m=e.baseToken)||void 0===m?void 0:m.address)&&void 0!==g?g:"",f.decimals,"2"));break;default:throw new Error(`type: ${e.type} is not valid.`)}}))}return Ze({queries:a,combine:e=>{let t=new Se(0),n=new Se(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 bv({value:e,label:t,tokenList:n,loading:o}){const r=a();return Cn.jsxs(i,{sx:{flexGrow:0,flexShrink:1,width:"30%"},children:[Cn.jsx(i,{sx:{typography:"h6",color:r.palette.text.secondary},children:t}),Cn.jsxs(i,{sx:{mt:8,typography:"body1",fontWeight:600,color:r.palette.text.primary,display:"flex",alignItems:"center",gap:4},children:[Cn.jsx(v,{loading:o,loadingProps:{width:30},children:e?`$${ms({input:e,decimals:2})}`:"-"}),Cn.jsx(l,{placement:"top",title:Cn.jsx(i,{sx:{display:"flex",flexDirection:"column",gap:8,width:190,color:"text.primary",fontWeight:600},children:n.map((e=>{var t;return Cn.jsx(yv,{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:Cn.jsx(i,{component:d,sx:{display:"flex",alignItems:"center",color:r.palette.text.secondary,width:16,height:16,"&:hover":{color:"text.primary"}},children:Cn.jsx(Mn.DetailBorder,{})})})]})]})}function jv({chainId:t,loading:n,miningItem:o,miningContractAddress:r,stakedTokenUSD:s,stakedTokenUSDLoading:l,miningTitle:d,associatedMineSectionShort:c,stakedTokenList:u,isEnded:p}){var h,m;const g=a(),f=vv({miningItem:o});return Cn.jsxs(i,{sx:{backgroundColor:g.palette.background.paper,borderRadius:8,borderColor:g.palette.border.main,borderStyle:"solid",borderWidth:1,mb:20},children:[c?null:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{py:12,px:20,display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(v,{loading:n,loadingProps:{width:100},children:Cn.jsx(Gm,{width:24,tokens:u,gap:-6,chainId:t,mr:4,showChainLogo:!1})}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4},children:[Cn.jsx(i,{sx:{color:g.palette.text.primary,typography:"body2",fontWeight:600,display:"flex",alignItems:"center"},children:null!=d?d:"-"}),p&&Cn.jsx(i,{sx:{backgroundColor:g.palette.border.disabled,borderRadius:4,typography:"h6",fontWeight:500,px:8,color:g.palette.text.disabled},children:Cn.jsx(e,{id:"237hSL",message:"Ended"})})]}),Cn.jsx(bm,{size:"small",truncate:!0,address:null!=r?r:"",iconSpace:4,sx:{color:g.palette.text.secondary,typography:"h6"},customChainId:t})]})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",color:g.palette.text.secondary,typography:"h6",cursor:"pointer"},onClick:()=>{Af.getState().push({type:Ef.MiningDetail,params:{address:r,chainId:t}})},children:[Cn.jsx(e,{id:"URmyfc",message:"Details"}),Cn.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:Cn.jsx("path",{d:"M7.5 4.5L6.4425 5.5575L9.8775 9L6.4425 12.4425L7.5 13.5L12 9L7.5 4.5Z",fill:"currentColor"})})]})]}),Cn.jsx(i,{sx:{width:"100%",height:"1px",backgroundColor:g.palette.border.main}})]}),Cn.jsxs(i,{sx:{py:12,px:20,display:"flex",alignItems:"center",gap:20},children:[Cn.jsx(bv,{value:s,label:le._({id:"luOvdJ",message:"My Staked"}),tokenList:u,loading:n||l}),Cn.jsx(i,{sx:{width:"1px",height:30,backgroundColor:g.palette.border.main,flexGrow:0,flexShrink:0}}),Cn.jsx(bv,{value:f.totalRewardUSD,label:le._({id:"4cJ0hF",message:"Rewards"}),tokenList:null!==(m=null===(h=f.data)||void 0===h?void 0:h.map((e=>Object.assign(Object.assign({chainId:t},e),{name:e.symbol,amount:ms({input:e.amount,decimals:e.decimals})}))))&&void 0!==m?m:[],loading:f.pending||n})]})]})}const Cv=({miningItem:e,successBack:t})=>{const{account:n}=$l(),i=Cd();return ze({mutationFn:()=>mn(void 0,void 0,void 0,(function*(){const o=yield mn(void 0,void 0,void 0,(function*(){if(!n||!(null==e?void 0:e.miningContractAddress))return null;let t="";const i=yield we.encode.claimAllMining(e.miningContractAddress);if(i&&i.data)return i.value=0,i;throw t="invalid data",new Error(t)}));if(!o)return;return yield i.execute(le._({id:"hom7qf",message:"Claim"}),Object.assign({opcode:fd.TX},o),{metadata:{[cd.claimMining]:"1"},successBack:t})}))})};function wv({miningItem:t}){const n=vv({miningItem:t}),i=Cv({miningItem:t,successBack:()=>{n.refetch()}});return Cn.jsx(Hf,{includeButton:!0,fullWidth:!0,chainId:null==t?void 0:t.chainId,children:Cn.jsx(c,{fullWidth:!0,isLoading:i.isPending,disabled:n.totalReward.isZero(),onClick:()=>{i.mutate()},children:i.isPending?Cn.jsx(e,{id:"KvG1xW",message:"Claiming"}):Cn.jsx(e,{id:"dUdltF",message:"One-Click Claim"})})})}function kv({tokenSymbol:e,goLpLink:t}){const n=a();return Cn.jsxs(_,{sx:{color:n.palette.text.secondary,typography:"h6",display:"flex",alignItems:"center"},component:d,onClick:t,children:[le._({id:"dJqd5x",message:"Get {tokenSymbol}",values:{tokenSymbol:e}}),Cn.jsx("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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 Tv({miningItem:t,loading:n,sx:o}){const r=a(),s=vv({miningItem:t});return Cn.jsxs(i,{sx:Object.assign({borderWidth:1,borderRadius:12},o),children:[Cn.jsxs(i,{sx:{typography:"body1",color:r.palette.text.secondary,display:"flex",alignItems:"center",justifyContent:"space-between",px:20,py:12},children:[Cn.jsx(e,{id:"4cJ0hF",message:"Rewards"}),":",Cn.jsx(v,{loading:n||s.pending,loadingProps:{width:100},sx:{color:r.palette.text.primary,fontWeight:600},children:s.pending||s.error?"-":`$${ms({input:s.totalRewardUSD,decimals:2})}`})]}),Cn.jsxs(i,{sx:{borderTopWidth:1,px:20,pt:4,pb:8},children:[(n||s.pending)&&Cn.jsx(v,{loading:n,loadingProps:{width:150}}),!n&&!s.pending&&!!t&&s.data.map((e=>Cn.jsxs(i,{sx:{mt:16,display:"flex",alignItems:"flex-start",justifyContent:"space-between"},children:[e.address&&e.symbol&&Cn.jsx(yv,{chainId:t.chainId,address:e.address,showName:e.symbol,size:24,offset:6}),Cn.jsxs(i,{sx:{ml:"auto"},children:[Cn.jsx(i,{sx:{typography:"h5",textAlign:"right"},children:ms({input:e.amount,decimals:e.decimals})}),Cn.jsx(i,{sx:{mt:2,typography:"body2",color:r.palette.text.secondary,textAlign:"right"},children:e.usdPrice&&e.amount?`≈ $${ms({input:new Se(e.amount).multipliedBy(e.usdPrice).dp(4,Se.ROUND_DOWN),decimals:4})}`:"-"})]})]},e.address)))]})]})}function Ev({status:t,children:n,buttonProps:i}){return!t.needShowTokenStatusButton&&n?Cn.jsx(Cn.Fragment,{children:n}):t.insufficientBalance?Cn.jsx(c,{fullWidth:!0,disabled:!0,...i,children:Cn.jsx(e,{id:"znqB4T",message:"Insufficient balance"})}):Cn.jsx(c,{fullWidth:!0,isLoading:t.isApproving,onClick:t.submitApprove,disabled:t.insufficientBalance,...i,children:t.isApproving?Cn.jsx(e,{id:"j2Uisd",message:"Approving"}):t.approveTitle})}function Av(e){if(!e&&"number"!=typeof e)return e;let t="";return t=Se.isBigNumber(e)?e.toString(16):new Se(e).toString(16),t.length%2?"0x0"+t:"0x"+t}function Iv(e){return Av(ys(e,18))}const Sv=({miningItem:e,amount:t,submittedBack:n,successBack:i,logBalance:o})=>{const{chainId:r,account:a}=$l(),s=Cd(),l=ve[r];return ze({mutationFn:()=>mn(void 0,void 0,void 0,(function*(){const r=yield mn(void 0,void 0,void 0,(function*(){var n,i;if(!(a&&e&&e.baseToken&&e.miningContractAddress))return null;let o="";const r=new Se(t),s=Number(e.baseToken.decimals),d=yield we.encode.depositMining(e.miningContractAddress,r,s);if(!d||!d.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())===l.address.toLocaleLowerCase()?d.value=Iv(r):d.value=0,d}catch(e){throw console.error("2.0 sendTransaction error",e),o=`2.0 sendTransaction error; ERROR: ${e}`,new Error(o)}}));if(!r)return;return yield s.execute(le._({id:"JYKRJS",message:"Stake"}),Object.assign({opcode:fd.TX},r),{metadata:{[cd.stakeMining]:"1",logBalance:o},submittedBack:n,successBack:i})}))})};function Lv({goLpLink:t,amount:n,miningItem:i,balanceInfo:o,submittedBack:r,successBack:a,logBalance:s}){var l,d,u,p;const h=Sv({miningItem:i,amount:n,submittedBack:r,successBack:a,logBalance:s}),m=i?`${null===(l=i.baseToken)||void 0===l?void 0:l.symbol}-${null===(d=i.quoteToken)||void 0===d?void 0:d.symbol} LP`:"",g=Hd(i?Zl(Object.assign(Object.assign({},i.baseLpToken),{symbol:m}),i.chainId):null,{contractAddress:null!==(u=null==i?void 0:i.miningContractAddress)&&void 0!==u?u:"",overrideBalance:o.userBaseLpBalance,amount:n});return t&&m&&(null===(p=o.userBaseLpBalance)||void 0===p?void 0:p.isZero())?Cn.jsx(c,{fullWidth:!0,onClick:()=>t(),children:le._({id:"dJqd5x",message:"Get {tokenSymbol}",values:{tokenSymbol:m}})}):Cn.jsx(Hf,{includeButton:!0,fullWidth:!0,chainId:null==i?void 0:i.chainId,children:Cn.jsx(Ev,{status:g,children:Cn.jsx(c,{fullWidth:!0,isLoading:h.isPending,disabled:!Number(n),onClick:()=>{h.mutate()},children:h.isPending?Cn.jsx(e,{id:"KsqhWn",message:"Staking"}):Cn.jsx(e,{id:"JYKRJS",message:"Stake"})})})})}const Ov=({miningItem:e,amount:t,submittedBack:n,successBack:i,logBalance:o})=>{const{account:r}=$l(),a=Cd();return ze({mutationFn:()=>mn(void 0,void 0,void 0,(function*(){const s=yield mn(void 0,void 0,void 0,(function*(){if(!(r&&e&&e.baseToken&&e.miningContractAddress))return null;let n="";const i=new Se(t),o=Number(e.baseToken.decimals),a=yield we.encode.withdrawMining(e.miningContractAddress,i,o);if(a&&a.data)return a.value=0,a;throw n="invalid data",new Error(n)}));if(!s)return;return yield a.execute(le._({id:"OFjZGo",message:"Unstake"}),Object.assign({opcode:fd.TX},s),{metadata:{[cd.unstakeMining]:"1",logBalance:o},submittedBack:n,successBack:i})}))})};function Rv({amount:t,miningItem:n,overrideBalance:i,submittedBack:o,successBack:r,logBalance:a}){var s,l;const d=Ov({miningItem:n,amount:t,submittedBack:o,successBack:r,logBalance:a}),u=n?`${null===(s=n.baseToken)||void 0===s?void 0:s.symbol}-${null===(l=n.quoteToken)||void 0===l?void 0:l.symbol} LP`:"",p=Hd(n?Zl(Object.assign(Object.assign({},n.baseLpToken),{symbol:u}),n.chainId):null,{overrideBalance:i,amount:t,skipQuery:!0});return Cn.jsx(Hf,{includeButton:!0,fullWidth:!0,chainId:null==n?void 0:n.chainId,children:Cn.jsx(Ev,{status:p,children:Cn.jsx(c,{fullWidth:!0,isLoading:d.isPending,disabled:!Number(t),onClick:()=>{d.mutate()},children:d.isPending?Cn.jsx(e,{id:"1gWStS",message:"Unstaking"}):Cn.jsx(e,{id:"OFjZGo",message:"Unstake"})})})})}function _v(e){var{sx:t}=e,n=hn(e,["sx"]);const o=a();return Cn.jsx(i,{sx:Object.assign({paddingTop:20,backgroundColor:o.palette.background.paper,position:"sticky",bottom:0},t),...n})}function Mv({chainId:e,poolAddress:t,status:n,loading:o,operateType:r,setOperateType:s,miningItem:l,associatedMineSectionVisible:d,goLpLink:c}){var u,p,h,m,g,f,x,y,v,b,j,C,w,k,T,E,I;const S=a(),{account:O}=$l(),{miningContractAddress:R}=null!=l?l:{},_=Zl(null==l?void 0:l.baseToken,e),M=Zl(null==l?void 0:l.quoteToken,e),[P,B]=W.useState(""),[D,N]=W.useState(""),q=[{key:"stake",value:le._({id:"JYKRJS",message:"Stake"})},{key:"unstake",value:le._({id:"OFjZGo",message:"Unstake"})},{key:"claim",value:le._({id:"hom7qf",message:"Claim"})}],U=l&&_&&M&&["classical","lptoken"].includes(null!==(u=l.type)&&void 0!==u?u:"")?{chainId:e,address:t,type:"lptoken"===l.type?"DSP":"CLASSICAL",baseToken:_,quoteToken:M}:void 0,V=fv({account:O,pool:l&&_&&M&&l.baseLpToken&&l.quoteLpToken&&["classical","lptoken"].includes(null!==(p=l.type)&&void 0!==p?p:"")?{chainId:e,address:t,type:"lptoken"===l.type?"DSP":"CLASSICAL",baseTokenDecimals:_.decimals,quoteTokenDecimals:M.decimals,baseLpTokenDecimals:null!==(h=l.baseLpToken.decimals)&&void 0!==h?h:18,quoteLpTokenDecimals:null!==(m=l.quoteLpToken.decimals)&&void 0!==m?m:18}:void 0}),H=We(Sl.getPMMStateQuery(null==U?void 0:U.chainId,null==U?void 0:U.address,null==U?void 0:U.type,null===(g=null==U?void 0:U.baseToken)||void 0===g?void 0:g.decimals,null===(f=null==U?void 0:U.quoteToken)||void 0===f?void 0:f.decimals)),Z=We(xv.getLpStakedBalance(null==l?void 0:l.chainId,(null==l?void 0:l.miningContractAddress)||void 0,O,null!==(y=null===(x=null==l?void 0:l.baseLpToken)||void 0===x?void 0:x.address)&&void 0!==y?y:"",null===(v=null==l?void 0:l.baseToken)||void 0===v?void 0:v.decimals,null==l?void 0:l.version)),$=Z.isLoading||H.isLoading;let z,G,Y;if(Z.data&&V.baseLpToTokenProportion&&V.quoteLpToTokenProportion&&!H.isLoading){const e=null===(b=null==l?void 0:l.baseToken)||void 0===b?void 0:b.price,t=null===(j=null==l?void 0:l.quoteToken)||void 0===j?void 0:j.price,n=null===(C=H.data)||void 0===C?void 0:C.midPrice;G=Z.data.times(V.baseLpToTokenProportion),Y=Z.data.times(V.quoteLpToTokenProportion),n?t?z=G.times(n).plus(Y).times(t):e&&(z=Y.times(n).plus(G).times(e)):e&&t&&(z=G.times(e).plus(Y.times(t)))}const Q=_&&M?[Object.assign(Object.assign({},_),{amount:ms({input:G,decimals:_.decimals})}),Object.assign(Object.assign({},M),{amount:ms({input:Y,decimals:M.decimals})})]:[],X=_&&M?`${_.symbol}-${M.symbol} LP`:"- LP",K=n===ke.ended,J=(null===(w=null==l?void 0:l.baseLpToken)||void 0===w?void 0:w.address)&&V.userBaseLpBalance?{[null===(k=null==l?void 0:l.baseLpToken)||void 0===k?void 0:k.address]:V.userBaseLpBalance.toString()}:{},ee=()=>{V.refetch(),H.refetch(),Z.refetch()};return Cn.jsx(Cn.Fragment,{children:Cn.jsxs(i,{sx:{paddingTop:20,borderTopLeftRadius:16,borderTopRightRadius:16,backgroundColor:S.palette.background.paper,px:20,paddingBottom:0,borderBottomLeftRadius:0,borderBottomRightRadius:0},children:[d&&Cn.jsx(jv,{chainId:e,miningContractAddress:null!=R?R:"",loading:o,miningItem:l,stakedTokenUSD:z,stakedTokenUSDLoading:$,miningTitle:null!==(T=null==l?void 0:l.title)&&void 0!==T?T:"",stakedTokenList:Q}),Cn.jsxs(A,{value:r,onChange:(e,t)=>{s(t)},children:[Cn.jsx(F,{tabs:q,variant:"inPaper",tabsListSx:{mt:16}}),Cn.jsxs(L,{value:"stake",children:[Cn.jsxs(i,{sx:{mt:20,borderColor:S.palette.border.main,borderWidth:1,borderStyle:"solid",borderRadius:12,display:"flex",alignItems:"center",justifyContent:"space-between",px:20,py:16},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(Gm,{width:Q.length>1?20:28,tokens:Q,chainId:e}),Cn.jsx(i,{sx:{ml:8,typography:"body1",color:S.palette.text.primary,fontWeight:600},children:X})]}),!!c&&Cn.jsx(kv,{tokenSymbol:X,goLpLink:c})]}),Cn.jsx(Dm,{showPercentage:!0,hideToken:!0,inputTypography:"h1",balanceText:le._({id:"RxHSET",message:"LP Balance:"}),overrideBalance:V.userBaseLpBalance||new Se("-"),overrideBalanceLoading:V.loading,amt:P,canClickBalance:!0,onInputChange:e=>{B(e)},readOnly:K||o,token:_,checkLogBalance:J,occupiedChainId:e,chainId:e,sx:{mt:20,borderWidth:1}}),Cn.jsx(_v,{children:Cn.jsx(Lv,{miningItem:l,balanceInfo:V,amount:P,goLpLink:c,submittedBack:()=>B(""),successBack:ee,logBalance:J})})]}),Cn.jsxs(L,{value:"unstake",children:[Cn.jsx(Dm,{showPercentage:!0,hideToken:!0,inputTypography:"h1",balanceText:le._({id:"RxHSET",message:"LP Balance:"}),overrideBalance:Z.data||new Se("-"),overrideBalanceLoading:Z.isLoading,amt:K?null!==(I=null===(E=Z.data)||void 0===E?void 0:E.toString())&&void 0!==I?I:"":D,onInputChange:e=>{N(e)},canClickBalance:!0,readOnly:K||o,token:_,checkLogBalance:J,occupiedChainId:e,chainId:e,sx:{mt:20,borderWidth:1}}),Cn.jsx(_v,{children:Cn.jsx(Rv,{miningItem:l,overrideBalance:Z.data,amount:D,submittedBack:()=>N(""),successBack:ee,logBalance:J})})]}),Cn.jsxs(L,{value:"claim",children:[Cn.jsx(Tv,{miningItem:l,loading:o,sx:{mt:20}}),Cn.jsx(_v,{children:Cn.jsx(wv,{miningItem:l})})]})]})]})})}function Pv({chainId:e,account:t,poolAddress:n,goLpLink:i}){var o,r,a;const s=Kl().getQuery(we.graphql.fetchMiningList,{where:{chainIds:[e],user:t,filterState:{address:n}}}),l=We(Object.assign(Object.assign({},s),{enabled:!!n})),d=null===(a=null===(r=null===(o=l.data)||void 0===o?void 0:o.mining_list)||void 0===r?void 0:r.list)||void 0===a?void 0:a[0],{status:c}=function({miningItem:e}){var t,n;let i=ke.active,o=[];if(null==e?void 0:e.rewardTokenInfos)if("classical"!==e.type){const r=we.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=r.status,o.push(r)}else if(e.rewardQuoteTokenInfos){o=[e.rewardTokenInfos,e.rewardQuoteTokenInfos].map((t=>{var n,i;return we.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;ke.active,(t===ke.upcoming&&n===ke.upcoming||t===ke.upcoming&&n===ke.ended||t===ke.ended&&n===ke.upcoming)&&ke.upcoming,t===ke.ended&&n===ke.ended&&ke.ended}return{status:i,miningStatusList:o}}({miningItem:d}),[u,p]=W.useState(c===ke.ended?"unstake":"stake");return Cn.jsx(Mv,{chainId:e,loading:l.isLoading||l.isPending,operateType:u,setOperateType:p,associatedMineSectionVisible:!0,miningItem:d,status:c,goLpLink:i,poolAddress:n})}const Bv=()=>{const t=a();return Cn.jsx(l,{placement:"top-end",leaveDelay:100,title:Cn.jsx(i,{sx:{maxWidth:240,color:t.palette.warning.main,typography:"h6",fontWeight:500,"&>a":{textDecoration:"underline",color:t.palette.warning.main},"&>a:hover":{color:T(t.palette.warning.main,.5)}},children:Cn.jsx(e,{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:Cn.jsx("a",{target:"_blank",rel:"noopener noreferrer",href:"https://docs.dodoex.io/en/product/pmm-algorithm"})}})}),children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:2,py:4,px:8,borderRadius:8,backgroundColor:T(t.palette.warning.main,.1),color:t.palette.warning.main,typography:"h6",fontWeight:500,lineHeight:"16px",cursor:"help"},children:[Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:Cn.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"})}),Cn.jsx(e,{id:"iDGO1l",message:"Disclaimer"})]})})};var Dv;function Nv(t){const{ConfirmComponent:n}=Tn();if(n)return Cn.jsx(n,{...t});const{open:o,onClose:r,title:a,children:s,singleBtn:l,danger:d,singleBtnText:u,cancelText:p,confirmText:h,disabledConfirm:m,confirmLoading:g,isManualClose:f,onConfirm:x,modal:y}=t;return Cn.jsx(uc,{open:o,onClose:r,title:a,modal:y,children:Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",justifyContent:"space-between",flex:1},children:[Cn.jsx(i,{sx:{typography:"body2",color:a?"text.secondary":"text.primary",textAlign:"center",wordBreak:"break-all",mt:20,px:36},children:s}),l?Cn.jsx(i,{sx:{px:20},children:Cn.jsx(c,{fullWidth:!0,variant:c.Variant.outlined,danger:d,sx:{mt:32,mb:20},onClick:()=>{r()},children:u||Cn.jsx(e,{id:"DPfwMq",message:"Done"})})}):Cn.jsxs(i,{sx:{mt:24,mb:20,mx:20,display:"flex",alignItems:"center","& > button":{flex:1}},children:[Cn.jsx(c,{variant:c.Variant.second,onClick:()=>{r()},children:p||Cn.jsx(e,{id:"dEgA5A",message:"Cancel"})}),Cn.jsx(c,{sx:{ml:8},variant:c.Variant.outlined,danger:d,disabled:m,isLoading:g,onClick:()=>{x&&x(),f||r()},children:h||Cn.jsx(e,{id:"7VpPHA",message:"Confirm"})})]})]})})}function Fv(e){var{sx:t,label:n,children:o}=e,r=hn(e,["sx","label","children"]);return Cn.jsxs(i,{sx:Object.assign({display:"flex",justifyContent:"space-between"},t),...r,children:[Cn.jsx(i,{children:n}),Cn.jsx(i,{sx:{textAlign:"right",fontWeight:600},children:o})]})}function qv({baseToken:e,quoteToken:t,midPrice:n,loading:o,disabled:r}){const s=a(),[d,c]=z(!1),u=d?null==t?void 0:t.symbol:null==e?void 0:e.symbol,p=d&&n?new Se(1).div(n):n,h=d?null==e?void 0:e.symbol:null==t?void 0:t.symbol;return Cn.jsxs(v,{sx:{display:"flex",alignItems:"center",fontWeight:600,overflow:"hidden"},loading:o,loadingProps:{width:50},children:[e&&t?Cn.jsx(l,{title:`1 ${u} = ${p?hs({input:p}):""} ${h}`,children:n?Cn.jsx(i,{sx:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:`1 ${u} = ${p?hs({input:p}):""} ${h}`}):Cn.jsxs(i,{children:[`1 ${u} = `,Cn.jsx(v,{loading:o,loadingProps:{width:30},component:"span",sx:{display:"inline-block"},children:"-"}),` ${h}`]})}):"-",Cn.jsx(i,{sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"center",ml:4,width:18,height:18,backgroundColor:"background.paperDarkContrast",borderRadius:"50%"},!r&&{cursor:"pointer","&:hover":{backgroundColor:T(s.palette.text.primary,.04)}}),onClick:()=>{r||c((e=>!e))},children:Cn.jsx(i,{component:Mn.Switch,sx:{width:18,height:18}})})]})}function Uv({baseToken:t,quoteToken:n,loading:o,midPrice:r,shareOfPool:s,sx:l}){const d=a(),c=!t||!n;return Cn.jsxs(i,{sx:Object.assign({mt:20,border:"solid 1px",borderColor:"border.main",borderRadius:8},l),children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,height:36,typography:"body2"},children:[Cn.jsx(i,{sx:{color:"text.secondary",whiteSpace:"nowrap"},children:Cn.jsx(e,{id:"kNeEXg",message:"Current Price"})}),Cn.jsx(qv,{baseToken:t,quoteToken:n,loading:o,disabled:c,midPrice:r})]}),Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,minHeight:36,typography:"body2",borderStyle:"solid",borderWidth:d.spacing(1,0,0),borderColor:"border.main"},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",color:"text.secondary",whiteSpace:"nowrap"},children:Cn.jsx(e,{id:"SbBMxj",message:"Share of pool"})}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",fontWeight:600,textAlign:"right",ml:8,overflow:"hidden"},children:Cn.jsx(v,{sx:{display:"flex",alignItems:"center",fontWeight:600,overflow:"hidden"},loading:o,loadingProps:{width:50},children:s||"-%"})})]})]})}function Vv({open:t,onClose:n,slippage:o,baseToken:r,quoteToken:s,baseAmount:l,quoteAmount:d,lpAmount:u,fee:p,price:h,shareOfPool:m,pairAddress:g,createMutation:f}){const x=a(),{isMobile:y}=ld();return Cn.jsx(uc,{modal:!0,open:t,onClose:n,title:u?Cn.jsx(e,{id:"AeZIvT",message:"You will receive"}):Cn.jsx(e,{id:"aM1tos",message:"You are creating a pool"}),children:Cn.jsxs(i,{sx:{px:20,py:24,borderTopWidth:1,width:y?"100%":420},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"center"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,typography:"h3"},children:[Cn.jsx(Gm,{width:24,height:24,tokens:r&&s?[r,s]:[],chainId:null==r?void 0:r.chainId}),u?ms({input:u,decimals:18}):""]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",color:x.palette.text.secondary,gap:4,fontWeight:600},children:[Cn.jsx(e,{id:"syToc5",message:"{0}/{1} Pool Tokens",values:{0:null==r?void 0:r.symbol,1:null==s?void 0:s.symbol}}),Cn.jsx(My,{poolType:"AMM V2"})]})]}),Cn.jsx(i,{sx:{mt:16,typography:"h6",color:"text.secondary",textAlign:"center"},children:Cn.jsx(e,{id:"rQ9c+8",message:"Output is estimated. If the price changes by more than {0} your transaction will revert.",values:{0:As({input:o})}})}),Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:12,mt:20,p:20,typography:"body2",borderRadius:12,backgroundColor:x.palette.background.paperContrast},children:[Cn.jsx(Fv,{label:Cn.jsx(e,{id:"YG004A",message:"{0} deposited",values:{0:null==r?void 0:r.symbol}}),children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",lineHeight:1},children:[Cn.jsx(yc,{width:18,height:18,marginRight:4,token:r}),ms({input:l,decimals:null==r?void 0:r.decimals})]})}),Cn.jsx(Fv,{label:Cn.jsx(e,{id:"YG004A",message:"{0} deposited",values:{0:null==s?void 0:s.symbol}}),children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(yc,{width:18,height:18,marginRight:4,token:s}),ms({input:d,decimals:null==s?void 0:s.decimals})]})}),Cn.jsx(Fv,{label:Cn.jsx(e,{id:"EU3wU4",message:"Fee tier"}),children:As({input:p})}),Cn.jsx(Fv,{label:Cn.jsx(e,{id:"fqDzSu",message:"Rate"}),children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(yc,{width:18,height:18,marginRight:4,token:r}),Cn.jsx(qv,{baseToken:r,quoteToken:s,midPrice:h})]})}),Cn.jsx(Fv,{label:Cn.jsx(e,{id:"SbBMxj",message:"Share of pool"}),children:m}),Cn.jsx(Fv,{label:Cn.jsx(e,{id:"ESQO1L",message:"Pool address"}),children:Cn.jsx(bm,{showCopy:!1,address:null!=g?g:"",customChainId:null==r?void 0:r.chainId,truncate:!0,iconSpace:4,sx:{typography:"body2"}})})]}),Cn.jsx(c,{fullWidth:!0,size:c.Size.big,sx:{mt:20},isLoading:f.isPending,onClick:()=>{f.mutate()},children:f.isPending?Cn.jsx(e,{id:"pwUZo2",message:"Confirming..."}):Cn.jsx(e,{id:"7VpPHA",message:"Confirm"})})]})})}function Hv(e,t,n){const i=new Se(e),o=new Se(t),r=i.minus(o),a=i.gt(o),s=i.lt(o);return{now:o,target:i,isChange:a||s,change:r,changeText:(s?"":"+")+hs({input:r,showDecimals:n>6?6:4,showPrecisionDecimals:2}),isAdd:a,isRemove:s}}!function(e){e[e.Liquidity=1]="Liquidity",e[e.Mining=2]="Mining"}(Dv||(Dv={}));const Wv=e=>mn(void 0,[e],void 0,(function*({chainId:e,account:t,srcPool:n,baseToken:i,quoteToken:o,baseAmount:r,quoteAmount:a,feeRate:s,initPrice:l,slippageCoefficient:d,ddl:c,SLIPPAGE_PROTECTION:u}){const p=e?ve[e]:void 0,h=function({srcPool:e,newPool:t}){if(!e)return null;const{baseToken:n,quoteToken:i,baseAmount:o,quoteAmount:r}=t,{baseReserve:a,quoteReserve:s}=e;return{baseAmount:Hv(o,a,n.decimals),quoteAmount:Hv(r,s,i.decimals),feeRate:Hv(new Se(t.feeRate).div(100),e.feeRate,6),initPrice:Hv(t.initPrice,e.i,10),slippageCoefficient:Hv(t.slippageCoefficient||"1",e.k,4)}}({srcPool:n,newPool:{baseToken:i,quoteToken:o,baseAmount:r,quoteAmount:a,feeRate:s,initPrice:l,slippageCoefficient:d}});if(!(t&&e&&h&&n))return null;const m=Number(i.decimals),g=Number(o.decimals);let f;const x=h.slippageCoefficient.target;try{const t=i.symbol===(null==p?void 0:p.symbol),r=o.symbol===(null==p?void 0:p.symbol);if(h.baseAmount.isRemove&&h.quoteAmount.isRemove){const t=[yield Sl.getDPPOwnerProxyAddressQuery(e,n.address).queryFn(),h.feeRate.target.multipliedBy(1e4).toNumber(),h.initPrice.target.toNumber(),x.toNumber(),kt(h.baseAmount.change.abs().dp(m,Se.ROUND_FLOOR).toString(),m).toString(),kt(h.quoteAmount.change.abs().dp(g,Se.ROUND_FLOOR).toString(),g).toString(),kt(h.baseAmount.now.multipliedBy(1-u).dp(m,Se.ROUND_FLOOR).toString(),m).toString(),kt(h.quoteAmount.now.multipliedBy(1-u).dp(g,Se.ROUND_FLOOR).toString(),g).toString(),m,g];f=yield me.encode.removeDPPPoolABI(...t)}else{const t=[e,n.address,h.feeRate.target.multipliedBy(1e4).toNumber(),h.initPrice.target.toNumber(),x.toNumber(),h.baseAmount.isAdd?kt(h.baseAmount.change.abs().dp(m,Se.ROUND_FLOOR).toString(),m).toString():"0",h.quoteAmount.isAdd?kt(h.quoteAmount.change.abs().dp(g,Se.ROUND_FLOOR).toString(),g).toString():"0",h.baseAmount.isAdd?"0":kt(h.baseAmount.change.abs().dp(m,Se.ROUND_FLOOR).toString(),m).toString(),h.quoteAmount.isAdd?"0":kt(h.quoteAmount.change.abs().dp(g,Se.ROUND_FLOOR).toString(),g).toString(),kt(h.baseAmount.now.multipliedBy(1-u).dp(m,Se.ROUND_FLOOR).toString(),m).toString(),kt(h.quoteAmount.now.multipliedBy(1-u).dp(g,Se.ROUND_FLOOR).toString(),g).toString(),0,m,g,Math.ceil(Date.now()/1e3)+(null!=c?c:600)];f=yield me.encode.resetDPPPoolABI(...t)}return t&&h.baseAmount.isAdd&&(f.value=Iv(h.baseAmount.change)),r&&h.quoteAmount.isAdd&&(f.value=Iv(h.quoteAmount.change)),f}catch(e){throw console.error("2.0 resetDPPPool error",e),new Error(`2.0 resetDPPPool error;ERROR:${e}`)}})),Zv=(e,t,n)=>t?e&&"0"!==e?n?t.minus(e).toString():t.plus(e).toString():t.toString():e;function $v({pool:e}){var t,n;const{account:i}=$l(),o=Cd(),r=We(Sl.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=We(Sl.getLPFeeRateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type)),{deadLine:s}=Tn(),l=ze({mutationFn:t=>mn(this,[t],void 0,(function*({baseAmount:t,quoteAmount:n,isRemove:l=!1,feeRate:d,initPrice:c,slippageCoefficient:u,txTitle:p,submittedBack:h}){var m;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:x,quoteReserve:y}=r.data,v=f.i.toNumber(),b=f.k.toNumber(),j=yield Wv({account:i,chainId:null==e?void 0:e.chainId,SLIPPAGE_PROTECTION:Bf,srcPool:Object.assign(Object.assign({},e),{baseReserve:x,quoteReserve:y,i:v,k:b,feeRate:g.times(100).toString()}),baseToken:null==e?void 0:e.baseToken,quoteToken:null==e?void 0:e.quoteToken,baseAmount:Zv(t,x?new Se(x):void 0,l),quoteAmount:Zv(n,y?new Se(y):void 0,l),feeRate:null!=d?d:g.times(100).toString(),initPrice:null!=c?c:String(v),slippageCoefficient:null!=u?u:String(b),ddl:s});if(!j)throw new Error(`modify pool failed: ${e.address}`);return o.execute(p,Object.assign(Object.assign({opcode:fd.TX},j),{value:null!==(m=j.value)&&void 0!==m?m:0}),{metadata:{[l?cd.removeLiquidity:cd.addLiquidity]:!0},submittedBack:h})}))});return{modifyDPPMutation:l}}const zv=e=>{const{account:t,chainId:n}=$l(),i=Cd(),o=$e(),{deadLine:r}=Tn(),{modifyDPPMutation:a}=$v({pool:e}),s=ze({mutationFn:a=>mn(void 0,void 0,void 0,(function*(){var s,l,d,c,u;if(!e||!t||!a.balanceInfo)return;const{isRemove:p,baseAmount:h,quoteAmount:m,slippageProtection:g,balanceInfo:f,SLIPPAGE_PROTECTION:x,submittedBack:y,successBack:v,txTitle:b,withdrawInfo:j}=a,C=!p,{address:w,type:k,baseToken:T,quoteToken:E}=e,A=T.address.toLowerCase(),I=E.address.toLowerCase(),S=ve[n].address.toLowerCase(),L=S===A,O=S===I,R="DSP"===k||"GSP"===k,_="CLASSICAL"===k,M=w.toLocaleLowerCase(),P=new Se(h),B=new Se(m),D=P.isNaN(),N=B.isNaN(),F=+T.decimals,q=+E.decimals,U=T.symbol,V=E.symbol,H=g;let W,Z=D?"0":kt(P.multipliedBy(1-H).dp(F,Se.ROUND_FLOOR).toString(),F).toString(),$=N?"0":kt(B.multipliedBy(1-H).dp(q,Se.ROUND_FLOOR).toString(),q).toString();try{if(C)if(_){const e=!D&&(null==f?void 0:f.classicalBaseTarget)&&f.classicalBaseTarget.gt(0)&&f.totalBaseLpBalance?kt(P.multipliedBy(f.totalBaseLpBalance).multipliedBy(1-x).div(f.classicalBaseTarget).dp(F,Se.ROUND_FLOOR).toString(),F).toString():"0",t=!N&&(null==f?void 0:f.classicalBaseTarget)&&f.totalQuoteLpBalance&&f.classicalQuoteTarget&&f.classicalQuoteTarget.gt(0)?kt(B.multipliedBy(f.totalQuoteLpBalance).multipliedBy(1-x).div(f.classicalQuoteTarget).dp(q,Se.ROUND_FLOOR).toString(),q).toString():"0",i=[n,M,D?"0":kt(P.dp(F,Se.ROUND_FLOOR).toString(),F).toString(),N?"0":kt(B.dp(q,Se.ROUND_FLOOR).toString(),q).toString(),e,t,L?1:O?2:0,Math.ceil(Date.now()/1e3)+(null!=r?r:600)];W=yield me.encode.addClassicalLiquidityABI(...i)}else{const e=[n,M,D?"0":kt(P.dp(F,Se.ROUND_FLOOR).toString(),F).toString(),N?"0":kt(B.dp(q,Se.ROUND_FLOOR).toString(),q).toString(),Z,$,L?1:O?2:0,Math.ceil(Date.now()/1e3)+(null!=r?r:600)];W=R?yield me.encode.addDSPLiquidityABI(...e):yield me.encode.addDVMLiquidityABI(...e)}else if(_){if("base"===(D?"quote":"base")){const e=P.dp(F,Se.ROUND_FLOOR).toString(),t=j&&j.receiveAmountBg?kt(j.receiveAmountBg.multipliedBy(1-H).dp(F,Se.ROUND_FLOOR).toString(),F).toString():Z,i=[n,M,kt(e,F).toString(),t];W=yield me.encode.removeClassicalBaseABI(...i)}else{const e=B.dp(q,Se.ROUND_FLOOR).toString(),t=j&&j.receiveAmountBg?kt(j.receiveAmountBg.multipliedBy(1-H).dp(q,Se.ROUND_FLOOR).toString(),q).toString():$,i=[n,M,kt(e,q).toString(),t];W=yield me.encode.removeClassicalQuoteABI(...i)}}else{if(!((null==f?void 0:f.baseReserve)&&f.quoteReserve&&f.totalBaseLpBalance&&f.userBaseLpBalance&&f.userBaseLpToTokenBalance))return;let e=new Se(0);if(null===(s=f.totalBaseLpBalance)||void 0===s?void 0:s.lte(0))e=f.userBaseLpBalance||new Se(0);else if(f.baseReserve.gt(0)&&f.quoteReserve.eq(0)){let t=P;P.gte(f.userBaseLpToTokenBalance)&&(t=f.userBaseLpToTokenBalance),e=t.multipliedBy(f.totalBaseLpBalance).div(f.baseReserve)}else if(f.baseReserve.gt(0)&&f.quoteReserve.gt(0)){let t=P;P.gte(f.userBaseLpToTokenBalance)&&(t=f.userBaseLpToTokenBalance);let n,i=B;if(f.userQuoteLpToTokenBalance&&B.gte(f.userQuoteLpToTokenBalance)&&(i=f.userQuoteLpToTokenBalance),i.gt(0)&&(null===(l=f.userQuoteLpToTokenBalance)||void 0===l?void 0:l.gt(0))&&(n=i.div(f.userQuoteLpToTokenBalance)),t.gt(0)&&f.userBaseLpToTokenBalance.gt(0)&&(n=t.div(f.userBaseLpToTokenBalance)),(null==n?void 0:n.gte(1))&&(n=new Se(1)),!n)return;e=n.multipliedBy(f.userBaseLpBalance);const o=e.dp(F,Se.ROUND_FLOOR).div(f.totalBaseLpBalance);t=o.multipliedBy(f.baseReserve).dp(F,Se.ROUND_FLOOR),i=o.multipliedBy(f.quoteReserve).dp(q,Se.ROUND_FLOOR),Z=kt(t.multipliedBy(1-H).dp(F,Se.ROUND_FLOOR).toString(),F).toString(),$=kt(i.multipliedBy(1-H).dp(q,Se.ROUND_FLOOR).toString(),q).toString()}const i=L||O,o=[n,M,t,e.isNaN()?"0":kt(e.dp(F,Se.ROUND_FLOOR).toString(),F).toString(),Z,$,i,Math.ceil(Date.now()/1e3)+(null!=r?r:600)];W=R?yield me.encode.removeDSPLiquidityABI(...o):yield me.encode.removeDVMLiquidityABI(...o)}}catch(e){throw new Error(`v2 addDVMLiquidity or removeDVMLiquidity or removeDSPLiquidity error: ${e}`)}if(W&&W.data){const r={};if(h){const i=null===(d=o.getQueryData(ja.getFetchTokenQuery(n,T.address,t).queryKey))||void 0===d?void 0:d.balance;i&&(r[T.address]=i.toString()),e.baseLpToken&&(null==f?void 0:f.userBaseLpBalance)&&(r[e.baseLpToken.id]=f.userBaseLpBalance.toString())}if(m){const i=null===(c=o.getQueryData(ja.getFetchTokenQuery(n,E.address,t).queryKey))||void 0===c?void 0:c.balance;i&&(r[E.address]=i.toString()),e.quoteLpToken&&(null==f?void 0:f.userQuoteLpBalance)&&(r[e.quoteLpToken.id]=f.userQuoteLpBalance.toString())}try{let e;C&&L&&(W.value=Iv(D?"0":P)),C&&O&&(W.value=Iv(N?"0":B)),D||(e=`${P.toString()}${U}`),N||(e=D?`${B.toString()}${V}`:`${e} & ${B.toString()}${V}`);(yield i.execute(b,Object.assign(Object.assign({opcode:fd.TX},W),{value:null!==(u=W.value)&&void 0!==u?u:0}),{subtitle:e,metadata:{[C?cd.addLiquidity:cd.removeLiquidity]:!0,logBalance:r},submittedBack:y}))===ud.Success&&v&&v()}catch(e){throw Error(`v2 sendTransaction error: ${e}`)}}}))}),l="DPP"===(null==e?void 0:e.type)?a:s;return W.useEffect((()=>{l.reset()}),[e]),{operateLiquidityMutation:l}};function Gv({baseToken:e,quoteToken:n,baseAmount:i,quoteAmount:o,slippage:r,fee:a,isExists:s,successBack:l,submittedBack:d}){const c=Cd(),{account:u}=$l();t();const{deadLine:p}=Tn();return ze({mutationFn:()=>mn(this,void 0,void 0,(function*(){var t,h;if(!e||!n)throw new Error("token is undefined");if(!u)throw new Error("account is undefined");if(!a)throw new Error("fee is undefined");const m=e.chainId,g=ve[m].address.toLowerCase(),f=Je(m),x=ot(m),y=!f,v=f||x;if(!v)throw new Error("AMMV2 contract address is not valid.");let b="",j="0x0";const C=e.address.toLowerCase()===g,w=n.address.toLowerCase()===g,k=ys(i,e.decimals),T=ys(o,n.decimals),E=k.times(1-r).dp(0,Se.ROUND_FLOOR),A=T.times(1-r).dp(0,Se.ROUND_FLOOR),I=ys(a,4).toString(),S=Math.ceil(Date.now()/1e3)+(null!=p?p:600);try{if(C){const e=n.address,i=T.toString(),o=A.toString(),r=E.toString();j=null!==(t=Av(k))&&void 0!==t?t:"",b=y?rt(e,i,o,r,u,S):at(e,I,i,o,r,u,S)}else if(w){const t=e.address,n=k.toString(),i=E.toString(),o=A.toString();j=null!==(h=Av(T))&&void 0!==h?h:"",b=y?rt(t,n,i,o,u,S):at(t,I,n,i,o,u,S)}else b=y?st(e.address,n.address,k.toString(),T.toString(),E.toString(),A.toString(),u,S):lt(e.address,n.address,I,k.toString(),T.toString(),E.toString(),A.toString(),u,S)}catch(e){throw console.error("encodeUniswapV2Router02AddLiquidity error",e),e}return yield c.execute(s?le._({id:"E6MqGy",message:"Add liquidity"}):le._({id:"L37FfW",message:"Create AMM V2 Position"}),{opcode:fd.TX,to:v,data:b,value:j},{metadata:{[s?cd.addLiquidityAMMV2Position:cd.createAMMV2Position]:!0},successBack:l,submittedBack:d})}))})}function Yv({lqAndDodoCompareText:t,baseToken:n,quoteToken:o,midPrice:r}){const a=r?hs({input:r}):"";return Cn.jsxs(i,{sx:{p:10,mb:12,backgroundColor:"background.paperDarkContrast",borderRadius:12},children:[Cn.jsxs(i,{sx:{typography:"body2",display:"flex",alignItems:"center",justifyContent:"center",color:"error.main",fontWeight:600,mb:10,textAlign:"center"},children:[Cn.jsx(i,{component:Mn.Alarm,sx:{mr:4}}),le._({id:"YUyuNp",message:"{lqAndDodoCompareText} Price Difference",values:{lqAndDodoCompareText:t}})]}),Cn.jsxs(i,{sx:{typography:"h6",color:"text.secondary",textAlign:"center"},children:[Cn.jsx(e,{id:"ZhEBp4",message:"Current liquidity pool token price"}),` 1 ${null==n?void 0:n.symbol} = ${a} ${null==o?void 0:o.symbol} ${le._({id:"wd1uHY",message:"differs from the price quoted by ZUNO by {lqAndDodoCompareText}",values:{lqAndDodoCompareText:t}})}`]})]})}function Qv({chainId:t,baseTokenStatus:n,quoteTokenStatus:o,children:r}){const{runningRequests:a}=wd(),{account:s,chainId:l}=$l();if(!s||t!==l)return Cn.jsx(Hf,{chainId:t,fullWidth:!0});const d=a.some((e=>{var t,n;return(null===(t=e.metadata)||void 0===t?void 0:t[cd.addLiquidity])||(null===(n=e.metadata)||void 0===n?void 0:n[cd.removeLiquidity])})),u=[];n.needShowTokenStatusButton&&u.push(Cn.jsx(Ev,{status:n})),o.needShowTokenStatusButton&&!n.isApproving&&u.push(Cn.jsx(Ev,{status:o}));const p=u.length;return 2===p?Cn.jsx(i,{sx:{display:"flex","& > button":{flex:1,"&:last-child":{ml:8}}},children:u.map((e=>e))}):1===p?u[0]:d?Cn.jsx(c,{fullWidth:!0,disabled:!0,isLoading:!0,children:Cn.jsx(e,{id:"UbRKMZ",message:"Pending"})}):Cn.jsx(Cn.Fragment,{children:r})}function Xv({pool:t,addPortion:n,midPrice:o,shareOfPool:r}){var s,d,c,u,p,h;const m=a(),[g,x]=z(!1);let y="";if(n&&o){const e=new Se(1).div(n.plus(1)),i=new Se(n).div(n.plus(1)),r=e.times(o),a=r.plus(i);y=n?`${As({input:r.div(a)})} ${null===(s=null==t?void 0:t.baseToken)||void 0===s?void 0:s.symbol} + ${As({input:i.div(a)})} ${null===(d=null==t?void 0:t.quoteToken)||void 0===d?void 0:d.symbol}`:""}const b=g?null===(c=null==t?void 0:t.quoteToken)||void 0===c?void 0:c.symbol:null===(u=null==t?void 0:t.baseToken)||void 0===u?void 0:u.symbol,j=g&&o?new Se(1).div(o):o,C=g?null===(p=null==t?void 0:t.baseToken)||void 0===p?void 0:p.symbol:null===(h=null==t?void 0:t.quoteToken)||void 0===h?void 0:h.symbol;return Cn.jsxs(i,{sx:{mt:20,border:"solid 1px",borderColor:"border.main",borderRadius:8},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,height:36,typography:"body2"},children:[Cn.jsx(i,{sx:{color:"text.secondary",whiteSpace:"nowrap"},children:Cn.jsx(e,{id:"kNeEXg",message:"Current Price"})}),Cn.jsxs(v,{sx:{display:"flex",alignItems:"center",fontWeight:600,ml:8,overflow:"hidden"},loading:!t,loadingProps:{width:50},children:[Cn.jsx(l,{title:`1 ${b} = ${j?hs({input:j}):""} ${C}`,children:o?Cn.jsx(i,{sx:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:`1 ${b} = ${j?hs({input:j}):""} ${C}`}):Cn.jsxs(i,{children:[`1 ${b} = `,Cn.jsx(v,{loading:!0,loadingProps:{width:30},component:"span",sx:{display:"inline-block"}}),` ${C}`]})}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",ml:4,width:18,height:18,cursor:"pointer",backgroundColor:"background.paperDarkContrast",borderRadius:"50%","&:hover":{backgroundColor:T(m.palette.text.primary,.04)}},onClick:()=>x((e=>!e)),children:Cn.jsx(i,{component:Mn.Switch,sx:{width:18,height:18}})})]})]}),"AMMV2"===(null==t?void 0:t.type)?Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,minHeight:36,typography:"body2",borderStyle:"solid",borderWidth:m.spacing(1,0,0),borderColor:"border.main"},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",color:"text.secondary",whiteSpace:"nowrap"},children:Cn.jsx(e,{id:"NEQTCn",message:"Share Of Pool"})}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",fontWeight:600,textAlign:"right",ml:8,overflow:"hidden"},children:r})]}):Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,minHeight:36,typography:"body2",borderStyle:"solid",borderWidth:m.spacing(1,0,0),borderColor:"border.main"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",color:"text.secondary",whiteSpace:"nowrap"},children:[Cn.jsx(e,{id:"22Xs8M",message:"Deposit Ratio"}),Cn.jsx(f,{ml:4,title:Cn.jsx(e,{id:"I0yi1d",message:"Deposit ratio is determined by the current assets ratio in the pool. The ratio does not represent the exchange price"})})]}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",fontWeight:600,textAlign:"right",ml:8,overflow:"hidden"},children:t&&me.utils.singleSideLp(t.type)?Cn.jsx(e,{id:"Kb3KaW",message:"Any Ratio"}):Cn.jsx(Cn.Fragment,{children:Cn.jsx(l,{title:y,children:Cn.jsx(i,{sx:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:y})})})})]})]})}function Kv({baseToken:e,quoteToken:t}){const{toFiatPrice:n,fromFiatPrice:i}=Ed({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 ${Hl(t)} = ${hs({input:a.comparePrice,showDecimals:r})} ${Hl(e)}`):(a.loading=!1,a.comparePrice=n.div(i),a.comparePriceText=`1 ${Hl(e)} = ${hs({input:a.comparePrice,showDecimals:r})} ${Hl(t)}`),a):a}({fromToken:e,toToken:t,fromFiatPrice:i?new Se(i):void 0,toFiatPrice:n?new Se(n):void 0})}const Jv=(e,t,n)=>{const{comparePrice:i}=Kv({baseToken:e,quoteToken:t}),o=Z((()=>{if(!(n&&i&&i.toNumber()&&n.toNumber()))return 0;const e=i.minus(n);return Math.abs(e.div(i).toNumber())}),[n,i]),r=Z((()=>`${Ts(new Se(o).times(100))}%`),[o]);return{lqAndDodoCompare:o,lqAndDodoCompareText:r,midPrice:n,isShowCompare:o>.01,isWarnCompare:o>.03}};function eb({pool:e,baseAmount:t,quoteAmount:n}){const[i,o,r,a,s,l]=W.useMemo((()=>{var t,n;const{baseToken:i,quoteToken:o}=e||{};let r=!1;if(!i||!o)return[void 0,void 0,void 0,void 0,void 0,r];const a=i.chainId,s=ve[a],l=(null===(t=s.address)||void 0===t?void 0:t.toLowerCase())===i.address.toLowerCase(),d=(null===(n=s.address)||void 0===n?void 0:n.toLowerCase())===o.address.toLowerCase(),c=l?s.wrappedTokenAddress:i.address,u=d?s.wrappedTokenAddress:o.address,p=new Xt(i.chainId,c,i.decimals,i.symbol,i.name),h=new Xt(o.chainId,u,o.decimals,o.symbol,o.name);r=!p.sortsBefore(h);const[m,g]=r?[h,p]:[p,h];return[a,null==e?void 0:e.type,null==e?void 0:e.address,m,g,r]}),[e]),d=Sl.getReserveLpQuery(i,r,o,null==a?void 0:a.decimals,null==s?void 0:s.decimals),c="AMMV2"===o,u=We(Object.assign(Object.assign({},d),{enabled:!!d.enabled&&c})),p=Sl.getTotalBaseLpQuery(i,r,o,18),h=We(Object.assign(Object.assign({},p),{enabled:!!p.enabled&&c})),{account:m}=$l(),g=Sl.getUserBaseLpQuery(i,r,o,18,m),f=We(Object.assign(Object.assign({},g),{enabled:!!g.enabled&&c})),x=W.useMemo((()=>u.isFetched&&!!u.data&&h.isFetched&&!!h.data),[u.isFetched,u.data,h.isFetched,h.data]),[y,v]=W.useMemo((()=>{var e;if(!a||!s||!1===x)return[null,null];const{baseReserve:t,quoteReserve:n}=null!==(e=u.data)&&void 0!==e?e:{baseReserve:0,quoteReserve:0},i=Kt.fromRawAmount(a,ys(t,a.decimals).toString()),o=Kt.fromRawAmount(s,ys(n,s.decimals).toString());let r=i,d=o;l&&(r=o,d=i);const c=new tn(r,d);if(r.equalTo(0)||d.equalTo(0))return[c,null];const p=d.divide(r);return[c,new Jt(r.currency,d.currency,p.denominator,p.numerator)]}),[a,s,u.data,l]),[b,j]=W.useMemo((()=>x?v?[new Se(v.toSignificant()),new Se(v.invert().toSignificant())]:[void 0,void 0]:t&&n?[new Se(n).div(t),new Se(t).div(n)]:[void 0,void 0]),[v,x,t,n]),C=h.data,w=x?h.data&&a?ys(h.data,18).toString():"":"0";let k,T;const E=l?s:a,A=l?a:s;if((null==y?void 0:y.liquidityToken)&&w&&C&&E&&A){const e=Kt.fromRawAmount(null==y?void 0:y.liquidityToken,w);if(void 0!==t&&void 0!==n){if(Number(t)&&Number(n)){const i=Kt.fromRawAmount(E,ys(t,E.decimals).toString()),o=Kt.fromRawAmount(A,ys(n,A.decimals).toString()),r=null==y?void 0:y.getLiquidityMinted(e,i,o);T=vs(r.quotient.toString(),18),k=T.div(C.plus(T)).times(100)}}else T=f.data||void 0,T&&(k=T.div(C).times(100))}else x||(k=new Se(100));let I="-";return(null==e?void 0:e.baseToken)&&e.quoteToken&&(I=k?`${hs({input:k,showDecimals:2,roundingMode:Se.ROUND_HALF_UP})}%`:"0%"),{isRearTokenA:l,pair:y,price:b,invertedPrice:j,reserveQuery:u,totalBaseLpQuery:h,liquidityMinted:T,poolTokenPercentage:k,shareOfPool:I,isExists:x}}function tb({pool:e,maxBaseAmount:t,maxQuoteAmount:n,isRemove:i}){var o,r,a;const[s,l]=W.useState(""),[d,c]=W.useState(""),u=!e||"AMMV2"!==e.type&&"AMMV3"!==e.type,p=We(Sl.getPMMStateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,null===(o=null==e?void 0:e.baseToken)||void 0===o?void 0:o.decimals,null===(r=null==e?void 0:e.quoteToken)||void 0===r?void 0:r.decimals)),h=()=>{l(""),c("")},m=null==e?void 0:e.type,g=eb({pool:e,baseAmount:s,quoteAmount:d});let f=null===(a=p.data)||void 0===a?void 0:a.midPrice,x=new Se(NaN),y=!1,v=!1;const b=p.data;if(e)if(b){const t=b.pmmParamsBG.i,n=b.pmmParamsBG.b,i=b.pmmParamsBG.q;v=("DSP"===e.type||"GSP"===e.type)&&(i.eq(0)||n.eq(0)),y="DVM"===e.type&&new Se(i).eq(0),x=v?t:y?Se(1):i.div(n)}else"AMMV2"===m&&(f=g.isRearTokenA?g.invertedPrice:g.price,x=f||new Se(1));const j=W.useRef(x);if(!e||x.isNaN())return{baseAmount:s,quoteAmount:d,handleChangeBaseAmount:()=>{},handleChangeQuoteAmount:()=>{},reset:h};const C=!y&&!me.utils.singleSideLp(e.type),w=e.baseToken.decimals,k=e.quoteToken.decimals,T=e=>{if(e){let o=x.multipliedBy(e).dp(k).toString();n&&i&&(n.lte(o)||(null==t?void 0:t.lte(0)))&&(o=n.toString()),c(o)}else c(e)};!C||j.current&&x.isEqualTo(j.current)||(j.current=x,T(s));let E=!1;E=!!e&&me.utils.singleSideLp(e.type)?!s&&!d:y?!s:!s||!d;const A=u?p:g.reserveQuery;return{baseAmount:s,quoteAmount:d,handleChangeBaseAmount:e=>{let t=xs(e,w);null===t&&(t=s),l(t),C&&T(t)},handleChangeQuoteAmount:e=>{let o=xs(e,k);null===o&&(o=d),c(o),C&&(e=>{if(e){let o=new Se(e).div(x).dp(w).toString();t&&i&&(t.lte(o)||(null==n?void 0:n.lte(0)))&&(o=t.toString()),l(o)}else l(e)})(o)},reset:h,addPortion:x,amountLoading:A.isLoading,amountError:A.isError,amountRefetch:A.refetch,amountCheckedDisabled:E,midPrice:f,uniV2Pair:g}}function nb({submittedBack:e,onlyShowSide:t,pool:n,balanceInfo:o}){var r,s,l,d,u,p;const h=a(),{isMobile:m}=ld(),{account:g}=$l(),{baseAmount:f,quoteAmount:x,handleChangeBaseAmount:y,handleChangeQuoteAmount:b,addPortion:j,midPrice:C,amountLoading:w,amountCheckedDisabled:k,uniV2Pair:T,reset:E}=tb({pool:n}),A=We(Sl.getFeeRateQuery(null==n?void 0:n.chainId,null==n?void 0:n.address,null==n?void 0:n.type,g)),I=null===(u=null===(s=null===(r=A.data)||void 0===r?void 0:r.mtFeeRate)||void 0===s?void 0:s.plus(null!==(d=null===(l=A.data)||void 0===l?void 0:l.lpFeeRate)&&void 0!==d?d:0))||void 0===u?void 0:u.toNumber(),S="AMMV2"===(null==n?void 0:n.type),[L,O]=W.useState(!1),{slipper:R,setSlipper:_,slipperValue:M,resetSlipper:P}=Df({address:null==n?void 0:n.address,type:null==n?void 0:n.type}),B=nx(n);W.useEffect((()=>{(null==n?void 0:n.address)!==(null==B?void 0:B.address)&&(E(),P())}),[n]);const D=me.utils.canOperateLiquidity(null==n?void 0:n.type,void 0,null==n?void 0:n.creator,g),[N,F]=W.useState(!1),{isShowCompare:q,lqAndDodoCompareText:U,isWarnCompare:V}=Jv(null==n?void 0:n.baseToken,null==n?void 0:n.quoteToken,C),H=S&&n.chainId?Je(n.chainId)||ot(n.chainId):void 0,Z=Hd(null==n?void 0:n.baseToken,{amount:f,contractAddress:H}),$=Hd(null==n?void 0:n.quoteToken,{amount:x,contractAddress:H}),z=Z.insufficientBalance||$.insufficientBalance,{isSinglePool:G}=o,Y=!n||z||!C||!!o.loading||!!o.error||k||A.isLoading;let Q=S?le._({id:"bwSQI0",message:"Supply"}):le._({id:"m16xKo",message:"Add"});z&&(Q=le._({id:"znqB4T",message:"Insufficient balance"}));const X=()=>{E(),P(),e&&e()},{operateLiquidityMutation:K}=zv(n),J=()=>{S?O(!0):K.mutate({txTitle:le._({id:"OBdohg",message:"Add Liquidity"}),isRemove:!1,baseAmount:f,quoteAmount:x,slippageProtection:M,balanceInfo:o,SLIPPAGE_PROTECTION:Bf,submittedBack:X})},ee=Gv({baseToken:null==n?void 0:n.baseToken,quoteToken:null==n?void 0:n.quoteToken,baseAmount:f,quoteAmount:x,fee:I,isExists:!0,slippage:M,submittedBack:()=>{X(),O(!1)}});return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{pt:20,pb:18,px:20},children:["quote"===t?"":Cn.jsx(Dm,{amt:f,token:null==n?void 0:n.baseToken,canClickBalance:!0,showPercentage:!0,onInputChange:y,readOnly:o.loading||!D,sx:{backgroundColor:"background.cardInput",padding:h.spacing(20,20,28)},inputSx:{backgroundColor:"background.cardInput"}}),t?"":Cn.jsx(Pm,{}),"base"===t?"":Cn.jsx(Dm,{amt:x,token:null==n?void 0:n.quoteToken,canClickBalance:!0,showPercentage:!0,onInputChange:b,readOnly:o.loading||!D||G,sx:{backgroundColor:"background.cardInput",padding:h.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"}}),Cn.jsxs(v,{loading:o.loading||w,sx:{mt:8},children:[Cn.jsx(Nf,{value:R,onChange:_,disabled:!D,type:null==n?void 0:n.type}),Cn.jsx(Xv,{pool:n,addPortion:j,midPrice:C,shareOfPool:null==T?void 0:T.shareOfPool})]})]}),Cn.jsxs(i,{sx:{px:20,py:16,position:"sticky",bottom:0,borderStyle:"solid",borderWidth:"1px 0 0",borderColor:"border.main",backgroundColor:"background.paper"},children:[q&&Cn.jsx(Yv,{baseToken:null==n?void 0:n.baseToken,quoteToken:null==n?void 0:n.quoteToken,lqAndDodoCompareText:U,midPrice:C}),n?Cn.jsx(Qv,{chainId:n.chainId,baseTokenStatus:Z,quoteTokenStatus:$,children:Cn.jsx(c,{fullWidth:!0,disabled:Y,danger:V,isLoading:K.isPending||ee.isPending,onClick:()=>{Y||(V?F(!0):J())},children:Q})}):Cn.jsx(c,{fullWidth:!0,disabled:!0,children:Q})]}),Cn.jsx(Nv,{open:N,onClose:()=>F(!1),title:le._({id:"bEsfUQ",message:"Confirm submission"}),onConfirm:J,modal:!0,children:Cn.jsxs(i,{children:[Cn.jsx(i,{children:le._({id:"tecieV",message:"Price discrepancy {lqAndDodoCompareText} between liquidity pool and the quote price on ZUNO.",values:{lqAndDodoCompareText:U}})}),Cn.jsx(i,{children:le._({id:"vXvgFK",message:"There is risk of being arbitraged if adding this liquidity."})})]})}),Cn.jsx(Fh,{message:null===(p=K.error)||void 0===p?void 0:p.message,onClose:()=>K.reset(),isDialogModal:m}),S&&!!n&&Cn.jsx(Vv,{open:L,onClose:()=>O(!1),slippage:M,baseToken:n.baseToken,baseAmount:f,quoteToken:n.quoteToken,quoteAmount:x,fee:I,price:null==T?void 0:T.price,lpAmount:null==T?void 0:T.liquidityMinted,shareOfPool:null==T?void 0:T.shareOfPool,pairAddress:n.address,createMutation:ee})]})}function ib({chainId:e,address:t,token:n,quoteToken:o,lpBalance:a,lpBalanceLoading:s,balanceNeedUpdateLoading:d,tokenBalanceList:c}){var u;const p=o?`${null==n?void 0:n.symbol}/${o.symbol}`:null!==(u=null==n?void 0:n.symbol)&&void 0!==u?u:"";return Cn.jsxs(i,{sx:{display:"flex"},children:[n?Cn.jsx(i,{sx:{position:"relative",top:2},children:o?Cn.jsx(Gm,{tokens:[n,o],chainId:e,width:18,mr:4}):Cn.jsx(yc,{address:n.address,width:18,height:18,chainId:e,url:n.logoURI,marginRight:4,noShowChain:!0})}):Cn.jsx(j,{width:32,height:32,sx:{mr:4}}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",flexWrap:"wrap",wordBreak:"break-all"},children:[Cn.jsx(v,{loading:s,loadingProps:{width:30},sx:{display:"flex",alignItems:"center",mr:2},children:d?Cn.jsx(O,{}):hs({input:a||"-"})}),`${p} LP`,!!(null==c?void 0:c.length)&&Cn.jsx(l,{title:Cn.jsx(i,{sx:{display:"flex",flexDirection:"column",gap:8},children:c.map((e=>Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",typography:"body2",fontWeight:600,color:"text.primary"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(yc,{address:e.token.address,chainId:e.token.chainId,width:14,height:14,url:e.token.logoURI,marginRight:4,noShowChain:!0}),e.token.symbol]}),Cn.jsxs(v,{loading:e.loading,children:[!e.balance||e.balance.isZero()||e.balance.isNaN()?"":"~",e.balance?hs({input:e.balance}):""]})]},e.token.address)))}),sx:{padding:20,width:256},children:Cn.jsx(r,{component:Mn.DetailBorder,sx:{ml:4,width:16,height:16}})}),Cn.jsx(i,{component:"a",target:"_blank",rel:"noopener noreferrer",href:e?Fl(e,t,"address"):"",sx:{display:"inline-flex",height:14},children:Cn.jsx(r,{component:Mn.ArrowTopRightBorder,sx:{ml:4,width:14,height:14}})})]})]},t)}function ob({loading:t,hidePoolInfo:n,pool:o,balanceInfo:r}){var s,c,u,p,h,m,g;const f=a(),x=t||!o,y=!!o&&me.utils.singleSideLp(o.type),{isTokenLoading:b}=dm(),{account:j}=$l(),C=We(Sl.getFeeRateQuery(null==o?void 0:o.chainId,null==o?void 0:o.address,null==o?void 0:o.type,j)),w=null===(c=null===(s=C.data)||void 0===s?void 0:s.lpFeeRate)||void 0===c?void 0:c.plus(null!==(p=null===(u=C.data)||void 0===u?void 0:u.mtFeeRate)&&void 0!==p?p:0);let k=!1,T=!1;o&&(r.userBaseLpBalance&&o.baseLpToken&&(k=b(o.baseLpToken.id,r.userBaseLpBalance)),r.userQuoteLpBalance&&o.quoteLpToken&&(T=b(o.quoteLpToken.id,r.userQuoteLpBalance)));const E="AMMV2"===(null==o?void 0:o.type);return Cn.jsxs(i,{sx:{mt:16,mx:20,border:"solid 1px",borderColor:"border.main",borderRadius:12},children:[n?"":Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",p:f.spacing(12,20),borderStyle:"solid",borderColor:"border.main",borderWidth:f.spacing(0,0,1)},children:[Cn.jsxs(i,{children:[Cn.jsxs(v,{loading:x,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)&&Cn.jsx(v,{loading:C.isLoading,loadingProps:{width:30},sx:{typography:"h6"},children:Cn.jsx(l,{title:Cn.jsxs(i,{sx:{typography:"h6","& > b":{fontWeight:600,color:"primary.main"}},children:["🌟",Cn.jsx("b",{children:Cn.jsx(e,{id:"e38JNU",message:"Tips:"})})," ",Cn.jsx(e,{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:As({input:w})},components:{0:Cn.jsx("b",{})}})]}),sx:{maxWidth:240},children:Cn.jsx(i,{sx:{px:8,height:24,typography:"h6",lineHeight:"24px",borderRadius:4,background:f.palette.background.tag,color:"text.secondary",whiteSpace:"nowrap"},children:As({input:w})})})})]}),Cn.jsx(v,{loading:x,children:Cn.jsx(bm,{address:null!==(g=null==o?void 0:o.address)&&void 0!==g?g:"",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)&&!E?Cn.jsxs(i,{component:d,sx:{typography:"body2",display:"flex",alignItems:"center",color:"text.secondary"},onClick:()=>{Af.getState().push({type:Ef.PoolDetail,params:{chainId:o.chainId,address:o.address}})},children:[Cn.jsx(e,{id:"URmyfc",message:"Details"}),Cn.jsx(i,{component:Mn.ArrowRight,sx:{ml:4,position:"relative",top:1.2,width:16,height:16}})]}):""]}),Cn.jsxs(i,{sx:{p:f.spacing(12,20)},children:[Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"YHc3B+",message:"My Liquidity"})}),Cn.jsx(i,{sx:{mt:12},children:Cn.jsx(v,{loading:x,loadingSx:{width:100},children:y?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(ib,{chainId:null==o?void 0:o.chainId,address:null==o?void 0:o.address,token:null==o?void 0:o.baseToken,lpBalance:null==r?void 0:r.userBaseLpBalance,lpBalanceLoading:r.userLpBalanceLoading,balanceNeedUpdateLoading:k,tokenBalanceList:o?[{token:o.baseToken,balance:null==r?void 0:r.userBaseLpToTokenBalance,loading:r.userLpToTokenBalanceLoading}]:void 0}),Cn.jsx(ib,{chainId:null==o?void 0:o.chainId,address:null==o?void 0:o.address,token:null==o?void 0:o.quoteToken,lpBalance:null==r?void 0:r.userQuoteLpBalance,lpBalanceLoading:r.userLpBalanceLoading,balanceNeedUpdateLoading:T,tokenBalanceList:o?[{token:o.quoteToken,balance:null==r?void 0:r.userQuoteLpToTokenBalance,loading:r.userLpToTokenBalanceLoading}]:void 0})]}):Cn.jsx(ib,{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:r.userBaseLpBalance,lpBalanceLoading:r.userLpBalanceLoading,balanceNeedUpdateLoading:k,tokenBalanceList:o?[{token:o.baseToken,balance:r.userBaseLpToTokenBalance||new Se(0),loading:r.userLpToTokenBalanceLoading},{token:o.quoteToken,balance:r.userQuoteLpToTokenBalance||new Se(0),loading:r.userLpToTokenBalanceLoading}]:void 0})})})]})]})}var rb;!function(e){e[e.Add=1]="Add",e[e.Remove=2]="Remove"}(rb||(rb={}));const ab=({pool:e,isBase:t,baseAmount:n,quoteAmount:i})=>{var o,r;const a="CLASSICAL"===(null==e?void 0:e.type),s=t||void 0===t,l=null===(o=null==e?void 0:e.baseToken)||void 0===o?void 0:o.decimals,d=null===(r=null==e?void 0:e.quoteToken)||void 0===r?void 0:r.decimals,c=We(Object.assign(Object.assign({},Sl.getWithdrawBasePenaltyQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,n&&void 0!==l?kt(new Se(n).dp(l,Se.ROUND_FLOOR).toString(),l).toString():"",l)),{enabled:!!e&&!!n&&a&&s})),u=We(Object.assign(Object.assign({},Sl.getWithdrawBasePenaltyQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,i&&void 0!==d?kt(new Se(i).dp(d,Se.ROUND_FLOOR).toString(),d).toString():"",d)),{enabled:!!e&&!!i&&a&&!s}));let p,h="",m="",g="",f="",x="",y=!1,v=null;if(e){const t=Wl(e.baseToken.decimals),o=Wl(e.quoteToken.decimals);if(g=hs({input:n,showDecimals:t}),f=hs({input:i,showDecimals:o}),a)if(y=s?c.isLoading:u.isLoading,v=s?c.error:u.error,s){if(c.data){h=hs({input:c.data,showDecimals:t}),x=h;const e=new Se(n).minus(c.data);g=e.gt(0)?hs({input:e,showDecimals:t}):"-",p=e}}else if(u.data){m=hs({input:u.data,showDecimals:o}),x=m;const e=new Se(i).minus(u.data);g=e.gt(0)?hs({input:e,showDecimals:t}):"-",p=e}}let b=[];return e&&(a?t?b.push({amount:g||"0",symbol:e.baseToken.symbol}):b.push({amount:f||"0",symbol:e.quoteToken.symbol}):(b.push({amount:g||"0",symbol:e.baseToken.symbol}),b.push({amount:f||"0",symbol:e.quoteToken.symbol}))),{withdrawFee:x,baseWithdrawFee:h,quoteWithdrawFee:m,receiveBaseAmount:g,receiveQuoteAmount:f,receiveAmountBg:p,receiveList:b,loading:y,error:v}};var sb;!function(e){e[e.base=1]="base",e[e.quote=2]="quote"}(sb||(sb={}));const lb=e=>{const[t,n]=W.useState(sb.base);let i,o;return e&&me.utils.singleSideLp(e.type)&&(i=t===sb.base,o=i?e.baseToken:e.quoteToken),{isBase:i,checkToken:o,checkTokenType:t,setCheckToken:n}};function db({token:e,pool:t,sx:n,value:o,onChange:r,selectedValue:a,lpBalance:s,balanceMax:l,balanceInfo:d,loading:c}){var u;const p=null==t?void 0:t.chainId;return Cn.jsxs(i,{sx:n,children:[Cn.jsxs(i,{sx:{typography:"h5",display:"flex",alignItems:"center",justifyContent:"space-between",fontWeight:600},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[e?Cn.jsx(q,{checked:o===a,onChange:()=>r(o),sx:{mr:16}}):"",Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},children:e?Cn.jsx(Cn.Fragment,{children:Cn.jsx(yc,{address:e.address,width:24,height:24,chainId:e.chainId||p,url:e.logoURI,noShowChain:!0})}):t&&Cn.jsx(Gm,{tokens:[t.baseToken,t.quoteToken],chainId:(null===(u=t.baseToken)||void 0===u?void 0:u.chainId)||p,width:24,height:24})})]}),Cn.jsxs(i,{sx:{textAlign:"right"},children:[e?`${e.symbol} LP `:t&&`${t.baseToken.symbol}\n ${t.quoteToken.symbol}\n LP `,c?Cn.jsx(i,{component:O,sx:{ml:4,position:"relative",top:3}}):s&&hs({input:s})||""]})]}),Cn.jsx(i,{sx:{typography:"body2",mt:5,color:"text.secondary",textAlign:"right"},children:e?Cn.jsxs(Cn.Fragment,{children:[c?Cn.jsx(i,{component:O,sx:{ml:4,position:"relative",top:3}}):`≈ ${l&&hs({input:l})||""}`,` ${e.symbol}`]}):t&&d&&d.userBaseLpToTokenBalance&&d.userQuoteLpToTokenBalance?Cn.jsxs(Cn.Fragment,{children:[c?Cn.jsx(i,{component:O,sx:{position:"relative",top:4}}):hs({input:d.userBaseLpToTokenBalance}),` ${null==t?void 0:t.baseToken.symbol} + `,c?Cn.jsx(i,{component:O,sx:{position:"relative",top:4}}):hs({input:d.userQuoteLpToTokenBalance}),` ${null==t?void 0:t.quoteToken.symbol}`]}):""})]})}function cb({pool:e,checkTokenType:t,setCheckToken:n,balanceInfo:i,baseTokenBalanceUpdateLoading:o,quoteBalanceUpdateLoading:r}){if(!e)return null;const a=me.utils.singleSideLp(e.type);return Cn.jsx(Cn.Fragment,{children:a?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(db,{token:e.baseToken,selectedValue:t,onChange:n,value:sb.base,lpBalance:i&&i.userBaseLpBalance,balanceMax:i&&i.userBaseLpToTokenBalance,loading:o}),Cn.jsx(db,{selectedValue:t,onChange:n,sx:{mt:13},token:e.quoteToken,value:sb.quote,lpBalance:i&&i.userQuoteLpBalance,balanceMax:i&&i.userQuoteLpToTokenBalance,loading:r})]}):Cn.jsx(db,{pool:e,value:t,onChange:n,lpBalance:i&&i.userBaseLpBalance,balanceInfo:i,loading:o||r})})}function ub({submittedBack:n,onlyShowSide:o,pool:r,balanceInfo:s}){var l,d,u,p,h,m,g,f,x,y;const b=a(),{isMobile:j}=ld(),{account:C}=$l(),w=s.userBaseLpToTokenBalance,k=s.userQuoteLpToTokenBalance,T=s.loading,{slipper:E,setSlipper:A,slipperValue:I,resetSlipper:S}=Df({address:null==r?void 0:r.address}),{isBase:L,checkToken:O,checkTokenType:R,setCheckToken:_}=lb(r),{baseAmount:M,quoteAmount:P,handleChangeBaseAmount:B,handleChangeQuoteAmount:D,addPortion:N,midPrice:F,amountLoading:q,amountCheckedDisabled:V,uniV2Pair:H,reset:$}=tb({pool:r,maxBaseAmount:w,maxQuoteAmount:k}),[z,G]=W.useState(""),[Y,Q]=W.useState("");W.useEffect((()=>{const e=setTimeout((()=>{G(M)}),80);return()=>clearTimeout(e)}),[M]),W.useEffect((()=>{const e=setTimeout((()=>{Q(P)}),80);return()=>clearTimeout(e)}),[P]);const X=e=>{B(e)},K=e=>{D(e)},J="AMMV2"===(null==r?void 0:r.type),ee=(null==r?void 0:r.chainId)?ve[r.chainId]:void 0,te=null===(l=null==ee?void 0:ee.address)||void 0===l?void 0:l.toLowerCase(),ne=null===(d=null==ee?void 0:ee.wrappedTokenAddress)||void 0===d?void 0:d.toLowerCase(),ie=!!r&&[te,ne].includes(r.baseToken.address.toLowerCase()),oe=!!r&&[te,ne].includes(r.quoteToken.address.toLowerCase()),re=J&&r&&(ie||oe),[ae,se]=W.useState(!1),de=re&&ie&&!ae&&ee?r?Object.assign(Object.assign({},r.baseToken),{symbol:ee.symbol,address:ee.address}):void 0:null==r?void 0:r.baseToken,ce=re&&oe&&!ae&&ee?r?Object.assign(Object.assign({},r.quoteToken),{symbol:ee.symbol,address:ee.address}):void 0:null==r?void 0:r.quoteToken,ue=ab({pool:r?Object.assign(Object.assign({},r),{baseToken:de,quoteToken:ce}):r,isBase:L,baseAmount:z,quoteAmount:Y}),{mode:pe,modeOptions:he,handleChangeMode:ge,sliderPercentage:fe,handleChangeSliderPercentage:xe,resetPercentage:ye}=function({isBase:e,pool:t,baseOverride:n,quoteOverride:i,resetAmount:o,handleChangeBaseAmount:r,handleChangeQuoteAmount:a}){const[s,l]=W.useState(qf.percentage),[d,c]=W.useState(Ff),u=W.useRef(null),p=()=>{u.current&&clearTimeout(u.current)},h=()=>{p(),c(Ff)};return W.useEffect((()=>p),[]),{mode:s,modeOptions:[{key:qf.quantity,value:le._({id:"PIYEqF",message:"Quantity model"})},{key:qf.percentage,value:le._({id:"x4QVeW",message:"Percentage to remove"})}],handleChangeMode:e=>{l(e),o(),h()},sliderPercentage:d,handleChangeSliderPercentage:o=>{if(p(),o!==d&&c(o),!t)return;const s=100===o,l=()=>{if(t)if(e||void 0===e){if(n){let e=n.toString();s||(e=fs(n.times(o/100),t.baseToken.decimals)),r(e)}}else if(i){let e=i.toString();s||(e=fs(i.times(o/100),t.quoteToken.decimals)),a(e)}};s?l():u.current=setTimeout(l,100)},resetPercentage:h}}({isBase:L,pool:r,baseOverride:w,quoteOverride:k,resetAmount:$,handleChangeBaseAmount:X,handleChangeQuoteAmount:K});W.useEffect((()=>{$(),ye()}),[R]);const be=nx(r);W.useEffect((()=>{(null==r?void 0:r.address)!==(null==be?void 0:be.address)&&($(),S(),ge(qf.percentage),xe(Ff))}),[r]),W.useEffect((()=>{pe===qf.percentage&&xe(fe)}),[null==w?void 0:w.toString(),null==k?void 0:k.toString()]);const Ce=me.utils.canOperateLiquidity(null==r?void 0:r.type,void 0,null==r?void 0:r.creator,C),[we,ke]=W.useState(!1),{isShowCompare:Te,lqAndDodoCompareText:Ee,isWarnCompare:Ae}=Jv(null==r?void 0:r.baseToken,null==r?void 0:r.quoteToken,F),Ie=We(Sl.getFeeRateQuery(null==r?void 0:r.chainId,null==r?void 0:r.address,null==r?void 0:r.type,C)),Le=null===(g=null===(p=null===(u=Ie.data)||void 0===u?void 0:u.mtFeeRate)||void 0===p?void 0:p.plus(null!==(m=null===(h=Ie.data)||void 0===h?void 0:h.lpFeeRate)&&void 0!==m?m:0))||void 0===g?void 0:g.toNumber(),{baseTokenStatus:Oe,quoteTokenStatus:Re}=function({pool:e,baseAmount:t,quoteAmount:n,balanceInfo:i}){var o,r,a,s,l;const{chainId:d,baseToken:c,quoteToken:u}=null!=e?e:{};let p="";const h="AMMV2"===(null==e?void 0:e.type);d&&(p=null!==(o=je[d].DODO_V1_PAIR_PROXY)&&void 0!==o?o:"",h&&(p=Je(d)||ot(e.chainId)));const m=null!==(a=null===(r=null==e?void 0:e.baseLpToken)||void 0===r?void 0:r.id)&&void 0!==a?a:"",g=null!==(l=null===(s=null==e?void 0:e.quoteLpToken)||void 0===s?void 0:s.id)&&void 0!==l?l:"",f="CLASSICAL"===(null==e?void 0:e.type);return{baseTokenStatus:Hd(c?Object.assign(Object.assign({},c),{symbol:f?c.symbol+" LP":`${c.symbol}/${null==u?void 0:u.symbol} LP`,address:m}):void 0,{amount:h&&i.userBaseLpToTokenBalance&&i.userBaseLpBalance?new Se(t).div(i.userBaseLpToTokenBalance).times(i.userBaseLpBalance).toString():t,skipQuery:!p||!m||!f&&!h,contractAddress:p,overrideBalance:h?i.userBaseLpBalance:i.userBaseLpToTokenBalance}),quoteTokenStatus:Hd(u?Object.assign(Object.assign({},u),{address:g}):void 0,{amount:n,skipQuery:!p||!g||!f,contractAddress:p,overrideBalance:i.userQuoteLpToTokenBalance})}}({pool:r,baseAmount:M,quoteAmount:P,balanceInfo:s}),_e=Oe.insufficientBalance||Re.insufficientBalance,{isSinglePool:Me}=s,Pe=_e?le._({id:"znqB4T",message:"Insufficient balance"}):le._({id:"t/YqKh",message:"Remove"}),Be=()=>{$(),S(),n&&n()},De=null===(f=null==H?void 0:H.pair)||void 0===f?void 0:f.liquidityToken.decimals,Ne=null===(x=s.userBaseLpBalance)||void 0===x?void 0:x.times(fe/100),Fe=Ne&&void 0!==De?ys(Ne,De).toString():"",{operateLiquidityMutation:qe}=zv(r),Ue=function({baseToken:e,quoteToken:n,baseAmount:i,quoteAmount:o,liquidityAmount:r,slippage:a,fee:s,submittedBack:l}){const d=Cd(),{account:c}=$l();t();const{deadLine:u}=Tn();return ze({mutationFn:()=>mn(this,void 0,void 0,(function*(){if(!e||!n)throw new Error("token is undefined");if(!c)throw new Error("account is undefined");if(!s)throw new Error("fee is undefined");const t=e.chainId,p=ve[t].address.toLowerCase(),h=Je(t),m=ot(t),g=!h,f=h||m;if(!f)throw new Error("AMMV2 contract address is not valid.");let x="";const y=e.address.toLowerCase()===p,v=n.address.toLowerCase()===p,b=ys(new Se(i).times(1-a),e.decimals),j=ys(new Se(o).times(1-a),n.decimals),C=ys(s,4).toString(),w=Math.ceil(Date.now()/1e3)+(null!=u?u:600);try{if(y){const e=n.address,t=j.toString(),i=b.toString();x=g?dt(e,r,t,i,c,w):ct(e,C,r,t,i,c,w)}else if(v){const t=e.address,n=b.toString(),i=j.toString();x=g?dt(t,r,n,i,c,w):ct(t,C,r,n,i,c,w)}else x=g?ut(e.address,n.address,r,b.toString(),j.toString(),c,w):pt(e.address,n.address,C,r,b.toString(),j.toString(),c,w)}catch(e){throw console.error("encodeUniswapV2Router02RemoveLiquidity error",e),e}return yield d.execute(le._({id:"cJtosk",message:"Remove liquidity"}),{opcode:fd.TX,to:f,data:x,value:"0x0"},{metadata:{[cd.removeLiqidityAMMV2Position]:!0},submittedBack:l})}))})}({baseToken:de,quoteToken:ce,baseAmount:M,quoteAmount:P,liquidityAmount:Fe,slippage:I,fee:Le,submittedBack:Be}),Ve=()=>{if(J)return Ue.mutate();qe.mutate({txTitle:le._({id:"3XBvkd",message:"Remove Liquidity"}),isRemove:!0,baseAmount:M,quoteAmount:P,slippageProtection:I,balanceInfo:s,SLIPPAGE_PROTECTION:Bf,submittedBack:Be})},He=Z((()=>{var e;const t=new Se(M),n=new Se(P);return!r||_e||!F||!!s.loading||!!s.error||V||!!ue.error||ue.loading||!!(null===(e=ue.receiveAmountBg)||void 0===e?void 0:e.lte(0))||Ie.isLoading||(J?null==Ne||Ne.lte(0):!t.isFinite()||!n.isFinite()||t.lte(0)&&n.lte(0))}),[V,s.error,s.loading,M,Ie.isLoading,J,_e,Ne,F,r,P,ue.error,ue.loading,ue.receiveAmountBg]);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{pb:18,px:20},children:[!J&&Cn.jsxs(i,{sx:{mt:20,borderStyle:"solid",borderWidth:1,borderRadius:12,borderColor:"border.main"},children:[Cn.jsx(U,{value:pe,options:he,onChange:(e,t)=>ge(t),popupOffset:0,sx:{px:20,py:12,width:"100%",backgroundColor:"transparent",color:"text.primary",typography:"body2"}}),!!r&&me.utils.singleSideLp(r.type)&&Cn.jsx(i,{sx:{pt:20,pb:13,px:20,borderStyle:"solid",borderWidth:"1px 0 0"},children:Cn.jsx(cb,{pool:r,balanceInfo:s,checkTokenType:R,setCheckToken:_,baseTokenBalanceUpdateLoading:!1,quoteBalanceUpdateLoading:!1})})]}),Cn.jsx(i,{sx:{pt:20},children:pe===qf.percentage?Cn.jsx(Lf,{disabled:s.loading||!Ce,value:fe,onChange:xe}):O?Cn.jsx(Dm,{amt:L?M:P,token:O,canClickBalance:!0,showPercentage:!0,onInputChange:L?X:K,readOnly:s.loading||!Ce,overrideBalance:L?w:k,overrideBalanceLoading:T,sx:{backgroundColor:"background.cardInput",padding:b.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"}}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Dm,{amt:M,token:null==r?void 0:r.baseToken,canClickBalance:!0,showPercentage:!0,onInputChange:X,readOnly:s.loading||!Ce,overrideBalance:w,overrideBalanceLoading:T,sx:{backgroundColor:"background.cardInput",padding:b.spacing(20,20,28)},inputSx:{backgroundColor:"background.cardInput"}}),o?"":Cn.jsx(Pm,{}),"base"===o?"":Cn.jsx(Dm,{amt:P,token:null==r?void 0:r.quoteToken,canClickBalance:!0,showPercentage:!0,onInputChange:K,readOnly:s.loading||!Ce||Me,overrideBalance:k,overrideBalanceLoading:T,sx:{backgroundColor:"background.cardInput",padding:b.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"}})]})}),Cn.jsxs(v,{loading:s.loading||q,sx:{mt:8},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"flex-end",gap:8},children:[J&&re&&Cn.jsx(i,{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:()=>se((e=>!e)),children:Cn.jsx(e,{id:"/k7Ttv",message:"Receive {0}",values:{0:ae?null==ee?void 0:ee.symbol:null==ee?void 0:ee.wrappedTokenSymbol}})}),Cn.jsx(Nf,{value:E,onChange:A,disabled:!Ce,type:null==r?void 0:r.type,sx:{margin:0}})]}),Cn.jsx(Xv,{pool:r,addPortion:N,midPrice:F,shareOfPool:null==H?void 0:H.shareOfPool})]}),!!r&&Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",mt:20,mb:14},children:[Cn.jsx(i,{sx:{typography:"body2",color:"text.secondary",position:"relative",top:2},children:Cn.jsx(e,{id:"lDgVWA",message:"Receive"})}),Cn.jsx(i,{sx:{textAlign:"right"},children:ue.receiveList.map(((e,t)=>Cn.jsxs(i,{sx:{mt:t>0?4:0},children:[Cn.jsxs(v,{component:"span",loading:ue.loading,loadingSx:{mr:8,width:100},sx:{display:"inline-block",typography:"h5",fontWeight:600,color:ue.receiveBaseAmount&&"0"!==ue.receiveBaseAmount?"primary.main":"text.primary"},children:[e.amount," "]}),Cn.jsx(i,{component:"span",sx:{typography:"body2"},children:e.symbol})]},e.symbol)))})]})]}),Cn.jsxs(i,{sx:{px:20,py:16,position:"sticky",bottom:0,borderStyle:"solid",borderWidth:"1px 0 0",borderColor:"border.main",backgroundColor:"background.paper"},children:[Te&&Cn.jsx(Yv,{baseToken:null==r?void 0:r.baseToken,quoteToken:null==r?void 0:r.quoteToken,lqAndDodoCompareText:Ee,midPrice:F}),r?Cn.jsx(Qv,{chainId:r.chainId,baseTokenStatus:Oe,quoteTokenStatus:Re,children:Cn.jsx(c,{fullWidth:!0,disabled:He,danger:Ae,isLoading:qe.isPending||Ue.isPending,onClick:()=>{He||(Ae?ke(!0):Ve())},children:Pe})}):Cn.jsx(c,{fullWidth:!0,disabled:!0,children:Pe})]}),Cn.jsx(Nv,{open:we,onClose:()=>ke(!1),title:le._({id:"bEsfUQ",message:"Confirm submission"}),onConfirm:Ve,modal:!0,children:Cn.jsxs(i,{children:[Cn.jsx(i,{children:le._({id:"tecieV",message:"Price discrepancy {lqAndDodoCompareText} between liquidity pool and the quote price on ZUNO.",values:{lqAndDodoCompareText:Ee}})}),Cn.jsx(i,{children:le._({id:"vXvgFK",message:"There is risk of being arbitraged if adding this liquidity."})})]})}),Cn.jsx(Fh,{message:null===(y=qe.error)||void 0===y?void 0:y.message,onClose:()=>qe.reset(),isDialogModal:j})]})}function pb({pool:e,operate:n,hidePoolInfo:i,errorRefetch:o,submittedBack:r}){var a,s,l,d,c,u;const{operateTab:p,operateTabs:h,handleChangeTab:m}=function(e=rb.Add){const{i18n:n}=t(),[i,o]=W.useState(e),r=W.useMemo((()=>[{key:rb.Add,value:n._({id:"m16xKo",message:"Add"})},{key:rb.Remove,value:n._({id:"t/YqKh",message:"Remove"})}]),[n._]);return W.useEffect((()=>{o(e)}),[e]),{operateTab:i,operateTabs:r,handleChangeTab:e=>{o(e)}}}(n),{account:g}=$l(),f=fv({account:g,pool:e?{chainId:e.chainId,address:e.address,type:e.type,baseTokenDecimals:e.baseToken.decimals,quoteTokenDecimals:e.quoteToken.decimals,baseLpTokenDecimals:null!==(s=null===(a=e.baseLpToken)||void 0===a?void 0:a.decimals)&&void 0!==s?s:18,quoteLpTokenDecimals:null!==(d=null===(l=e.quoteLpToken)||void 0===l?void 0:l.decimals)&&void 0!==d?d:18}:void 0}),x=We(Sl.getPMMStateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,null===(c=null==e?void 0:e.baseToken)||void 0===c?void 0:c.decimals,null===(u=null==e?void 0:e.quoteToken)||void 0===u?void 0:u.decimals));return f.error||x.error||o?Cn.jsx(Rn,{refresh:()=>{f.error&&f.refetch(),x.error&&x.refetch(),o&&o()},sx:{my:40,height:"100%"}}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(ob,{pool:e,balanceInfo:f,hidePoolInfo:i}),Cn.jsxs(A,{value:p,onChange:(e,t)=>{m(t)},children:[Cn.jsx(F,{tabs:h,variant:"inPaper",tabsListSx:{mt:16,mx:20}}),Cn.jsx(L,{value:rb.Add,children:Cn.jsx(nb,{pool:e,balanceInfo:f,submittedBack:r})}),Cn.jsx(L,{value:rb.Remove,children:Cn.jsx(ub,{pool:e,balanceInfo:f,submittedBack:r})})]})]})}function hb({onClose:e,pool:n,address:o,operate:r,chainId:a,hasMining:s,hidePoolInfo:l,sx:d}){var c,u,p,h,m,g,f,x,y;const{account:v}=$l(),b=a?aa[a]:"",j=Kl(),C=We(Object.assign(Object.assign({},j.getQuery(me.graphql.fetchPoolList,{where:{id:null!==(c=null==o?void 0:o.toLocaleLowerCase())&&void 0!==c?c:"",chain:b}})),{enabled:!!o&&!!a})),w=null===(p=null===(u=C.data)||void 0===u?void 0:u.pairs)||void 0===p?void 0:p[0],k=w&&a?function(e,t){var n,i,o,r,a,s;if(e)return{address:e.id,chainId:t,baseToken:Ol(e.baseToken,t),quoteToken:Ol(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)}}}(w,a):void 0,E=o&&a?k:n,I=C.error?C.refetch:void 0,{poolOrMiningTab:S,poolOrMiningTabs:O,handleChangeTab:R}=function({hasMining:e}){const{i18n:n}=t(),[i,o]=W.useState(Dv.Liquidity);return{poolOrMiningTab:i,poolOrMiningTabs:W.useMemo((()=>{const t=[{key:Dv.Liquidity,value:n._({id:"6y2TB3",message:"Liquidity"})},{key:Dv.Mining,value:n._({id:"Sti4vy",message:"Mining"})}];return e?t:t.slice(0,1)}),[n._,e]),handleChangeTab:e=>{o(e)}}}({hasMining:s}),_=fv({account:v,pool:E?{chainId:E.chainId,address:E.address,type:E.type,baseTokenDecimals:E.baseToken.decimals,quoteTokenDecimals:E.quoteToken.decimals,baseLpTokenDecimals:null!==(m=null===(h=E.baseLpToken)||void 0===h?void 0:h.decimals)&&void 0!==m?m:18,quoteLpTokenDecimals:null!==(f=null===(g=E.quoteLpToken)||void 0===g?void 0:g.decimals)&&void 0!==f?f:18}:void 0}),M=!!(null===(x=_.userBaseLpBalance)||void 0===x?void 0:x.gt(0))||!!(null===(y=_.userQuoteLpBalance)||void 0===y?void 0:y.gt(0)),P=null!=a?a:null==E?void 0:E.chainId,B=null!=o?o:null==E?void 0:E.address;return Cn.jsx(i,{sx:d,children:Cn.jsxs(A,{value:S,onChange:(e,t)=>{R(t)},sx:{display:"flex",flexDirection:"column",overflow:"hidden",height:"100%"},children:[Cn.jsx(D,{tabs:O,tabsListSx:Object.assign({mx:20,justifyContent:"space-between"},s&&M?{"& button:last-child":{position:"relative","&::before":{content:`"${le._({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("#DABB1B",.2),color:"#DABB1B"}}}:{}),rightSlot:Cn.jsxs(i,{sx:{display:"flex",justifyContent:"center",alignItems:"center",gap:12},children:["GSP"===(null==E?void 0:E.type)&&Cn.jsx(Bv,{}),e?Cn.jsx(i,{sx:{display:"flex",justifyContent:"center",alignItems:"center",width:24,height:24,borderRadius:"50%",borderWidth:1,color:"text.secondary",cursor:"pointer"},children:Cn.jsx(i,{component:Mn.Error,sx:{width:16,height:16},onClick:()=>{e()}})}):void 0]})}),Cn.jsx(L,{value:Dv.Liquidity,sx:{flex:1,overflowY:"auto"},children:Cn.jsx(pb,{pool:E,operate:r,hidePoolInfo:l,errorRefetch:I,submittedBack:()=>{s&&R(Dv.Mining)}})}),Cn.jsx(L,{value:Dv.Mining,sx:{flex:1,overflowY:"auto"},children:P&&B?Cn.jsx(Pv,{chainId:P,account:v,poolAddress:B,goLpLink:()=>{R(Dv.Liquidity)}}):""})]})})}function mb(e){var{modal:t}=e,n=hn(e,["modal"]);const{isMobile:i}=ld();return Cn.jsx(uc,{open:!!n.pool||!!n.address,onClose:n.onClose,scope:!i,modal:t,id:"pool-operate",children:Cn.jsx(hb,{...n})})}function gb({children:e,sx:t,gap:n=20,repeatBaseForLargeScreen:o=3}){const{isMobile:r,minDevice:a}=ld();let s={};if(r)s={display:"flex",flexDirection:"column",gap:n};else{let e=2;[1418,1761,2104].some(((t,n)=>{if(a(t))return e=o+n,!0})),s={display:"grid",gap:n,gridTemplateColumns:`repeat(${e}, 1fr)`}}return Cn.jsx(i,{sx:Object.assign(Object.assign({},s),t),children:e})}function fb({address:t,chainId:n,hideName:o,sx:r}){const s=a(),c=Kl(),{onlyChainId:u}=Tn(),p=We(Object.assign({},c.getQuery(Te.graphql.fetchLiquidityLpPartnerRewards,{where:{chainId:u||void 0}})));if(!t)return null;const h=[];return("string"==typeof t?[t]:Array.from(new Set(t)).filter((e=>!!e))).forEach((e=>{var t,i,o;e&&(null===(o=null===(i=null===(t=p.data)||void 0===t?void 0:t.liquidity_getLpPartnerRewards)||void 0===i?void 0:i.partnerRewards)||void 0===o||o.some((t=>{var i,o,r,a,s,l,d,c,u,m,g,f,x,y;if((null==t?void 0:t.chainId)===n&&(null===(i=null==t?void 0:t.pool)||void 0===i?void 0:i.toLocaleLowerCase())===e.toLocaleLowerCase()){const e=null===(a=null===(r=null===(o=p.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;h.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!==(u=null==e?void 0:e.extra)&&void 0!==u?u:{},background:(null===(m=null==e?void 0:e.theme)||void 0===m?void 0:m[0])||void 0,color:(null===(g=null==e?void 0:e.theme)||void 0===g?void 0:g[1])||void 0},reward:null!==(f=null==t?void 0:t.reward)&&void 0!==f?f:"",type:null!==(x=null==t?void 0:t.type)&&void 0!==x?x:"stakelp",sort:null!==(y=null==e?void 0:e.sort)&&void 0!==y?y:Number.MAX_SAFE_INTEGER})}})))})),(null==h?void 0:h.length)?(h.sort(((e,t)=>e.sort-t.sort)),Cn.jsx(i,{sx:Object.assign({display:"flex",alignItems:"center",gap:4},r),children:h.map((t=>Cn.jsx(l,{leaveDelay:100,title:Cn.jsxs(i,{sx:{maxWidth:240,whiteSpace:"pre-wrap"},children:[t.partner.introduction,!!t.partner.link&&Cn.jsxs(i,{component:"a",target:"_blank",href:t.partner.link,rel:"noopener noreferrer",sx:{display:"flex",alignItems:"center",gap:4,color:"primary.main","&:hover":{opacity:.5}},children:[Cn.jsx(e,{id:"zwWKhA",message:"Learn more"})," ",Cn.jsx("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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:Cn.jsxs(d,{sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:4,p:s.spacing(0,4),height:20,borderRadius:4,background:t.partner.background,color:t.partner.color,whiteSpace:"nowrap"},children:[Cn.jsx(i,{component:"img",src:t.partner.logo,alt:t.partner.name,sx:{width:14,height:14,borderRadius:"50%"}}),!o&&!!t.reward&&Cn.jsx(i,{sx:{fontSize:"10px",fontWeight:600},children:t.reward})]})},t.partner.name+t.reward)))})):null}var xb,yb;function vb(){return vb=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},vb.apply(null,arguments)}const bb=e=>H.createElement("svg",vb({width:32,height:32,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),xb||(xb=H.createElement("circle",{cx:16,cy:16,r:16,fill:"#FFE804"})),yb||(yb=H.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"}))),jb="_default";function Cb({value:e,onChange:t,placeholder:n,options:o,sx:r,readOnly:s,valueOnlyIcon:l}){const d=a();return Cn.jsx(U,{value:null!=e?e:jb,onChange:(n,i)=>{const o="number"==typeof e&&i?Number(i):i;t(o===jb?void 0:o)},disabled:s,sx:ne({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"}},r),renderValue:t=>{if(!(null==t?void 0:t.value)||t.value===jb)return Cn.jsx(i,{sx:{color:"text.secondary"},children:null!=n?n:""});const r=o.find((t=>t.key===e));return r?Cn.jsxs(Cn.Fragment,{children:[r.logo,l?"":r.value]}):null},options:[...o]})}function wb({isMobileStyle:e,chain:t,isLastItem:n,logoWidth:o,mobileLogoWidth:r,sx:s}){const l=a();return e?Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",py:18,borderTop:`1px solid ${l.palette.border.main}`,borderBottom:n?`1px solid ${l.palette.border.main}`:"none"},s),children:[Cn.jsx(i,{component:null==t?void 0:t.logo,sx:{width:r,height:r}}),Cn.jsx(i,{component:"span",className:"name",sx:{marginLeft:8},children:null==t?void 0:t.name})]}):Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(i,{component:null==t?void 0:t.logo,sx:{width:o,height:o}}),Cn.jsx(i,{component:"span",className:"name",sx:{marginLeft:8},children:null==t?void 0:t.name})]})}const kb=-1;function Tb({chainId:n,setChainId:o,logoWidth:r=24,mobileLogoWidth:a=32,mainLogoWidth:s=24,mainMobileLogoWidth:l=18,notShowAllChain:c,valueOnlyIcon:u,sx:p}){const h=function(){const{chainId:e}=$l();return Z((()=>{const t=new Map;let n;return Wa.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])}(),[m,g]=W.useState(!1),{isMobile:f}=ld(),{i18n:x}=t(),y=W.useCallback((()=>{const e=void 0===n?h[0]:h.find((e=>e.chainId===n));if(u){if(void 0===n||!e)return"";const t=f?a:s;return Cn.jsx(i,{component:null==e?void 0:e.logo,sx:{width:t,height:t}})}return void 0!==n||c?e?Cn.jsx(wb,{isMobileStyle:f,chain:e,logoWidth:s,mobileLogoWidth:l}):null:Cn.jsx(wb,{isMobileStyle:f,chain:{chainId:kb,logo:bb,name:x._({id:"pY/ok7",message:"All chains"})},logoWidth:s,mobileLogoWidth:l,sx:{border:"none"}})}),[n,h,c,u,f,x._]),v=W.useMemo((()=>{const e=[];return c||e.push({key:kb,value:Cn.jsx(wb,{isMobileStyle:f,chain:{chainId:kb,logo:bb,name:x._({id:"pY/ok7",message:"All chains"})},logoWidth:r,mobileLogoWidth:a})}),h.forEach(((t,n)=>{e.push({key:t.chainId,value:Cn.jsx(wb,{isLastItem:n===h.length-1,isMobileStyle:f,chain:t,logoWidth:r,mobileLogoWidth:a})})})),e}),[f,r,a,h,c]);return f?Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{component:d,onClick:()=>g(!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"},p),children:[Cn.jsx(i,{sx:{pr:5},children:y()}),Cn.jsx(i,{component:Mn.CaretUp,sx:{width:12,height:12,transform:"rotate(180deg)"}})]}),Cn.jsx(uc,{open:m,title:Cn.jsx(e,{id:"lJvbHq",message:"Select Network"}),onClose:()=>g(!1),id:"select-chain",modal:!0,children:Cn.jsx(i,{sx:{mb:20},children:v.map((e=>Cn.jsxs(i,{onClick:()=>{const t=e.key;o(t===kb?void 0:Number(t)),g(!1)},sx:{position:"relative",px:20,"&:active":{backgroundColor:"hover.default"},"&:hover":{backgroundColor:"hover.default"},cursor:"pointer"},children:[e.value,(n?e.key===n:e.key===kb)&&Cn.jsx(i,{sx:{position:"absolute",left:0,top:24,height:20,width:2,backgroundColor:"text.primary"}})]},e.key)))})})]}):Cn.jsx(Cb,{value:null!=n?n:kb,onChange:e=>{v.some((t=>String(t.key)===String(e)))&&o(e===kb?void 0:e)},placeholder:x._({id:"lJvbHq",message:"Select Network"}),options:v,valueOnlyIcon:u,sx:Object.assign({px:8,height:32,fontWeight:600,typography:"body2",backgroundColor:"background.tag",color:"text.primary"},p)})}function Eb({text:e,onClick:t}){const n=a();return Cn.jsxs(i,{sx:{typography:"body2",display:"inline-flex",alignItems:"center",p:n.spacing(0,4,0,8),width:"max-content",height:32,backgroundColor:"hover.default",color:"primary.main",borderWidth:1,borderRadius:8,cursor:"pointer"},onClick:t,children:[e,Cn.jsx(i,{component:Mn.ArrowBack,sx:{ml:2,width:16,height:16,transform:"rotate(180deg)"}})]})}function Ab({lqList:e,onDeleteTag:t,sx:n}){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=Ol(r.baseToken,r.chainId),s=Ol(r.quoteToken,r.chainId);return a&&s?Cn.jsxs(i,{sx:Object.assign({typography:"body2",display:"inline-flex",alignItems:"center",px:8,mr:8,borderRadius:8,fontWeight:600,height:32,backgroundColor:"hover.default"},n),children:[Cn.jsx(Gm,{tokens:[a,s],chainId:a.chainId,width:20,mr:8}),a.symbol,"+",s.symbol,Cn.jsx(i,{component:Mn.Error,sx:{ml:4,width:16,height:16,cursor:"pointer",color:"text.secondary",position:"relative",top:1.5},onClick:()=>t()})]}):null}const Ib=e=>{const{filterList:t,value:n,onChange:o}=e,r=a();return Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},children:t.map(((e,a)=>Cn.jsx(i,{sx:Object.assign(Object.assign({borderLeftWidth:1,borderRightWidth:a===t.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===t.length-1?8:0,borderBottomRightRadius:a===t.length-1?8:0},n===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 Sb({tags:e,onDeleteTag:t,sx:n}){return e.length?Cn.jsx(i,{sx:Object.assign({display:"inline-flex",alignItems:"center"},n),children:e.map((e=>Cn.jsxs(i,{sx:{typography:"body2",display:"flex",alignItems:"center",px:8,mr:8,borderRadius:8,fontWeight:600,height:32,backgroundColor:"hover.default"},children:[Cn.jsx(yc,{address:e.address,width:20,height:20,chainId:e.chainId,url:e.logoURI,noShowChain:!0,marginRight:8}),e.symbol,Cn.jsx(i,{component:Mn.Error,sx:{ml:4,width:16,height:16,cursor:"pointer",color:"text.secondary",position:"relative",top:1.5},onClick:()=>t(e)})]},e.address)))}):null}function Lb({chainId:e,address:t}){const{isMobile:n}=ld();return Cn.jsx(i,{component:"button",onClick:n=>{n.stopPropagation(),Af.getState().push({type:Ef.PoolDetail,params:{chainId:e,address:t}})},sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"center",borderRadius:8,cursor:"pointer",flexShrink:0,color:"text.primary","&:hover":{opacity:.5}},n?{width:64,height:36,backgroundColor:"background.tag"}:{width:40,height:32,backgroundColor:"transparent",borderWidth:1,borderStyle:"solid",borderColor:"border.main"}),children:Cn.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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 Ob(t){var{sx:n,children:o,empty:r,loading:s,hasMore:l,loadMore:c,loadMoreLoading:u}=t,p=hn(t,["sx","children","empty","loading","hasMore","loadMore","loadMoreLoading"]);const h=a();return Cn.jsxs(i,{sx:Object.assign({position:"relative",flex:1,overflowY:"auto",borderRadius:16},n),...p,children:[Cn.jsx(i,{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&&!s&&{"& 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"===h.palette.mode?"#1A1A1B":T("#1A1A1B",.1)} -2px 0px 4px 0px`}}}),children:o}),l&&Cn.jsx(d,{sx:{display:"flex",justifyContent:"center",alignItems:"center",height:64,width:"100%",typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},onClick:c,children:u?Cn.jsx(O,{}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(e,{id:"yQ2kGp",message:"Load more"}),Cn.jsx(i,{component:Mn.ArrowRight,sx:{transform:"rotate(90deg)"}})]})})]})}function Rb({sx:t}){const{supportAMMV2:n,supportAMMV3:o}=Tn(),r=n||o;return Cn.jsxs(i,{sx:Object.assign({px:20,pt:20,pb:12,backgroundColor:"background.paper",borderRadius:16},t),children:[Cn.jsx(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",flexWrap:"wrap"},children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(Gm,{width:24,tokens:[],mr:6,showChainLogo:!0}),Cn.jsx(j,{variant:"rounded",height:20,width:88})]})}),Cn.jsxs(i,{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&&Cn.jsxs(i,{children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",gap:4,whiteSpace:"nowrap"},children:Cn.jsx(j,{variant:"rounded",height:24,width:100})}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"1Qz63U",message:"Pool Type"})})]}),Cn.jsxs(i,{children:[Cn.jsx(j,{variant:"rounded",height:24,width:100}),Cn.jsx(i,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:Cn.jsx(e,{id:"rSayea",message:"APY"})})]}),Cn.jsxs(i,{children:[Cn.jsx(j,{variant:"rounded",height:24,width:100}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"FHKsZF",message:"TVL"})})]}),r&&Cn.jsxs(i,{children:[Cn.jsx(j,{variant:"rounded",height:24,width:100}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"Q8W3SC",message:"Volume (1D)"})})]})]}),Cn.jsx(j,{variant:"rounded",height:32,sx:{mt:20}})]})}const _b=({sx:t,isRightTop:n,isReverseColor:o})=>{const r=a();return Cn.jsx(i,{sx:Object.assign(Object.assign(Object.assign({display:"inline-flex",padding:"2px 4px",alignItems:"center",gap:"4px",borderRadius:4,background:T(r.palette.warning.main,.1),color:r.palette.warning.main,fontSize:"10px",fontWeight:600,lineHeight:"14px"},n?{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),t),children:Cn.jsx(e,{id:"y5rS9U",message:"Migrate"})})};function Mb({chainId:t,baseToken:n,quoteToken:o,apy:a,hasQuote:s,hasMining:d,sx:c,children:u}){if(!n)return null;const p=s?[{token:n,transactionApy:null==a?void 0:a.transactionBaseApy,miningApy:null==a?void 0:a.miningBaseApy},{token:o,transactionApy:null==a?void 0:a.transactionQuoteApy,miningApy:null==a?void 0:a.miningQuoteApy}]:[{transactionApy:null==a?void 0:a.transactionBaseApy,miningApy:null==a?void 0:a.miningBaseApy,metromMiningApy:null==a?void 0:a.metromMiningApy}];return Cn.jsx(l,{children:null!=u?u:Cn.jsx(r,{component:Mn.QuestionBorder,sx:Object.assign({width:15,height:15},c)}),title:Cn.jsx(i,{sx:{minWidth:236},children:p.map(((r,a)=>{var s,l,c,u,p;return Cn.jsxs(i,{sx:{mt:0===a?0:20},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:16,typography:"body2",fontWeight:600,color:"text.primary"},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},children:r.token?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(yc,{width:14,height:14,marginRight:4,address:r.token.address,url:r.token.logoURI,chainId:t,noShowChain:!0}),r.token.symbol]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Gm,{tokens:[n,o],width:14,mr:4,chainId:t}),n.symbol,"/",null==o?void 0:o.symbol]})}),Cn.jsx(i,{children:Is(new Se(null!==(c=r.transactionApy)&&void 0!==c?c:0).plus(null!==(u=r.miningApy)&&void 0!==u?u:0).plus(null!==(p=r.metromMiningApy)&&void 0!==p?p:0))})]}),Cn.jsxs(i,{sx:{mt:8,display:"flex",justifyContent:"space-between",typography:"h6",color:"text.secondary"},children:[Cn.jsx("span",{children:Cn.jsx(e,{id:"OnDEky",message:"LP Fee"})}),Cn.jsx("span",{children:r.transactionApy?Is(new Se(r.transactionApy)):"-"})]}),d?Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",typography:"h6",color:"text.secondary"},children:[Cn.jsx("span",{children:Cn.jsx(e,{id:"pSQ1lM",message:"MT Fee"})}),Cn.jsx("span",{children:r.miningApy?Is(new Se(r.miningApy)):"-"})]}):"",r.metromMiningApy&&Number(r.metromMiningApy)>0&&Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",typography:"h6",color:"text.secondary"},children:[Cn.jsx("span",{children:Cn.jsx(e,{id:"Sti4vy",message:"Mining"})}),Cn.jsx("span",{children:r.metromMiningApy?Is(new Se(r.metromMiningApy)):"-"})]})]},null!==(l=null===(s=r.token)||void 0===s?void 0:s.address)&&void 0!==l?l:1)}))})})}function Pb({sx:t,value:n,onChange:o,searchAddress:r}){const[a,s]=W.useState(!1),{isMobile:l}=ld();return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{component:d,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},l?{width:"100%"}:{minWidth:220}),t),onClick:()=>s(!0),children:[Cn.jsx(i,{component:Mn.Search,sx:{width:16,height:16,mr:8,flexShrink:0}}),Cn.jsx(e,{id:"A1taO8",message:"Search"})]}),Cn.jsx(km,{value:n,open:a,multiple:!0,title:Cn.jsx(e,{id:"o8aMNm",message:"Select a liquidity pool"}),searchPlaceholder:le._({id:"4nzwq3",message:"Search by token or pool address"}),onClose:()=>{s(!1)},onTokenChange:e=>{if(Array.isArray(e)){if(e.length>2){const t=[e[0],e[2]];o(t)}else o(e);s(!1)}},searchOtherAddress:e=>r(e,(()=>s(!1))),modal:!0})]})}function Bb({list:t,onClick:n}){return Cn.jsx(Cn.Fragment,{children:null==t?void 0:t.map((t=>{var o,r,a,s;if(!(null==t?void 0:t.pair))return null;const l=t.pair,d=Ol(l.baseToken,l.chainId),c=Ol(l.quoteToken,l.chainId),u=l.apy?Is(new Se(null===(o=l.apy)||void 0===o?void 0:o.transactionBaseApy).plus(null!==(a=null===(r=l.apy)||void 0===r?void 0:r.miningBaseApy)&&void 0!==a?a:0)):void 0,p=me.utils.singleSideLp(l.type)&&l.apy?Is(new Se(l.apy.transactionQuoteApy).plus(null!==(s=l.apy.miningQuoteApy)&&void 0!==s?s:0)):void 0;return d&&c?Cn.jsxs(i,{onClick:n,sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:10,py:20,borderRadius:8,cursor:"pointer","&:hover":{backgroundColor:"custom.background.listHover"}},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(Gm,{tokens:[d,c],chainId:l.chainId,width:24,mr:10}),Cn.jsxs(i,{sx:{typography:"h5"},children:[d.symbol,"/",c.symbol]})]}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{color:"custom.status.green.default",fontWeight:600},children:[u,p?`/${p}`:""]}),Cn.jsx(i,{sx:{mt:2,typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"rSayea",message:"APY"})})]})]},l.id):null}))})}function Db(e){var t;const[n,i]=W.useState(null!==(t=null==e?void 0:e.tokens)&&void 0!==t?t:[]),[o,r]=W.useState([]);W.useEffect((()=>{e&&(i(e.tokens),r(e.lqList))}),[e]);const[a,s]=W.useMemo((()=>{const[e,t]=n;return[null==e?void 0:e.symbol,null==t?void 0:t.symbol]}),[n]);return{filterTokens:n,filterASymbol:a,filterBSymbol:s,filterAddressLqList:o,handleDeleteToken:t=>{i((n=>{const i=[...n],o=i.indexOf(t);return-1!==o&&i.splice(o,1),e&&e.onChangeFilterTokens(i),i}))},handleChangeFilterTokens:t=>{r([]),i(t),e&&(e.onChangeFilterTokens(t),e.onChangeFilterAddressLqList([]))},handleChangeFilterAddress:t=>{r(t),i([]),e&&(e.onChangeFilterTokens([]),e.onChangeFilterAddressLqList(t))}}}function Nb({lqList:t,setOperatePool:n,getMigrationPairAndMining:o,supportAMM:r,timeRange:s}){const d=a(),{onSharePool:u}=Tn();return Cn.jsx(Cn.Fragment,{children:null==t?void 0:t.map((t=>{var a,p,h,m,g,f,x,y,v;if(!(null==t?void 0:t.pair))return null;const b=t.pair,j=Ol(b.baseToken,b.chainId),C=Ol(b.quoteToken,b.chainId),w=null===(a=b.apyList)||void 0===a?void 0:a.find((e=>(null==e?void 0:e.timeRange)===`${s}D`)),k=w?Is(new Se(null==w?void 0:w.transactionBaseApy).plus(null!==(p=null==w?void 0:w.miningBaseApy)&&void 0!==p?p:0)):void 0,E=me.utils.singleSideLp(b.type)&&w?Is(new Se(w.transactionQuoteApy).plus(null!==(h=w.miningQuoteApy)&&void 0!==h?h:0)):void 0,A=!!(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,S=b.type,L=Ml(S),O="AMMV2"===S,R="AMMV3"===S,_=null==o?void 0:o({address:b.id,chainId:b.chainId});return Cn.jsxs(i,{sx:{px:20,pt:20,pb:12,backgroundColor:"background.paper",borderRadius:16},className:"gradient-card-border",onClick:()=>{r||Af.getState().push({type:Ef.PoolDetail,params:{chainId:b.chainId,address:b.id}})},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",flexWrap:"wrap"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[j&&C?Cn.jsx(Gm,{tokens:[j,C],width:24,mr:6,chainId:b.chainId,showChainLogo:!0}):"",Cn.jsxs(i,{sx:{typography:"body2",fontWeight:600},children:[`${null==j?void 0:j.symbol}/${null==C?void 0:C.symbol}`,!!u&&Cn.jsx(i,{component:Mn.Share,sx:{ml:2,width:12,height:12},onClick:()=>u({chainId:b.chainId,baseToken:j,quoteToken:C,poolId:b.id,apy:w,isSingle:me.utils.singleSideLp(b.type)})}),Cn.jsx(fb,{address:b.id,chainId:b.chainId})]}),!!_&&Cn.jsx(_b,{})]}),A||I?Cn.jsxs(i,{sx:{p:8,typography:"h6",fontWeight:"bold",background:`linear-gradient(180deg, ${T(d.palette.secondary.main,.3)} 0%, ${T(d.palette.purple.main,.3)} 100%)`,borderRadius:8,color:"purple.main",whiteSpace:"nowrap"},children:["✨ ",Cn.jsx(e,{id:"Sti4vy",message:"Mining"})]}):""]}),Cn.jsxs(i,{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&&Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,whiteSpace:"nowrap"},children:[L,Cn.jsx(l,{title:Cn.jsx(e,{id:"O6RUgz",message:"Fee rate"}),children:Cn.jsx(i,{sx:{px:8,py:4,borderRadius:4,typography:"h6",backgroundColor:"background.tag",color:"text.secondary"},children:R?null!==(f=null===(g=_y[b.lpFeeRate])||void 0===g?void 0:g.label)&&void 0!==f?f:"-":As({input:new Se(null!==(x=b.lpFeeRate)&&void 0!==x?x:0).plus(b.mtFeeRate?vs(b.mtFeeRate,O?4:18):0)})})})]}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"1Qz63U",message:"Pool Type"})})]}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{typography:"h5",color:"success.main"},children:[k,E?`/${E}`:""]}),Cn.jsxs(i,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:[s,"d ",Cn.jsx(e,{id:"rSayea",message:"APY"}),Cn.jsx(Mb,{chainId:b.chainId,apy:w,baseToken:j,quoteToken:C,hasQuote:!!E,hasMining:A,sx:{width:14,height:14}})]})]}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{typography:"h5"},children:["$",Es(new Se(b.tvl))]}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"FHKsZF",message:"TVL"})})]}),r&&Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4},children:["$",hs({input:null===(v=null===(y=b.volumeList)||void 0===y?void 0:y.find((e=>(null==e?void 0:e.timeRange)===`${s}D`)))||void 0===v?void 0:v.volume})]}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"iuFFMB",message:"Volume ({timeRange}d)",values:{timeRange:s}})})]})]}),Cn.jsxs(i,{sx:{mt:20,display:"flex",alignItems:"center",gap:"8px"},children:[Cn.jsx(c,{fullWidth:!0,size:c.Size.small,onClick:e=>{e.stopPropagation(),n({pool:Rl(t),hasMining:A})},children:Cn.jsx(e,{id:"m16xKo",message:"Add"})}),r&&"PMM"===L&&Cn.jsx(Lb,{chainId:b.chainId,address:b.id})]})]},b.id+b.chainId)}))})}function Fb({lqList:t,loading:n,operatePool:o,setOperatePool:r,getMigrationPairAndMining:s,hasMore:d,loadMore:u,loadMoreLoading:p,supportAMM:h,timeRange:m}){const g=a(),{onSharePool:f}=Tn();return Cn.jsxs(Ob,{hasMore:d,loadMore:u,loadMoreLoading:p,empty:!(null==t?void 0:t.length),loading:n,children:[Cn.jsx(i,{component:"thead",children:Cn.jsxs(i,{component:"tr",children:[Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"AxdOHo",message:"Pair"})}),h&&Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"1Qz63U",message:"Pool Type"})}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"FHKsZF",message:"TVL"})}),Cn.jsxs(i,{component:"th",children:[m,"d ",Cn.jsx(e,{id:"rSayea",message:"APY"})]}),h&&Cn.jsxs("th",{children:[m,"d ",Cn.jsx(e,{id:"/cF7Rs",message:"Volume"})]}),Cn.jsx(i,{component:"th",sx:{width:80}})]})}),Cn.jsx(i,{component:"tbody",children:null==t?void 0:t.map((e=>{var t,n,a,d,u,p,x,y;if(!(null==e?void 0:e.pair))return null;const v=e.pair,b=Ol(v.baseToken,v.chainId),j=Ol(v.quoteToken,v.chainId),C=null===(t=v.apyList)||void 0===t?void 0:t.find((e=>(null==e?void 0:e.timeRange)===`${m}D`)),w=C?Is(new Se(null==C?void 0:C.transactionBaseApy).plus(null!==(n=null==C?void 0:C.miningBaseApy)&&void 0!==n?n:0).plus(null!==(a=null==C?void 0:C.metromMiningApy)&&void 0!==a?a:0)):void 0,k=me.utils.singleSideLp(v.type)&&C?Is(new Se(C.transactionQuoteApy).plus(null!==(d=C.miningQuoteApy)&&void 0!==d?d:0)):void 0;let T="";if((null===(u=null==o?void 0:o.pool)||void 0===u?void 0:u.address)===v.id||(null==o?void 0:o.address)===v.id)if(o.operate===rb.Remove)T=le._({id:"0+31GV",message:"Removing"});else T=le._({id:"1yHVE+",message:"Adding"});const E=!!(null===(p=v.miningAddress)||void 0===p?void 0:p[0]),A=!!(null==C?void 0:C.metromMiningApy)&&Number(null==C?void 0:C.metromMiningApy)>0,I=v.type,S=Ml(I),L="AMMV2"===I,O="AMMV3"===I,R=g.palette.hover.default,_=null==s?void 0:s({address:v.id,chainId:v.chainId});return Cn.jsxs(i,{component:"tr",sx:{["&:hover td"+(T?", & td":"")]:{backgroundImage:`linear-gradient(${R}, ${R})`}},children:[Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[b&&j?Cn.jsx(Gm,{tokens:[b,j],width:24,mr:8,chainId:v.chainId,showChainLogo:!0}):"",Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,typography:"body2",fontWeight:600},children:[`${null==b?void 0:b.symbol}/${null==j?void 0:j.symbol}`,Cn.jsx(fb,{address:v.id,chainId:v.chainId}),!!_&&Cn.jsx(_b,{})]}),Cn.jsx(bm,{address:v.id,customChainId:v.chainId,truncate:!0,showCopy:!0,iconDarkHover:!0,iconSize:14,iconSpace:4,onShareClick:f?()=>f({chainId:v.chainId,baseToken:b,quoteToken:j,poolId:v.id,apy:C,isSingle:me.utils.singleSideLp(v.type)}):void 0,sx:{typography:"h6",color:"text.secondary"},disabledAddress:h,onAddressClick:()=>{Af.getState().push({type:Ef.PoolDetail,params:{chainId:v.chainId,address:v.id}})}})]})]})}),h&&Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4},children:[Cn.jsx(My,{poolType:S}),Cn.jsx(Py,{isAMMV2:L,isAMMV3:O,lpFeeRate:v.lpFeeRate,mtFeeRate:v.mtFeeRate})]})}),Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{typography:"body2"},title:v.tvl?`$${hs({input:v.tvl})}`:void 0,children:["$",Es(new Se(v.tvl))]})}),Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[E||A?Cn.jsx(l,{title:le._({id:"Sti4vy",message:"Mining"}),children:Cn.jsxs(i,{component:"span",sx:{typography:"body2",color:"success.main"},children:["✨"," "]})}):"",Cn.jsx(Mb,{chainId:v.chainId,apy:C,baseToken:b,quoteToken:j,hasQuote:!!k,hasMining:E,children:Cn.jsxs(i,{component:"span",sx:{typography:"body2",fontWeight:600,display:"flex",alignItems:"center",width:"max-content",color:"success.main",cursor:"auto"},children:[w,k?`/${k}`:""]})})]})}),h&&Cn.jsxs(i,{component:"td",sx:{typography:"body2"},children:["$",hs({input:null===(y=null===(x=v.volumeList)||void 0===x?void 0:x.find((e=>(null==e?void 0:e.timeRange)===`${m}D`)))||void 0===y?void 0:y.volume})]}),Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:"8px"},children:[h&&"PMM"===S&&Cn.jsx(Lb,{chainId:v.chainId,address:v.id}),T?Cn.jsx(Eb,{text:T,onClick:()=>r(null)}):Cn.jsx(c,{size:c.Size.small,onClick:()=>{r({pool:Rl(e),hasMining:E})},sx:{py:0,height:32},children:le._({id:"m16xKo",message:"Add"})})]})})]},v.id+v.chainId)}))})]})}function qb({scrollParentRef:e,filterChainIds:t,activeChainId:n,handleChangeActiveChainId:o,operatePool:r,setOperatePool:s,tokenAndPoolFilter:l,getMigrationPairAndMining:d}){var c,u;const p=a(),{onlyChainId:h,supportAMMV2:m,supportAMMV3:g,notSupportPMM:f}=Tn(),{minDevice:x,isMobile:y}=ld(),v=$e(),[b,j]=z("all"),[C,w]=z("1"),{filterTokens:k,filterASymbol:T,filterBSymbol:E,filterAddressLqList:A,handleDeleteToken:I,handleChangeFilterTokens:S,handleChangeFilterAddress:L}=Db(l),O=Z((()=>{if(g&&"v3"===b)return["AMMV3"];if(m&&"v2"===b)return["AMMV2"];if(!f&&"pmm"===b)return["CLASSICAL","DVM","DSP","GSP"];let e=f?[]:["CLASSICAL","DVM","DSP","GSP"];return m&&e.push("AMMV2"),g&&e.push("AMMV3"),e}),[f,m,g,b]),R=Z((()=>({chainIds:t,pageSize:y?4:8,filterState:{viewOnlyOwn:!1,filterTypes:O}})),[t,O,y]),_=Kl(),M=_.getInfiniteQuery(me.graphql.fetchLiquidityList,"currentPage",{where:Object.assign(Object.assign({},R),{filterState:Object.assign({filterASymbol:T,filterBSymbol:E},R.filterState)})}),P=Qe(Object.assign(Object.assign({},M),{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 B=[];const D=!!(null==A?void 0:A.length);D?B=[...A]:null===(c=P.data)||void 0===c||c.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==B||B.push(e)}))}));const N=P.hasNextPage&&!D;return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{pt:12,pb:20,display:"flex",flexDirection:"column-reverse",gap:8,[p.breakpoints.up("tablet")]:{py:16,flexDirection:"row",px:0,justifyContent:"space-between"}},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"stretch",flexDirection:"column",gap:8,[p.breakpoints.up("tablet")]:{flexDirection:"row",alignItems:"center"}},children:[!h&&Cn.jsx(Tb,{chainId:n,setChainId:o}),(m||g)&&Cn.jsx(Ib,{filterList:[{label:"All",value:"all"}].concat(f?[]:[{label:"PMM",value:"pmm"}]).concat(m?[{label:"V2",value:"v2"}]:[]).concat(g?[{label:"V3",value:"v3"}]:[]),value:b,onChange:e=>j(e)}),Cn.jsx(Ib,{filterList:[{label:"1d",value:"1"},{label:"7d",value:"7"},{label:"14d",value:"14"},{label:"30d",value:"30"}],value:C,onChange:e=>w(e)})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(i,{sx:Object.assign({flex:1,display:"flex",alignItems:"center",gap:8},y?{}:{"& > button":{flex:1}}),children:null!==(u=null==l?void 0:l.element)&&void 0!==u?u:Cn.jsx(Pb,{value:k,onChange:S,searchAddress:(e,t)=>mn(this,void 0,void 0,(function*(){var n;const i=_.getInfiniteQuery(me.graphql.fetchLiquidityList,"currentPage",{where:Object.assign(Object.assign({},R),{filterState:Object.assign({address:e},R.filterState)})}),o=null===(n=(yield v.fetchQuery(i)).liquidity_list)||void 0===n?void 0:n.lqList;return(null==o?void 0:o.length)?Cn.jsx(Bb,{list:o,onClick:()=>{L(o),t()}}):null}))})}),(D||!!k.length)&&Cn.jsxs(i,{sx:{my:0},children:[D?Cn.jsx(Ab,{lqList:A,onDeleteTag:()=>L([])}):"",Cn.jsx(Sb,{tags:k,onDeleteTag:I})]})]})]}),y?Cn.jsx(nn,{hasMore:N,threshold:300,loadMore:se((()=>{P.hasNextPage&&!P.isFetching&&P.fetchNextPage()}),500),useWindow:!1,getScrollParent:()=>e.current||null,loader:Cn.jsx(Rb,{sx:{mt:20}},"loader"),children:Cn.jsxs(gb,{children:[P.isLoading?Cn.jsx(Rb,{}):"",!P.isLoading&&!(null==B?void 0:B.length)&&!P.error&&Cn.jsx(An,{sx:{mt:40},hasSearch:!!(n&&!h||T||E)}),!!P.error&&Cn.jsx(Rn,{refresh:P.refetch,sx:{mt:40}}),Cn.jsx(Nb,{lqList:B,setOperatePool:s,supportAMM:m||g,getMigrationPairAndMining:d,timeRange:C})]})}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Fb,{lqList:B,loading:P.isLoading,operatePool:r,setOperatePool:s,hasMore:N,loadMoreLoading:P.isFetchingNextPage,loadMore:()=>{P.hasNextPage&&!P.isFetching&&P.fetchNextPage()},supportAMM:m||g,timeRange:C,getMigrationPairAndMining:d}),Cn.jsx(Ym,{loading:P.isLoading,refetch:P.error?P.refetch:void 0,empty:!(null==B?void 0:B.length),hasSearch:!!(n&&!h||T||E)})]})]})}function Ub({onClick:e,title:t,desc:n}){const o=a();return Cn.jsx(i,{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:Cn.jsxs(d,{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:[Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:o.palette.text.primary},children:t}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:500,color:o.palette.text.secondary},children:n})]})})}const Vb=t=>{const n=a(),{isMobile:o}=ld(),{account:r}=$l(),{supportAMMV2:s,supportAMMV3:d,notSupportPMM:u}=Tn(),[p,h]=W.useState(!1),m={[Ef.CreatePool]:!u,[Ef.createPoolAMMV2]:!!s,[Ef.createPoolAMMV3]:!!d},g=Object.entries(m).filter((([e,t])=>!0===t)),f=1===g.length?g[0][0]:void 0;if(!f){const t=Cn.jsxs(Cn.Fragment,{children:[!u&&Cn.jsx(Ub,{onClick:()=>{Af.getState().push({type:Ef.CreatePool})},title:Cn.jsx(e,{id:"Eif7f6",message:"PMM Pool"}),desc:Cn.jsx(e,{id:"TmTsab",message:"Fexible customization, take full control of liquidity"})}),s&&Cn.jsx(Ub,{onClick:()=>{Af.getState().push({type:Ef.createPoolAMMV2})},title:Cn.jsx(e,{id:"lNYomJ",message:"AMM V2 Position"}),desc:Cn.jsx(e,{id:"lLbR0m",message:"Simple, full-range liquidity"})}),d&&Cn.jsx(Ub,{onClick:()=>{Af.getState().push({type:Ef.createPoolAMMV3})},title:Cn.jsx(e,{id:"sVlqoo",message:"AMM V3 Position"}),desc:Cn.jsx(e,{id:"EkAv3P",message:"Concentrated liquidity, higher efficiency"})})]});return o?Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(c,{variant:c.Variant.second,fullWidth:o&&!!r,onClick:()=>{h(!0)},sx:{height:36},children:[Cn.jsx(i,{component:Mn.Plus,sx:{mr:4}}),Cn.jsx(e,{id:"p2jbcE",message:"Create Pool"})]}),Cn.jsx(uc,{open:p,title:Cn.jsx(e,{id:"p2jbcE",message:"Create Pool"}),onClose:()=>{h(!1)},modal:!0,children:Cn.jsx(i,{sx:{mb:0},children:t})})]}):Cn.jsx(l,{arrow:!1,leaveDelay:300,placement:o?"bottom":"bottom-end",sx:{p:0,backgroundColor:"background.paper"},title:Cn.jsx(i,{children:t}),children:Cn.jsxs(i,{sx:{width:o?"100%":"auto",display:"inline-flex",alignItems:"center",justifyContent:"center",gap:4,pl:8,pr:16,py:6,borderRadius:40,backgroundColor:n.palette.background.tag,typography:"body2",fontWeight:600,color:n.palette.text.link,cursor:"pointer","&:hover":{backgroundColor:T(n.palette.primary.main,.1)}},children:[Cn.jsx(i,{component:Mn.Plus}),Cn.jsx(e,{id:"p2jbcE",message:"Create Pool"})]})})}return Cn.jsxs(c,{variant:c.Variant.outlined,fullWidth:o,onClick:()=>{Af.getState().push({type:f})},sx:{height:40},children:[Cn.jsx(i,{component:Mn.Plus,sx:{mr:4}}),Cn.jsx(e,{id:"p2jbcE",message:"Create Pool"})]})},Hb="DODO_WIDGET_POOL_LIST_TAB",Wb="DODO_WIDGET_POOLS_LIST_FILTER_CHAIN";var Zb;!function(e){e.addLiquidity="add-liquidity",e.myLiquidity="my-liquidity",e.myCreated="my-created"}(Zb||(Zb={}));const $b=(e,t,n)=>{let i=le._({id:"TJBHlP",message:"Standard"}),o=n.palette.purple.main;switch(e){case"DSP":i=le._({id:"J7M/DA",message:"Pegged"}),o=n.palette.success.main;break;case"DPP":i=le._({id:"zwBp5t",message:"Private"}),o=n.palette.error.main}"DVM"===e&&(!t||t.isZero())&&(i=le._({id:"S8G1qk",message:"Single"}),o=n.palette.warning.main);return{typeLabel:i,typeColor:o,typeBgColor:T(o,.1)}};function zb({account:t,list:n,setOperatePool:o}){const r=a();return Cn.jsx(Cn.Fragment,{children:null==n?void 0:n.map((n=>{var a,s,l,u,p;if(!n)return null;const h=null!==(a=n.pairAddress)&&void 0!==a?a:"",m=n.chainId,g=n.poolType,f={chainId:m,address:null!==(s=n.baseAddress)&&void 0!==s?s:"",symbol:null!==(l=n.baseSymbol)&&void 0!==l?l:""},x={chainId:m,address:null!==(u=n.quoteAddress)&&void 0!==u?u:"",symbol:null!==(p=n.quoteSymbol)&&void 0!==p?p:""},{typeLabel:y,typeColor:v,typeBgColor:b}=$b(g,n.quoteReserve?new Se(n.quoteReserve):null,r);return Cn.jsxs(i,{sx:{px:20,pt:20,pb:12,backgroundColor:"background.paper",borderRadius:16},className:"gradient-card-border",onClick:()=>{Af.getState().push({type:Ef.PoolDetail,params:{chainId:m,address:h}})},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",flexWrap:"wrap"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[f&&x?Cn.jsx(Gm,{tokens:[f,x],width:24,mr:8,chainId:m,showChainLogo:!0}):"",Cn.jsx(i,{sx:{typography:"body2",fontWeight:600},children:Nl(h)}),"DPP"===g&&Cn.jsx(M,{sx:{ml:2},component:d,onClick:e=>{e.stopPropagation(),Af.getState().push({type:Ef.ModifyPool,params:{chainId:m,address:h}})},children:Cn.jsx(i,{component:Mn.Edit,sx:{width:12,height:12,cursor:"pointer"}})})]}),Cn.jsx(i,{sx:{typography:"h6",width:"max-content",p:8,borderRadius:8,backgroundColor:b,color:v},children:y})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",mt:44},children:[Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{typography:"h5"},children:["$",n.tvl?Es(new Se(n.tvl)):"-"]}),Cn.jsx(i,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:Cn.jsx(e,{id:"FHKsZF",message:"TVL"})})]}),Cn.jsx(i,{sx:{display:"inline-block",mx:20,height:24,width:"1px",backgroundColor:"custom.border.default"}}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{typography:"h5"},children:["$",n.totalFee?Es(new Se(n.totalFee)):"-"]}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"hCBYHP",message:"Total Fee Revenue"})})]})]}),Cn.jsxs(i,{sx:{mt:20,display:"flex",gap:"8px"},children:[!!t&&Cn.jsx(c,{fullWidth:!0,variant:c.Variant.outlined,size:c.Size.small,onClick:e=>{e.stopPropagation(),o({address:h,operate:rb.Remove,chainId:m})},children:Cn.jsx(e,{id:"t/YqKh",message:"Remove"})}),Cn.jsx(c,{fullWidth:!0,size:c.Size.small,onClick:e=>{e.stopPropagation(),o({address:h,operate:rb.Add,chainId:m})},children:Cn.jsx(e,{id:"m16xKo",message:"Add"})})]})]},h+m)}))})}function Gb({account:t,list:n,loading:o,operatePool:r,setOperatePool:s}){const l=a(),d=Af();return Cn.jsxs(Ob,{empty:!(null==n?void 0:n.length),loading:o,children:[Cn.jsx(i,{component:"thead",children:Cn.jsxs(i,{component:"tr",children:[Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"AxdOHo",message:"Pair"})}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"FHKsZF",message:"TVL"})}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"hCBYHP",message:"Total Fee Revenue"})}),Cn.jsx(i,{component:"th",sx:{width:160}})]})}),Cn.jsx(i,{component:"tbody",children:null==n?void 0:n.map((n=>{var o,a,u,p,h,m;if(!n)return null;const g="DPP"===n.poolType,f=null!==(o=n.pairAddress)&&void 0!==o?o:"",x=n.chainId,y=n.poolType,v={chainId:x,address:null!==(a=n.baseAddress)&&void 0!==a?a:"",symbol:null!==(u=n.baseSymbol)&&void 0!==u?u:""},b={chainId:x,address:null!==(p=n.quoteAddress)&&void 0!==p?p:"",symbol:null!==(h=n.quoteSymbol)&&void 0!==h?h:""},{typeLabel:j,typeColor:C,typeBgColor:w}=$b(y,n.quoteReserve?new Se(n.quoteReserve):null,l);let k="";if((null===(m=null==r?void 0:r.pool)||void 0===m?void 0:m.address)===f||(null==r?void 0:r.address)===f)if((null==r?void 0:r.operate)===rb.Remove)k=le._({id:"0+31GV",message:"Removing"});else k=le._({id:"1yHVE+",message:"Adding"});const E=l.palette.hover.default;return Cn.jsxs(i,{component:"tr",sx:{["&:hover td"+(k?", & td":"")]:{backgroundImage:`linear-gradient(${E}, ${E})`}},children:[Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[v&&b?Cn.jsx(Gm,{tokens:[v,b],width:24,mr:10,chainId:x,showChainLogo:!0}):"",Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsxs(_,{lineSx:{bottom:-1},lineColor:"primary.main",hoverSx:{color:"primary.main","& svg":{display:"inline-block"}},className:"truncate-address-link",sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(i,{sx:{typography:"body2",fontWeight:600},onClick:()=>{d.push({type:Ef.PoolDetail,params:{chainId:x,address:f}})},children:Nl(f)}),Cn.jsx(i,{component:Mn.ArrowRight,sx:{display:"none",width:14,height:14}})]}),g?Cn.jsx(i,{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(l.palette.text.primary,.1)}},onClick:()=>{d.push({type:Ef.ModifyPool,params:{chainId:x,address:f}})},children:Cn.jsx(e,{id:"ePK91l",message:"Edit"})}):""]}),Cn.jsx(i,{sx:{typography:"h6",width:"max-content",mt:2,px:8,py:2,borderRadius:12,backgroundColor:w,color:C},children:j})]})]})}),Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{typography:"body2"},title:n.tvl?`$${hs({input:n.tvl})}`:void 0,children:["$",n.tvl?Es(new Se(n.tvl)):"-"]})}),Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{title:n.totalFee?`$${hs({input:n.totalFee})}`:"",sx:{typography:"body2",fontWeight:600},children:["$",n.totalFee?Es(new Se(n.totalFee)):"-"]})}),Cn.jsx(i,{component:"td",children:Cn.jsx(i,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:"8px"},children:k?Cn.jsx(Eb,{text:k,onClick:()=>s(null)}):Cn.jsxs(Cn.Fragment,{children:[!!t&&Cn.jsx(c,{variant:c.Variant.second,size:c.Size.small,onClick:e=>{e.stopPropagation(),s({operate:rb.Remove,chainId:x,address:f})},sx:{py:0,height:32},children:Cn.jsx(e,{id:"t/YqKh",message:"Remove"})}),Cn.jsx(c,{size:c.Size.small,onClick:()=>{s({chainId:x,address:f})},sx:{py:0,height:32},children:le._({id:"m16xKo",message:"Add"})})]})})})]},f+x)}))})]})}function Yb({account:t,filterChainIds:n,activeChainId:o,handleChangeActiveChainId:r,operatePool:a,setOperatePool:s}){var l,d,c,u,p,h;const{isMobile:m}=ld(),{onlyChainId:g}=Tn(),f={limit:1e3,page:1,owner:t},x=Kl().getQuery(me.graphql.fetchDashboardPairList,{where:f}),y=We(Object.assign({},x)),v=null!==(h=n?null===(c=null===(d=null===(l=y.data)||void 0===l?void 0:l.dashboard_pairs_list)||void 0===d?void 0:d.list)||void 0===c?void 0:c.filter((e=>{var t;return n.includes(null!==(t=null==e?void 0:e.chainId)&&void 0!==t?t:0)})):null===(p=null===(u=y.data)||void 0===u?void 0:u.dashboard_pairs_list)||void 0===p?void 0:p.list)&&void 0!==h?h:[],[b,j]=W.useState(!1),C=b?v.filter((e=>!!Number(null==e?void 0:e.tvl))):v;return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:Object.assign({py:16,display:"flex",justifyContent:"space-between",gap:8},m?{}:{px:0}),children:[!g&&Cn.jsx(Tb,{chainId:o,setChainId:r}),Cn.jsxs(i,{component:"label",sx:{display:"flex",alignItems:"center",gap:8,typography:"body2",cursor:"pointer",color:"text.secondary"},children:[Cn.jsx(E,{sx:{top:-1},size:16,checked:b,onChange:e=>{const{checked:t}=e.target;j(t)}}),Cn.jsx(e,{id:"eVZ7bY",message:"Hide TVL=0 pools"})]})]}),m?Cn.jsxs(gb,{children:[y.isLoading?Cn.jsx(Rb,{}):"",!y.isLoading&&!(null==C?void 0:C.length)&&!y.error&&Cn.jsx(An,{sx:{mt:40},hasSearch:!!o&&!g}),!!y.error&&Cn.jsx(Rn,{refresh:y.refetch,sx:{mt:40}}),Cn.jsx(zb,{account:t,list:C,setOperatePool:s})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Gb,{account:t,list:C,loading:y.isLoading,operatePool:a,setOperatePool:s}),Cn.jsx(Ym,{loading:y.isLoading,refetch:y.error?y.refetch:void 0,empty:!(null==C?void 0:C.length),hasSearch:!!o&&!g})]})]})}function Qb({account:t,lqList:n,setOperatePool:o,getMigrationPairAndMining:r,supportAMM:s,timeRange:d}){const u=a();return Cn.jsx(Cn.Fragment,{children:null==n?void 0:n.map((n=>{var a,p,h,m,g,f,x,y,v,b,j,C,w,k,E;if(!(null==n?void 0:n.pair))return null;const A=n.pair,I=Ol(A.baseToken,A.chainId),S=Ol(A.quoteToken,A.chainId),L=null===(a=A.apyList)||void 0===a?void 0:a.find((e=>(null==e?void 0:e.timeRange)===`${d}D`)),O=me.utils.singleSideLp(A.type),R=L?Is(new Se(null==L?void 0:L.transactionBaseApy).plus(null!==(p=null==L?void 0:L.miningBaseApy)&&void 0!==p?p:0).plus(null!==(h=null==L?void 0:L.metromMiningApy)&&void 0!==h?h:0)):void 0,_=O&&L?Is(new Se(L.transactionQuoteApy).plus(null!==(m=L.miningQuoteApy)&&void 0!==m?m:0)):void 0;let M,P;(null===(g=n.liquidityPositions)||void 0===g?void 0:g.length)&&n.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(M=new Se(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&&(P=new Se(e.liquidityTokenBalance))}}}));const B=!!(null===(f=A.miningAddress)||void 0===f?void 0:f[0]),D=!!(null==L?void 0:L.metromMiningApy)&&Number(null==L?void 0:L.metromMiningApy)>0,N=null===(x=n.liquidityPositions)||void 0===x?void 0:x[0],F=A.type,q=Ml(F),U="AMMV2"===F,V="AMMV3"===F,H=null==r?void 0:r({address:A.id,chainId:A.chainId});return Cn.jsxs(i,{sx:{px:20,pt:20,pb:12,backgroundColor:"background.paper",borderRadius:16},className:"gradient-card-border",onClick:()=>{s||Af.getState().push({type:Ef.PoolDetail,params:{chainId:A.chainId,address:A.id}})},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",flexWrap:"wrap"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[I&&S?Cn.jsx(Gm,{tokens:[I,S],width:24,mr:6,chainId:A.chainId,showChainLogo:!0}):"",Cn.jsxs(i,{sx:{typography:"body2",fontWeight:600},children:[`${null==I?void 0:I.symbol}/${null==S?void 0:S.symbol}`,Cn.jsx(fb,{address:A.id,chainId:A.chainId})]}),!!H&&Cn.jsx(_b,{})]}),B||D?Cn.jsxs(i,{sx:{p:8,typography:"h6",fontWeight:"bold",background:`linear-gradient(180deg, ${T(u.palette.secondary.main,.3)} 0%, ${T(u.palette.purple.main,.3)} 100%)`,borderRadius:8,color:"purple.main",whiteSpace:"nowrap"},children:["✨ ",Cn.jsx(e,{id:"Sti4vy",message:"Mining"})]}):""]}),Cn.jsxs(i,{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:[s&&Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,whiteSpace:"nowrap"},children:[q,Cn.jsx(l,{title:Cn.jsx(e,{id:"O6RUgz",message:"Fee rate"}),children:Cn.jsx(i,{sx:{px:8,py:4,borderRadius:4,typography:"h6",backgroundColor:"background.tag",color:"text.secondary"},children:V?null!==(v=null===(y=_y[A.lpFeeRate])||void 0===y?void 0:y.label)&&void 0!==v?v:"-":As({input:new Se(null!==(b=A.lpFeeRate)&&void 0!==b?b:0).plus(A.mtFeeRate?vs(A.mtFeeRate,U?4:18):0)})})})]}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"1Qz63U",message:"Pool Type"})})]}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{typography:"h5",color:"success.main"},children:[R||"-%",_?`/${_}`:""]}),Cn.jsxs(i,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:[d,"d ",Cn.jsx(e,{id:"rSayea",message:"APY"}),Cn.jsx(Mb,{chainId:A.chainId,apy:L,baseToken:I,quoteToken:S,hasQuote:!!_,hasMining:B,sx:{width:14,height:14}})]})]}),V?null:Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{typography:"h5"},children:["$",Es(new Se(A.tvl||0))]}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"FHKsZF",message:"TVL"})})]}),"AMMV2"===F&&Cn.jsxs(i,{children:[Cn.jsx(i,{sx:{typography:"h5"},children:As({input:null===(C=null===(j=n.liquidityPositions)||void 0===j?void 0:j[0])||void 0===C?void 0:C.poolShare})}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"h3PbRN",message:"My Pool Share"})})]}),Cn.jsxs(i,{children:[Cn.jsx(i,{sx:{typography:"h5",display:"flex",alignItems:"center",fontWeight:"bold"},children:V?(null==N?void 0:N.liquidityUSD)?`$${ms({input:N.liquidityUSD,decimals:2})}`:"-":Cn.jsxs(Cn.Fragment,{children:[O?Cn.jsx(yc,{address:null==I?void 0:I.address,chainId:A.chainId,url:null==I?void 0:I.logoURI,width:18,height:18,sx:{mr:4}}):Cn.jsx(Gm,{tokens:I&&S?[I,S]:[],width:18,mr:4,showChainLogo:!1,chainId:A.chainId}),M?hs({input:M}):"",O&&Cn.jsxs(Cn.Fragment,{children:[" / ",Cn.jsx(yc,{address:null==S?void 0:S.address,chainId:A.chainId,url:null==S?void 0:S.logoURI,width:18,height:18,sx:{mx:4}}),P?hs({input:P}):"0"]})]})}),Cn.jsx(i,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:Cn.jsx(e,{id:"YHc3B+",message:"My Liquidity"})})]})]}),V&&Cn.jsxs(i,{sx:{mt:20},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,color:"text.primary"},children:[Cn.jsx(cv,{outOfRange:null!==(w=null==N?void 0:N.outOfRange)&&void 0!==w&&w}),Cn.jsx(i,{children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("span",{children:[Sy({price:null===(k=null==N?void 0:N.priceRange)||void 0===k?void 0:k.token0LowerPrice,atLimit:{},direction:Vf.LOWER})," "]}),null==I?void 0:I.symbol]})}),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:Cn.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"})}),Cn.jsx(i,{children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("span",{children:[Sy({price:null===(E=null==N?void 0:N.priceRange)||void 0===E?void 0:E.token1LowerPrice,atLimit:{},direction:Vf.UPPER})," "]}),null==I?void 0:I.symbol]})})]}),Cn.jsx(i,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:Cn.jsx(e,{id:"YA4hwj",message:"Price Range"})})]}),Cn.jsxs(i,{sx:{mt:20,display:"flex",alignItems:"center",gap:"8px"},children:[V?null:!!t&&Cn.jsx(c,{fullWidth:!0,variant:c.Variant.outlined,size:c.Size.small,onClick:e=>{e.stopPropagation(),o({operate:rb.Remove,pool:_l(n),hasMining:B})},children:Cn.jsx(e,{id:"t/YqKh",message:"Remove"})}),Cn.jsx(c,{fullWidth:!0,size:c.Size.small,onClick:e=>{e.stopPropagation(),o({operate:rb.Add,pool:_l(n),hasMining:B})},children:Cn.jsx(e,{id:"J/hVSQ",message:"{0}",values:{0:V?"Manage":"Add"}})}),s&&"PMM"===q&&Cn.jsx(Lb,{chainId:A.chainId,address:A.id})]})]},V?null==N?void 0:N.id:A.id+A.chainId)}))})}function Xb({account:t,lqList:n,loading:o,operatePool:r,setOperatePool:s,supportAMM:d,onlyV3:u,getMigrationPairAndMining:p,timeRange:h}){const m=a();return Cn.jsxs(Ob,{empty:!(null==n?void 0:n.length),loading:o,children:[Cn.jsx(i,{component:"thead",children:Cn.jsxs(i,{component:"tr",children:[Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"AxdOHo",message:"Pair"})}),d&&Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"1Qz63U",message:"Pool Type"})}),u?null:Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"FHKsZF",message:"TVL"})}),Cn.jsxs(i,{component:"th",children:[h,"d ",Cn.jsx(e,{id:"rSayea",message:"APY"})]}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"YHc3B+",message:"My Liquidity"})}),u?Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"YA4hwj",message:"Price Range"})}):null,Cn.jsx(i,{component:"th",sx:{width:210}})]})}),Cn.jsx(i,{component:"tbody",children:null==n?void 0:n.map((n=>{var o,a,g,f,x,y,v,b,j,C,w,k,T,E,A;if(!(null==n?void 0:n.pair))return null;const I=n.pair,S=Ol(I.baseToken,I.chainId),L=Ol(I.quoteToken,I.chainId),O=me.utils.singleSideLp(I.type),R=null===(o=I.apyList)||void 0===o?void 0:o.find((e=>(null==e?void 0:e.timeRange)===`${h}D`)),_=R?Is(new Se(null==R?void 0:R.transactionBaseApy).plus(null!==(a=null==R?void 0:R.miningBaseApy)&&void 0!==a?a:0)):void 0,M=O&&R?Is(new Se(R.transactionQuoteApy).plus(null!==(g=R.miningQuoteApy)&&void 0!==g?g:0)):void 0;let P,B;(null===(f=n.liquidityPositions)||void 0===f?void 0:f.length)&&n.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==I?void 0:I.baseLpToken)||void 0===n?void 0:n.id)||void 0===i?void 0:i.toLocaleLowerCase())===t)return void(P=new Se(e.liquidityTokenBalance));(null===(r=null===(o=null==I?void 0:I.quoteLpToken)||void 0===o?void 0:o.id)||void 0===r?void 0:r.toLocaleLowerCase())===t&&(B=new Se(e.liquidityTokenBalance))}}}));const D=null===(x=n.liquidityPositions)||void 0===x?void 0:x[0],N=I.type,F=Ml(N),q="AMMV2"===N,U="AMMV3"===N;let V="";if(U)(null===(b=null===(v=null===(y=null==r?void 0:r.pool)||void 0===y?void 0:y.liquidityPositions)||void 0===v?void 0:v[0])||void 0===b?void 0:b.id)===(null==D?void 0:D.id)&&(V=le._({id:"p3607o",message:"Managing"}));else if((null===(j=null==r?void 0:r.pool)||void 0===j?void 0:j.address)===I.id||(null==r?void 0:r.address)===I.id)if(r.operate===rb.Remove)V=le._({id:"0+31GV",message:"Removing"});else V=le._({id:"1yHVE+",message:"Adding"});const H=!!(null===(C=I.miningAddress)||void 0===C?void 0:C[0]),W=!!(null==R?void 0:R.metromMiningApy)&&Number(null==R?void 0:R.metromMiningApy)>0,Z=m.palette.hover.default,$=null==p?void 0:p({address:I.id,chainId:I.chainId});return Cn.jsxs(i,{component:"tr",sx:{["&:hover td"+(V?", & td":"")]:{backgroundImage:`linear-gradient(${Z}, ${Z})`}},children:[Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[S&&L?Cn.jsx(Gm,{tokens:[S,L],width:24,mr:8,chainId:I.chainId,showChainLogo:!0}):"",Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,typography:"body2",fontWeight:600},children:[`${null==S?void 0:S.symbol}/${null==L?void 0:L.symbol}`,Cn.jsx(fb,{address:I.id,chainId:I.chainId}),!!$&&Cn.jsx(_b,{})]}),Cn.jsx(bm,{address:I.id,customChainId:I.chainId,truncate:!0,showCopy:!0,iconDarkHover:!0,iconSize:14,iconSpace:4,disabledAddress:d,onAddressClick:()=>{Af.getState().push({type:Ef.PoolDetail,params:{chainId:I.chainId,address:I.id}})},sx:{typography:"h6",color:"text.secondary"}})]})]})}),d&&Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4},children:[Cn.jsx(My,{poolType:F}),Cn.jsx(Py,{isAMMV2:q,isAMMV3:U,lpFeeRate:I.lpFeeRate,mtFeeRate:I.mtFeeRate})]})}),U?null:Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{typography:"body2"},title:I.tvl?`$${hs({input:I.tvl||0})}`:void 0,children:["$",Es(new Se(I.tvl||0))]})}),Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[H||W?Cn.jsx(l,{title:le._({id:"Sti4vy",message:"Mining"}),children:Cn.jsxs(i,{component:"span",sx:{typography:"body2",color:"success.main"},children:["✨"," "]})}):"",Cn.jsx(Mb,{chainId:I.chainId,apy:R,baseToken:S,quoteToken:L,hasQuote:!!M,hasMining:H,children:Cn.jsxs(i,{component:"span",sx:{typography:"body2",fontWeight:600,display:"flex",alignItems:"center",width:"max-content",color:"success.main",cursor:"auto"},children:[_||"-%",M?`/${M}`:""]})})]})}),Cn.jsx(i,{component:"td",children:Cn.jsx(i,{sx:{display:"flex",alignItems:"center",typography:"body2"},children:U?(null==D?void 0:D.liquidityUSD)?`$${ms({input:D.liquidityUSD,decimals:2})}`:"-":Cn.jsxs(Cn.Fragment,{children:[O?Cn.jsx(yc,{address:null==S?void 0:S.address,chainId:I.chainId,url:null==S?void 0:S.logoURI,width:24,height:24,noShowChain:!0,sx:{mr:4}}):Cn.jsx(Gm,{tokens:S&&L?[S,L]:[],width:24,mr:4,showChainLogo:!1,chainId:I.chainId}),P?hs({input:P}):"-",O&&Cn.jsxs(Cn.Fragment,{children:[" / ",Cn.jsx(yc,{address:null==L?void 0:L.address,chainId:I.chainId,url:null==L?void 0:L.logoURI,width:24,height:24,noShowChain:!0,sx:{mx:4}}),B?hs({input:B}):"0"]}),q&&Cn.jsx(l,{title:Cn.jsx(e,{id:"NXZdrO",message:"My pool share"}),children:Cn.jsx(i,{sx:{ml:4,px:8,py:4,borderRadius:4,typography:"h6",backgroundColor:"background.tag",color:"text.secondary"},children:As({input:null===(k=null===(w=n.liquidityPositions)||void 0===w?void 0:w[0])||void 0===k?void 0:k.poolShare})})})]})})}),u?Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,color:"text.primary"},children:[Cn.jsx(cv,{outOfRange:null!==(T=null==D?void 0:D.outOfRange)&&void 0!==T&&T}),Cn.jsx(i,{children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("span",{children:[Sy({price:null===(E=null==D?void 0:D.priceRange)||void 0===E?void 0:E.token0LowerPrice,atLimit:{},direction:Vf.LOWER})," "]}),null==S?void 0:S.symbol]})}),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:Cn.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"})}),Cn.jsx(i,{children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("span",{children:[Sy({price:null===(A=null==D?void 0:D.priceRange)||void 0===A?void 0:A.token0UpperPrice,atLimit:{},direction:Vf.UPPER})," "]}),null==S?void 0:S.symbol]})})]})}):null,Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:"8px"},children:[d&&"PMM"===F&&Cn.jsx(Lb,{chainId:I.chainId,address:I.id}),V?Cn.jsx(Eb,{text:V,onClick:()=>s(null)}):Cn.jsxs(Cn.Fragment,{children:[U?null:!!t&&Cn.jsxs(c,{variant:c.Variant.second,size:c.Size.small,onClick:e=>{e.stopPropagation(),s({operate:rb.Remove,pool:_l(n),hasMining:H})},sx:{py:0,height:32},children:[Cn.jsx(e,{id:"t/YqKh",message:"Remove"}),!!$&&Cn.jsx(_b,{isRightTop:!0})]}),Cn.jsx(c,{size:c.Size.small,onClick:()=>{s({pool:_l(n),hasMining:H})},sx:{py:0,height:32},children:U?le._({id:"wckWOP",message:"Manage"}):le._({id:"m16xKo",message:"Add"})})]})]})})]},U?null==D?void 0:D.id:I.id+I.chainId)}))})]})}function Kb({account:e,filterChainIds:t,activeChainId:n,handleChangeActiveChainId:o,operatePool:r,setOperatePool:s,getMigrationPairAndMining:l,tokenAndPoolFilter:d}){var c,u,p,h,m,g,f,x;const y=a(),{minDevice:v,isMobile:b}=ld(),j=$e(),{onlyChainId:C,supportAMMV2:w,supportAMMV3:k,notSupportPMM:T}=Tn(),[E,A]=W.useState("pmm&v2"),[I,S]=W.useState("1"),{filterTokens:L,filterASymbol:O,filterBSymbol:R,filterAddressLqList:_,handleDeleteToken:M,handleChangeFilterTokens:P,handleChangeFilterAddress:B}=Db(d);let D=T?[]:["CLASSICAL","DVM","DSP","GSP","DPP"];w&&D.push("AMMV2"),k&&"v3"===E&&(D=["AMMV3"]);const N={currentPage:1,pageSize:1e3,user:e,filterState:{viewOnlyOwn:!0,filterTypes:D}},F=Kl(),q=F.getQuery(me.graphql.fetchMyLiquidityList,{where:Object.assign(Object.assign({},N),{filterState:Object.assign({filterASymbol:O,filterBSymbol:R},N.filterState)})}),U=We(Object.assign({},q));let V=null!==(p=null===(u=null===(c=U.data)||void 0===c?void 0:c.liquidity_list)||void 0===u?void 0:u.lqList)&&void 0!==p?p:[];const H=!!(null==_?void 0:_.length);return H?V=[..._]:t&&(V=null!==(f=null===(g=null===(m=null===(h=U.data)||void 0===h?void 0:h.liquidity_list)||void 0===m?void 0:m.lqList)||void 0===g?void 0:g.filter((e=>{var n,i;return t.includes(null!==(i=null===(n=null==e?void 0:e.pair)||void 0===n?void 0:n.chainId)&&void 0!==i?i:0)})))&&void 0!==f?f:[]),Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{pt:12,pb:20,display:"flex",flexDirection:"column-reverse",gap:8,[y.breakpoints.up("tablet")]:{py:16,flexDirection:"row",px:0,justifyContent:"space-between"}},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"stretch",flexDirection:"column",gap:8,[y.breakpoints.up("tablet")]:{flexDirection:"row",alignItems:"center"}},children:[!C&&Cn.jsx(Tb,{chainId:n,setChainId:o}),k&&Cn.jsx(Ib,{filterList:[{label:"V3",value:"v3"},{label:"V2 & PMM",value:"pmm&v2"}],value:E,onChange:e=>A(e)}),Cn.jsx(Ib,{filterList:[{label:"1d",value:"1"},{label:"7d",value:"7"},{label:"14d",value:"14"},{label:"30d",value:"30"}],value:I,onChange:e=>S(e)})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(i,{sx:Object.assign({flex:1,display:"flex",alignItems:"center",gap:8},b?{}:{"& > button":{flex:1}}),children:null!==(x=null==d?void 0:d.element)&&void 0!==x?x:Cn.jsx(Pb,{value:L,onChange:P,searchAddress:(e,t)=>mn(this,void 0,void 0,(function*(){var n;const i=F.getInfiniteQuery(me.graphql.fetchLiquidityList,"currentPage",{where:Object.assign(Object.assign({},N),{filterState:Object.assign({address:e},N.filterState)})}),o=null===(n=(yield j.fetchQuery(i)).liquidity_list)||void 0===n?void 0:n.lqList;return(null==o?void 0:o.length)?Cn.jsx(Bb,{list:o,onClick:()=>{B(o),t()}}):null}))})}),(H||!!L.length)&&Cn.jsxs(i,{sx:{my:0},children:[H?Cn.jsx(Ab,{lqList:_,onDeleteTag:()=>B([])}):"",Cn.jsx(Sb,{tags:L,onDeleteTag:M})]})]})]}),b?Cn.jsxs(gb,{children:[U.isLoading?Cn.jsx(Rb,{}):"",!U.isLoading&&!(null==V?void 0:V.length)&&!U.error&&Cn.jsx(An,{sx:{mt:40},hasSearch:!!(n&&!C||O||R)}),!!U.error&&Cn.jsx(Rn,{refresh:U.refetch,sx:{mt:40}}),Cn.jsx(Qb,{account:e,lqList:V,setOperatePool:s,supportAMM:w||k,getMigrationPairAndMining:l,timeRange:I})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Xb,{account:e,lqList:V,loading:U.isLoading,operatePool:r,setOperatePool:s,supportAMM:w||k,onlyV3:"v3"===E,getMigrationPairAndMining:l,timeRange:I}),Cn.jsx(Ym,{loading:U.isLoading,refetch:U.error?U.refetch:void 0,empty:!(null==V?void 0:V.length),hasSearch:!!(n&&!C||O||R)})]})]})}function Jb(e){var{sx:t}=e,n=hn(e,["sx"]);return Cn.jsx(L,{...n,sx:Object.assign(Object.assign({},t),{display:"flex",flexDirection:"column",overflow:"hidden"})})}function ej({params:n,scrollRef:o,tokenAndPoolFilter:r,operatePMMPoolElement:s,operatePool:l,onOperatePool:d,getMigrationPairAndMining:c}){var u,p,h;const{isMobile:m}=ld(),g=a(),f=Tn((e=>e.noDocumentLink)),x=W.useRef(null),{account:y}=$l(),{poolTab:v,tabs:b,handleChangePoolTab:j}=function({account:e,paramsTab:n}){const{i18n:i}=t(),[o,r]=W.useState(Zb.addLiquidity),{supportAMMV2:a,supportAMMV3:s,notSupportPMM:l}=Tn(),d=W.useMemo((()=>{const e=[{key:Zb.addLiquidity,value:i._({id:"OBdohg",message:"Add Liquidity"})},{key:Zb.myLiquidity,value:i._({id:"YHc3B+",message:"My Liquidity"})}];return l||e.push({key:Zb.myCreated,value:a||s?i._({id:"zcVtwU",message:"My Pools (PMM)"}):i._({id:"fZFkP1",message:"My Pools"})}),e}),[i._,a,s,l]),c=W.useRef(!1);W.useEffect((()=>{const t=sessionStorage.getItem(Hb);e&&t&&!c.current&&(c.current=!0,r(t))}),[e]);const u=e=>{r(e),sessionStorage.setItem(Hb,e)};return W.useEffect((()=>{n&&u(n)}),[n]),{poolTab:o,tabs:d,handleChangePoolTab:u}}({account:y,paramsTab:null==n?void 0:n.tab}),{activeChainId:C,filterChainIds:w,handleChangeActiveChainId:k}=function(){const{chainId:e}=$l(),{onlyChainId:t,defaultChainId:n}=Tn(),[i,o]=W.useState(t),r=W.useMemo((()=>void 0!==i?[i]:Za(e)?void 0:Object.values(de).filter((e=>!!Number(e)))),[e,i]);return W.useEffect((()=>{const e=Number(sessionStorage.getItem(Wb));e&&o(e)}),[]),W.useEffect((()=>{!sessionStorage.getItem(Wb)&&n&&o(n)}),[n]),{activeChainId:i,filterChainIds:r,handleChangeActiveChainId:e=>{void 0===e?sessionStorage.removeItem(Wb):sessionStorage.setItem(Wb,String(e)),o(e)}}}(),[E,I]=W.useState(l||null),S=e=>{if(d){if(d(e))return}I(e)};return W.useEffect((()=>{I(l||null)}),[l]),Cn.jsxs(Tf,{sx:Object.assign({},m?{p:0}:{display:"flex",gap:12,flex:1}),ref:x,children:[Cn.jsxs(A,{value:v,onChange:(e,t)=>{j(t)},sx:m?{}:{display:"flex",flexDirection:"column",flex:1,overflow:"hidden",height:"max-content",maxHeight:"100%"},className:m?void 0:"gradient-card-border",children:[Cn.jsxs(i,{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?Cn.jsx(D,{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"}}):Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",fontWeight:600,typography:"h5",lineHeight:"25px",pb:16},children:[m?"":Cn.jsx(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",width:24,height:24,backgroundColor:T(g.palette.secondary.main,.3),borderRadius:6,mr:4,color:"primary.main"},children:Cn.jsx(i,{component:Mn.Fee,sx:{width:16,height:16}})}),Cn.jsx(e,{id:"OBdohg",message:"Add Liquidity"})]}),Cn.jsx(Vb,{})]}),Cn.jsx(Jb,{value:Zb.addLiquidity,sx:{display:"flex",flexDirection:"column",overflow:"hidden"},children:Cn.jsx(qb,{account:y,filterChainIds:w,scrollParentRef:null!=o?o:x,activeChainId:C,handleChangeActiveChainId:k,operatePool:E,setOperatePool:S,tokenAndPoolFilter:r,getMigrationPairAndMining:c})}),Cn.jsx(Jb,{value:Zb.myLiquidity,children:Cn.jsx(Kb,{account:y,filterChainIds:w,activeChainId:C,handleChangeActiveChainId:k,operatePool:E,setOperatePool:S,tokenAndPoolFilter:r,getMigrationPairAndMining:c})}),Cn.jsx(Jb,{value:Zb.myCreated,children:Cn.jsx(Yb,{account:y,filterChainIds:w,activeChainId:C,handleChangeActiveChainId:k,operatePool:E,setOperatePool:S})}),!f&&Cn.jsx(If,{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})})]}),E&&Cn.jsx(i,{sx:{position:"relative",width:m?"100%":375},children:"AMMV3"===(null===(u=null==E?void 0:E.pool)||void 0===u?void 0:u.type)&&E.pool.chainId?v===Zb.myLiquidity&&(null===(h=null===(p=E.pool.liquidityPositions)||void 0===p?void 0:p[0])||void 0===h?void 0:h.tokenId)?Cn.jsx(dv,{baseToken:E.pool.baseToken,quoteToken:E.pool.quoteToken,feeAmount:Number(E.pool.lpFeeRate),tokenId:E.pool.liquidityPositions[0].tokenId,chainId:E.pool.chainId,onClose:()=>S(null)}):Cn.jsx(pv,{chainId:E.pool.chainId,baseToken:E.pool.baseToken,quoteToken:E.pool.quoteToken,feeAmount:Number(E.pool.lpFeeRate),onClose:()=>S(null),handleGoToAddLiquidityV3:e=>{Af.getState().push({type:Ef.createPoolAMMV3,params:e})}}):Cn.jsx(Cn.Fragment,{children:null!=s?s:Cn.jsx(Cn.Fragment,{children:m?Cn.jsx(mb,{account:y,onClose:()=>S(null),modal:m,...E}):Cn.jsx(hb,{account:y,onClose:()=>S(null),...E,sx:{width:375,height:"max-content",backgroundColor:"background.paper",borderRadius:16,overflow:"hidden"}})})})})]})}function tj({sx:e,onClick:t}){const n=a();return Cn.jsx(r,{onClick:()=>{t?t():Af.getState().back()},sx:ne({display:"inline-flex",alignItems:"center",cursor:"pointer"},e),children:Cn.jsx(i,{sx:{color:n.palette.text.secondary,width:40,height:40,display:"flex",alignItems:"center",justifyContent:"center",borderColor:n.palette.border.main,borderStyle:"solid",borderWidth:1,borderRadius:8,backgroundColor:n.palette.background.paper},children:Cn.jsx(Mn.ArrowBack,{})})})}var nj,ij,oj,rj,aj,sj,lj,dj,cj,uj,pj,hj,mj;function gj(){return gj=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},gj.apply(null,arguments)}const fj=e=>H.createElement("svg",gj({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),nj||(nj=H.createElement("rect",{x:28.5,y:214,width:40,height:6,fill:"url(#paint0_linear_5229_28889)"})),ij||(ij=H.createElement("rect",{x:88.5,y:208,width:40,height:12,fill:"url(#paint1_linear_5229_28889)"})),oj||(oj=H.createElement("rect",{x:148.5,y:201,width:40,height:19,fill:"url(#paint2_linear_5229_28889)"})),rj||(rj=H.createElement("rect",{x:208.5,y:188,width:40,height:32,fill:"url(#paint3_linear_5229_28889)"})),aj||(aj=H.createElement("rect",{x:268.5,y:170,width:40,height:50,fill:"url(#paint4_linear_5229_28889)"})),sj||(sj=H.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint5_linear_5229_28889)"})),lj||(lj=H.createElement("rect",{width:40,height:6,transform:"matrix(-1 0 0 1 708.5 214)",fill:"url(#paint6_linear_5229_28889)"})),dj||(dj=H.createElement("rect",{width:40,height:12,transform:"matrix(-1 0 0 1 648.5 208)",fill:"url(#paint7_linear_5229_28889)"})),cj||(cj=H.createElement("rect",{width:40,height:19,transform:"matrix(-1 0 0 1 588.5 201)",fill:"url(#paint8_linear_5229_28889)"})),uj||(uj=H.createElement("rect",{width:40,height:32,transform:"matrix(-1 0 0 1 528.5 188)",fill:"url(#paint9_linear_5229_28889)"})),pj||(pj=H.createElement("rect",{width:40,height:50,transform:"matrix(-1 0 0 1 468.5 170)",fill:"url(#paint10_linear_5229_28889)"})),hj||(hj=H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint11_linear_5229_28889)"})),mj||(mj=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_5229_28889",x1:48.5,y1:214,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint1_linear_5229_28889",x1:108.5,y1:208,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint2_linear_5229_28889",x1:168.5,y1:201,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint3_linear_5229_28889",x1:228.5,y1:188,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint4_linear_5229_28889",x1:288.5,y1:170,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint5_linear_5229_28889",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint6_linear_5229_28889",x1:20,y1:0,x2:20,y2:6,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint7_linear_5229_28889",x1:20,y1:0,x2:20,y2:12,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint8_linear_5229_28889",x1:20,y1:0,x2:20,y2:19,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint9_linear_5229_28889",x1:20,y1:0,x2:20,y2:32,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint10_linear_5229_28889",x1:20,y1:0,x2:20,y2:50,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint11_linear_5229_28889",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})))));var xj,yj,vj,bj,jj,Cj,wj,kj,Tj,Ej,Aj,Ij,Sj;function Lj(){return Lj=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},Lj.apply(null,arguments)}const Oj=e=>H.createElement("svg",Lj({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),xj||(xj=H.createElement("rect",{x:28.5,y:214,width:40,height:6,fill:"url(#paint0_linear_3900_354238)"})),yj||(yj=H.createElement("rect",{x:88.5,y:208,width:40,height:12,fill:"url(#paint1_linear_3900_354238)"})),vj||(vj=H.createElement("rect",{x:148.5,y:201,width:40,height:19,fill:"url(#paint2_linear_3900_354238)"})),bj||(bj=H.createElement("rect",{x:208.5,y:188,width:40,height:32,fill:"url(#paint3_linear_3900_354238)"})),jj||(jj=H.createElement("rect",{x:268.5,y:170,width:40,height:50,fill:"url(#paint4_linear_3900_354238)"})),Cj||(Cj=H.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint5_linear_3900_354238)"})),wj||(wj=H.createElement("rect",{width:40,height:6,transform:"matrix(-1 0 0 1 708.5 214)",fill:"url(#paint6_linear_3900_354238)"})),kj||(kj=H.createElement("rect",{width:40,height:12,transform:"matrix(-1 0 0 1 648.5 208)",fill:"url(#paint7_linear_3900_354238)"})),Tj||(Tj=H.createElement("rect",{width:40,height:19,transform:"matrix(-1 0 0 1 588.5 201)",fill:"url(#paint8_linear_3900_354238)"})),Ej||(Ej=H.createElement("rect",{width:40,height:32,transform:"matrix(-1 0 0 1 528.5 188)",fill:"url(#paint9_linear_3900_354238)"})),Aj||(Aj=H.createElement("rect",{width:40,height:50,transform:"matrix(-1 0 0 1 468.5 170)",fill:"url(#paint10_linear_3900_354238)"})),Ij||(Ij=H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint11_linear_3900_354238)"})),Sj||(Sj=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_3900_354238",x1:48.5,y1:214,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint1_linear_3900_354238",x1:108.5,y1:208,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint2_linear_3900_354238",x1:168.5,y1:201,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint3_linear_3900_354238",x1:228.5,y1:188,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint4_linear_3900_354238",x1:288.5,y1:170,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint5_linear_3900_354238",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint6_linear_3900_354238",x1:20,y1:0,x2:20,y2:6,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint7_linear_3900_354238",x1:20,y1:0,x2:20,y2:12,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint8_linear_3900_354238",x1:20,y1:0,x2:20,y2:19,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint9_linear_3900_354238",x1:20,y1:0,x2:20,y2:32,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint10_linear_3900_354238",x1:20,y1:0,x2:20,y2:50,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint11_linear_3900_354238",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})))));var Rj,_j,Mj,Pj,Bj,Dj,Nj,Fj,qj,Uj,Vj,Hj,Wj,Zj;function $j(){return $j=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},$j.apply(null,arguments)}const zj=e=>H.createElement("svg",$j({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Rj||(Rj=H.createElement("g",{clipPath:"url(#clip0_5057_344879)"},H.createElement("rect",{x:-10.5,y:160,width:40,height:60,fill:"url(#paint0_linear_5057_344879)"}),H.createElement("rect",{x:49.5,y:120,width:40,height:100,fill:"url(#paint1_linear_5057_344879)"}),H.createElement("rect",{x:109.5,y:60,width:40,height:160,fill:"url(#paint2_linear_5057_344879)"}),H.createElement("rect",{x:169.5,width:40,height:220,fill:"url(#paint3_linear_5057_344879)"}),H.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 549.5 200)",fill:"url(#paint4_linear_5057_344879)"}),H.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 489.5 180)",fill:"url(#paint5_linear_5057_344879)"}),H.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 429.5 160)",fill:"url(#paint6_linear_5057_344879)"}),H.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 369.5 120)",fill:"url(#paint7_linear_5057_344879)"}),H.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 309.5 60)",fill:"url(#paint8_linear_5057_344879)"}),H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 249.5 0)",fill:"url(#paint9_linear_5057_344879)"}))),_j||(_j=H.createElement("rect",{x:28.5,y:200,width:40,height:20,fill:"url(#paint10_linear_5057_344879)"})),Mj||(Mj=H.createElement("rect",{x:88.5,y:180,width:40,height:40,fill:"url(#paint11_linear_5057_344879)"})),Pj||(Pj=H.createElement("rect",{x:148.5,y:160,width:40,height:60,fill:"url(#paint12_linear_5057_344879)"})),Bj||(Bj=H.createElement("rect",{x:208.5,y:120,width:40,height:100,fill:"url(#paint13_linear_5057_344879)"})),Dj||(Dj=H.createElement("rect",{x:268.5,y:60,width:40,height:160,fill:"url(#paint14_linear_5057_344879)"})),Nj||(Nj=H.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint15_linear_5057_344879)"})),Fj||(Fj=H.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint16_linear_5057_344879)"})),qj||(qj=H.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint17_linear_5057_344879)"})),Uj||(Uj=H.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint18_linear_5057_344879)"})),Vj||(Vj=H.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint19_linear_5057_344879)"})),Hj||(Hj=H.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint20_linear_5057_344879)"})),Wj||(Wj=H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint21_linear_5057_344879)"})),Zj||(Zj=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_5057_344879",x1:9.5,y1:160,x2:9.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint1_linear_5057_344879",x1:69.5,y1:120,x2:69.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint2_linear_5057_344879",x1:129.5,y1:60,x2:129.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint3_linear_5057_344879",x1:189.5,y1:0,x2:189.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint4_linear_5057_344879",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint5_linear_5057_344879",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint6_linear_5057_344879",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint7_linear_5057_344879",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint8_linear_5057_344879",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint9_linear_5057_344879",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint10_linear_5057_344879",x1:48.5,y1:200,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint11_linear_5057_344879",x1:108.5,y1:180,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint12_linear_5057_344879",x1:168.5,y1:160,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint13_linear_5057_344879",x1:228.5,y1:120,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint14_linear_5057_344879",x1:288.5,y1:60,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint15_linear_5057_344879",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint16_linear_5057_344879",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint17_linear_5057_344879",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint18_linear_5057_344879",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint19_linear_5057_344879",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint20_linear_5057_344879",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint21_linear_5057_344879",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("clipPath",{id:"clip0_5057_344879"},H.createElement("rect",{width:737,height:220,fill:"white"})))));var Gj,Yj,Qj,Xj,Kj,Jj,eC,tC,nC,iC,oC,rC,aC,sC;function lC(){return lC=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},lC.apply(null,arguments)}const dC=e=>H.createElement("svg",lC({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Gj||(Gj=H.createElement("g",{clipPath:"url(#clip0_5057_344817)"},H.createElement("rect",{x:-10.5,y:160,width:40,height:60,fill:"url(#paint0_linear_5057_344817)"}),H.createElement("rect",{x:49.5,y:120,width:40,height:100,fill:"url(#paint1_linear_5057_344817)"}),H.createElement("rect",{x:109.5,y:60,width:40,height:160,fill:"url(#paint2_linear_5057_344817)"}),H.createElement("rect",{x:169.5,width:40,height:220,fill:"url(#paint3_linear_5057_344817)"}),H.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 549.5 200)",fill:"url(#paint4_linear_5057_344817)"}),H.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 489.5 180)",fill:"url(#paint5_linear_5057_344817)"}),H.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 429.5 160)",fill:"url(#paint6_linear_5057_344817)"}),H.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 369.5 120)",fill:"url(#paint7_linear_5057_344817)"}),H.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 309.5 60)",fill:"url(#paint8_linear_5057_344817)"}),H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 249.5 0)",fill:"url(#paint9_linear_5057_344817)"}))),Yj||(Yj=H.createElement("rect",{x:28.5,y:200,width:40,height:20,fill:"url(#paint10_linear_5057_344817)"})),Qj||(Qj=H.createElement("rect",{x:88.5,y:180,width:40,height:40,fill:"url(#paint11_linear_5057_344817)"})),Xj||(Xj=H.createElement("rect",{x:148.5,y:160,width:40,height:60,fill:"url(#paint12_linear_5057_344817)"})),Kj||(Kj=H.createElement("rect",{x:208.5,y:120,width:40,height:100,fill:"url(#paint13_linear_5057_344817)"})),Jj||(Jj=H.createElement("rect",{x:268.5,y:60,width:40,height:160,fill:"url(#paint14_linear_5057_344817)"})),eC||(eC=H.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint15_linear_5057_344817)"})),tC||(tC=H.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint16_linear_5057_344817)"})),nC||(nC=H.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint17_linear_5057_344817)"})),iC||(iC=H.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint18_linear_5057_344817)"})),oC||(oC=H.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint19_linear_5057_344817)"})),rC||(rC=H.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint20_linear_5057_344817)"})),aC||(aC=H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint21_linear_5057_344817)"})),sC||(sC=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_5057_344817",x1:9.5,y1:160,x2:9.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint1_linear_5057_344817",x1:69.5,y1:120,x2:69.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint2_linear_5057_344817",x1:129.5,y1:60,x2:129.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint3_linear_5057_344817",x1:189.5,y1:0,x2:189.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint4_linear_5057_344817",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint5_linear_5057_344817",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint6_linear_5057_344817",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint7_linear_5057_344817",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint8_linear_5057_344817",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint9_linear_5057_344817",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint10_linear_5057_344817",x1:48.5,y1:200,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint11_linear_5057_344817",x1:108.5,y1:180,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint12_linear_5057_344817",x1:168.5,y1:160,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint13_linear_5057_344817",x1:228.5,y1:120,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint14_linear_5057_344817",x1:288.5,y1:60,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint15_linear_5057_344817",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint16_linear_5057_344817",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint17_linear_5057_344817",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint18_linear_5057_344817",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint19_linear_5057_344817",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint20_linear_5057_344817",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint21_linear_5057_344817",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("clipPath",{id:"clip0_5057_344817"},H.createElement("rect",{width:737,height:220,fill:"white"})))));var cC,uC,pC,hC,mC,gC,fC,xC,yC,vC,bC,jC,CC;function wC(){return wC=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},wC.apply(null,arguments)}const kC=e=>H.createElement("svg",wC({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),cC||(cC=H.createElement("rect",{x:28.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),uC||(uC=H.createElement("rect",{x:88.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),pC||(pC=H.createElement("rect",{x:148.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),hC||(hC=H.createElement("rect",{x:208.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),mC||(mC=H.createElement("rect",{x:268.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),gC||(gC=H.createElement("rect",{x:328.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),fC||(fC=H.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint0_linear_5229_28865)"})),xC||(xC=H.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint1_linear_5229_28865)"})),yC||(yC=H.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint2_linear_5229_28865)"})),vC||(vC=H.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint3_linear_5229_28865)"})),bC||(bC=H.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint4_linear_5229_28865)"})),jC||(jC=H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint5_linear_5229_28865)"})),CC||(CC=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_5229_28865",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint1_linear_5229_28865",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint2_linear_5229_28865",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint3_linear_5229_28865",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint4_linear_5229_28865",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint5_linear_5229_28865",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})))));var TC,EC,AC,IC,SC,LC,OC,RC,_C,MC,PC,BC,DC;function NC(){return NC=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},NC.apply(null,arguments)}const FC=e=>H.createElement("svg",NC({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),TC||(TC=H.createElement("rect",{x:28.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),EC||(EC=H.createElement("rect",{x:88.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),AC||(AC=H.createElement("rect",{x:148.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),IC||(IC=H.createElement("rect",{x:208.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),SC||(SC=H.createElement("rect",{x:268.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),LC||(LC=H.createElement("rect",{x:328.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),OC||(OC=H.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint0_linear_3900_354262)"})),RC||(RC=H.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint1_linear_3900_354262)"})),_C||(_C=H.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint2_linear_3900_354262)"})),MC||(MC=H.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint3_linear_3900_354262)"})),PC||(PC=H.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint4_linear_3900_354262)"})),BC||(BC=H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint5_linear_3900_354262)"})),DC||(DC=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_3900_354262",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint1_linear_3900_354262",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint2_linear_3900_354262",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint3_linear_3900_354262",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint4_linear_3900_354262",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint5_linear_3900_354262",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})))));var qC,UC,VC,HC,WC,ZC,$C,zC,GC,YC,QC,XC,KC;function JC(){return JC=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},JC.apply(null,arguments)}const ew=e=>H.createElement("svg",JC({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),qC||(qC=H.createElement("rect",{x:28.5,y:200,width:40,height:20,fill:"url(#paint0_linear_5229_28987)"})),UC||(UC=H.createElement("rect",{x:88.5,y:180,width:40,height:40,fill:"url(#paint1_linear_5229_28987)"})),VC||(VC=H.createElement("rect",{x:148.5,y:160,width:40,height:60,fill:"url(#paint2_linear_5229_28987)"})),HC||(HC=H.createElement("rect",{x:208.5,y:120,width:40,height:100,fill:"url(#paint3_linear_5229_28987)"})),WC||(WC=H.createElement("rect",{x:268.5,y:60,width:40,height:160,fill:"url(#paint4_linear_5229_28987)"})),ZC||(ZC=H.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint5_linear_5229_28987)"})),$C||($C=H.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint6_linear_5229_28987)"})),zC||(zC=H.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint7_linear_5229_28987)"})),GC||(GC=H.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint8_linear_5229_28987)"})),YC||(YC=H.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint9_linear_5229_28987)"})),QC||(QC=H.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint10_linear_5229_28987)"})),XC||(XC=H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint11_linear_5229_28987)"})),KC||(KC=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_5229_28987",x1:48.5,y1:200,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint1_linear_5229_28987",x1:108.5,y1:180,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint2_linear_5229_28987",x1:168.5,y1:160,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint3_linear_5229_28987",x1:228.5,y1:120,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint4_linear_5229_28987",x1:288.5,y1:60,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint5_linear_5229_28987",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint6_linear_5229_28987",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint7_linear_5229_28987",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint8_linear_5229_28987",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint9_linear_5229_28987",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint10_linear_5229_28987",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint11_linear_5229_28987",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})))));var tw,nw,iw,ow,rw,aw,sw,lw,dw,cw,uw,pw,hw;function mw(){return mw=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},mw.apply(null,arguments)}const gw=e=>H.createElement("svg",mw({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),tw||(tw=H.createElement("rect",{x:28.5,y:200,width:40,height:20,fill:"url(#paint0_linear_4437_25449)"})),nw||(nw=H.createElement("rect",{x:88.5,y:180,width:40,height:40,fill:"url(#paint1_linear_4437_25449)"})),iw||(iw=H.createElement("rect",{x:148.5,y:160,width:40,height:60,fill:"url(#paint2_linear_4437_25449)"})),ow||(ow=H.createElement("rect",{x:208.5,y:120,width:40,height:100,fill:"url(#paint3_linear_4437_25449)"})),rw||(rw=H.createElement("rect",{x:268.5,y:60,width:40,height:160,fill:"url(#paint4_linear_4437_25449)"})),aw||(aw=H.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint5_linear_4437_25449)"})),sw||(sw=H.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint6_linear_4437_25449)"})),lw||(lw=H.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint7_linear_4437_25449)"})),dw||(dw=H.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint8_linear_4437_25449)"})),cw||(cw=H.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint9_linear_4437_25449)"})),uw||(uw=H.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint10_linear_4437_25449)"})),pw||(pw=H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint11_linear_4437_25449)"})),hw||(hw=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_4437_25449",x1:48.5,y1:200,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint1_linear_4437_25449",x1:108.5,y1:180,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint2_linear_4437_25449",x1:168.5,y1:160,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint3_linear_4437_25449",x1:228.5,y1:120,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint4_linear_4437_25449",x1:288.5,y1:60,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint5_linear_4437_25449",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint6_linear_4437_25449",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint7_linear_4437_25449",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint8_linear_4437_25449",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint9_linear_4437_25449",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint10_linear_4437_25449",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint11_linear_4437_25449",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})))));var fw,xw;function yw(){const e="https://docs.dodoex.io/product/tutorial/how-to-create-pools#learn-more-about-the-characteristics-of-different-pool-models",t=[{version:xw.standard,title:le._({id:"TJBHlP",message:"Standard"}),description:le._({id:"QNrpkx",message:"Classical AMM-like pool. Suitable for most assets."}),exampleImgUrl:gw,exampleDarkImgUrl:ew,docUrl:e,initPriceLabel:le._({id:"d2CZvA",message:"Initial Price"}),initPriceTips:le._({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:xw.pegged,title:le._({id:"J7M/DA",message:"Pegged"}),description:le._({id:"RvYEUJ",message:"Suitable for synthetic assets. The liquidity is super concentrated at some price like Curve Finance."}),exampleImgUrl:Oj,exampleDarkImgUrl:fj,docUrl:e,initPriceLabel:le._({id:"4ogEAw",message:"Pegged Exchange Rate"}),initPriceTips:le._({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:xw.singleToken,title:le._({id:"34w3mT",message:"Single-Token"}),description:le._({id:"a1AzKr",message:"For those who are looking to sell tokens and only need ask-side liquidity."}),exampleImgUrl:FC,exampleDarkImgUrl:kC,docUrl:e,initPriceLabel:le._({id:"d2CZvA",message:"Initial Price"}),initPriceTips:le._({id:"HGf8fG",message:"You can set the minimum selling price for single-token pools."})},{version:xw.marketMakerPool,title:le._({id:"4vKwIV",message:"Private Pool"}),description:le._({id:"pKjCsP",message:"100% use your own funds and enjoy the maximum degree of flexibility."}),exampleImgUrl:dC,exampleDarkImgUrl:zj,docUrl:e,initPriceLabel:le._({id:"CeLrge",message:"Mid Price"}),initPriceTips:le._({id:"GGPOuT",message:"set current mid price"})}],n=t.reduce(((e,t)=>(e[t.version]=t,e)),{});return{versionList:t,versionMap:n,subPeggedVersionList:vw()}}function vw(){return[{version:fw.DSP,title:le._({id:"D1bhHv",message:"The pool’s market-making price is fixed"}),description:le._({id:"lgE483",message:"Once created, the price cannot be changed. This option applies to assets like ETH-WETH."})},{version:fw.GSP,title:le._({id:"LVzIav",message:"The pool’s market-making price can be adjusted"}),description:le._({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 bw(){return vw().reduce(((e,t)=>(e[t.version]=t,e)),{})}!function(e){e.DSP="dsp",e.GSP="gsp"}(fw||(fw={})),function(e){e.standard="standard",e.singleToken="single-token",e.pegged="pagged",e.marketMakerPool="market-maker-pool"}(xw||(xw={}));const jw="0.3",Cw=.01,ww=10,kw="1",Tw="0.0000000000001",Ew=1e8,Aw="1",Iw="0.0001",Sw="0.1",Lw=8;function Ow({selectedVersion:e,quoteToken:t,initPrice:n,midPrice:i}){return e===xw.standard?!i||i.isZero()?null:ms({input:i,decimals:t.decimals}):ms({input:n,decimals:t.decimals})}function Rw({initPrice:e}){const t=new Se(e);if(!t.isFinite()||t.lte(0))return{base:null,quote:null};const n=new Se(1),i=n.dividedBy(n.plus(t)).dp(Lw,Se.ROUND_DOWN);return{base:i,quote:n.minus(i).dp(Lw,Se.ROUND_DOWN)}}function _w({chainId:e,baseToken:t,quoteToken:n}){const i=ve[e];return!(!t||!n)&&(!(!Bl(t.address,i.address)||!Bl(n.address,i.wrappedTokenAddress))||!(!Bl(t.address,i.wrappedTokenAddress)||!Bl(n.address,i.address)))}function Mw({title:e,children:t,isWaiting:n}){const o=a();return Cn.jsxs(i,{sx:{padding:16,borderRadius:8,backgroundColor:o.palette.background.paper,flexGrow:1,flexBasis:"100%"},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",gap:8,typography:"h5"},children:n?"-":t}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:500,color:o.palette.text.secondary,mt:8},children:e})]})}function Pw({status:t,selectedVersion:n,baseToken:o,quoteToken:r,initPrice:a,slippageCoefficient:s,midPrice:l,sx:d}){var c;const{versionMap:u}=yw(),p="waiting"===t,{initPriceLabel:h}=u[n];return o&&r?Cn.jsx(Cn.Fragment,{children:Cn.jsxs(i,{sx:Object.assign({mt:0,display:"flex",alignItems:"stretch",gap:12,opacity:p?.5:1},d),children:[Cn.jsxs(Mw,{title:Cn.jsx(e,{id:"fSFt4a",message:"Token Pair"}),isWaiting:p,children:[Cn.jsx(Gm,{width:24,height:24,tokens:[o,r]}),o.symbol,"-",r.symbol]}),Cn.jsx(Mw,{title:Cn.jsx(e,{id:"sjn3tj",message:"Slippage Coefficient"}),isWaiting:p,children:s}),Cn.jsxs(Mw,{title:h,isWaiting:p,children:["1 ",o.symbol," = ",null!==(c=Ow({midPrice:l,quoteToken:r,selectedVersion:n,initPrice:a}))&&void 0!==c?c:"-"," ",r.symbol]})]})}):null}var Bw,Dw;function Nw(){return Nw=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},Nw.apply(null,arguments)}const Fw=e=>H.createElement("svg",Nw({width:54,height:32,viewBox:"0 0 54 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Bw||(Bw=H.createElement("g",{clipPath:"url(#clip0_5251_29079)"},H.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)"}),H.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"}),H.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)"}),H.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"}))),Dw||(Dw=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_5251_29079",x1:54.0001,y1:5.72231,x2:54.0001,y2:31.0514,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EC5A7D",stopOpacity:.3}),H.createElement("stop",{offset:1,stopColor:"#EC5A7D",stopOpacity:0})),H.createElement("linearGradient",{id:"paint1_linear_5251_29079",x1:-10303e-8,y1:5.72231,x2:-10372e-8,y2:31.0514,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#2FBA90",stopOpacity:.3}),H.createElement("stop",{offset:1,stopColor:"#2FBA90",stopOpacity:0})),H.createElement("clipPath",{id:"clip0_5251_29079"},H.createElement("rect",{width:54,height:32,fill:"white"})))));var qw,Uw;function Vw(){return Vw=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},Vw.apply(null,arguments)}const Hw=e=>H.createElement("svg",Vw({width:54,height:32,viewBox:"0 0 54 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),qw||(qw=H.createElement("g",{clipPath:"url(#clip0_5251_28999)"},H.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)"}),H.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"}),H.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)"}),H.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"}))),Uw||(Uw=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_5251_28999",x1:54.0001,y1:5.72231,x2:54.0001,y2:31.0514,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FF6187",stopOpacity:.3}),H.createElement("stop",{offset:1,stopColor:"#FF6187",stopOpacity:0})),H.createElement("linearGradient",{id:"paint1_linear_5251_28999",x1:-10303e-8,y1:5.72231,x2:-10372e-8,y2:31.0514,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#55F9C7",stopOpacity:.3}),H.createElement("stop",{offset:1,stopColor:"#55F9C7",stopOpacity:0})),H.createElement("clipPath",{id:"clip0_5251_28999"},H.createElement("rect",{width:54,height:32,fill:"white"})))));function Ww({height:e,text:t}){return Cn.jsx(An,{sx:{display:"flex",justifyContent:"center",alignItems:"center",flexDirection:"column",height:e||261},emptyText:t||le._({id:"uiuMDr",message:"Enter parameters to view the yield curve"})})}const Zw=W.lazy((()=>import("./index-BQdjGaB6.js"))),$w=W.lazy((()=>import("./index-CZBjXaTH.js")));var zw,Gw;function Yw({baseToken:t,quoteToken:n,pmmParams:o,pmmModel:r,midPrice:s}){var l,d;const c=a(),{isMobile:u}=ld(),[p,h]=W.useState(zw.depth),m=W.useRef(null),[g,f]=W.useState(0),x=null!==(l=null==t?void 0:t.symbol)&&void 0!==l?l:"",y=null!==(d=null==n?void 0:n.symbol)&&void 0!==d?d:"";W.useEffect((()=>{const e=()=>{m&&m.current&&f(m.current.offsetWidth)};return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[m,s]);const v=p===zw.depth;if(!s||s.isNaN())return Cn.jsx(Ww,{height:u?261:v?665:494});const b=c.palette.success.main,j=c.palette.error.main,C=[{key:zw.liquidity,value:le._({id:"6y2TB3",message:"Liquidity"})},{key:zw.depth,value:le._({id:"n25Lml",message:"Depth"})}];return Cn.jsxs(i,{ref:m,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:[Cn.jsxs(A,{value:p,onChange:(e,t)=>{h(t)},children:[Cn.jsx(F,{tabs:C,variant:"tag",tabsListSx:{ml:"auto"}}),Cn.jsx(i,{sx:Object.assign({typography:"h6",mt:8,mb:14,color:"text.secondary"},u?{transform:"scale(0.66667)",transformOrigin:"top left"}:{}),children:Cn.jsx(e,{id:"tyGEMJ",message:"Amounts"})}),Cn.jsx(L,{value:zw.depth,children:g&&Cn.jsx(W.Suspense,{children:Cn.jsx(Zw,{width:g,height:u?261:364,chartId:"create-pool-depth-chart",baseTokenSymbol:x,quoteTokenSymbol:y,pmmModel:r,pmmParams:o,midPrice:s,colorMap:{grid:"light"===c.palette.mode?"#E4E4E4":void 0,midPriceLine:"light"===c.palette.mode?"#E4E4E4":void 0,leftBg:[0,T(b,.04),1,T(b,.3)],leftLine:b,rightBg:[0,T(j,.04),1,T(j,.3)],rightLine:j,tooltipBg:c.palette.background.paperContrast,tooltipColor:c.palette.text.primary},notShowAmountInput:u})})}),Cn.jsx(L,{value:zw.liquidity,children:Cn.jsx(W.Suspense,{children:Cn.jsx($w,{width:g,height:u?261:364,baseTokenSymbol:x,quoteTokenSymbol:y,pmmModel:r,pmmParams:o,midPrice:s,notShowTipText:!0,colorMap:{grid:"light"===c.palette.mode?"#E4E4E4":void 0,midPriceLine:"light"===c.palette.mode?"#E4E4E4":void 0,leftBg:[0,T(b,.04),1,T(b,.3)],leftLine:b,rightBg:[0,T(j,.04),1,T(j,.3)],rightLine:j,tooltipBg:c.palette.background.paperContrast,tooltipColor:c.palette.text.primary,textColor:c.palette.text.secondary}})})})]}),Cn.jsx(i,{sx:Object.assign({typography:"h6",mt:6,color:"text.secondary"},u?{transform:"scale(0.66667)",transformOrigin:"top left"}:{}),children:Cn.jsx(e,{id:"DZULmp",message:"Swap Rate"})}),v?"":Cn.jsxs(i,{sx:{typography:"h6",mt:24,color:"text.secondary",textAlign:"center"},children:["* ",le._({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:x}})]})]})}!function(e){e[e.liquidity=1]="liquidity",e[e.depth=2]="depth"}(zw||(zw={})),function(e){e[e.standard=1]="standard",e[e.singleToken=2]="singleToken",e[e.pagged=3]="pagged",e[e.marketMaker=4]="marketMaker"}(Gw||(Gw={}));const Qw=({selectedVersion:e,baseAmount:t,quoteAmount:n,initPrice:i,slippageCoefficient:o})=>{const r=Z((()=>{const r=[xw.standard,xw.singleToken].includes(e),a=e===xw.singleToken;if(!t||!a&&!n)return;const s=Number(i),l=Number(t),d=Number(n),c=Number(o);return{i:s,k:c,b:l,b0:l,q:d,q0:0!==c&&r?0:d,R:0!==c&&r?1:0}}),[t,i,n,e,o]),a=Z((()=>{if(r)return Ee(r)}),[r]),s=Z((()=>{if(a)return a.getMidPrice()}),[a]);return{pmmParams:r,pmmModel:a,midPrice:s}};function Xw({selectedVersion:e,baseToken:t,quoteToken:n,initPrice:o,slippageCoefficient:r,baseAmount:s,quoteAmount:l}){const c=a(),{isMobile:u}=ld(),[p,h]=W.useState(!1),{pmmParams:m,pmmModel:g,midPrice:x}=Qw({selectedVersion:e,baseAmount:s,quoteAmount:l,initPrice:o,slippageCoefficient:r});if(!u)return null;const y=le._({id:"FQfStS",message:"Emulator"}),v=le._({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 Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{sx:{mx:20,mb:8},children:Cn.jsxs(i,{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:d,onClick:()=>h(!0),children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",color:c.palette.text.secondary,typography:"body1",fontWeight:600},children:[y,Cn.jsx(f,{title:v,ml:4,sx:{width:14,height:14}})]}),!x||x.isNaN()?Cn.jsx(i,{sx:{py:5,typography:"body1"},children:"-"}):"light"===c.palette.mode?Cn.jsx(Fw,{width:"52",height:"32"}):Cn.jsx(Hw,{width:"52",height:"32"})]})}),Cn.jsx(uc,{open:p,onClose:()=>h(!1),modal:!0,title:Cn.jsxs(i,{children:[y,Cn.jsx(f,{title:v,ml:4})]}),children:Cn.jsx(i,{sx:{px:28,pb:20,maxHeight:"calc(80vh - 134px)",overflowY:"auto",overflowX:"hidden"},children:Cn.jsx(Yw,{baseToken:t,quoteToken:n,pmmParams:m,pmmModel:g,midPrice:x})})})]})}function Kw({color:e,backgroundColor:t,tagKey:n}){return Cn.jsx(i,{sx:{ml:8,px:8,py:2,borderRadius:4,backgroundColor:t,color:e,typography:"h6",fontWeight:500},children:n})}function Jw({isWaiting:t,feeRate:n}){const o=a();return Cn.jsxs(i,{sx:{padding:16,borderRadius:8,backgroundColor:o.palette.background.paper,width:"50%",opacity:t?.5:1},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",typography:"h5",fontWeight:600},children:t?"-":Cn.jsxs(Cn.Fragment,{children:[n||"-","%",n===jw&&Cn.jsx(Kw,{tagKey:le._({id:"/+c6tU",message:"99% Default"}),color:o.palette.purple.main,backgroundColor:T(o.palette.purple.main,.1)})]})}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:500,color:o.palette.text.secondary,mt:8},children:Cn.jsx(e,{id:"Y7rVy0",message:"Fee Rate"})})]})}function ek({isWaiting:t,selectedVersion:n,baseToken:o,quoteToken:r,initPrice:s,slippageCoefficient:l,baseAmount:d,quoteAmount:c,peggedBaseTokenRatio:u,peggedQuoteTokenRatio:p}){const h=a(),{pmmParams:m,pmmModel:g,midPrice:f}=Qw({selectedVersion:n,baseAmount:d,quoteAmount:c,initPrice:s,slippageCoefficient:l});return Cn.jsxs(Cn.Fragment,{children:[!t&&Cn.jsx(Yw,{baseToken:o,quoteToken:r,pmmParams:m,pmmModel:g,midPrice:f}),Cn.jsxs(i,{sx:{mt:t?0:20,padding:16,borderRadius:8,backgroundColor:h.palette.background.paper,width:"50%",opacity:t?.5:1},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",typography:"h5",fontWeight:600},children:t?"-":Cn.jsxs(Cn.Fragment,{children:[u,"% ",null==o?void 0:o.symbol," : ",p,"% ",null==r?void 0:r.symbol]})}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:500,color:h.palette.text.secondary,mt:8},children:Cn.jsx(e,{id:"eK0eiF",message:"Initial asset ratio"})})]})]})}function tk({title:e,children:t,isWaiting:n}){const o=a();return Cn.jsxs(i,{sx:{padding:16,borderRadius:8,backgroundColor:o.palette.background.paper,flexGrow:1,flexBasis:"100%"},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",gap:8,typography:"h5"},children:n?"-":t}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:500,color:o.palette.text.secondary,mt:8},children:e})]})}function nk({status:e,selectedVersion:t,baseToken:n,quoteToken:o,initPrice:r,slippageCoefficient:a,baseAmount:s,quoteAmount:l}){var d;const{pmmParams:c,pmmModel:u,midPrice:p}=Qw({selectedVersion:t,baseAmount:s,quoteAmount:l,initPrice:r,slippageCoefficient:a}),{versionMap:h}=yw(),m="waiting"===e,{initPriceLabel:g}=h[t];return Cn.jsxs(Cn.Fragment,{children:["running"===e&&Cn.jsx(Yw,{baseToken:n,quoteToken:o,pmmParams:c,pmmModel:u,midPrice:p}),Cn.jsxs(i,{sx:{mt:20,display:"flex",alignItems:"stretch",gap:12,opacity:m?.5:1},children:[Cn.jsx(tk,{title:le._({id:"fSFt4a",message:"Token Pair"}),isWaiting:m,children:n&&o?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Gm,{width:24,tokens:[n,o],chainId:n.chainId}),n.symbol,"-",o.symbol]}):""}),Cn.jsx(tk,{title:g,isWaiting:m,children:n&&o?Cn.jsxs(Cn.Fragment,{children:["1 ",n.symbol,"=",null!==(d=Ow({midPrice:p,quoteToken:o,selectedVersion:t,initPrice:r}))&&void 0!==d?d:"-"," ",o.symbol]}):""}),Cn.jsx(tk,{title:le._({id:"sjn3tj",message:"Slippage Coefficient"}),isWaiting:m,children:a})]})]})}function ik({isWaiting:t,selectedSubPeggedVersion:n}){var o,r;const s=a(),l=bw();return Cn.jsxs(i,{sx:{padding:16,borderRadius:8,backgroundColor:s.palette.background.paper,width:"50%",opacity:t?.5:1},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",typography:"h5",fontWeight:600},children:t?"-":n&&null!==(r=null===(o=l[n])||void 0===o?void 0:o.title)&&void 0!==r?r:"-"}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:500,color:s.palette.text.secondary,mt:8},children:Cn.jsx(e,{id:"XPiFIY",message:"Can the pool price be adjusted?"})})]})}function ok({index:e,titleKey:t,status:n}){const o=a(),{isMobile:r}=ld();return Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{sx:Object.assign({mt:28,mb:28,borderTopColor:"border.main",borderTopStyle:"solid",borderTopWidth:1},r?{mt:12,mb:12,display:1===e?"none":"block"}:{})}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",mb:20},children:[Cn.jsx(i,{sx:{display:"flex",width:"20px",height:"20px",justifyContent:"center",alignItems:"center",flexShrink:0,borderRadius:"50%",backgroundColor:"waiting"===n?o.palette.background.paperDarkContrast:o.palette.secondary.main,typography:"h6",fontWeight:600,textAlign:"center",color:"waiting"===n?o.palette.text.disabled:o.palette.secondary.contrastText},children:"completed"===n?Cn.jsx(Cn.Fragment,{children:Cn.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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}),Cn.jsx(i,{sx:{ml:8,typography:"body1",fontWeight:600,color:"waiting"===n?o.palette.text.disabled:o.palette.text.primary},children:t})]})]})}function rk({currentStep:e,isPeggedVersion:t}){const n=a(),{isMobile:o}=ld();let r="",s="",l="";switch(e){case 0:r=le._({id:"hdIg7i",message:"Select Pool Version"}),l=le._({id:"fw3eYd",message:"ZUNO provides a variety of pool versions to suit your needs."});break;case 1:r=le._({id:"lsg9Mi",message:"Parameter Settings"});break;case 2:t?r=le._({id:"6lss/t",message:"Pricing Model"}):(r=le._({id:"Y7rVy0",message:"Fee Rate"}),s=le._({id:"2vjOqX",message:"Pools with lower transaction fees will attract more traders."}));break;case 3:if(!t)throw new Error("type is error");r=le._({id:"Y7rVy0",message:"Fee Rate"}),s=le._({id:"2vjOqX",message:"Pools with lower transaction fees will attract more traders."});break;case 4:if(!t)throw new Error("type is error");r=le._({id:"3ggd2j",message:"Asset ratio within the pool"});break;default:throw new Error(`Invalid Step ${e}`)}return Cn.jsxs(i,{sx:Object.assign({position:"sticky",top:0,py:20,px:20,backgroundColor:n.palette.background.paper,zIndex:1},o?{}:{position:"static",borderTopLeftRadius:16,borderTopRightRadius:16}),children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(i,{sx:{typography:"h5",color:n.palette.text.primary,fontWeight:600},children:r}),s&&Cn.jsx(f,{title:s,sx:{width:16,height:16}}),Cn.jsx(i,{sx:{marginLeft:"auto",display:"flex",alignItems:"center",gap:12},children:(t?[0,1,2,3,4]:[0,1,2]).map((t=>Cn.jsx(i,{sx:{width:12,height:12,borderRadius:12,background:e>=t?n.palette.secondary.main:T(n.palette.primary.main,.1)}},t)))})]}),l&&Cn.jsx(i,{sx:{mt:8,typography:"body2",color:n.palette.text.secondary},children:l})]})}function ak({versionItem:t,status:n}){const o=a(),{noDocumentLink:r}=Tn(),s="light"===o.palette.mode;return"completed"===n?Cn.jsxs(i,{sx:{backgroundColor:o.palette.background.paper,borderRadius:8,width:"50%",padding:16},children:[Cn.jsx(i,{sx:{typography:"h5",fontWeight:600,color:o.palette.text.primary},children:t.title}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:500,mt:8,color:o.palette.text.secondary},children:t.description})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(i,{sx:{typography:"h4",fontWeight:600},children:t.title}),!r&&Cn.jsxs(i,{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:t.docUrl,target:"_blank",rel:"noreferrer",children:[Cn.jsx(e,{id:"TGi+jm",message:"Doc"}),Cn.jsx("svg",{width:"14",height:"15",viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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"})})]})]}),Cn.jsx(i,{sx:{position:"relative",width:"100%",minHeight:220},children:Cn.jsx(i,{component:s?t.exampleImgUrl:t.exampleDarkImgUrl,sx:{marginTop:20,width:"100%"}})})]})}function sk({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 lk(){const{account:e,chainId:t}=$l(),n=Af((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}=ds(),a=sk({side:"from",needFindToken:n,tokenList:r,chainId:e}),s=We(Object.assign({},ja.getFetchTokenQuery(o?void 0:e,null==n?void 0:n.address,t))),l=We(Object.assign({},ja.getFetchTokenQuery(o?void 0:e,null==i?void 0:i.address,t)));let d=null,c=!1;d=a.defaultToken,s.data&&(d=s.data,c=s.isLoading);let u=null,p=!1;return u=sk({side:"to",needFindToken:i,occupyToken:d,tokenList:r,chainId:e}).defaultToken,l.data&&(u=l.data,p=l.isLoading),{defaultBaseToken:d,defaultQuoteToken:u,defaultBaseTokenLoading:c,defaultQuoteTokenLoading:p}}({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 dk({tokens:e}){const{apikey:t}=Tn(),n=Td(ca.fiatPrice);return We({enabled:!!e.length,queryKey:["fetch","fetchFiatPrice",e],queryFn:()=>mn(this,void 0,void 0,(function*(){const i=yield Tt.post(n,{networks:e.map((e=>Vl(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 ck=({selectedVersion:e})=>e===xw.pegged?["0.0001","0.0005","0.002"]:["0.5","0.01","1"];var uk;function pk(e,t){return!e||null==t||e.isNaN()?"":e.dp(t,Se.ROUND_DOWN).toString()}function hk({state:e,fixedRatioPrice:t}){const{selectedVersion:n,baseToken:i,quoteToken:o,baseAmount:r,isFixedRatio:a,leftTokenAddress:s}=e;if(!i||!o)throw new Error("token is required");const l=s===(null==i?void 0:i.address),d=n===xw.standard,c=n===xw.pegged,u=new Se(t);let p=d?Tw:l?t:!u.isNaN()&&u.gt(0)?new Se(1).div(u).dp(l?o.decimals:i.decimals).toString():kw;if(d){const e=18-i.decimals+o.decimals;e<String(Tw).split(".")[1].length&&(p=new Se(1).div(10**e).toString())}if(c){const n=Rw({initPrice:p}),i=n.base?n.base.multipliedBy(100).toString():"",o=n.quote?n.quote.multipliedBy(100).toString():"";return Object.assign(Object.assign({},e),{initPrice:p,fixedRatioPrice:t,peggedBaseTokenRatio:i,peggedQuoteTokenRatio:o})}if(d&&a){const n=new Se(r);if(!n.isNaN()&&!u.isNaN()&&u.gt(0)){const r=l?n.multipliedBy(u):n.div(u);return Object.assign(Object.assign({},e),{initPrice:p,fixedRatioPrice:t,baseAmount:pk(n,i.decimals),quoteAmount:pk(r,o.decimals)})}}return Object.assign(Object.assign({},e),{initPrice:p,fixedRatioPrice:t})}function mk(e,t){var n;switch(t.type){case uk.SetCurrentStep:{const{payload:n}=t;return e.selectedVersion===xw.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 uk.SelectNewVersion:{const{payload:i}=t;if(i===e.selectedVersion)return e;let o,r=Aw;i===xw.pegged&&(r=Iw,o=fw.DSP);let a=Tw;i===xw.singleToken?a="":i!==xw.standard&&(a=kw);let s=!0;return i===xw.singleToken&&(s=!1),Object.assign(Object.assign({},e),{baseAmount:"",quoteAmount:"",isFixedRatio:s,initPrice:a,fixedRatioPrice:i===xw.singleToken?"":kw,slippageCoefficient:r,isSlippageCoefficientCustomized:!ck({selectedVersion:t.payload}).includes(r),selectedVersion:t.payload,selectedSubPeggedVersion:o,leftTokenAddress:null===(n=e.baseToken)||void 0===n?void 0:n.address})}case uk.SelectNewSubPeggedVersion:return Object.assign(Object.assign({},e),{selectedSubPeggedVersion:t.payload});case uk.UpdateBaseToken:{const n=t.payload;return Object.assign(Object.assign({},e),{baseToken:n,baseAmount:"",leftTokenAddress:null==n?void 0:n.address})}case uk.UpdateQuoteToken:{const{baseToken:n}=e;return Object.assign(Object.assign({},e),{quoteToken:t.payload,quoteAmount:"",leftTokenAddress:null==n?void 0:n.address})}case uk.SwitchTokens:{const{selectedVersion:t,baseToken:n,quoteToken:i,baseAmount:o,quoteAmount:r}=e;return t===xw.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 uk.UpdateBaseAmount:{const n=t.payload,{selectedVersion:i,quoteToken:o,fixedRatioPrice:r,isFixedRatio:a,peggedBaseTokenRatio:s}=e;if(!o)throw new Error("token is required");const l=new Se(n);if(i===xw.pegged){const t=new Se(s).div(100).dp(Lw,Se.ROUND_DOWN);if(!t.isFinite()||t.lt(0))return Object.assign(Object.assign({},e),{baseAmount:n,quoteAmount:""});const i=l.div(t).minus(l);return Object.assign(Object.assign({},e),{baseAmount:n,quoteAmount:pk(i,o.decimals)})}if(i===xw.standard&&a&&r){if(!n)return Object.assign(Object.assign({},e),{baseAmount:n,quoteAmount:n});const t=function(e,t){const n=new Ae;return n.B=new Se(e.baseAmount),n.i=new Se(e.initPrice),n.k=new Se(e.slippageCoefficient),n.RStatus=1,n.getQuoteByMidPrice(t)}(Object.assign(Object.assign({},e),{baseAmount:n}),new Se(r));return Object.assign(Object.assign({},e),{baseAmount:n,quoteAmount:pk(t,o.decimals)})}return Object.assign(Object.assign({},e),{baseAmount:n})}case uk.UpdateQuoteAmount:{const n=t.payload,{selectedVersion:i,baseToken:o,fixedRatioPrice:r,isFixedRatio:a,leftTokenAddress:s,peggedQuoteTokenRatio:l}=e;if(!o)throw new Error("token is required");const d=s===(null==o?void 0:o.address),c=new Se(n);if(i===xw.pegged){const t=new Se(l).div(100).dp(Lw,Se.ROUND_DOWN);if(!t.isFinite()||t.lt(0))return Object.assign(Object.assign({},e),{baseAmount:"",quoteAmount:n});const i=c.div(t).minus(c);return Object.assign(Object.assign({},e),{baseAmount:pk(i,o.decimals),quoteAmount:n})}if(i===xw.standard&&a){const t=new Se(r),i=t.gt(0)?d?c.div(t):c.multipliedBy(t):void 0;return Object.assign(Object.assign({},e),{baseAmount:pk(i,o.decimals),quoteAmount:n})}return Object.assign(Object.assign({},e),{quoteAmount:n})}case uk.UpdateIsFixedRatio:return Object.assign(Object.assign({},e),{isFixedRatio:t.payload});case uk.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:s}=t.payload,l=a&&s?new Se(a).div(s):void 0,d=a&&s?new Se(s).div(a):void 0,c=r?l:d,u=r?o.decimals:i.decimals;return c&&!c.isNaN()?hk({state:e,fixedRatioPrice:c.dp(u,Se.ROUND_DOWN).toString()}):e}case uk.UpdateFixedRatioPrice:return hk({state:e,fixedRatioPrice:t.payload});case uk.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 Se(i);if(!a.isNaN()&&a.gt(0)){const i=new Se(1).div(a).dp(o?t.decimals:n.decimals);return hk({state:Object.assign(Object.assign({},e),{leftTokenAddress:r}),fixedRatioPrice:i.toString()})}return Object.assign(Object.assign({},e),{leftTokenAddress:r})}case uk.UpdateSlippageCoefficient:return Object.assign(Object.assign({},e),{slippageCoefficient:t.payload});case uk.UpdateIsSlippageCoefficientCustomized:return Object.assign(Object.assign({},e),{isSlippageCoefficientCustomized:t.payload});case uk.UpdateFeeRate:return Object.assign(Object.assign({},e),{feeRate:t.payload});case uk.UpdateIsFeeRateCustomized:return Object.assign(Object.assign({},e),{isFeeRateCustomized:t.payload});case uk.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 uk.UpdatePeggedBaseTokenRatio:{if(!e.quoteToken)throw new Error("token is required");const n=t.payload,i=new Se(n).dp(Lw-2,Se.ROUND_DOWN);if(!i.isFinite()||i.lt(0))return Object.assign(Object.assign({},e),{peggedBaseTokenRatio:"",peggedQuoteTokenRatio:"",baseAmount:"",quoteAmount:""});const o=new Se(100).minus(i).dp(Lw-2,Se.ROUND_DOWN),r=i.lte(0)?"0":e.baseAmount,a=new Se(r),s=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:pk(s,e.quoteToken.decimals)})}case uk.UpdatePeggedQuoteTokenRatio:{if(!e.baseToken)throw new Error("token is required");const n=t.payload,i=new Se(n).dp(Lw-2,Se.ROUND_DOWN);if(!i.isFinite()||i.lt(0))return Object.assign(Object.assign({},e),{peggedBaseTokenRatio:"",peggedQuoteTokenRatio:n,baseAmount:"",quoteAmount:""});const o=new Se(100).minus(i).dp(Lw-2,Se.ROUND_DOWN),r=i.lte(0)?"0":e.quoteAmount,a=new Se(r),s=a.div(i.div(100)).minus(a);return Object.assign(Object.assign({},e),{peggedBaseTokenRatio:o.lt(0)?"0":o.toString(),peggedQuoteTokenRatio:n,baseAmount:pk(s,e.baseToken.decimals),quoteAmount:r})}default:throw Error("Unknown action: "+t.type)}}function gk({isSingleTokenVersion:e,leftTokenAddress:t,baseToken:n,quoteToken:i,dispatch:o}){var r,a;const s=dk({tokens:Z((()=>n&&i?[n,i]:[]),[n,i])}),l=t===(null==n?void 0:n.address),d=n?null===(r=s.data)||void 0===r?void 0:r.get(n.address):void 0,c=i?null===(a=s.data)||void 0===a?void 0:a.get(i.address):void 0,u=Z((()=>{const e=d&&c?new Se(d).div(c):void 0,t=d&&c?new Se(c).div(d):void 0;return l?e:t}),[d,l,c]),p=!u||u.isNaN(),h=!s.isLoading&&!s.isPending&&p;return te((()=>{h&&o({type:uk.UpdateIsFixedRatio,payload:!1})}),[o,h]),te((()=>{e||d&&o({type:uk.InitFixedRatioPrice,payload:{baseTokenFiatPrice:d,quoteTokenFiatPrice:c}})}),[d,o,e,c]),{fiatPriceLoading:s.isLoading||s.isPending,currentPrice:u,isErrorPrice:h,isNullPrice:p}}function fk({label:e,value:t}){return Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",mb:16},children:[Cn.jsx(i,{sx:{color:"text.secondary",mr:8},children:e}),Cn.jsx(i,{sx:{textAlign:"right",wordBreak:"break-all"},children:t})]})}function xk({on:e,onClose:t,state:n,onConfirm:o,isModify:r,loading:a}){var s,l,d,u,p,h,m;const{chainId:g}=$l(),{versionMap:f}=yw(),{isMobile:x}=ld(),{title:y,initPriceLabel:v}=f[n.selectedVersion],{midPrice:b}=Qw({selectedVersion:n.selectedVersion,baseAmount:n.baseAmount,quoteAmount:n.quoteAmount,initPrice:n.initPrice,slippageCoefficient:n.slippageCoefficient}),j=bw(),C=n.selectedVersion===xw.pegged;return Cn.jsx(uc,{open:e,onClose:t,modal:!0,title:r?le._({id:"dzV+zO",message:"Modify Confirmation"}):le._({id:"tnRI9r",message:"Pool Creation Confirmation"}),children:Cn.jsxs(i,{sx:{flex:1,px:20,pb:20,display:"flex",flexDirection:"column",justifyContent:"space-between",width:x?void 0:420},children:[Cn.jsxs(i,{sx:{pt:40,px:8},children:[Cn.jsx(fk,{label:le._({id:"eE0JZ4",message:"Version"}),value:y}),Cn.jsx(fk,{label:le._({id:"7m5+6j",message:"Initial Tokens"}),value:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end"},children:[Cn.jsx(yc,{address:null===(s=n.baseToken)||void 0===s?void 0:s.address,chainId:g,marginRight:8,width:18,height:18}),n.baseAmount||"-"," ",null===(l=n.baseToken)||void 0===l?void 0:l.symbol]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",mt:4},children:[Cn.jsx(yc,{address:null===(d=n.quoteToken)||void 0===d?void 0:d.address,chainId:g,marginRight:8,width:18,height:18}),n.quoteAmount||"-"," ",null===(u=n.quoteToken)||void 0===u?void 0:u.symbol]})]})}),Cn.jsx(fk,{label:le._({id:"sjn3tj",message:"Slippage Coefficient"}),value:n.slippageCoefficient}),Cn.jsx(fk,{label:v,value:n.baseToken&&n.quoteToken?`1 ${n.baseToken.symbol} = ${Ow({midPrice:b,quoteToken:n.quoteToken,selectedVersion:n.selectedVersion,initPrice:n.initPrice})} ${n.quoteToken.symbol}`:""}),C&&Cn.jsx(fk,{label:le._({id:"6lss/t",message:"Pricing Model"}),value:n.selectedSubPeggedVersion?null===(p=j[n.selectedSubPeggedVersion])||void 0===p?void 0:p.title:"-"}),Cn.jsx(fk,{label:le._({id:"Y7rVy0",message:"Fee Rate"}),value:`${n.feeRate}%`}),C&&Cn.jsx(fk,{label:le._({id:"eK0eiF",message:"Initial asset ratio"}),value:Cn.jsxs(Cn.Fragment,{children:[n.peggedBaseTokenRatio,"% ",null===(h=n.baseToken)||void 0===h?void 0:h.symbol," : ",n.peggedQuoteTokenRatio,"% ",null===(m=n.quoteToken)||void 0===m?void 0:m.symbol]})})]}),Cn.jsx(c,{fullWidth:!0,isLoading:a,sx:{mt:30},onClick:o,children:r?le._({id:"7VpPHA",message:"Confirm"}):le._({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"}(uk||(uk={}));const yk=({selectedVersion:e,selectedSubPeggedVersion:t,baseToken:n,quoteToken:i,baseAmount:o,quoteAmount:r,feeRate:a,initPrice:s,slippageCoefficient:l})=>{const{chainId:d,account:c}=$l(),{deadLine:u}=Tn(),p=ve[d];return{getCreateParams:()=>mn(void 0,void 0,void 0,(function*(){if(!c||!n||!i)return null;let h="";const m=Number(n.decimals),g=Number(i.decimals),f=new Se(a),x=e===xw.marketMakerPool,y=e===xw.standard,v=e===xw.pegged,b=e===xw.pegged&&t===fw.GSP,j={decimals:m,address:n.address},C={decimals:g,address:i.address},w=kt(o,m).toString(),k=kt(r||"0",g).toString(),T=x?f.times(100).toNumber():f.times(80).toNumber();let E=x&&y?new Se(r).div(o).dp(g,Se.ROUND_DOWN).toString():new Se(s).toString();if(y){const e=18-n.decimals+i.decimals;e<String(Tw).split(".")[1].length&&(E=new Se(1).div(10**e).toString())}const A=Number(l||(v?"0.1":"1")),I=Math.ceil(Date.now()/1e3)+(null!=u?u:3600);let S;const L=[d,j,C,w,k,T,E,A,I];try{e===xw.standard||e===xw.singleToken?S=yield me.encode.createDVMPoolABI(...L):x?S=yield me.encode.createDPPPoolABI(...L):v?S=yield me.encode.createDSPPoolABI(...L):b&&(S=yield me.encode.createGSPPoolABI(d,c,j,C,w,k,T,E,A,I))}catch(e){throw console.error("2.0 CreatePool createPrams error",L,e),h=`2.0 CreatePool createPrams error; ERROR: ${e}`,new Error(h)}if(!S||!S.data)throw h="invalid data",new Error(h);try{const e=p.address.toLocaleLowerCase();return o&&n.address.toLocaleUpperCase()===e?S.value=Iv(o):r&&i.address===e?S.value=Iv(r):S.value=0,S}catch(e){throw console.error("2.0 sendTransaction error",e),h=`2.0 sendTransaction error; ERROR: ${e}`,new Error(h)}}))}},vk=({chainId:t,baseToken:n,quoteToken:o})=>{const r=a();return _w({chainId:t,baseToken:n,quoteToken:o})?Cn.jsx(i,{sx:{mb:12,py:8,px:12,borderRadius:8,backgroundColor:T(r.palette.error.main,.1),color:r.palette.error.main,textAlign:"center",typography:"h6",fontWeight:500},children:Cn.jsx(e,{id:"peTryP",message:"{0}-{1} is not supported. Please select another pair.",values:{0:null==n?void 0:n.symbol,1:null==o?void 0:o.symbol}})}):null};function bk({state:t,dispatch:n,openConfirm:i,isPeggedVersion:o,isStandardVersion:r,isSingleTokenVersion:a,fiatPriceLoading:s}){var l,d;const{currentStep:u,selectedVersion:p,baseToken:h,quoteToken:m,baseAmount:g,quoteAmount:f,initPrice:x,slippageCoefficient:y,feeRate:v}=t,b=new Se(g||0),j=new Se(f||0),C=Hd(h,{amount:g}),w=Hd(m,{amount:f}),k={variant:c.Variant.contained},T=_w({chainId:null!==(d=null===(l=t.baseToken)||void 0===l?void 0:l.chainId)&&void 0!==d?d:1,baseToken:h,quoteToken:m}),E=le._({id:"hXzOVo",message:"Next"}),A=Cn.jsx(c,{fullWidth:!0,disabled:!0,...k,children:E}),I=Cn.jsx(c,{variant:c.Variant.contained,fullWidth:!0,onClick:i,children:Cn.jsx(e,{id:"hYgDIe",message:"Create"})});if(0===u)return Cn.jsx(c,{fullWidth:!0,...k,onClick:()=>{n({type:uk.SetCurrentStep,payload:1})},children:E});const S=!h||b.isNaN()||b.lte(0),L=!m||j.isNaN()||j.lte(0);if(1===u){if(T)return A;if(o){if(!h||!m)return A}else{if(S)return A;if(C.needShowTokenStatusButton||C.insufficientBalance)return Cn.jsx(Ev,{status:C,buttonProps:k});if(!a){if(L)return A;if(w.needShowTokenStatusButton||w.insufficientBalance)return Cn.jsx(Ev,{status:w,buttonProps:k})}if(!r){if(!m)return A;const e=new Se(x),t=Math.min(m.decimals,16);if(!x||e.isNaN()||e.lt(`1e-${t}`)||e.gt(Ew))return A;const n=new Se(y);if(!y||n.isNaN()||n.lt(0)||n.gt(p===xw.pegged?Sw:Aw))return A}if(s)return A;if(_w({chainId:h.chainId,baseToken:h,quoteToken:m}))return A}return Cn.jsx(c,{fullWidth:!0,...k,onClick:()=>{n({type:uk.SetCurrentStep,payload:2})},children:E})}const O=new Se(v),R=!v||O.isNaN()||O.lt(Cw)||O.gt(ww);return 2===u?o?Cn.jsx(c,{fullWidth:!0,...k,onClick:()=>{n({type:uk.SetCurrentStep,payload:3})},children:E}):R?A:I:3===u?R?A:Cn.jsx(c,{fullWidth:!0,...k,onClick:()=>{n({type:uk.SetCurrentStep,payload:4})},children:E}):4===u?S||L?A:C.needShowTokenStatusButton||C.insufficientBalance?Cn.jsx(Ev,{status:C,buttonProps:k}):w.needShowTokenStatusButton||w.insufficientBalance?Cn.jsx(Ev,{status:w,buttonProps:k}):I:null}function jk({state:t,dispatch:n,isPeggedVersion:o,isStandardVersion:r,isSingleTokenVersion:s,fiatPriceLoading:l}){const{currentStep:d}=t,u=a(),{isMobile:p}=ld(),h=Cd(),{onlyChainId:m,chainId:g}=$l(),[f,x]=z(!1),{getCreateParams:y}=yk(t),v=ze({mutationFn:()=>mn(this,void 0,void 0,(function*(){const e=yield y();if(!e)return;(yield h.execute(le._({id:"8OiU8L",message:"Pool Creation"}),Object.assign({opcode:fd.TX,desc:"Create pool"},e),{early:!0,metadata:{[t.selectedVersion===xw.marketMakerPool?cd.createDPPPool:t.selectedVersion===xw.pegged?t.selectedSubPeggedVersion===fw.DSP?cd.createDSPPool:cd.createGSPPool:cd.createDVMPool]:"1"}}))===ud.Submitted&&setTimeout((()=>{Af.getState().push({type:Ef.Pool,params:{tab:Zb.myCreated}})}),100)}))});return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:Object.assign({position:"sticky",left:0,right:0,bottom:0,backgroundColor:u.palette.background.paperContrast,px:20,py:20},p?{}:{position:"static",backgroundColor:"transparent",py:0}),children:[1==d&&Cn.jsx(vk,{chainId:g,baseToken:t.baseToken,quoteToken:t.quoteToken}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[0===d&&p&&Cn.jsx(c,{variant:c.Variant.second,fullWidth:!0,onClick:()=>{Af.getState().back()},children:Cn.jsx(e,{id:"dEgA5A",message:"Cancel"})}),d>0&&Cn.jsx(c,{variant:c.Variant.second,fullWidth:!0,onClick:()=>{n({type:uk.SetCurrentStep,payload:d-1})},children:Cn.jsx(e,{id:"iH8pgl",message:"Back"})}),Cn.jsx(Hf,{chainId:m,variant:c.Variant.contained,fullWidth:!0,includeButton:!0,children:Cn.jsx(bk,{state:t,dispatch:n,openConfirm:()=>{x(!0)},isPeggedVersion:o,isStandardVersion:r,isSingleTokenVersion:s,fiatPriceLoading:l})})]})]}),Cn.jsx(xk,{on:f,onClose:()=>x(!1),state:t,isModify:!1,onConfirm:v.mutate,loading:v.isPending})]})}function Ck({selected:e}){const t=a();return Cn.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:[Cn.jsx("rect",{x:"0.5",y:"0.5",width:"17",height:"17",rx:"8.5",stroke:e?t.palette.success.main:t.palette.text.secondary}),e&&Cn.jsx("rect",{x:"4.5",y:"4.5",width:"9",height:"9",rx:"4.5",fill:t.palette.success.main,stroke:t.palette.success.main})]})}function wk({title:e,subTitle:t,description:n,selected:o,onClick:r,children:s,sx:l,titleSx:c}){const u=a();u.palette.mode;return Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",p:20,backgroundColor:u.palette.background.tag,borderWidth:1,borderColor:o?u.palette.primary.main:"transparent",borderStyle:"solid",borderRadius:12,flexWrap:"wrap",justifyContent:"flex-start",textAlign:"left","&:hover":{borderColor:u.palette.primary.main}},l),component:d,onClick:r,children:[Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",width:"100%",justifyContent:"space-between",typography:"caption",pr:2,color:u.palette.text.primary},c),children:[e,t,Cn.jsx(Ck,{selected:o})]}),Cn.jsx(i,{sx:{mt:8,typography:"body2",width:"100%",textAlign:"left",color:o?u.palette.text.primary:u.palette.text.secondary},children:n}),s]})}function kk({errorMsg:e,isCustomized:t,onClick:n,value:o,onChange:r}){const s=a(),l=Z((()=>!(!o||"0"===o||Number(o))),[o]);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{sx:{py:12,px:20,backgroundColor:s.palette.background.paper,borderColor:t&&e||l?s.palette.error.main:t?s.palette.primary.main:s.palette.border.main,borderWidth:1,borderStyle:"solid",borderRadius:12,display:"flex",alignItems:"center"},onClick:n,children:Cn.jsx(um,{value:t?o:"",onChange:r,suffix:Cn.jsx(Ck,{selected:t}),placeholder:le._({id:"8Tg/JR",message:"Custom"}),sx:{backgroundColor:"transparent","& input":{typography:"body1",height:36,lineHeight:"36px",p:s.spacing(0),color:s.palette.text.primary,"&::placeholder":{color:s.palette.text.disabled,fontWeight:600,typography:"body1",lineHeight:1,position:"relative"}}}})}),e&&Cn.jsx(i,{sx:{typography:"h6",color:"error.main",mt:6},children:e})]})}const Tk=()=>[{title:"0.01%",description:le._({id:"yzjPpo",message:"Fees will be the same as in most other pools."}),value:"0.01"},{title:"0.3%",description:le._({id:"OJOe+K",message:"Set the fee to the same as most other pools"}),value:jw,tag:"99% Default"},{title:"1%",description:"Most suitable for swapping exotic assets.",value:"1"}];function Ek(){const e=a();return Z((()=>Tk().map((t=>t.value===jw?Object.assign(Object.assign({},t),{tagBackgroundColor:T(e.palette.purple.main,.1),tagColor:e.palette.purple.main}):t))),[e.palette.purple.main])}const Ak=e=>{if(!e)return"";const t=new Se(e);return t.isNaN()||!t.lt(Cw)&&!t.gt(ww)?"":le._({id:"GSt7YT",message:"The fee rate must be between 0.01% to 10%"})},Ik=(e,t)=>{if(!e)return"";const n=new Se(e);if(!n.isNaN()&&(n.lt(0)||n.gt(t===xw.pegged?Sw:Aw)))switch(t){case xw.standard:case xw.singleToken:case xw.marketMakerPool:return le._({id:"3U+Oti",message:"he slippage coefficient needs to be greater than or equal to 0, and less than or equal to 1."});case xw.pegged:return le._({id:"LDprZB",message:"The slippage coefficient needs to be greater than 0, and less than 0.1."})}return""};function Sk({dispatch:t,feeRate:n,isFeeRateCustomized:o}){const r=a(),s=Ek(),l=Z((()=>Ak(n)||""),[n]);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:12,px:20},children:[s.map((e=>{const i=!o&&n===e.value;return Cn.jsx(wk,{title:e.title,description:e.description,onClick:()=>{t({type:uk.UpdateIsFeeRateCustomized,payload:!1}),t({type:uk.UpdateFeeRate,payload:e.value})},selected:i,subTitle:e.tag?Cn.jsx(Kw,{color:e.tagColor,backgroundColor:e.tagBackgroundColor,tagKey:e.tag}):void 0,sx:{backgroundColor:r.palette.background.paper,borderColor:i?r.palette.primary.main:r.palette.border.main}},e.value)})),Cn.jsx(i,{sx:{mt:8},children:Cn.jsx(kk,{errorMsg:l,isCustomized:o,onClick:()=>{t({type:uk.UpdateFeeRate,payload:""}),t({type:uk.UpdateIsFeeRateCustomized,payload:!0})},value:n,onChange:e=>{t({type:uk.UpdateFeeRate,payload:e})}})})]}),Cn.jsx(i,{sx:{typography:"body2",mt:20,color:"text.secondary",px:20},children:Cn.jsx(e,{id:"0b0AkA",message:"* Please note that the Fee Rate cannot be modified after the pool is created"})})]})}function Lk({on:t,onClose:n,onConfirm:i}){return Cn.jsx(Nv,{open:t,onClose:n,onConfirm:i,title:le._({id:"t+LmjM",message:"Initial Price Alert"}),modal:!0,children:Cn.jsx(e,{id:"yXm1vH",message:"The initial price is different from the current market price, which may cause your pool to be arbitraged"})})}const Ok=({title:e,children:t,sx:n})=>{const o=a();return Cn.jsxs(i,{sx:Object.assign({mx:20,display:"flex",flexDirection:"column",alignItems:"stretch",gap:12},n),children:[Cn.jsx(i,{sx:{typography:"body2",color:o.palette.text.primary,fontWeight:500,display:"flex",alignItems:"center"},children:e}),t]})};function Rk({selectedVersion:t,isStandardVersion:n,isSingleTokenVersion:o,isFixedRatio:s,leftTokenAddress:c,baseToken:u,quoteToken:p,fixedRatioPrice:h,dispatch:m,priceInfo:g}){const x=a(),[y,v]=z(!1),{versionMap:b}=yw(),{initPriceLabel:C,initPriceTips:w,initPriceTipsLink:k}=b[t],A=c===(null==u?void 0:u.address),I=A?null==u?void 0:u.symbol:null==p?void 0:p.symbol,S=A?null==p?void 0:p.symbol:null==u?void 0:u.symbol,{currentPrice:L,isErrorPrice:O,isNullPrice:R,fiatPriceLoading:_}=g,M=A?null==p?void 0:p.decimals:null==u?void 0:u.decimals,P=Z((()=>{if(!p)return"";const e=function(e,t,n){if(!t)return"";const i=new Se(t),o=Math.min(n,16),r=Number(`1e-${o}`);if(e!==xw.standard&&!i.isNaN()&&(i.lt(r)||i.gt(Ew))){const t=r.toFixed(o);switch(e){case xw.pegged:case xw.singleToken:return le._({id:"P4iKEj",message:"The initial price needs to be greater than {min} and less than 100,000,000",values:{min:t}});case xw.marketMakerPool:return le._({id:"kdzjmC",message:"The mid price needs to be greater than {min} and less than 100,000,000",values:{min:t}})}}return""}(t,h,p.decimals);return e||""}),[h,p,t]),B=Z((()=>!(!h||"0"===h||Number(h))),[h]);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Ok,{title:Cn.jsxs(Cn.Fragment,{children:[C,w&&Cn.jsx(f,{title:Cn.jsxs(Cn.Fragment,{children:[w,k?Cn.jsxs(Cn.Fragment,{children:["\n",Cn.jsxs(i,{component:"a",href:k,target:"_blank",rel:"noopener noreferrer",sx:{color:"primary.main",textDecoration:"underline"},onClick:e=>{e.stopPropagation()},children:[Cn.jsx(e,{id:"NgeSlx",message:"Learn More"}),">"]})]}):""]}),ml:4,sx:{width:14,height:14,alignItems:"center"}})]}),sx:{mt:20},children:Cn.jsxs(i,{sx:{pt:n?11:19,px:19,pb:11,borderWidth:1,borderStyle:"solid",borderColor:P||B?"error.main":x.palette.background.cardInput,borderRadius:8,backgroundColor:x.palette.background.cardInput,display:"flex",flexDirection:"column",alignItems:"stretch",gap:20},children:[n?null:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{typography:"body2",color:x.palette.text.primary,display:"flex",alignItems:"center"},children:[Cn.jsxs(i,{sx:{fontWeight:600,color:x.palette.text.disabled,flexShrink:0},children:["1 ",null!=I?I:"-"," ="]}),Cn.jsx(um,{value:h,onChange:e=>{m({type:uk.UpdateFixedRatioPrice,payload:e})},readOnly:s,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}}}}),Cn.jsx(i,{sx:{typography:"body2",fontWeight:600,color:x.palette.text.disabled,flexShrink:0},children:null!=S?S:"-"}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},component:d,onClick:()=>{m({type:uk.ToggleLeftToken})},children:Cn.jsx(r,{weak:!0,component:Mn.Switch,sx:{marginLeft:8,p:x.spacing(2),color:x.palette.text.primary,backgroundColor:T(x.palette.primary.main,.1),borderRadius:"50%"}})})]}),P&&Cn.jsx(i,{sx:{typography:"h6",color:"error.main",mt:-14},children:P})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:n?"flex-start":"flex-end",typography:"h6",color:x.palette.text.primary,fontWeight:500},children:["=",Cn.jsx(e,{id:"pdZiL7",message:"Current Market Price:"})," ",_?Cn.jsx(j,{sx:{borderRadius:4},width:50,height:17}):R?Cn.jsx(l,{title:Cn.jsx(e,{id:"mObS+5",message:"Failed to get price of the token"}),children:Cn.jsx(i,{component:Mn.Warn,sx:{width:14,height:14,color:x.palette.error.main,typography:"h6"}})}):ms({input:L,decimals:M})," ",S,O||o?null:Cn.jsx(E,{checked:s,onChange:e=>{if(e.target.checked){if(m({type:uk.UpdateIsFixedRatio,payload:!0}),!M)throw new Error("currentTokenDecimals is undefined");L&&!L.isNaN()&&m({type:uk.UpdateFixedRatioPrice,payload:L.dp(M,Se.ROUND_DOWN).toString()})}else v(!0)},sx:{ml:8}})]})]})}),Cn.jsx(Lk,{on:y,onClose:()=>v(!1),onConfirm:()=>{m({type:uk.UpdateIsFixedRatio,payload:!1})}})]})}function _k({selectedVersion:e,selectedSubPeggedVersion:t,baseToken:n,quoteToken:o,initPrice:r,dispatch:s}){var l;const d=a(),{versionMap:c,subPeggedVersionList:u}=yw(),{initPriceLabel:p}=c[e];return n&&o?Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{mt:8,display:"flex",flexDirection:"column",alignItems:"center",gap:4},children:[Cn.jsx(i,{sx:{typography:"body2",color:d.palette.text.secondary,fontWeight:500},children:p}),Cn.jsxs(i,{sx:{typography:"h5",color:d.palette.text.primary,fontWeight:600},children:["1 ",null==n?void 0:n.symbol,"=",null!==(l=Ow({midPrice:void 0,quoteToken:o,selectedVersion:e,initPrice:r}))&&void 0!==l?l:"-"," ",o.symbol]})]}),Cn.jsx(i,{sx:{mt:20,display:"flex",flexDirection:"column",gap:12,px:20},children:u.map((e=>{const n=t===e.version;return Cn.jsx(wk,{title:e.title,description:e.description,onClick:()=>{s({type:uk.SelectNewSubPeggedVersion,payload:e.version})},selected:n,subTitle:void 0,sx:{backgroundColor:d.palette.background.paper,borderColor:n?d.palette.primary.main:d.palette.border.main},titleSx:{typography:"body1",fontWeight:600}},e.version)}))})]}):null}function Mk({title:e,value:t,onChange:n}){const o=a();return Cn.jsxs(i,{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:[Cn.jsx(i,{sx:{color:o.palette.text.primary,typography:"body1",fontWeight:500,flexShrink:0},children:e}),Cn.jsx(um,{value:t,onChange:n,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 Pk=({baseToken:t,quoteToken:n,initPrice:o,peggedBaseTokenRatio:r,peggedQuoteTokenRatio:s,baseAmount:l,quoteAmount:d,dispatch:u})=>{var p,h;const m=a(),[g,f]=Z((()=>{const{base:e,quote:t}=Rw({initPrice:o});return[e?e.multipliedBy(100).toString():null,t?t.multipliedBy(100).toString():null]}),[o]),x=""===r&&""===s,[y,v]=Z((()=>{var e,i;const r=null!==(e=null==t?void 0:t.decimals)&&void 0!==e?e:0,a=null!==(i=null==n?void 0:n.decimals)&&void 0!==i?i:0,s=new Se(l).dp(r,Se.ROUND_DOWN).multipliedBy(`1e${r}`),c=new Se(d).dp(a,Se.ROUND_DOWN).multipliedBy(`1e${a}`),u=new Se(o).multipliedBy(`1e${18-r+a}`).dp(0,Se.ROUND_DOWN),p=c.lt(s.multipliedBy(u).div(1e18))?c.multipliedBy(1e18).div(u):s,h=new Se(1001);if(h.gt(p))return[new Se(1),"100%"];const m=h.dividedBy(p);return[m,As({input:m})]}),[l,null==t?void 0:t.decimals,o,d,null==n?void 0:n.decimals]),b=Z((()=>!!y.lte("0.0000000001")||null!=g&&r===g&&null!=f&&s===f),[y,r,s,g,f]),j=`${null==t?void 0:t.symbol}:${null==n?void 0:n.symbol}=${g}%:${f}%`;return Cn.jsxs(Ok,{title:Cn.jsx(e,{id:"OuSseo",message:"Ratio Settings"}),children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4},children:[Cn.jsx(Mk,{title:null!==(p=null==t?void 0:t.symbol)&&void 0!==p?p:"",value:r,onChange:e=>{u({type:uk.UpdatePeggedBaseTokenRatio,payload:e})}}),Cn.jsx(i,{sx:{color:m.palette.text.primary,typography:"body2",fontWeight:500,width:14,flexShrink:0,flexGrow:0,textAlign:"center"},children:":"}),Cn.jsx(Mk,{title:null!==(h=null==n?void 0:n.symbol)&&void 0!==h?h:"",value:s,onChange:e=>{u({type:uk.UpdatePeggedQuoteTokenRatio,payload:e})}})]}),Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:20,px:19,pt:19,pb:11,borderRadius:16,borderWidth:1,borderColor:b||x?m.palette.border.main:"transparent",borderStyle:"solid",backgroundColor:b||x?m.palette.background.paper:T(m.palette.warning.main,.1)},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:8},children:[x?null:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8,color:b?m.palette.text.primary:m.palette.warning.main,typography:"body1",fontWeight:600},children:[b?null:Cn.jsx(Mn.Warn,{}),Cn.jsx(e,{id:"x3muNy",message:"Liquidity Burn Ratio"}),": ",v]}),Cn.jsx(i,{sx:{color:m.palette.text.secondary,typography:"h6",textAlign:"center","&>strong":{color:b?m.palette.text.primary:m.palette.warning.main}},children:x?Cn.jsx(e,{id:"pQJBKk",message:"The closer the provided asset ratio is to the recommended ratio ({recommendRatioText}), the smaller the portion burned.",values:{recommendRatioText:j}}):Cn.jsx(e,{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:j},components:{0:Cn.jsx("strong",{}),1:Cn.jsx("br",{})}})})]}),x||!b?Cn.jsx(c,{variant:c.Variant.outlined,fullWidth:!0,size:c.Size.small,onClick:()=>{u({type:uk.UpdatePeggedBaseTokenRatio,payload:null!=g?g:""})},sx:{border:`solid 1px ${m.palette.text.primary}`,color:m.palette.text.primary,"&:hover":{background:T(m.palette.text.primary,.1)}},children:Cn.jsx(e,{id:"NjdGps",message:"Use the recommended ratio"})}):null]})]})};function Bk({open:e,onClose:t,afterClose:n,title:o,titleCenter:r,rightSlot:s,canBack:l=!0,children:d,width:c=420,height:u,testId:p}){const h=a(),{isMobile:m}=ld();return Cn.jsx(V,{open:e,onClose:t,container:m?document.querySelector(`.${Oh}`):void 0,disableEnforceFocus:!0,children:Cn.jsxs(i,{sx:Object.assign({backgroundColor:"background.paper",display:"flex",height:u,flexDirection:"column",justifyContent:"center",alignItems:"center",outline:0,overflow:"hidden","& > div":{width:"100%"}},m?{width:"100%",borderRadius:h.spacing(16,16,0,0)}:{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:c,maxWidth:"95%",minHeight:200,maxHeight:"80%",borderRadius:16}),"data-testid":p,children:[o?Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:r?"center":"space-between",p:20,width:"100%",boxSizing:"border-box"},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",typography:"caption"},children:o}),s,!s&&l&&Cn.jsx(i,{component:Mn.Error,sx:{color:"text.secondary",cursor:"pointer"},onClick:()=>{t&&t(),null==n||n()}})]}):"",d]})})}var Dk;function Nk(){return Nk=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},Nk.apply(null,arguments)}const Fk=e=>H.createElement("svg",Nk({width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Dk||(Dk=H.createElement("g",{id:"ICON/18px/arrow/\\xE6\\x94\\xB6\\xE8\\xB5\\xB7/Dark"},H.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 qk({dispatch:t,slippageCoefficient:n,selectedVersion:o,isCustomized:r,isStandardVersion:s}){const l=a(),[u,p]=z(!1),[h,m]=z(n),g=function({selectedVersion:e}){const t=a();return Z((()=>{const n=t.palette.background.paperDarkContrast,i=t.palette.text.disabled,o=t.palette.purple.main,r=T(o,.1);return e===xw.pegged?[{tag:"",description:le._({id:"PPqGw9",message:"Applicable to pegged assets with a fixed price and no fluctuation"}),value:"0",title:"K=0",tagBackgroundColor:"transparent",tagColor:"transparent"},{tag:le._({id:"nTWWCZ",message:"Low"}),description:le._({id:"L4nQwl",message:"Suitable for stablecoins with price fluctuations within 0.5%"}),value:"0.0001",title:"K=0.0001",tagBackgroundColor:r,tagColor:o},{tag:le._({id:"agPptk",message:"Medium"}),description:le._({id:"FrP5tr",message:"Suitable for stablecoins with price fluctuations within 2%"}),value:"0.0005",title:"K=0.0005",tagBackgroundColor:n,tagColor:i},{tag:le._({id:"yx/fMc",message:"High"}),description:le._({id:"bC0iyq",message:"Suitable for stablecoins with price fluctuations within 10%"}),value:"0.002",title:"K=0.002",tagBackgroundColor:n,tagColor:i}]:[{tag:le._({id:"agPptk",message:"Medium"}),description:le._({id:"VXTSOE",message:"Suitable for most situations."}),value:"0.5",title:"K=0.5",tagBackgroundColor:n,tagColor:i},{tag:le._({id:"nTWWCZ",message:"Low"}),description:le._({id:"DPi/hO",message:"Results in a relatively fixed price."}),value:"0.01",title:"K=0.01",tagBackgroundColor:n,tagColor:i},{tag:le._({id:"yx/fMc",message:"High"}),description:le._({id:"fKYdE9",message:"Results in a more volatile price."}),value:"1",title:"K=1",tagBackgroundColor:r,tagColor:o}]}),[e,t.palette])}({selectedVersion:o}),[x,y]=z(n);x!==n&&(y(n),m(n));const v=Z((()=>{const e=Ik(h,o);return null!=e?e:""}),[o,h]),b=Z((()=>!(!h||"0"===h||Number(h))),[h]),j=Boolean(v)||b||r&&!h;return Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Ok,{title:Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(e,{id:"sjn3tj",message:"Slippage Coefficient"}),Cn.jsx(f,{title:le._({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:Cn.jsxs(i,{component:d,sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:20,py:8,color:l.palette.text.primary,borderRadius:8,backgroundColor:l.palette.background.cardInput,"&:hover":{backgroundColor:l.palette.hover.default},"&[disabled]>svg":{color:l.palette.text.disabled}},disabled:s,onClick:s?void 0:()=>{p(!0)},children:[Cn.jsx(i,{sx:{typography:"h5",fontWeight:600,lineHeight:"32px"},children:n}),Cn.jsx(i,{component:Fk,sx:{flexShrink:0,width:18,height:18}})]})}),Cn.jsx(Bk,{open:u,onClose:()=>p(!1),title:Cn.jsxs(i,{children:[Cn.jsx(e,{id:"sjn3tj",message:"Slippage Coefficient"}),Cn.jsx(f,{title:le._({id:"+/wf6Z",message:"The smaller the slippage coefficient, the lower the slippage for traders, and the deeper the market depth."}),ml:8})]}),children:Cn.jsxs(i,{sx:{flex:1,overflowY:"auto"},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:12,p:l.spacing(8,28,28)},children:[g.map((e=>{const n=!r&&h===e.value;return Cn.jsx(wk,{title:e.title,description:e.description,onClick:()=>{t({type:uk.UpdateIsSlippageCoefficientCustomized,payload:!1}),m(e.value)},selected:n,subTitle:e.tag?Cn.jsx(Kw,{color:e.tagColor,backgroundColor:e.tagBackgroundColor,tagKey:e.tag}):void 0,sx:{backgroundColor:l.palette.background.paper,borderColor:n?l.palette.primary.main:l.palette.border.main},titleSx:{typography:"body1"}},e.value)})),Cn.jsx(i,{sx:{mt:8},children:Cn.jsx(kk,{errorMsg:v,isCustomized:r,onClick:()=>{r||m(""),t({type:uk.UpdateIsSlippageCoefficientCustomized,payload:!0})},value:h,onChange:e=>{m(e)}})})]}),Cn.jsx(i,{sx:{position:"sticky",bottom:0,px:20,py:16,backgroundColor:"background.paperContrast"},children:Cn.jsx(c,{fullWidth:!0,disabled:j,onClick:()=>{t({type:uk.UpdateSlippageCoefficient,payload:h}),p(!1)},children:Cn.jsx(e,{id:"7VpPHA",message:"Confirm"})})})]})})]})}function Uk({token:t,oppositeTokenAddress:n,dispatch:o,tokenSelectOnChange:r}){var s;const l=a(),{chainId:c,account:u}=$l(),[p,h]=W.useState(!1),m=We(Object.assign({},ja.getFetchTokenQuery(c,null==t?void 0:t.address,u)));return t?Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{component:d,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:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(yc,{address:t.address,marginRight:0,width:24,height:24,chainId:t.chainId||c,noShowChain:!0,sx:{flexShrink:0}}),Cn.jsx(i,{sx:{typography:"h5",color:l.palette.text.primary,fontWeight:600,lineHeight:"32px",flexShrink:0},children:t.symbol}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",typography:"h6",fontWeight:500,color:l.palette.text.secondary,wordBreak:"break-all"},children:["(",Cn.jsx(e,{id:"fsBGk0",message:"Balance"}),": ",!t.address||m.isLoading?Cn.jsx(O,{}):ms({input:null===(s=m.data)||void 0===s?void 0:s.balance,decimals:t.decimals}),")"]})]}),Cn.jsx(i,{component:Fk,sx:{flexShrink:0,ml:"auto",width:18,height:18,color:l.palette.text.secondary}})]}),Cn.jsx(km,{value:t,open:p,chainId:c,occupiedAddrs:[n],occupiedChainId:t.chainId,onClose:()=>{h(!1)},onTokenChange:(e,t)=>{if(!Array.isArray(e)){if(t)return o({type:uk.SwitchTokens}),void h(!1);r(e),h(!1)}},modal:!0})]}):null}const Vk=({baseToken:t,quoteToken:n,dispatch:i})=>{var o,r;return Cn.jsxs(Ok,{title:Cn.jsx(e,{id:"dmiCGN",message:"Select Token Pair"}),children:[Cn.jsx(Uk,{token:t,oppositeTokenAddress:null!==(o=null==n?void 0:n.address)&&void 0!==o?o:"",dispatch:i,tokenSelectOnChange:e=>{i({type:uk.UpdateBaseToken,payload:e})}}),Cn.jsx(Uk,{token:n,oppositeTokenAddress:null!==(r=null==t?void 0:t.address)&&void 0!==r?r:"",dispatch:i,tokenSelectOnChange:e=>{i({type:uk.UpdateQuoteToken,payload:e})}})]})};function Hk({selectedVersion:e,dispatch:t}){const n=a(),{isMobile:o}=ld(),{versionList:r}=yw(),s="light"===n.palette.mode;return Cn.jsx(i,{sx:{display:"flex",flexDirection:"column",gap:12,px:20},children:r.map((n=>{const r=e===n.version;return Cn.jsx(wk,{title:n.title,description:n.description,onClick:()=>{t({type:uk.SelectNewVersion,payload:n.version})},selected:r,children:o&&r&&Cn.jsx(i,{component:s?n.exampleImgUrl:n.exampleDarkImgUrl,sx:{mt:28,width:"100%",height:88.1}})},n.version)}))})}function Wk(){const t=a(),{defaultBaseToken:n,defaultQuoteToken:o}=lk(),{chainId:r}=$l(),[s,l]=W.useReducer(mk,{currentStep:0,selectedVersion:xw.standard,baseToken:n,quoteToken:o,baseAmount:"",quoteAmount:"",isFixedRatio:!0,initPrice:Tw,fixedRatioPrice:kw,leftTokenAddress:null==n?void 0:n.address,feeRate:jw,isFeeRateCustomized:!1,slippageCoefficient:Aw,isSlippageCoefficientCustomized:!1,peggedBaseTokenRatio:"",peggedQuoteTokenRatio:""});!n||s.baseToken&&s.baseToken.chainId===r||l({type:uk.UpdateBaseToken,payload:n}),!o||s.quoteToken&&s.quoteToken.chainId===r||l({type:uk.UpdateQuoteToken,payload:o});const{isMobile:d}=ld(),{versionMap:c}=yw(),u=c[s.selectedVersion],p=s.selectedVersion===xw.singleToken,h=s.selectedVersion===xw.standard,m=s.selectedVersion===xw.pegged,g=p?s.quoteToken:s.baseToken,f=p?s.baseToken:s.quoteToken,x=gk({isSingleTokenVersion:p,leftTokenAddress:s.leftTokenAddress,baseToken:s.baseToken,quoteToken:s.quoteToken,dispatch:l}),y=new Se(s.peggedBaseTokenRatio).div(100).dp(Lw,Se.ROUND_DOWN),v=new Se(s.peggedQuoteTokenRatio).div(100).dp(Lw,Se.ROUND_DOWN),b=m&&y.lte(0),j=m&&v.lte(0),C=Cn.jsxs(i,{sx:{px:20},children:[Cn.jsx(Dm,{canClickBalance:!0,showPercentage:!0,amt:p?s.quoteAmount:s.baseAmount,onInputChange:p?void 0:e=>{l({type:p?uk.UpdateQuoteAmount:uk.UpdateBaseAmount,payload:e})},readOnly:p||b,sx:{backgroundColor:"background.cardInput",padding:t.spacing(20,20,28)},inputSx:{backgroundColor:"background.cardInput"},inputReadonlyTooltip:b?le._({id:"t3d3/V",message:"ratio is 0"}):void 0,token:g,occupiedAddrs:f?[f.address]:void 0,occupiedChainId:r,chainId:r,onTokenChange:m?void 0:(e,t)=>{l(t?{type:uk.SwitchTokens}:{type:p?uk.UpdateQuoteToken:uk.UpdateBaseToken,payload:e})}}),Cn.jsx(Pm,{}),Cn.jsx(Dm,{canClickBalance:!0,showPercentage:!0,amt:p?s.baseAmount:s.quoteAmount,onInputChange:e=>{l({type:p?uk.UpdateBaseAmount:uk.UpdateQuoteAmount,payload:e})},readOnly:h&&s.isFixedRatio&&!!s.fixedRatioPrice||j,sx:{backgroundColor:"background.cardInput",padding:t.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"},inputReadonlyTooltip:j?le._({id:"t3d3/V",message:"ratio is 0"}):le._({id:"5QDjef",message:"The token amount is calculated by initial price."}),token:f,occupiedAddrs:g?[g.address]:void 0,occupiedChainId:r,chainId:r,onTokenChange:(e,t)=>{l(t?{type:uk.SwitchTokens}:{type:p?uk.UpdateBaseToken:uk.UpdateQuoteToken,payload:e})}})]});return Cn.jsx(Tf,{children:Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"flex-start",height:"100%"},d?{}:{height:"auto",overflowX:"auto"}),children:[d?null:Cn.jsxs(i,{sx:{mr:12,flexGrow:1,display:"block",overflow:"hidden"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:20},children:[Cn.jsx(tj,{}),Cn.jsx(i,{sx:{typography:"caption",fontWeight:600,color:"text.primary",mr:"auto"},children:Cn.jsx(e,{id:"pHQq+U",message:"Pool Setup"})}),Cn.jsx(My,{poolType:"PMM"})]}),Cn.jsx(ok,{titleKey:le._({id:"hdIg7i",message:"Select Pool Version"}),index:1,status:0===s.currentStep?"running":"completed"}),Cn.jsx(ak,{versionItem:u,status:0===s.currentStep?"running":"completed"},u.version),Cn.jsx(ok,{titleKey:le._({id:"lsg9Mi",message:"Parameter Settings"}),index:2,status:0===s.currentStep?"waiting":1===s.currentStep?"running":"completed"}),m?Cn.jsx(Pw,{status:0===s.currentStep?"waiting":1===s.currentStep?"running":"completed",baseToken:s.baseToken,quoteToken:s.quoteToken,initPrice:s.initPrice,slippageCoefficient:s.slippageCoefficient,selectedVersion:s.selectedVersion,midPrice:void 0}):Cn.jsx(nk,{status:0===s.currentStep?"waiting":1===s.currentStep?"running":"completed",baseToken:s.baseToken,quoteToken:s.quoteToken,initPrice:s.initPrice,slippageCoefficient:s.slippageCoefficient,selectedVersion:s.selectedVersion,baseAmount:s.baseAmount,quoteAmount:s.quoteAmount}),m&&Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(ok,{titleKey:le._({id:"6lss/t",message:"Pricing Model"}),index:3,status:s.currentStep>2?"completed":2===s.currentStep?"running":"waiting"}),Cn.jsx(ik,{isWaiting:s.currentStep<2,selectedSubPeggedVersion:s.selectedSubPeggedVersion})]}),m?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(ok,{titleKey:le._({id:"Y7rVy0",message:"Fee Rate"}),index:4,status:s.currentStep>3?"completed":3===s.currentStep?"running":"waiting"}),Cn.jsx(Jw,{isWaiting:s.currentStep<3,feeRate:s.feeRate})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(ok,{titleKey:le._({id:"Y7rVy0",message:"Fee Rate"}),index:3,status:2===s.currentStep?"running":"waiting"}),Cn.jsx(Jw,{isWaiting:s.currentStep<2,feeRate:s.feeRate})]}),m&&Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(ok,{titleKey:le._({id:"3ggd2j",message:"Asset ratio within the pool"}),index:5,status:s.currentStep>4?"completed":4===s.currentStep?"running":"waiting"}),Cn.jsx(ek,{isWaiting:s.currentStep<4,baseToken:s.baseToken,quoteToken:s.quoteToken,initPrice:s.initPrice,slippageCoefficient:s.slippageCoefficient,selectedVersion:s.selectedVersion,baseAmount:s.baseAmount,quoteAmount:s.quoteAmount,peggedBaseTokenRatio:s.peggedBaseTokenRatio,peggedQuoteTokenRatio:s.peggedQuoteTokenRatio})]})]}),Cn.jsxs(i,{sx:Object.assign({flexGrow:1,flexShrink:0,flexBasis:375,borderRadius:0,backgroundColor:"background.paper",minHeight:"100%"},d?{}:{pb:20,borderRadius:16,flexGrow:0,minHeight:"auto",height:"100%",position:"sticky",top:"0px",overflowY:"hidden"}),children:[Cn.jsx(rk,{currentStep:s.currentStep,isPeggedVersion:m}),0===s.currentStep&&Cn.jsx(Hk,{selectedVersion:s.selectedVersion,dispatch:l}),1===s.currentStep&&Cn.jsxs(Cn.Fragment,{children:[m?Cn.jsx(Cn.Fragment,{children:Cn.jsx(Vk,{baseToken:s.baseToken,quoteToken:s.quoteToken,dispatch:l})}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Xw,{baseToken:s.baseToken,quoteToken:s.quoteToken,initPrice:s.initPrice,slippageCoefficient:s.slippageCoefficient,selectedVersion:s.selectedVersion,baseAmount:s.baseAmount,quoteAmount:s.quoteAmount}),C]}),Cn.jsx(qk,{dispatch:l,slippageCoefficient:s.slippageCoefficient,selectedVersion:s.selectedVersion,isCustomized:s.isSlippageCoefficientCustomized,isStandardVersion:h}),Cn.jsx(Rk,{selectedVersion:s.selectedVersion,isFixedRatio:s.isFixedRatio,leftTokenAddress:s.leftTokenAddress,baseToken:s.baseToken,quoteToken:s.quoteToken,fixedRatioPrice:s.fixedRatioPrice,dispatch:l,isStandardVersion:h,isSingleTokenVersion:p,priceInfo:x})]}),m&&2===s.currentStep&&Cn.jsx(_k,{selectedVersion:s.selectedVersion,selectedSubPeggedVersion:s.selectedSubPeggedVersion,baseToken:s.baseToken,quoteToken:s.quoteToken,initPrice:s.initPrice,dispatch:l}),s.currentStep===(m?3:2)&&Cn.jsx(Sk,{dispatch:l,feeRate:s.feeRate,isFeeRateCustomized:s.isFeeRateCustomized}),m&&4===s.currentStep&&Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Xw,{baseToken:s.baseToken,quoteToken:s.quoteToken,initPrice:s.initPrice,slippageCoefficient:s.slippageCoefficient,selectedVersion:s.selectedVersion,baseAmount:s.baseAmount,quoteAmount:s.quoteAmount}),Cn.jsx(Pk,{dispatch:l,baseToken:s.baseToken,quoteToken:s.quoteToken,peggedBaseTokenRatio:s.peggedBaseTokenRatio,peggedQuoteTokenRatio:s.peggedQuoteTokenRatio,initPrice:s.initPrice,baseAmount:s.baseAmount,quoteAmount:s.quoteAmount}),Cn.jsx(Ok,{title:Cn.jsx(e,{id:"E4LM3N",message:"Add Initial Liquidity"}),sx:{mt:20},children:Cn.jsx(i,{sx:{mx:-20},children:C})})]}),Cn.jsx(i,{sx:Object.assign({pb:160},d?{}:{pb:28})}),Cn.jsx(jk,{state:s,dispatch:l,isPeggedVersion:m,isStandardVersion:h,isSingleTokenVersion:p,fiatPriceLoading:x.fiatPriceLoading})]})]})})}function Zk({open:t,onClose:n,title:o,children:r,singleBtn:a,danger:s,singleBtnText:l,cancelText:d,confirmText:u,disabledConfirm:p,confirmLoading:h,isManualClose:m,onConfirm:g}){const f=Bk;return Cn.jsx(f,{open:t,onClose:n,title:Cn.jsx(i,{sx:{textAlign:"center"},children:o}),canBack:!1,titleCenter:!0,children:Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",justifyContent:"space-between",flex:1,width:"100%"},children:[Cn.jsx(i,{sx:{typography:"body2",color:o?"text.secondary":"text.primary",textAlign:"center",wordBreak:"break-all",mt:20,px:36},children:r}),a?Cn.jsx(i,{sx:{px:20},children:Cn.jsx(c,{fullWidth:!0,variant:c.Variant.outlined,danger:s,sx:{mt:32,mb:20},onClick:()=>{n()},children:l||Cn.jsx(e,{id:"DPfwMq",message:"Done"})})}):Cn.jsxs(i,{sx:{mt:24,mb:20,mx:20,display:"flex",alignItems:"center","& > button":{flex:1}},children:[Cn.jsx(c,{variant:c.Variant.second,onClick:()=>{n()},children:d||Cn.jsx(e,{id:"dEgA5A",message:"Cancel"})}),Cn.jsx(c,{sx:{ml:8},variant:c.Variant.outlined,danger:s,disabled:p,isLoading:h,onClick:()=>{g&&g(),m||n()},children:u||Cn.jsx(e,{id:"7VpPHA",message:"Confirm"})})]})]})})}function $k({sx:t,onClick:n}){const o=a();return Cn.jsxs(r,{onClick:()=>{n?n():Af.getState().back()},sx:ne({display:"inline-flex",alignItems:"center",cursor:"pointer","& > svg":{mr:10}},t),children:[Cn.jsx(i,{sx:{color:o.palette.text.secondary,width:24,height:24,display:"flex",alignItems:"center",justifyContent:"center",borderColor:o.palette.border.main,borderStyle:"solid",borderWidth:1,borderRadius:"50%",backgroundColor:o.palette.background.paper,mr:6},children:Cn.jsx(Mn.ArrowBack,{})}),Cn.jsx(e,{id:"CKyk7Q",message:"Go back"})]})}function zk({open:t,onClose:n,alertContent:o,onConfirm:r}){const s=a(),[l,d]=W.useState(!1),u=le._({id:"LQU+Dm",message:"Risk Disclaimer"});return Cn.jsx(Bk,{open:t,onClose:n,title:u,canBack:!1,titleCenter:!0,children:Cn.jsxs(i,{sx:{flex:1,display:"flex",flexDirection:"column",justifyContent:"space-between"},children:[Cn.jsx(i,{sx:{mb:20,mx:20,maxHeight:275,overflowY:"auto",borderWidth:1,borderRadius:10,borderStyle:"solid",borderColor:"border.main",p:s.spacing(20),typography:"body2",backgroundColor:s.palette.background.input,color:s.palette.text.primary,textAlign:"left"},children:o}),Cn.jsxs(i,{sx:{padding:20,pt:12,backgroundColor:s.palette.background.paperContrast},children:[Cn.jsxs(i,{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:[Cn.jsx(E,{sx:{top:-1},checked:l,onChange:e=>{const{checked:t}=e.target;d(t)}}),Cn.jsx(i,{children:Cn.jsx(e,{id:"dqWPbT",message:"I have read, understand, and agree to the <0>Terms of Service</0>.",components:{0:Cn.jsx("a",{href:"https://docs.dodoex.io/home/terms-of-service",target:"_blank",rel:"noopener noreferrer"})}})})]}),Cn.jsx(i,{sx:{mt:12,display:"flex",alignItems:"center"},children:Cn.jsx(c,{sx:{},disabled:!l,fullWidth:!0,onClick:()=>{d(!1),null==r||r()},children:Cn.jsx(e,{id:"7VpPHA",message:"Confirm"})})})]})]})})}function Gk({id:e,chainId:t}){var n,i,o,r,a,s,l,d,c,u,p,h,m;const g=t?aa[t]:"",f=Kl().getQuery(me.graphql.fetchPool,{id:e||"",where:{refreshNow:!1,chain:g},liquidityWhere:{chain:g,refreshNow:!1,filterState:{address:e}}}),x=We(Object.assign(Object.assign({},f),{enabled:!!e})),{pair:y,liquidity_list:v}=null!==(n=x.data)&&void 0!==n?n:{},b=null===(o=null===(i=null==v?void 0:v.lqList)||void 0===i?void 0:i[0])||void 0===o?void 0:o.pair;return Object.assign(Object.assign({},x),{poolDetail:y&&t?Object.assign(Object.assign({},y),{address:y.id,type:y.type,chainId:t,baseToken:Ol(y.baseToken,t),quoteToken:Ol(y.quoteToken,t),miningAddress:null!==(a=null===(r=null==b?void 0:b.miningAddress)||void 0===r?void 0:r[0])&&void 0!==a?a:"",apy:null==b?void 0:b.apy,baseApy:(null==b?void 0:b.apy)?Is(new Se(null!==(s=b.apy.transactionBaseApy)&&void 0!==s?s:0).plus(null!==(l=b.apy.miningBaseApy)&&void 0!==l?l:0)):void 0,quoteApy:Number(null===(d=null==b?void 0:b.apy)||void 0===d?void 0:d.transactionQuoteApy)||Number(null===(c=null==b?void 0:b.apy)||void 0===c?void 0:c.miningQuoteApy)?Is(new Se(null!==(p=null===(u=null==b?void 0:b.apy)||void 0===u?void 0:u.transactionQuoteApy)&&void 0!==p?p:0).plus(null!==(m=null===(h=null==b?void 0:b.apy)||void 0===h?void 0:h.miningQuoteApy)&&void 0!==m?m:0)):void 0,isCpPool:!1,cpAddress:void 0,cpLiquidator:void 0,cpCreator:void 0,cpCreatedAtTimestamp:void 0}):null})}function Yk({disabled:t,chainId:n,baseStatus:i,quoteStatus:o,onClick:r}){const{account:a}=$l();return a?i.needShowTokenStatusButton||o.needShowTokenStatusButton?Cn.jsx(Ev,{status:i.needShowTokenStatusButton?i:o,buttonProps:{variant:c.Variant.contained,fullWidth:!0}}):Cn.jsx(c,{variant:c.Variant.contained,fullWidth:!0,disabled:t,onClick:()=>r(),children:Cn.jsx(e,{id:"7VpPHA",message:"Confirm"})}):Cn.jsx(Hf,{chainId:n,variant:c.Variant.contained,fullWidth:!0,includeButton:!0})}function Qk({state:t,pool:n,loading:o}){var r,s;const{baseToken:l,quoteToken:d,baseAmount:u,quoteAmount:p,initPrice:h,slippageCoefficient:m,feeRate:g}=t,f=We(Sl.getPMMStateQuery(null==n?void 0:n.chainId,null==n?void 0:n.address,null==n?void 0:n.type,null===(r=null==n?void 0:n.baseToken)||void 0===r?void 0:r.decimals,null===(s=null==n?void 0:n.quoteToken)||void 0===s?void 0:s.decimals)),x=a(),{isMobile:y}=ld(),{account:v}=$l(),b=Af(),[j,C]=W.useState(!1),w=f.data&&u?new Se(u).minus(f.data.baseReserve):void 0,k=f.data&&p?new Se(p).minus(f.data.quoteReserve):void 0,T=null==w?void 0:w.lt(0),E=Hd(l,{amount:w}),A=Hd(d,{amount:k});let I=!n||o||!u||Number(u)<0||!p||Number(p)<0;if(!I&&d){const e=new Se(h),t=Math.min(d.decimals,16);(!h||e.isNaN()||e.lt(`1e-${t}`)||e.gt(Ew))&&(I=!0);const n=new Se(m);(!m||n.isNaN()||n.lt(0)||n.gt(Aw))&&(I=!0);const i=new Se(g);(!g||i.isNaN()||i.lt(0)||i.gt(ww))&&(I=!0)}const{modifyDPPMutation:S}=$v({pool:n||void 0});return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:Object.assign(Object.assign({position:"sticky",left:0,right:0,bottom:0,backgroundColor:x.palette.background.paperContrast,px:20,py:20},y?{}:{position:"static",backgroundColor:"transparent",py:0}),{display:"flex",alignItems:"center",gap:8}),children:[y&&!!v&&Cn.jsx(c,{variant:c.Variant.second,fullWidth:!0,onClick:()=>{b.back()},children:Cn.jsx(e,{id:"dEgA5A",message:"Cancel"})}),Cn.jsx(Yk,{disabled:I,chainId:null==n?void 0:n.chainId,baseStatus:E,quoteStatus:A,onClick:()=>C(!0)})]}),Cn.jsx(xk,{on:j,onClose:()=>C(!1),state:t,isModify:!0,loading:S.isPending,onConfirm:()=>{var e,n;S.mutate({txTitle:le._({id:"KRnA5J",message:"Set pool parameters"}),baseAmount:null!==(e=null==w?void 0:w.toString())&&void 0!==e?e:"",quoteAmount:null!==(n=null==k?void 0:k.toString())&&void 0!==n?n:"",isRemove:T,feeRate:t.feeRate,initPrice:t.initPrice,slippageCoefficient:t.slippageCoefficient,submittedBack:()=>{C(!1),b.push({type:Ef.Pool,params:{tab:Zb.myCreated}})}})}})]})}function Xk({dispatch:t,feeRate:n,isCustomized:o}){const r=a(),[s,l]=W.useState(!1),[d,u]=W.useState(n),p=Ek();!d&&n&&u(n);const h=Ak(d),m=!(!d||"0"===d||Number(d)),g=Boolean(h)||m||o&&!d;return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",mt:20,px:20},children:[Cn.jsxs(i,{sx:{fontWeight:500,display:"flex",alignItems:"center"},children:[Cn.jsx(e,{id:"Y7rVy0",message:"Fee Rate"}),Cn.jsx(f,{title:le._({id:"2vjOqX",message:"Pools with lower transaction fees will attract more traders."}),ml:8,size:16})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",ml:12},children:[n,"%",Cn.jsx(c,{variant:c.Variant.tag,sx:{ml:12,fontSize:12},onClick:()=>l(!0),children:Cn.jsx(e,{id:"ePK91l",message:"Edit"})})]})]}),Cn.jsx(Bk,{open:s,onClose:()=>l(!1),title:Cn.jsxs(i,{children:[Cn.jsx(e,{id:"Y7rVy0",message:"Fee Rate"}),Cn.jsx(f,{title:le._({id:"2vjOqX",message:"Pools with lower transaction fees will attract more traders."}),ml:8})]}),children:Cn.jsxs(i,{sx:{flex:1,overflowY:"auto"},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:12,p:r.spacing(8,28,28)},children:[p.map((e=>{const n=!o&&d===e.value;return Cn.jsx(wk,{title:e.title,description:e.description,onClick:()=>{t({type:uk.UpdateIsFeeRateCustomized,payload:!1}),u(e.value)},selected:n,subTitle:e.tag?Cn.jsx(Kw,{color:e.tagColor,backgroundColor:e.tagBackgroundColor,tagKey:e.tag}):void 0,sx:{backgroundColor:r.palette.background.paper,borderColor:n?r.palette.primary.main:r.palette.border.main}},e.value)})),Cn.jsx(i,{sx:{mt:8},children:Cn.jsx(kk,{errorMsg:h,isCustomized:o,onClick:()=>{o||u(""),t({type:uk.UpdateIsFeeRateCustomized,payload:!0})},value:d,onChange:e=>{u(e)}})})]}),Cn.jsx(i,{sx:{position:"sticky",bottom:0,px:20,py:16,backgroundColor:"background.paperContrast"},children:Cn.jsx(c,{fullWidth:!0,disabled:g,onClick:()=>{t({type:uk.UpdateFeeRate,payload:d}),l(!1)},children:Cn.jsx(e,{id:"7VpPHA",message:"Confirm"})})})]})})]})}function Kk({titleKey:e}){const t=a();return Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{sx:{mt:28,mb:28,borderTopColor:"divider",borderTopStyle:"solid",borderTopWidth:1}}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",mb:20},children:Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:t.palette.text.primary},children:e})})]})}function Jk({params:t}){var n,o,r,s;const l=a(),{isMobile:d}=ld(),{chainId:c}=$l(),[u,p]=W.useState(!1),[h,m]=W.useReducer(mk,{currentStep:0,selectedVersion:xw.marketMakerPool,baseToken:null,quoteToken:null,baseAmount:"",quoteAmount:"",isFixedRatio:!0,initPrice:kw,fixedRatioPrice:kw,leftTokenAddress:void 0,feeRate:jw,isFeeRateCustomized:!1,slippageCoefficient:Aw,isSlippageCoefficientCustomized:!1,peggedBaseTokenRatio:"",peggedQuoteTokenRatio:""});W.useEffect((()=>{p(!window.localStorage.getItem(Xa.PoolEditPage))}),[]);const[g,f]=W.useState("inital"),x=Gk({id:null==t?void 0:t.address,chainId:null==t?void 0:t.chainId}),{poolDetail:y}=x,v=hn(x,["poolDetail"]);v.isPending||v.error||y||"inital"!==g||f("open"),!h.baseToken&&(null==y?void 0:y.baseToken)&&m({type:uk.InitEditParameters,payload:y});const b=We(Sl.getPMMStateQuery(null==y?void 0:y.chainId,null==y?void 0:y.address,null==y?void 0:y.type,null===(n=null==y?void 0:y.baseToken)||void 0===n?void 0:n.decimals,null===(o=null==y?void 0:y.quoteToken)||void 0===o?void 0:o.decimals));if(!h.slippageCoefficient&&(null===(s=null===(r=b.data)||void 0===r?void 0:r.pmmParamsBG)||void 0===s?void 0:s.k)){const e=b.data.pmmParamsBG.k.toString(),t=!ck({selectedVersion:h.selectedVersion}).includes(e);m({type:uk.UpdateSlippageCoefficient,payload:e}),m({type:uk.UpdateIsSlippageCoefficientCustomized,payload:t})}!h.baseAmount&&b.data&&(m({type:uk.UpdateBaseAmount,payload:b.data.baseReserve.toString()}),m({type:uk.UpdateQuoteAmount,payload:b.data.quoteReserve.toString()})),!h.fixedRatioPrice&&b.data&&m({type:uk.UpdateFixedRatioPrice,payload:b.data.pmmParamsBG.i.toString()});const C=We(Sl.getLPFeeRateQuery(null==y?void 0:y.chainId,null==y?void 0:y.address,null==y?void 0:y.type));if(!h.feeRate&&C.data){const e=C.data.times(100).toString(),t=-1===Tk().findIndex((t=>t.value===e));m({type:uk.UpdateFeeRate,payload:e}),m({type:uk.UpdateIsFeeRateCustomized,payload:t})}const w=h.selectedVersion===xw.singleToken,k=h.selectedVersion===xw.standard,T=gk({isSingleTokenVersion:w,leftTokenAddress:h.leftTokenAddress,baseToken:h.baseToken,quoteToken:h.quoteToken,dispatch:m}),{versionMap:E}=yw(),A=E[h.selectedVersion],I=!(null==y?void 0:y.baseToken),S=Cn.jsx(j,{variant:"rounded",width:210,height:60,sx:{padding:16,borderRadius:8}}),L=Cn.jsx(j,{variant:"rounded",height:167,sx:{mx:20,borderRadius:16}});return Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Tf,{children:Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"flex-start"},d?{height:"100%"}:{height:"auto"}),children:[d?null:Cn.jsxs(i,{sx:{mr:12,flexGrow:1,display:"block"},children:[Cn.jsx($k,{}),Cn.jsx(i,{sx:{mt:28,typography:"h5",fontWeight:600,color:"text.primary"},children:Cn.jsx(e,{id:"pHQq+U",message:"Pool Setup"})}),Cn.jsx(Kk,{titleKey:le._({id:"hdIg7i",message:"Select Pool Version"})}),Cn.jsx(ak,{versionItem:A,status:"completed"},A.version),Cn.jsx(Kk,{titleKey:le._({id:"lsg9Mi",message:"Parameter Settings"})}),I?S:Cn.jsx(nk,{status:"running",baseToken:h.baseToken,quoteToken:h.quoteToken,initPrice:h.initPrice,slippageCoefficient:h.slippageCoefficient,selectedVersion:h.selectedVersion,baseAmount:h.baseAmount,quoteAmount:h.quoteAmount}),Cn.jsx(Kk,{titleKey:le._({id:"Y7rVy0",message:"Fee Rate"})}),I?S:Cn.jsx(Jw,{isWaiting:!1,feeRate:h.feeRate})]}),Cn.jsxs(i,{sx:Object.assign({flexGrow:1,flexShrink:0,flexBasis:375,backgroundColor:"background.paper"},d?{width:"100%",borderRadius:0,minHeight:"100%"}:{pb:20,borderRadius:16,flexGrow:0,minHeight:"auto"}),children:[Cn.jsx(i,{sx:Object.assign({top:0,py:20,px:20,backgroundColor:l.palette.background.paper,zIndex:1},d?{position:"sticky"}:{position:"static",borderTopLeftRadius:16,borderTopRightRadius:16}),children:Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},children:Cn.jsx(i,{sx:{typography:"h5",color:l.palette.text.primary,fontWeight:600},children:Cn.jsx(e,{id:"6XYkjc",message:"Edit Parameter Settings"})})})}),I?null:Cn.jsx(Xw,{baseToken:h.baseToken,quoteToken:h.quoteToken,initPrice:h.initPrice,slippageCoefficient:h.slippageCoefficient,selectedVersion:h.selectedVersion,baseAmount:h.baseAmount,quoteAmount:h.quoteAmount}),I?L:Cn.jsxs(i,{sx:{px:20},children:[Cn.jsx(Dm,{canClickBalance:!0,showPercentage:!0,amt:h.baseAmount,onInputChange:e=>{m({type:uk.UpdateBaseAmount,payload:e})},readOnly:w,token:h.baseToken,occupiedAddrs:h.quoteToken?[h.quoteToken.address]:void 0,occupiedChainId:c,chainId:c}),Cn.jsx(Bm,{}),Cn.jsx(Dm,{canClickBalance:!0,showPercentage:!0,amt:h.quoteAmount,onInputChange:e=>{m({type:uk.UpdateQuoteAmount,payload:e})},token:h.quoteToken,occupiedAddrs:h.baseToken?[h.baseToken.address]:void 0,occupiedChainId:c,chainId:c})]}),I?null:Cn.jsxs(Cn.Fragment,{children:[h.selectedVersion!==xw.standard&&Cn.jsx(qk,{dispatch:m,slippageCoefficient:h.slippageCoefficient,selectedVersion:h.selectedVersion,isCustomized:h.isSlippageCoefficientCustomized,isStandardVersion:k}),Cn.jsx(Rk,{selectedVersion:h.selectedVersion,isFixedRatio:h.isFixedRatio,leftTokenAddress:h.leftTokenAddress,baseToken:h.baseToken,quoteToken:h.quoteToken,fixedRatioPrice:h.fixedRatioPrice,dispatch:m,isStandardVersion:k,isSingleTokenVersion:w,priceInfo:T}),Cn.jsx(Xk,{dispatch:m,feeRate:h.feeRate,isCustomized:h.isFeeRateCustomized})]}),Cn.jsx(i,{sx:{pb:160,[l.breakpoints.up("tablet")]:{pb:28}}}),Cn.jsx(Qk,{state:h,pool:y,loading:I})]})]})}),Cn.jsx(Zk,{singleBtn:!0,open:"open"===g,onClose:()=>f("close"),onConfirm:()=>f("close"),title:le._({id:"Da1+Da",message:"Pool not found. Please switch to another network and retry."})}),Cn.jsx(zk,{open:u,onClose:()=>{p(!1)},onConfirm:()=>{window.localStorage.setItem(Xa.PoolEditPage,"1"),p(!1)},alertContent:Cn.jsx(e,{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 eT(e){return null==e?0:new Se(e).dp(4,Se.ROUND_DOWN).toNumber()}function tT({unit:t,data:n,masterKey:o,sumKey:r}){const s=a(),l=W.useRef(null),[d,c]=W.useState(null),[u,p]=W.useState(0);W.useEffect((()=>{const e=()=>{l&&l.current&&p(l.current.offsetWidth)};return setTimeout(e,100),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[l]);const h="light"===s.palette.mode?T(s.palette.success.main,.6):s.palette.primary.main,m="#ff9553",g=n[n.length-2],f="date";let x=[];if(null==n?void 0:n.length){let e=n[0][o];n.forEach((t=>{t[o]>e&&(e=t[o])})),x=e?[0,Math.ceil(e/3),Math.ceil(e/3*2),e]:[0]}let y=0;x.forEach((e=>{const t=Ts(new Se(e));let n=t.replace(".","").length;t.indexOf(".")>-1&&(n+=.11),n>y&&(y=n)}));const v=10*y+2;return Cn.jsxs(i,{ref:l,sx:{position:"relative"},children:[Cn.jsxs(i,{sx:{minHeight:62,mb:10},children:[Cn.jsxs(i,{sx:{typography:"caption",mb:8},children:[t||Cn.jsx("span",{children:" "}),hs({input:null==g?void 0:g[r]})]}),Cn.jsx(i,{sx:{color:"text.secondary"},children:Ot(null==g?void 0:g[f]).format("LL")})]}),Cn.jsxs(qt,{width:u,height:364,data:n,margin:{top:5,right:10,left:0,bottom:5},children:[Cn.jsx("defs",{children:n.map(((e,t)=>Cn.jsxs("linearGradient",{id:`colorBar${e.date}`,x1:"0",x2:"0",y1:"0",y2:"1",children:[Cn.jsx("stop",{offset:"0%",stopColor:t===n.length-1?m:h}),Cn.jsx("stop",{offset:"100%",stopColor:T(t===n.length-1?m:h,.04)})]},e.date)))}),Cn.jsx(Bt,{hide:!0,dataKey:f,axisLine:!1,tickFormatter:e=>Ot(e).format("MM-DD")}),Cn.jsx(Dt,{orientation:"right",axisLine:!1,ticks:x,width:v,tickFormatter:e=>Ts(new Se(e))}),Cn.jsx(Ut,{isAnimationActive:!1,content:({active:t,payload:n,label:o})=>{if(!(t&&n&&n.length))return null;const r=Ot(o).format("YYYY-MM-DD")===Ot().format("YYYY-MM-DD");return Cn.jsxs(i,{sx:{px:10,py:12,maxWidth:240,borderRadius:8,backgroundColor:"background.paperContrast",typography:"h6",color:"text.secondary"},children:[Cn.jsx(i,{sx:{mr:8},children:Ot(o).format("MM-DD HH:mm")}),Cn.jsx(i,{children:n[0].value}),r?Cn.jsx(i,{children:Cn.jsx(e,{id:"ubzjDN",message:"Real Time"})}):""]})},cursor:!1,coordinate:{x:0,y:0}}),Cn.jsx(Vt,{dataKey:o,onMouseMove:e=>{c(e[f])},onMouseLeave:()=>{c(null)},children:n.map((e=>Cn.jsx(Ht,{fill:`url(#colorBar${e.date})`},e.date)))}),d&&Cn.jsx(Wt,{x:d,stroke:h,strokeDasharray:"3 3"})]})]})}var nT,iT;function oT({poolDetail:e,chart24hDataFirst:t}){var n,o,r,s,l,d,c,u;const p=a(),[h,m]=W.useState(t?nT.volume:nT.depth),g={key:nT.depth,value:le._({id:"n25Lml",message:"Depth"})},f=[{key:nT.volume,value:le._({id:"/cF7Rs",message:"Volume"})},{key:nT.feeRevenue,value:le._({id:"9QjAGB",message:"FeeRevenue"})},{key:nT.traders,value:le._({id:"qDhDFK",message:"Traders"})}];t?f.push(g):f.splice(0,0,g);const x=function({address:e,chainId:t,day:n}){var i,o,r;const a=t?aa[t]:"",s=Kl().getQuery(me.graphql.fetchPoolDayData,{where:{pair_address:null!=e?e:"",chain:a,day:n}}),l=We(Object.assign(Object.assign({},s),{enabled:!!e&&!!t})),d=null!==(r=null===(o=null===(i=l.data)||void 0===i?void 0:i.dashboard_pairs_day_data)||void 0===o?void 0:o.map((e=>{var t,n;return{volume:eT(null==e?void 0:e.volumeUsd),fee:eT(new Se(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:eT(null==e?void 0:e.tvlUsd)}})))&&void 0!==r?r:[];return Object.assign(Object.assign({},l),{dayDataList:d})}({chainId:null==e?void 0:e.chainId,address:null==e?void 0:e.address,day:30}),y=We(Sl.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===(o=null==e?void 0:e.quoteToken)||void 0===o?void 0:o.decimals)),{pmmParamsBG:v}=null!==(r=y.data)&&void 0!==r?r:{},b=v?{i:v.i.toNumber(),k:v.k.toNumber(),b:v.b.toNumber(),b0:v.b0.toNumber(),q:v.q.toNumber(),q0:v.k.isEqualTo(0)?v.q.toNumber():v.q0.toNumber(),R:v.k.isEqualTo(0)?0:v.R}:void 0,j=b?Ee(b):void 0,[C,w]=W.useState(!1),k=C&&(null===(s=y.data)||void 0===s?void 0:s.midPrice)?new Se(1).div(null===(l=y.data)||void 0===l?void 0:l.midPrice):null===(d=y.data)||void 0===d?void 0:d.midPrice;return Cn.jsx(i,{sx:{mt:24,[p.breakpoints.up("tablet")]:{mt:20,pt:28,borderTop:`1px solid ${p.palette.border.main}`}},children:Cn.jsxs(A,{value:h,onChange:(e,t)=>m(t),children:[Cn.jsx(D,{tabs:f,variant:"rounded",tabsListSx:{borderWidth:0,gap:4,mb:24}}),h===nT.depth&&(null==e?void 0:e.baseToken)&&(null==e?void 0:e.quoteToken)?Cn.jsx(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:Cn.jsx(rT,{baseToken:null==e?void 0:e.baseToken,quoteToken:null==e?void 0:e.quoteToken,midPrice:k,isSwitchMidPrice:C,setIsSwitchMidPrice:w,showMidPrice:h===nT.depth})}):"",Cn.jsx(L,{value:nT.depth,children:Cn.jsx(Yw,{baseToken:null!==(c=null==e?void 0:e.baseToken)&&void 0!==c?c:null,quoteToken:null!==(u=null==e?void 0:e.quoteToken)&&void 0!==u?u:null,pmmParams:b,pmmModel:j,midPrice:k})}),Cn.jsx(L,{value:nT.volume,children:Cn.jsx(tT,{data:x.dayDataList,masterKey:"volume",sumKey:"volume",unit:"$"})}),Cn.jsx(L,{value:nT.feeRevenue,children:Cn.jsx(tT,{data:x.dayDataList,masterKey:"fee",sumKey:"fee",unit:"$"})}),Cn.jsx(L,{value:nT.traders,children:Cn.jsx(tT,{data:x.dayDataList,masterKey:"traders",sumKey:"traders",unit:""})})]})})}function rT({baseToken:e,quoteToken:t,midPrice:n,isSwitchMidPrice:o,setIsSwitchMidPrice:a,showMidPrice:s}){const l=null==e?void 0:e.symbol,d=null==t?void 0:t.symbol,c=o?d:l,u=o?l:d;return Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},children:s?Cn.jsxs(i,{sx:{mt:4,typography:"body2",color:"text.secondary",wordBreak:"break-all",display:"flex"},children:[`1 ${c} = ${n?hs({input:n,showDecimals:16}):"-"} ${u}`,Cn.jsx(r,{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:()=>a((e=>!e)),children:Cn.jsx(i,{component:Mn.Switch})})]}):""})}function aT({poolDetail:t}){var n,o,r;const{isMobile:s}=ld(),l=a(),c=null==t?void 0:t.chainId;null===(r=We(Sl.getPMMStateQuery(null==t?void 0:t.chainId,null==t?void 0:t.address,null==t?void 0:t.type,null===(n=null==t?void 0:t.baseToken)||void 0===n?void 0:n.decimals,null===(o=null==t?void 0:t.quoteToken)||void 0===o?void 0:o.decimals)).data)||void 0===r||r.midPrice;const u=function({pool:e}){var t,n,i,o,r,a,s;const{chainId:l,address:d,type:c,baseToken:u,quoteToken:p}=e||{},h=null!=d?d:"",m=l?aa[l]:"",g=null==u?void 0:u.decimals,f=null==p?void 0:p.decimals,x=We(Sl.getPMMStateQuery(l,d,c,null==u?void 0:u.decimals,null==p?void 0:p.decimals)),y=null===(t=x.data)||void 0===t?void 0:t.midPrice,v=We(Sl.getTotalBaseLpQuery(l,d,c,g)),b=We(Sl.getTotalQuoteLpQuery(l,d,c,f)),j=We(Sl.getReserveLpQuery(l,d,c,g,f)),C=We(Sl.getClassicalTargetQuery(l,d,c,g,f)),w=v.data;let k=b.data;k||b.isLoading||b.error||!w||(k=w);const{baseReserve:T,quoteReserve:E}=j.data||{},A=null===(n=C.data)||void 0===n?void 0:n.baseTarget,I=null===(i=C.data)||void 0===i?void 0:i.quoteTarget,S=dk({tokens:p?[p]:[]}),L=Kl(),O=We(Object.assign(Object.assign({},L.getQuery(me.graphql.fetchLiquidityPositions,{id:h,where:{pair:h,liquidityTokenBalance_not:"0",chain:m,refreshNow:!0},miningWhere:{pair:h,liquidityTokenInMining_not:"0",chain:m},first:1e3,orderBy:"liquidityTokenBalance",orderDirection:"desc"})),{enabled:!!d})),{balance:R,mining:_,pair:M}=null!==(o=O.data)&&void 0!==o?o:{};let P=[];const B=p?null===(r=S.data)||void 0===r?void 0:r.get(p.address):void 0;if(R&&_&&M){const{baseLpToken:e,quoteLpToken:t}=M,n=new Map,i=(null==e?void 0:e.id)===(null==t?void 0:t.id);for(const o of R){const{id:r,liquidityTokenBalance:a}=o,s=new Se(null!=a?a:0),[l,u]=r.split("-");let p={id:l,baseSupplied:new Se(0),quoteSupplied:new Se(0)};n.has(p.id)?p=n.get(p.id):n.set(p.id,p);const[,h]=gv(s,w,T,A,d,c,g);h&&(i||u===(null==e?void 0:e.id))&&(p.baseSupplied=h);const[,m]=gv(s,k,E,I,d,c,f);m&&(i||u===(null==t?void 0:t.id))&&(p.quoteSupplied=m)}for(const o of _){const{id:r,liquidityTokenInMining:a}=o,s=new Se(null!=a?a:0),[l,u]=r.split("-"),[,p]=gv(s,w,T,A,d,c,g),[,h]=gv(s,k,E,I,d,c,f);if(n.has(l)){const o=n.get(l);p&&(i||u===(null==e?void 0:e.id))&&(o.baseSupplied=p.plus(o.baseSupplied)),h&&(i||u===(null==t?void 0:t.id))&&(o.quoteSupplied=h.plus(o.quoteSupplied))}else{const o={id:l,baseSupplied:new Se(0),quoteSupplied:new Se(0)};p&&(i||u===(null==e?void 0:e.id))&&(o.baseSupplied=p),h&&(i||u===(null==t?void 0:t.id))&&(o.quoteSupplied=h),n.set(o.id,o)}}const o=(null!==(a=null==u?void 0:u.decimals)&&void 0!==a?a:0)>6?6:4,r=(null!==(s=null==p?void 0:p.decimals)&&void 0!==s?s:0)>6?6:4,l=B;n.forEach((e=>{var t,n;P.push({userId:e.id,baseSupplied:e.baseSupplied?hs({input:e.baseSupplied,showDecimals:o}):"0",quoteSupplied:e.quoteSupplied?hs({input:e.quoteSupplied,showDecimals:r}):"0",baseTokenAddress:null!==(t=null==u?void 0:u.address)&&void 0!==t?t:"",quoteTokenAddress:null!==(n=null==p?void 0:p.address)&&void 0!==n?n:"",baseTokenSymbol:Ss(u),quoteTokenSymbol:Ss(p),sharePercentage:y&&T?hs({input:y.multipliedBy(e.baseSupplied||0).plus(e.quoteSupplied||0).div(y.multipliedBy(T).plus(null!=E?E:0)).multipliedBy(100),showDecimals:2}):"",dollarValue:null!=l&&y?`$${hs({input:y.multipliedBy(e.baseSupplied||0).plus(e.quoteSupplied||0).multipliedBy(l),showDecimals:2})}`:"-",dollarValueBN:y?y.multipliedBy(e.baseSupplied||0).plus(e.quoteSupplied||0):Se(0)})})),P.sort(((e,t)=>t.dollarValueBN.gt(e.dollarValueBN)?1:-1))}const D=[x,v,b,C,j,S,O],N=function(e){const t=[];if(e.forEach((e=>{e.error&&t.push(e.refetch)})),t.length)return()=>{t.forEach((e=>e()))}}(D),F=D.some((e=>e.isLoading));return Object.assign(Object.assign({},O),{isLoading:F,errorRefetch:N,list:P})}({pool:t}),[p,h]=W.useState(1),m=p*(s?4:8),g=u.list,f=m<g.length,x=g.slice(0,m);return Cn.jsx(i,{sx:{display:"flex",flexDirection:"column"},children:Cn.jsx(Ym,{refetch:u.error?u.refetch:void 0,loading:u.isLoading&&!(null==x?void 0:x.length),empty:!(null==x?void 0:x.length),children:!!(null==x?void 0:x.length)&&Cn.jsxs(i,{children:[Cn.jsx(i,{sx:{overflowX:"auto",minHeight:244},children:Cn.jsxs(i,{component:"table",sx:{minWidth:"100%"},children:[Cn.jsx(i,{component:"thead",sx:{position:"sticky",top:0},children:Cn.jsxs(i,{component:"tr",sx:{"& th":{p:24,borderBottomWidth:1,typography:"body1",lineHeight:1,textAlign:"left",whiteSpace:"nowrap"}},children:[Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"JlIjZf",message:"Liquidity Provider"})}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"C1qIFl",message:"Liquidity Supplied"})}),Cn.jsx(i,{component:"th",sx:{"&&":{textAlign:"right"}},children:Cn.jsx(e,{id:"me2dmq",message:"Value (USD)"})}),Cn.jsx(i,{component:"th",sx:{"&&":{textAlign:"right"}},children:Cn.jsx(e,{id:"Z8lGw6",message:"Share"})})]})}),Cn.jsx(i,{component:"tbody",children:null==x?void 0:x.map((e=>Cn.jsxs(i,{component:"tr",sx:{"& td":{px:24,py:20,whiteSpace:"nowrap"}},children:[Cn.jsx("td",{children:Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},children:Cn.jsx(bm,{address:e.userId,customChainId:c,truncate:!0})})}),Cn.jsxs("td",{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(yc,{address:e.baseTokenAddress,chainId:c,width:18,height:18}),`${e.baseSupplied} ${e.baseTokenSymbol}`]}),Cn.jsxs(i,{sx:{mt:4,display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(yc,{address:e.quoteTokenAddress,chainId:c,width:18,height:18}),`${e.quoteSupplied} ${e.quoteTokenSymbol}`]})]}),Cn.jsx(i,{component:"td",sx:{textAlign:"right"},children:e.dollarValue}),Cn.jsx(i,{component:"td",sx:{textAlign:"right"},children:`${e.sharePercentage}%`})]},e.userId)))})]})}),f&&Cn.jsxs(d,{sx:{display:"flex",justifyContent:"center",alignItems:"center",height:64,width:"100%",borderStyle:"solid",borderColor:"border.main",borderWidth:l.spacing(1,0,0,0),typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},onClick:()=>h((e=>e+1)),children:[Cn.jsx(e,{id:"yQ2kGp",message:"Load more"}),Cn.jsx(i,{component:Mn.ArrowRight,sx:{transform:"rotate(90deg)"}})]})]})})})}function sT({address:e,chainId:t}){var n;const i=Kl(),o=t?aa[t]:"",r=i.getQuery(me.graphql.fetchPoolDashboard,{where:{pair_address:null!=e?e:"",chain:o}}),a=We(Object.assign(Object.assign({},r),{enabled:!!e&&!!t})),s=null===(n=a.data)||void 0===n?void 0:n.dashboard_pairs_detail;return Object.assign(Object.assign({},a),{dashboard:s})}function lT(e,t){if(!e)return"";const n=Ot(e);return n.isValid()?n.format("YYYY/MM/DD HH:mm:ss"):""}function dT({chainId:e,address:t,symbol:n,amount:o,sx:r}){return Cn.jsxs(i,{sx:ne({display:"flex",justifyContent:"flex-end",alignItems:"center"},r),children:[t&&Cn.jsx(i,{sx:{height:16,flexBasis:16,flexGrow:0,flexShrink:0,mr:4},children:Cn.jsx(yc,{width:16,height:16,address:t,chainId:e})}),Cn.jsxs(i,{sx:{textAlign:"right",display:"flex",alignItems:"center"},children:[o," ",Cn.jsx(i,{sx:{display:"inline-block",maxWidth:"6em",minWidth:"auto",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",verticalAlign:"text-bottom"},title:n,children:n})]})]})}function cT({chainId:e,baseToken:t,quoteToken:n,baseAmount:o,quoteAmount:r,vertical:a}){const{isMobile:s}=ld();return Cn.jsxs(i,{sx:{mt:4,display:"flex",justifyContent:"flex-end",flexDirection:a?"column":"row",alignItems:a?"flex-end":"center",flexWrap:"wrap",typography:s?"h6":"body1"},children:[t?Cn.jsx(dT,{chainId:e,address:null==t?void 0:t.address,amount:o,symbol:null==t?void 0:t.symbol}):"-",a?"":Cn.jsx(i,{sx:{mx:10},children:"/"}),n?Cn.jsx(dT,{chainId:e,address:null==n?void 0:n.address,amount:r,symbol:null==n?void 0:n.symbol,sx:{mt:a?4:0}}):"-"]})}function uT({label:e,children:t,pairsStatLoading:n,poolDetailLoading:o}){const{isMobile:r}=ld();return Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between"},children:[Cn.jsx(i,{sx:{color:"text.secondary",minWidth:"5em",typography:r?"h6":"body1"},children:e}),Cn.jsx(i,{sx:ne({textAlign:"right",overflow:"hidden","& .title":{typography:r?"body1":"caption",width:"100%"}},n&&!o||!n&&o?{ml:8,flex:1,display:"flex",flexDirection:"column",alignItems:"flex-end","& .title":{display:"flex",justifyContent:"flex-end"}}:{}),children:t})]})}function pT({sx:e}){return Cn.jsx(j,{sx:Object.assign({width:"100%",maxWidth:237,height:22},e)})}function hT({detail:e,lpFeeRate:t,mtFeeRate:n}){const{isMobile:o}=ld();return"DPP"===(null==e?void 0:e.type)?null:e&&t&&n?Cn.jsxs(i,{sx:{color:"text.secondary",typography:o?"h6":"body1"},children:[Cn.jsx("span",{children:"LP "}),Cn.jsx("span",{children:As({input:t,showDecimals:6})}),Cn.jsxs("span",{children:[" / ",le._({id:"7C/BwI",message:"Community Treasury"})," "]}),Cn.jsx("span",{children:As({input:new Se(null!=n?n:0).toNumber(),showDecimals:6})})]}):Cn.jsx(pT,{sx:{mt:4}})}function mT({detail:e}){var t,n,o,r,s,l,d,c,u,p,h,m,g,f,x,y,v,b,j,C,w,k,T,E,A,I,S;const L=a(),{isMobile:O}=ld(),{baseToken:R,quoteToken:_}=null!=e?e:{},M="DPP"===(null==e?void 0:e.type),P="DSP"===(null==e?void 0:e.type)||"GSP"===(null==e?void 0:e.type),B="CLASSICAL"===(null==e?void 0:e.type),D=sT({address:null==e?void 0:e.address,chainId:null==e?void 0:e.chainId}),N=D.dashboard,F=D.isLoading,q=We(Sl.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)),U=F?Cn.jsx(pT,{}):null===(null==N?void 0:N.totalVolume)||void 0===(null==N?void 0:N.totalVolume)?"-":`$${hs({input:new Se(null==N?void 0:N.totalVolume),showDecimals:2})}`,V=F?Cn.jsx(pT,{}):N&&(Vm(N.totalFee)||Vm(N.totalMtFee))?`$${hs({input:new Se(N.totalFee||0).plus(N.totalMtFee||0),showDecimals:2})}`:"-",{account:H}=$l(),W=We(Sl.getFeeRateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,H)),Z=null===(o=W.data)||void 0===o?void 0:o.mtFeeRate,$=null===(r=W.data)||void 0===r?void 0:r.lpFeeRate,z=null==Z?void 0:Z.plus(null!=$?$:0),G=!e,Y=We(Sl.getClassicalTargetQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,null===(s=null==e?void 0:e.baseToken)||void 0===s?void 0:s.decimals,null===(l=null==e?void 0:e.quoteToken)||void 0===l?void 0:l.decimals));return Cn.jsxs(i,{sx:Object.assign({pb:30,position:"relative",overflow:"hidden"},O?{backgroundColor:"background.paper",p:20}:{mt:32}),children:[Cn.jsxs(i,{sx:{flex:"1 0 50%","& > div + div":{mt:10},"&::after":{content:'""',display:"block",my:20,width:"100%",height:"1px",backgroundColor:"border.main"}},children:[Cn.jsx(uT,{label:le._({id:"l4Za6X",message:"Total Swap Volume"}),pairsStatLoading:F,children:Cn.jsx("div",{className:"title",children:U})}),F||!e?Cn.jsx(pT,{sx:{mt:4}}):Cn.jsx(cT,{chainId:e.chainId,baseToken:e.baseToken,quoteToken:e.quoteToken,baseAmount:hs({input:null!==(d=null==N?void 0:N.baseVolumeCumulative)&&void 0!==d?d:0,showDecimals:2}),quoteAmount:hs({input:null!==(c=null==N?void 0:N.quoteVolumeCumulative)&&void 0!==c?c:0,showDecimals:2})}),Cn.jsx(uT,{label:le._({id:"Z033WN",message:"Total Swap Fee"}),pairsStatLoading:F,children:Cn.jsx("div",{className:"title",children:V})}),F||!e?Cn.jsx(pT,{sx:{mt:4}}):Cn.jsx(cT,{chainId:e.chainId,baseToken:e.baseToken,quoteToken:e.quoteToken,baseAmount:hs({input:new Se(null!==(u=null==N?void 0:N.baseFee)&&void 0!==u?u:0).plus(null!==(p=null==N?void 0:N.baseMtFee)&&void 0!==p?p:0),showDecimals:2}),quoteAmount:hs({input:new Se(null!==(h=null==N?void 0:N.quoteFee)&&void 0!==h?h:0).plus(null!==(m=null==N?void 0:N.quoteMtFee)&&void 0!==m?m:0),showDecimals:2})}),Cn.jsx(uT,{label:le._({id:"/BbUJ6",message:"Total Number of Traders"}),pairsStatLoading:F,children:F?Cn.jsx(pT,{sx:{mt:4}}):hs({input:null!==(g=null==N?void 0:N.txUsers)&&void 0!==g?g:0,showDecimals:0})})]}),Cn.jsxs(i,{sx:{flex:"1 0 50%",overflow:"hidden","& > div + div":{mt:10}},children:[Cn.jsx(uT,{label:le._({id:"UE2beD",message:"Creator"}),poolDetailLoading:!e,children:e?e.isCpPool?Cn.jsx(bm,{address:null!==(f=e.cpCreator)&&void 0!==f?f:"",truncate:!0,"data-key":"link",sx:{color:L.palette.text.primary}}):Cn.jsx(bm,{address:null!==(x=e.creator)&&void 0!==x?x:"",truncate:!0,"data-key":"link",sx:{color:L.palette.text.primary}}):Cn.jsx(pT,{})}),(null==e?void 0:e.isCpPool)||(null==e?void 0:e.owner)?Cn.jsx(uT,{label:le._({id:"LtI9AS",message:"Owner"}),poolDetailLoading:G,children:G?Cn.jsx(pT,{}):(null==e?void 0:e.isCpPool)?Cn.jsx(bm,{address:null==e?void 0:e.cpCreator,truncate:!0,"data-key":"link",sx:{color:L.palette.text.primary}}):Cn.jsx(bm,{address:null!==(y=e.owner)&&void 0!==y?y:"",truncate:!0,"data-key":"link",sx:{color:L.palette.text.primary}})}):"",Cn.jsx(uT,{label:le._({id:"52uNwk",message:"Creation Time"}),poolDetailLoading:G,children:G?Cn.jsx(pT,{}):lT(1e3*Number((null==e?void 0:e.isCpPool)?e.cpCreatedAtTimestamp||0:e.createdAtTimestamp||0))||"-"}),(null==e?void 0:e.isCpPool)?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(uT,{label:le._({id:"cDWXuq",message:"Settler"}),poolDetailLoading:G,children:G?Cn.jsx(pT,{}):Cn.jsx(bm,{address:(null==e?void 0:e.cpLiquidator)||"",truncate:!0,"data-key":"link",sx:{color:L.palette.text.primary}})}),Cn.jsx(uT,{label:le._({id:"JuzN3b",message:"Related CrowdPooling"}),poolDetailLoading:G,children:G?Cn.jsx(pT,{}):Cn.jsx(bm,{address:null==e?void 0:e.cpAddress,truncate:!0,"data-key":"link",sx:{color:L.palette.text.primary}})})]}):void 0,Cn.jsxs(uT,{label:le._({id:"Y7rVy0",message:"Fee Rate"}),poolDetailLoading:G,children:[Cn.jsx("div",{className:"detail-title",style:{textAlign:"right"},children:As({input:null==z?void 0:z.toNumber(),showDecimals:6})}),Cn.jsx(hT,{detail:e,lpFeeRate:$,mtFeeRate:Z})]}),Cn.jsx(uT,{label:le._({id:"sjn3tj",message:"Slippage Coefficient"}),poolDetailLoading:G,children:G?Cn.jsx(pT,{}):null===(b=null===(v=q.data)||void 0===v?void 0:v.pmmParamsBG)||void 0===b?void 0:b.k.toString()}),Cn.jsx(uT,{poolDetailLoading:G,label:B?le._({id:"d8YnVj",message:"Guide Price"}):M?le._({id:"CeLrge",message:"Mid Price"}):P?le._({id:"4ogEAw",message:"Pegged Exchange Rate"}):le._({id:"jjuKOj",message:"Min Price"}),children:G?Cn.jsx(pT,{}):null!==R&&(P?`1 ${null==R?void 0:R.symbol} = ${null===(w=null===(C=null===(j=q.data)||void 0===j?void 0:j.pmmParamsBG)||void 0===C?void 0:C.i)||void 0===w?void 0:w.toString()} ${null==_?void 0:_.symbol}`:null===(E=null===(T=null===(k=q.data)||void 0===k?void 0:k.pmmParamsBG)||void 0===T?void 0:T.i)||void 0===E?void 0:E.toString())||"-"}),B&&Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(uT,{label:le._({id:"JR7wWw",message:"Equilibrium target"}),poolDetailLoading:G,children:G?Cn.jsx(pT,{}):Cn.jsx(Cn.Fragment,{children:null===(S=null===(I=null===(A=q.data)||void 0===A?void 0:A.pmmParamsBG)||void 0===I?void 0:I.k)||void 0===S?void 0:S.toString()})}),Y.data?Cn.jsx(cT,{vertical:!0,chainId:e.chainId,baseToken:e.baseToken,quoteToken:e.quoteToken,baseAmount:hs({input:Y.data.baseTarget,showDecimals:2}),quoteAmount:hs({input:Y.data.quoteTarget,showDecimals:2})}):""]})]})]})}function gT(e,t){if(!e)return"";const n=Ot(e);return n.isValid()?n.format("YYYY/MM/DD HH:mm:ss"):""}function fT({amountOut:e,amountIn:t,fromTokenSymbol:n,toTokenSymbol:o}){const[r,a]=W.useState(!1),s=hs({input:t/e,showDecimals:2}),l=hs({input:e/t,showDecimals:2});return Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:["1 ",r?o:n," = ",r?s:l," ",r?n:o,Cn.jsx(i,{sx:{ml:10,width:16,height:16,display:"flex",alignItems:"center",justifyContent:"center",cursor:"pointer",backgroundColor:"background.paperContrast",borderRadius:"50%"},onClick:()=>a((e=>!e)),children:Cn.jsx(i,{component:Mn.Switch})})]})}function xT({poolDetail:t}){var n,o,r;const{isMobile:s}=ld(),l=a(),{account:c,chainId:u}=$l(),p=We(Sl.getFeeRateQuery(null==t?void 0:t.chainId,null==t?void 0:t.address,null==t?void 0:t.type,c)),h=null===(n=p.data)||void 0===n?void 0:n.mtFeeRate,m=null===(o=p.data)||void 0===o?void 0:o.lpFeeRate,g=null==h?void 0:h.plus(null!=m?m:0),f=function({chainId:e,address:t,first:n=50}){var i;const o=e?aa[e]:"",r=Kl().getQuery(me.graphql.fetchPoolSwapList,{first:n,orderBy:"timestamp",orderDirection:"desc",where:{pair:t,chain:o}}),a=We(Object.assign(Object.assign({},r),{enabled:!!t})),s=null===(i=a.data)||void 0===i?void 0:i.swaps;return Object.assign(Object.assign({},a),{swapList:s})}({address:null==t?void 0:t.address,chainId:null==t?void 0:t.chainId}),[x,y]=W.useState(1),v=x*(s?4:8),b=null!==(r=f.swapList)&&void 0!==r?r:[],j=v<b.length,C=b.slice(0,v);return Cn.jsx(i,{sx:{display:"flex",flexDirection:"column"},children:Cn.jsx(Ym,{refetch:f.error?f.refetch:void 0,loading:f.isLoading,empty:!(null==C?void 0:C.length),children:!!(null==C?void 0:C.length)&&Cn.jsxs(i,{children:[Cn.jsx(i,{sx:{overflowX:"auto",minHeight:244},children:Cn.jsxs(i,{component:"table",sx:{minWidth:"100%"},children:[Cn.jsx(i,{component:"thead",sx:{position:"sticky",top:0},children:Cn.jsxs(i,{component:"tr",sx:{"& th":{p:24,borderBottomWidth:1,typography:"body1",lineHeight:1,textAlign:"left",whiteSpace:"nowrap"}},children:[Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"LhMjLm",message:"Time"})}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"UPXmW+",message:"Trader"})}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"v4nCHK",message:"Paid"})}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"fZ5Vnu",message:"Received"})}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"a7u1N9",message:"Price"})}),Cn.jsx(i,{component:"th",sx:{"&&":{textAlign:"right"}},children:Cn.jsx(e,{id:"Y7rVy0",message:"Fee Rate"})}),Cn.jsx(i,{component:"th",sx:{"&&":{textAlign:"right"}},children:Cn.jsx(e,{id:"PLUB/s",message:"Fee"})})]})}),Cn.jsx(i,{component:"tbody",children:null==C?void 0:C.map((e=>Cn.jsxs(i,{component:"tr",sx:{"& td":{px:24,py:20,whiteSpace:"nowrap"}},children:[Cn.jsx("td",{children:gT(1e3*e.timestamp)}),Cn.jsx("td",{children:Cn.jsx(bm,{address:e.from,truncate:!0})}),Cn.jsx("td",{children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(yc,{address:e.fromToken.id,chainId:u,width:18,height:18}),`${hs({input:e.amountIn,showDecimals:2})} ${e.fromToken.symbol}`]})}),Cn.jsx("td",{children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(yc,{address:e.toToken.id,chainId:u,width:18,height:18}),`${hs({input:e.amountOut,showDecimals:2})} ${e.toToken.symbol}`]})}),Cn.jsx("td",{children:Cn.jsx(fT,{amountOut:e.amountOut,amountIn:e.amountIn,fromTokenSymbol:e.fromToken.symbol,toTokenSymbol:e.toToken.symbol})}),Cn.jsx(i,{component:"td",sx:{textAlign:"right"},children:As({input:g})}),Cn.jsx(i,{component:"td",sx:{textAlign:"right"},children:`${hs({input:new Se(e.amountOut).times(null!=g?g:0)})} ${e.toToken.symbol}`})]},e.id)))})]})}),j&&Cn.jsxs(d,{sx:{display:"flex",justifyContent:"center",alignItems:"center",height:64,width:"100%",borderStyle:"solid",borderColor:"border.main",borderWidth:l.spacing(1,0,0,0),typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},onClick:()=>y((e=>e+1)),children:[Cn.jsx(e,{id:"yQ2kGp",message:"Load more"}),Cn.jsx(i,{component:Mn.ArrowRight,sx:{transform:"rotate(90deg)"}})]})]})})})}function yT({poolDetail:e}){const{isMobile:t}=ld(),[n,o]=W.useState(iT.parameters),r=[{key:iT.parameters,value:le._({id:"F18WP3",message:"Parameters"})},{key:iT.swaps,value:le._({id:"EatqP4",message:"Swaps"})}];return e&&"DPP"!==(null==e?void 0:e.type)&&r.push({key:iT.liquidityProviders,value:le._({id:"juypHV",message:"Liquidity Providers"})}),Cn.jsx(i,{sx:Object.assign({mt:24,backgroundColor:"background.paper",borderRadius:16,overflow:"hidden"},t?{}:{mt:32,px:20}),children:Cn.jsxs(A,{value:n,onChange:(e,t)=>o(t),children:[Cn.jsx(D,{tabs:r}),Cn.jsx(L,{value:iT.parameters,children:Cn.jsx(mT,{detail:e})}),Cn.jsx(L,{value:iT.swaps,children:Cn.jsx(xT,{poolDetail:e})}),Cn.jsx(L,{value:iT.liquidityProviders,children:Cn.jsx(aT,{poolDetail:e})})]})})}function vT(){return Cn.jsx(j,{variant:"rounded",sx:{width:90}})}function bT({poolDetail:t}){var n,o;const r=a(),{isMobile:s}=ld(),l=sT({address:null==t?void 0:t.address,chainId:null==t?void 0:t.chainId}),d=l.dashboard,c=[{description:le._({id:"Gr2anW",message:"Traders (24H)"}),text:l.isLoading?Cn.jsx(vT,{}):null===(null==d?void 0:d.txUserNear24h)||void 0===(null==d?void 0:d.txUserNear24h)?"-":Ts(new Se(null==d?void 0:d.txUserNear24h))},{description:le._({id:"sTnImq",message:"Total Liquidity"}),text:l.isLoading?Cn.jsx(vT,{}):null===(null==d?void 0:d.tvl)||void 0===(null==d?void 0:d.tvl)?"-":`$${Ts(new Se(null==d?void 0:d.tvl))}`},{description:le._({id:"p7/w10",message:"Volume (24H)"}),text:l.isLoading?Cn.jsx(vT,{}):null===(null==d?void 0:d.volume)||void 0===(null==d?void 0:d.volume)?"-":`$${Ts(new Se(null==d?void 0:d.volume))}`},{description:le._({id:"7X40pG",message:"Fees (24H)"}),text:l.isLoading?Cn.jsx(vT,{}):null!==!(null==d?void 0:d.feeNear24h)||(null==d?void 0:d.mtFeeNear24h)?`$${Ts(new Se(null!==(n=null==d?void 0:d.feeNear24h)&&void 0!==n?n:0).plus(null!==(o=null==d?void 0:d.mtFeeNear24h)&&void 0!==o?o:0))}`:"-",question:l.isLoading?void 0:Cn.jsxs(i,{sx:{width:198},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsx(e,{id:"OnDEky",message:"LP Fee"}),Cn.jsx(i,{children:(null==d?void 0:d.feeNear24h)?`$${Ts(new Se(null==d?void 0:d.feeNear24h))}`:"-"})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsx(e,{id:"pSQ1lM",message:"MT Fee"}),Cn.jsx(i,{children:(null==d?void 0:d.mtFeeNear24h)?`$${Ts(new Se(null==d?void 0:d.mtFeeNear24h))}`:"-"})]})]})}];return Cn.jsx(i,{sx:Object.assign({display:"grid",gap:12},s?{mt:24,gridTemplateColumns:"repeat(2, 1fr)"}:{mt:32,gridTemplateColumns:"repeat(4, 1fr)"}),children:c.map((e=>Cn.jsxs(i,{sx:{borderRadius:8,p:16,backgroundColor:"background.paper",border:`1px solid ${r.palette.border.main}`},children:[Cn.jsx(i,{sx:{typography:"caption",fontWeight:600,lineHeight:"27px"},children:e.text}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",typography:"h6",color:"text.secondary",gap:4},children:[e.description,e.question?Cn.jsx(Bh,{title:e.question}):""]})]},e.description)))})}function jT({poolDetail:t,loading:n}){var o,r,s,c;const{address:u}=null!=t?t:{},p=a(),h=Af(),{account:m}=$l(),{isMobile:g}=ld(),f=m&&"DPP"===(null==t?void 0:t.type)&&(null===(o=null==t?void 0:t.owner)||void 0===o?void 0:o.toLocaleLowerCase())===m.toLocaleLowerCase(),{supportAMMV2:x,onSharePool:y}=Tn();return Cn.jsxs(i,{sx:Object.assign({},g?{pt:24}:{pt:20,display:"flex",alignItems:"center",justifyContent:"space-between"}),children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[(null==t?void 0:t.baseToken)?Cn.jsx(Gm,{tokens:[t.baseToken,t.quoteToken],chainId:t.chainId,width:36,mr:8}):Cn.jsx(j,{variant:"circular",sx:{width:36,height:36,mr:8}}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{typography:"h4"},children:[(null==t?void 0:t.baseToken)?`${null===(r=t.baseToken)||void 0===r?void 0:r.symbol} / ${null===(s=t.quoteToken)||void 0===s?void 0:s.symbol}`:"-",x&&Cn.jsx(i,{component:"span",sx:{position:"relative",top:-4,ml:4,px:4,py:2,borderRadius:4,fontSize:10,lineHeight:1,fontWeight:600,backgroundColor:T(p.palette.purple.main,.1),color:p.palette.purple.main},children:"PMM"}),Cn.jsx(fb,{address:u,chainId:null==t?void 0:t.chainId,hideName:g,sx:{display:"inline-flex",ml:8}}),f&&!g?Cn.jsx(i,{component:d,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:()=>{h.push({type:Ef.ModifyPool,params:{address:null==t?void 0:t.address,chainId:null==t?void 0:t.chainId}})},children:Cn.jsx(e,{id:"ePK91l",message:"Edit"})}):""]}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",mr:12},children:Cn.jsx(bm,{address:null!=u?u:"",truncate:!0,showCopy:!0,iconDarkHover:!0,"data-key":"link",sx:{typography:"body2",color:"text.secondary"},iconSize:14,iconSpace:6,customChainId:null==t?void 0:t.chainId,onShareClick:y&&t?()=>y({chainId:t.chainId,baseToken:t.baseToken,quoteToken:t.quoteToken,poolId:u,apy:t.apy,isSingle:me.utils.singleSideLp(t.type)}):void 0})})]})]}),Cn.jsxs(i,{sx:g?{display:"flex",alignItems:"center",mt:24}:{textAlign:"right"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",color:"success.main",typography:"h4"},children:[(null==t?void 0:t.miningAddress)?Cn.jsx(l,{title:le._({id:"B3mhDR",message:"Add liquidity to obtain LP tokens for mining"}),children:Cn.jsx("span",{children:"✨ "})}):"",Cn.jsx(v,{loading:n,loadingSx:{width:100},children:null!==(c=null==t?void 0:t.baseApy)&&void 0!==c?c:"0%"}),(null==t?void 0:t.quoteApy)?`/${null==t?void 0:t.quoteApy}`:""]}),Cn.jsx(i,{sx:Object.assign({typography:"body2"},g?{ml:4}:{}),children:Cn.jsx(e,{id:"rSayea",message:"APY"})})]})]})}function CT({chainId:e,shortNumber:t,pieSize:n="default",baseReserve:o=new Se(1),baseAmount:r=new Se(1),quoteAmount:s=new Se(0),baseTokenSymbol:l="-",quoteTokenSymbol:d="-",quoteTokenDecimals:c=18,baseTokenDecimals:u=18,baseTokenAddress:p,quoteTokenAddress:h,baseTvlRate:m,quoteTvlRate:g,disabledAmount:f,disabledRate:x,disabledPercentage:y,loading:v,sx:b,pieRadius:C}){const w=a(),k="small"===n,T=k?6:16,E=C||(k?23:30),A=u>6?6:u>4?4:2,I=c>6?6:c>4?4:2,S=t?Ts(new Se(o)):hs({input:o,showDecimals:A}),L=t?Ts(new Se(s)):hs({input:s,showDecimals:I});let O=r.plus(s);O=O.lte(0)?new Se(1):O;const R=m||r.div(O).multipliedBy(100).toFixed(2),_=g||s.div(O).multipliedBy(100).toFixed(2),M=r.lte(0)&&s.lte(0),P=w.palette.success.main,B=w.palette.error.main,D=[{name:"base",value:M?1:r.toNumber(),color:P},{name:"quote",value:M?1:s.toNumber(),color:B}];return Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"space-between",flexDirection:"column"},b||{}),children:[Cn.jsx("div",{children:y?"":v?Cn.jsx(j,{width:46,height:46,variant:"circular"}):Cn.jsx(Zt,{width:2*E,height:2*E,children:Cn.jsx($t,{isAnimationActive:!1,dataKey:"value",data:D,labelLine:!1,label:!1,outerRadius:E,fill:B,children:D.map(((e,t)=>Cn.jsx(Ht,{fill:e.color,strokeWidth:0},`cell-${t}`)))})})}),Cn.jsxs(i,{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:w.palette.purple.main,borderRadius:"50%"},"&:last-child::before":{backgroundColor:B},"&> span.symbol":{display:"inline-block",maxWidth:"6em",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",verticalAlign:"text-bottom"}}},children:[v?Cn.jsx(j,{width:237,sx:{borderRadius:4}}):Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(i,{children:[Cn.jsx(i,{className:"symbol",title:l,sx:{typography:"h6"},children:l}),p?Cn.jsx(bm,{address:p,customChainId:e,truncate:!0,showCopy:!0,size:"small",iconSpace:4,sx:{typography:"h6",color:"text.secondary"}}):""]}),Cn.jsxs(i,{sx:{textAlign:"right"},children:[f?"":`${S} `,y||x?"":Cn.jsxs(i,{sx:{color:"text.secondary",typography:"h6",fontWeight:600},children:[" ",`(${R}%)`]})]})]}),v?Cn.jsx(j,{width:237,sx:{borderRadius:4,marginTop:`${T}px`}}):Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",marginTop:`${T}px`},children:[Cn.jsxs(i,{children:[Cn.jsx(i,{className:"symbol",title:d,sx:{typography:"h6"},children:d}),h?Cn.jsx(bm,{address:h,customChainId:e,truncate:!0,showCopy:!0,size:"small",iconSpace:4,sx:{typography:"h6",color:"text.secondary"}}):""]}),Cn.jsxs(i,{sx:{textAlign:"right"},children:[f?"":`${L} `,y||x?"":Cn.jsxs(i,{sx:{color:"text.secondary",typography:"h6",fontWeight:600},children:[" ",`(${_}%)`]})]})]})]})]})}function wT({poolDetail:t}){var n,o,r,s,l,d,c,u,p;const h=a(),{isMobile:m}=ld(),g=We(Sl.getPMMStateQuery(null==t?void 0:t.chainId,null==t?void 0:t.address,null==t?void 0:t.type,null===(n=null==t?void 0:t.baseToken)||void 0===n?void 0:n.decimals,null===(o=null==t?void 0:t.quoteToken)||void 0===o?void 0:o.decimals)),f=null===(r=g.data)||void 0===r?void 0:r.midPrice,x=We(Sl.getReserveLpQuery(null==t?void 0:t.chainId,null==t?void 0:t.address,null==t?void 0:t.type,null===(s=null==t?void 0:t.baseToken)||void 0===s?void 0:s.decimals,null===(l=null==t?void 0:t.quoteToken)||void 0===l?void 0:l.decimals)),{baseReserve:y,quoteReserve:v}=x.data||{},b=y&&f?null==f?void 0:f.multipliedBy(y):void 0,C=v&&f?new Se(v):void 0;let w=b&&C?null==b?void 0:b.plus(C):void 0;w=!w||w.lte(0)?new Se(1):w;const k=b&&b.div(w).multipliedBy(100).toFixed(2),T=C&&C.div(w).multipliedBy(100).toFixed(2);return Cn.jsxs(i,{sx:{mt:m?24:28},children:[Cn.jsx(i,{sx:{fontWeight:600},children:Cn.jsx(e,{id:"sTnImq",message:"Total Liquidity"})}),Cn.jsxs(i,{sx:{display:"flex",mt:16,backgroundColor:"background.paper",borderRadius:16,overflowX:"auto",border:`1px solid ${h.palette.border.main}`},children:[Cn.jsx(i,{sx:{flex:m?1:void 0,padding:m?h.spacing(20,30,20,20):h.spacing(20,30,16)},children:Cn.jsx(CT,{pieRadius:44,baseReserve:y,baseAmount:b,baseTokenDecimals:null===(d=null==t?void 0:t.baseToken)||void 0===d?void 0:d.decimals,quoteAmount:C,baseTvlRate:k,quoteTvlRate:T,chainId:null==t?void 0:t.chainId,quoteTokenDecimals:(null===(c=null==t?void 0:t.quoteToken)||void 0===c?void 0:c.decimals)||void 0,baseTokenSymbol:Ss(null==t?void 0:t.baseToken),quoteTokenSymbol:Ss(null==t?void 0:t.quoteToken),baseTokenAddress:m?null===(u=null==t?void 0:t.baseToken)||void 0===u?void 0:u.address:"",quoteTokenAddress:m?null===(p=null==t?void 0:t.quoteToken)||void 0===p?void 0:p.address:"",shortNumber:!0,disabledRate:!m,disabledAmount:!m,loading:g.isLoading||x.isLoading,sx:m?{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"}}}})}),m?"":Cn.jsxs(i,{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:[Cn.jsx("thead",{children:Cn.jsxs("tr",{children:[Cn.jsx("th",{children:Cn.jsx(e,{id:"bUUVED",message:"Asset"})}),Cn.jsx("th",{children:Cn.jsx(e,{id:"hcNa1G",message:"Token Amount"})}),Cn.jsx("th",{children:Cn.jsx(e,{id:"iaocTt",message:"Ratio"})})]})}),Cn.jsxs("tbody",{children:[Cn.jsxs("tr",{children:[Cn.jsx("td",{children:t?Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(yc,{address:t.baseToken.address,width:24,height:24,marginRight:4,chainId:t.chainId}),Cn.jsxs(i,{children:[t.baseToken.symbol,Cn.jsx(bm,{address:t.baseToken.address,truncate:!0,showCopy:!0,size:"small",iconSpace:4,customChainId:t.chainId,sx:{typography:"h6",color:"text.secondary"}})]})]}):Cn.jsx(j,{width:100,height:24})}),Cn.jsx("td",{children:t?Ts(new Se(t.baseReserve)):Cn.jsx(j,{width:50,height:24,sx:{display:"inline-block"}})}),Cn.jsx("td",{children:g.isLoading?Cn.jsx(j,{width:50,height:24,sx:{display:"inline-block"}}):`${null!=k?k:"-"}%`})]}),Cn.jsxs("tr",{children:[Cn.jsx("td",{children:t?Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(yc,{address:t.quoteToken.address,width:24,height:24,marginRight:4,chainId:t.chainId}),Cn.jsxs(i,{children:[t.quoteToken.symbol,Cn.jsx(bm,{address:t.quoteToken.address,truncate:!0,showCopy:!0,size:"small",iconSpace:4,customChainId:t.chainId,sx:{typography:"h6",color:"text.secondary"}})]})]}):Cn.jsx(j,{width:100,height:24})}),Cn.jsx("td",{children:t?Ts(new Se(t.quoteReserve)):Cn.jsx(j,{width:50,height:24,sx:{display:"inline-block"}})}),Cn.jsx("td",{children:g.isLoading?Cn.jsx(j,{width:50,height:24,sx:{display:"inline-block"}}):`${null!=T?T:"-"}%`})]})]})]})]})]})}function kT({params:t}){var n,o,r,s,l,d,u;const p=Af(),{isMobile:h}=ld(),{account:m}=$l(),g=a(),f=Gk({id:null==t?void 0:t.address,chainId:null==t?void 0:t.chainId}),{poolDetail:x}=f,y=hn(f,["poolDetail"]),[v,b]=W.useState("inital");y.isPending||y.error||x||"inital"!==v||b("open");const j=x&&"DPP"===x.type&&m&&(null===(n=x.owner)||void 0===n?void 0:n.toLocaleLowerCase())===m.toLocaleLowerCase(),C=x&&"DPP"!==x.type||m&&(null==x?void 0:x.owner)&&x.owner.toLocaleLowerCase()===m.toLocaleLowerCase(),[w,k]=W.useState();x&&void 0===w&&!h&&k(rb.Add);const T=w&&x?Object.assign(Object.assign({},x),{baseLpToken:{id:null===(o=x.baseLpToken)||void 0===o?void 0:o.id,decimals:Number(null!==(s=null===(r=x.baseLpToken)||void 0===r?void 0:r.decimals)&&void 0!==s?s:18)},quoteLpToken:{id:null===(l=x.quoteLpToken)||void 0===l?void 0:l.id,decimals:Number(null!==(u=null===(d=x.quoteLpToken)||void 0===d?void 0:d.decimals)&&void 0!==u?u:18)}}):void 0,E=!!(null==x?void 0:x.miningAddress);return Cn.jsxs(Tf,{sx:h?{p:g.spacing(28,0,C?108:0)}:{p:g.spacing(28,0,40)},children:[Cn.jsx($k,{onClick:()=>{p.push({type:Ef.Pool})}}),Cn.jsxs(i,{sx:h?{}:{display:"flex",gap:12,overflow:"hidden"},children:[Cn.jsxs(i,{sx:{flex:1,overflow:"hidden"},children:[Cn.jsx(jT,{poolDetail:x,loading:y.isPending}),Cn.jsx(oT,{poolDetail:x,chart24hDataFirst:!0}),Cn.jsx(bT,{poolDetail:x}),Cn.jsx(wT,{poolDetail:x}),Cn.jsx(yT,{poolDetail:x})]}),h?Cn.jsx(mb,{account:m,pool:T,operate:w,hasMining:E,modal:!0,onClose:()=>{k(void 0)}}):Cn.jsx(hb,{account:m,operate:w,hasMining:E,sx:{width:375,height:"max-content",backgroundColor:"background.paper",borderRadius:16,overflow:"hidden"},pool:T,hidePoolInfo:!0})]}),Cn.jsx(Zk,{singleBtn:!0,open:"open"===v,onClose:()=>b("close"),onConfirm:()=>b("close"),title:le._({id:"Da1+Da",message:"Pool not found. Please switch to another network and retry."})}),h&&C&&Cn.jsx(Cn.Fragment,{children:Cn.jsxs(i,{sx:{position:"fixed",bottom:0,left:0,right:0,p:20,display:"grid",gap:"8px",gridTemplateColumns:j?"repeat(3, 1fr)":"repeat(2, 1fr)",backgroundColor:"background.paperContrast"},children:[j?Cn.jsx(c,{variant:c.Variant.second,onClick:()=>{Af.getState().push({type:Ef.ModifyPool,params:{chainId:x.chainId,address:x.address}})},children:Cn.jsx(e,{id:"ePK91l",message:"Edit"})}):"",Cn.jsx(c,{variant:c.Variant.second,onClick:()=>{k(rb.Remove)},children:Cn.jsx(e,{id:"t/YqKh",message:"Remove"})}),Cn.jsx(c,{onClick:()=>{k(rb.Add)},children:Cn.jsx(e,{id:"m16xKo",message:"Add"})})]})})]})}function TT({statuses:t,children:n,buttonProps:o}){var r;if(!t.find((e=>e.needShowTokenStatusButton))&&n)return Cn.jsx(Cn.Fragment,{children:n});const a=t.find((e=>e.insufficientBalance));if(a)return Cn.jsx(c,{fullWidth:!0,disabled:!0,...o,children:Cn.jsx(e,{id:"m6RmA/",message:"Insufficient {0} balance",values:{0:null===(r=a.token)||void 0===r?void 0:r.symbol}})});const s=t.some((e=>e.isApproving));return Cn.jsx(i,{sx:{display:"flex",alignItems:"center",gap:4},children:t.map(((t,n)=>{var i,r;let a="";return t.isApproving?a=Cn.jsx(e,{id:"j2Uisd",message:"Approving"}):(t.needReset||t.needApprove)&&(a=t.approveTitle),a?Cn.jsx(c,{fullWidth:!0,isLoading:t.isApproving,onClick:t.submitApprove,disabled:t.insufficientBalance||s,...o,children:a},null!==(r=null===(i=t.token)||void 0===i?void 0:i.symbol)&&void 0!==r?r:n):null}))})}function ET({token:t,chainId:n,showChainLogo:o,readonly:r,showChainName:s,logoSize:l=24,chainLogoSize:c=12,side:u,occupiedToken:p,defaultLoadBalance:h,notTokenPickerModal:m,border:g,px:f=20,py:x=8,highlightDefault:y,onTokenClick:v,onTokenChange:b}){var j,C;const{onlyChainId:w}=Tn(),k=n||w,T=a(),[E,A]=W.useState(!1),I=(null==t?void 0:t.chainId)?Wa.get(t.chainId):null,S=s&&!!I;return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{component:d,sx:Object.assign(Object.assign({display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,color:T.palette.text.primary,typography:S?"body2":"body1",fontWeight:600,px:f,py:x,"&:focus-visible":{opacity:.5}},!!g&&{border:`solid 1px ${T.palette.border.main}`,borderRadius:8,"&:hover":{backgroundColor:T.palette.hover.default}}),!(!y||t)&&{backgroundColor:T.palette.primary.main,color:T.palette.primary.contrastText,"&:hover":{opacity:.8}}),onClick:()=>{r||A(!0)},"data-testid":as,children:[!!(null==t?void 0:t.address)&&Cn.jsx(yc,{url:null==t?void 0:t.logoURI,address:null!==(j=null==t?void 0:t.address)&&void 0!==j?j:"",chainId:null==t?void 0:t.chainId,noShowChain:!o,width:l,height:l,chainSize:c,logoOffset:10,marginRight:0}),Cn.jsxs(i,{sx:{flex:1},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[(null==t?void 0:t.address)?Cn.jsx(Cn.Fragment,{children:Cn.jsx(i,{children:null!==(C=null==t?void 0:t.symbol)&&void 0!==C?C:"-"})}):Cn.jsx(e,{id:"sIPJGT",message:"SELECT TOKEN"}),!r&&Cn.jsx(i,{component:"svg",width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",sx:{flexShrink:0},children:Cn.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"})})]}),!!S&&Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",typography:"h6",color:"text.secondary"},children:[I.name,Cn.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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"})})]})]})]}),Cn.jsx(km,{value:t,open:E,side:u,chainId:k,occupiedAddrs:p?[p.address]:void 0,occupiedChainId:null==p?void 0:p.chainId,defaultLoadBalance:h,onClose:()=>{A(!1),v&&v()},onTokenChange:(e,t)=>{A(!1),setTimeout((()=>{!Array.isArray(e)&&b&&b(e,t)}),lc)},modal:!m})]})}function AT({title:e,disabled:t,children:n}){return Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:12,opacity:t?.3:void 0},children:[Cn.jsx(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",fontWeight:600},children:e}),n]})}!function(e){e[e.depth=1]="depth",e[e.volume=2]="volume",e[e.feeRevenue=3]="feeRevenue",e[e.traders=4]="traders"}(nT||(nT={})),function(e){e[e.parameters=1]="parameters",e[e.swaps=2]="swaps",e[e.liquidityProviders=3]="liquidityProviders"}(iT||(iT={}));const IT=1e-4;function ST({disabled:t,fee:n,onChange:o,feeList:r,hasCustom:s}){const l=a(),[c,u]=W.useState(!1),[p,h]=W.useState(!1),[m,g]=W.useState(""),{isMobile:f}=ld(),x=!r.includes(n),y=x||p,v=!p&&x&&!!m&&new Se(m).div(100).lt(IT),j=t||v;return Cn.jsxs(i,{sx:{opacity:t?.3:void 0,fontWeight:600},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:20,py:12,borderWidth:1,borderRadius:12,borderStyle:"solid",borderColor:"border.main"},children:[Cn.jsx(e,{id:"tMMG40",message:"{0}% fee tier",values:{0:n?new Se(n).times(100).toString():"-"}}),Cn.jsx(d,{sx:{px:16,py:7,border:`solid 1px ${l.palette.text.primary}`,borderRadius:8,fontWeight:600,color:"text.primary",cursor:j?"default":"pointer",opacity:v?.3:1},disabled:j,onClick:()=>{j||u((e=>!e))},children:c?Cn.jsx(e,{id:"vLyv1R",message:"Hide"}):Cn.jsx(e,{id:"ePK91l",message:"Edit"})})]}),c&&Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:Object.assign({mt:12},f?{display:"grid",gap:8,gridTemplateColumns:"repeat(2, 1fr)"}:{display:"flex",alignItems:"center",gap:8,"& > label":{flex:1}}),children:[r.map((e=>{const t=n===e&&!y;return Cn.jsxs(i,{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"},t&&{color:l.palette.primary.main,borderColor:l.palette.primary.main}),children:[100*e,"%",Cn.jsx(q,{size:18,checked:t,onChange:(t,n)=>{n&&o(e)}})]},e)})),s&&Cn.jsxs(i,{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?l.palette.error.main:"text.primary"},y&&{color:l.palette.primary.main,borderColor:l.palette.primary.main}),onClick:()=>{h(!0),g("")},children:[p?Cn.jsx(b,{value:m,autoFocus:!0,onChange:e=>{const t=e.target.value;isNaN(Number(t))||g(t)},onBlur:()=>{const e=Number(m),t=e?new Se(e).div(100).toNumber():e;t&&t<IT?o(0):m&&(e||0===e)&&o(t),h(!1)},sx:{p:0,flex:1,height:"100%",border:"none",backgroundColor:"none"},inputSx:{p:0}}):Cn.jsx(Cn.Fragment,{children:x?(new Se(n).times(100).toNumber()||m)+"%":Cn.jsx(e,{id:"8Tg/JR",message:"Custom"})}),Cn.jsx(q,{size:18,checked:y,sx:{flexShrink:0}})]})]}),v&&Cn.jsxs(i,{sx:{mt:12,display:"flex",alignItems:"center",gap:8,p:8,borderRadius:8,typography:"h6",backgroundColor:T(l.palette.error.main,.1),color:l.palette.error.main},children:[Cn.jsx(i,{component:Mn.ErrorBorder,sx:{width:18,height:18}}),Cn.jsx(e,{id:"LHxwaD",message:"The fee tier should greater than {0}%",values:{0:100*IT}})]})]})]})}function LT({isExists:t,pair:n,pairAddress:o}){var a,s,d;const{isBalanceLoading:c,isDepositedLoading:u,balance:p,token0Deposited:h,token1Deposited:m,poolTokenPercentage:g}=function({pairAddress:e,pair:t}){var n;const{account:i}=$l(),o=null===(n=null==t?void 0:t.liquidityToken)||void 0===n?void 0:n.chainId,r=We(Object.assign(Object.assign({},mt(o,e,i)),{retry:!1})),a=We(Object.assign(Object.assign({},gt(o,e)),{retry:!1})),[s,l,d]=W.useMemo((()=>{if(!t||!r.data||!a.data||a.data<r.data)return[void 0,void 0,void 0];const e=Kt.fromRawAmount(t.liquidityToken,a.data.toString()),n=Kt.fromRawAmount(t.liquidityToken,r.data.toString());return[new en(r.data.toString(),a.data.toString()),t.getLiquidityValue(t.token0,e,n,!1),t.getLiquidityValue(t.token1,e,n,!1)]}),[r.data,a.data,t]);return{isBalanceLoading:r.isLoading,isDepositedLoading:r.isLoading||a.isLoading,balance:r.data&&t?vs(r.data.toString(),t.liquidityToken.decimals):void 0,poolTokenPercentage:s?new Se(s.toSignificant(6)):void 0,token0Deposited:l?new Se(l.toSignificant()):void 0,token1Deposited:d?new Se(d.toSignificant()):void 0}}({pairAddress:o,pair:n}),f=g?`${hs({input:g,showDecimals:2,roundingMode:Se.ROUND_HALF_UP})}%`:void 0;return t&&n?Cn.jsxs(i,{sx:{px:20,py:12,borderWidth:1,borderRadius:8,borderStyle:"solid",borderColor:"border.main"},children:[Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"YHc3B+",message:"My Liquidity"})}),Cn.jsxs(i,{sx:{mt:12,display:"flex",alignItems:"center"},children:[Cn.jsx(Gm,{width:18,height:18,tokens:[n.token0,n.token1],mr:4}),Cn.jsx(v,{loading:c,loadingProps:{width:50},sx:{mr:4},children:ms({input:p,decimals:null===(a=n.liquidityToken)||void 0===a?void 0:a.decimals})}),`${n.token0.symbol}/${n.token1.symbol} LP`,Cn.jsx(l,{title:Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:10,typography:"body2",color:"text.primary"},children:[Cn.jsx(yv,{address:n.token0.address,chainId:n.token0.chainId,showName:null!==(s=n.token0.symbol)&&void 0!==s?s:"",size:14,offset:4,rightContent:Cn.jsx(v,{loading:u,loadingProps:{width:50},children:ms({input:h,decimals:n.token0.decimals})})}),Cn.jsx(yv,{address:n.token1.address,chainId:n.token1.chainId,showName:null!==(d=n.token1.symbol)&&void 0!==d?d:"",size:14,offset:4,rightContent:Cn.jsx(v,{loading:u,loadingProps:{width:50},children:ms({input:m,decimals:n.token1.decimals})})}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsx(e,{id:"c4miqE",message:"Pool share"}),Cn.jsx(v,{loading:u,loadingProps:{width:50},children:f})]})]}),sx:{padding:20,width:256},children:Cn.jsx(r,{component:Mn.DetailBorder,sx:{ml:4,width:16,height:16,cursor:"pointer"}})}),Cn.jsx(i,{component:"a",target:"_blank",rel:"noopener noreferrer",href:Fl(n.liquidityToken.chainId,n.liquidityToken.address,"address"),sx:{ml:4,display:"inline-flex",height:16},children:Cn.jsx(r,{component:Mn.ArrowTopRightBorder,sx:{width:16,height:16}})})]})]}):null}function OT({sx:t,disabled:n,slippage:o,onChangeSlippage:r}){const s=a(),d=o===Rf,[c,u]=z(d?"":new Se(o).times(100).toNumber());return Cn.jsx(l,{disabled:n,onlyClick:!0,title:Cn.jsxs(i,{sx:{backgroundColor:s.palette.background.paper,padding:s.spacing(16,20),borderRadius:16,width:375,maxWidth:"90vw",boxSizing:"border-box"},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",typography:"body2",color:"text.primary"},children:[Cn.jsx("span",{children:Cn.jsx(e,{id:"lqTDfd",message:"Slippage Tolerance"})}),Cn.jsxs("span",{children:[d?Mf:o&&new Se(o).times(100).toNumber(),"%"]})]}),Cn.jsxs(i,{sx:{mt:16,display:"flex",alignItems:"center",margin:s.spacing(16,0,0,0)},children:[Cn.jsx(Of,{sx:{borderRadius:8,whiteSpace:"nowrap"},onClick:()=>{u(""),r(Rf)},active:d}),Cn.jsx(b,{placeholder:String(Mf),value:c,onChange:e=>{const{value:t}=e.target;u(t),r(t?new Se(t).div(100).toNumber():Rf)},onBlur:()=>{(!d&&new Se(o).gt(.1)||new Se(o).lte(0))&&(u(10),r(.1))},suffix:Cn.jsx(i,{sx:{mr:16},children:"%"}),sx:{ml:8,"& input":{px:16,py:0,height:"39px"}}})]})]}),sx:{p:0},arrow:!1,placement:"bottom-end",children:Cn.jsx(M,{sx:Object.assign({width:"max-content",alignItems:"right",margin:s.spacing(0,0,0,"auto"),p:s.spacing(4,12),borderRadius:20,backgroundColor:"background.paperDarkContrast",cursor:"pointer"},t),children:Cn.jsx(i,{component:Mn.Setting,sx:{width:18,height:18,"& path:last-child":{fill:s.palette.text.primary}}})})})}function RT(){var t,n,o;const r=a(),[s,l]=W.useState(.003),[d,u]=W.useState(),[p,h]=W.useState(),[m,g]=W.useState(""),[f,x]=W.useState(""),[y,v]=W.useState(Rf),b=y===Rf?new Se(Mf).div(100).toNumber():y,{isMobile:j}=ld(),{onlyChainId:C}=Tn(),w=W.useMemo((()=>C||(null==d?void 0:d.chainId)||(null==p?void 0:p.chainId)),[C,d,p]),{pairAddress:k,pair:T,price:E,isInvalidPair:A,invertedPrice:I,priceLoading:S,liquidityMinted:L,shareOfPool:O,isExists:R}=function({baseToken:e,quoteToken:t,baseAmount:n,quoteAmount:i,fee:o}){const[r,a,s]=W.useMemo((()=>{var n,i;if(!e||!t)return[null,null,!1];const o=ve[e.chainId],r=(null===(n=o.address)||void 0===n?void 0:n.toLowerCase())===e.address.toLowerCase(),a=(null===(i=o.address)||void 0===i?void 0:i.toLowerCase())===t.address.toLowerCase(),s=r?o.wrappedTokenAddress:e.address,l=a?o.wrappedTokenAddress:t.address,d=s.toLowerCase()===l.toLowerCase();return d?[null,null,!0]:[new Xt(e.chainId,s,e.decimals,e.symbol,e.name),new Xt(t.chainId,l,t.decimals,t.symbol,t.name),d]}),[e,t]),l=W.useMemo((()=>{if(!r||!a||void 0===o)return;const e=r.chainId,t=e?Ke(e)||ht(e):void 0;return t?ql({factoryAddress:t,tokenA:r,tokenB:a,fee:o}):void 0}),[r,a,o]),{pair:d,price:c,invertedPrice:u,reserveQuery:p,liquidityMinted:h,shareOfPool:m,isExists:g}=eb({pool:e&&t&&l?{baseToken:e,quoteToken:t,type:"AMMV2",address:l}:void 0,baseAmount:n,quoteAmount:i});return{pairAddress:l,pair:d,isInvalidPair:s,price:c,invertedPrice:u,priceLoading:p.isLoading,liquidityMinted:h,shareOfPool:m,isExists:g}}({baseToken:d,quoteToken:p,baseAmount:m,quoteAmount:f,fee:s}),_=nx(E);if(E&&m&&!E.isEqualTo(null!=_?_:0)&&R){const e=E.times(m).dp(null!==(t=null==p?void 0:p.decimals)&&void 0!==t?t:18);e.isEqualTo(f)||x(e.toString())}const M=w?Je(w)||ot(w):void 0,P=Hd(d,{amount:m,contractAddress:M}),B=Hd(p,{amount:f,contractAddress:M}),[D,N]=W.useState(!1),F=!d||!p,q=Gv({baseToken:d,quoteToken:p,baseAmount:m,quoteAmount:f,fee:s,isExists:R,slippage:b,successBack:()=>{Af.getState().push({type:Ef.Pool,params:{tab:Zb.myLiquidity}})}});return Y((()=>{console.log("createMutation.error",q.error)}),[q.error]),Cn.jsxs(Tf,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:20,mx:"auto",width:j?"100%":600,pb:20,borderBottomWidth:1,borderBottomStyle:"solid",borderBottomColor:"border.main",mb:20},children:[Cn.jsx(tj,{onClick:()=>{Af.getState().push({type:Ef.Pool})}}),Cn.jsx(i,{sx:{typography:"caption",fontWeight:600,color:"text.primary",mr:"auto"},children:Cn.jsx(e,{id:"E6MqGy",message:"Add liquidity"})}),Cn.jsx(My,{poolType:"AMM V2"})]}),Cn.jsxs(i,{sx:{mx:"auto",borderRadius:0,width:"100%",position:"relative",overflow:"hidden",[r.breakpoints.up("tablet")]:{borderWidth:1,borderStyle:"solid",borderColor:"border.main",width:600,borderRadius:16,backgroundColor:"background.paper"}},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:20,[r.breakpoints.up("tablet")]:{pt:20,px:20,pb:20}},children:[Cn.jsx(LT,{pair:T,pairAddress:k,isExists:R}),Cn.jsxs(AT,{title:Cn.jsx(e,{id:"nxRg31",message:"Select pair"}),children:[Cn.jsxs(i,{sx:{display:"grid",gridTemplateColumns:j?"repeat(1, 1fr)":"repeat(2, 1fr)",gap:12},children:[Cn.jsx(ET,{border:!0,highlightDefault:!0,chainId:w,token:d,onTokenChange:(e,t)=>{t?(u(p),h(d),g(""),x("")):(u(e),g(""))},occupiedToken:p}),Cn.jsx(ET,{border:!0,highlightDefault:!0,chainId:w,token:p,onTokenChange:(e,t)=>{t?(u(p),h(d)):(h(e),x(""))},occupiedToken:d})]}),(!w||Pl(w))&&Cn.jsx(ST,{fee:s,onChange:l,feeList:[1e-4,5e-4,.003],hasCustom:!0,disabled:F})]}),Cn.jsx(AT,{title:Cn.jsx(e,{id:"MU9s7M",message:"Deposit amounts"}),disabled:F,children:Cn.jsxs(i,{children:[Cn.jsx(Dm,{sx:{mb:4,pb:28,minHeight:"auto",backgroundColor:"background.cardInput",padding:r.spacing(20,20,28)},inputSx:{backgroundColor:"background.cardInput"},token:d,amt:m,defaultLoadBalance:!0,onInputChange:e=>{var t;g(e);const n=Number(e);R&&E&&n&&x(E.times(e).dp(null!==(t=null==p?void 0:p.decimals)&&void 0!==t?t:18).toString())},showMaxBtn:!0,occupiedAddrs:[null!==(n=null==p?void 0:p.address)&&void 0!==n?n:""],occupiedChainId:null==p?void 0:p.chainId,notTokenPickerModal:!0,showPercentage:!0,readOnly:F}),Cn.jsx(Pm,{}),Cn.jsx(Dm,{sx:{pb:20,minHeight:"auto",backgroundColor:"background.cardInput",padding:r.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"},token:p,amt:f,defaultLoadBalance:!0,onInputChange:e=>{var t;x(e);const n=Number(e);R&&I&&n&&g(I.times(e).dp(null!==(t=null==d?void 0:d.decimals)&&void 0!==t?t:18).toString())},showMaxBtn:!0,occupiedAddrs:[null!==(o=null==d?void 0:d.address)&&void 0!==o?o:""],occupiedChainId:null==d?void 0:d.chainId,notTokenPickerModal:!0,showPercentage:!0,readOnly:F}),Cn.jsx(OT,{slippage:y,onChangeSlippage:v,disabled:F,sx:{mt:8}}),Cn.jsx(Uv,{baseToken:d,quoteToken:p,loading:S,midPrice:E,shareOfPool:O}),!!R&&Cn.jsxs(i,{sx:{mt:20,p:20,borderRadius:16,backgroundColor:"background.paperContrast",typography:"h6",textAlign:"center","& > b":{fontWeight:600,color:"primary.main"}},children:["🌟",Cn.jsx("b",{children:Cn.jsx(e,{id:"e38JNU",message:"Tips:"})})," ",Cn.jsx(e,{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:As({input:s})},components:{0:Cn.jsx("b",{})}})]})]})})]}),Cn.jsx(i,{sx:{py:16,[r.breakpoints.up("tablet")]:{px:20}},children:Cn.jsx(Hf,{fullWidth:!0,includeButton:!0,size:c.Size.big,disabled:F,chainId:w,children:Cn.jsx(TT,{statuses:[P,B],buttonProps:{size:c.Size.big},children:Cn.jsx(c,{fullWidth:!0,size:c.Size.big,disabled:!(d&&p&&m&&f&&!A&&s),onClick:()=>N(!0),children:A?Cn.jsx(e,{id:"R7D79P",message:"Invalid pair"}):Cn.jsx(e,{id:"bwSQI0",message:"Supply"})})})})})]}),Cn.jsx(Vv,{open:D,onClose:()=>N(!1),slippage:b,baseToken:d,baseAmount:m,quoteToken:p,quoteAmount:f,fee:s,price:E,lpAmount:L,shareOfPool:O,pairAddress:k,createMutation:q})]})}const _T=({disabled:e,feeAmount:t,dispatch:n})=>{const o=a(),{isMobile:r}=ld(),[s,l]=z(!1);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"space-between",px:20,py:12,borderWidth:1,borderStyle:"solid",borderColor:o.palette.border.main,borderRadius:12},e?{opacity:.3}:void 0),children:[Cn.jsx(i,{sx:{typography:"h5",color:o.palette.text.primary},children:t?`${_y[t].label} ${le._({id:"fxRyGG",message:"fee tier"})}`:le._({id:"EU3wU4",message:"Fee tier"})}),Cn.jsx(c,{size:c.Size.small,variant:c.Variant.outlined,disabled:e,onClick:()=>l((e=>!e)),sx:{color:o.palette.text.primary,border:`solid 1px ${o.palette.text.primary}`},children:s?le._({id:"vLyv1R",message:"Hide"}):le._({id:"ePK91l",message:"Edit"})})]}),s&&Cn.jsx(i,{sx:Object.assign({},r?{display:"grid",gap:8,gridTemplateColumns:"repeat(2, 1fr)"}:{display:"flex",alignItems:"center",gap:8}),children:[Ox.LOWEST,Ox.LOW,Ox.MEDIUM,Ox.HIGH].map((i=>{const r=t===i;return Cn.jsxs(c,{size:c.Size.middle,variant:c.Variant.outlined,disabled:e,onClick:()=>{n({type:Ky.UpdateFeeAmount,payload:i})},sx:{flexBasis:"50%",flexShrink:1,flexGrow:1,justifyContent:"space-between",px:20,color:r?o.palette.primary.main:o.palette.text.primary,borderRadius:12,borderColor:r?o.palette.primary.main:o.palette.border.main,[o.breakpoints.up("tablet")]:{flexBasis:"25%"}},children:[_y[i].label,r?Cn.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:[Cn.jsx("rect",{x:"0.5",y:"0.5",width:"17",height:"17",rx:"8.5",stroke:o.palette.primary.main}),Cn.jsx("rect",{x:"4.5",y:"4.5",width:"9",height:"9",rx:"4.5",fill:o.palette.primary.main,stroke:o.palette.primary.main})]}):Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:Cn.jsx("rect",{x:"0.5",y:"0.5",width:"17",height:"17",rx:"8.5",stroke:o.palette.text.secondary})})]},i)}))})]})},MT={neutral1:"#222222",neutral2:"#7D7D7D",accent1:"#FC72FF",critical:"FF5F52",white:"#FFFFFF",surface3:"#22222212",opacity:{hover:.6,click:.4,disabled:.5,enabled:1}},PT=({series:e,xScale:t,yScale:n,xValue:o,yValue:r,fill:a})=>Z((()=>{var s;return Cn.jsx(i,{component:"path",opacity:.5,stroke:null!=a?a:MT.accent1,fill:null!=a?a:MT.accent1,d:null!==(s=on().curve(rn).x((e=>t(o(e)))).y1((e=>n(r(e)))).y0(n(0))(e.filter((e=>{const n=t(o(e));return n>0&&n<=window.innerWidth}))))&&void 0!==s?s:void 0})}),[a,e,t,o,n,r]),BT=({axisGenerator:e})=>Cn.jsx("g",{ref:t=>{t&&sn(t).call(e).call((e=>e.select(".domain").remove()))}}),DT=({xScale:e,innerHeight:t,offset:n=0})=>Z((()=>Cn.jsx(i,{component:"g",transform:`translate(0, ${t+n})`,sx:{"& line":{display:"none"},"& text":{color:MT.neutral2,transform:"translateY(5px)"}},children:Cn.jsx(BT,{axisGenerator:an(e).ticks(6)})})),[t,n,e]),NT=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(" "),FT=()=>["m 5 7","v 14","M 0 0","m 9 7","v 14","z"].join(" "),qT=({color:e,size:t=10,margin:n=10})=>Cn.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 UT=({color:e,d:t})=>Cn.jsx(i,{component:"path",cursor:"ew-resize",pointerEvents:"none",strokeWidth:3,stroke:e,fill:e,d:t}),VT=({d:e})=>Cn.jsx(i,{component:"path",cursor:"ew-resize",pointerEvents:"none",stroke:MT.white,opacity:MT.opacity.hover,d:e}),HT=({visible:e,transform:t,children:n})=>Cn.jsx(i,{component:"g",opacity:e?"1":"0",transform:t,sx:{transition:"opacity 300ms"},children:n}),WT=({y:e,x:t,height:n,width:o,rx:r})=>Cn.jsx(i,{component:"rect",fill:MT.surface3,y:e,x:t,height:n,width:o,rx:r}),ZT=({y:e,transform:t,dominantBaseline:n,children:o})=>Cn.jsx(i,{component:"text",y:e,textAnchor:"middle",fontSize:"13px",fill:MT.neutral1,transform:t,dominantBaseline:n,children:o}),$T=(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]))},zT=({id:e,xScale:t,interactive:n,brushLabelValue:i,brushExtent:o,setBrushExtent:r,innerWidth:a,innerHeight:s,westHandleColor:l,eastHandleColor:d})=>{const c=G(null),u=G(null),[p,h]=z(o),[m,g]=z(!1),[f,x]=z(!1),y=function(e){const t=G();return Y((()=>{t.current=e}),[e]),t.current}(o),v=$((e=>{const{type:n,selection:i,mode:a}=e;if(!i)return void h(null);const s=i.map(t.invert);"end"!==n||$T(o,s,t)||r(s,a),h(s)}),[t,o,r]);Y((()=>{h(o)}),[o]),Y((()=>{c.current&&(u.current=ln().extent([[Math.max(2,t(0)),0],[a-2,s]]).handleSize(30).filter((()=>n)).on("brush end",v),u.current(sn(c.current)),y&&$T(o,y,t)&&sn(c.current).transition().call(u.current.move,o.map(t)),sn(c.current).selectAll(".selection").attr("stroke","none").attr("fill-opacity","0.1").attr("fill",`url(#${e}-gradient-selection)`))}),[o,v,e,s,a,n,y,t]),Y((()=>{c.current&&u.current&&u.current.move(sn(c.current),o.map(t))}),[o,t]),Y((()=>{g(!0);const e=setTimeout((()=>g(!1)),1500);return()=>clearTimeout(e)}),[p]);const b=p&&t(p[0])>20,j=p&&t(p[1])>a-20,C=p&&(t(p[0])<0||t(p[1])<0),w=p&&(t(p[0])>a||t(p[1])>a),k=p&&t(p[0])>=0&&t(p[0])<=a,T=p&&t(p[1])>=0&&t(p[1])<=a;return Z((()=>Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("defs",{children:[Cn.jsxs("linearGradient",{id:`${e}-gradient-selection`,x1:"0%",y1:"100%",x2:"100%",y2:"100%",children:[Cn.jsx("stop",{stopColor:l}),Cn.jsx("stop",{stopColor:d,offset:"1"})]}),Cn.jsx("clipPath",{id:`${e}-brush-clip`,children:Cn.jsx("rect",{x:"0",y:"0",width:a,height:s})})]}),Cn.jsx("g",{ref:c,clipPath:`url(#${e}-brush-clip)`,onMouseEnter:()=>x(!0),onMouseLeave:()=>x(!1)}),p&&Cn.jsxs(Cn.Fragment,{children:[k?Cn.jsxs("g",{transform:`translate(${Math.max(0,t(p[0]))}, 0), scale(${b?"-1":"1"}, 1)`,children:[Cn.jsxs("g",{children:[Cn.jsx(UT,{color:l,d:NT(s)}),Cn.jsx(VT,{d:FT()})]}),Cn.jsxs(HT,{transform:`translate(50,0), scale(${b?"1":"-1"}, 1)`,visible:m||f,children:[Cn.jsx(WT,{y:"0",x:"-30",height:"30",width:"60",rx:"8"}),Cn.jsx(ZT,{transform:"scale(-1, 1)",y:"15",dominantBaseline:"middle",children:i("w",p[0])})]})]}):null,T?Cn.jsxs("g",{transform:`translate(${t(p[1])}, 0), scale(${j?"-1":"1"}, 1)`,children:[Cn.jsxs("g",{children:[Cn.jsx(UT,{color:d,d:NT(s)}),Cn.jsx(VT,{d:FT()})]}),Cn.jsxs(HT,{transform:`translate(50,0), scale(${j?"-1":"1"}, 1)`,visible:m||f,children:[Cn.jsx(WT,{y:"0",x:"-30",height:"30",width:"60",rx:"8"}),Cn.jsx(ZT,{y:"15",dominantBaseline:"middle",children:i("e",p[1])})]})]}):null,C&&Cn.jsx(qT,{color:l}),w&&Cn.jsx("g",{transform:`translate(${a}, 0) scale(-1, 1)`,children:Cn.jsx(qT,{color:d})})]})]})),[i,d,T,j,b,f,e,s,a,p,w,m,C,l,k,t])},GT=({value:e,xScale:t,innerHeight:n})=>Z((()=>Cn.jsx(i,{component:"line",x1:t(e),y1:"0",x2:t(e),y2:n,sx:{opacity:.5,strokeWidth:2,stroke:MT.neutral1,fill:"none"}})),[e,t,n]);function YT({svg:e,xScale:t,setZoom:n,width:o,height:r,resetBrush:a,showResetButton:s,zoomLevels:l}){const d=G(),[u,p,h,m]=Z((()=>[()=>e&&d.current&&sn(e).transition().call(d.current.scaleBy,2),()=>e&&d.current&&sn(e).transition().call(d.current.scaleBy,.5),()=>e&&d.current&&sn(e).transition().call(d.current.scaleTo,.5),()=>e&&d.current&&sn(e).call(d.current.transform,dn.translate(0,0).scale(1)).transition().call(d.current.scaleTo,.5)]),[e]);return Y((()=>{e&&(d.current=cn().scaleExtent([l.min,l.max]).extent([[0,0],[o,r]]).on("zoom",(({transform:e})=>n(e))),sn(e).call(d.current))}),[r,o,n,e,t,d,l,l.max,l.min]),Y((()=>{h()}),[h,l]),Cn.jsxs(i,{sx:{display:"grid",gridTemplateColumns:`repeat(${s?3:2}, 1fr)`,gridGap:"6px",position:"absolute",top:"-32px",right:0},children:[s&&Cn.jsx(c,{size:c.Size.small,sx:{borderRadius:16},onClick:()=>{a(),m()},disabled:!1,children:Cn.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:[Cn.jsx("polyline",{points:"1 4 1 10 7 10"}),Cn.jsx("polyline",{points:"23 20 23 14 17 14"}),Cn.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"})]})}),Cn.jsx(c,{size:c.Size.small,sx:{borderRadius:16},onClick:u,disabled:!1,children:Cn.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:[Cn.jsx("circle",{cx:"11",cy:"11",r:"8"}),Cn.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),Cn.jsx("line",{x1:"11",y1:"8",x2:"11",y2:"14"}),Cn.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]})}),Cn.jsx(c,{size:c.Size.small,sx:{borderRadius:16},onClick:p,disabled:!1,children:Cn.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:[Cn.jsx("circle",{cx:"11",cy:"11",r:"8"}),Cn.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),Cn.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]})})]})}const QT=e=>e.price0,XT=e=>e.activeLiquidity;function KT({id:e="liquidityChartRangeInput",data:{series:t,current:n},ticksAtLimit:o,styles:r,dimensions:{width:a,height:s},margins:l,interactive:d=!0,brushDomain:c,brushLabels:u,onBrushDomainChange:p,zoomLevels:h}){const m=G(null),[g,f]=z(null),[x,y]=Z((()=>[s-l.top-l.bottom,a-l.left-l.right]),[a,s,l]),{xScale:v,yScale:b}=Z((()=>{const e={xScale:un().domain([n*h.initialMin,n*h.initialMax]).range([0,y]),yScale:un().domain([0,pn(t,XT)]).range([x,0])};if(g){const t=g.rescaleX(e.xScale);e.xScale.domain(t.domain())}return e}),[n,h.initialMin,h.initialMax,y,t,x,g]);return Y((()=>{f(null)}),[h]),Y((()=>{c||p(v.domain(),void 0)}),[c,p,v]),Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(YT,{svg:m.current,xScale:v,setZoom:f,width:y,height:s,resetBrush:()=>{p([n*h.initialMin,n*h.initialMax],"reset")},showResetButton:Boolean(o[Vf.LOWER]||o[Vf.UPPER]),zoomLevels:h}),Cn.jsxs("svg",{width:"100%",height:"100%",viewBox:`0 0 ${a} ${s}`,style:{overflow:"visible"},children:[Cn.jsxs("defs",{children:[Cn.jsx("clipPath",{id:`${e}-chart-clip`,children:Cn.jsx("rect",{x:"0",y:"0",width:y,height:s})}),c&&Cn.jsx("mask",{id:`${e}-chart-area-mask`,children:Cn.jsx("rect",{fill:"white",x:v(c[0]),y:"0",width:v(c[1])-v(c[0]),height:x})})]}),Cn.jsxs("g",{transform:`translate(${l.left},${l.top})`,children:[Cn.jsxs("g",{clipPath:`url(#${e}-chart-clip)`,children:[Cn.jsx(PT,{series:t,xScale:v,yScale:b,xValue:QT,yValue:XT}),c&&Cn.jsx("g",{mask:`url(#${e}-chart-area-mask)`,children:Cn.jsx(PT,{series:t,xScale:v,yScale:b,xValue:QT,yValue:XT,fill:r.area.selection})}),Cn.jsx(GT,{value:n,xScale:v,innerHeight:x}),Cn.jsx(DT,{xScale:v,innerHeight:x})]}),Cn.jsx(i,{component:"rect",width:y,height:s,ref:m,sx:{fill:"transparent",cursor:"grab","&:active":{cursor:"grabbing"}}}),Cn.jsx(zT,{id:e,xScale:v,interactive:d,brushLabelValue:u,brushExtent:null!=c?c:v.domain(),innerWidth:y,innerHeight:x,setBrushExtent:p,westHandleColor:r.brush.handle.west,eastHandleColor:r.brush.handle.east})]})]})]})}const JT=8;function eE(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=sy(e,t,o),m={liquidityActive:u.liquidityActive,tick:o,liquidityNet:Gt.BigInt(null!==(l=null===(s=i[n])||void 0===s?void 0:s.liquidityNet)&&void 0!==l?l:""),price0:h.toFixed(JT),sdkPrice:h};r?m.liquidityActive=Gt.add(u.liquidityActive,Gt.BigInt(null!==(c=null===(d=i[n])||void 0===d?void 0:d.liquidityNet)&&void 0!==c?c:0)):!r&&Gt.notEqual(u.liquidityNet,Gt.BigInt(0))&&(m.liquidityActive=Gt.subtract(u.liquidityActive,u.liquidityNet)),p.push(m),u=m}return r||(p=p.reverse()),p}const tE=8,nE=(e,t)=>e&&t?Math.floor(e/Rx[t])*Rx[t]:void 0,iE=1e3;function oE(e,t,n,i){const[o,r]=z(0),[a,s]=z([]),{data:l,error:d,isLoading:c}=function(e,t,n,i=0,o){var r;const a=Kl(),s=e&&t&&n?py.getAddress(null==e?void 0:e.wrapped,null==t?void 0:t.wrapped,n,void 0,o?ax[o]:void 0):void 0,l=a.getQuery(ge.graphql.AllV3TicksDocument,{skip:i,first:iE,where:{chain:o?aa[o]:void 0,poolAddress:null!==(r=null==s?void 0:s.toLowerCase())&&void 0!==r?r:void 0,refreshNow:!0,schemaName:"ammv3"}});return We(Object.assign(Object.assign({},l),{enabled:!0}))}(e,t,n,o,i),u=null==l?void 0:l.ticks;return Y((()=>{(null==u?void 0:u.length)&&(s((e=>[...e,...u])),(null==u?void 0:u.length)===iE&&r((e=>e+iE)))}),[u]),{isLoading:c||(null==u?void 0:u.length)===iE,error:d,ticks:a}}function rE({currencyA:e,currencyB:t,feeAmount:n}){const{isLoading:i,error:o,data:r}=function(e,t,n,i){var o,r,a;const{chainId:s}=$l(),l=Uy(e,t,n),d=null===(o=l[1])||void 0===o?void 0:o.liquidity,c=null===(r=l[1])||void 0===r?void 0:r.sqrtRatioX96,u=null===(a=l[1])||void 0===a?void 0:a.tickCurrent,p=Z((()=>nE(u,n)),[u,n]),{isLoading:h,error:m,ticks:g}=oE(e,t,n,s);return Z((()=>{var n,i,o,r,a;if(!e||!t||void 0===p||l[0]!==qy.EXISTS||!g||0===g.length||h)return{isLoading:h||l[0]===qy.LOADING,error:m,activeTick:p,data:void 0};const s=null==e?void 0:e.wrapped,f=null==t?void 0:t.wrapped,x=g.findIndex((e=>(null==e?void 0:e.tickIdx)&&e.tickIdx>p))-1;if(x<0)return console.log("usePoolTickData","usePoolActiveLiquidity","TickData pivot not found",{token0:s.address,token1:f.address,chainId:s.chainId}),{isLoading:h,error:m,activeTick:p,data:void 0};const y=sy(s,f,p),v={liquidityActive:Gt.BigInt(null!==(i=null===(n=l[1])||void 0===n?void 0:n.liquidity)&&void 0!==i?i:0),tick:p,liquidityNet:Number(null===(o=g[x])||void 0===o?void 0:o.tickIdx)===p?Gt.BigInt(null!==(a=null===(r=g[x])||void 0===r?void 0:r.liquidityNet)&&void 0!==a?a:0):Gt.BigInt(0),price0:y.toFixed(tE),sdkPrice:y},b=eE(s,f,v,g,x,!0),j=eE(s,f,v,g,x,!1).concat(v).concat(b);return{isLoading:h,error:m,currentTick:u,activeTick:p,liquidity:d,sqrtPriceX96:c,data:j}}),[e,t,p,l,g,h,m,u,d,c])}(e,t,n),a=$((()=>{if(!(null==r?void 0:r.length))return;const e=[];for(let t=0;t<r.length;t++){const n=r[t],i={activeLiquidity:parseFloat(n.liquidityActive.toString()),price0:parseFloat(n.price0)};i.activeLiquidity>0&&e.push(i)}return e}),[r]);return Z((()=>({isLoading:i,error:o,formattedData:i?void 0:a()})),[i,o,a])}const aE={initialMin:.999,initialMax:1.001,min:1e-5,max:1.5},sE={[Ox.LOWEST]:aE,[Ox.LOW_200]:aE,[Ox.LOW_300]:aE,[Ox.LOW_400]:aE,[Ox.LOW]:aE,[Ox.MEDIUM]:{initialMin:.5,initialMax:2,min:1e-5,max:20},[Ox.HIGH]:{initialMin:.5,initialMax:2,min:1e-5,max:20}};function lE({message:e,icon:t}){return Cn.jsxs(Gf,{style:{height:"100%",justifyContent:"center"},children:[t,e&&Cn.jsx(i,{sx:{mt:20,p:10,typography:"caption",textAlign:"center"},children:e})]})}function dE(){return Cn.jsx(v,{})}function cE({currencyA:t,currencyB:n,feeAmount:o,ticksAtLimit:r,price:a,priceLower:s,priceUpper:l,onLeftRangeInput:d,onRightRangeInput:c,interactive:u}){const p=t&&n&&(null==t?void 0:t.wrapped.sortsBefore(null==n?void 0:n.wrapped)),{isLoading:h,error:m,formattedData:g}=rE({currencyA:t,currencyB:n,feeAmount:o}),f=$(((e,t)=>{let n=Number(e[0]);const i=Number(e[1]);n<=0&&(n=1/10**6),(!r[p?Vf.LOWER:Vf.UPPER]||"handle"===t||"reset"===t)&&n>0&&d(n.toFixed(6)),(!r[p?Vf.UPPER:Vf.LOWER]||"reset"===t)&&i>0&&i<1e35&&c(i.toFixed(6))}),[p,d,c,r]);u=u&&Boolean(null==g?void 0:g.length);const x=Z((()=>{const e=p?s:null==l?void 0:l.invert(),t=p?l:null==s?void 0:s.invert();return e&&t?[parseFloat(null==e?void 0:e.toSignificant(6)),parseFloat(null==t?void 0:t.toSignificant(6))]:void 0}),[p,s,l]),y=$(((e,t)=>{if(!a)return"";if("w"===e&&r[p?Vf.LOWER:Vf.UPPER])return"0";if("e"===e&&r[p?Vf.UPPER:Vf.LOWER])return"∞";const n=(t<a?-1:1)*((Math.max(t,a)-Math.min(t,a))/a)*100;return a?`${ms({input:n,decimals:2})}%`:""}),[p,a,r]),v=!t||!n||void 0===g&&!h&&!m;return Cn.jsx(Yf,{gap:"md",style:{minHeight:"200px"},children:v?Cn.jsx(lE,{message:Cn.jsx(e,{id:"OZUH85",message:"Your position will appear here."}),icon:Cn.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"56",height:"56",viewBox:"0 0 24 24",fill:"none",stroke:MT.neutral1,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[Cn.jsx("polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}),Cn.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"})]})}):h?Cn.jsx(dE,{}):m?Cn.jsx(lE,{message:Cn.jsx(e,{id:"79D0qY",message:"Liquidity data not available."}),icon:Cn.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"56",height:"56",viewBox:"0 0 24 24",fill:"none",stroke:MT.neutral2,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[Cn.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"}),Cn.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]})}):g&&0!==g.length&&a?Cn.jsx(i,{sx:{position:"relative",width:"100%",maxHeight:"200px",justifyContent:"center",alignContent:"center"},children:Cn.jsx(KT,{data:{series:g,current:a},dimensions:{width:560,height:200},margins:{top:10,right:2,bottom:20,left:0},styles:{area:{selection:MT.accent1},brush:{handle:{west:MT.critical,east:MT.accent1}}},interactive:u,brushLabels:y,brushDomain:x,onBrushDomainChange:f,zoomLevels:sE[null!=o?o:Ox.MEDIUM],ticksAtLimit:r})}):Cn.jsx(lE,{message:Cn.jsx(e,{id:"rH6vg9",message:"There is no liquidity data."}),icon:Cn.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"56",height:"56",viewBox:"0 0 24 24",fill:"none",stroke:MT.neutral2,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[Cn.jsx("line",{x1:"18",y1:"20",x2:"18",y2:"10"}),Cn.jsx("line",{x1:"12",y1:"20",x2:"12",y2:"4"}),Cn.jsx("line",{x1:"6",y1:"20",x2:"6",y2:"14"})]})})})}const uE=({value:t,decrement:n,increment:o,decrementDisabled:r=!1,incrementDisabled:s=!1,locked:l,onUserInput:d,title:u,tokenA:p,tokenB:h})=>{const m=a(),[g,f]=z(!1),[x,y]=z(""),[v,b]=z(!1),[j,C]=z(!1),w=$((()=>{b(!1),f(!1),d(x)}),[x,d]),k=$((()=>{b(!1),d(n())}),[n,d]),T=$((()=>{b(!1),d(o())}),[o,d]);return Y((()=>{x===t||v||setTimeout((()=>{y(t),C(!0),setTimeout((function(){C(!1)}),1800)}),0)}),[x,v,t]),Cn.jsx(i,{onFocus:()=>{b(!0),f(!0)},onBlur:w,sx:{width:"100%",py:12,px:20,borderRadius:16,backgroundColor:m.palette.background.cardInput},children:Cn.jsxs(i,{sx:{width:"100%",display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"stretch"},children:[Cn.jsx(i,{sx:{typography:"body2",fontWeight:600,color:m.palette.text.primary},children:u}),Cn.jsx(i,{sx:{mt:4,typography:"h6",fontWeight:500,color:m.palette.text.secondary},children:Cn.jsx(e,{id:"1/LP4K",message:"{tokenB} per {tokenA}",values:{tokenB:h,tokenA:p}})}),Cn.jsx(um,{sx:{mt:12,backgroundColor:m.palette.background.cardInput},value:x,onChange:e=>{y(e)},readOnly:l})]}),Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:8},children:[!l&&Cn.jsx(c,{size:c.Size.small,onClick:T,disabled:s,sx:{px:4,backgroundColor:m.palette.background.paper,"&[disabled]":{cursor:"default"}},children:Cn.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.jsx("path",{d:"M14.25 9.75H9.75V14.25H8.25V9.75H3.75V8.25H8.25V3.75H9.75V8.25H14.25V9.75Z",fill:r?m.palette.text.disabled:m.palette.text.primary})})}),!l&&Cn.jsx(c,{size:c.Size.small,onClick:k,disabled:r,sx:{px:4,backgroundColor:m.palette.background.paper,"&[disabled]":{cursor:"default"}},children:Cn.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.jsx("rect",{x:"3.75",y:"8.25",width:"10.5",height:"1.5",fill:r?m.palette.text.disabled:m.palette.text.primary})})})]})]})})},pE=({priceLower:t,priceUpper:n,onLeftRangeInput:o,onRightRangeInput:r,getDecrementLower:a,getIncrementLower:s,getDecrementUpper:l,getIncrementUpper:d,currencyA:c,currencyB:u,feeAmount:p,ticksAtLimit:h})=>{var m,g,f,x;const y=null===(m=null!=c?c:void 0)||void 0===m?void 0:m.wrapped,v=null===(g=null!=u?u:void 0)||void 0===g?void 0:g.wrapped,b=y&&v&&y.sortsBefore(v),j=b?t:null==n?void 0:n.invert(),C=b?n:null==t?void 0:t.invert();return Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"stretch",gap:8},children:[Cn.jsx(uE,{value:h[b?Vf.LOWER:Vf.UPPER]?"0":null!==(f=null==j?void 0:j.toSignificant(8))&&void 0!==f?f:"",onUserInput:o,decrement:b?a:d,increment:b?s:l,decrementDisabled:void 0===j||h[b?Vf.LOWER:Vf.UPPER],incrementDisabled:void 0===j||h[b?Vf.LOWER:Vf.UPPER],feeAmount:p,label:j?`${null==u?void 0:u.symbol}`:"-",title:Cn.jsx(e,{id:"uEoBVI",message:"Low price"}),tokenA:null==c?void 0:c.symbol,tokenB:null==u?void 0:u.symbol}),Cn.jsx(uE,{value:h[b?Vf.UPPER:Vf.LOWER]?"∞":null!==(x=null==C?void 0:C.toSignificant(8))&&void 0!==x?x:"",onUserInput:r,decrement:b?l:s,increment:b?d:a,incrementDisabled:void 0===C||h[b?Vf.UPPER:Vf.LOWER],decrementDisabled:void 0===C||h[b?Vf.UPPER:Vf.LOWER],feeAmount:p,label:C?`${null==u?void 0:u.symbol}`:"-",tokenA:null==c?void 0:c.symbol,tokenB:null==u?void 0:u.symbol,title:Cn.jsx(e,{id:"kAC8rT",message:"High price"})})]})};var hE;function mE(){return mE=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},mE.apply(null,arguments)}const gE=e=>H.createElement("svg",mE({width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),hE||(hE=H.createElement("g",{id:"ICON/18px/arrow/\\xE6\\x94\\xB6\\xE8\\xB5\\xB7/Dark"},H.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 fE({token:e,oppositeTokenAddress:t,dispatch:n,tokenSelectOnChange:o}){const r=a(),{chainId:s}=$l(),[l,c]=z(!1);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{component:d,sx:{flexBasis:"100%",flexGrow:1,flexShrink:1,display:"flex",alignItems:"center",px:20,py:8,borderRadius:12,borderWidth:1,borderStyle:"solid",borderColor:e?r.palette.border.main:r.palette.primary.main,color:e?r.palette.text.primary:r.palette.primary.contrastText,backgroundColor:e?"transparent":r.palette.primary.main,"&:hover":{borderColor:e?r.palette.border.main:r.palette.primary.main,opacity:.8},[r.breakpoints.up("tablet")]:{flexBasis:"50%"}},onClick:()=>{c(!0)},children:[e?Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(yc,{address:e.address,marginRight:0,width:24,height:24,chainId:e.chainId||s,noShowChain:!0,sx:{flexShrink:0}}),Cn.jsx(i,{sx:{typography:"h5",fontWeight:600,lineHeight:"32px",flexShrink:0},children:e.symbol})]}):Cn.jsx(i,{sx:{typography:"h5",fontWeight:600,lineHeight:"32px",flexShrink:0},children:le._({id:"0RrIzN",message:"Select token"})}),Cn.jsx(i,{component:gE,sx:{flexShrink:0,ml:"auto",width:18,height:18}})]}),Cn.jsx(km,{value:zy(e),open:l,chainId:s,occupiedAddrs:[t],occupiedChainId:null==e?void 0:e.chainId,onClose:()=>{c(!1)},onTokenChange:(e,t)=>{if(!Array.isArray(e)){if(t)return n({type:Ky.UpdateBaseTokenAndClearQuoteToken,payload:e}),void c(!1);o(e),c(!1)}},modal:!0})]})}const xE=({baseToken:e,quoteToken:t,dispatch:n})=>{var o,r;const s=a();return Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:12,flexWrap:"wrap",[s.breakpoints.up("tablet")]:{flexWrap:"nowrap"}},children:[Cn.jsx(fE,{token:e,oppositeTokenAddress:null!==(o=null==t?void 0:t.address)&&void 0!==o?o:"",dispatch:n,tokenSelectOnChange:e=>{n({type:Ky.UpdateBaseToken,payload:e})}}),Cn.jsx(fE,{token:t,oppositeTokenAddress:null!==(r=null==e?void 0:e.address)&&void 0!==r?r:"",dispatch:n,tokenSelectOnChange:e=>{n({type:Ky.UpdateQuoteToken,payload:e})}})]})};const yE=[{value:.03,title:"Narrow"},{value:.08,title:"Standard"},{value:.15,title:"Wide"},{value:1,title:"Full"}],vE=e=>{const t=a(),[n,o]=z(null);return Cn.jsx(i,{sx:{borderRadius:16,borderWidth:1,borderStyle:"solid",borderColor:t.palette.border.main,overflow:"hidden",display:"flex",alignItems:"center",flexWrap:"wrap",alignSelf:"stretch"},children:yE.map(((r,a)=>Cn.jsxs(i,{component:d,onClick:()=>{o(r.value),e.onSelect(r.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 ${t.palette.border.main}`:"none",borderBottom:a<=1?`1px solid ${t.palette.border.main}`:"none",[t.breakpoints.up("tablet")]:{flexBasis:"25%",borderRight:a===yE.length-1?"none":`1px solid ${t.palette.border.main}`,borderBottom:"none"},backgroundColor:n===r.value?T("#7BF179",.1):"transparent","&:hover":{backgroundColor:T("#7BF179",.1)}},children:[Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:t.palette.text.primary},children:r.title}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:600,color:t.palette.text.primary},children:1===r.value?"∞":`+-${100*r.value}%`})]},r.value)))})};function bE({params:t,handleGoBack:n,handleGoToPoolList:o}){var r,s,l,d,c,u,p,h,m,g;const{chainId:f,account:x}=$l(),y=a(),v=Cd(),{isMobile:b}=ld(),j=We(Object.assign({},ja.getFetchTokenQuery(f,null==t?void 0:t.from,x))),C=We(Object.assign({},ja.getFetchTokenQuery(f,null==t?void 0:t.to,x))),[w,k]=ee(Jy,{baseToken:null,quoteToken:null,feeAmount:(null==t?void 0:t.fee)?Number(null==t?void 0:t.fee):void 0,independentField:Uf.CURRENCY_A,typedValue:"",startPriceTypedValue:"",leftRangeTypedValue:"",rightRangeTypedValue:""});Y((()=>{j.data&&k({type:Ky.UpdateDefaultBaseToken,payload:j.data})}),[j]),Y((()=>{C.data&&k({type:Ky.UpdateDefaultQuoteToken,payload:C.data})}),[C]);const{independentField:E,typedValue:A,startPriceTypedValue:I}=w,{pool:S,ticks:L,dependentField:O,price:R,pricesAtTicks:_,pricesAtLimit:M,parsedAmounts:P,currencyBalances:B,position:D,noLiquidity:N,currencies:F,errorMessage:q,invalidPool:U,invalidRange:V,outOfRange:H,depositADisabled:W,depositBDisabled:G,invertPrice:Q,ticksAtLimit:X,isTaxed:K}=Xy({state:w}),J=Z((()=>{var e;return null===(e=Q?null==R?void 0:R.invert():R)||void 0===e?void 0:e.toSignificant()}),[Q,R]),{onFieldAInput:te,onFieldBInput:ne,onLeftRangeInput:ie,onRightRangeInput:oe,onStartPriceInput:re}=ev({noLiquidity:N,dispatch:k}),{slipper:ae,setSlipper:se,slipperValue:de,resetSlipper:ce}=Df({address:void 0,type:"AMMV3"}),ue=!q&&!V,[pe,he]=z(!1),me={[E]:A,[O]:null!==(s=null===(r=P[O])||void 0===r?void 0:r.toSignificant(6))&&void 0!==s?s:""},ge=[Uf.CURRENCY_A,Uf.CURRENCY_B].reduce(((e,t)=>Object.assign(Object.assign({},e),{[t]:ov(B[t])})),{}),fe=Hd(zy(null===(l=P[Uf.CURRENCY_A])||void 0===l?void 0:l.currency),{contractAddress:sx[f],overrideBalance:B[Uf.CURRENCY_A]?new Se(B[Uf.CURRENCY_A].toSignificant()):void 0,amount:P[Uf.CURRENCY_A]?new Se(P[Uf.CURRENCY_A].toSignificant()):void 0}),xe=Hd(zy(null===(d=P[Uf.CURRENCY_B])||void 0===d?void 0:d.currency),{contractAddress:sx[f],overrideBalance:B[Uf.CURRENCY_B]?new Se(B[Uf.CURRENCY_B].toSignificant()):void 0,amount:P[Uf.CURRENCY_B]?new Se(P[Uf.CURRENCY_B].toSignificant()):void 0}),{[Vf.LOWER]:ye,[Vf.UPPER]:ve}=L,{[Vf.LOWER]:be,[Vf.UPPER]:je}=_,{getDecrementLower:Ce,getIncrementLower:we,getDecrementUpper:ke,getIncrementUpper:Te,getSetFullRange:Ee}=function({tickLower:e,tickUpper:t,pool:n,state:i,dispatch:o}){const{baseToken:r,quoteToken:a,feeAmount:s}=i,l=Z((()=>null==r?void 0:r.wrapped),[r]),d=Z((()=>null==a?void 0:a.wrapped),[a]);return{getDecrementLower:$((()=>l&&d&&"number"==typeof e&&s?sy(l,d,e-Rx[s]).toSignificant(5,void 0,dx.ROUND_UP):"number"!=typeof e&&l&&d&&s&&n?sy(l,d,n.tickCurrent-Rx[s]).toSignificant(5,void 0,dx.ROUND_UP):""),[l,d,e,s,n]),getIncrementLower:$((()=>l&&d&&"number"==typeof e&&s?sy(l,d,e+Rx[s]).toSignificant(5,void 0,dx.ROUND_UP):"number"!=typeof e&&l&&d&&s&&n?sy(l,d,n.tickCurrent+Rx[s]).toSignificant(5,void 0,dx.ROUND_UP):""),[l,d,e,s,n]),getDecrementUpper:$((()=>l&&d&&"number"==typeof t&&s?sy(l,d,t-Rx[s]).toSignificant(5,void 0,dx.ROUND_UP):"number"!=typeof t&&l&&d&&s&&n?sy(l,d,n.tickCurrent-Rx[s]).toSignificant(5,void 0,dx.ROUND_UP):""),[l,d,t,s,n]),getIncrementUpper:$((()=>l&&d&&"number"==typeof t&&s?sy(l,d,t+Rx[s]).toSignificant(5,void 0,dx.ROUND_UP):"number"!=typeof t&&l&&d&&s&&n?sy(l,d,n.tickCurrent+Rx[s]).toSignificant(5,void 0,dx.ROUND_UP):""),[l,d,t,s,n]),getSetFullRange:$((()=>{o({type:Ky.setFullRange,payload:void 0})}),[o])}}({tickLower:ye,tickUpper:ve,pool:S,state:w,dispatch:k}),Ae=$((e=>{if(Ee(),1!==e){if(J){const t=new Se(J),n=t.multipliedBy(1-e),i=t.multipliedBy(1+e);ie(n.dp(5,Se.ROUND_DOWN).toString()),oe(i.dp(5,Se.ROUND_DOWN).toString())}return}const t=M[Vf.LOWER];t&&ie(t.toSignificant(5));const n=M[Vf.UPPER];n&&oe(n.toSignificant(5))}),[J,Ee,ie,oe,M]),{deadLine:Ie}=Tn(),Le=ze({mutationFn:()=>mn(this,void 0,void 0,(function*(){if(!x||!f||!D)return;if(!w.baseToken||!w.quoteToken)return;const e=Math.ceil(Date.now()/1e3)+(null!=Ie?Ie:600),t=w.baseToken.isNative?w.baseToken:w.quoteToken.isNative?w.quoteToken:void 0;try{const{calldata:n,value:i}=ky.addCallParameters(D,{slippageTolerance:sv(100*de),recipient:x,deadline:e.toString(),useNative:t,createPool:N});let r={to:sx[f],data:n,value:i};(yield v.execute(le._({id:"8OiU8L",message:"Pool Creation"}),Object.assign({opcode:fd.TX},r),{early:!1,metadata:{[cd.createAMMV3Pool]:"1"}}))===ud.Success&&setTimeout((()=>{o()}),100)}catch(e){console.error("onAddMutation",e)}}))});return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:20,mx:16,pb:20,borderBottomWidth:1,borderBottomStyle:"solid",borderBottomColor:"border.main",mb:20,[y.breakpoints.up("tablet")]:{width:600,mx:"auto"}},children:[Cn.jsx(tj,{}),Cn.jsx(i,{sx:{typography:"caption",fontWeight:600,color:"text.primary",mr:"auto"},children:Cn.jsx(e,{id:"E6MqGy",message:"Add liquidity"})}),Cn.jsx(My,{poolType:"AMM V3"})]}),Cn.jsxs(i,{sx:{px:16,display:"flex",flexDirection:"column",alignItems:"stretch",backgroundColor:y.palette.background.paper,borderRadius:16,[y.breakpoints.up("tablet")]:{borderColor:y.palette.border.main,borderWidth:1,borderStyle:"solid",px:0,mx:"auto",width:600}},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"stretch",gap:20,py:20,[y.breakpoints.up("tablet")]:{px:20}},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"stretch",gap:12},children:[Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:y.palette.text.primary,textAlign:"left"},children:le._({id:"nxRg31",message:"Select pair"})}),Cn.jsx(xE,{baseToken:w.baseToken,quoteToken:w.quoteToken,dispatch:k}),Cn.jsx(_T,{disabled:!w.baseToken||!w.quoteToken,feeAmount:w.feeAmount,dispatch:k})]}),Cn.jsxs(Jf,{disabled:!w.feeAmount||U,children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:8},children:[Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:y.palette.text.primary,textAlign:"left"},children:le._({id:"5CZbyC",message:"Set price range"})}),Boolean(w.baseToken&&w.quoteToken)&&Cn.jsx(Ly,{baseToken:w.baseToken,quoteToken:w.quoteToken,handleRateToggle:()=>{var e,t,n,i,o;X[Vf.LOWER]||X[Vf.UPPER]||(ie(null!==(t=null===(e=Q?be:null==je?void 0:je.invert())||void 0===e?void 0:e.toSignificant(6))&&void 0!==t?t:""),oe(null!==(i=null===(n=Q?je:null==be?void 0:be.invert())||void 0===n?void 0:n.toSignificant(6))&&void 0!==i?i:""),te(null!==(o=me[Uf.CURRENCY_B])&&void 0!==o?o:"")),k({type:Ky.ToggleRate,payload:void 0})},sx:b?{flexGrow:0,flexShrink:1,flexBasis:"50%"}:void 0})]}),Cn.jsx(vE,{onSelect:Ae}),Cn.jsx(pE,{priceLower:be,priceUpper:je,getDecrementLower:Ce,getIncrementLower:we,getDecrementUpper:ke,getIncrementUpper:Te,onLeftRangeInput:ie,onRightRangeInput:oe,currencyA:w.baseToken,currencyB:w.quoteToken,feeAmount:w.feeAmount,ticksAtLimit:X}),H&&Cn.jsx(zf,{children:le._({id:"b+KjnH",message:"Your position will not earn fees or be used in trades until the market price moves into your range."})}),V&&Cn.jsx(zf,{children:le._({id:"Jh223O",message:"Invalid range selected. The min price must be lower than the max price."})})]}),N?Cn.jsxs(Jf,{children:[Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:y.palette.text.primary,textAlign:"left"},children:le._({id:"zeSosD",message:"Starting price"})}),Cn.jsx(i,{sx:{p:8,borderRadius:8,backgroundColor:T(y.palette.primary.main,.1),typography:"h6",color:y.palette.primary.main},children:le._({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."})}),Cn.jsx(i,{sx:{px:16,py:12,borderRadius:8,borderWidth:1,borderColor:y.palette.border.main,borderStyle:"solid"},children:Cn.jsx(um,{sx:{backgroundColor:"transparent"},value:I,onChange:re})})]}):Cn.jsxs(Jf,{disabled:!w.feeAmount||U,children:[Cn.jsxs(i,{sx:{typography:"body1",fontWeight:600,color:y.palette.text.primary,textAlign:"left"},children:[le._({id:"DWd30U",message:"Current price"}),Cn.jsxs(i,{children:[J," ",le._({id:"b2jAb+",message:"per"})," ",null!==(u=null===(c=w.baseToken)||void 0===c?void 0:c.symbol)&&void 0!==u?u:""]})]}),Cn.jsx(cE,{currencyA:null!==(p=w.baseToken)&&void 0!==p?p:void 0,currencyB:null!==(h=w.quoteToken)&&void 0!==h?h:void 0,feeAmount:w.feeAmount,ticksAtLimit:X,price:R?parseFloat((Q?R.invert():R).toSignificant(8)):void 0,priceLower:be,priceUpper:je,onLeftRangeInput:ie,onRightRangeInput:oe,interactive:!0})]}),Cn.jsxs(Jf,{disabled:U||V||N&&!I,children:[Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:y.palette.text.primary,textAlign:"left"},children:le._({id:"MU9s7M",message:"Deposit amounts"})}),Cn.jsxs(i,{children:[Cn.jsx(rx,{value:me[Uf.CURRENCY_A],onUserInput:te,maxAmount:ge[Uf.CURRENCY_A],balance:B[Uf.CURRENCY_A],currency:null!==(m=F[Uf.CURRENCY_A])&&void 0!==m?m:null,locked:W}),Cn.jsx(Pm,{}),Cn.jsx(rx,{value:me[Uf.CURRENCY_B],onUserInput:ne,maxAmount:ge[Uf.CURRENCY_B],balance:B[Uf.CURRENCY_B],currency:null!==(g=F[Uf.CURRENCY_B])&&void 0!==g?g:null,locked:G})]}),Cn.jsx(Nf,{value:ae,onChange:se,disabled:!1,type:"AMMV3"})]})]}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",py:16,[y.breakpoints.up("tablet")]:{px:20,borderBottomLeftRadius:16,borderBottomRightRadius:16,backgroundColor:y.palette.background.paper}},children:Cn.jsx(ex,{chainId:f,approvalA:fe,approvalB:xe,parsedAmounts:P,isValid:ue,depositADisabled:W,depositBDisabled:G,errorMessage:q,setShowConfirm:he})}),Cn.jsx(Ny,{parsedAmounts:P,position:D,existingPosition:void 0,priceLower:be,priceUpper:je,outOfRange:H,ticksAtLimit:X,on:pe,onClose:()=>{he(!1)},onConfirm:Le.mutate,loading:Le.isPending})]})]})}function jE(){const{routerPage:e}=Tn(),t=Af((e=>e.page)),n=null!=e?e:t;switch(null==n?void 0:n.type){case Ef.Pool:return Cn.jsx(ej,{params:n.params});case Ef.CreatePool:return Cn.jsx(Wk,{});case Ef.ModifyPool:return Cn.jsx(Jk,{params:n.params});case Ef.PoolDetail:return Cn.jsx(kT,{params:n.params});case Ef.createPoolAMMV2:return Cn.jsx(RT,{});case Ef.createPoolAMMV3:return Cn.jsx(bE,{params:n.params,handleGoBack:()=>{Af.getState().push({type:Ef.Pool})},handleGoToPoolList:()=>{Af.getState().push({type:Ef.Pool})}});default:return Cn.jsx(ej,{params:null==n?void 0:n.params})}}export{RT as A,ej as B,Jk as C,hb as D,An as E,Rn as F,mb as G,jh as M,Ef as P,Rm as S,Dm as T,Mh as U,Ph as W,As as a,xs as b,wf as c,yc as d,Oh as e,Ts as f,kf as g,Wa as h,cd as i,Cn as j,vh as k,Af as l,Fl as m,hs as n,ms as o,jE as p,bE as q,ia as r,ra as s,pc as t,ff as u,dv as v,pv as w,fv as x,Wk as y,kT as z};
31
+ */function Np(){if(Tp)return kp;Tp=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;return kp=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},kp}function Fp(){if(Ap)return Ep;Ap=1;return Ep="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function qp(){return Sp?Ip:(Sp=1,Ip=Function.call.bind(Object.prototype.hasOwnProperty))}if("production"!==process.env.NODE_ENV){var Up=Dp();vp.exports=function(){if(_p)return Rp;_p=1;var e=Dp(),t=Np(),n=Fp(),i=qp(),o=function(){if(Op)return Lp;Op=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=Fp(),n={},i=qp();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={})},Lp=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){}}),Rp=function(s,l){var d="function"==typeof Symbol&&Symbol.iterator,c="@@iterator",u="<<anonymous>>",p={array:f("array"),bigint:f("bigint"),bool:f("boolean"),func:f("function"),number:f("number"),object:f("object"),string:f("string"),symbol:f("symbol"),any:g(a),arrayOf:function(e){return g((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:g((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:g((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 g((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:g((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 g((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)?g((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 "+j(o)+" at index "+t+"."),a}return g((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 g((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 x(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 g((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 x(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 g=h(d,p,a,s,l+"."+p,n);if(g)return g}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 g(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 g=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 g.name="Invariant Violation",g}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var f=d+":"+s;!t[f]&&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[f]=!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 f(e){return g((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 x(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 j(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},Rp}()(Up.isElement,!0)}else vp.exports=function(){if(Pp)return Mp;Pp=1;var e=Fp();function t(){}function n(){}return n.resetWarningCache=t,Mp=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 Vp=fn(vp.exports);function Hp(e,t){return"production"===process.env.NODE_ENV?()=>null:function(...n){return e(...n)||t(...n)}}function Wp(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 Zp=Hp(Vp.element,Wp);Zp.isRequired=Hp(Vp.element.isRequired,Wp);const $p="exact-prop: ​";function zp(e){return e&&e.ownerDocument||document}const Gp="undefined"!=typeof window?H.useLayoutEffect:H.useEffect;function Yp(e){const t=H.useRef(e);return Gp((()=>{t.current=e})),H.useRef(((...e)=>(0,t.current)(...e))).current}function Qp(...e){return H.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 Xp={};const Kp=[];class Jp{static create(){return new Jp}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 eh(){const e=function(e,t){const n=H.useRef(Xp);return n.current===Xp&&(n.current=e(t)),n}(Jp.create).current;var t;return t=e.disposeEffect,H.useEffect(t,Kp),e}const th={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 nh(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=nh(e[t]))&&(i&&(i+=" "),i+=n)}else for(n in e)e[n]&&(i&&(i+=" "),i+=n);return i}function ih(){for(var e,t,n=0,i="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=nh(e))&&(i&&(i+=" "),i+=t);return i}function oh(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 rh(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 ah(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=ih(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=oh({...o,...i}),s=rh(i),l=rh(o),d=t(a),c=ih(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:Qp(l,a?.ref,e.additionalProps?.ref)},i);return d}function sh(e){return e.substring(2).toLowerCase()}function lh(e){const{children:t,disableReactTree:n=!1,mouseEvent:i="onClick",onClickAway:o,touchEvent:r="onTouchEnd"}=e,a=H.useRef(!1),s=H.useRef(null),l=H.useRef(!1),d=H.useRef(!1);H.useEffect((()=>(setTimeout((()=>{l.current=!0}),0),()=>{l.current=!1})),[]);const c=Qp((u=t)&&H.isValidElement(u)?u.props.propertyIsEnumerable("ref")?u.props.ref:u.ref:null,s);var u;const p=Yp((e=>{const t=d.current;d.current=!1;const i=zp(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)),H.useEffect((()=>{if(!1!==r){const e=sh(r),t=zp(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)),H.useEffect((()=>{if(!1!==i){const e=sh(i),t=zp(s.current);return t.addEventListener(e,p),()=>{t.removeEventListener(e,p)}}}),[p,i]),Cn.jsx(H.Fragment,{children:H.cloneElement(t,m)})}"production"!==process.env.NODE_ENV&&(lh.propTypes={children:Zp.isRequired,disableReactTree:Vp.bool,mouseEvent:Vp.oneOf(["onClick","onMouseDown","onMouseUp","onPointerDown","onPointerUp",!1]),onClickAway:Vp.func.isRequired,touchEvent:Vp.oneOf(["onTouchEnd","onTouchStart",!1])}),"production"!==process.env.NODE_ENV&&(lh.propTypes=function(e){return"production"===process.env.NODE_ENV?e:{...e,[$p]: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}}}(lh.propTypes));const dh="base";function ch(e,t){const n=th[t];return n?`${dh}--${n}`:function(e,t){return`${dh}-${e}-${t}`}(e,t)}const uh="Snackbar";function ph(e){return ch(uh,e)}!function(e,t){const n={};t.forEach((t=>{n[t]=ch(e,t)}))}(uh,["root"]);const hh={disableDefaultClasses:!1},mh=H.createContext(hh);"production"!==process.env.NODE_ENV&&(mh.displayName="ClassNameConfiguratorContext");const gh=()=>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}=H.useContext(mh);return n=>t?"":e(n)}(ph)),fh=H.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={},...g}=e,f=gh(),{getRootProps:x,onClickAway:y}=function(e={}){const{autoHideDuration:t=null,disableWindowBlurListener:n=!1,onClose:i,open:o,resumeHideDuration:r}=e,a=eh();H.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=Yp(((e,t)=>{i?.(e,t)})),l=Yp((e=>{i&&null!=e&&a.start(e,(()=>{s(null,"timeout")}))}));H.useEffect((()=>(o&&l(t),a.clear)),[o,t,l,a]);const d=a.clear,c=H.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 H.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={...oh(e),...oh(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",j=ah({elementType:b,getSlotProps:x,externalForwardedProps:g,externalSlotProps:h.root,additionalProps:{ref:t},ownerState:v,className:f.root}),C=ah({elementType:lh,externalSlotProps:h.clickAwayListener,additionalProps:{onClickAway:y},ownerState:v});return delete C.ownerState,!u&&r?null:Cn.jsx(lh,{...C,children:Cn.jsx(b,{...j,children:i})})}));function xh({size:e,color:t,time:n,strokeWidth:o=2,sx:r}){const[a,s]=z("0 1069"),l=e/2,d=l-1;return Y((()=>{s(2*Math.PI*d+" 0")}),[]),Cn.jsx(i,{width:e,height:e,component:"svg",sx:Object.assign({position:"absolute",top:`-${o}`,left:`-${o}`,transform:"rotate(-90deg)"},r),children:Cn.jsx(i,{component:"circle",cx:l,cy:l,r:d,strokeWidth:o,stroke:t,fill:"none",strokeDasharray:a,sx:{transition:`stroke-dasharray ${n}`}})})}"production"!==process.env.NODE_ENV&&(fh.propTypes={autoHideDuration:Vp.number,children:Vp.node,disableWindowBlurListener:Vp.bool,exited:Vp.bool,onClose:Vp.func,open:Vp.bool,resumeHideDuration:Vp.number,slotProps:Vp.shape({clickAwayListener:Vp.oneOfType([Vp.func,Vp.shape({children:Vp.element.isRequired,disableReactTree:Vp.bool,mouseEvent:Vp.oneOf(["onClick","onMouseDown","onMouseUp","onPointerDown","onPointerUp",!1]),onClickAway:Vp.func,touchEvent:Vp.oneOf(["onTouchEnd","onTouchStart",!1])})]),root:Vp.oneOfType([Vp.func,Vp.object])}),slots:Vp.shape({root:Vp.elementType})});var yh=W.memo(xh);const vh=Xe((e=>({notify:null,toast:t=>{e({notify:t})},close:()=>{e({notify:null})}}))),bh={entering:"translateX(0)",entered:"translateX(0)",exiting:"translateX(500px)",exited:"translateX(500px)",unmounted:"translateX(500px)"};function jh(){const e=a(),{notify:t,close:n}=vh(),[o,r]=W.useState(!0),s=W.useRef(null),l=null==t?void 0:t.timeout,d=!!t;let c=Cn.jsxs("svg",{width:"36",height:"36",viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[Cn.jsx("circle",{cx:"18",cy:"18",r:"16.5",stroke:"#2FBA90",strokeWidth:"3"}),Cn.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==t?void 0:t.type){case"error":c=Cn.jsxs("svg",{width:"36",height:"37",viewBox:"0 0 36 37",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[Cn.jsx("circle",{cx:"18",cy:"18.5",r:"16.5",stroke:"#FF6187",strokeWidth:"3"}),Cn.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=Cn.jsxs("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[Cn.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"}),Cn.jsx("path",{d:"M15.1664 7.58398H12.8331V16.9173H15.1664V7.58398Z",fill:"#B15600"}),Cn.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 Cn.jsx(i,{component:fh,open:d,autoHideDuration:l,onClose:(e,t)=>{"clickaway"!==t&&n()},exited:o,sx:{position:"fixed",top:20,left:20,right:20,zIndex:1,[e.breakpoints.up("tablet")]:{left:"auto"}},children:Cn.jsx(_t,{timeout:{enter:400,exit:400},in:d,appear:!0,unmountOnExit:!0,onEnter:()=>{r(!1)},onExited:()=>{r(!0)},nodeRef:s,children:o=>Cn.jsxs(i,{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:bh[o],transition:"transform 300ms ease",[e.breakpoints.up("tablet")]:{p:20,width:"auto",maxWidth:328}},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(i,{sx:{mt:7,"& > svg":{width:28,height:28},[e.breakpoints.up("tablet")]:{"& > svg":{width:36,height:36}}},children:t?c:""}),Cn.jsxs(i,{sx:{ml:20},children:[Cn.jsx(i,{sx:{typography:"caption"},children:null==t?void 0:t.message}),(null==t?void 0:t.link)?Cn.jsxs(i,{component:"a",target:"_blank",rel:"noopener noreferrer",href:t.link.outerLink,sx:{display:"inline-flex",alignItems:"center",typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},children:[t.link.text,Cn.jsx(i,{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:Cn.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==t?void 0:t.content)?Cn.jsx(i,{sx:{mt:4,typography:"body2",color:"text.secondary"},children:t.content}):""]})]}),Cn.jsxs(i,{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:n,children:[l?Cn.jsx(yh,{size:24,strokeWidth:"2.4px",time:`${l}ms`,color:e.palette.text.disabled}):"",Cn.jsx(i,{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:Cn.jsx("g",{children:Cn.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 Ch;function wh(){return wh=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},wh.apply(null,arguments)}const kh=e=>H.createElement("svg",wh({width:"33px",height:"33px",viewBox:"0 0 33 33",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink"},e),Ch||(Ch=H.createElement("g",{stroke:"none",strokeWidth:1,fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"},H.createElement("g",{transform:"translate(-186.000000, -375.000000)",stroke:"currentColor",strokeWidth:4},H.createElement("g",{transform:"translate(18.000000, 291.000000)"},H.createElement("g",{transform:"translate(40.000000, 83.000000)"},H.createElement("path",{d:"M159,32 C159,15.9837423 146.016258,3 130,3"}))))))),Th=6;function Eh(){var e;const t=a();return Cn.jsx(i,{sx:{mx:"auto",border:`${Th}px solid ${null===(e=t.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:Cn.jsx(i,{component:kh,sx:{position:"absolute",top:`-${Th}px`,right:`-${Th}px`,color:"primary.main"}})})}function Ah({showingDone:e,errorMessage:t}){return a(),t?Cn.jsx(i,{component:Mn.ErrorWarn,sx:{width:64,height:64,color:"error.main"}}):e?Cn.jsx(i,{component:Mn.DoneBorder,sx:{width:64,height:64,color:"success.main"}}):Cn.jsx(Eh,{})}function Ih({showingDone:e,showing:t}){return Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",flexDirection:"column"},children:[Cn.jsx(i,{sx:{mt:60},children:e?le._({id:"4xbbt/",message:"{0} confirmed",values:{0:null==t?void 0:t.brief}}):le._({id:"/nzjSF",message:"{0} pending",values:{0:null==t?void 0:t.brief}})}),(null==t?void 0:t.subtitle)?Cn.jsx(i,{sx:{mt:20,typography:"body2"},children:null==t?void 0:t.subtitle}):""]})}function Sh({isStarted:t,isEnded:n,tx:o}){const[a,s]=z(0),{chainId:l}=$l(),d=Z((()=>`https://${ra[l||1]}/tx/${o}`),[o,l]),c=Z((()=>{const e=Math.floor(a/60),t=a%60;return e?`${e}m ${t}s`:`${t}s`}),[a]),u=G();return Y((()=>(t&&(s(0),window.clearInterval(u.current),u.current=window.setInterval((()=>{s((e=>e+1))}),1e3)),()=>{window.clearInterval(u.current)})),[t]),Y((()=>{n&&window.clearInterval(u.current)}),[n]),Cn.jsxs(i,{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:[Cn.jsxs(i,{children:[Cn.jsx(e,{id:"+Jkdiu",message:"Transaction Time:"}),c]}),Cn.jsxs(r,{sx:{display:"flex",alignItems:"center",cursor:"pointer"},component:"a",href:d,target:"_blank",rel:"noopener noreferrer",children:[Cn.jsx(e,{id:"S3piC2",message:"Tx"}),Cn.jsx(i,{component:Mn.ArrowTopRightBorder,sx:{width:16,height:16,ml:6}})]})]})}function Lh(t){var{children:n,executionStatus:o,showSubmitLoadingDialog:r}=t;const a=yd(hn(t,["children","executionStatus","showSubmitLoadingDialog"])),{ctxVal:s,showing:l,closeShowing:d,setShowing:u,showingDone:p,errorMessage:h,transactionTx:m}=Object.assign(Object.assign({},a),o),{isMobile:g}=ld(),{noSubmissionDialog:f,submissionDialogModal:x}=Tn(),y=()=>{u((e=>{if(!e)return e;const t=Object.assign({},e);return delete t.submitState,t}))};return Cn.jsxs(jd.Provider,{value:s,children:[n,r&&Cn.jsx(uc,{modal:!0,open:!!(null==l?void 0:l.submitState),onClose:y,children:!!l&&Cn.jsxs(i,{sx:{position:"relative",display:"flex",flexDirection:"column",alignItems:"center",gap:20,p:20,minHeight:208,width:g?"100%":340,textAlign:"center"},children:[Cn.jsxs(i,{sx:{textAlign:"center",color:"text.secondary"},children:[l.brief,Cn.jsx(i,{component:Mn.Error,sx:{position:"absolute",top:20,right:20,color:"text.secondary",cursor:"pointer"},onClick:y})]}),"submitted"===l.submitState?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{component:Mn.ArrowSubmit,sx:{width:64,height:64}}),Cn.jsxs("div",{children:[Cn.jsx("div",{children:le._({id:"EcVqOR",message:"{0} Submitted",values:{0:l.brief}})}),l.subtitle&&Cn.jsx(i,{sx:{display:"flex",flexDirection:"column",alignItems:"center",mt:8,color:"text.secondary",typography:"body2"},children:l.subtitle})]}),Cn.jsx(c,{variant:c.Variant.outlined,fullWidth:!0,onClick:y,sx:{mt:4},children:Cn.jsx(e,{id:"zga9sT",message:"OK"})})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Eh,{}),Cn.jsxs("div",{children:[Cn.jsx(i,{children:Cn.jsx(e,{id:"7y/8M6",message:"Please confirm in wallet"})}),l.subtitle&&Cn.jsx(i,{sx:{display:"flex",flexDirection:"column",alignItems:"center",mt:8,color:"text.secondary",typography:"body2"},children:l.subtitle})]})]})]})}),Cn.jsx(uc,{open:!!l&&"loading"!==l.submitState&&!f,onClose:d,id:"submission",modal:!!g||x,children:Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",justifyContent:"space-between",px:20,pb:20,flex:1,overflowY:"auto",width:g?void 0:x?340:void 0},children:[Cn.jsxs(i,{children:[Cn.jsx(i,{sx:{textAlign:"center",pt:60},children:Cn.jsx(Ah,{showingDone:p,errorMessage:h})}),h?Cn.jsxs(i,{sx:{textAlign:"center",mt:60},children:[Cn.jsx(i,{children:Cn.jsx(e,{id:"kf83Ld",message:"Something went wrong."})}),Cn.jsx(i,{sx:{color:"text.secondary",mt:12,typography:"body2",wordBreak:"break-all"},children:h})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Ih,{showingDone:p,showing:l}),Cn.jsx(Sh,{isStarted:!!l,isEnded:p,tx:m})]})]}),Cn.jsx(c,{fullWidth:!0,size:c.Size.big,onClick:()=>{td(Jl.Initial),d()},sx:{mt:20},children:h?Cn.jsx(e,{id:"1QfxQT",message:"Dismiss"}):Cn.jsx(e,{id:"yz7wBu",message:"Close"})})]})})]})}const Oh="dodo-widget-container";function Rh(e){return e.noLangProvider?Cn.jsx(Cn.Fragment,{children:e.children}):Cn.jsx(fp,{locale:e.locale,children:Cn.jsx(Lh,{...e,children:e.children})})}function _h(e){return hc(e),ad(),function(){const{getStaticJsonRpcProviderByChainId:e}=Tn();W.useEffect((()=>{const t=new Rt({multiCallAddressList:et,getProvider:e,rpc:oa()});tt(t),Ce(t)}),[e])}(),e.noUI?Cn.jsx(Rh,{...e,children:e.children}):null}function Mh(e){var t;const n=G(null);return Cn.jsx(kn,{...Object.assign(Object.assign({},e),{widgetRef:null!==(t=e.widgetRef)&&void 0!==t?t:n}),children:Cn.jsx(_h,{...e})})}function Ph(e){const t=u({mode:e.colorMode,theme:e.theme,lang:e.locale||ap});return e.apikey||e.apiServices||console.error("apikey and apiServices must have a."),Cn.jsxs(p,{theme:t,children:[Cn.jsx(h,{container:`.${Oh}, .${m}, .${g}`}),Cn.jsx(Ye,{client:xp,children:Cn.jsxs(Mh,{...e,children:[e.children,Cn.jsx(jh,{})]})})]})}function Bh(e){var{sx:t}=e,n=hn(e,["sx"]);const{width:i}=Tn(),o=Z((()=>{let e="";return"number"==typeof i?e=`${i}px`:i&&(e=i),e?`calc(${e} - 40px)`:"auto"}),[i]);return Cn.jsx(f,{container:document.querySelector(`.${Oh}`),maxWidth:o,sx:Object.assign({cursor:"help"},t),...n})}function Dh({route:t}){const n=a();Wa.get(t.fromChainId);const o=Wa.get(t.toChainId),[s,l]=z(!1),[c,u]=z(!1),p=Wd({fees:t.fees});return Cn.jsxs(i,{children:[Cn.jsx(i,{sx:{py:20,borderStyle:"solid",borderWidth:n.spacing(1,0,0),borderColor:n.palette.border.main},children:Cn.jsx(x,{children:Cn.jsx(y,{initialEntered:!0,sx:{"& button.active svg":{transform:"rotate(0)"}},header:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",typography:"body2"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",color:"text.primary"},children:[Cn.jsx(i,{component:Mn.DetailBorder,sx:{mr:6,width:18,height:18}}),Cn.jsx(e,{id:"rRDi3Y",message:"Detail"})]}),Cn.jsx(i,{component:Mn.CaretUp,sx:{width:12,height:12,color:"text.secondary",transform:"rotate(180deg)",transition:"transform 0.2s linear"}})]}),children:Cn.jsxs(i,{sx:{mt:16},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsx(i,{sx:{typography:"body2",color:"text.secondary",flexShrink:0},children:Cn.jsx(e,{id:"lt8yMa",message:"Send to:"})}),Cn.jsxs(i,{sx:{display:"flex",justifyContent:"flex-end",alignItems:"center"},children:[o?Cn.jsx(i,{component:o.logo,sx:{width:18,height:18}}):null,Cn.jsx(i,{sx:{display:"inline-block",mx:6,width:"1px",height:12,backgroundColor:"border.main"}}),Cn.jsx(i,{sx:{typography:"body2",fontWeight:600},children:Nl(t.toAddress)}),Cn.jsx(r,{component:"a",href:Fl(t.toChainId,t.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:Cn.jsx(i,{component:Mn.ArrowTopRightBorder,sx:{width:18,height:18}})})]})]}),Cn.jsxs(i,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",typography:"body2",color:"text.secondary",flexShrink:0},children:Cn.jsx(e,{id:"sMMlTX",message:"Total fees"})}),Cn.jsxs(i,{component:d,onClick:()=>l(!s),sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:4,typography:"body2",color:"text.primary"},children:[Cn.jsx(i,{sx:{fontWeight:600,color:n.palette.text.primary},children:t.feeUSD?`~$${t.feeUSD}`:"-"}),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:s?Cn.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"}):Cn.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"})})]})]}),s&&p.map((e=>Cn.jsxs(i,{sx:{mt:8,pl:22,pr:22,display:"flex",alignItems:"center",justifyContent:"space-between",color:"text.secondary",typography:"body2",position:"relative"},children:[Cn.jsx(i,{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:Cn.jsx("path",{d:"M9 24L2 24C1.44772 24 1 23.5523 1 23L1 1",stroke:"currentColor",strokeOpacity:"0.5",strokeLinecap:"round",strokeDasharray:"2 2"})}),Cn.jsx(i,{sx:{flex:1},children:e.title}),e.isFree?Cn.jsx(i,{sx:{color:n.palette.primary.main},children:"Free"}):null!==e.value?Cn.jsxs(i,{sx:{color:n.palette.text.primary},children:["~$",e.value]}):Cn.jsx(i,{sx:{color:n.palette.text.primary},children:"-"})]},e.title))),Cn.jsxs(i,{sx:{mt:8,mb:c?8:0,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",typography:"body2",fontWeight:600,color:"success.main",flexShrink:0},children:"Fee comparison"}),Cn.jsxs(i,{component:d,onClick:()=>u(!c),sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:4,typography:"body2",color:"text.primary"},children:[Cn.jsx(i,{sx:{typography:"body2",fontWeight:600,color:n.palette.text.primary},children:"ZUNO"}),Cn.jsx(i,{sx:{px:8,borderRadius:12,backgroundColor:n.palette.success.main,typography:"h6",fontWeight:600,color:n.palette.success.contrastText,textTransform:"uppercase"},children:"Cheapest"}),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:c?Cn.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"}):Cn.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"})})]})]}),c&&Cn.jsx(sc,{feeUSD:t.feeUSD}),Cn.jsxs(i,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",typography:"body2",color:"text.secondary",flexShrink:0},children:[Cn.jsx(e,{id:"CMHmbm",message:"Slippage"}),Cn.jsx(Bh,{onlyHover:!0,title:Cn.jsx(e,{id:"KAmxpM",message:"Attention: High slippage tolerance will increase the success rate of transaction, but might not get the best quote."}),ml:6})]}),Cn.jsxs(i,{sx:{typography:"body2"},children:[100*t.slippage,"%"]})]})]})})})}),Cn.jsx(i,{sx:{pt:0,pb:0,borderStyle:"solid",borderWidth:n.spacing(1,0,0),borderColor:n.palette.border.main},children:Cn.jsx(x,{children:Cn.jsx(y,{initialEntered:!0,sx:{"& button.active svg":{transform:"rotate(0)"}},header:Cn.jsxs(i,{sx:{py:20,display:"flex",alignItems:"center",justifyContent:"space-between",typography:"body2"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",color:"text.primary"},children:[Cn.jsx(i,{component:Mn.DetailBorder,sx:{mr:6,width:18,height:18}}),Cn.jsx(e,{id:"QNWt8A",message:"Estimated Time"})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",color:"text.primary",typography:"body2"},children:[t.executionDuration?Gd({start:Date.now(),end:Date.now()+1e3*t.executionDuration}):"-",Cn.jsx(i,{component:Mn.CaretUp,sx:{ml:6,width:12,height:12,color:"text.secondary",transform:"rotate(180deg)",transition:"transform 0.2s linear"}})]})]}),children:Cn.jsx(Gu,{route:t,isMobile:!0})})})})]})}function Nh({open:t,onClose:n,route:o,bridgeOrderTxRequest:r,clearToAmt:s,clearFromAmt:l,isDialogModal:d}){const u=a(),{contractStatus:p}=ed(),h=np({route:o,bridgeOrderTxRequest:r});return Y((()=>{p!==Jl.Pending&&n(),p===Jl.TxSuccess&&(s(),l())}),[p]),Cn.jsx(uc,{title:Cn.jsx(e,{id:"tKE4Ak",message:"Cross Chain Summary"}),open:t,id:"cross-chain-summary",onClose:()=>{td(Jl.Initial),n()},modal:d,children:Cn.jsxs(Cn.Fragment,{children:[o?Cn.jsxs(i,{sx:{px:16,pb:20,flex:1,overflowY:"auto"},children:[Cn.jsxs(i,{sx:{display:"grid",gridTemplateColumns:"36% 28% 36%",py:20,borderStyle:"solid",borderWidth:u.spacing(1,0,0),borderColor:u.palette.border.main},children:[Cn.jsx(rp,{token:o.fromToken,chainId:o.fromChainId,amount:o.fromAmount}),Cn.jsx(op,{children:Cn.jsx(i,{sx:{display:"flex",px:3,py:3,backgroundColor:u.palette.background.paperContrast,border:`1px solid ${u.palette.border.main}`,borderRadius:"50%",alignItems:"center",width:24,height:24,overflow:"hidden"},children:Cn.jsx(ip,{size:"medium",toolDetails:o.step.toolDetails,nameMarginLeft:8})})}),Cn.jsx(rp,{token:o.toToken,chainId:o.toChainId,amount:o.toTokenAmount})]}),Cn.jsx(Dh,{route:o})]}):"",Cn.jsx(i,{sx:{px:16,py:20},children:Cn.jsx(c,{fullWidth:!0,isLoading:p==Jl.Pending,disabled:!o,onClick:()=>{h(),td(Jl.Pending)},children:p==Jl.Pending?Cn.jsx(e,{id:"P+K/3O",message:"Confirming"}):Cn.jsx(e,{id:"PZqJog",message:"Confirm Cross Chain"})})})]})})}function Fh({message:t,onClose:n,isDialogModal:o}){return Cn.jsx(uc,{open:!!t,onClose:n,id:"error-message",modal:o,children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{flex:1,textAlign:"center"},children:[Cn.jsx(i,{component:Mn.ErrorWarn,sx:{mt:60,width:64,height:64,color:"error.main"}}),t?Cn.jsxs(i,{sx:{textAlign:"center",mt:60},children:[Cn.jsx(i,{children:Cn.jsx(e,{id:"kf83Ld",message:"Something went wrong."})}),Cn.jsx(i,{sx:{color:"text.secondary",mt:12,mx:20,typography:"body2",wordBreak:"break-all",overflow:"auto",height:"300px"},children:t})]}):""]}),Cn.jsx(i,{sx:{px:16,py:20},children:Cn.jsx(c,{onClick:n,fullWidth:!0,children:Cn.jsx(e,{id:"1QfxQT",message:"Dismiss"})})})]})})}function qh(){const[e,t]=z(!1);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(d,{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:()=>t(!0),children:[Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",children:Cn.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>"]}),Cn.jsx(uc,{open:e,onClose:()=>t(!1),title:"Gas refuel",modal:!0,children:Cn.jsxs(i,{sx:{maxWidth:540,minHeight:600,px:20,pb:24,display:"flex",flexDirection:"column",alignItems:"center",gap:16},children:[Cn.jsx(i,{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."}),Cn.jsx(i,{component:"iframe",src:"https://smolrefuel.com/?partner=0x1271CAba4bf23f8Fb31F97448605d65EE302CA51",width:"100%",sx:{borderRadius:12,overflow:"hidden",flex:1,border:"none"}})]})})]})}function Uh({open:t,execute:n,onClose:o,toToken:r,fromToken:s,fromAmount:l,toAmount:u,priceImpact:p,clearFromAmt:h,clearToAmt:m,baseFeeAmount:g,curToFiatPrice:f,curFromFiatPrice:x,pricePerFromToken:y,additionalFeeAmount:b,loading:j,slippage:C,isDialogModal:w}){var k,T;const E=a(),{contractStatus:A}=ed(),I=Z((()=>new Se(p).gt(Ka)),[p]),[S,L]=z(!1),[O,R]=z(!1);return Y((()=>{A!==Jl.Pending&&o(),A===Jl.TxSuccess&&(m(),h())}),[A]),Y((()=>{L(!1)}),[f]),Cn.jsx(uc,{open:t,onClose:()=>{td(Jl.Initial),o()},id:"swap-summary",title:Cn.jsx(e,{id:"QR4/RH",message:"Swap summary"}),modal:w,children:Cn.jsxs(i,{sx:{margin:20,display:"flex",height:"100%",flexDirection:"column",borderTop:`1px solid ${E.palette.border.main}`},children:[Cn.jsxs(i,{sx:{py:20,display:"flex",typography:"body2",alignItems:"center",justifyContent:"center",flexDirection:"column",borderBottom:`1px solid ${E.palette.border.main}`},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center"},children:[Cn.jsx(yc,{width:16,height:16,url:null==s?void 0:s.logoURI,address:null!==(k=null==s?void 0:s.address)&&void 0!==k?k:"",marginRight:6}),Cn.jsx(i,{children:`${ms({input:l,decimals:null==s?void 0:s.decimals})} ${null==s?void 0:s.symbol}`})]}),Cn.jsx(i,{sx:{mt:4,typography:"h6",color:E.palette.text.secondary},children:x?`$${hs({input:x,showDecimals:1})}`:"-"})]}),Cn.jsx(i,{sx:{width:16,mx:16},component:Mn.DoubleRight}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex"},children:[Cn.jsx(yc,{width:16,height:16,marginRight:6,url:null==r?void 0:r.logoURI,address:null!==(T=null==r?void 0:r.address)&&void 0!==T?T:""}),Cn.jsx(v,{loading:j,loadingProps:{width:30},children:`${ms({input:u,decimals:null==r?void 0:r.decimals})} ${null==r?void 0:r.symbol}`})]}),Cn.jsx(v,{loading:j,loadingProps:{width:30},sx:{typography:"h6",mt:4,color:E.palette.text.secondary},children:f?`$${hs({input:f,showDecimals:1})}(${p}%)`:"-"})]})]}),Cn.jsxs(i,{sx:{mt:12,display:"flex",alignItems:"center",typography:"h6"},children:[`1 ${null==s?void 0:s.symbol} = `,Cn.jsx(v,{loading:j,loadingProps:{width:30},children:ms({input:new Se(u).dividedBy(new Se(l)),decimals:null==r?void 0:r.decimals})})," ",`${null==r?void 0:r.symbol}`]})]}),Cn.jsxs(i,{sx:{py:15,typography:"body2",borderBottom:`1px solid ${E.palette.border.main}`},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",color:E.palette.text.secondary},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(i,{sx:{width:16,mr:7},component:Mn.DetailBorder}),Cn.jsx(e,{id:"XeovX3",message:"Swap Detail"})]}),Cn.jsx(i,{component:d,children:Cn.jsx(i,{onClick:()=>R(!O),sx:{width:10,color:"text.secondary",transform:O?"rotateX(0deg)":"rotateX(180deg)"},component:Mn.CaretUp})})]}),Cn.jsxs(i,{sx:{mt:16,display:O?"initial":"none"},children:[Cn.jsxs(i,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(e,{id:"93m8jT",message:"Basic Fee"}),Cn.jsx(Bh,{title:Cn.jsx(e,{id:"8Z29ZO",message:"Estimated service provider fees"}),ml:5})]}),Cn.jsx(v,{loading:j,loadingProps:{width:30},children:g?`${ms({input:g,decimals:null==r?void 0:r.decimals})} ${null==r?void 0:r.symbol}`:"0"})]}),Cn.jsxs(i,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(e,{id:"J39pAJ",message:"Additional Fee"}),Cn.jsx(Bh,{title:Cn.jsx(e,{id:"ZXvy7b",message:"Additional routing fees set by the Widget user"}),ml:5})]}),Cn.jsx(v,{loading:j,loadingProps:{width:30},children:b?`${ms({input:b,decimals:null==r?void 0:r.decimals})} ${null==r?void 0:r.symbol}`:"0"})]}),Cn.jsxs(i,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(e,{id:"T+qgFw",message:"Price Impact"}),Cn.jsx(Bh,{title:Cn.jsx(e,{id:"4kY4C4",message:"Due to the market condition, market price and estimated price may have a slight difference"}),ml:5})]}),Cn.jsx(i,{children:`${p}%`})]}),Cn.jsxs(i,{sx:{mt:8,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(e,{id:"CMHmbm",message:"Slippage"}),Cn.jsx(Bh,{title:Cn.jsx(e,{id:"GAypnX",message:"High slippage tolerance will increase the success rate of transaction, but might not get the best quote."}),ml:5})]}),Cn.jsxs(i,{children:[C,"%"]})]})]})]}),Cn.jsx(i,{sx:{flex:1}}),I&&Cn.jsxs(i,{sx:{mb:14,display:"flex",cursor:"pointer",justifyContent:"center",alignItems:"center",typography:"h6"},onClick:()=>L(!S),children:[Cn.jsx(i,{sx:{mr:4,width:18,height:18,alignItems:"center"},children:S?Cn.jsx(i,{sx:{width:"100%",height:"100%",borderRadius:4,display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:"secondary.main"},children:Cn.jsx(i,{component:Mn.Done,sx:{width:14,color:"secondary.contrastText"}})}):Cn.jsx(i,{sx:{width:"100%",height:"100%",borderRadius:4,border:`1px solid ${E.palette.text.secondary}`}})}),Cn.jsx(i,{children:Cn.jsx(e,{components:{0:Cn.jsx(i,{component:"span",sx:{color:"error.main"}})},values:{priceImpact:p},id:"Price impact reaches <0>{priceImpact}</0>%, accept the quote"})})]}),Cn.jsx(c,{isLoading:A==Jl.Pending,disabled:I&&!S,fullWidth:!0,onClick:()=>{n(),td(Jl.Pending)},children:A==Jl.Pending?Cn.jsx(e,{id:"P+K/3O",message:"Confirming"}):Cn.jsx(e,{id:"lQ6r7x",message:"Confirm swap"})})]})})}function Vh(e){var{sx:t,maxVal:n,decimals:i=2,onInputChange:o}=e,r=hn(e,["sx","maxVal","decimals","onInputChange"]);return Cn.jsx(b,{...r,onChange:e=>{const t=0===e.target.value.length?null:xs(e.target.value,i),r=n&&t&&new Le(t).gt(n)?n.toString():t;o&&o(r)}})}function Hh({open:t,onClose:n,isBridge:o,isDialogModal:r}){const s=a(),{slippage:l}=ed(),d=Z((()=>Number(l)>=es),[l]),{defaultSlippage:c}=_d(o);return Cn.jsx(uc,{open:t,onClose:n,id:"swap-settings",title:Cn.jsx(e,{id:"Tz0i8g",message:"Settings"}),modal:r,children:Cn.jsx(i,{sx:{mx:20},children:Cn.jsxs(i,{sx:{py:20,borderTop:`1px solid ${s.palette.border.main}`},children:[Cn.jsxs(i,{sx:{mb:16,display:"flex",alignItems:"center"},children:[Cn.jsx(e,{id:"lqTDfd",message:"Slippage Tolerance"}),Cn.jsx(Bh,{title:Cn.jsx(e,{id:"KAmxpM",message:"Attention: High slippage tolerance will increase the success rate of transaction, but might not get the best quote."}),ml:7})]}),Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column"},children:[Cn.jsx(Vh,{fullWidth:!0,maxVal:100,value:null!=l?l:"",placeholder:c.toString(),onInputChange:e=>{!function(e,t){null===t?localStorage.removeItem(e?Qa:Ya):localStorage.setItem(e?Qa:Ya,String(t))}(!!o,e),id(e)},suffix:Cn.jsx(i,{sx:{color:"text.disabled"},children:"%"}),height:36,sx:{mt:12}}),d&&Cn.jsx(i,{sx:{typography:"h6",mt:6,color:"error.main"},children:Cn.jsx(e,{id:"Zm56FI",message:"Maximum slippage do not exceed 50%"})})]})]})})})}const Wh="position-y-dot";function Zh(){return Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:8},children:[Cn.jsx(j,{width:"100%",height:12}),Cn.jsx(j,{width:"100%",height:12})]})}function $h({data:e,loading:t}){var n,o;const r=a(),s=r.palette.primary.main,l=W.useRef(null),d=e.length;return Cn.jsx(i,{sx:{height:105,flex:1,[`& .${Wh}`]:{}},ref:l,children:t?Cn.jsx(Zh,{}):Cn.jsx(i,{component:Mt,sx:{typography:"h6","& .recharts-cartesian-axis text":{fill:r.palette.background.paperContrast}},children:Cn.jsxs(Pt,{data:e,margin:{top:0,right:0,left:0,bottom:0},children:[Cn.jsx(Bt,{dataKey:"forecastSlippage",axisLine:!1,tickLine:!1,interval:"preserveStartEnd",tickFormatter:e=>As({input:e}),type:"number",domain:[d&&null!==(n=e[0].forecastSlippage)&&void 0!==n?n:0,d&&null!==(o=e[d-1].forecastSlippage)&&void 0!==o?o:"auto"]}),Cn.jsx(Dt,{dataKey:"confidenceRatio",axisLine:!1,tickLine:!1,hide:!0}),Cn.jsx("defs",{children:Cn.jsxs("linearGradient",{id:"count-linear",x1:"0",y1:"0",x2:"0",y2:"1",children:[Cn.jsx("stop",{offset:"0",stopColor:s,stopOpacity:.3}),Cn.jsx("stop",{offset:"100%",stopColor:s,stopOpacity:0})]})}),Cn.jsx(Nt,{type:"monotone",dataKey:"confidenceRatio",stroke:s,strokeWidth:2,fill:"url(#count-linear)"}),e.map((e=>Cn.jsx(Ft,{x:e.forecastSlippage,y:e.confidenceRatio,r:1,fill:r.palette.text.primary,stroke:"none",className:Wh},e.confidenceRatio)))]})})})}var zh=W.memo($h);const Gh=C(w)((({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 Yh(t){var{hidden:n,sx:o,value:r,color:a,min:s,max:l,formatValue:d,getSliderYPosition:c}=t,u=hn(t,["hidden","sx","value","color","min","max","formatValue","getSliderYPosition"]);const{children:p}=u,h=hn(u,["children"]),{isMobile:m}=k(),g=W.useRef(null),f=c(r),x=m?4:0,y=f?f-39-x:void 0,v=null!=a?a:"text.primary",b=r===s,j=r===l;return Cn.jsxs(i,{...h,ref:g,sx:Object.assign({position:"absolute","&&&":{display:n?"none":"block",backgroundColor:"transparent",boxShadow:"none",bottom:8+x,width:"auto",height:"auto",top:"auto",marginLeft:0,transform:"none"}},o),children:[p,Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:2},children:[y?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{sx:{width:16,height:16,borderRadius:"50%",backgroundColor:v,borderStyle:"solid",borderWidth:2,borderColor:"background.paperContrast",flexShrink:1}}),Cn.jsx(i,{sx:{height:y,width:"0",borderStyle:"dashed",borderWidth:1,borderColor:v}})]}):"",Cn.jsx(i,{sx:{width:16,height:16,borderRadius:"50%",backgroundColor:v,borderStyle:"solid",borderWidth:2,borderColor:"background.paperContrast",flexShrink:1}}),Cn.jsxs(i,{sx:Object.assign(Object.assign({typography:"h6",position:"absolute",bottom:-20,color:v,whiteSpace:"nowrap",backgroundColor:"background.paperContrast"},b?{left:0}:{}),j?{right:0}:{}),children:[j?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{component:"span",sx:{color:"success.main"},children:Cn.jsx(e,{id:"cOvZFM",message:"Dynamic"})}),Cn.jsx("span",{children:" • "})]}):"",d(r)]})]})]})}function Qh(e){var{hoverValue:t,formatValue:n,getSliderYPosition:i}=e,o=hn(e,["hoverValue","formatValue","getSliderYPosition"]);const{isMobile:r}=k(),a=r?"primary.main":void 0,s=r?void 0:"primary.main";return Cn.jsx(Gh,{slots:{thumb:e=>{const l=o.value&&"number"==typeof o.value&&(o.min&&o.value<o.min||o.max&&o.value>o.max),d={value:o.value,min:o.min,max:o.max,hidden:!!l,color:a,formatValue:n,getSliderYPosition:i},c=Object.assign(Object.assign({},e),d);if(null!==t&&o.max&&o.min&&o.value!==t){const e=o.max-o.min,n=t-o.min,i=n?n/e*100:0;if(r){const e=!!t&&(!!o.min&&t<o.min||!!o.max&&t>o.max);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Yh,{...d,value:t,color:s,hidden:e,sx:{left:i+"%"}}),Cn.jsx(Yh,{...c})]})}return Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Yh,{...c}),Cn.jsx(Yh,{...d,value:t,hidden:!1,color:s,sx:{left:i+"%"}})]})}return Cn.jsx(Yh,{...c})}},...o})}const Xh=(e,{time:t=100,wrapper:n=document,retryCount:i=50}={})=>new Promise((o=>{n.querySelector(e)?o(!0):setTimeout((()=>mn(void 0,void 0,void 0,(function*(){if(n.querySelector(e))o(!0);else if(i){const r=yield Xh(e,{time:t,wrapper:n,retryCount:i-1});o(r)}else o(!1)}))),t)}));function Kh({data:t,activeSlippage:n,loading:o,sx:r,handleChangeCustomSlippage:a}){const s=W.useMemo((()=>{var e;return null!==(e=null==t?void 0:t.length)&&void 0!==e?e:0}),[t]),{isMobile:l}=k(),[d,c]=W.useState([]),u=W.useRef(null);W.useEffect((()=>{(()=>{mn(this,void 0,void 0,(function*(){var e;if(u.current&&s){const t=`.${Wh}`;yield Xh(t,{wrapper:u.current});const n=u.current.querySelectorAll(t),{y:i,height:o}=u.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)}c(a)}}))})()}),[s]);const p=(({activeSlippage:e,data:t,yPositions:n})=>{const[i,o]=W.useState(0),r=W.useMemo((()=>1e6),[]),[a,s]=W.useMemo((()=>{var e,n;const i=null==t?void 0:t.length;return i?[new Se(null!==(e=t[0].forecastSlippage)&&void 0!==e?e:0).times(null!=r?r:0).dp(0,1).toNumber(),new Se(null!==(n=t[i-1].forecastSlippage)&&void 0!==n?n:0).times(null!=r?r:0).dp(0,1).toNumber()]:[0,0]}),[t,r]),l=W.useCallback((e=>{if(void 0===e)return"";const n=new Se(e);if((null==t?void 0:t.length)&&r){const e=t.find((e=>{var t;return new Se(null!==(t=e.forecastSlippage)&&void 0!==t?t:0).times(r).dp(0,1).isEqualTo(n)}));if(null==e?void 0:e.forecastSlippage)return As({input:e.forecastSlippage,showDecimals:4})}return As({input:r?n.div(r):n,showDecimals:4})}),[r,t]),d=W.useCallback((e=>{let i=0;return e&&(null==t?void 0:t.length)&&r?(t.some(((o,a)=>{var s,l;const d=null!==(s=o.forecastSlippage)&&void 0!==s?s:0,c=new Se(d).times(r).dp(0,1).toNumber();if(e===c)return i=n[a],!0;if(e<c){if(0===a)return i=0,!0;const o=d-(null!==(l=t[a-1].forecastSlippage)&&void 0!==l?l:0),s=n[a]-n[a-1],c=d-new Se(e).div(r).toNumber();return i=n[a]-s/o*c,!0}})),i):i}),[n,t,r]),c=W.useCallback((e=>{o(e);const n=new Se(e);let i,a=-1;if((null==t?void 0:t.length)&&r){a=t.findIndex((e=>{var t;return new Se(null!==(t=e.forecastSlippage)&&void 0!==t?t:0).times(r).dp(0,1).isEqualTo(n)}));const e=-1!==a?t[a]:void 0;i=null==e?void 0:e.forecastSlippage}return i||(i=n.div(null!=r?r:0).toNumber()),i}),[t,r]);return W.useEffect((()=>{if(r&&e){const t=new Se(e).times(r).dp(0,1);t.isEqualTo(i)||o(t.toNumber())}}),[e]),{min:a,max:s,value:i,decimalConversion:r,formatValue:l,getSliderYPosition:d,handleChangeValue:c}})({data:t,activeSlippage:n,yPositions:d}),{hoverValue:h,setHoverValue:m}=function(e,{slippageSlider:t}){const{isMobile:n}=k(),[i,o]=W.useState(null),r=W.useRef(!1);return W.useEffect((()=>{if(e.current&&t.max){const a=e.current;let{width:s,x:l}=a.getBoundingClientRect();const d=e=>{if(r.current)return;const n=e.pageX-l,a=t.max-t.min,d=new Se(n/s*a).integerValue().plus(t.min).toNumber();d!==i&&o(d)},c=()=>{o(null)},u=()=>{r.current=!1},p=()=>{r.current=!0};return n||(a.addEventListener("mousemove",d),a.addEventListener("mouseleave",c),a.addEventListener("mouseup",u),a.addEventListener("mousedown",p)),()=>{n&&(a.removeEventListener("mousemove",d),a.removeEventListener("mouseleave",c),a.removeEventListener("mouseUp",u),a.removeEventListener("mouseDown",p))}}}),[e,n]),{hoverValue:i,setHoverValue:o}}(u,{slippageSlider:p}),{successRate:g,hoverSuccessRate:f}=function({data:e,activeSlippage:t,hoverValue:n,decimalConversion:i}){const o=W.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=As({input:null!==(a=null==n?void 0:n.confidenceRatio)&&void 0!==a?a:0}),!0;if(t<u){if(0===i)o=`< ${As({input:null!==(s=null==n?void 0:n.confidenceRatio)&&void 0!==s?s:0})}`;else{const t=As({input:null!==(d=null===(l=e[i-1])||void 0===l?void 0:l.confidenceRatio)&&void 0!==d?d:0}),r=As({input:null!==(c=null==n?void 0:n.confidenceRatio)&&void 0!==c?c:0});o=`${t} - ${r}`}return!0}return!1}));r||(o=`> ${As({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]),r=W.useMemo((()=>{var t,o;let r="";if(n&&(null==e?void 0:e.length)&&i){const a=e.some(((t,o)=>{var a,s,l,d,c,u;const p=null!==(a=t.forecastSlippage)&&void 0!==a?a:0,h=new Se(p).times(i).dp(0,1).toNumber();if(n===h)return r=As({input:null!==(s=null==t?void 0:t.confidenceRatio)&&void 0!==s?s:0}),!0;if(n<h){if(0===o)r=`< ${As({input:null!==(l=null==t?void 0:t.confidenceRatio)&&void 0!==l?l:0})}`;else{const n=As({input:null!==(c=null===(d=e[o-1])||void 0===d?void 0:d.confidenceRatio)&&void 0!==c?c:0}),i=As({input:null!==(u=null==t?void 0:t.confidenceRatio)&&void 0!==u?u:0});r=`${n} - ${i}`}return!0}return!1}));a||(r=`> ${As({input:null!==(o=null===(t=e[e.length-1])||void 0===t?void 0:t.confidenceRatio)&&void 0!==o?o:0})}`)}return r}),[n,i,e]);return{successRate:o,hoverSuccessRate:r}}({data:t,activeSlippage:n,hoverValue:h,decimalConversion:p.decimalConversion});return t?Cn.jsxs(i,{sx:Object.assign({p:12,pb:28,borderRadius:12,backgroundColor:"background.paperContrast"},r),children:[Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{sx:{typography:"h6",fontWeight:600,color:"text.secondary"},children:Cn.jsx(e,{id:"88dol0",message:"Success Rate"})}),Cn.jsx(v,{loading:o,loadingProps:{width:100},sx:{mt:4,typography:"caption",color:f?"primary.main":"text.primary"},children:f||g})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"flex-end",pr:4},children:[Cn.jsx(i,{sx:{pb:8,mr:16,typography:"h6",fontWeight:600},children:Cn.jsx(e,{id:"CMHmbm",message:"Slippage"})}),Cn.jsxs(i,{sx:{flex:1},ref:u,children:[Cn.jsx(zh,{data:t,loading:o}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",color:"text.secondary"},children:!o&&s?Cn.jsx(Qh,{value:l?h||-1:p.value,min:p.min,max:p.max,disabled:!l,marks:[{value:p.max,label:p.max}],formatValue:p.formatValue,getSliderYPosition:p.getSliderYPosition,hoverValue:l?p.value:h,onChange:(e,t)=>{if("number"==typeof t){if(l)return void m(t);const e=p.handleChangeValue(t);a(e)}},onChangeCommitted:()=>{m(null)}}):""})]})]})]}):null}var Jh,em=W.memo(Kh);function tm({title:t,desc:n,doNotChecked:o,onChangeDoNotChecked:r}){const s=a();if(Z((()=>o),[]))return null;const l=s.palette.warning.main;return Cn.jsxs(i,{sx:{backgroundColor:T(l,.1),borderRadius:8,padding:12},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:8,typography:"body2",color:l,fontWeight:700},children:[Cn.jsx(Mn.Warn,{}),t]}),Cn.jsx(i,{sx:{mt:8,typography:"body2",fontWeight:500,color:s.palette.text.secondary,textAlign:"center"},children:n}),!!r&&Cn.jsxs(i,{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:[Cn.jsx(E,{checked:o,size:16,onChange:e=>{const{checked:t}=e.target;r(t)}}),Cn.jsx(e,{id:"3WdxUv",message:"Do not remind again"})]})]})}function nm({fromToken:t,toToken:n}){var o,r;const s=a(),{slippageAdvanced:d,notRemindAgainSlippageHigher:c,notRemindAgainSlippageLower:u}=Ld(),{customSlippage:p,customSlippageNum:h,handleSlippageChange:m,forecastSlippage:g,forecastSlippageQuery:x,recommendSlippage:y}=Dd({fromToken:t,toToken:n}),j=!!g,[C,w]=W.useState(!1),[k,O]=W.useState();!k&&t&&n&&O(p?Jh.custom:Jh.recommend);const R=k===Jh.custom,_=W.useRef(null),M=W.useMemo((()=>k===Jh.custom?h?new Se(h).div(100).toNumber():void 0:new Se(y).div(100).toNumber()),[k,y,h]),P=W.useCallback((e=>{R||O(Jh.custom),m({slippage:new Se(e).times(100).toString(),disabled:!1,deleted:!1,recommend:String(y)})}),[R,y,m]);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{mt:24,display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",fontWeight:600},children:[Cn.jsx(e,{id:"x6GJ4a",message:"Max Slippage"}),Cn.jsx(f,{title:Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(e,{id:"qoii6e",message:"The dynamic slippage is provided by ZUNO team through analyzing historical transactions."}),Cn.jsx("br",{}),Cn.jsxs(i,{component:"a",href:le._({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:[Cn.jsx(e,{id:"NgeSlx",message:"Learn More"}),">"]})]}),ml:7})]}),x.isLoading||(null===(o=x.slippageData.slippageList)||void 0===o?void 0:o.length)?Cn.jsxs(v,{loading:x.isLoading,loadingProps:{width:100},component:"label",sx:{display:"flex",alignItems:"center",gap:8,typography:"body2",cursor:"pointer",color:"text.secondary"},children:[Cn.jsx(e,{id:"sxkWRg",message:"Advanced"}),Cn.jsx(E,{sx:{top:-1},size:16,checked:d,onChange:e=>{const{checked:t}=e.target;Ld.setState({slippageAdvanced:t})}})]}):""]}),!!k&&Cn.jsxs(A,{value:k,onChange:(e,t)=>{O(t),t===Jh.custom&&w(!0)},children:[Cn.jsxs(I,{variant:"inPaper",sx:{mt:16,'&:not(:hover) [aria-selected="true"] .weak':{color:T(s.palette.secondary.contrastText,.5)}},children:[Cn.jsx(S,{value:Jh.recommend,variant:"inPaper",sx:{position:"relative"},children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{component:"span",sx:{position:"absolute",top:4,left:4,ml:4,typography:"h6",fontWeight:600,padding:s.spacing(0,8),borderRadius:4,backgroundColor:R?T(s.palette.purple.main,.1):"#FFF"},children:Cn.jsx(i,{component:"span",sx:{background:R?`linear-gradient(90deg, ${s.palette.purple.main} -1.33%, ${"dark"===s.palette.mode?"#E6D9FF":"#BFAFF3"} 98.67%)`:`linear-gradient(90deg, ${s.palette.purple.main} -1.33%, #BFAFF3 98.67%)`,backgroundClip:"text",WebkitBackgroundClip:"text",WebkitTextFillColor:"transparent"},children:"New"})}),Cn.jsxs(i,{sx:{textAlign:"center"},children:[j?Cn.jsxs(i,{sx:{flexGrow:1,typography:"body2",fontWeight:600},children:[y.toString()||"-","%"]}):Cn.jsx(l,{title:Cn.jsx(e,{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:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",typography:"body2",fontWeight:600,color:s.palette.warning.main,gap:4},children:[Cn.jsx(i,{component:Mn.Alarm,sx:{position:"relative",top:-2,width:18,height:18}}),Cn.jsxs("span",{children:[y.toString()||"-","%"]})]})}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:600},className:"weak",children:Cn.jsx(e,{id:"cOvZFM",message:"Dynamic"})})]})]})}),Cn.jsx(S,{value:Jh.custom,variant:"inPaper",sx:{position:"relative",p:0},children:Cn.jsxs(i,{sx:{px:16,py:12,typography:"body2",fontWeight:600,textAlign:"center"},onClick:()=>{setTimeout((()=>{w(!0)}))},children:[C?Cn.jsx(b,{ref:_,placeholder:"-",sx:{backgroundColor:"transparent",borderWidth:0,"& input":{textAlign:"center",typography:"body2",p:0,boxSizing:"border-box",height:19,color:R?s.palette.secondary.contrastText:s.palette.text.secondary,"&::placeholder":{color:"custom.input.placeholder",opacity:1}}},inputMode:"decimal",value:p||"",autoFocus:!0,onChange:e=>{const t=e.target.value;m({slippage:t,disabled:!1,recommend:String(y)})},onBlur:()=>{setTimeout((()=>{if(w(!1),!h)return void O(Jh.recommend);const e=!h||h<0;e&&p&&m({slippage:p,disabled:e,deleted:e,recommend:String(y)})}),10)},onKeyDown:e=>{var t;"Enter"===e.code&&(e.preventDefault(),null===(t=_.current)||void 0===t||t.blur())}}):Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:4,color:p&&R?s.palette.warning.main:void 0},children:[p&&Cn.jsx(i,{component:Mn.Alarm,sx:{position:"relative",top:-2,width:18,height:18}}),p||"-","%"]}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",typography:"h6",fontWeight:600},className:"weak",children:Cn.jsx(e,{id:"8Tg/JR",message:"Custom"})})]})})]}),Cn.jsx(L,{value:Jh.recommend,children:(null===(r=x.slippageData.slippageList)||void 0===r?void 0:r.length)&&d?Cn.jsx(em,{data:x.slippageData.slippageList,activeSlippage:M,loading:x.isLoading,handleChangeCustomSlippage:P,sx:{mt:8}}):""}),Cn.jsxs(L,{value:Jh.custom,children:[Cn.jsx(i,{sx:{mt:8}}),h>y&&Cn.jsx(tm,{title:le._({id:"8XNsbx",message:"Higher than dynamic slippage"}),desc:le._({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:c,onChangeDoNotChecked:e=>Ld.setState({notRemindAgainSlippageHigher:e})}),!!h&&h<y&&Cn.jsx(tm,{title:le._({id:"TTlkRL",message:"Lower than dynamic slippage"}),desc:le._({id:"yq+Q9s",message:"Dynamic slippage is {recommendSlippage}% , the current slippage setting may increase the failure rate of transactions.",values:{recommendSlippage:y}}),doNotChecked:u,onChangeDoNotChecked:e=>Ld.setState({notRemindAgainSlippageLower:e})})]})]})]})}function im({checked:t,onChange:n,sx:o,disabled:r}){const s=a();let l=s.palette.background.tag;return t&&(l=s.palette.secondary.main),Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",position:"relative",borderRadius:8,backgroundColor:s.palette.background.input,opacity:r?.5:1},o),component:d,disabled:r,onClick:()=>{r||n(!t)},children:[Cn.jsx(i,{sx:{typography:"body2",fontWeight:600,pl:12,pr:13,pt:8,pb:9,width:"50%",zIndex:1,color:s.palette.text.primary,whiteSpace:"nowrap"},children:Cn.jsx(e,{id:"az8lvo",message:"Off"})}),Cn.jsx(i,{sx:{typography:"body2",fontWeight:600,pl:12,pr:13,pt:8,pb:9,width:"50%",zIndex:1,color:t?s.palette.secondary.contrastText:s.palette.text.primary,whiteSpace:"nowrap"},children:Cn.jsx(e,{id:"Z5HWHd",message:"On"})}),Cn.jsx(i,{sx:{borderRadius:6,backgroundColor:l,zIndex:0,position:"absolute",top:2,bottom:2,width:"calc(50% - 2px - 2px)",left:t?"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 om({show:t,onClick:n}){const o=a();return Cn.jsxs(r,{weak:!0,sx:{display:t?"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("light"===o.palette.mode?"#FFF":"#000",.1)}`,cursor:"pointer",whiteSpace:"nowrap",gap:4},onClick:n,children:[Cn.jsx(e,{id:"F8yRdq",message:"More trade settings"}),Cn.jsx(i,{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:Cn.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 rm({selected:e,name:t,logo:n,onClick:o}){const r=a();return Cn.jsxs(i,{component:d,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:[Cn.jsx("img",{src:n,alt:t,style:{height:40,width:40}}),Cn.jsx(i,{sx:{color:r.palette.text.primary,typography:"body2",fontWeight:600},children:t}),e&&Cn.jsx(i,{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:Cn.jsx("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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 am({privacySwapSupplierEndpoints:e,endpointStatusMap:t,refetchEndpointStatus:n,setIsSelectSupplierMode:o}){var r,s;const l=a(),[d,u]=z(null!==(s=null===(r=null==e?void 0:e[0])||void 0===r?void 0:r.key)&&void 0!==s?s:null),[p,h]=z(t);p!==t&&(h(t),Array.from(t.entries()).forEach((([e,t])=>{t&&u(e)})));const m=d?null==e?void 0:e.find((e=>e.key===d)):void 0,g=!d||t.get(d),f=$((()=>{n(),o(!1)}),[n,o]),{switchTo:x}=function({chainId:e,successCallback:t,selectedSupplier:n}){return{switchTo:$((()=>mn(this,void 0,void 0,(function*(){if(n)try{yield window.ethereum.request({method:"wallet_addEthereumChain",params:[n.addChainParameters]}),t()}catch(e){console.error(e)}}))),[n,t])}}({successCallback:f,selectedSupplier:m});return Cn.jsxs(i,{sx:{display:"flex",alignItems:"stretch",flexDirection:"column",minHeight:"100%"},children:[Cn.jsx(i,{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 Cn.jsx(rm,{selected:n,name:e.name,logo:e.logo,onClick:()=>u(e.key)},t)}))}),Cn.jsx(i,{sx:{mt:24,width:"100%",height:"1px",flexShrink:0,flexGrow:0,backgroundColor:l.palette.border.main}}),Cn.jsxs(i,{sx:{mt:24,mb:24,typography:"body2",fontWeight:500,color:l.palette.text.secondary},children:[Cn.jsx(i,{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."}),m&&Cn.jsx(i,{sx:{color:l.palette.primary.main},component:"a",href:null==m?void 0:m.docUrl,target:"_blank",rel:"noopener noreferrer",children:"Learn more>"})]}),Cn.jsx(c,{size:c.Size.big,variant:c.Variant.contained,fullWidth:!0,sx:{marginTop:"auto",flexShrink:0,flexGrow:0},disabled:g,onClick:x,children:"Enable Privacy Swap"}),Cn.jsx(i,{sx:{height:28,width:"100%"}})]})}function sm({open:t,onClose:n,fromToken:o,toToken:r,privacySwapEnableAble:s,privacySwapEnable:l,privacySwapSupplierEndpoints:d,endpointStatusMap:c,refetchEndpointStatus:u,isDialogModal:p}){const h=a(),{ddl:m,expertMode:g,disableIndirectRouting:f}=Ld(),[x,y]=z(!1),v=W.useRef(null),[j,C]=W.useState(!1);return W.useEffect((()=>{const e=v.current,t=new ResizeObserver((()=>{e&&C(e.scrollHeight!==e.offsetHeight)})),n=ae((()=>{if(!e)return;const t=e.scrollTop+e.clientHeight<e.scrollHeight-2;C(t)}),50);return e&&(C(e.scrollHeight!==e.clientHeight),t.observe(e),e.addEventListener("scroll",n)),()=>{e&&(t.unobserve(e),e.removeEventListener("scroll",n))}}),[null==v?void 0:v.current]),Cn.jsx(uc,{open:t,onClose:x?()=>y(!1):n,id:"swap-settings",title:x?"Select A Supplier":Cn.jsx(e,{id:"Tz0i8g",message:"Settings"}),modal:p,children:Cn.jsx(i,{sx:{px:20,pb:34,overflowY:"auto"},ref:v,children:x?Cn.jsx(am,{privacySwapSupplierEndpoints:d,endpointStatusMap:c,refetchEndpointStatus:u,setIsSelectSupplierMode:y,privacySwapEnable:l,privacySwapEnableAble:s}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(nm,{fromToken:o,toToken:r}),Cn.jsxs(i,{sx:{mt:24,pt:14,borderTop:`solid 1px ${h.palette.border.main}`},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",fontWeight:600},children:[Cn.jsx(e,{id:"zSMRJ/",message:"Transaction Deadline"}),Cn.jsx(Bh,{title:Cn.jsx(e,{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})]}),Cn.jsxs(i,{sx:{mt:16,display:"flex",alignItems:"center",gap:8,typography:"body2"},children:[Cn.jsx(b,{sx:{width:80,height:34,lineHeight:1,typography:"body2","& input":{px:16,py:6}},placeholder:String(ts),value:m,onChange:e=>{Ld.setState({ddl:e.target.value})}}),Cn.jsx(e,{id:"H9HlDe",message:"minutes"})]})]}),Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:12,mt:24,pt:14,borderTop:`solid 1px ${h.palette.border.main}`},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(i,{sx:{fontWeight:600},children:[Cn.jsx(e,{id:"MXQodB",message:"Disable Indirect Routing"}),Cn.jsx(Bh,{title:Cn.jsx(e,{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})]}),Cn.jsx(im,{checked:f,onChange:e=>{Ld.setState({disableIndirectRouting:e})}})]}),s&&Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(i,{sx:{fontWeight:600},children:[Cn.jsx(e,{id:"U1Bq/+",message:"Privacy Swap"}),Cn.jsx(Bh,{title:Cn.jsx(e,{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})]}),Cn.jsx(im,{checked:l,disabled:l,onChange:e=>{e&&y(!0)}})]})]}),Cn.jsx(om,{show:j,onClick:()=>{var e,t;null===(e=v.current)||void 0===e||e.scrollTo({top:null===(t=v.current)||void 0===t?void 0:t.scrollHeight,behavior:"smooth"})}})]})})})}function lm({onClick:e,disabled:t,plus:n}){const o=a(),r=t||n||!e;return Cn.jsx(i,{sx:{width:"100%",position:"relative"},children:Cn.jsx(i,{component:d,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:n?Cn.jsx(i,{component:Mn.Plus,sx:{width:24,height:24}}):Cn.jsx(i,{component:Mn.ArrowBack,sx:{width:24,height:24}})})})}!function(e){e.recommend="recommend",e.custom="custom"}(Jh||(Jh={}));const dm=()=>{const{requests:e,updateText:t}=Cd(),n=W.useMemo((()=>{let t={};return null==e||e.forEach((([e,n])=>{var i,o;if((n===dd.Running||n===dd.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)]),i=W.useMemo((()=>{let t={};return null==e||e.forEach((([e,n])=>{var i,o;if(n===dd.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=W.useCallback(((e,n,i)=>{const o=e[n];if(!o)return!1;return!!(Se.isBigNumber(i)?i:new Se(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]),r=W.useCallback(((e,t)=>o(n,e,t)),[n,o]),a=W.useCallback(((e,t)=>o(i,e,t)),[i,o]);return{balanceData:n,balanceDataDone:i,isTokenLoading:r,isTokenLoadingDone:a}};function cm({onClick:t,balance:n,decimals:o,address:r,showMaxBtn:s,canClickBalance:l,loading:c,balanceText:u}){const{palette:p}=a(),h=l&&(null==n?void 0:n.gt(0))&&t;return Cn.jsxs(i,{sx:Object.assign({typography:"body2",alignItems:"center",color:p.text.secondary,wordBreak:"break-word",textAlign:"right"},h?{"&:hover":{color:p.text.primary,cursor:"pointer"}}:{}),onClick:h?()=>t(n?n.toString():""):void 0,children:[null!=u?u:Cn.jsx(e,{id:"0QDjxt",message:"Balance:"})," ",c?Cn.jsx(O,{sx:{position:"relative",top:-2,verticalAlign:"middle"}}):Cn.jsxs(Cn.Fragment,{children:[r?ms({input:n,decimals:Math.min(o||4,4)}):"-",s&&n&&n.gt(0)&&t&&Cn.jsx(i,{component:d,sx:{ml:6,color:(null==n?void 0:n.gt(0))?p.primary.main:p.text.disabled,cursor:r?"pointer":"unset",typography:"body2"},onClick:()=>t&&t(n?n.toString():""),children:Cn.jsx(e,{id:"CK1KXz",message:"Max"})})]})]})}const um=K((function({readOnly:e,sx:t,value:n,decimals:o,onChange:r,suffix:s,suffixGap:l=0,withClear:c,onFocus:u,placeholder:p,readonlyShowSuffix:h,typography:m},g){const f=a(),x=Z((()=>s||(c&&n&&r?Cn.jsx(i,{component:d,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:()=>{r&&r("")},children:Cn.jsx(i,{component:Mn.Error,sx:{width:12}})}):void 0)),[r,s,f.palette.text.primary,n,c]);return Cn.jsx(b,{fullWidth:!0,value:n,readOnly:e,placeholder:p||"0.00",onFocus:u,onChange:e=>{const t=e.target.value,n=0===t.length?"":xs(t,o);r&&r(n)},"data-testid":"number-input-wrapper",suffix:(!e||h)&&x,suffixGap:l,ref:g,sx:Object.assign({border:"none","& input":{fontSize:24,typography:m,border:"none",outline:"none",padding:0,color:"text.primary","&::placeholder":{fontSize:24,typography:m,color:"text.disabled"}}},t)})}));function pm({token:t,onClick:n,showChainLogo:o,readonly:r,showChainName:s}){var l,c;const u=a(),p=(null==t?void 0:t.chainId)?Wa.get(t.chainId):null,h=s&&!!p;return Cn.jsxs(i,{component:d,sx:{display:"flex",alignItems:"center",gap:8,color:u.palette.text.primary,typography:h?"body2":"body1",fontWeight:600,"&:focus-visible":{opacity:.5}},onClick:e=>{r||n&&n(e)},"data-testid":rs,children:[!!(null==t?void 0:t.address)&&Cn.jsx(yc,{url:null==t?void 0:t.logoURI,address:null!==(l=null==t?void 0:t.address)&&void 0!==l?l:"",chainId:null==t?void 0:t.chainId,noShowChain:!o,width:32,height:32,chainSize:16,logoOffset:6,marginRight:0}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[(null==t?void 0:t.address)?Cn.jsx(Cn.Fragment,{children:Cn.jsx(i,{children:null!==(c=null==t?void 0:t.symbol)&&void 0!==c?c:"-"})}):Cn.jsx(e,{id:"sIPJGT",message:"SELECT TOKEN"}),!r&&Cn.jsx("svg",{width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 11.75L12 7.25H6L9 11.75Z",fill:"currentColor"})})]}),!!h&&Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",typography:"h6",color:"text.secondary"},children:[p.name,Cn.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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 hm({chain:e,active:t,onClick:n}){return Cn.jsx(l,{title:e.name,placement:"top",onlyHover:!0,children:Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",gap:8,p:8,borderRadius:8,cursor:"pointer",border:"1px solid"},t?{backgroundColor:"tabActive.main",borderColor:"tabActive.main",color:"primary.main"}:{borderColor:"border.main","&:hover":{backgroundColor:"hover.default"}}),onClick:n,children:[Cn.jsx(i,{component:e.logo,sx:{width:24,height:24}}),t&&Cn.jsx(i,{sx:{typography:"body2",color:"primary.main"},children:e.name})]})},e.chainId)}var mm=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()}},gm={"text/plain":"Text","text/html":"Url",default:"Text"};var fm=function(e,t){var n,i,o,r,a,s,l=!1;t||(t={}),n=t.debug||!1;try{if(o=mm(),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=gm[t.format]||gm.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},xm=fn(fm);function ym({copyText:e,size:t,sx:n,componentProps:o,onClick:r,children:a}){var s;const[l,c]=W.useState(!1);return Cn.jsx(R,{title:le._({id:"6V3Ea3",message:"Copied"}),open:l,onClose:()=>c(!1),arrow:!1,children:Cn.jsxs(i,{...o,component:null!==(s=null==o?void 0:o.component)&&void 0!==s?s:d,onClick:t=>{if(null==o?void 0:o.onClick)return o.onClick(t);t.stopPropagation(),e&&(xm(e),c(!0)),r&&r()},sx:Object.assign({cursor:"pointer"},null==o?void 0:o.sx),children:[Cn.jsx(i,{component:Mn.Copy,sx:Object.assign({width:t||"auto",height:t||"auto"},n)}),a]})})}function vm({truncate:e,address:t,disabledAddress:n,sx:o,handleOpen:r,addressHoverColor:a,addressHoverShowIcon:s}){return n?Cn.jsx(i,{children:e?Nl(t):t}):Cn.jsx(_,{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:Cn.jsxs(i,{onClick:e=>{null==r||r(e,"address")},sx:{display:"flex",alignItems:"center",cursor:"pointer"},children:[e?Nl(t):t,s?Cn.jsx(i,{component:Mn.ArrowRight,sx:{display:"none",width:14,height:14}}):""]})})}function bm({address:e,truncate:t,showCopy:n,size:o="medium",iconSize:s,iconSpace:l,sx:d,iconDarkHover:c,disabledAddress:u,addressHoverColor:p,addressHoverShowIcon:h,customChainId:m,handleOpen:g,onAddressClick:f,onShareClick:x}){const y=a(),{chainId:v}=$l(),b=null!=m?m:v,j="medium"===o,C=c?M:r,w=e=>{let t=e?12:8;return l&&(t=l),c&&(t-=3),t},k="big"===o?"h5":j?"body1":"body2",T=(t,n)=>{g?g(t,n):b&&(t.stopPropagation(),window.open(Fl(b,e,"address")))},E=s||(j?16:14);return Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",typography:k,color:y.palette.text.primary,lineHeight:"normal"},d||{}),children:[Cn.jsx(vm,{truncate:t,address:e,disabledAddress:u,sx:d,typography:k,handleOpen:null!=f?f:T,addressHoverColor:p,addressHoverShowIcon:h}),Cn.jsx(C,{sx:{display:"inline-flex",ml:w(j),cursor:"pointer"},onClick:e=>{T(e,"icon")},children:Cn.jsx(i,{component:Mn.ArrowTopRightBorder,sx:{width:E,height:E}})}),n?Cn.jsx(ym,{size:E,copyText:e,componentProps:{component:C,sx:{ml:w(j),display:"inline-flex",alignItems:"center",justifyContent:"center"}}}):null,!!x&&Cn.jsx(C,{sx:{display:"inline-flex",ml:w(j),cursor:"pointer"},onClick:e=>{x(e)},children:Cn.jsx(i,{component:Mn.Share,sx:{width:E,height:E,ml:w(j)}})})]})}function jm({token:e,disabled:t,style:n,balance:o,onClick:r}){const s=a(),l=o?ms({input:o,decimals:e.decimals}):"";return Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8,typography:"body2",px:8,py:8,borderRadius:8,cursor:t?"auto":"pointer",opacity:t?.5:1,"&:hover":{backgroundColor:"hover.default"}},style:n,onClick:()=>{t||r()},"data-testid":ls,children:[Cn.jsx(yc,{token:e,width:32,height:32,noShowChain:!0,noBorder:!0}),Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:2},children:[Cn.jsx(i,{sx:{textAlign:"left",color:"text.primary",typography:"body2",fontWeight:600},children:e.symbol}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(i,{sx:{color:"text.secondary",typography:"h6",fontWeight:500,maxWidth:"80px",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:e.name,children:e.name}),Cn.jsx(bm,{address:e.address,customChainId:e.chainId,showCopy:!0,truncate:!0,iconSpace:2,iconSize:12,size:"small",sx:{typography:"h6",color:"text.disabled"}})]})]}),Cn.jsx(i,{sx:{ml:"auto",typography:"body1",color:"text.primary",display:"flex",alignItems:"center",justifyContent:"flex-end"},children:(null==o?void 0:o.gte(0))?l:Cn.jsx(i,{component:Mn.Loading,width:18,sx:{"& path":{fill:s.palette.text.disabled},animation:"loadingRotate 1.1s infinite linear","@keyframes loadingRotate":{"0%":{transform:"rotate(0deg)"},"100%":{transform:"rotate(359deg)"}}}})})]})}function Cm(){return Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between"},children:[Cn.jsx(j,{variant:"circular",width:32,sx:{mt:8}}),Cn.jsxs(i,{sx:{ml:8,flex:"1 0 auto"},children:[Cn.jsx(j,{sx:{borderRadius:4},height:24}),Cn.jsx(j,{sx:{mt:4,borderRadius:4},height:19,width:137})]})]})}function wm({chainId:e,value:t,onChange:n,occupiedAddrs:o,occupiedChainId:r,hiddenAddrs:a,showAddrs:s,visible:l,side:d,defaultLoadBalance:c,multiple:u,searchPlaceholder:p,searchOtherAddress:h,sx:m}){const{chainList:g,selectChainId:f,setSelectChainId:x}=function(e){const{crossChain:t,defaultChainId:n}=Tn(),i=Z((()=>t?Array.from(Wa.values()):[]),[t]),[o,r]=z(n);return Y((()=>{r((e=>void 0===e?n:e))}),[n]),{chainList:i,selectChainId:Z((()=>null!=o?o:n),[o,n]),setSelectChainId:r}}(),{showTokenList:y,filter:v,setFilter:b,onSelectToken:j,popularTokenList:C,tokenInfoMap:w}=xc({value:t,onChange:n,occupiedAddrs:o,occupiedChainId:r,hiddenAddrs:a,showAddrs:s,side:d,chainId:null!=e?e:f,visible:l,defaultLoadBalance:c,multiple:u}),k=G(null),[T,E]=z(0);Y((()=>{if(l&&t)if(Array.isArray(t)){const[e]=t;e&&e.chainId!==f&&x(e.chainId)}else x(t.chainId)}),[t,l]),Y((()=>{l&&k.current&&E(k.current.offsetHeight-16)}),[k,l,f]);const A=We({queryKey:["token-picker-searchOtherAddress",v],queryFn:()=>h?h(v):null,enabled:Dl(v)&&!!h}),I=$((({index:e,style:n})=>{var i;const o=y[e];if(!o)return null;let r=!1;return t&&(r=Array.isArray(t)?t.some((e=>e.address===o.address&&e.chainId===o.chainId)):t.address===o.address&&t.chainId===o.chainId),Cn.jsx(jm,{token:o,disabled:r,style:n,onClick:()=>j(o),balance:null===(i=w.get(`${o.chainId}-${o.address}`))||void 0===i?void 0:i.balance},o.address+o.chainId)}),[y,C,t]);return Cn.jsxs(i,{sx:Object.assign({display:"flex",flexDirection:"column",px:16,flex:1,overflow:"hidden"},m),children:[Cn.jsx(P,{fullWidth:!0,height:48,value:v,onChange:e=>b(e.target.value),clearValue:()=>b(""),placeholder:null!=p?p:le._({id:"72/M0o",message:"Enter the token symbol or address"}),sx:{mb:16}}),void 0===e&&g.length>0&&Cn.jsx(i,{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:g.map((e=>Cn.jsx(hm,{chain:e,active:e.chainId===f,onClick:()=>{x(e.chainId)}},e.chainId)))}),Cn.jsx(i,{sx:{pb:16,flexGrow:1},ref:k,children:y.length?Cn.jsx(zt,{height:T,itemCount:y.length,itemSize:56,width:"100%",className:"token-list",children:I}):Cn.jsx(i,{sx:{height:T,overflowY:"auto"},children:A.isLoading?Cn.jsx(Cm,{}):A.data?A.data:Cn.jsx(An,{hasSearch:!0,sx:{mt:80}})})})]})}function km(t){const{height:n,TokenPickerDialog:i}=Tn(),{isMobile:o}=ld();if(i)return Cn.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:g,searchPlaceholder:f,searchOtherAddress:x,chainId:y,modal:v}=t;return Cn.jsx(uc,{height:v?"80vh":n,open:r,onClose:l,title:null!=a?a:Cn.jsx(e,{id:"T0Y2+3",message:"Select a token"}),id:"select-token",testId:ss,modal:v,children:Cn.jsx(wm,{value:s,visible:r,onChange:p,occupiedAddrs:d,occupiedChainId:u,hiddenAddrs:c,side:h,defaultLoadBalance:m,multiple:g,searchPlaceholder:f,searchOtherAddress:x,chainId:y,sx:v?{width:o?"100%":420,borderRadius:16}:void 0})})}const Tm=/^ST[0-9A-HJ-NP-Z]{39}$/;const Em=({chainId:e,open:t,onClose:n,inputToAddress:o,setInputToAddress:r})=>{const s=a(),[l,u]=z(o||""),p=function(e,t){return Z((()=>{if(!e)return!1;const n=Wa.get(t);if(!n)return!1;try{if(n.isEVMChain)return!!ll(e);if(n.isSolanaChain)return new Be(e),!0;if(n.isBTCChain){if(Tm.test(e))return!0;try{return t===de.BTC_SIGNET?Lt.address.toOutputScript(e,Xu):Lt.address.toOutputScript(e,Lt.networks.bitcoin),!0}catch(e){return!1}}return!1}catch(e){return!1}}),[e,t])}(l,e),h=Z((()=>Wa.get(e)),[e]);return Cn.jsx(uc,{open:t,onClose:n,title:"Receive address",modal:!0,children:Cn.jsxs(i,{sx:{minWidth:420,p:20,borderTop:`1px solid ${s.palette.border.main}`,display:"flex",flexDirection:"column",gap:20},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:8},children:[Cn.jsx(b,{fullWidth:!0,value:l,placeholder:`Enter ${null==h?void 0:h.name} address`,onChange:e=>{u(e.target.value)},height:48,suffix:l?Cn.jsx(i,{component:d,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:Cn.jsx(i,{component:Mn.Error,sx:{width:12}})}):null}),!p&&l&&Cn.jsx(i,{sx:{typography:"h6",color:"error.main"},children:"Invalid address"})]}),Cn.jsx(c,{fullWidth:!0,variant:c.Variant.contained,size:c.Size.middle,disabled:!l||!p,onClick:()=>{r(l),n()},children:"Confirm"})]})})},Am=({token:e,enterAddressEnabled:t=!1,inputToAddress:n,setInputToAddress:o,account:r})=>{var a,s,l,d,c,u;const p=e.chainId,{open:h,disconnect:m}=$l(),[g,f]=z(!1),x=Z((()=>Wa.get(p)),[p]),y=Cn.jsxs("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[Cn.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"}),Cn.jsx("ellipse",{cx:"10.1349",cy:"10.1002",rx:"0.533334",ry:"0.533333",fill:"currentColor"}),Cn.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 Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(B,{triggerChildren:(null===(a=null==r?void 0:r.appKitAccount)||void 0===a?void 0:a.isConnected)?Cn.jsxs(i,{sx:{display:"inline-flex",alignItems:"center",gap:4,px:4,py:2,borderRadius:4,backgroundColor:"background.tag",typography:"h6",lineHeight:"16px"},children:[y,Nl(null===(s=null==r?void 0:r.appKitAccount)||void 0===s?void 0:s.address),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",children:Cn.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"})})]}):Cn.jsxs(i,{sx:{display:"inline-flex",alignItems:"center",gap:4,px:4,py:2,borderRadius:4,backgroundColor:"background.tag",typography:"h6",lineHeight:"16px"},children:["Wallet address:",Nl(null===(l=null==r?void 0:r.appKitAccount)||void 0===l?void 0:l.address),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",children:Cn.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:Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:8},children:[Cn.jsxs(i,{sx:{typography:"h6",lineHeight:"16px",color:"text.secondary"},children:["Connected(",Ul(p),")"]}),(null===(d=null==r?void 0:r.appKitAccount)||void 0===d?void 0:d.isConnected)?Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8,px:8,py:8,color:"text.primary",borderRadius:8,backgroundColor:"background.paperContrast",typography:"body2",lineHeight:"19px"},children:[n?y:x&&Cn.jsx(i,{component:x.logo,sx:{width:16,height:16}}),Nl(null===(c=null==r?void 0:r.appKitAccount)||void 0===c?void 0:c.address),Cn.jsx(i,{sx:{ml:"auto",display:"flex",alignItems:"center",justifyContent:"center",cursor:"pointer"},onClick:()=>{n?o(null):m({namespace:null==r?void 0:r.namespace})},children:Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:Cn.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"})})})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{sx:{height:"1px",width:"100%",backgroundColor:"border.main"}}),Cn.jsx(i,{sx:{p:8,cursor:"pointer",typography:"body2",lineHeight:"19px",color:"text.primary","&:hover":{borderRadius:8,backgroundColor:"background.paperContrast"}},onClick:()=>{h({namespace:null==r?void 0:r.namespace})},children:"Connect a new wallet"})]}),t&&Cn.jsxs(Cn.Fragment,{children:[(null===(u=null==r?void 0:r.appKitAccount)||void 0===u?void 0:u.isConnected)&&Cn.jsx(i,{sx:{height:"1px",width:"100%",backgroundColor:"border.main"}}),Cn.jsx(i,{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&&Cn.jsx(Em,{open:g,onClose:()=>f(!1),chainId:p,inputToAddress:n,setInputToAddress:o})]})};function Im({sx:t,amt:n,token:o,readOnly:r,showMaxBtn:s,canClickBalance:l,onMaxClick:d,fiatPriceTxt:u,failedReason:p,occupiedAddrs:h,occupiedChainId:m,onInputFocus:g,onTokenClick:f,onInputChange:x,onTokenChange:y,side:v,showChainLogo:b,showChainName:j,defaultLoadBalance:C,overrideBalance:w,overrideBalanceLoading:k,balanceText:T,showPercentage:E,inputReadonlyTooltip:A,inputTypography:I,hideToken:S,checkLogBalance:L,notTokenPickerModal:O,enterAddressEnabled:_,inputToAddress:M,setInputToAddress:P,account:B}){var D,N,F;const q=a(),[U,V]=z(!1),H=We(ja.getFetchTokenQuery(null==o?void 0:o.chainId,null==o?void 0:o.address,null===(D=null==B?void 0:B.appKitAccount)||void 0===D?void 0:D.address)),W=null!==(F=null!=w?w:null===(N=H.data)||void 0===N?void 0:N.balance)&&void 0!==F?F:null,{isTokenLoading:Z}=dm();let $=null!=k?k:H.isLoading;!$&&W&&(L?$=Object.entries(L).some((([e,t])=>Z(e,t))):o&&($=Z(o.address,W))),rd({tokenList:o?[o]:[]});const[Q,X]=z(0),K=G("");Y((()=>{n!==K.current&&X(0)}),[n]);const{gotoBuyToken:J}=Tn();let ee=J&&W&&n&&W.lt(n);const te=!!x||!!A,ne={"& 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 Cn.jsxs(i,{sx:Object.assign({minHeight:te?133:"auto",padding:q.spacing(20,20,24),overflow:"hidden",display:"flex",flexDirection:"column",justifyContent:"space-between",borderRadius:12,backgroundColor:q.palette.background.paper},t),children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:4},children:[S?Cn.jsx(i,{}):Cn.jsx(pm,{token:o,showChainLogo:b,showChainName:j,onClick:()=>V(!0),readonly:!y}),o&&Cn.jsx(Am,{token:o,enterAddressEnabled:_,inputToAddress:M,setInputToAddress:P,account:B})]}),te&&(r&&A?Cn.jsx(R,{title:A,arrow:!1,children:Cn.jsx(i,{children:Cn.jsx(um,{value:n,readOnly:!0,withClear:!0,sx:Object.assign({mt:16},ne)})})}):Cn.jsx(um,{value:n,onFocus:g,onChange:x?e=>{x(e),X(0)}:void 0,readOnly:r,withClear:!0,suffix:ee?Cn.jsx(c,{variant:c.Variant.tag,backgroundColor:q.palette.background.paperDarkContrast,sx:{fontSize:12},onClick:e=>{var t;e.stopPropagation(),(null===(t=null==B?void 0:B.appKitAccount)||void 0===t?void 0:t.address)&&(null==J||J({token:o,account:B.appKitAccount.address}))},children:Cn.jsx(e,{id:"qiOIiY",message:"Buy"})}):void 0,typography:I,sx:Object.assign({mt:16},ne)})),p&&Cn.jsx(i,{sx:{mt:4,typography:"h6",lineHeight:"16px",fontWeight:500,color:q.palette.error.main},children:p}),Cn.jsxs(i,{sx:{mt:E?9:4,display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsx(i,{sx:{typography:"h6",color:q.palette.text.secondary},children:u}),Cn.jsx(cm,{balance:W,balanceText:T,onClick:r||!d&&!x?void 0:e=>{d?d(e):x&&x(e),0!==Q&&1!==Q&&(X(1),K.current=e)},showMaxBtn:s,canClickBalance:l,address:null==o?void 0:o.address,decimals:null==o?void 0:o.decimals,loading:$})]}),Cn.jsx(km,{value:o,open:U,side:v,chainId:void 0,occupiedAddrs:h,occupiedChainId:m,defaultLoadBalance:C,onClose:()=>{V(!1),f&&f()},onTokenChange:(e,t)=>{V(!1),setTimeout((()=>{!Array.isArray(e)&&y&&y(e,t)}),lc)},modal:!O})]})}function Sm({rawRouteData:e,chainId:t}){const n=W.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:As({input:new Se(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:n}}const Lm=({routeInfo:t,toToken:n,fromToken:o})=>{const[r,s]=z(!1),l=a(),{isMobile:d}=ld(),c=Z((()=>{const e=[{key:"from",logo:Cn.jsx(yc,{token:o,noShowChain:!0,height:14,width:14,marginRight:0})}];return e.push({key:"to",logo:Cn.jsx(yc,{token:n,noShowChain:!0,height:14,width:14,marginRight:0})}),e}),[o,n]),{routeData:u}=Sm({rawRouteData:t,chainId:null==o?void 0:o.chainId});return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{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:[Cn.jsx(i,{sx:{color:l.palette.text.primary},children:"Route:"}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",gap:0},children:c.map(((e,t)=>Cn.jsx(J,{children:e.logo},e.key)))}),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",children:Cn.jsx("path",{d:"M2.91699 11.0833V7.58332H4.08366V9.91666H6.41699V11.0833H2.91699ZM9.91699 6.41666V4.08332H7.58366V2.91666H11.0837V6.41666H9.91699Z",fill:"currentColor"})})]}),Cn.jsx(uc,{open:r,title:Cn.jsx(e,{id:"rT8e1f",message:"Route"}),onClose:()=>s(!1),modal:!0,children:Cn.jsx(i,{sx:{minWidth:d?"100%":800,py:20,px:20,borderTop:`1px solid ${l.palette.border.main}`},children:d?Cn.jsx(Ec,{routeData:u,fromTokenRaw:o,toTokenRaw:n}):Cn.jsx(Ac,{routeData:u,fromTokenRaw:o,toTokenRaw:n})})})]})};function Om({toToken:t,fromToken:n,priceStatus:o,pricePerToToken:r,pricePerFromToken:s,routeInfo:l}){const c=a(),[u,p]=z("-"),[h,m]=z(null),[g,f]=z("-"),[x,y]=z(null);Y((()=>{p(null==n?void 0:n.symbol),f(null==t?void 0:t.symbol),m(r),y(s)}),[n,t,r,s]);const v=$((()=>{p(g),f(u),m(x),y(h)}),[u,h,g,x]);return Cn.jsx(i,{sx:{display:"flex",justifyContent:"center",alignItems:"center",width:"100%"},children:{[Od.Initial]:"-",[Od.Loading]:Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(O,{sx:{mr:5}}),Cn.jsx(e,{id:"JdNn1Y",message:"Fetching best price..."})]}),[Od.Failed]:Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{component:Mn.Warn,sx:{width:15,mr:5,color:"warning.main"}}),Cn.jsx(e,{id:"NVAuTg",message:"Quote not available"})]}),[Od.Success]:Cn.jsxs(i,{sx:{width:"100%",mt:16,px:11,py:7,borderRadius:12,border:`solid 1px ${c.palette.border.main}`,display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,flexWrap:"wrap"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"flex-start",gap:6},children:[Cn.jsxs(i,{sx:{typography:"body2",lineHeight:"18px",color:c.palette.text.primary},children:["1 ",u," ",Cn.jsx("span",{style:{color:c.palette.text.secondary},children:"="})," $",hs({input:x,showDecimals:4})," ",g]}),Cn.jsx(i,{component:d,sx:{width:18,height:18,borderRadius:"50%",backgroundColor:"border.main",display:"flex",justifyContent:"center",alignItems:"center"},children:Cn.jsx(i,{sx:{width:16,color:"text.secondary"},onClick:v,component:Mn.Switch})})]}),n&&t&&Cn.jsx(Lm,{routeInfo:l,fromToken:n,toToken:t})]})}[o]})}function Rm({getAutoSlippage:t,onPayTokenChange:n,onReceiveTokenChange:o}={}){var r,s,u,p,h,m;const g=a(),{isInflight:f}=wd(),{noPowerBy:x,onlyChainId:y}=Tn(),{isMobile:v}=ld(),{open:b,disconnect:j,getAppKitAccountByChainId:C,chainId:w,appKitActiveNetwork:k}=$l(),[T,E]=z(!1),[A,I]=z(""),[S,L]=z(""),[R,_]=z(""),[M,P]=z(""),[B,D]=z(null),[N,F]=z(null),[q,U]=z(!1),[V,H]=z(!1),[W,G]=z(!1),[Q,X]=z(null),K=Z((()=>C(null==B?void 0:B.chainId)),[null==B?void 0:B.chainId,C]),J=Z((()=>{const e=C(null==N?void 0:N.chainId);if(e)return Q?Object.assign(Object.assign({},e),{appKitAccount:Object.assign(Object.assign({},e.appKitAccount),{isConnected:!0,address:Q})}):e}),[C,null==N?void 0:N.chainId,Q]),ee=Z((()=>se((e=>_(e)),300)),[]),te=Z((()=>se((e=>P(e)),300)),[]),ne=Z((()=>{if(B&&N)return!(!(null==B?void 0:B.chainId)||!(null==N?void 0:N.chainId)||B.chainId===N.chainId)}),[B,N]),{toFiatPrice:ie,fromFiatPrice:oe}=Ed({toToken:N,fromToken:B}),{marginAmount:re}=function({token:e,fiatPrice:t}){return{marginAmount:Z((()=>{var n;const i=null!==(n=null==e?void 0:e.decimals)&&void 0!==n?n:6,o=null!=t?new Se(500).div(t):new Se(0),r=ys(o,i);return(r.lt(new Se(1).times(new Se(10).pow(i-3)))?new Se(0):r).toString(10)}),[null==e?void 0:e.decimals,t])}}({token:T?N:B,fiatPrice:T?ie:oe});sd({fromToken:B,toToken:N,getAutoSlippage:t});const{slippage:ae,slippageLoading:ce}=Dd({fromToken:B,toToken:N}),{slippage:ue}=function(){const{defaultSlippage:e}=_d(!0);return{slippage:ed((t=>t.slippage||e))}}(),{privacySwapSupplierEndpoints:pe,privacySwapEnable:he,privacySwapEnableAble:me,endpointStatusMap:ge,refetchEndpointStatus:fe}=Bd({chainId:null==B?void 0:B.chainId,account:null==K?void 0:K.appKitAccount.address}),xe=function(e){var t,n;const{getAppKitAccountByChainId:i}=$l(),{latestBlockNumber:o}=ed(),r=ja.getFetchTokenQuery(e&&(null===(t=Wa.get(e))||void 0===t?void 0:t.isEVMChain)?e:void 0,e?ve[e].address:void 0,null===(n=i(e))||void 0===n?void 0:n.appKitAccount.address);return We(Object.assign(Object.assign({},r),{queryKey:[...r.queryKey,o]}))}(null==B?void 0:B.chainId),{sendRouteLoading:be,sendRouteError:je,setSendRouteError:Ce,bridgeOrderTxRequest:we,handleClickSend:ke}=function(){const e=Kl(),{evmProvider:t}=$l(),[n,i]=z(),[o,r]=z(!1),[a,s]=z(""),l=$((n=>mn(this,[n],void 0,(function*({selectedRoute:n,fromEtherTokenBalance:o,goNext:a}){var l,d;if(!n)return;const{encodeParams:c}=n;if(c&&c.interfaceParams){s(""),r(!0);try{const u=yield e.getData(ye.graphql.cross_chain_swap_zetachain_transactionEncode.toString(),{data:{interfaceParams:c.interfaceParams}});if(!u||!u.cross_chain_swap_zetachain_transactionEncode)throw new Error("cross_chain_swap_transactionEncode is null");const{data:p,to:h,value:m,from:g,chainId:f}=u.cross_chain_swap_zetachain_transactionEncode;if(!(p&&h&&m&&g&&f))throw new Error("cross_chain_swap_transactionEncode is null");const x=Wa.get(f);if(null==x?void 0:x.isEVMChain){if(!o)throw new Error("fromEtherTokenBalance is null");const{fromToken:e,fromAmount:i}=n,a=ve[f],c=vs(m,18),u=a&&e.address.toLowerCase()===a.address.toLowerCase(),x=c.minus(u?i:0);if(!c.isNaN()&&c.gt(0)&&o.lt(c))return s(le._({id:"F9xwHA",message:"Insufficient cross-chain fees, need at least {0} {1}",values:{0:ms({input:x,decimals:null!==(l=null==a?void 0:a.decimals)&&void 0!==l?l:18}),1:null!==(d=null==a?void 0:a.symbol)&&void 0!==d?d:"-"}})),void r(!1);if(!t||!(yield Gl({from:g,to:h,value:m,data:p},t)))throw new Error("failed to estimate gas")}i({data:p,to:h,value:m,from:g,chainId:f}),a()}catch(e){console.error("[failed to construct transaction request]: ",e);const{message:t}=e;s(t)}r(!1)}}))),[e,t]);return{sendRouteLoading:o,sendRouteError:a,setSendRouteError:s,bridgeOrderTxRequest:n,handleClickSend:l}}(),{bridgeRouteList:Te,status:Ee,failedReason:Ae}=function({fromAccount:e,toAccount:t,fromToken:n,toToken:i,fromAmount:o,enabled:r,slippage:a}){var s,l,d,c;const{tokenList:u}=ds(),{GRAPHQL_URL:p}=Tn(),h=Z((()=>n&&o?new Se(o).multipliedBy(new Se(10).pow(n.decimals)).dp(0,Se.ROUND_DOWN):null),[o,n]),m=null!==(l=null===(s=null==e?void 0:e.appKitAccount)||void 0===s?void 0:s.address)&&void 0!==l?l:Ha(null==n?void 0:n.chainId),g=null!==(c=null===(d=null==t?void 0:t.appKitAccount)||void 0===d?void 0:d.address)&&void 0!==c?c:Ha(null==i?void 0:i.chainId),{data:f,error:x,isLoading:y,refetch:v}=We({retry:!1,queryKey:["graphql","cross_chain_swap_zetachain_routes",null==n?void 0:n.chainId,null==n?void 0:n.address,null==i?void 0:i.chainId,null==i?void 0:i.address,m,g,null==h?void 0:h.toString(),a],queryFn:()=>mn(this,void 0,void 0,(function*(){const e=yield fetch(`${p}?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==n?void 0:n.chainId},"fromTokenAddress":"${null==n?void 0:n.address}","toChainId":${null==i?void 0:i.chainId},"toTokenAddress":"${null==i?void 0:i.address}","fromAddress":"${m}","toAddress":"${g}","fromAmount":"${null==h?void 0:h.toString()}","slippage":${a?Number(a)/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:!!n&&!!i&&!!h&&h.isFinite()&&h.gt(0)&&n.chainId!==i.chainId&&r}),{status:b,failedReason:j,bridgeRouteList:C}=Z((()=>{if(y)return{status:ps.Loading,bridgeRouteList:[]};if(x){let e;if(console.error("error:",x),x.message.includes("NOT_ROUTE_MIN_AMOUNT:min-")){const t=x.message.split("min-")[1];t&&(e=`(Enter min amount: ${t})`)}return{status:ps.Failed,failedReason:e,bridgeRouteList:[]}}if(f&&f.cross_chain_swap_zetachain_routes){const e=[],{routeId:t,fromChainId:n,fromTokenAddress:i,fromAmount:o,fromAmountWithOutDecimals:r,fromAmountUSD:a,toChainId:s,toTokenAddress:l,toAmount:d,fromAddress:c,toAddress:p,slippage:h,approveTarget:m,fees:g,omniPlan:x,encodeParams:y}=f.cross_chain_swap_zetachain_routes,v=Wa.get(n);if(t&&n&&i&&r&&s&&l&&d&&c&&p&&h&&(!(null==v?void 0:v.isEVMChain)||m)&&g&&g.length>0&&x&&x.length>0&&y){const o=u.find((e=>e.address.toLowerCase()===i.toLowerCase()&&e.chainId===n)),a=u.find((e=>e.address.toLowerCase()===l.toLowerCase()&&e.chainId===s)),v=new Se(d);if(o&&a&&v.isFinite()&&v.gt(0)){const i=us({omniPlan:x,tokenList:u});if(i.includedSteps.length>0){const l=g.reduce(((e,t)=>{var n;return e.plus(null!==(n=t.amountUSD)&&void 0!==n?n:0)}),new Se(0)).dp(4,Se.ROUND_DOWN).toString(),d={key:t,id:t,fromChainId:n,toChainId:s,fromToken:o,toToken:a,fromAmount:r,toTokenAmount:v.div(`1e${a.decimals}`),fromAddress:c,toAddress:p,product:"zetachain",slippage:h,roundedRouteCostTime:0,spenderContractAddress:null!=m?m:null,feeUSD:l,fees:g,executionDuration:null,step:i,encodeParams:y,productParams:null,sourceRoute:f.cross_chain_swap_zetachain_routes};e.push(d)}}}return e.length>0?{status:ps.Success,bridgeRouteList:e}:{status:ps.Failed,bridgeRouteList:[]}}return{status:ps.Initial,bridgeRouteList:[]}}),[y,x,f,u]);return{status:b,failedReason:j,refetch:v,bridgeRouteList:C}}({toToken:N,fromToken:B,fromAmount:R,fromAccount:K,toAccount:J,enabled:!W&&!be,slippage:ue}),Le=Z((()=>{if(Te&&Te.length>0)return Te[0]}),[Te]),{isApproving:Oe,isGetApproveLoading:Re,needApprove:_e,insufficientBalance:Me,submitApprove:Pe,getMaxBalance:Be}=Hd(B,{amount:R,contractAddress:null!==(r=null==Le?void 0:Le.spenderContractAddress)&&void 0!==r?r:void 0}),De=$((()=>{Xe(Be())}),[Be]),Ne=Z((()=>!(!(null==K?void 0:K.appKitAccount.address)||Me||Oe||Re||_e)),[null==K?void 0:K.appKitAccount.address,Me,Oe,Re,_e]),{status:Fe,rawBrief:qe,executeSwap:Ue}=Rd({toToken:N,fromToken:B,marginAmount:re,fromAmount:R,toAmount:M,estimateGas:Ne,isReverseRouting:T,slippage:ae,slippageLoading:ce}),{resAmount:Ve,priceImpact:He,baseFeeAmount:Ze,additionalFeeAmount:$e,resPricePerToToken:ze,resPricePerFromToken:Ge,routeInfo:Ye}=Z((()=>qe||{resAmount:null,priceImpact:null,baseFeeAmount:null,additionalFeeAmount:null,resPricePerToToken:null,resPricePerFromToken:null,routeInfo:null}),[qe]),Qe=od(ne),Xe=$((e=>{const t=e.toString();I(t),ee(t)}),[I,ee]),Ke=$((e=>{const t=e.toString();L(t),te(t)}),[L,te]),Je=$((e=>D((t=>{var i;const o="function"==typeof e?e(t):e;return w||ed.setState({fromTokenChainId:null!==(i=null==o?void 0:o.chainId)&&void 0!==i?i:void 0}),n&&o&&o!==t&&n(o),o}))),[n,w]),et=$((e=>F((t=>{const n="function"==typeof e?e(t):e;return o&&n&&n!==t&&o(n),n}))),[o]);!function({fromToken:e,toToken:t,setFromToken:n,setToToken:i,updateFromAmt:o,updateToAmt:r,setIsReverseRouting:a}){const{tokenList:s}=ds(),{crossChain:l,defaultFromToken:d,defaultToToken:c,onlyChainId:u}=Tn(),{chainId:p}=$l(),h=$((()=>{let h,m=null;const g=l?void 0:null!=u?u:p;if(!e){const e=Md({side:"from",defaultToken:d,tokenList:s,chainId:g});m=e.findToken,h=e.setDefaultAmount,m&&(n(m),void 0!==h&&(a(!1),o(h)))}if(!t){const{findToken:e,setDefaultAmount:t}=Md({side:"to",defaultToken:c,tokenList:s,occupyToken:m,chainId:g});e&&(i(e),void 0===h&&void 0!==t&&(a(!0),r(t)))}}),[p,l,d,c,e,u,n,a,i,t,s,o,r]);Y((()=>{const e=setTimeout((()=>{h()}),10);return()=>clearTimeout(e)}),[h])}({fromToken:B,toToken:N,setFromToken:Je,setToToken:et,updateFromAmt:Xe,updateToAmt:Ke,setIsReverseRouting:E});const tt=$((()=>{Xe(""),Ke(""),Je(N),et(B),Ga("from",N),Ga("to",B)}),[Je,N,et,B,Xe,Ke]),nt=$(((e,t)=>{if(t)return tt();Xe(""),Ke(""),Je(e),Ga("from",e)}),[tt,Xe,Ke,Je,Ga]),it=$(((e,t)=>{if(t)return tt();Xe(""),Ke(""),et(e),Ga("to",e)}),[tt,Xe,Ke,Je,Ga]),ot=$((()=>{T&&Xe(""),E(!1)}),[T,Xe]),rt=$((()=>{T||Ke(""),E(!0)}),[T,Ke]),at=(e=>{const{defaultSlippage:t}=_d(void 0===e),n=ed((e=>e.slippage||t));return Z((()=>(void 0===e?Number(n):e)>5),[n,e])})(ne?void 0:ae),st=Z((()=>(100*Number(He)).toFixed(2)),[He]),lt=Z((()=>{const e=T?Ve:R;return e&&oe?new Se(oe).multipliedBy(e):null}),[oe,R,T,Ve]),dt=Z((()=>{var e;if(!ie||void 0===ne)return null;if(ne)return(null===(e=null==Le?void 0:Le.toTokenAmount)||void 0===e?void 0:e.gt(0))?Le.toTokenAmount.multipliedBy(ie):null;const t=T?M:Ve;return t?new Se(ie).multipliedBy(t):null}),[ie,M,T,Ve,Le,ne]),ct=Z((()=>Cn.jsxs(i,{sx:{display:"flex",fontWeight:600,typography:"body2",alignItems:"center",justifyContent:"center"},children:[Cn.jsx(Bh,{title:Cn.jsx(e,{id:"4kY4C4",message:"Due to the market condition, market price and estimated price may have a slight difference"}),mr:8}),Cn.jsxs(i,{sx:{display:"flex"},children:[Cn.jsx(e,{id:"6+mYrD",message:"Current price impact"}),Cn.jsxs(i,{sx:{color:g.palette.error.main,ml:4},children:[st,"%"]})]})]})),[st,g.palette.error.main]),ut=Z((()=>Cn.jsx(Om,{toToken:N,fromToken:B,priceStatus:Fe,pricePerToToken:ze,pricePerFromToken:Ge,routeInfo:Ye})),[N,B,Fe,ze,Ge,Ye]),pt=Z((()=>!de[(null==B?void 0:B.chainId)||1]),[null==B?void 0:B.chainId]),ht=Z((()=>{if(!B)return!1;const e=C(B.chainId);return!!e&&(!!e.chain.isEVMChain&&(!!w&&!!(null==B?void 0:B.chainId)&&(null==B?void 0:B.chainId)!==w))}),[w,B,C]),mt=function({fromToken:e,toToken:t}){const n=ds(cs);return Z((()=>!(!e||n.some((t=>t.chainId===e.chainId&&t.address===e.address&&(!t.side||"to"===t.side))))||!(!t||n.some((e=>e.chainId===t.chainId&&e.address===t.address&&(!e.side||"from"===e.side))))),[e,t,n])}({fromToken:B,toToken:N}),gt=Z((()=>at&&new Se(T?M:R).gt(0)&&!Me&&(ne?Ee===Od.Success:Fe===Od.Success)?Cn.jsxs(i,{sx:{textAlign:"center",mb:8},children:[Cn.jsx(i,{component:Mn.Warn,sx:{position:"relative",top:2,mr:6,width:16,height:16,color:"warning.main"}}),le._({id:"//95jS",message:"The current slippage protection coefficient set exceeds {maxSlippageWarning}%, which may result in losses.",values:{maxSlippageWarning:5}})]}):null),[at,T,R,M,ne,Ee,Fe]),ft=Z((()=>ht?Cn.jsxs(i,{sx:{textAlign:"center"},children:[Cn.jsx(i,{component:Mn.Warn,sx:{position:"relative",top:2,mr:6,width:16,height:16,color:"warning.main"}}),Cn.jsx(e,{id:"54ffaC",message:"The current network is inconsistent with the wallet - please switch in wallet"})]}):ne&&Ee===Od.Initial?"-":Fe===Od.Loading||ne&&Ee===Od.Loading?Cn.jsx(i,{sx:{display:"flex",justifyContent:"center",alignItems:"center"},children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(O,{sx:{mr:5}}),Cn.jsx(e,{id:"JdNn1Y",message:"Fetching best price..."})]})}):pt?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{component:Mn.Warn,sx:{mr:6,width:16,color:"warning.main"}}),Cn.jsx(e,{id:"udsWDJ",message:"Unsupported network - switch to trade"})]}):ne&&Te.length?Cn.jsxs(Cn.Fragment,{children:[gt,Cn.jsx(Qu,{route:Le})]}):ne&&(Ee===Od.Success&&!Te.length||Ee===Od.Failed)&&A?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{component:Mn.Warn,sx:{width:15,mr:5,color:"warning.main"}}),Cn.jsx(e,{id:"NVAuTg",message:"Quote not available"})]}):Cn.jsxs(Cn.Fragment,{children:[!ne&&A&&new Se(st).gt(Ka)&&ct,gt,ut]})),[Fe,ut,A,ct,st,pt,ne,Ee,Te,Le,ht,gt]),xt=Z((()=>T?new Se(S).gt(0)?ms({input:Ve,decimals:null==B?void 0:B.decimals}):"-":A),[A,S,Ve,B,T]),yt=Z((()=>{var e;return T?S:ne?(null===(e=null==Le?void 0:Le.toTokenAmount)||void 0===e?void 0:e.gt(0))&&Ee!==Od.Loading?ms({input:Le.toTokenAmount,decimals:null==N?void 0:N.decimals}):"-":new Se(A).gt(0)?ms({input:Ve,decimals:null==N?void 0:N.decimals}):"-"}),[A,S,Ve,N,T,Le,ne,Ee]),vt=Z((()=>{var t,n;if(!(null===(t=null==K?void 0:K.appKitAccount)||void 0===t?void 0:t.isConnected))return Cn.jsx(c,{fullWidth:!0,onClick:()=>{var e;if(!(null==B?void 0:B.chainId))return;const t=null===(e=Wa.get(B.chainId))||void 0===e?void 0:e.caipNetwork;if(!t)return;const n=Ie.getChainNamespace(t);b({namespace:n})},children:Cn.jsx(e,{id:"4g7eC1",message:"Connect to {0} wallet",values:{0:Ul(null==B?void 0:B.chainId)}})});if(K.chain.isEVMChain&&K.chain.chainId!==w)return Cn.jsx(c,{fullWidth:!0,onClick:()=>{k.switchNetwork(K.chain.caipNetwork)},children:Cn.jsx(e,{id:"1+P9RR",message:"Switch to {0}",values:{0:K.chain.name}})});if(K.chain.isSolanaChain&&K.chain.chainId!==w)return Cn.jsx(c,{fullWidth:!0,onClick:()=>{k.switchNetwork(K.chain.caipNetwork)},children:Cn.jsx(e,{id:"1+P9RR",message:"Switch to {0}",values:{0:K.chain.name}})});if(!(null===(n=null==J?void 0:J.appKitAccount)||void 0===n?void 0:n.isConnected))return Cn.jsx(c,{fullWidth:!0,onClick:()=>{var e;if(!(null==N?void 0:N.chainId))return;const t=null===(e=Wa.get(N.chainId))||void 0===e?void 0:e.caipNetwork;if(!t)return;const n=Ie.getChainNamespace(t);b({namespace:n})},children:Cn.jsx(e,{id:"4g7eC1",message:"Connect to {0} wallet",values:{0:Ul(null==N?void 0:N.chainId)}})});if(f)return Cn.jsx(c,{fullWidth:!0,isLoading:!0,disabled:!0,children:Cn.jsx(e,{id:"FRBvjQ",message:"Transaction Pending"})});if(!B||!N)return Cn.jsx(c,{fullWidth:!0,disabled:!0,"data-testid":"swap-alert-select-token-btn",children:Cn.jsx(e,{id:"KlvBGJ",message:"Select Tokens"})});if(!new Se(T?M:R).gt(0))return Cn.jsx(c,{fullWidth:!0,disabled:!0,"data-testid":"swap-alert-enter-amount-btn",children:Cn.jsx(e,{id:"iPMIoT",message:"Enter an amount"})});if(ne?Ee===Od.Loading||Re:Fe===Od.Loading)return Cn.jsx(c,{fullWidth:!0,disabled:!0,"data-testid":"swap-alert-fetch-price-btn",children:Cn.jsx(e,{id:"OauUE6",message:"Fetching Price..."})});let o=!1;return o=ne?!Te.length||Ee===Od.Failed:!Ve||Fe===Od.Failed,o?Cn.jsx(c,{fullWidth:!0,disabled:!0,children:Cn.jsx(e,{id:"NVAuTg",message:"Quote not available"})}):Me?Cn.jsx(c,{fullWidth:!0,disabled:!0,"data-testid":"swap-alert-insufficient-balance-btn",children:Cn.jsx(e,{id:"znqB4T",message:"Insufficient balance"})}):_e?Cn.jsx(c,{fullWidth:!0,disabled:Oe,onClick:()=>Pe(),children:Oe?Cn.jsx(e,{id:"j2Uisd",message:"Approving"}):Cn.jsx(e,{id:"Z7ZXbT",message:"Approve"})}):ne?Cn.jsx(c,{fullWidth:!0,onClick:()=>{var e,t;return ke({selectedRoute:Le,fromEtherTokenBalance:null!==(t=null===(e=xe.data)||void 0===e?void 0:e.balance)&&void 0!==t?t:null,goNext:()=>G(!0)})},"data-testid":os,disabled:!Le,isLoading:be,children:Cn.jsx(e,{id:"SXnevP",message:"Review Cross Chain"})}):he?Cn.jsxs(c,{fullWidth:!0,onClick:()=>U(!0),"data-testid":os,children:[Cn.jsx(l,{placement:"top",onlyHover:!0,maxWidth:240,title:Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:4},children:[Cn.jsx(i,{sx:{typography:"body2",fontWeight:500,color:"text.primary"},children:"Privacy Swap is Enabled"}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:500,color:"text.secondary"},children:"Your transactions on the Ethereum network will be protected from sandwich attacks."})]}),children:Cn.jsx(i,{sx:{mr:8},children:Cn.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"30",viewBox:"0 0 25 30",fill:"none",children:[Cn.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"}),Cn.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"}),Cn.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"})]})})}),Cn.jsx(e,{id:"K/Ay/d",message:"Review Swap"})]}):Cn.jsx(c,{fullWidth:!0,onClick:()=>U(!0),"data-testid":os,children:Cn.jsx(e,{id:"K/Ay/d",message:"Review Swap"})})}),[null===(s=null==K?void 0:K.appKitAccount)||void 0===s?void 0:s.isConnected,null==K?void 0:K.chain.isEVMChain,null==K?void 0:K.chain.chainId,null==K?void 0:K.chain.isSolanaChain,null==K?void 0:K.chain.name,null==K?void 0:K.chain.caipNetwork,w,null===(u=null==J?void 0:J.appKitAccount)||void 0===u?void 0:u.isConnected,f,B,N,T,M,R,ne,Ee,Re,Fe,Me,_e,b,k,Te.length,Ve,Oe,Pe,Le,be,ke,null===(p=xe.data)||void 0===p?void 0:p.balance,he]),bt=Z((()=>B&&N?Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(yc,{token:B,width:16,height:16,marginRight:6,chainId:B.chainId,noShowChain:!!y}),`${ms({input:T?Ve:R,decimals:null==B?void 0:B.decimals})} ${null==B?void 0:B.symbol}`,Cn.jsx(i,{component:Mn.DoubleRight,sx:{width:12,height:12,mx:16}}),Cn.jsx(yc,{token:N,width:16,height:16,marginRight:6,chainId:N.chainId,noShowChain:!!y}),`${ms({input:T?M:Ve,decimals:null==N?void 0:N.decimals})} ${null==N?void 0:N.symbol}`]}):Cn.jsx(i,{})),[B,N,R,M,Ve,T,y]);return Cn.jsxs(i,{sx:{width:"100%",overflow:"hidden",position:"relative",display:"flex",flexDirection:"column",borderRadius:16,backgroundColor:g.palette.background.skeleton,[g.breakpoints.up("laptop")]:{width:450,backgroundColor:g.palette.background.skeleton,backdropFilter:"blur(4px)"}},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",px:16,py:20},children:[Cn.jsx(i,{sx:{typography:"caption",color:g.palette.text.primary},children:"Universal Swap"}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",borderRadius:4,p:1,backgroundColor:g.palette.background.tag},children:[Cn.jsxs(i,{sx:{color:g.palette.text.secondary,typography:"h6",px:6,py:4},children:[ne?(null==Le?void 0:Le.slippage)?100*Le.slippage:null!=ue?ue:"-":ae,"%"]}),Cn.jsx(l,{open:Qe,title:ne?Cn.jsx(e,{id:"qLkska",message:"The setting has been switched to cross chain mode"}):Cn.jsx(e,{id:"NSCBTb",message:"The setting has been switched to swap mode"}),placement:"bottom-end",children:Cn.jsx(i,{component:d,onClick:()=>H(!0),sx:{p:4,backgroundColor:g.palette.background.paper,borderRadius:4,height:28,width:28,display:"flex",alignItems:"center",justifyContent:"center"},children:Cn.jsx(i,{component:Mn.Setting,sx:{width:20,height:20,color:"text.primary",cursor:"pointer"}})})})]})]}),Cn.jsxs(i,{sx:{flex:1,px:16,pb:20,overflowY:"auto"},children:[Cn.jsxs(i,{children:[Cn.jsx(Im,{sx:{mb:4},token:B,side:"from",amt:xt,defaultLoadBalance:!0,onMaxClick:De,onInputChange:Xe,onInputFocus:ne?void 0:ot,showMaxBtn:!T&&!A,occupiedAddrs:[null!==(h=null==N?void 0:N.address)&&void 0!==h?h:""],occupiedChainId:null==N?void 0:N.chainId,fiatPriceTxt:lt?`$${hs({input:lt,showDecimals:1})}`:"$-",onTokenChange:nt,readOnly:T,showChainLogo:!y,showChainName:!y,notTokenPickerModal:!v,enterAddressEnabled:!1,inputToAddress:Q,setInputToAddress:X,account:K,failedReason:Ae}),Cn.jsx(lm,{onClick:tt,disabled:mt}),Cn.jsx(Im,{token:N,side:"to",amt:yt,onInputChange:Ke,onInputFocus:ne?void 0:rt,occupiedAddrs:[null!==(m=null==B?void 0:B.address)&&void 0!==m?m:""],occupiedChainId:null==B?void 0:B.chainId,fiatPriceTxt:dt?`$${hs({input:dt,showDecimals:1})}(${st}%)`:"$-",onTokenChange:it,readOnly:ne||!T,showChainLogo:!y,showChainName:!y,notTokenPickerModal:!v,enterAddressEnabled:ne,inputToAddress:Q,setInputToAddress:X,account:J,sx:{padding:g.spacing(24,20,20)}}),Cn.jsx(i,{sx:{py:16,display:"flex",typography:"body2",alignItems:"center",justifyContent:"center",flexWrap:"wrap"},children:ft})]}),vt,Cn.jsx(qh,{}),x?"":Cn.jsxs(i,{sx:{mt:13,display:"flex",typography:"h6",cursor:"pointer",justifyContent:"center",alignItems:"center",color:g.palette.text.disabled},onClick:()=>window.open("https://app.dodoex.io"),children:[Cn.jsx(i,{sx:{width:18,height:18,transform:"translate(1px, 2px)","& path":{fill:g.palette.text.disabled}},component:Mn.Dodo}),Cn.jsx(e,{id:"QIsI8+",message:"Powered by ZUNO protocol"})]})]}),Cn.jsx(Uh,{toToken:N,fromToken:B,fromAmount:T?Ve:R,toAmount:T?M:Ve,open:q,baseFeeAmount:Ze,priceImpact:st,additionalFeeAmount:$e,curToFiatPrice:dt,execute:()=>Ue(bt),clearFromAmt:()=>Xe(""),clearToAmt:()=>Ke(""),curFromFiatPrice:lt,pricePerFromToken:Ge,onClose:()=>U(!1),loading:Fe===Od.Loading,slippage:ae,isDialogModal:v}),ne?Cn.jsx(Hh,{open:V,onClose:()=>H(!1),isBridge:!0,isDialogModal:v}):Cn.jsx(sm,{open:V,onClose:()=>H(!1),fromToken:B,toToken:N,privacySwapEnableAble:me,privacySwapEnable:he,privacySwapSupplierEndpoints:pe,endpointStatusMap:ge,refetchEndpointStatus:fe,isDialogModal:v}),Cn.jsx(Nh,{open:W,onClose:()=>G(!1),route:Le,bridgeOrderTxRequest:we,clearFromAmt:()=>Xe(""),clearToAmt:()=>Ke(""),isDialogModal:v}),Cn.jsx(Fh,{message:je,onClose:()=>Ce(""),isDialogModal:v})]})}const _m=[.25,.5,.75,1];function Mm({value:e,onChange:t,sx:n}){const o=a(),r="light"===o.palette.mode,{isMobile:s}=ld();return Cn.jsx(i,{sx:Object.assign({display:"grid",gap:s?10:14,gridTemplateColumns:`repeat(${_m.length}, 1fr)`},n),children:_m.map((n=>{const i=n===e;return Cn.jsxs(d,{disabled:!t,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(o.palette.text.primary,.2)},"&.selected, &:focus":{color:"#fff",backgroundColor:r?o.palette.primary.main:T(o.palette.text.primary,.4)}},onClick:()=>{!i&&t&&t(n)},className:i?"selected":void 0,children:[100*n,"%"]},n)}))})}function Pm(){return a(),Cn.jsx(i,{sx:{height:4,position:"relative",color:"text.secondary"},children:Cn.jsx(i,{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:Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"24",viewBox:"0 0 25 24",fill:"none",children:Cn.jsx("path",{d:"M19.0142 13H13.0142V19H11.0142V13H5.01416V11H11.0142V5H13.0142V11H19.0142V13Z",fill:"currentColor"})})})})}function Bm(){return Cn.jsx(i,{sx:{position:"relative",height:4},children:Cn.jsx(i,{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:Cn.jsx(i,{component:Mn.Plus})})})}function Dm({sx:t,inputSx:n,amt:o,token:r,readOnly:s,showMaxBtn:l,canClickBalance:d,onMaxClick:u,fiatPriceTxt:p,occupiedAddrs:h,occupiedChainId:m,onInputFocus:g,onTokenClick:f,onInputChange:x,onTokenChange:y,side:v,showChainLogo:b,showChainName:j,defaultLoadBalance:C,overrideBalance:w,overrideBalanceLoading:k,balanceText:T,showPercentage:E,inputReadonlyTooltip:A,inputTypography:I,chainId:S,hideToken:L,checkLogBalance:O,notTokenPickerModal:_}){var M,P;const{account:B}=$l(),D=a(),[N,F]=z(!1),q=We(ja.getFetchTokenQuery(null==r?void 0:r.chainId,null==r?void 0:r.address,B)),U=null!==(P=null!=w?w:null===(M=q.data)||void 0===M?void 0:M.balance)&&void 0!==P?P:null,{isTokenLoading:V}=dm();let H=null!=k?k:q.isLoading;!H&&U&&(O?H=Object.entries(O).some((([e,t])=>V(e,t))):r&&(H=V(r.address,U))),rd({tokenList:r?[r]:[]});const[W,Z]=z(0),$=G("");Y((()=>{o!==$.current&&Z(0)}),[o]);const{gotoBuyToken:Q}=Tn();let X=Q&&U&&o&&U.lt(o);const K=!!x||!!A;return Cn.jsxs(i,{sx:Object.assign({minHeight:K?133:"auto",padding:D.spacing(20,20,24),borderRadius:16,overflow:"hidden",display:"flex",flexDirection:"column",justifyContent:"space-between",backgroundColor:D.palette.background.input},t),children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:4},children:[L?Cn.jsx(i,{}):Cn.jsx(pm,{token:r,showChainLogo:b,showChainName:j,onClick:()=>F(!0),readonly:!y}),Cn.jsx(cm,{balance:U,balanceText:T,onClick:s||!u&&!x?void 0:e=>{u?u(e):x&&x(e),0!==W&&1!==W&&(Z(1),$.current=e)},showMaxBtn:l,canClickBalance:d,address:null==r?void 0:r.address,decimals:null==r?void 0:r.decimals,loading:H})]}),K&&(s&&A?Cn.jsx(R,{title:A,arrow:!1,children:Cn.jsx(i,{children:Cn.jsx(um,{value:o,readOnly:!0,withClear:!0,sx:Object.assign({mt:12},n)})})}):Cn.jsx(um,{value:o,onFocus:g,onChange:x?e=>{x(e),Z(0)}:void 0,readOnly:s,withClear:!0,suffix:X?Cn.jsx(c,{variant:c.Variant.tag,backgroundColor:D.palette.background.paperDarkContrast,sx:{fontSize:12},onClick:e=>{e.stopPropagation(),null==Q||Q({token:r,account:B})},children:Cn.jsx(e,{id:"qiOIiY",message:"Buy"})}):void 0,typography:I,sx:Object.assign({mt:12},n)})),!s&&E?Cn.jsx(Mm,{sx:{mt:16},value:W,onChange:U&&void 0!==(null==r?void 0:r.decimals)?e=>{if(U&&(null==r?void 0:r.decimals))if(Z(e),1===e){const e=U.toString();u?u(e):x&&x(e),$.current=e}else if(x){const t=U.multipliedBy(e).dp(r.decimals).toString();x(t),$.current=t}}:void 0}):"",void 0!==p?Cn.jsx(i,{sx:{mt:E?9:0,typography:"h6",color:D.palette.text.secondary},children:p}):"",Cn.jsx(km,{value:r,open:N,side:v,chainId:S,occupiedAddrs:h,occupiedChainId:m,defaultLoadBalance:C,onClose:()=>{F(!1),f&&f()},onTokenChange:(e,t)=>{F(!1),setTimeout((()=>{!Array.isArray(e)&&y&&y(e,t)}),lc)},modal:!_})]})}var Nm;function Fm(){return Fm=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},Fm.apply(null,arguments)}const qm=e=>H.createElement("svg",Fm({width:12,height:12,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Nm||(Nm=H.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"}))),Um=e=>Object.keys(new Array(e+1).join(","));function Vm(e){return null!=e&&""!==e}var Hm;function Wm(){return Wm=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},Wm.apply(null,arguments)}const Zm=e=>H.createElement("svg",Wm({height:355,viewBox:"0 0 397 355",width:397,xmlns:"http://www.w3.org/2000/svg"},e),Hm||(Hm=H.createElement("g",{fill:"none",fillRule:"evenodd",transform:"translate(-1 -1)"},H.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"}),H.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)"}),H.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"}),H.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"}),H.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"}),H.createElement("path",{d:"m87.0283032 191.218134 87.0283028 2.124646-9.551886 44.617563-41.391511-10.623229z",fill:"#d87c30"}),H.createElement("path",{d:"m87.0283032 192.280457 36.0849058 33.994334v33.994334z",fill:"#ea8d3a"}),H.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"}),H.createElement("path",{d:"m123.113209 261.331448-8.490565 65.864024 56.25-39.305949z",fill:"#eb8f35"}),H.createElement("path",{d:"m174.056606 193.34278 5.306604 90.297451-15.919812-46.211049z",fill:"#ea8e3a"}),H.createElement("path",{d:"m74.2924539 262.393771 48.8207551-1.062323-8.490565 65.864024z",fill:"#d87c30"}),H.createElement("path",{d:"m24.4103777 355.878193 90.2122663-28.682721-40.3301901-64.801701-73.23113313 5.311616z",fill:"#eb8f35"}),H.createElement("path",{d:"m167.688682 110.481588-45.636793 38.243627-35.0235858 42.492919 87.0283028 3.186969z",fill:"#e8821e"}),H.createElement("path",{d:"m114.622644 327.195472 56.25-39.305949-4.245283 33.994334v19.121813l-38.207548-7.43626z",fill:"#dfcec3"}),H.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)"}),H.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)"}),H.createElement("path",{d:"m23.349057 1.06232296 144.339625 109.41926504-24.410378-59.4900858z",fill:"#e88f35"}),H.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"}),H.createElement("g",{transform:"matrix(-1 0 0 1 399.056611 0)"},H.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"}),H.createElement("path",{d:"m87.0283032 191.218134 87.0283028 2.124646-9.551886 44.617563-41.391511-10.623229z",fill:"#d87c30"}),H.createElement("path",{d:"m87.0283032 192.280457 36.0849058 33.994334v33.994334z",fill:"#ea8d3a"}),H.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"}),H.createElement("path",{d:"m123.113209 261.331448-8.490565 65.864024 55.18868-38.243626z",fill:"#eb8f35"}),H.createElement("path",{d:"m174.056606 193.34278 5.306604 90.297451-15.919812-46.211049z",fill:"#ea8e3a"}),H.createElement("path",{d:"m74.2924539 262.393771 48.8207551-1.062323-8.490565 65.864024z",fill:"#d87c30"}),H.createElement("path",{d:"m24.4103777 355.878193 90.2122663-28.682721-40.3301901-64.801701-73.23113313 5.311616z",fill:"#eb8f35"}),H.createElement("path",{d:"m167.688682 110.481588-45.636793 38.243627-35.0235858 42.492919 87.0283028 3.186969z",fill:"#e8821e"}),H.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)"}),H.createElement("path",{d:"m23.349057 1.06232296 144.339625 109.41926504-24.410378-59.4900858z",fill:"#e88f35"}),H.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 $m(e){const{switchNetwork:t}=jt();return Z((()=>{var n;if(!e)return;const i=null===(n=Wa.get(e))||void 0===n?void 0:n.caipNetwork;return i?()=>t(i):void 0}),[e,t])}function zm({token:e,size:t="small",sx:n,children:o}){const[r,a]=z(!1),{evmProvider:s,chainId:l}=$l(),d=$m(e.chainId);return Cn.jsxs(i,{sx:ne({margin:"0",border:"none",padding:"0",background:"none",cursor:"pointer","&:focus":{outline:"none"},"&:active":{outline:"none"},display:"inline-flex",alignItems:"center",justifyContent:"center"},n),onClick:t=>mn(this,void 0,void 0,(function*(){if(t.stopPropagation(),void 0!==e.chainId&&e.chainId!==l&&d)return void(null==d||d());if(r)return;if(!s)return;a(!0);const{result:n,failMsg:i}=yield function(e,t){return mn(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}}}))}(s,e);n?vh.getState().toast({message:le._({id:"DupCvC",message:"Added successful"}),type:"success",timeout:3e3}):vh.getState().toast({message:`${le._({id:"v4wgrk",message:"Failed to add"})}${i?`: ${i}`:""}`,type:"error"}),a(!1)})),component:"button",children:[Cn.jsx(i,{component:Zm,sx:Object.assign({},"medium"===t?{width:16,height:16}:{width:14,height:14})}),o]})}function Gm({tokens:e,width:t=24,height:n=24,gap:o=-4,cross:r,mr:s,chainId:l,showChainLogo:d,sx:c}){var u;const p=a(),{onlyChainId:h}=Tn(),m=d&&!h,g=t/2;return!e||e.length<=0?Cn.jsx(i,{sx:Object.assign({display:"inline-flex",alignItems:"center",mr:s,position:"relative",zIndex:0},c),children:Cn.jsx(i,{component:"svg",xmlns:"http://www.w3.org/2000/svg",width:52,height:24,viewBox:"0 0 52 24",fill:"none",sx:{height:t,width:"auto",color:T(p.palette.text.primary,"light"===p.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:Cn.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"})})}):Cn.jsxs(i,{sx:Object.assign({display:"inline-flex",alignItems:"center",mr:s,position:"relative",zIndex:0},c),children:[e.map(((e,n)=>Cn.jsx(i,{sx:{display:"inline-flex",width:t,height:t,ml:n>0?o:0,borderRadius:"50%",backgroundColor:p.palette.background.default},children:"object"==typeof e?Cn.jsx(yc,{address:e.address,width:t,height:t,chainId:l,url:e.logoURI,cross:r,noShowChain:!0,noBorder:!0,marginRight:0}):Cn.jsx(i,{component:"img",height:t,src:e})},n))),m&&Wa.has(l)?Cn.jsx(i,{component:null===(u=Wa.get(l))||void 0===u?void 0:u.logo,sx:{position:"absolute",bottom:0,right:0,zIndex:e.length+1,transform:"translateX(50%)",width:g,height:g}}):""]})}function Ym({loading:e,empty:t,hasSearch:n,children:o,refetch:r}){return e?Cn.jsx(i,{sx:{display:"flex",flexDirection:"column",justifyContent:"center",gap:24,px:24,height:320},children:Um(4).map(((e,t)=>Cn.jsx(j,{width:"100%",height:45},t)))}):r?Cn.jsx(Rn,{refresh:r,sx:{height:320}}):t?Cn.jsx(An,{hasSearch:n,sx:{height:320}}):Cn.jsx(Cn.Fragment,{children:o})}function Qm({show:e,onClick:t,sx:n}){return Cn.jsx(i,{component:d,sx:Object.assign({p:3,transform:e?"rotate(180deg)":"none",transition:"all 100ms",color:"text.primary",display:"flex",alignItems:"center",justifyContent:"center"},n),onClick:t,children:Cn.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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 Xm({isMobile:e,statusText:t,statusColor:n,time:o,alphaColor:r,sx:s,children:l}){const d=a(),c=T(n,.1),u=r?T(n,r):n;return Cn.jsxs(i,{sx:Object.assign({display:"flex",flexDirection:"column",alignItems:e?"center":"flex-start",gap:2,typography:"h6",color:"text.secondary"},s),children:[Cn.jsxs(i,{sx:{padding:d.spacing(4,16),borderRadius:4,backgroundColor:c,color:u,textAlign:"center",display:"flex",alignItems:"center",justifyContent:"center"},children:[t,l]}),o]})}function Km({token:e,amount:t,canAddMetamask:n,title:o,linkVisible:r=!0}){var a,s;return Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:2},children:[Cn.jsxs(i,{sx:{typography:"h6",fontWeight:500,color:"text.primary"},children:[o,": ",ms({input:t,decimals:null==e?void 0:e.decimals})," ",null==e?void 0:e.symbol]}),n&&e&&Cn.jsx(zm,{token:e})]}),Cn.jsxs(i,{sx:{display:"inline-flex",alignItems:"center",gap:4,typography:"h6",fontWeight:500,color:"text.secondary"},children:[e&&null!==(s=null===(a=Wa.get(e.chainId))||void 0===a?void 0:a.name)&&void 0!==s?s:"-",r&&Cn.jsx(qm,{})]})]})}function Jm({token:e,amount:t,showChain:n,hideLogo:o,canAddMetamask:r,sx:a}){var s,l;let d="";n&&(d=null!==(l=null===(s=Wa.get(e.chainId))||void 0===s?void 0:s.name)&&void 0!==l?l:"");const c=ms({input:t,decimals:e.decimals});return Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",gap:4},a),children:[!o&&Cn.jsx(yc,{address:e.address,chainId:e.chainId,width:20,height:20}),Cn.jsxs(i,{sx:{fontWeight:600},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,wordBreak:"break-word"},children:[`${c} ${e.symbol}`,r&&Cn.jsx(zm,{token:e})]}),!!d&&Cn.jsxs(i,{sx:{display:"inline-flex",alignItems:"center",gap:2,typography:"h6",fontWeight:500,color:"text.secondary"},children:[d,Cn.jsx(qm,{})]})]})]})}function eg({height:t=64,sx:n,onClick:o,hasMore:r,loading:s}){return a(),r?Cn.jsx(d,{sx:Object.assign({display:"flex",justifyContent:"center",alignItems:"center",height:t,width:"100%",typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},n),onClick:o,children:s?Cn.jsx(O,{}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(e,{id:"yQ2kGp",message:"Load more"}),Cn.jsx(i,{component:Mn.ArrowRight,sx:{transform:"rotate(90deg)"}})]})}):null}function tg(e){var{sx:t,children:n,hasMore:o,loadMore:r,loadMoreLoading:s}=e,l=hn(e,["sx","children","hasMore","loadMore","loadMoreLoading"]);return a(),Cn.jsxs(i,{sx:Object.assign({position:"relative",flex:1,overflowY:"auto",pt:12,px:20,pb:20},t),...l,children:[Cn.jsx(i,{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:n}),!!r&&Cn.jsx(eg,{loading:s,hasMore:o,onClick:r})]})}const ng=new Fs("properties/5.8.0");function ig(e,t,n){Object.defineProperty(e,t,{enumerable:!0,value:n,writable:!1})}function og(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 rg={bigint:!0,boolean:!0,function:!0,number:!0,string:!0};function ag(e){if(null==e||rg[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(!ag(i))return!1}return!0}return ng.throwArgumentError("Cannot deepCopy "+typeof e,"object",e)}function sg(e){if(ag(e))return e;if(Array.isArray(e))return Object.freeze(e.map((e=>lg(e))));if("object"==typeof e){const t={};for(const n in e){const i=e[n];void 0!==i&&ig(t,n,lg(i))}return t}return ng.throwArgumentError("Cannot deepCopy "+typeof e,"object",e)}function lg(e){return sg(e)}class dg{constructor(e){for(const t in e)this[t]=lg(e[t])}}const cg="abi/5.8.0",ug=new Fs(cg),pg={};let hg={calldata:!0,memory:!0,storage:!0},mg={calldata:!0,memory:!0};function gg(e,t){if("bytes"===e||"string"===e){if(hg[t])return!0}else if("address"===e){if("payable"===t)return!0}else if((e.indexOf("[")>=0||"tuple"===e)&&mg[t])return!0;return(hg[t]||"payable"===t)&&ug.throwArgumentError("invalid modifier","name",t),!1}function fg(e,t){for(let n in t)ig(e,n,t[n])}const xg=Object.freeze({sighash:"sighash",minimal:"minimal",full:"full",json:"json"}),yg=new RegExp(/^(.*)\[([0-9]*)\]$/);class vg{constructor(e,t){e!==pg&&ug.throwError("use fromString",Fs.errors.UNSUPPORTED_OPERATION,{operation:"new ParamType()"}),fg(this,t);let n=this.type.match(yg);fg(this,n?{arrayLength:parseInt(n[2]||"-1"),arrayChildren:vg.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=xg.sighash),xg[e]||ug.throwArgumentError("invalid format type","format",e),e===xg.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!==xg.sighash&&(t+=this.type),t+="("+this.components.map((t=>t.format(e))).join(e===xg.full?", ":",")+")"):t+=this.type,e!==xg.sighash&&(!0===this.indexed&&(t+=" indexed"),e===xg.full&&this.name&&(t+=" "+this.name)),t}static from(e,t){return"string"==typeof e?vg.fromString(e,t):vg.fromObject(e)}static fromObject(e){return vg.isParamType(e)?e:new vg(pg,{name:e.name||null,type:Lg(e.type),indexed:null==e.indexed?null:!!e.indexed,components:e.components?e.components.map(vg.fromObject):null})}static fromString(e,t){return n=function(e,t){let n=e;function i(t){ug.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=Lg(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=""),gg(a.type,a.name)&&(a.name=""),a.type=Lg(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=""),gg(a.type,a.name)&&(a.name=""),a.type=Lg(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=Lg(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=""):gg(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&&ug.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=""):gg(a.type,a.name)&&(a.name=""),r.type=Lg(r.type),r}(e,!!t),vg.fromObject({name:n.name,type:n.type,indexed:n.indexed,components:n.components});var n}static isParamType(e){return!(null==e||!e._isParamType)}}function bg(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&&ug.throwArgumentError("unbalanced parenthesis","value",e)))}n&&t.push(n);return t}(e).map((e=>vg.fromString(e,t)))}class jg{constructor(e,t){e!==pg&&ug.throwError("use a static from method",Fs.errors.UNSUPPORTED_OPERATION,{operation:"new Fragment()"}),fg(this,t),this._isFragment=!0,Object.freeze(this)}static from(e){return jg.isFragment(e)?e:"string"==typeof e?jg.fromString(e):jg.fromObject(e)}static fromObject(e){if(jg.isFragment(e))return e;switch(e.type){case"function":return Ag.fromObject(e);case"event":return Cg.fromObject(e);case"constructor":return Eg.fromObject(e);case"error":return Sg.fromObject(e);case"fallback":case"receive":return null}return ug.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]?Cg.fromString(e.substring(5).trim()):"function"===e.split(" ")[0]?Ag.fromString(e.substring(8).trim()):"constructor"===e.split("(")[0].trim()?Eg.fromString(e.trim()):"error"===e.split(" ")[0]?Sg.fromString(e.substring(5).trim()):ug.throwArgumentError("unsupported fragment","value",e)}static isFragment(e){return!(!e||!e._isFragment)}}class Cg extends jg{format(e){if(e||(e=xg.sighash),xg[e]||ug.throwArgumentError("invalid format type","format",e),e===xg.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!==xg.sighash&&(t+="event "),t+=this.name+"("+this.inputs.map((t=>t.format(e))).join(e===xg.full?", ":",")+") ",e!==xg.sighash&&this.anonymous&&(t+="anonymous "),t.trim()}static from(e){return"string"==typeof e?Cg.fromString(e):Cg.fromObject(e)}static fromObject(e){if(Cg.isEventFragment(e))return e;"event"!==e.type&&ug.throwArgumentError("invalid event object","value",e);const t={name:Rg(e.name),anonymous:e.anonymous,inputs:e.inputs?e.inputs.map(vg.fromObject):[],type:"event"};return new Cg(pg,t)}static fromString(e){let t=e.match(_g);t||ug.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:ug.warn("unknown modifier: "+e)}})),Cg.fromObject({name:t[1].trim(),anonymous:n,inputs:bg(t[2],!0),type:"event"})}static isEventFragment(e){return e&&e._isFragment&&"event"===e.type}}function wg(e,t){t.gas=null;let n=e.split("@");return 1!==n.length?(n.length>2&&ug.throwArgumentError("invalid human-readable ABI signature","value",e),n[1].match(/^[0-9]+$/)||ug.throwArgumentError("invalid human-readable ABI signature gas","value",e),t.gas=wt.from(n[1]),n[0]):e}function kg(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 Tg(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&&ug.throwArgumentError("cannot have constant function with mutability "+t.stateMutability,"value",e),t.payable="payable"===t.stateMutability,null!=e.payable&&!!e.payable!==t.payable&&ug.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||ug.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&&ug.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&&ug.throwArgumentError("unable to determine stateMutability","value",e),t}class Eg extends jg{format(e){if(e||(e=xg.sighash),xg[e]||ug.throwArgumentError("invalid format type","format",e),e===xg.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===xg.sighash&&ug.throwError("cannot format a constructor for sighash",Fs.errors.UNSUPPORTED_OPERATION,{operation:"format(sighash)"});let t="constructor("+this.inputs.map((t=>t.format(e))).join(e===xg.full?", ":",")+") ";return this.stateMutability&&"nonpayable"!==this.stateMutability&&(t+=this.stateMutability+" "),t.trim()}static from(e){return"string"==typeof e?Eg.fromString(e):Eg.fromObject(e)}static fromObject(e){if(Eg.isConstructorFragment(e))return e;"constructor"!==e.type&&ug.throwArgumentError("invalid constructor object","value",e);let t=Tg(e);t.constant&&ug.throwArgumentError("constructor cannot be constant","value",e);const n={name:null,type:e.type,inputs:e.inputs?e.inputs.map(vg.fromObject):[],payable:t.payable,stateMutability:t.stateMutability,gas:e.gas?wt.from(e.gas):null};return new Eg(pg,n)}static fromString(e){let t={type:"constructor"},n=(e=wg(e,t)).match(_g);return n&&"constructor"===n[1].trim()||ug.throwArgumentError("invalid constructor string","value",e),t.inputs=bg(n[2].trim(),!1),kg(n[3].trim(),t),Eg.fromObject(t)}static isConstructorFragment(e){return e&&e._isFragment&&"constructor"===e.type}}class Ag extends Eg{format(e){if(e||(e=xg.sighash),xg[e]||ug.throwArgumentError("invalid format type","format",e),e===xg.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!==xg.sighash&&(t+="function "),t+=this.name+"("+this.inputs.map((t=>t.format(e))).join(e===xg.full?", ":",")+") ",e!==xg.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?Ag.fromString(e):Ag.fromObject(e)}static fromObject(e){if(Ag.isFunctionFragment(e))return e;"function"!==e.type&&ug.throwArgumentError("invalid function object","value",e);let t=Tg(e);const n={type:e.type,name:Rg(e.name),constant:t.constant,inputs:e.inputs?e.inputs.map(vg.fromObject):[],outputs:e.outputs?e.outputs.map(vg.fromObject):[],payable:t.payable,stateMutability:t.stateMutability,gas:e.gas?wt.from(e.gas):null};return new Ag(pg,n)}static fromString(e){let t={type:"function"},n=(e=wg(e,t)).split(" returns ");n.length>2&&ug.throwArgumentError("invalid function string","value",e);let i=n[0].match(_g);if(i||ug.throwArgumentError("invalid function signature","value",e),t.name=i[1].trim(),t.name&&Rg(t.name),t.inputs=bg(i[2],!1),kg(i[3].trim(),t),n.length>1){let i=n[1].match(_g);""==i[1].trim()&&""==i[3].trim()||ug.throwArgumentError("unexpected tokens","value",e),t.outputs=bg(i[2],!1)}else t.outputs=[];return Ag.fromObject(t)}static isFunctionFragment(e){return e&&e._isFragment&&"function"===e.type}}function Ig(e){const t=e.format();return"Error(string)"!==t&&"Panic(uint256)"!==t||ug.throwArgumentError(`cannot specify user defined ${t} error`,"fragment",e),e}class Sg extends jg{format(e){if(e||(e=xg.sighash),xg[e]||ug.throwArgumentError("invalid format type","format",e),e===xg.json)return JSON.stringify({type:"error",name:this.name,inputs:this.inputs.map((t=>JSON.parse(t.format(e))))});let t="";return e!==xg.sighash&&(t+="error "),t+=this.name+"("+this.inputs.map((t=>t.format(e))).join(e===xg.full?", ":",")+") ",t.trim()}static from(e){return"string"==typeof e?Sg.fromString(e):Sg.fromObject(e)}static fromObject(e){if(Sg.isErrorFragment(e))return e;"error"!==e.type&&ug.throwArgumentError("invalid error object","value",e);const t={type:e.type,name:Rg(e.name),inputs:e.inputs?e.inputs.map(vg.fromObject):[]};return Ig(new Sg(pg,t))}static fromString(e){let t={type:"error"},n=e.match(_g);return n||ug.throwArgumentError("invalid error signature","value",e),t.name=n[1].trim(),t.name&&Rg(t.name),t.inputs=bg(n[2],!1),Ig(Sg.fromObject(t))}static isErrorFragment(e){return e&&e._isFragment&&"error"===e.type}}function Lg(e){return e.match(/^uint($|[^1-9])/)?e="uint256"+e.substring(4):e.match(/^int($|[^1-9])/)&&(e="int256"+e.substring(3)),e}const Og=new RegExp("^[a-zA-Z$_][a-zA-Z0-9$_]*$");function Rg(e){return e&&e.match(Og)||ug.throwArgumentError(`invalid identifier "${e}"`,"value",e),e}const _g=new RegExp("^([^)(]*)\\((.*)\\)([^)(]*)$");const Mg=new Fs(cg);class Pg{constructor(e,t,n,i){this.name=e,this.type=t,this.localName=n,this.dynamic=i}_throwError(e,t){Mg.throwArgumentError(e,this.localName,t)}}class Bg{constructor(e){ig(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+=Qs(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($s(e._data))}writeBytes(e){let t=Zs(e);const n=t.length%this.wordSize;return n&&(t=$s([t,this._padding.slice(n)])),this._writeData(t)}_getValue(e){let t=Zs(wt.from(e));return t.length>this.wordSize&&Mg.throwError("value out-of-bounds",Fs.errors.BUFFER_OVERRUN,{length:this.wordSize,offset:t.length}),t.length%this.wordSize&&(t=$s([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 Dg{constructor(e,t,n,i){ig(this,"_data",Zs(e)),ig(this,"wordSize",t||32),ig(this,"_coerceFunc",n),ig(this,"allowLoose",i),this._offset=0}get data(){return Qs(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):Dg.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:Mg.throwError("data out-of-bounds",Fs.errors.BUFFER_OVERRUN,{length:this._data.length,offset:this._offset+i})),this._data.slice(this._offset,this._offset+i)}subReader(e){return new Dg(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 wt.from(this.readBytes(this.wordSize))}}class Ng extends Pg{constructor(e){super("address","address",e,!1)}defaultValue(){return"0x0000000000000000000000000000000000000000"}encode(e,t){try{t=ll(t)}catch(e){this._throwError(e.message,t)}return e.writeValue(t)}decode(e){return ll(Js(e.readValue().toHexString(),20))}}class Fg extends Pg{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 qg=new Fs(cg);function Ug(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||qg.throwError("cannot encode object for signature with missing names",Fs.errors.INVALID_ARGUMENT,{argument:"values",coder:t,value:n}),e[i]&&qg.throwError("cannot encode object for signature with duplicate names",Fs.errors.INVALID_ARGUMENT,{argument:"values",coder:t,value:n}),e[i]=!0,n[i]}))}else qg.throwArgumentError("invalid tuple value","tuple",n);t.length!==i.length&&qg.throwArgumentError("types/value length mismatch","tuple",n);let o=new Bg(e.wordSize),r=new Bg(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 Vg(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===Fs.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===Fs.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 Hg extends Pg{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)),qg.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 Ug(e,i,t)}decode(e){let t=this.length;-1===t&&(t=e.readValue().toNumber(),32*t>e._data.length&&qg.throwError("insufficient data length",Fs.errors.BUFFER_OVERRUN,{length:e._data.length,count:t}));let n=[];for(let e=0;e<t;e++)n.push(new Fg(this.coder));return e.coerce(this.name,Vg(e,n))}}class Wg extends Pg{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 Zg extends Pg{constructor(e,t){super(e,e,t,!0)}defaultValue(){return"0x"}encode(e,t){t=Zs(t);let n=e.writeValue(t.length);return n+=e.writeBytes(t),n}decode(e){return e.readBytes(e.readValue().toNumber(),!0)}}class $g extends Zg{constructor(e){super("bytes",e)}decode(e){return e.coerce(this.name,Qs(super.decode(e)))}}class zg extends Pg{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=Zs(t);return n.length!==this.size&&this._throwError("incorrect data length",t),e.writeBytes(n)}decode(e){return e.coerce(this.name,Qs(e.readBytes(this.size)))}}class Gg extends Pg{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 Yg extends Pg{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=wt.from(t),i=hl.mask(8*e.wordSize);if(this.signed){let e=i.mask(8*this.size-1);(n.gt(e)||n.lt(e.add(pl).mul(cl)))&&this._throwError("value out-of-bounds",t)}else(n.lt(ul)||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 Qg extends Zg{constructor(e){super("string",e)}defaultValue(){return""}encode(e,t){return super.encode(e,vl(t))}decode(e){return bl(super.decode(e))}}class Xg extends Pg{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 Ug(e,this.coders,t)}decode(e){return e.coerce(this.name,Vg(e,this.coders))}}const Kg=new Fs(cg),Jg=new RegExp(/^bytes([0-9]*)$/),ef=new RegExp(/^(u?int)([0-9]*)$/);const tf=new class{constructor(e){ig(this,"coerceFunc",e||null)}_getCoder(e){switch(e.baseType){case"address":return new Ng(e.name);case"bool":return new Wg(e.name);case"string":return new Qg(e.name);case"bytes":return new $g(e.name);case"array":return new Hg(this._getCoder(e.arrayChildren),e.arrayLength,e.name);case"tuple":return new Xg((e.components||[]).map((e=>this._getCoder(e))),e.name);case"":return new Gg(e.name)}let t=e.type.match(ef);if(t){let n=parseInt(t[2]||"256");return(0===n||n>256||n%8!=0)&&Kg.throwArgumentError("invalid "+t[1]+" bit length","param",e),new Yg(n/8,"int"===t[1],e.name)}if(t=e.type.match(Jg),t){let n=parseInt(t[1]);return(0===n||n>32)&&Kg.throwArgumentError("invalid bytes length","param",e),new zg(n,e.name)}return Kg.throwArgumentError("invalid type","type",e.type)}_getWordSize(){return 32}_getReader(e,t){return new Dg(e,this._getWordSize(),this.coerceFunc,t)}_getWriter(){return new Bg(this._getWordSize())}getDefaultValue(e){const t=e.map((e=>this._getCoder(vg.from(e))));return new Xg(t,"_").defaultValue()}encode(e,t){e.length!==t.length&&Kg.throwError("types/values length mismatch",Fs.errors.INVALID_ARGUMENT,{count:{types:e.length,values:t.length},value:{types:e,values:t}});const n=e.map((e=>this._getCoder(vg.from(e)))),i=new Xg(n,"_"),o=this._getWriter();return i.encode(o,t),o.data}decode(e,t,n){const i=e.map((e=>this._getCoder(vg.from(e))));return new Xg(i,"_").decode(this._getReader(Zs(t),n))}};function nf(e){return nl(vl(e))}const of=new Fs(cg);class rf extends dg{}class af extends dg{}class sf extends dg{}class lf extends dg{static isIndexed(e){return!(!e||!e._isIndexed)}}const df={"0x08c379a0":{signature:"Error(string)",name:"Error",inputs:["string"],reason:!0},"0x4e487b71":{signature:"Panic(uint256)",name:"Panic",inputs:["uint256"]}};function cf(e,t){const n=new Error(`deferred error during ABI decoding triggered accessing ${e}`);return n.error=t,n}class uf{constructor(e){let t=[];t="string"==typeof e?JSON.parse(e):e,ig(this,"fragments",t.map((e=>jg.from(e))).filter((e=>null!=e))),ig(this,"_abiCoder",og(new.target,"getAbiCoder")()),ig(this,"functions",{}),ig(this,"errors",{}),ig(this,"events",{}),ig(this,"structs",{}),this.fragments.forEach((e=>{let t=null;switch(e.type){case"constructor":return this.deploy?void of.warn("duplicate definition - constructor"):void ig(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]?of.warn("duplicate definition - "+n):t[n]=e})),this.deploy||ig(this,"deploy",Eg.from({payable:!1,type:"constructor"})),ig(this,"_isInterface",!0)}format(e){e||(e=xg.full),e===xg.sighash&&of.throwArgumentError("interface does not support formatting sighash","format",e);const t=this.fragments.map((t=>t.format(e)));return e===xg.json?JSON.stringify(t.map((e=>JSON.parse(e)))):t}static getAbiCoder(){return tf}static getAddress(e){return ll(e)}static getSighash(e){return Ks(nf(e.format()),0,4)}static getEventTopic(e){return nf(e.format())}getFunction(e){if(Gs(e)){for(const t in this.functions)if(e===this.getSighash(t))return this.functions[t];of.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?of.throwArgumentError("no matching function","name",t):n.length>1&&of.throwArgumentError("multiple matching functions","name",t),this.functions[n[0]]}const t=this.functions[Ag.fromString(e).format()];return t||of.throwArgumentError("no matching function","signature",e),t}getEvent(e){if(Gs(e)){const t=e.toLowerCase();for(const e in this.events)if(t===this.getEventTopic(e))return this.events[e];of.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?of.throwArgumentError("no matching event","name",t):n.length>1&&of.throwArgumentError("multiple matching events","name",t),this.events[n[0]]}const t=this.events[Cg.fromString(e).format()];return t||of.throwArgumentError("no matching event","signature",e),t}getError(e){if(Gs(e)){const t=og(this.constructor,"getSighash");for(const n in this.errors){if(e===t(this.errors[n]))return this.errors[n]}of.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?of.throwArgumentError("no matching error","name",t):n.length>1&&of.throwArgumentError("multiple matching errors","name",t),this.errors[n[0]]}const t=this.errors[Ag.fromString(e).format()];return t||of.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 og(this.constructor,"getSighash")(e)}getEventTopic(e){return"string"==typeof e&&(e=this.getEvent(e)),og(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=Zs(t);return Qs(n.slice(0,4))!==this.getSighash(e)&&of.throwArgumentError(`data signature does not match error ${e.name}.`,"data",Qs(n)),this._decodeParams(e.inputs,n.slice(4))}encodeErrorResult(e,t){return"string"==typeof e&&(e=this.getError(e)),Qs($s([this.getSighash(e),this._encodeParams(e.inputs,t||[])]))}decodeFunctionData(e,t){"string"==typeof e&&(e=this.getFunction(e));const n=Zs(t);return Qs(n.slice(0,4))!==this.getSighash(e)&&of.throwArgumentError(`data signature does not match function ${e.name}.`,"data",Qs(n)),this._decodeParams(e.inputs,n.slice(4))}encodeFunctionData(e,t){return"string"==typeof e&&(e=this.getFunction(e)),Qs($s([this.getSighash(e),this._encodeParams(e.inputs,t||[])]))}decodeFunctionResult(e,t){"string"==typeof e&&(e=this.getFunction(e));let n=Zs(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=Qs(n.slice(0,4)),t=df[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 of.throwError("call revert exception"+o,Fs.errors.CALL_EXCEPTION,{method:e.format(),data:Qs(t),errorArgs:r,errorName:a,errorSignature:s,reason:i})}encodeFunctionResult(e,t){return"string"==typeof e&&(e=this.getFunction(e)),Qs(this._abiCoder.encode(e.outputs,t||[]))}encodeFilterTopics(e,t){"string"==typeof e&&(e=this.getEvent(e)),t.length>e.inputs.length&&of.throwError("too many arguments for "+e.format(),Fs.errors.UNEXPECTED_ARGUMENT,{argument:"values",value:t});let n=[];e.anonymous||n.push(this.getEventTopic(e));const i=(e,t)=>"string"===e.type?nf(t):"bytes"===e.type?nl(Qs(t)):("bool"===e.type&&"boolean"==typeof t&&(t=t?"0x01":"0x00"),e.type.match(/^u?int/)&&(t=wt.from(t).toHexString()),"address"===e.type&&this._abiCoder.encode(["address"],[t]),Js(Qs(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?of.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&&of.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&&of.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(nf(a));else if("bytes"===e.type)n.push(nl(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);Gs(n[0],32)&&n[0].toLowerCase()===t||of.throwError("fragment/topic mismatch",Fs.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(vg.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,$s(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 lf({_isIndexed:!0,hash:null});else if(r[t])l[t]=new lf({_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 cf(`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 cf(`index ${e}`,t)}})}return Object.freeze(l)}parseTransaction(e){let t=this.getFunction(e.data.substring(0,10).toLowerCase());return t?new af({args:this._abiCoder.decode(t.inputs,"0x"+e.data.substring(10)),functionFragment:t,name:t.name,signature:t.format(),sighash:this.getSighash(t),value:wt.from(e.value||"0")}):null}parseLog(e){let t=this.getEvent(e.topics[0]);return!t||t.anonymous?null:new rf({eventFragment:t,name:t.name,signature:t.format(),topic:this.getEventTopic(t),args:this.decodeEventLog(t,e.data,e.topics)})}parseError(e){const t=Qs(e);let n=this.getError(t.substring(0,10).toLowerCase());return n?new sf({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 pf({fromToken:e,toToken:t,fromTokenPrice:n,toTokenPrice:o,sx:r,children:s}){const l=a(),[c,u]=z(!1),p=Z((()=>new Se(n&&o?c?o:n:0)),[n,o,c]);return Cn.jsxs(i,{component:d,sx:Object.assign({display:"flex",alignItems:"center",gap:8,color:"text.primary",typography:"body1",fontWeight:600,"&:hover>svg>path":{fill:l.palette.text.primary}},r),onClick:()=>u((e=>!e)),children:[Cn.jsxs(i,{children:[s,"1 ",c?t.symbol:e.symbol," = ",p&&p.isFinite()?ms({input:p,decimals:c?e.decimals:t.decimals}):"-"," ",c?e.symbol:t.symbol]}),Cn.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[Cn.jsx("circle",{cx:"9",cy:"9",r:"9",fill:l.palette.border.main}),Cn.jsx("path",{d:"M9.5 6.5H4.5V8H13.5L9.5 4.25V6.5ZM8.25 13.75V11.5H13.5V10H4.5L8.25 13.75Z",fill:l.palette.text.secondary})]})]})}function hf({showFold:e,isMobile:t,data:n}){const o=a(),r=Z((()=>{var e,t,i,o,r,a,s,l,d,c,u,p,h;return[{title:"Total time spent",value:null!==(i=Gd({start:null!==(e=n.startTime)&&void 0!==e?e:void 0,end:null!==(t=n.endTime)&&void 0!==t?t:void 0}))&&void 0!==i?i:"-"},{title:"Pay",value:Cn.jsx(bm,{address:null!==(o=n.fromAddress)&&void 0!==o?o:"",customChainId:null!==(r=n.routeData.fromChainId)&&void 0!==r?r:de.ZETACHAIN_TESTNET,showCopy:!0,truncate:!0,iconSpace:4,iconSize:14,size:"small"})},{title:"Receive",value:Cn.jsx(bm,{address:null!==(a=n.toAddress)&&void 0!==a?a:"",customChainId:null!==(s=n.routeData.toChainId)&&void 0!==s?s:de.ZETACHAIN_TESTNET,showCopy:!0,truncate:!0,iconSpace:4,iconSize:14,size:"small"})},{title:Cn.jsxs(Cn.Fragment,{children:["Fill Gas (Destination gas)",Cn.jsx(Bh,{onlyHover:!0,title:"-",ml:0})]}),value:`$${null!==(c=null===(d=null===(l=n.fees)||void 0===l?void 0:l.find((e=>"destinationFee"===e.type)))||void 0===d?void 0:d.amountUSD)&&void 0!==c?c:"-"}`},{title:Cn.jsxs(Cn.Fragment,{children:["Bridge Fee",Cn.jsx(Bh,{onlyHover:!0,title:"-",ml:0})]}),value:`$${null!==(h=null===(p=null===(u=n.fees)||void 0===u?void 0:u.find((e=>"platformFee"===e.type)))||void 0===p?void 0:p.amountUSD)&&void 0!==h?h:"-"}`}]}),[n.endTime,n.fees,n.fromAddress,n.routeData.fromChainId,n.routeData.toChainId,n.startTime,n.toAddress]);return Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:16,p:e?16:0,borderBottomLeftRadius:8,borderBottomRightRadius:8,background:`linear-gradient(0deg, ${o.palette.background.skeleton} 0%, ${o.palette.background.skeleton} 100%), ${o.palette.background.paper}`,maxHeight:e?"auto":0,transition:"all 300ms",overflow:"hidden",[o.breakpoints.up("tablet")]:{marginTop:"-4px",marginBottom:"4px",gap:24}},children:[Cn.jsx(i,{sx:{display:"flex",flexDirection:"column",gap:8,[o.breakpoints.up("tablet")]:{alignItems:"center",flexDirection:"row",gap:20}},children:r.map(((e,t)=>Cn.jsxs(i,{sx:{display:"flex",flexDirection:"row",alignItems:"center",justifyContent:"space-between",[o.breakpoints.up("tablet")]:{flexBasis:"20%",flexGrow:1,flexShrink:1,flexDirection:"column",alignItems:"flex-start",justifyContent:"flex-start",gap:4}},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",gap:4,color:"text.secondary",typography:"h6"},children:e.title}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",color:"text.primary",typography:"body2"},children:e.value})]},t)))}),null!=n.routeData.fromChainId&&null!=n.routeData.toChainId&&Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{sx:{height:"1px",width:"100%",backgroundColor:"border.disabled"}}),Cn.jsx(Gu,{route:{fromChainId:n.routeData.fromChainId,toChainId:n.routeData.toChainId,step:n.routeData.step},isMobile:t})]})]})}function mf({data:e,isMobile:t,isErrorRefund:n,refetch:o}){var r,s,d,u,p,h,m,g,f,x;const y=a(),v=Cd(),{chainId:b,appKitActiveNetwork:j,getAppKitAccountByChainId:C}=$l(),{statusText:w,statusColor:k,statusAlphaColor:T}=Z((()=>{let t="Loading",n=y.palette.text.primary;switch(e.status){case"pending":t="Pending",n=y.palette.text.secondary;break;case"success":t="Succeeded",n=y.palette.success.main;break;case"failure_revert":t="Failed",n=y.palette.error.main;break;case"abort":t="Aborted",n=y.palette.error.main}return{statusText:t,statusColor:n,statusAlphaColor:undefined}}),[e.status,y.palette.error.main,y.palette.success.main,y.palette.text.primary,y.palette.text.secondary]),[E,A]=W.useState(!1),I=e.createdAt?Qd(new Date(e.createdAt)):"-",S=ze({mutationFn:()=>mn(this,void 0,void 0,(function*(){if(!e.externalId||!e.refundCridgeContract)return;if(b!==e.refundChainId){const t=C(e.refundChainId);if(!t)return;j.switchNetwork(t.chain.caipNetwork)}const t=new uf([{inputs:[{internalType:"bytes32",name:"externalId",type:"bytes32"}],name:"claimRefund",outputs:[],stateMutability:"nonpayable",type:"function"}]).encodeFunctionData("claimRefund",[e.externalId]);return yield v.execute("Claim",{opcode:fd.TX,data:t,to:e.refundCridgeContract,value:"0x0"},{metadata:{crossChainSwapClaimRefund:!0},submittedBack:()=>{o()},successBack:()=>{o()}})}))}),L=Z((()=>Cn.jsxs(c,{variant:c.Variant.contained,size:c.Size.small,color:"error",isLoading:S.isPending,disabled:S.isPending||"wait_claim_refund"!==e.subStatus,onClick:()=>{S.mutate()},sx:{typography:"h6",lineHeight:"16px",py:6,minWidth:98,height:28},children:["refund_success"===e.subStatus?"Claimed":"Claim","wait_claim_refund"!==e.subStatus&&Cn.jsx(Bh,{onlyHover:!0,title:e.subStatus,ml:4,sx:{color:y.palette.text.disabled}})]})),[S,e.subStatus,y.palette.text.disabled]);return t?Cn.jsxs(i,{sx:{backgroundColor:y.palette.background.paper,borderRadius:8},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",p:16,gap:16},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:8},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(yc,{width:24,height:24,address:null===(r=e.fromToken)||void 0===r?void 0:r.address,chainId:null===(s=e.fromToken)||void 0===s?void 0:s.chainId}),Cn.jsx(i,{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:Cn.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"})}),Cn.jsx(yc,{width:24,height:24,address:null===(d=e.toToken)||void 0===d?void 0:d.address,chainId:null===(u=e.toToken)||void 0===u?void 0:u.chainId})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(Xm,{isMobile:!1,statusText:w,statusColor:k,alphaColor:T,children:"success"!==e.status&&Cn.jsx(Bh,{onlyHover:!0,title:e.subStatus,ml:4,sx:{color:k}})}),n&&L]})]}),Cn.jsx(i,{sx:{typography:"h6",color:y.palette.text.secondary},children:I})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:16},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:8},children:[Cn.jsx(Km,{token:e.fromToken,amount:e.fromAmount,canAddMetamask:!1,title:"Pay",linkVisible:!1}),Cn.jsx(Km,{token:e.toToken,amount:e.toAmount,canAddMetamask:e.fromToken&&null!==(h=null===(p=Wa.get(e.fromToken.chainId))||void 0===p?void 0:p.isEVMChain)&&void 0!==h&&h,title:"Receive",linkVisible:!1})]}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",p:2,borderRadius:8,border:`1px solid ${y.palette.border.main}`},children:Cn.jsx(Qm,{show:E,onClick:()=>A((e=>!e)),sx:{color:"text.secondary"}})})]})]}),Cn.jsx(hf,{showFold:E,data:e,isMobile:t})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("tr",{children:[Cn.jsx(i,{component:"td",sx:{borderTopLeftRadius:8,borderBottomLeftRadius:E?0:8},children:e.fromToken&&Cn.jsx(Jm,{token:e.fromToken,amount:null!==(m=e.fromAmount)&&void 0!==m?m:"",showChain:!0})}),Cn.jsx("td",{children:e.toToken&&Cn.jsx(Jm,{token:e.toToken,amount:null!==(g=e.toAmount)&&void 0!==g?g:"",showChain:!0,canAddMetamask:null!==(x=null===(f=Wa.get(e.toToken.chainId))||void 0===f?void 0:f.isEVMChain)&&void 0!==x&&x})}),Cn.jsx("td",{children:Cn.jsx(Xm,{isMobile:t,statusText:w,statusColor:k,alphaColor:T,time:I,children:"success"!==e.status&&Cn.jsx(Bh,{onlyHover:!0,title:e.subStatus,ml:4,sx:{color:k}})})}),n?Cn.jsx("td",{children:L}):Cn.jsx("td",{children:e.fromToken&&e.toToken&&Cn.jsx(pf,{fromToken:e.fromToken,toToken:e.toToken,fromTokenPrice:e.fromTokenPrice,toTokenPrice:e.toTokenPrice})}),Cn.jsx(i,{component:"td",sx:{borderTopRightRadius:8,borderBottomRightRadius:E?0:8},children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:8},children:["refund_success"===e.subStatus&&Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(l,{title:"refund TX",placement:"top",onlyHover:!0,children:Cn.jsx(i,{component:"a",href:e.refundChainId&&e.refundHash?Fl(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:Cn.jsx(i,{component:Mn.ArrowTopRightBorder,sx:{width:18,height:18}})})}),Cn.jsx(i,{sx:{height:16,width:"1px",backgroundColor:"border.main"}})]}),Cn.jsx(Qm,{show:E,onClick:()=>A((e=>!e))})]})})]}),Cn.jsx("tr",{children:Cn.jsx(i,{component:"td",colSpan:5,sx:{p:"0 !important",backgroundColor:"transparent !important"},children:Cn.jsx(hf,{showFold:E,data:e})})})]})}function gf({account:t,type:n}){const{isMobile:o}=ld(),r=function({account:e,limit:t=5,type:n}){var i;const{tokenList:o}=ds(),r=Kl().getInfiniteQuery(ye.graphql.cross_chain_swap_zetachain_orderList,"page",{where:{user:e,pageSize:t,type:n}}),a=Qe(Object.assign(Object.assign({},r),{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}})),s=Z((()=>{var e,t,n,i;return null!==(i=null===(n=null===(t=null===(e=a.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=o.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=o.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 Se(e.fromAmount).div(10**t.decimals).dp(t.decimals,Se.ROUND_DOWN):null,r=(null==e?void 0:e.toAmount)&&n?new Se(e.toAmount).div(10**n.decimals).dp(n.decimals,Se.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:r,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:us({omniPlan:null==e?void 0:e.omniPlan,tokenList:o})},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&&r&&t?r.div(i).dp(t.decimals,Se.ROUND_DOWN).toString():null,toTokenPrice:i&&r&&n?i.div(r).dp(n.decimals,Se.ROUND_DOWN).toString():null}})))&&void 0!==i?i:[]}),[null===(i=a.data)||void 0===i?void 0:i.pages,o]);return Object.assign(Object.assign({},a),{orderList:s})}({account:t,limit:o?10:5,type:n}),a="error_refund"===n;return Cn.jsx(Ym,{isMobile:o,empty:!r.orderList.length,loading:r.isLoading,children:o?Cn.jsxs(i,{sx:{pt:12,px:16,display:"flex",flexDirection:"column",gap:8},children:[r.orderList.map((e=>Cn.jsx(mf,{data:e,isMobile:o,isErrorRefund:a,refetch:r.refetch},e.hash))),Cn.jsx(eg,{loading:r.isFetchingNextPage,onClick:r.fetchNextPage,hasMore:r.hasNextPage,height:68})]}):Cn.jsx(Cn.Fragment,{children:Cn.jsxs(tg,{loadMoreLoading:r.isFetchingNextPage,loadMore:r.fetchNextPage,hasMore:r.hasNextPage,children:[Cn.jsx("thead",{children:Cn.jsxs("tr",{children:[Cn.jsx("th",{children:Cn.jsx(i,{sx:{display:"flex",alignItems:"center",gap:8},children:Cn.jsx(e,{id:"4fL/V7",message:"Pay"})})}),Cn.jsx("th",{children:Cn.jsx(e,{id:"lDgVWA",message:"Receive"})}),Cn.jsx("th",{children:Cn.jsx(e,{id:"uAQUqI",message:"Status"})}),a?Cn.jsx("th",{children:Cn.jsx(e,{id:"rzh/Z8",message:"Claim refunds"})}):Cn.jsx("th",{children:Cn.jsx(e,{id:"fqDzSu",message:"Rate"})}),Cn.jsx(i,{component:"th",sx:{width:140,textAlign:"right !important"},children:Cn.jsx(e,{id:"URmyfc",message:"Details"})})]})}),Cn.jsx("tbody",{children:r.orderList.map((e=>Cn.jsx(mf,{data:e,isMobile:o,isErrorRefund:a,refetch:r.refetch},e.hash)))})]})})})}function ff({account:e,limit:t=5}){var n,i,o,r;const a=void 0,s=Kl().getInfiniteQuery(ye.graphql.cross_chain_swap_zetachain_swapOrderList,"page",{where:{userAddress:null==e?void 0:e.toLowerCase(),pageSize:t}}),l=Qe(Object.assign(Object.assign({},s),{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}})),d=null!==(r=null===(o=null===(i=null===(n=l.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,s,l,d,c,u,p,h,m,g,f,x,y,v,b;let j="";const C=null!==(i=null===(n=null==t?void 0:t.extra)||void 0===n?void 0:n.safeTxHash)&&void 0!==i?i:void 0;return C&&a&&e&&(j=a(C,null==t?void 0:t.chainId,e)),{hash:null!==(o=null==t?void 0:t.hash)&&void 0!==o?o:"",fromToken:Zl({address:null!==(r=null==t?void 0:t.fromTokenAddress)&&void 0!==r?r:"",decimals:null==t?void 0:t.fromTokenDecimals,symbol:null!==(s=null==t?void 0:t.fromTokenSymbol)&&void 0!==s?s:"",name:null!==(l=null==t?void 0:t.fromTokenSymbol)&&void 0!==l?l:""},null==t?void 0:t.chainId),toToken:Zl({address:null!==(d=null==t?void 0:t.toTokenAddress)&&void 0!==d?d:"",decimals:null==t?void 0:t.toTokenDecimals,symbol:null!==(c=null==t?void 0:t.toTokenSymbol)&&void 0!==c?c:"",name:null!==(u=null==t?void 0:t.toTokenSymbol)&&void 0!==u?u:""},null==t?void 0:t.chainId),fromAmount:(null==t?void 0:t.fromAmount)&&String(t.fromTokenDecimals)?new Se(t.fromAmount).div(10**t.fromTokenDecimals):null,toAmount:null!==(p=null==t?void 0:t.toAmount)&&void 0!==p?p:"",minAmount:null!==(h=null==t?void 0:t.minAmount)&&void 0!==h?h:"",fromTokenPrice:null!==(m=null==t?void 0:t.fromTokenPrice)&&void 0!==m?m:"",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!==(y=null===(x=null==t?void 0:t.extra)||void 0===x?void 0:x.routeData)&&void 0!==y?y:"",safeTxHash:C,safeTxUrl:j,status:null!==(v=null==t?void 0:t.status)&&void 0!==v?v:"",transactionHash:null===(b=null==t?void 0:t.extra)||void 0===b?void 0:b.transactionHash}})))&&void 0!==r?r:[];return Object.assign(Object.assign({},l),{orderList:d})}var xf,yf;function vf({showFold:t,isMobile:n,data:o}){const r=a(),{routeData:s}=Sm({rawRouteData:o.routeData,chainId:o.fromToken.chainId}),l=Z((()=>o.fromTokenPrice?new Se(o.fromTokenPrice):new Se(0)),[o.fromTokenPrice]);return Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:24,p:t?16:0,borderBottomLeftRadius:8,borderBottomRightRadius:8,background:`linear-gradient(0deg, ${r.palette.background.skeleton} 0%, ${r.palette.background.skeleton} 100%), ${r.palette.background.paper}`,maxHeight:t?400:0,transition:"all 300ms",overflow:"hidden",[r.breakpoints.up("tablet")]:{marginTop:"-4px",marginBottom:"4px"}},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",typography:"h6",color:r.palette.text.secondary},children:[Cn.jsx(e,{id:"URmyfc",message:"Details"}),n&&Cn.jsxs(i,{children:["Rate: 1 ",o.fromToken.symbol,"=",l&&l.isFinite()?ms({input:l,decimals:o.toToken.decimals}):"-"," ",o.toToken.symbol]})]}),n?Cn.jsx(Ec,{routeData:s,fromTokenRaw:o.fromToken,toTokenRaw:o.toToken}):Cn.jsx(Ac,{routeData:s,fromTokenRaw:o.fromToken,toTokenRaw:o.toToken})]})}function bf({data:e,isMobile:t}){var n,o,r,s,l,d;const c=a(),[u,p]=W.useState(!1),{statusText:h,statusColor:m,statusAlphaColor:g}=function({status:e,stateTextMap:t}){let n=t?t[e]:e;const i=a();let o,r=le._({id:"yQE2r9",message:"Loading"}),s=i.palette.text.primary;switch(e){case xf.Warning:r=le._({id:"GGWsTU",message:"Canceled"}),o=.1;break;case xf.Failed:r=le._({id:"7Bj3x9",message:"Failed"}),s=i.palette.error.main;break;case xf.Success:r=le._({id:"KAbcm2",message:"Succeeded"}),s=i.palette.success.main}return{state:n,statusText:r,statusColor:s,statusAlphaColor:o}}({status:e.status}),f=Qd(new Date(e.createdAt));return t?Cn.jsxs(i,{sx:{backgroundColor:c.palette.background.paper,borderRadius:8},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",p:16,gap:16},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:8},onClick:()=>window.open(Fl(e.fromToken.chainId,e.hash,"tx"),"_blank"),children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(yc,{width:24,height:24,address:e.fromToken.address,chainId:e.fromToken.chainId}),Cn.jsx(i,{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:Cn.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"})}),Cn.jsx(yc,{width:24,height:24,address:e.toToken.address,chainId:e.toToken.chainId})]}),Cn.jsx(Xm,{isMobile:!1,statusText:h,statusColor:m,alphaColor:g})]}),Cn.jsx(i,{sx:{typography:"h6",color:c.palette.text.secondary},children:f})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:16},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:8},children:[Cn.jsx(Km,{token:e.fromToken,amount:e.fromAmount,canAddMetamask:!1,title:"Pay"}),Cn.jsx(Km,{token:e.toToken,amount:e.toAmount,canAddMetamask:null!==(o=null===(n=Wa.get(e.fromToken.chainId))||void 0===n?void 0:n.isEVMChain)&&void 0!==o&&o,title:"Receive"})]}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",p:2,borderRadius:8,border:`1px solid ${c.palette.border.main}`},children:Cn.jsx(Qm,{show:u,onClick:()=>p((e=>!e)),sx:{color:"text.secondary"}})})]})]}),Cn.jsx(vf,{showFold:u,data:e,isMobile:!0})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("tr",{children:[Cn.jsx(i,{component:"td",sx:{borderTopLeftRadius:8,borderBottomLeftRadius:u?0:8},children:Cn.jsx(Jm,{token:e.fromToken,amount:null!==(r=e.fromAmount)&&void 0!==r?r:"",showChain:!0})}),Cn.jsx("td",{children:Cn.jsx(Jm,{token:e.toToken,amount:null!==(s=e.toAmount)&&void 0!==s?s:"",showChain:!0,canAddMetamask:null!==(d=null===(l=Wa.get(e.toToken.chainId))||void 0===l?void 0:l.isEVMChain)&&void 0!==d&&d})}),Cn.jsx("td",{children:Cn.jsx(Xm,{isMobile:t,statusText:h,statusColor:m,alphaColor:g,time:f})}),Cn.jsx("td",{children:Cn.jsx(pf,{fromToken:e.fromToken,toToken:e.toToken,fromTokenPrice:e.fromTokenPrice,toTokenPrice:e.toTokenPrice})}),Cn.jsx(i,{component:"td",sx:{borderTopRightRadius:8,borderBottomRightRadius:u?0:8},children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(i,{component:"a",href:Fl(e.fromToken.chainId,e.hash,"tx"),target:"_blank",rel:"noopener noreferrer",sx:{p:3,color:"primary.main",display:"flex",alignItems:"center",justifyContent:"center"},children:Cn.jsx(i,{component:Mn.ArrowTopRightBorder,sx:{width:18,height:18}})}),Cn.jsx(i,{sx:{height:16,width:"1px",backgroundColor:"border.main"}}),Cn.jsx(Qm,{show:u,onClick:()=>p((e=>!e))})]})})]}),Cn.jsx("tr",{children:Cn.jsx(i,{component:"td",colSpan:5,sx:{p:"0 !important",backgroundColor:"transparent !important"},children:Cn.jsx(vf,{showFold:u,data:e})})})]})}function jf({account:t}){const{isMobile:n}=ld(),o=ff({account:t,limit:n?10:5});return Cn.jsx(Ym,{isMobile:n,empty:!o.orderList.length,loading:o.isLoading,children:n?Cn.jsxs(i,{sx:{pt:12,px:16,display:"flex",flexDirection:"column",gap:8},children:[o.orderList.map((e=>Cn.jsx(bf,{data:e,isMobile:n},e.hash))),Cn.jsx(eg,{loading:o.isFetchingNextPage,onClick:o.fetchNextPage,hasMore:o.hasNextPage,height:68})]}):Cn.jsx(Cn.Fragment,{children:Cn.jsxs(tg,{loadMoreLoading:o.isFetchingNextPage,loadMore:o.fetchNextPage,hasMore:o.hasNextPage,children:[Cn.jsx("thead",{children:Cn.jsxs("tr",{children:[Cn.jsx("th",{children:Cn.jsx(i,{sx:{display:"flex",alignItems:"center",gap:8},children:Cn.jsx(e,{id:"4fL/V7",message:"Pay"})})}),Cn.jsx("th",{children:Cn.jsx(e,{id:"lDgVWA",message:"Receive"})}),Cn.jsx("th",{children:Cn.jsx(e,{id:"uAQUqI",message:"Status"})}),Cn.jsx("th",{children:Cn.jsx(e,{id:"fqDzSu",message:"Rate"})}),Cn.jsx(i,{component:"th",sx:{width:140},children:Cn.jsx(e,{id:"URmyfc",message:"Details"})})]})}),Cn.jsx("tbody",{children:o.orderList.map((e=>Cn.jsx(bf,{data:e,isMobile:n},e.hash)))})]})})})}function Cf(e){var{sx:t}=e,n=hn(e,["sx"]);return Cn.jsx(L,{...n,sx:Object.assign(Object.assign({},t),{display:"flex",flexDirection:"column",overflow:"hidden"})})}function wf(){const e=a(),{isMobile:t}=ld(),n=G(null),{evmAccount:o,solanaAccount:r,bitcoinAccount:s}=$l(),[l,d]=z(yf.sameChain),[c,u]=z(),p=Z((()=>[{key:yf.sameChain,value:"Same chain Swaps"},{key:yf.crossChain,value:"Cross Chain Swaps"},{key:yf.errorRefunds,value:"Error Refunds"}]),[]),h=Z((()=>{var e,t,n;const i=[];if(o.isConnected&&o.address){const t=null===(e=Wa.entries().find((([e,t])=>t.isEVMChain)))||void 0===e?void 0:e[1];t&&i.push({account:ll(o.address),firstChain:t})}if(r.isConnected&&r.address){const e=null===(t=Wa.entries().find((([e,t])=>t.isSolanaChain)))||void 0===t?void 0:t[1];e&&i.push({account:r.address,firstChain:e})}if(s.isConnected&&s.address){const e=null===(n=Wa.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,o.address,o.isConnected,r.address,r.isConnected]);Y((()=>{u((()=>{if(h.length>0)return h[0].account}))}),[h]);return Cn.jsxs(A,{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:t?void 0:"gradient-card-border",children:[Cn.jsx(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"flex-start",px:16,pt:20,[e.breakpoints.up("laptop")]:{px:24}},children:Cn.jsx(D,{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}}})}),Cn.jsx(i,{ref:n,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(((t,o)=>{const r=c===t.account,a=o===h.length-1,s=0===o;return Cn.jsxs(i,{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(e.palette.success.main,.1),color:"success.main"}),{"&:hover":{backgroundColor:r?T(e.palette.success.main,.1):e.palette.background.paperDarkContrast}}),onClick:()=>((e,t,i)=>{u(e),n.current&&(t?n.current.scrollTo({left:n.current.scrollWidth,behavior:"smooth"}):i&&n.current.scrollTo({left:0,behavior:"smooth"}))})(t.account,a,s),children:[t.firstChain&&Cn.jsx(i,{component:t.firstChain.logo,sx:{width:16,height:16}}),"(",Ul(t.firstChain.chainId),")",Nl(t.account)]},t.account)}))}),c?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Cf,{value:yf.sameChain,sx:{display:"flex",flexDirection:"column",overflow:"hidden"},children:Cn.jsx(jf,{account:c})}),Cn.jsx(Cf,{value:yf.crossChain,sx:{display:"flex",flexDirection:"column",overflow:"hidden"},children:Cn.jsx(gf,{account:c})}),Cn.jsx(Cf,{value:yf.errorRefunds,sx:{display:"flex",flexDirection:"column",overflow:"hidden"},children:Cn.jsx(gf,{account:c,type:"error_refund"})})]}):Cn.jsx(Ym,{isMobile:t,empty:!0,loading:!1})]})}!function(e){e.Running="pending",e.Success="success",e.Failed="failed",e.Warning="reset"}(xf||(xf={})),function(e){e.sameChain="same-chain",e.crossChain="cross-chain",e.errorRefunds="error-refunds"}(yf||(yf={}));const kf="widget-module-container",Tf=W.forwardRef((function(e,t){var{sx:n}=e,o=hn(e,["sx"]);const{isMobile:r}=ld();return Cn.jsx(i,{className:kf,ref:t,sx:Object.assign(Object.assign({flex:1,backgroundColor:"transparent"},r?{padding:0,height:"100%",width:"100%",overflowX:"hidden"}:{padding:0,height:"auto"}),n),...o})}));var Ef;!function(e){e.Pool="pool",e.PoolDetail="poolDetail",e.CreatePool="createPool",e.ModifyPool="modifyPool",e.MiningList="miningList",e.MiningDetail="miningDetail",e.createPoolAMMV2="createPoolAMMV2",e.createPoolAMMV3="createPoolAMMV3"}(Ef||(Ef={}));const Af=Xe(((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:Ef.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 If({title:e,descList:t,linkTo:n,sx:o}){const r=a();return Cn.jsxs(i,{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:[Cn.jsx(i,{sx:{color:r.palette.text.primary,typography:"body1",fontWeight:500,lineHeight:"24px"},children:e}),Cn.jsx(i,{sx:{display:"flex",alignItems:"stretch",gap:24},children:t.map(((e,t)=>Cn.jsxs(i,{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:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(i,{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:t+1}),Cn.jsx(i,{sx:{color:r.palette.text.primary,typography:"body2",fontWeight:500,lineHeight:"24px"},children:e.title})]}),Cn.jsx(i,{sx:{color:r.palette.text.secondary,typography:"h6",fontWeight:500,lineHeight:"18px"},children:e.desc})]},t)))}),Cn.jsx(i,{component:"a",href:n,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 Sf=[{value:0,label:"0%"},{value:25,label:"25%"},{value:50,label:"50%"},{value:75,label:"75%"},{value:100,label:"100%"}];function Lf({disabled:e,value:t,onChange:n,sx:o}){return Cn.jsxs(i,{sx:Object.assign({p:20,backgroundColor:"background.cardInput",borderRadius:12},o),children:[Cn.jsx(um,{value:String(t),onChange:e=>n(+e),readOnly:!0,readonlyShowSuffix:!0,suffix:Cn.jsx(i,{sx:{typography:"h2"},children:"%"}),sx:{mt:12,backgroundColor:"background.cardInput","& input":{pl:0,typography:"h1"}}}),Cn.jsx(i,{sx:{mt:20},children:Cn.jsx(w,{marks:Sf,step:1,disabled:e,value:t,onChange:(e,t)=>n(t)})})]})}function Of({active:t,sx:n,onClick:o}){const r=a(),s="light"===r.palette.mode;let l=r.palette.primary.main,c="transparent";return t&&(l=r.palette.primary.contrastText,c=T(r.palette.primary.main,.8)),Cn.jsx(i,{component:d,sx:Object.assign({typography:"body2",p:t?r.spacing(8,20,9):r.spacing(7,19,8),minWidth:79,border:t?void 0:`1px solid ${l}`,color:l,backgroundColor:c,borderRadius:8,fontWeight:600,"&:hover":{color:t?r.palette.primary.contrastText:r.palette.primary.main,backgroundColor:t?r.palette.primary.main:s?"rgba(26, 26, 27, 0.04)":"rgba(241, 249, 2, 0.08)"}},n),onClick:o,children:Cn.jsx(e,{id:"R9Khdg",message:"Auto"})})}const Rf="auto",_f="0.1",Mf="0.5",Pf="0.5",Bf=.01,Df=({address:e,type:t})=>{const[n,i]=z(Rf),o=Z((()=>n===Rf?"AMMV3"===t?new Se(Pf).div(100).toNumber():"AMMV2"===t?new Se(Mf).div(100).toNumber():new Se(_f).div(100).toNumber():n),[n,t]);return{slipper:n,setSlipper:i,slipperValue:o,resetSlipper:()=>{i(Rf)}}};function Nf({type:t,disabled:n,value:o,onChange:r,sx:s}){const d=a(),c=o===Rf,[u,p]=z(c?"":new Se(o).times(100).toNumber()),h="AMMV3"==t?Pf:"AMMV2"==t?Mf:_f;return Cn.jsx(l,{disabled:n,onlyClick:!0,title:Cn.jsxs(i,{sx:{backgroundColor:d.palette.background.paper,padding:d.spacing(12,20),borderRadius:8,width:318,maxWidth:"90vw",boxSizing:"border-box"},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",typography:"body2"},children:[Cn.jsx("span",{children:Cn.jsx(e,{id:"lqTDfd",message:"Slippage Tolerance"})}),Cn.jsxs("span",{children:[c?h:o&&new Se(o).times(100).toNumber(),"%"]})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",margin:d.spacing(16,0,0,0)},children:[Cn.jsx(Of,{sx:{borderRadius:8,whiteSpace:"nowrap"},onClick:()=>{p(""),r(Rf)},active:c}),Cn.jsx(b,{placeholder:String(h),value:u,onChange:e=>{const{value:t}=e.target;p(t),r(t?new Se(t).div(100).toNumber():Rf)},onBlur:()=>{(!c&&new Se(o).gt(.1)||new Se(o).lte(0))&&(p(10),r(.1))},suffix:Cn.jsx(i,{sx:{mr:16},children:"%"}),sx:{ml:8,"& input":{px:16,py:0,height:"39px"}}})]})]}),sx:{p:0},arrow:!1,placement:"bottom-end",children:Cn.jsx(M,{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"},s),children:Cn.jsx(i,{component:Mn.Setting,sx:{width:18,height:18,"& path:last-child":{fill:d.palette.text.primary}}})})})}const Ff=50;var qf,Uf,Vf;function Hf(t){var n,i,o,{chainId:r,includeButton:a}=t,s=hn(t,["chainId","includeButton"]);const{chainId:l,getAppKitAccountByChainId:d,open:u}=$l(),[p,h]=W.useState(!1),m=$m(r),g=void 0!==l&&void 0!==r&&l!==r,f=d(r);return!(null==f?void 0:f.appKitAccount.address)||p||void 0===l||r&&r!==l?Cn.jsx(Cn.Fragment,{children:Cn.jsx(c,{...s,isLoading:p,onClick:()=>mn(this,void 0,void 0,(function*(){if(g)return m?(h(!0),yield m(),void h(!1)):void 0;h(!0),u({namespace:null==f?void 0:f.namespace}),h(!1)})),children:p?Cn.jsx(e,{id:"J28zul",message:"Connecting..."}):g&&r?le._({id:"1+P9RR",message:"Switch to {0}",values:{0:null!==(o=null===(i=Wa.get(r))||void 0===i?void 0:i.name)&&void 0!==o?o:"unknown"}}):Cn.jsx(e,{id:"r7ScnQ",message:"Connect to a wallet"})})}):a?Cn.jsx(Cn.Fragment,{children:null!==(n=s.children)&&void 0!==n?n:null}):Cn.jsx(c,{...s})}!function(e){e[e.quantity=1]="quantity",e[e.percentage=2]="percentage"}(qf||(qf={})),function(e){e.CURRENCY_A="CURRENCY_A",e.CURRENCY_B="CURRENCY_B"}(Uf||(Uf={})),function(e){e.LOWER="LOWER",e.UPPER="UPPER"}(Vf||(Vf={}));const Wf={xs:"4px",sm:"8px",md:"12px",lg:"24px",xl:"32px"},Zf=({children:e,sx:t})=>(a(),Cn.jsx(i,{sx:Object.assign({display:"flex",flexDirection:"column",gap:20,px:20,py:20,borderRadius:12},t),children:e})),$f=({children:e,sx:t})=>{const n=a();return Cn.jsx(Zf,{sx:Object.assign(Object.assign({},t),{backgroundColor:n.palette.background.paperContrast}),children:e})},zf=({children:e})=>{const t=a();return Cn.jsxs(i,{sx:{p:8,borderRadius:8,backgroundColor:T(t.palette.warning.main,.1),display:"flex",alignItems:"center",gap:8},children:[Cn.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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:t.palette.warning.main})}),Cn.jsx(i,{sx:{typography:"h6",color:t.palette.warning.main,textAlign:"left"},children:e})]})};function Gf({gap:e,flex:t,children:n,style:o}){return Cn.jsx(i,{sx:Object.assign(Object.assign(Object.assign({display:"flex",flexDirection:"column",justifyContent:"flex-start",gap:e&&Wf[e]||e},t&&{flex:t}),{width:"100%",alignItems:"center"}),o),children:n})}function Yf({gap:e,justify:t,grow:n,children:o,style:r}){return Cn.jsx(i,{sx:Object.assign({display:"grid",gridAutoRows:"auto",gridRowGap:e&&Wf[e]||e,justifyItems:t,flexGrow:n&&1},r),children:o})}function Qf({gap:e,children:t,sx:n}){return Cn.jsx(i,{sx:Object.assign({width:"100%",display:"flex",padding:0,alignItems:"center",justifyContent:"flex-start",gap:e&&Wf[e]||e},n),children:t})}function Xf({children:e,style:t}){return Cn.jsx(Qf,{sx:Object.assign({justifyContent:"space-between"},t),children:e})}function Kf({gap:e,justify:t,children:n,sx:i}){return Cn.jsx(Qf,{sx:Object.assign({position:"relative",width:"fit-content",margin:`-${e}`},i),children:n})}function Jf({children:e,disabled:t,sx:n}){return Cn.jsx(Qf,{sx:Object.assign({display:"flex",flexDirection:"column",alignItems:"stretch",gap:12,opacity:t?.2:1,pointerEvents:t?"none":"auto"},n),children:e})}const ex=({chainId:t,approvalA:n,approvalB:o,parsedAmounts:r,isValid:a,depositADisabled:s,depositBDisabled:l,errorMessage:d,setShowConfirm:u})=>{var p,h;const m=n.needApprove&&!!r[Uf.CURRENCY_A]||n.isApproving,g=o.needApprove&&!!r[Uf.CURRENCY_B]||o.isApproving;return Cn.jsx(Hf,{includeButton:!0,fullWidth:!0,chainId:t,children:Cn.jsxs(Yf,{gap:"md",style:{width:"100%"},children:[(m||g)&&a&&Cn.jsxs(i,{sx:{width:"100%",display:"flex",padding:0,alignItems:"center",justifyContent:"space-between",gap:8},children:[m&&Cn.jsx(c,{size:c.Size.big,isLoading:n.isApproving,onClick:n.submitApprove,disabled:n.insufficientBalance,width:g?"50%":"100%",children:n.isApproving?Cn.jsx(e,{id:"DTFrUE",message:"Approving {0}...",values:{0:null===(p=n.token)||void 0===p?void 0:p.symbol}}):n.approveTitle}),g&&Cn.jsx(c,{size:c.Size.big,isLoading:o.isApproving,onClick:o.submitApprove,disabled:o.insufficientBalance,width:m?"50%":"100%",children:o.isApproving?Cn.jsx(e,{id:"DTFrUE",message:"Approving {0}...",values:{0:null===(h=o.token)||void 0===h?void 0:h.symbol}}):o.approveTitle})]}),Cn.jsx(c,{fullWidth:!0,size:c.Size.big,onClick:()=>{u(!0)},disabled:!a||n.needApprove&&!s||o.needApprove&&!l,danger:!a&&!!r[Uf.CURRENCY_A]&&!!r[Uf.CURRENCY_B],children:d||le._({id:"rdUucN",message:"Preview"})})]})})},tx=({chainId:e,disabled:t,isLoading:n,onConfirm:i})=>Cn.jsx(Hf,{includeButton:!0,fullWidth:!0,chainId:e,children:Cn.jsx(c,{fullWidth:!0,size:c.Size.big,onClick:i,disabled:t,isLoading:n,children:le._({id:"h5pjuM",message:"Collect fees"})})});function nx(e){const t=G();return Y((()=>{t.current=e})),t.current}const ix=[.25,.5,.75,1];function ox({currentValue:e,onClick:t,sx:n}){const o=a(),r="light"===o.palette.mode,{isMobile:s}=ld(),[l,c]=z(null),u=G(0);Y((()=>{e?(u.current+=1,u.current>=2&&(c(null),u.current=0)):c(null)}),[e]);const p=nx(e);return Y((()=>{p===e&&1===l&&(u.current=1)}),[e,p,l]),Cn.jsx(i,{sx:Object.assign({display:"grid",gap:s?10:14,gridTemplateColumns:`repeat(${ix.length}, 1fr)`},n),children:ix.map((e=>{const n=e===l;return Cn.jsxs(d,{sx:{typography:"h6",borderRadius:4,padding:o.spacing(4,0),width:"100%",color:"text.secondary",backgroundColor:"background.paperDarkContrast","&:hover":{color:o.palette.text.primary,backgroundColor:T(o.palette.text.primary,.2)},"&.selected, &:focus":{color:"#fff",backgroundColor:r?o.palette.primary.main:T(o.palette.text.primary,.4)}},onClick:()=>{n||(u.current=0,c(e),t(e))},className:n?"selected":void 0,children:[100*e,"%"]},e)}))})}const rx=({value:t,onUserInput:n,maxAmount:o,balance:r,currency:s,locked:l})=>{var c,u;const p=a(),h=$((e=>{if(!o||!s)return;const t=o.toExact().multipliedBy(e).dp(s.decimals).toString();n(t)}),[s,o,n]),m=Z((()=>r?ms({input:r.toExact(),decimals:null==s?void 0:s.decimals}):"-"),[null==s?void 0:s.decimals,r]);return Cn.jsxs(i,{sx:{pt:20,pb:20,px:20,borderRadius:16,backgroundColor:p.palette.background.cardInput},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:4},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,color:p.palette.text.primary,typography:"h5"},children:[(null==s?void 0:s.address)&&Cn.jsx(yc,{address:null!==(c=null==s?void 0:s.address)&&void 0!==c?c:"",chainId:null==s?void 0:s.chainId,noShowChain:!0,width:24,height:24,marginRight:0}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},children:(null==s?void 0:s.address)?Cn.jsx(i,{children:null!==(u=null==s?void 0:s.symbol)&&void 0!==u?u:"-"}):Cn.jsx(e,{id:"sIPJGT",message:"SELECT TOKEN"})})]}),Cn.jsxs(i,{component:d,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:[Cn.jsxs(i,{sx:{wordBreak:"keep-all"},children:[le._({id:"fsBGk0",message:"Balance"}),": "]}),Cn.jsx(i,{sx:{wordBreak:"break-all",textAlign:"right",display:"flex",alignItems:"center"},children:m})]})]}),Cn.jsx(um,{sx:{mt:4,backgroundColor:p.palette.background.cardInput},suffix:void 0,value:t,onChange:n,readOnly:l,withClear:!l}),l?null:Cn.jsx(ox,{sx:{mt:20,mb:0},onClick:h,currentValue:t})]})},ax={},sx={};var lx,dx;Object.values(de).filter((e=>"number"==typeof e)).map((e=>{const t=nt(e),n=it(e);t&&(ax[e]=t),n&&(sx[e]=n)})),de.MAINNET,de.ARBITRUM_ONE,de.SEPOLIA,de.TAIKO,function(e){e[e.EXACT_INPUT=0]="EXACT_INPUT",e[e.EXACT_OUTPUT=1]="EXACT_OUTPUT"}(lx||(lx={})),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"}(dx||(dx={}));const cx=Gt.BigInt("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"),ux={[dx.ROUND_DOWN]:Se.ROUND_DOWN,[dx.ROUND_HALF_UP]:Se.ROUND_HALF_UP,[dx.ROUND_UP]:Se.ROUND_UP},px={[dx.ROUND_DOWN]:Se.ROUND_DOWN,[dx.ROUND_HALF_UP]:Se.ROUND_HALF_UP,[dx.ROUND_UP]:Se.ROUND_UP};class hx{constructor(e,t=Gt.BigInt(1)){this.numerator=Gt.BigInt(e),this.denominator=Gt.BigInt(t)}static tryParseFraction(e){if(e instanceof Gt||"number"==typeof e||"string"==typeof e)return new hx(e);if("numerator"in e&&"denominator"in e)return e;throw new Error("Could not parse fraction")}get quotient(){return Gt.divide(this.numerator,this.denominator)}get remainder(){return new hx(Gt.remainder(this.numerator,this.denominator),this.denominator)}invert(){return new hx(this.denominator,this.numerator)}add(e){const t=hx.tryParseFraction(e);return Gt.equal(this.denominator,t.denominator)?new hx(Gt.add(this.numerator,t.numerator),this.denominator):new hx(Gt.add(Gt.multiply(this.numerator,t.denominator),Gt.multiply(t.numerator,this.denominator)),Gt.multiply(this.denominator,t.denominator))}subtract(e){const t=hx.tryParseFraction(e);return Gt.equal(this.denominator,t.denominator)?new hx(Gt.subtract(this.numerator,t.numerator),this.denominator):new hx(Gt.subtract(Gt.multiply(this.numerator,t.denominator),Gt.multiply(t.numerator,this.denominator)),Gt.multiply(this.denominator,t.denominator))}lessThan(e){const t=hx.tryParseFraction(e);return Gt.lessThan(Gt.multiply(this.numerator,t.denominator),Gt.multiply(t.numerator,this.denominator))}equalTo(e){const t=hx.tryParseFraction(e);return Gt.equal(Gt.multiply(this.numerator,t.denominator),Gt.multiply(t.numerator,this.denominator))}greaterThan(e){const t=hx.tryParseFraction(e);return Gt.greaterThan(Gt.multiply(this.numerator,t.denominator),Gt.multiply(t.numerator,this.denominator))}multiply(e){const t=hx.tryParseFraction(e);return new hx(Gt.multiply(this.numerator,t.numerator),Gt.multiply(this.denominator,t.denominator))}divide(e){const t=hx.tryParseFraction(e);return new hx(Gt.multiply(this.numerator,t.denominator),Gt.multiply(this.denominator,t.numerator))}toSignificant(e,t={decimalSeparator:".",groupSeparator:"",groupSize:3,secondaryGroupSize:0,fractionGroupSeparator:"",fractionGroupSize:0},n=dx.ROUND_HALF_UP){Yt(Number.isInteger(e),`${e} is not an integer.`),Yt(e>0,`${e} is not positive.`);const i=ux[n],o=new Se(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=dx.ROUND_HALF_UP){Yt(Number.isInteger(e),`${e} is not an integer.`),Yt(e>=0,`${e} is negative.`);const i=px[n];return new Se(this.numerator.toString()).decimalPlaces(e,i).div(this.denominator.toString()).toFormat(e,i,t)}get asFraction(){return new hx(this.numerator,this.denominator)}}class mx extends hx{static fromRawAmount(e,t){return new mx(e,t)}static fromFractionalAmount(e,t,n){return new mx(e,t,n)}constructor(e,t,n){super(t,n),Yt(Gt.lessThanOrEqual(this.quotient,cx),"AMOUNT"),this.currency=e,this.decimalScale=Gt.exponentiate(Gt.BigInt(10),Gt.BigInt(e.decimals))}add(e){Yt(this.currency.equals(e.currency),"CURRENCY");const t=super.add(e);return mx.fromFractionalAmount(this.currency,t.numerator,t.denominator)}subtract(e){Yt(this.currency.equals(e.currency),"CURRENCY");const t=super.subtract(e);return mx.fromFractionalAmount(this.currency,t.numerator,t.denominator)}multiply(e){const t=super.multiply(e);return mx.fromFractionalAmount(this.currency,t.numerator,t.denominator)}divide(e){const t=super.divide(e);return mx.fromFractionalAmount(this.currency,t.numerator,t.denominator)}toSignificant(e=6,t,n=dx.ROUND_DOWN){return super.divide(this.decimalScale).toSignificant(e,t,n)}toFixed(e=this.currency.decimals,t,n=dx.ROUND_DOWN){return Yt(e<=this.currency.decimals,"DECIMALS"),super.divide(this.decimalScale).toFixed(e,t,n)}toExact(){return new Se(this.quotient.toString()).div(this.decimalScale.toString())}get wrapped(){return this.currency.isToken?this:mx.fromFractionalAmount(this.currency.wrapped,this.numerator,this.denominator)}}const gx=new hx(Gt.BigInt(100));function fx(e){return new xx(e.numerator,e.denominator)}class xx extends hx{constructor(){super(...arguments),this.isPercent=!0}add(e){return fx(super.add(e))}subtract(e){return fx(super.subtract(e))}multiply(e){return fx(super.multiply(e))}divide(e){return fx(super.divide(e))}toSignificant(e=5,t,n){return super.multiply(gx).toSignificant(e,t,n)}toFixed(e=2,t,n){return super.multiply(gx).toFixed(e,t,n)}}class yx extends hx{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 hx(Gt.exponentiate(Gt.BigInt(10),Gt.BigInt(t.decimals)),Gt.exponentiate(Gt.BigInt(10),Gt.BigInt(n.decimals)))}invert(){return new yx(this.quoteCurrency,this.baseCurrency,this.numerator,this.denominator)}multiply(e){Yt(this.quoteCurrency.equals(e.baseCurrency),"TOKEN");const t=super.multiply(e);return new yx(this.baseCurrency,e.quoteCurrency,t.denominator,t.numerator)}quote(e){Yt(e.currency.equals(this.baseCurrency),"TOKEN");const t=super.multiply(e);return mx.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 vx{constructor(e,t,n,i){Yt(Number.isSafeInteger(e),"CHAIN_ID"),Yt(t>=0&&t<255&&Number.isInteger(t),"DECIMALS"),this.chainId=e,this.decimals=t,this.symbol=n,this.name=i}}function bx(e){try{return ll(e)}catch(t){throw new Error(`${e} is not a valid address.`)}}const jx=/^0x[0-9a-fA-F]{40}$/;class Cx extends vx{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(jx.test(e))return e;throw new Error(`${e} is not a valid address.`)}(t):bx(t),a&&Yt(a.gte(wt.from(0)),"NON-NEGATIVE FOT FEES"),s&&Yt(s.gte(wt.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 Yt(this.chainId===e.chainId,"CHAIN_IDS"),Yt(this.address.toLowerCase()!==e.address.toLowerCase(),"ADDRESSES"),this.address.toLowerCase()<e.address.toLowerCase()}get wrapped(){return this}}const wx=Gt.BigInt(Number.MAX_SAFE_INTEGER),kx=Gt.BigInt(0),Tx=Gt.BigInt(1),Ex=Gt.BigInt(2);const Ax=Gt.BigInt(0),Ix=1e4;new xx(Gt.BigInt(1),Ix),new xx(1,100),new xx(3,100),new xx(5,100),new xx(10,100),new xx(15,100);const Sx=new xx(0);new xx(1);const Lx="0x5ccd5621c1bb9e44ce98cef8b90d31eb2423dec3793b6239232cefae976936ea";var Ox;!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"}(Ox||(Ox={}));const Rx={[Ox.LOWEST]:1,[Ox.LOW_200]:4,[Ox.LOW_300]:6,[Ox.LOW_400]:8,[Ox.LOW]:10,[Ox.MEDIUM]:60,[Ox.HIGH]:200},_x=Gt.BigInt(-1),Mx=Gt.BigInt(0),Px=Gt.BigInt(1),Bx=Gt.exponentiate(Gt.BigInt(2),Gt.BigInt(96)),Dx=Gt.exponentiate(Bx,Gt.BigInt(2));function Nx({factoryAddress:e,tokenA:t,tokenB:n,fee:i,initCodeHashManualOverride:o,chainId:r}){const[a,s]=t.sortsBefore(n)?[t,n]:[n,t],l=Il(["bytes"],[tf.encode(["address","address","uint24"],[a.address,s.address,i])]),d=null!=o?o:function(e){switch(e){case de.TAIKO:case de.ZETACHAIN:case de.ZETACHAIN_TESTNET:return"0x5ccd5621c1bb9e44ce98cef8b90d31eb2423dec3793b6239232cefae976936ea";case de.SEPOLIA:return"0x4509fa1e2d1989ac1632a56fe87c53e8d1e9d05847694e00f62b23e28cec98c4";default:return Lx}}(r);return dl(e,l,d)}const Fx=Gt.BigInt(2),qx=[128,64,32,16,8,4,2,1].map((e=>[e,Gt.exponentiate(Fx,Gt.BigInt(e))]));function Ux(e,t){return Gt.signedRightShift(Gt.multiply(e,Gt.BigInt(t)),Gt.BigInt(128))}const Vx=Gt.exponentiate(Gt.BigInt(2),Gt.BigInt(32));class Hx{constructor(){}static getSqrtRatioAtTick(e){Yt(e>=Hx.MIN_TICK&&e<=Hx.MAX_TICK&&Number.isInteger(e),"TICK");const t=e<0?-1*e:e;let n=1&t?Gt.BigInt("0xfffcb933bd6fad37aa2d162d1a594001"):Gt.BigInt("0x100000000000000000000000000000000");return 2&t&&(n=Ux(n,"0xfff97272373d413259a46990580e213a")),4&t&&(n=Ux(n,"0xfff2e50f5f656932ef12357cf3c7fdcc")),8&t&&(n=Ux(n,"0xffe5caca7e10e4e61c3624eaa0941cd0")),16&t&&(n=Ux(n,"0xffcb9843d60f6159c9db58835c926644")),32&t&&(n=Ux(n,"0xff973b41fa98c081472e6896dfb254c0")),64&t&&(n=Ux(n,"0xff2ea16466c96a3843ec78b326b52861")),128&t&&(n=Ux(n,"0xfe5dee046a99a2a811c461f1969c3053")),256&t&&(n=Ux(n,"0xfcbe86c7900a88aedcffc83b479aa3a4")),512&t&&(n=Ux(n,"0xf987a7253ac413176f2b074cf7815e54")),1024&t&&(n=Ux(n,"0xf3392b0822b70005940c7a398e4b70f3")),2048&t&&(n=Ux(n,"0xe7159475a2c29b7443b29c7fa6e889d9")),4096&t&&(n=Ux(n,"0xd097f3bdfd2022b8845ad8f792aa5825")),8192&t&&(n=Ux(n,"0xa9f746462d870fdf8a65dc1f90e061e5")),16384&t&&(n=Ux(n,"0x70d869a156d2a1b890bb3df62baf32f7")),32768&t&&(n=Ux(n,"0x31be135f97d08fd981231505542fcfa6")),65536&t&&(n=Ux(n,"0x9aa508b5b7a84e1c677de54f3e99bc9")),131072&t&&(n=Ux(n,"0x5d6af8dedb81196699c329225ee604")),262144&t&&(n=Ux(n,"0x2216e584f5fa1ea926041bedfe98")),524288&t&&(n=Ux(n,"0x48a170391f7dc42444e8fa2")),e>0&&(n=Gt.divide(cx,n)),Gt.greaterThan(Gt.remainder(n,Vx),Mx)?Gt.add(Gt.divide(n,Vx),Px):Gt.divide(n,Vx)}static getTickAtSqrtRatio(e){Yt(Gt.greaterThanOrEqual(e,Hx.MIN_SQRT_RATIO)&&Gt.lessThan(e,Hx.MAX_SQRT_RATIO),"SQRT_RATIO");const t=Gt.leftShift(e,Gt.BigInt(32)),n=function(e){Yt(Gt.greaterThan(e,Mx),"ZERO"),Yt(Gt.lessThanOrEqual(e,cx),"MAX");let t=0;for(const[n,i]of qx)Gt.greaterThanOrEqual(e,i)&&(e=Gt.signedRightShift(e,Gt.BigInt(n)),t+=n);return t}(t);let i;i=Gt.greaterThanOrEqual(Gt.BigInt(n),Gt.BigInt(128))?Gt.signedRightShift(t,Gt.BigInt(n-127)):Gt.leftShift(t,Gt.BigInt(127-n));let o=Gt.leftShift(Gt.subtract(Gt.BigInt(n),Gt.BigInt(128)),Gt.BigInt(64));for(let e=0;e<14;e++){i=Gt.signedRightShift(Gt.multiply(i,i),Gt.BigInt(127));const t=Gt.signedRightShift(i,Gt.BigInt(128));o=Gt.bitwiseOr(o,Gt.leftShift(t,Gt.BigInt(63-e))),i=Gt.signedRightShift(i,t)}const r=Gt.multiply(o,Gt.BigInt("255738958999603826347141")),a=Gt.toNumber(Gt.signedRightShift(Gt.subtract(r,Gt.BigInt("3402992956809132418596140100660247210")),Gt.BigInt(128))),s=Gt.toNumber(Gt.signedRightShift(Gt.add(r,Gt.BigInt("291339464771989622907027621153398088495")),Gt.BigInt(128)));return a===s?a:Gt.lessThanOrEqual(Hx.getSqrtRatioAtTick(s),e)?s:a}}Hx.MIN_TICK=-887272,Hx.MAX_TICK=-Hx.MIN_TICK,Hx.MIN_SQRT_RATIO=Gt.BigInt("4295128739"),Hx.MAX_SQRT_RATIO=Gt.BigInt("1461446703485210103287273052203988822378723970342");class Wx{constructor(){}static mulDivRoundingUp(e,t,n){const i=Gt.multiply(e,t);let o=Gt.divide(i,n);return Gt.notEqual(Gt.remainder(i,n),Mx)&&(o=Gt.add(o,Px)),o}}const Zx=Gt.subtract(Gt.exponentiate(Gt.BigInt(2),Gt.BigInt(160)),Px);function $x(e,t){const n=Gt.multiply(e,t);return Gt.bitwiseAnd(n,cx)}class zx{constructor(){}static getAmount0Delta(e,t,n,i){Gt.greaterThan(e,t)&&([e,t]=[t,e]);const o=Gt.leftShift(n,Gt.BigInt(96)),r=Gt.subtract(t,e);return i?Wx.mulDivRoundingUp(Wx.mulDivRoundingUp(o,r,t),Px,e):Gt.divide(Gt.divide(Gt.multiply(o,r),t),e)}static getAmount1Delta(e,t,n,i){return Gt.greaterThan(e,t)&&([e,t]=[t,e]),i?Wx.mulDivRoundingUp(n,Gt.subtract(t,e),Bx):Gt.divide(Gt.multiply(n,Gt.subtract(t,e)),Bx)}static getNextSqrtPriceFromInput(e,t,n,i){return Yt(Gt.greaterThan(e,Mx)),Yt(Gt.greaterThan(t,Mx)),i?this.getNextSqrtPriceFromAmount0RoundingUp(e,t,n,!0):this.getNextSqrtPriceFromAmount1RoundingDown(e,t,n,!0)}static getNextSqrtPriceFromOutput(e,t,n,i){return Yt(Gt.greaterThan(e,Mx)),Yt(Gt.greaterThan(t,Mx)),i?this.getNextSqrtPriceFromAmount1RoundingDown(e,t,n,!1):this.getNextSqrtPriceFromAmount0RoundingUp(e,t,n,!1)}static getNextSqrtPriceFromAmount0RoundingUp(e,t,n,i){if(Gt.equal(n,Mx))return e;const o=Gt.leftShift(t,Gt.BigInt(96));if(i){let t=$x(n,e);if(Gt.equal(Gt.divide(t,n),e)){const n=function(e,t){const n=Gt.add(e,t);return Gt.bitwiseAnd(n,cx)}(o,t);if(Gt.greaterThanOrEqual(n,o))return Wx.mulDivRoundingUp(o,e,n)}return Wx.mulDivRoundingUp(o,Px,Gt.add(Gt.divide(o,e),n))}{let t=$x(n,e);Yt(Gt.equal(Gt.divide(t,n),e)),Yt(Gt.greaterThan(o,t));const i=Gt.subtract(o,t);return Wx.mulDivRoundingUp(o,e,i)}}static getNextSqrtPriceFromAmount1RoundingDown(e,t,n,i){if(i){const i=Gt.lessThanOrEqual(n,Zx)?Gt.divide(Gt.leftShift(n,Gt.BigInt(96)),t):Gt.divide(Gt.multiply(n,Bx),t);return Gt.add(e,i)}{const i=Wx.mulDivRoundingUp(n,Bx,t);return Yt(Gt.greaterThan(e,i)),Gt.subtract(e,i)}}}const Gx=Gt.exponentiate(Gt.BigInt(10),Gt.BigInt(6));class Yx{constructor(){}static computeSwapStep(e,t,n,i,o){const r={};o=Gt.BigInt(o);const a=Gt.greaterThanOrEqual(e,t),s=Gt.greaterThanOrEqual(i,Mx);if(s){const s=Gt.divide(Gt.multiply(i,Gt.subtract(Gx,o)),Gx);r.amountIn=a?zx.getAmount0Delta(t,e,n,!0):zx.getAmount1Delta(e,t,n,!0),Gt.greaterThanOrEqual(s,r.amountIn)?r.sqrtRatioNextX96=t:r.sqrtRatioNextX96=zx.getNextSqrtPriceFromInput(e,n,s,a)}else r.amountOut=a?zx.getAmount1Delta(t,e,n,!1):zx.getAmount0Delta(e,t,n,!1),Gt.greaterThanOrEqual(Gt.multiply(i,_x),r.amountOut)?r.sqrtRatioNextX96=t:r.sqrtRatioNextX96=zx.getNextSqrtPriceFromOutput(e,n,Gt.multiply(i,_x),a);const l=Gt.equal(t,r.sqrtRatioNextX96);return a?(r.amountIn=l&&s?r.amountIn:zx.getAmount0Delta(r.sqrtRatioNextX96,e,n,!0),r.amountOut=l&&!s?r.amountOut:zx.getAmount1Delta(r.sqrtRatioNextX96,e,n,!1)):(r.amountIn=l&&s?r.amountIn:zx.getAmount1Delta(e,r.sqrtRatioNextX96,n,!0),r.amountOut=l&&!s?r.amountOut:zx.getAmount0Delta(e,r.sqrtRatioNextX96,n,!1)),!s&&Gt.greaterThan(r.amountOut,Gt.multiply(i,_x))&&(r.amountOut=Gt.multiply(i,_x)),s&&Gt.notEqual(r.sqrtRatioNextX96,t)?r.feeAmount=Gt.subtract(i,r.amountIn):r.feeAmount=Wx.mulDivRoundingUp(r.amountIn,o,Gt.subtract(Gx,o)),[r.sqrtRatioNextX96,r.amountIn,r.amountOut,r.feeAmount]}}class Qx{constructor(){}static addDelta(e,t){return Gt.lessThan(t,Mx)?Gt.subtract(e,Gt.multiply(t,_x)):Gt.add(e,t)}}class Xx{getTick(e){return mn(this,void 0,void 0,(function*(){throw new Error(Xx.ERROR_MESSAGE)}))}nextInitializedTickWithinOneWord(e,t,n){return mn(this,void 0,void 0,(function*(){throw new Error(Xx.ERROR_MESSAGE)}))}}function Kx(e,t){return e.index-t.index}Xx.ERROR_MESSAGE="No tick data provider was given";class Jx{constructor(){}static validateList(e,t){Yt(t>0,"TICK_SPACING_NONZERO"),Yt(e.every((({index:e})=>e%t==0)),"TICK_SPACING"),Yt(Gt.equal(e.reduce(((e,{liquidityNet:t})=>Gt.add(e,t)),Mx),Mx),"ZERO_NET"),Yt(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,Kx),"SORTED")}static isBelowSmallest(e,t){return Yt(e.length>0,"LENGTH"),t<e[0].index}static isAtOrAboveLargest(e,t){return Yt(e.length>0,"LENGTH"),t>=e[e.length-1].index}static getTick(e,t){const n=e[this.binarySearch(e,t)];return Yt(n.index===t,"NOT_CONTAINED"),n}static binarySearch(e,t){Yt(!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(Yt(!Jx.isBelowSmallest(e,t),"BELOW_SMALLEST"),Jx.isAtOrAboveLargest(e,t))return e[e.length-1];return e[this.binarySearch(e,t)]}if(Yt(!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(Jx.isBelowSmallest(e,t))return[r,!1];const a=Jx.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 ey(e){let t=Gt.BigInt(e).toString(16);return t.length%2!=0&&(t=`0${t}`),`0x${t}`}function ty(e,t){const n=Gt.leftShift(Gt.BigInt(e),Gt.BigInt(192)),i=Gt.BigInt(t);return function(e){if(Yt(Gt.greaterThanOrEqual(e,kx),"NEGATIVE"),Gt.lessThan(e,wx))return Gt.BigInt(Math.floor(Math.sqrt(Gt.toNumber(e))));let t,n;for(t=e,n=Gt.add(Gt.divide(e,Ex),Tx);Gt.lessThan(n,t);)t=n,n=Gt.divide(Gt.add(Gt.divide(e,n),n),Ex);return t}(Gt.divide(n,i))}function ny(e,t,n){Gt.greaterThan(e,t)&&([e,t]=[t,e]);const i=Gt.divide(Gt.multiply(e,t),Bx);return Gt.divide(Gt.multiply(Gt.BigInt(n),i),Gt.subtract(t,e))}function iy(e,t,n){Gt.greaterThan(e,t)&&([e,t]=[t,e]);const i=Gt.multiply(Gt.multiply(Gt.BigInt(n),e),t),o=Gt.multiply(Bx,Gt.subtract(t,e));return Gt.divide(i,o)}function oy(e,t,n){return Gt.greaterThan(e,t)&&([e,t]=[t,e]),Gt.divide(Gt.multiply(Gt.BigInt(n),Bx),Gt.subtract(t,e))}function ry(e,t,n,i,o,r){Gt.greaterThan(t,n)&&([t,n]=[n,t]);const a=r?iy:ny;if(Gt.lessThanOrEqual(e,t))return a(t,n,i);if(Gt.lessThan(e,n)){const r=a(e,n,i),s=oy(t,e,o);return Gt.lessThan(r,s)?r:s}return oy(t,n,o)}function ay(e,t){Yt(Number.isInteger(e)&&Number.isInteger(t),"INTEGERS"),Yt(t>0,"TICK_SPACING"),Yt(e>=Hx.MIN_TICK&&e<=Hx.MAX_TICK,"TICK_BOUND");const n=Math.round(e/t)*t;return n<Hx.MIN_TICK?n+t:n>Hx.MAX_TICK?n-t:n}function sy(e,t,n){const i=Hx.getSqrtRatioAtTick(n),o=Gt.multiply(i,i);return e.sortsBefore(t)?new yx(e,t,Dx,o):new yx(e,t,o,Dx)}function ly(e){const t=e.baseCurrency.sortsBefore(e.quoteCurrency),n=t?ty(e.numerator,e.denominator):ty(e.denominator,e.numerator);let i=Hx.getTickAtSqrtRatio(n);const o=sy(e.baseCurrency,e.quoteCurrency,i+1);return t?e.lessThan(o)||i++:e.greaterThan(o)||i++,i}Gt.exponentiate(Gt.BigInt(2),Gt.BigInt(128)),Gt.exponentiate(Gt.BigInt(2),Gt.BigInt(256));class dy{constructor({index:e,liquidityGross:t,liquidityNet:n}){Yt(e>=Hx.MIN_TICK&&e<=Hx.MAX_TICK,"TICK"),this.index=e,this.liquidityGross=Gt.BigInt(t),this.liquidityNet=Gt.BigInt(n)}}class cy{constructor(e,t){const n=e.map((e=>e instanceof dy?e:new dy(e)));Jx.validateList(n,t),this.ticks=n}getTick(e){return mn(this,void 0,void 0,(function*(){return Jx.getTick(this.ticks,e)}))}nextInitializedTickWithinOneWord(e,t,n){return mn(this,void 0,void 0,(function*(){return Jx.nextInitializedTickWithinOneWord(this.ticks,e,t,n)}))}}const uy=new Xx;let py=class e{static getAddress(e,t,n,i,o){return Nx({factoryAddress:null!=o?o:"0x78172691DD3B8ADa7aEbd9bFfB487FB11D735DB2",fee:n,tokenA:e,tokenB:t,initCodeHashManualOverride:i})}constructor(e,t,n,i,o,r,a=uy){Yt(Number.isInteger(n)&&n<1e6,"FEE");const s=Hx.getSqrtRatioAtTick(r),l=Hx.getSqrtRatioAtTick(r+1);Yt(Gt.greaterThanOrEqual(Gt.BigInt(i),s)&&Gt.lessThanOrEqual(Gt.BigInt(i),l),"PRICE_BOUNDS"),[this.token0,this.token1]=e.sortsBefore(t)?[e,t]:[t,e],this.fee=n,this.sqrtRatioX96=Gt.BigInt(i),this.liquidity=Gt.BigInt(o),this.tickCurrent=r,this.tickDataProvider=Array.isArray(a)?new cy(a,Rx[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 yx(this.token0,this.token1,Dx,Gt.multiply(this.sqrtRatioX96,this.sqrtRatioX96))}get token1Price(){var e;return null!==(e=this._token1Price)&&void 0!==e?e:this._token1Price=new yx(this.token1,this.token0,Gt.multiply(this.sqrtRatioX96,this.sqrtRatioX96),Dx)}priceOf(e){return Yt(this.involvesToken(e),"TOKEN"),e.equals(this.token0)?this.token0Price:this.token1Price}get chainId(){return this.token0.chainId}getOutputAmount(t,n){return mn(this,void 0,void 0,(function*(){Yt(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[mx.fromRawAmount(l,Gt.multiply(o,_x)),new e(this.token0,this.token1,this.fee,r,a,s,this.tickDataProvider)]}))}getInputAmount(t,n){return mn(this,void 0,void 0,(function*(){Yt(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,Gt.multiply(t.quotient,_x),n),l=i?this.token0:this.token1;return[mx.fromRawAmount(l,o),new e(this.token0,this.token1,this.fee,r,a,s,this.tickDataProvider)]}))}swap(e,t,n){return mn(this,void 0,void 0,(function*(){return function(e,t,n,i,o,r,a,s,l){return mn(this,void 0,void 0,(function*(){l||(l=a?Gt.add(Hx.MIN_SQRT_RATIO,Px):Gt.subtract(Hx.MAX_SQRT_RATIO,Px)),a?(Yt(Gt.greaterThan(l,Hx.MIN_SQRT_RATIO),"RATIO_MIN"),Yt(Gt.lessThan(l,t),"RATIO_CURRENT")):(Yt(Gt.lessThan(l,Hx.MAX_SQRT_RATIO),"RATIO_MAX"),Yt(Gt.greaterThan(l,t),"RATIO_CURRENT"));const d=Gt.greaterThanOrEqual(s,Mx),c={amountSpecifiedRemaining:s,amountCalculated:Mx,sqrtPriceX96:t,tick:n,liquidity:i};for(;Gt.notEqual(c.amountSpecifiedRemaining,Mx)&&c.sqrtPriceX96!==l;){let t={};if(t.sqrtPriceStartX96=c.sqrtPriceX96,[t.tickNext,t.initialized]=yield r.nextInitializedTickWithinOneWord(c.tick,a,o),t.tickNext<Hx.MIN_TICK?t.tickNext=Hx.MIN_TICK:t.tickNext>Hx.MAX_TICK&&(t.tickNext=Hx.MAX_TICK),t.sqrtPriceNextX96=Hx.getSqrtRatioAtTick(t.tickNext),[c.sqrtPriceX96,t.amountIn,t.amountOut,t.feeAmount]=Yx.computeSwapStep(c.sqrtPriceX96,(a?Gt.lessThan(t.sqrtPriceNextX96,l):Gt.greaterThan(t.sqrtPriceNextX96,l))?l:t.sqrtPriceNextX96,c.liquidity,c.amountSpecifiedRemaining,e),d?(c.amountSpecifiedRemaining=Gt.subtract(c.amountSpecifiedRemaining,Gt.add(t.amountIn,t.feeAmount)),c.amountCalculated=Gt.subtract(c.amountCalculated,t.amountOut)):(c.amountSpecifiedRemaining=Gt.add(c.amountSpecifiedRemaining,t.amountOut),c.amountCalculated=Gt.add(c.amountCalculated,Gt.add(t.amountIn,t.feeAmount))),Gt.equal(c.sqrtPriceX96,t.sqrtPriceNextX96)){if(t.initialized){let e=Gt.BigInt((yield r.getTick(t.tickNext)).liquidityNet);a&&(e=Gt.multiply(e,_x)),c.liquidity=Qx.addDelta(c.liquidity,e)}c.tick=a?t.tickNext-1:t.tickNext}else Gt.notEqual(c.sqrtPriceX96,t.sqrtPriceStartX96)&&(c.tick=Hx.getTickAtSqrtRatio(c.sqrtPriceX96))}return{amountCalculated:c.amountCalculated,sqrtRatioX96:c.sqrtPriceX96,liquidity:c.liquidity,tickCurrent:c.tick}}))}(Gt.BigInt(this.fee),this.sqrtRatioX96,this.tickCurrent,this.liquidity,this.tickSpacing,this.tickDataProvider,e,t,n)}))}get tickSpacing(){return Rx[this.fee]}};class hy{constructor({pool:e,liquidity:t,tickLower:n,tickUpper:i}){this._token0Amount=null,this._token1Amount=null,this._mintAmounts=null,Yt(n<i,"TICK_ORDER"),Yt(n>=Hx.MIN_TICK&&n%e.tickSpacing==0,"TICK_LOWER"),Yt(i<=Hx.MAX_TICK&&i%e.tickSpacing==0,"TICK_UPPER"),this.pool=e,this.tickLower=n,this.tickUpper=i,this.liquidity=Gt.BigInt(t)}get token0PriceLower(){return sy(this.pool.token0,this.pool.token1,this.tickLower)}get token0PriceUpper(){return sy(this.pool.token0,this.pool.token1,this.tickUpper)}get amount0(){return null===this._token0Amount&&(this.pool.tickCurrent<this.tickLower?this._token0Amount=mx.fromRawAmount(this.pool.token0,zx.getAmount0Delta(Hx.getSqrtRatioAtTick(this.tickLower),Hx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!1)):this.pool.tickCurrent<this.tickUpper?this._token0Amount=mx.fromRawAmount(this.pool.token0,zx.getAmount0Delta(this.pool.sqrtRatioX96,Hx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!1)):this._token0Amount=mx.fromRawAmount(this.pool.token0,Mx)),this._token0Amount}get amount1(){return null===this._token1Amount&&(this.pool.tickCurrent<this.tickLower?this._token1Amount=mx.fromRawAmount(this.pool.token1,Mx):this.pool.tickCurrent<this.tickUpper?this._token1Amount=mx.fromRawAmount(this.pool.token1,zx.getAmount1Delta(Hx.getSqrtRatioAtTick(this.tickLower),this.pool.sqrtRatioX96,this.liquidity,!1)):this._token1Amount=mx.fromRawAmount(this.pool.token1,zx.getAmount1Delta(Hx.getSqrtRatioAtTick(this.tickLower),Hx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!1))),this._token1Amount}ratiosAfterSlippage(e){const t=this.pool.token0Price.asFraction.multiply(new xx(1).subtract(e)),n=this.pool.token0Price.asFraction.multiply(e.add(1));let i=ty(t.numerator,t.denominator);Gt.lessThanOrEqual(i,Hx.MIN_SQRT_RATIO)&&(i=Gt.add(Hx.MIN_SQRT_RATIO,Gt.BigInt(1)));let o=ty(n.numerator,n.denominator);return Gt.greaterThanOrEqual(o,Hx.MAX_SQRT_RATIO)&&(o=Gt.subtract(Hx.MAX_SQRT_RATIO,Gt.BigInt(1))),{sqrtRatioX96Lower:i,sqrtRatioX96Upper:o}}mintAmountsWithSlippage(e){const{sqrtRatioX96Upper:t,sqrtRatioX96Lower:n}=this.ratiosAfterSlippage(e),i=new py(this.pool.token0,this.pool.token1,this.pool.fee,n,0,Hx.getTickAtSqrtRatio(n)),o=new py(this.pool.token0,this.pool.token1,this.pool.fee,t,0,Hx.getTickAtSqrtRatio(t)),r=hy.fromAmounts(Object.assign(Object.assign({pool:this.pool,tickLower:this.tickLower,tickUpper:this.tickUpper},this.mintAmounts),{useFullPrecision:!1})),{amount0:a}=new hy({pool:o,liquidity:r.liquidity,tickLower:this.tickLower,tickUpper:this.tickUpper}).mintAmounts,{amount1:s}=new hy({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 py(this.pool.token0,this.pool.token1,this.pool.fee,n,0,Hx.getTickAtSqrtRatio(n)),o=new py(this.pool.token0,this.pool.token1,this.pool.fee,t,0,Hx.getTickAtSqrtRatio(t)),r=new hy({pool:o,liquidity:this.liquidity,tickLower:this.tickLower,tickUpper:this.tickUpper}).amount0,a=new hy({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:zx.getAmount0Delta(Hx.getSqrtRatioAtTick(this.tickLower),Hx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!0),amount1:Mx}:this.pool.tickCurrent<this.tickUpper?{amount0:zx.getAmount0Delta(this.pool.sqrtRatioX96,Hx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!0),amount1:zx.getAmount1Delta(Hx.getSqrtRatioAtTick(this.tickLower),this.pool.sqrtRatioX96,this.liquidity,!0)}:{amount0:Mx,amount1:zx.getAmount1Delta(Hx.getSqrtRatioAtTick(this.tickLower),Hx.getSqrtRatioAtTick(this.tickUpper),this.liquidity,!0)}:this._mintAmounts}static fromAmounts({pool:e,tickLower:t,tickUpper:n,amount0:i,amount1:o,useFullPrecision:r}){const a=Hx.getSqrtRatioAtTick(t),s=Hx.getSqrtRatioAtTick(n);return new hy({pool:e,tickLower:t,tickUpper:n,liquidity:ry(e.sqrtRatioX96,a,s,i,o,r)})}static fromAmount0({pool:e,tickLower:t,tickUpper:n,amount0:i,useFullPrecision:o}){return hy.fromAmounts({pool:e,tickLower:t,tickUpper:n,amount0:i,amount1:cx,useFullPrecision:o})}static fromAmount1({pool:e,tickLower:t,tickUpper:n,amount1:i}){return hy.fromAmounts({pool:e,tickLower:t,tickUpper:n,amount0:cx,amount1:i,useFullPrecision:!0})}}var my=[{inputs:[{internalType:"bytes[]",name:"data",type:"bytes[]"}],name:"multicall",outputs:[{internalType:"bytes[]",name:"results",type:"bytes[]"}],stateMutability:"payable",type:"function"}];class gy{constructor(){}static encodeMulticall(e){return Array.isArray(e)||(e=[e]),1===e.length?e[0]:gy.INTERFACE.encodeFunctionData("multicall",[e])}static decodeMulticall(e){return gy.INTERFACE.decodeFunctionData("multicall",e).data}}gy.INTERFACE=new uf(my);var fy=[{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"}],xy=[{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 yy{constructor(){}static encodeFeeBips(e){return ey(e.multiply(1e4).quotient)}static encodeUnwrapWETH9(e,t,n){if(t=bx(t),n){const i=this.encodeFeeBips(n.fee),o=bx(n.recipient);return yy.INTERFACE.encodeFunctionData("unwrapWETH9WithFee",[ey(e),t,i,o])}return yy.INTERFACE.encodeFunctionData("unwrapWETH9",[ey(e),t])}static encodeSweepToken(e,t,n,i){if(n=bx(n),i){const o=this.encodeFeeBips(i.fee),r=bx(i.recipient);return yy.INTERFACE.encodeFunctionData("sweepTokenWithFee",[e.address,ey(t),n,o,r])}return yy.INTERFACE.encodeFunctionData("sweepToken",[e.address,ey(t),n])}static encodeRefundETH(){return yy.INTERFACE.encodeFunctionData("refundETH")}}yy.INTERFACE=new uf(xy);var vy=[{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 by{constructor(){}static encodePermit(e,t){return"nonce"in t?by.INTERFACE.encodeFunctionData("selfPermitAllowed",[e.address,ey(t.nonce),ey(t.expiry),t.v,t.r,t.s]):by.INTERFACE.encodeFunctionData("selfPermit",[e.address,ey(t.amount),ey(t.deadline),t.v,t.r,t.s])}}by.INTERFACE=new uf(vy);const jy=ey(Gt.subtract(Gt.exponentiate(Gt.BigInt(2),Gt.BigInt(128)),Gt.BigInt(1)));function Cy(e){return Object.keys(e).some((e=>"recipient"===e))}const wy={Permit:[{name:"spender",type:"address"},{name:"tokenId",type:"uint256"},{name:"nonce",type:"uint256"},{name:"deadline",type:"uint256"}]};class ky{constructor(){}static encodeCreate(e){return ky.INTERFACE.encodeFunctionData("createAndInitializePoolIfNecessary",[e.token0.address,e.token1.address,e.fee,ey(e.sqrtRatioX96)])}static createCallParameters(e){return{calldata:this.encodeCreate(e),value:ey(0)}}static addCallParameters(e,t){Yt(Gt.greaterThan(e.liquidity,Mx),"ZERO_LIQUIDITY");const n=[],{amount0:i,amount1:o}=e.mintAmounts,r=e.mintAmountsWithSlippage(t.slippageTolerance),a=ey(r.amount0),s=ey(r.amount1),l=ey(t.deadline);if(Cy(t)&&t.createPool&&n.push(this.encodeCreate(e.pool)),t.token0Permit&&n.push(by.encodePermit(e.pool.token0,t.token0Permit)),t.token1Permit&&n.push(by.encodePermit(e.pool.token1,t.token1Permit)),Cy(t)){const r=bx(t.recipient);n.push(ky.INTERFACE.encodeFunctionData("mint",[{token0:e.pool.token0.address,token1:e.pool.token1.address,fee:e.pool.fee,tickLower:e.tickLower,tickUpper:e.tickUpper,amount0Desired:ey(i),amount1Desired:ey(o),amount0Min:a,amount1Min:s,recipient:r,deadline:l}]))}else n.push(ky.INTERFACE.encodeFunctionData("increaseLiquidity",[{tokenId:ey(t.tokenId),amount0Desired:ey(i),amount1Desired:ey(o),amount0Min:a,amount1Min:s,deadline:l}]));let d=ey(0);if(t.useNative){const r=t.useNative.wrapped;Yt(e.pool.token0.equals(r)||e.pool.token1.equals(r),"NO_WETH");const a=e.pool.token0.equals(r)?i:o;Gt.greaterThan(a,Mx)&&n.push(yy.encodeRefundETH()),d=ey(a)}return{calldata:gy.encodeMulticall(n),value:d}}static encodeCollect(e){const t=[],n=ey(e.tokenId),i=e.expectedCurrencyOwed0.currency.isNative||e.expectedCurrencyOwed1.currency.isNative,o=bx(e.recipient);if(t.push(ky.INTERFACE.encodeFunctionData("collect",[{tokenId:n,recipient:i?"0x0000000000000000000000000000000000000000":o,amount0Max:jy,amount1Max:jy}])),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(yy.encodeUnwrapWETH9(n,o)),t.push(yy.encodeSweepToken(i,r,o))}return t}static collectCallParameters(e){const t=ky.encodeCollect(e);return{calldata:gy.encodeMulticall(t),value:ey(0)}}static removeCallParameters(e,t){const n=[],i=ey(t.deadline),o=ey(t.tokenId),r=new hy({pool:e.pool,liquidity:t.liquidityPercentage.multiply(e.liquidity).quotient,tickLower:e.tickLower,tickUpper:e.tickUpper});Yt(Gt.greaterThan(r.liquidity,Mx),"ZERO_LIQUIDITY");const{amount0:a,amount1:s}=r.burnAmountsWithSlippage(t.slippageTolerance);t.permit&&n.push(ky.INTERFACE.encodeFunctionData("permit",[bx(t.permit.spender),o,ey(t.permit.deadline),t.permit.v,t.permit.r,t.permit.s])),n.push(ky.INTERFACE.encodeFunctionData("decreaseLiquidity",[{tokenId:o,liquidity:ey(r.liquidity),amount0Min:ey(a),amount1Min:ey(s),deadline:i}]));const l=t.collectOptions,{expectedCurrencyOwed0:d,expectedCurrencyOwed1:c}=l,u=hn(l,["expectedCurrencyOwed0","expectedCurrencyOwed1"]);return n.push(...ky.encodeCollect(Object.assign({tokenId:ey(t.tokenId),expectedCurrencyOwed0:d.add(mx.fromRawAmount(d.currency,a)),expectedCurrencyOwed1:c.add(mx.fromRawAmount(c.currency,s))},u))),t.liquidityPercentage.equalTo(Px)?t.burnToken&&n.push(ky.INTERFACE.encodeFunctionData("burn",[o])):Yt(!0!==t.burnToken,"CANNOT_BURN"),{calldata:gy.encodeMulticall(n),value:ey(0)}}static safeTransferFromParameters(e){const t=bx(e.recipient),n=bx(e.sender);let i;return i=e.data?ky.INTERFACE.encodeFunctionData("safeTransferFrom(address,address,uint256,bytes)",[n,t,ey(e.tokenId),e.data]):ky.INTERFACE.encodeFunctionData("safeTransferFrom(address,address,uint256)",[n,t,ey(e.tokenId)]),{calldata:i,value:ey(0)}}static getPermitData(e,t,n){return{domain:{name:"Uniswap V3 Positions NFT-V1",chainId:n,version:"1",verifyingContract:t},types:wy,values:e}}}ky.INTERFACE=new uf(fy);var Ty=[{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 uf([{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 uf(Ty);new uf([{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 Ey({removed:e,inRange:t}){const n=a(),o={py:4,px:8,color:n.palette.success.main,borderRadius:4,backgroundColor:T(n.palette.success.main,.1),typography:"h6"};return e?Cn.jsx(l,{title:le._({id:"MZPP7t",message:"Your position has 0 liquidity, and is not earning fees."}),maxWidth:240,children:Cn.jsx(i,{sx:Object.assign(Object.assign({},o),{color:n.palette.warning.main,backgroundColor:T(n.palette.warning.main,.1)}),children:le._({id:"D87pha",message:"Closed"})})}):t?Cn.jsx(l,{title:le._({id:"aIvv/z",message:"The price of this pool is within your selected range. Your position is currently earning fees."}),maxWidth:240,children:Cn.jsx(i,{sx:o,children:le._({id:"vOyUlD",message:"In range"})})}):Cn.jsx(l,{title:le._({id:"IwiTcw",message:"The price of this pool is outside of your selected range. Your position is not currently earning fees."}),maxWidth:240,children:Cn.jsx(i,{sx:Object.assign(Object.assign({},o),{color:n.palette.error.main,backgroundColor:T(n.palette.error.main,.1)}),children:le._({id:"i3Z+/Z",message:"Out of range"})})})}new uf([{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 Ay=({token:e,amount:t})=>{var n;const o=a();return Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4},children:[Cn.jsx(yc,{address:null!==(n=null==e?void 0:e.address)&&void 0!==n?n:"",chainId:null==e?void 0:e.chainId,noShowChain:!0,width:18,height:18,marginRight:0}),Cn.jsxs(i,{sx:{typography:"body1",color:o.palette.text.primary},children:[ms({input:t.toSignificant(),decimals:null==e?void 0:e.decimals})," ",null==e?void 0:e.symbol]}),Cn.jsx(d,{sx:{display:"flex",alignItems:"center",color:o.palette.text.secondary,"&:hover":{color:o.palette.text.primary}},onClick:()=>{window.open(Fl(e.chainId,null==e?void 0:e.address,"address"))},children:Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:Cn.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"})})})]})},Iy=({position:t,inRange:n})=>{var o;const r=a(),s=t.pool.token0,l=t.pool.token1,c=t.pool.chainId,u=(null==t?void 0:t.liquidity)&&Gt.equal(null==t?void 0:t.liquidity,Gt.BigInt(0)),p=Z((()=>py.getAddress(t.pool.token0,t.pool.token1,t.pool.fee,void 0,c?ax[c]:void 0)),[c,t.pool.fee,t.pool.token0,t.pool.token1]);return Cn.jsxs(i,{sx:{border:"solid 1px",borderColor:"border.main",borderRadius:8},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",p:r.spacing(12,20),borderBottomStyle:"solid",borderBottomColor:"border.main",borderBottomWidth:1},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-start",gap:4},children:[Cn.jsxs(i,{sx:{typography:"body2",color:r.palette.text.primary},children:[le._({id:"PVa3KL",message:"Position on"})," ",null==s?void 0:s.symbol,"/",null==l?void 0:l.symbol]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4},children:[Cn.jsx(Ey,{removed:u,inRange:n}),Cn.jsx(i,{sx:{py:4,px:8,color:r.palette.text.secondary,borderRadius:4,backgroundColor:r.palette.background.tag,typography:"h6"},children:As({input:(null===(o=null==t?void 0:t.pool)||void 0===o?void 0:o.fee)/1e6})})]})]}),Cn.jsxs(d,{sx:{display:"flex",alignItems:"center",gap:0,typography:"body2",color:r.palette.text.secondary,"&:hover":{color:r.palette.text.primary}},onClick:()=>{window.open(Fl(c,p,"address"))},children:[le._({id:"URmyfc",message:"Details"}),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:Cn.jsx("path",{d:"M7.5 5L6.4425 6.0575L9.8775 9.5L6.4425 12.9425L7.5 14L12 9.5L7.5 5Z",fill:"currentColor"})})]})]}),Cn.jsxs(i,{sx:{p:r.spacing(12,20)},children:[Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"YHc3B+",message:"My Liquidity"})}),Cn.jsxs(i,{sx:{mt:12},children:[Cn.jsx(Ay,{token:s,amount:t.amount0}),Cn.jsx(Ay,{token:l,amount:t.amount1})]})]})]})};function Sy({price:e,atLimit:t,direction:n}){return t[n]?n===Vf.LOWER?"0":"∞":"string"==typeof e&&"∞"===e?"∞":ms({input:"string"==typeof e?e:null==e?void 0:e.toSignificant()})}const Ly=({baseToken:e,quoteToken:t,handleRateToggle:n,sx:o})=>{const r=a(),s=null==e?void 0:e.wrapped,l=null==t?void 0:t.wrapped,c=s&&l&&s.sortsBefore(l);return Cn.jsx(i,{component:d,onClick:n,sx:Object.assign({display:"flex",alignItems:"center",p:1,borderRadius:8,backgroundColor:r.palette.border.main},o),children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",width:"100%",[r.breakpoints.up("tablet")]:{width:"auto"}},children:[Cn.jsx(i,{sx:Object.assign({flexGrow:1,flexShrink:1,flexBasis:"50%",px:12,py:4,borderRadius:7,textAlign:"center",typography:"h6",whiteSpace:"nowrap"},c?{color:r.palette.text.primary,backgroundColor:r.palette.background.paper}:{color:r.palette.text.secondary,backgroundColor:"transparent"}),children:c?e.symbol:null==t?void 0:t.symbol}),Cn.jsx(i,{sx:Object.assign({flexGrow:1,flexShrink:1,flexBasis:"50%",px:12,py:4,borderRadius:7,textAlign:"center",typography:"h6",whiteSpace:"nowrap"},c?{color:r.palette.text.secondary,backgroundColor:"transparent"}:{color:r.palette.text.primary,backgroundColor:r.palette.background.paper}),children:c?t.symbol:null==e?void 0:e.symbol})]})})},Oy=({position:t,title:n,baseCurrencyDefault:o,ticksAtLimit:r})=>{const s=t.pool.token0,l=t.pool.token1,d=a(),[c,u]=z(o?o===s?s:o===l?l:s:s),p=c===s,h=p?l:s,m=p?t.pool.priceOf(t.pool.token0):t.pool.priceOf(t.pool.token1),g=p?t.token0PriceLower:t.token0PriceUpper.invert(),f=p?t.token0PriceUpper:t.token0PriceLower.invert(),x=$((()=>{u(h)}),[h]);return Cn.jsxs(Yf,{gap:"md",children:[Cn.jsxs(Xf,{children:[n?Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:d.palette.text.secondary},children:n}):Cn.jsx("div",{}),Cn.jsx(Ly,{baseToken:p?s:l,quoteToken:p?l:s,handleRateToggle:x})]}),Cn.jsxs(Xf,{children:[Cn.jsxs($f,{sx:{width:"48%",py:12,gap:12},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:4},children:[Cn.jsx(i,{sx:{color:d.palette.text.primary,typography:"body2"},children:Cn.jsx(e,{id:"EQs1sJ",message:"Min price"})}),Cn.jsx(i,{sx:{color:d.palette.text.secondary,typography:"h6"},children:Cn.jsx(e,{id:"7Z4WfS",message:"{0} per {1}",values:{0:h.symbol,1:c.symbol}})})]}),Cn.jsx(i,{sx:{color:d.palette.text.primary,typography:"caption"},children:Sy({price:g,atLimit:r,direction:Vf.LOWER})}),Cn.jsx(i,{sx:{color:d.palette.text.secondary,typography:"h6"},children:Cn.jsx(e,{id:"WgTuci",message:"Your position will be 100% composed of {0} at this price",values:{0:null==c?void 0:c.symbol}})})]}),Cn.jsxs($f,{sx:{width:"48%",py:12,gap:12},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:4},children:[Cn.jsx(i,{sx:{color:d.palette.text.primary,typography:"body2"},children:Cn.jsx(e,{id:"5etEUX",message:"Max price"})}),Cn.jsx(i,{sx:{color:d.palette.text.secondary,typography:"h6"},children:Cn.jsx(e,{id:"7Z4WfS",message:"{0} per {1}",values:{0:h.symbol,1:c.symbol}})})]}),Cn.jsx(i,{sx:{color:d.palette.text.primary,typography:"caption"},children:Sy({price:f,atLimit:r,direction:Vf.UPPER})}),Cn.jsx(i,{sx:{color:d.palette.text.secondary,typography:"h6"},children:Cn.jsx(e,{id:"WgTuci",message:"Your position will be 100% composed of {0} at this price",values:{0:null==h?void 0:h.symbol}})})]})]}),Cn.jsxs($f,{sx:{py:12,flexDirection:"row",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(Yf,{gap:"4px",justify:"flex-start",children:[Cn.jsx(i,{sx:{color:d.palette.text.primary,typography:"body2"},children:Cn.jsx(e,{id:"DWd30U",message:"Current price"})}),Cn.jsx(i,{sx:{color:d.palette.text.secondary,typography:"h6"},children:Cn.jsx(e,{id:"7Z4WfS",message:"{0} per {1}",values:{0:h.symbol,1:c.symbol}})})]}),Cn.jsx(i,{sx:{color:d.palette.text.primary,typography:"caption"},children:`${ms({input:m.toSignificant()})} `})]})]})},Ry=({chainId:e,disabled:t,removed:n,isLoading:i,error:o,onConfirm:r})=>Cn.jsx(Hf,{includeButton:!0,fullWidth:!0,chainId:e,children:Cn.jsx(c,{fullWidth:!0,size:c.Size.big,onClick:r,disabled:t,isLoading:i,children:n?le._({id:"D87pha",message:"Closed"}):null!=o?o:le._({id:"t/YqKh",message:"Remove"})})}),_y={[Ox.LOWEST]:{label:"0.01%"},[Ox.LOW_200]:{label:"0.02%"},[Ox.LOW_300]:{label:"0.03%"},[Ox.LOW_400]:{label:"0.04%"},[Ox.LOW]:{label:"0.05%"},[Ox.MEDIUM]:{label:"0.30%"},[Ox.HIGH]:{label:"1.00%"}},My=({poolType:e})=>{const t="AMM V2"===e?N.error.main:"AMM V3"===e?N.purple.main:N.success.main;return Cn.jsx(i,{sx:{px:8,height:24,typography:"h6",lineHeight:"24px",borderRadius:4,background:T(t,.1),color:t,whiteSpace:"nowrap"},children:e})},Py=({isAMMV2:t,isAMMV3:n,lpFeeRate:o,mtFeeRate:r})=>{var a,s;return Cn.jsx(l,{title:Cn.jsx(e,{id:"O6RUgz",message:"Fee rate"}),children:Cn.jsx(i,{sx:{px:8,height:24,typography:"h6",lineHeight:"24px",borderRadius:4,backgroundColor:"background.tag",color:"text.secondary",whiteSpace:"nowrap"},children:n?null!==(s=null===(a=_y[o])||void 0===a?void 0:a.label)&&void 0!==s?s:"-":As({input:new Se(null!=o?o:0).plus(r?vs(r,t?4:18):0)})})})},By=({sx:e})=>Cn.jsx(My,{poolType:"AMM V3"}),Dy=({position:t,title:n,inRange:o,baseCurrencyDefault:r,ticksAtLimit:a})=>{var s,l,d;const c=t.pool.token0,u=t.pool.token1,p=(null==t?void 0:t.liquidity)&&Gt.equal(null==t?void 0:t.liquidity,Gt.BigInt(0));return Cn.jsxs(Yf,{gap:"md",style:{marginTop:"0.5rem"},children:[Cn.jsxs(Xf,{style:{gap:4},children:[Cn.jsxs(Kf,{children:[Cn.jsx(Gm,{tokens:[{address:c.address},{address:u.address}],mr:8}),Cn.jsxs(i,{sx:{typography:"h5"},children:[null==c?void 0:c.symbol," / ",null==u?void 0:u.symbol]})]}),Cn.jsx(By,{sx:{ml:"auto"}}),Cn.jsx(Ey,{removed:p,inRange:o})]}),Cn.jsxs($f,{children:[Cn.jsxs(Yf,{gap:"md",children:[Cn.jsxs(Xf,{children:[Cn.jsxs(Kf,{children:[Cn.jsx(yc,{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}),Cn.jsx(i,{sx:{ml:8},children:null==c?void 0:c.symbol})]}),Cn.jsx(Kf,{children:Cn.jsx(i,{sx:{mr:8},children:ms({input:t.amount0.toSignificant(),decimals:null==c?void 0:c.decimals})})})]}),Cn.jsxs(Xf,{children:[Cn.jsxs(Kf,{children:[Cn.jsx(yc,{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}),Cn.jsx(i,{ml:"8px",children:null==u?void 0:u.symbol})]}),Cn.jsx(Kf,{children:Cn.jsx(i,{mr:"8px",children:ms({input:t.amount1.toSignificant(),decimals:null==u?void 0:u.decimals})})})]})]}),Cn.jsxs(Xf,{children:[Cn.jsx(i,{children:Cn.jsx(e,{id:"EU3wU4",message:"Fee tier"})}),Cn.jsx(i,{children:As({input:(null===(d=null==t?void 0:t.pool)||void 0===d?void 0:d.fee)/1e6})})]})]}),Cn.jsx(Oy,{position:t,title:n,baseCurrencyDefault:r,ticksAtLimit:a})]})},Ny=({on:e,onClose:t,position:n,outOfRange:o,ticksAtLimit:r,onConfirm:a,loading:s})=>{const{isMobile:l}=ld();return Cn.jsx(uc,{open:e,onClose:t,modal:!0,title:le._({id:"E6MqGy",message:"Add liquidity"}),height:683,children:Cn.jsxs(i,{sx:{flex:1,px:20,pb:24,display:"flex",flexDirection:"column",justifyContent:"space-between",width:l?void 0:420},children:[Cn.jsx(i,{sx:{pt:0,px:0},children:n?Cn.jsx(Dy,{position:n,inRange:!o,ticksAtLimit:r,title:le._({id:"3VUfrF",message:"Selected Range"})}):null}),Cn.jsx(c,{size:c.Size.big,fullWidth:!0,isLoading:s,sx:{mt:20},onClick:a,children:le._({id:"m16xKo",message:"Add"})})]})})};class Fy{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:Nx({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&&Gt.EQ(a.sqrtRatioX96,i)&&Gt.EQ(a.liquidity,o)&&a.tickCurrent===r));if(a)return a;const s=new py(e,t,n,i,o,r);return this.pools.unshift(s),s}}var qy;function Uy(e,t,n){const i=Z((()=>[[e,t,n]]),[e,t,n]);return function(e,t){const n=Z((()=>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]),i=Z((()=>{const t=e&&ax[e];return t?n.map((n=>n&&Fy.getPoolAddress(t,...n,e))):new Array(n.length)}),[e,n]),{data:o}=Ze({queries:i.map((t=>Ll.getV3PoolSlot0(e,t))),combine:e=>({data:e.map((e=>e.data))})}),{data:r}=Ze({queries:i.map((t=>Ll.getV3PoolLiquidity(e,t))),combine:e=>({data:e.map((e=>e.data))})});return Z((()=>t.map(((e,t)=>{const i=n[t];if(!i)return[qy.INVALID,null];const[a,s,l]=i;if(!o[t])return[qy.NOT_EXISTS,null];const d=o[t];if(!r[t])return[qy.NOT_EXISTS,null];const c=r[t];if(!d||!c)return[qy.NOT_EXISTS,null];if(!d.sqrtPriceX96||d.sqrtPriceX96.eq(0))return[qy.NOT_EXISTS,null];try{const e=Fy.getPool(a,s,l,d.sqrtPriceX96,c[0],d.tick);return[qy.EXISTS,e]}catch(e){return console.error(e,{tags:{file:"usePools",function:"usePools"},extra:{token0:a.address,token1:s.address,chainId:a.chainId,fee:l}}),[qy.NOT_EXISTS,null]}}))),[r,t,o,n])}(null==e?void 0:e.chainId,i)[0]}Fy.MAX_ENTRIES=128,Fy.pools=[],Fy.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"}(qy||(qy={}));class Vy{constructor(e){const t=ve[e];this.chainId=e,this.decimals=t.decimals,this.name=t.name,this.symbol=t.symbol,this.isNative=!0,this.isToken=!1,this.address=Hy(this.chainId)}equals(e){return e.isNative&&e.chainId===this.chainId}get wrapped(){const e=ve[this.chainId];return new Cx(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 Vy(e)}}function Hy(e){return ve[e].address}function Wy(e,t){const n=null==e?void 0:e.toLowerCase(),i=null==t?void 0:t.toLowerCase();return null!==n&&null!==i&&n===i}Vy._cachedNativeCurrency={};const Zy=(e,t)=>!t||Wy(t,Hy(e));function $y(e){if(!e)return;const{name:t,chainId:n,address:i,decimals:o,symbol:r}=e;return function(e,t){return!Zy(e,t)}(n,i)?new Cx(n,i,o,null!=r?r:void 0,null!=t?t:void 0):new Vy(n)}function zy(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 Gy(e,t,n){if(e&&t&&"number"==typeof n)return sy(e,t,n)}function Yy(e,t){if(e&&t&&!isNaN(parseFloat(e)))try{const n=Qt(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 mx.fromRawAmount(t,Gt.BigInt(n))}catch(t){console.error("tryParseCurrencyAmount","tryParseCurrencyAmount",`Failed to parse input amount: "${e}"`,t)}}function Qy(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=Gt.BigInt((null!=o?o:"")+(null!=r?r:""));return new yx(e,t,Gt.multiply(Gt.BigInt(10**a),Gt.BigInt(10**e.decimals)),Gt.multiply(s,Gt.BigInt(10**t.decimals)))}(e,t,i);if(!o)return;let r;const a=ty(o.numerator,o.denominator);return r=Gt.greaterThanOrEqual(a,Hx.MAX_SQRT_RATIO)?Hx.MAX_TICK:Gt.lessThanOrEqual(a,Hx.MIN_SQRT_RATIO)?Hx.MIN_TICK:ly(o),ay(r,Rx[n])}function Xy({state:e,existingPosition:t}){var n,i,o,r,a,s,l,d,c,u,p,h,m;const{account:g,chainId:f}=$l(),{feeAmount:x,independentField:y,typedValue:v,leftRangeTypedValue:b,rightRangeTypedValue:j,startPriceTypedValue:C}=e,w=null!==(n=e.baseToken)&&void 0!==n?n:void 0,k=null!==(i=e.baseToken)&&void 0!==i?i:void 0,T=null!==(o=e.quoteToken)&&void 0!==o?o:void 0,E=y===Uf.CURRENCY_A?Uf.CURRENCY_B:Uf.CURRENCY_A,A=Z((()=>({[Uf.CURRENCY_A]:w,[Uf.CURRENCY_B]:T})),[w,T]),[I,S,L]=Z((()=>[null==w?void 0:w.wrapped,null==T?void 0:T.wrapped,null==k?void 0:k.wrapped]),[w,T,k]),[O,R]=Z((()=>I&&S?I.sortsBefore(S)?[I,S]:[S,I]:[void 0,void 0]),[I,S]),_=We(ja.getFetchTokenQuery(null===(r=A[Uf.CURRENCY_A])||void 0===r?void 0:r.chainId,null===(a=A[Uf.CURRENCY_A])||void 0===a?void 0:a.address,g)),M=We(ja.getFetchTokenQuery(null===(s=A[Uf.CURRENCY_B])||void 0===s?void 0:s.chainId,null===(l=A[Uf.CURRENCY_B])||void 0===l?void 0:l.address,g)),P=Z((()=>{var e,t,n,i,o,r;return{[Uf.CURRENCY_A]:A[Uf.CURRENCY_A]?(null===(e=_.data)||void 0===e?void 0:e.balance)?mx.fromRawAmount(A[Uf.CURRENCY_A],Gt.BigInt(null===(t=_.data)||void 0===t?void 0:t.balance.multipliedBy(Math.pow(10,null!==(n=A[Uf.CURRENCY_A].decimals)&&void 0!==n?n:18)).toString())):mx.fromRawAmount(A[Uf.CURRENCY_A],0):void 0,[Uf.CURRENCY_B]:A[Uf.CURRENCY_B]?(null===(i=M.data)||void 0===i?void 0:i.balance)?mx.fromRawAmount(A[Uf.CURRENCY_B],Gt.BigInt(null===(o=M.data)||void 0===o?void 0:o.balance.multipliedBy(Math.pow(10,null!==(r=A[Uf.CURRENCY_B].decimals)&&void 0!==r?r:18)).toString())):mx.fromRawAmount(A[Uf.CURRENCY_B],0):void 0}}),[A,null===(d=_.data)||void 0===d?void 0:d.balance,null===(c=M.data)||void 0===c?void 0:c.balance]),[B,D]=Uy(A[Uf.CURRENCY_A],A[Uf.CURRENCY_B],x),N=B===qy.NOT_EXISTS,F=Boolean(L&&O&&!L.equals(O)),q=Z((()=>{var e;if(!N)return D&&O?D.priceOf(O):void 0;{const t=Yy(C,F?O:R);if(t&&O&&R){const n=Yy("1",F?R:O),i=n&&t?new yx(n.currency,t.currency,n.quotient,t.quotient):void 0;return null!==(e=F?null==i?void 0:i.invert():i)&&void 0!==e?e:void 0}}}),[N,C,F,R,O,D]),U=Z((()=>{const e=q?ty(q.numerator,q.denominator):void 0;return q&&e&&!(Gt.greaterThanOrEqual(e,Hx.MIN_SQRT_RATIO)&&Gt.lessThan(e,Hx.MAX_SQRT_RATIO))}),[q]),V=Z((()=>{if(I&&S&&x&&q&&!U){const e=ly(q),t=Hx.getSqrtRatioAtTick(e);return new py(I,S,x,t,Gt.BigInt(0),e,[])}}),[x,U,q,I,S]),H=null!=D?D:V,W=Z((()=>({[Vf.LOWER]:x?ay(Hx.MIN_TICK,Rx[x]):void 0,[Vf.UPPER]:x?ay(Hx.MAX_TICK,Rx[x]):void 0})),[x]),$=Z((()=>({[Vf.LOWER]:"number"==typeof(null==t?void 0:t.tickLower)?t.tickLower:F&&"boolean"==typeof j||!F&&"boolean"==typeof b?W[Vf.LOWER]:F?Qy(R,O,x,j.toString()):Qy(O,R,x,b.toString()),[Vf.UPPER]:"number"==typeof(null==t?void 0:t.tickUpper)?t.tickUpper:!F&&"boolean"==typeof j||F&&"boolean"==typeof b?W[Vf.UPPER]:F?Qy(R,O,x,b.toString()):Qy(O,R,x,j.toString())})),[t,x,F,b,j,W,O,R]),{[Vf.LOWER]:G,[Vf.UPPER]:Y}=$||{},Q=Z((()=>({[Vf.LOWER]:x&&G===W.LOWER,[Vf.UPPER]:x&&Y===W.UPPER})),[W,G,Y,x]),X=Boolean("number"==typeof G&&"number"==typeof Y&&G>=Y),K=Z((()=>({[Vf.LOWER]:Gy(O,R,W.LOWER),[Vf.UPPER]:Gy(O,R,W.UPPER)})),[O,R,W.LOWER,W.UPPER]),J=Z((()=>({[Vf.LOWER]:Gy(O,R,$[Vf.LOWER]),[Vf.UPPER]:Gy(O,R,$[Vf.UPPER])})),[O,R,$]),{[Vf.LOWER]:ee,[Vf.UPPER]:te}=J,ne=Boolean(!X&&q&&ee&&te&&(q.lessThan(ee)||q.greaterThan(te))),ie=Yy(v,A[y]),oe=Z((()=>{const e=null==ie?void 0:ie.wrapped,t=E===Uf.CURRENCY_B?T:w;if(ie&&e&&"number"==typeof G&&"number"==typeof Y&&H){if(ne||X)return;const n=e.currency.equals(H.token0)?hy.fromAmount0({pool:H,tickLower:G,tickUpper:Y,amount0:ie.quotient,useFullPrecision:!0}):hy.fromAmount1({pool:H,tickLower:G,tickUpper:Y,amount1:ie.quotient}),i=e.currency.equals(H.token0)?n.amount1:n.amount0;return t&&mx.fromRawAmount(t,i.quotient)}}),[ie,ne,E,T,w,G,Y,H,X]),re=Z((()=>({[Uf.CURRENCY_A]:y===Uf.CURRENCY_A?ie:oe,[Uf.CURRENCY_B]:y===Uf.CURRENCY_A?oe:ie})),[oe,ie,y]),ae=Boolean("number"==typeof Y&&H&&H.tickCurrent>=Y),se=Boolean("number"==typeof G&&H&&H.tickCurrent<=G),de=X||Boolean(ae&&H&&I&&H.token0.equals(I)||se&&H&&I&&H.token1.equals(I)),ce=X||Boolean(ae&&H&&S&&H.token0.equals(S)||se&&H&&S&&H.token1.equals(S)),{inputTax:ue,outputTax:pe}=function(e,t,n){const[{inputTax:i,outputTax:o},r]=z({inputTax:Sx,outputTax:Sx});return{inputTax:i,outputTax:o}}((null==w?void 0:w.isToken)&&w.address,(null==T?void 0:T.isToken)&&T.address),he=Z((()=>{var e,t;if(!H||!I||!S||"number"!=typeof G||"number"!=typeof Y||X)return;const n=ae?Ax:null===(e=null==re?void 0:re[I.equals(H.token0)?Uf.CURRENCY_A:Uf.CURRENCY_B])||void 0===e?void 0:e.quotient,i=se?Ax:null===(t=null==re?void 0:re[I.equals(H.token0)?Uf.CURRENCY_B:Uf.CURRENCY_A])||void 0===t?void 0:t.quotient;return void 0!==n&&void 0!==i?hy.fromAmounts({pool:H,tickLower:G,tickUpper:Y,amount0:n,amount1:i,useFullPrecision:!0}):void 0}),[re,H,I,S,ae,se,X,G,Y]);let me;g||(me=le._({id:"r7ScnQ",message:"Connect to a wallet"})),B===qy.INVALID&&(me=null!=me?me:le._({id:"R7D79P",message:"Invalid pair"})),U&&(me=null!=me?me:le._({id:"HXBqgG",message:"Invalid price input"})),(re[Uf.CURRENCY_A]||de)&&(re[Uf.CURRENCY_B]||ce)||(me=null!=me?me:le._({id:"iPMIoT",message:"Enter an amount"}));const{[Uf.CURRENCY_A]:ge,[Uf.CURRENCY_B]:fe}=re;ge&&(null===(u=null==P?void 0:P[Uf.CURRENCY_A])||void 0===u?void 0:u.lessThan(ge))&&(me=le._({id:"m6RmA/",message:"Insufficient {0} balance",values:{0:null===(p=A[Uf.CURRENCY_A])||void 0===p?void 0:p.symbol}})),fe&&(null===(h=null==P?void 0:P[Uf.CURRENCY_B])||void 0===h?void 0:h.lessThan(fe))&&(me=le._({id:"m6RmA/",message:"Insufficient {0} balance",values:{0:null===(m=A[Uf.CURRENCY_B])||void 0===m?void 0:m.symbol}}));const xe=ue.greaterThan(0)||pe.greaterThan(0),ye=B===qy.INVALID||xe;return{dependentField:E,currencies:A,pool:D,poolState:B,currencyBalances:P,parsedAmounts:re,ticks:$,price:q,pricesAtTicks:J,pricesAtLimit:K,position:he,noLiquidity:N,errorMessage:me,invalidPool:ye,invalidRange:X,outOfRange:ne,depositADisabled:de,depositBDisabled:ce,invertPrice:F,ticksAtLimit:Q,isTaxed:xe}}var Ky;function Jy(e,t){switch(t.type){case Ky.UpdateBaseToken:{const n=t.payload;return Object.assign(Object.assign({},e),{baseToken:$y(n)})}case Ky.UpdateDefaultBaseToken:{const n=t.payload;return e.baseToken?e:Object.assign(Object.assign({},e),{baseToken:$y(n)})}case Ky.UpdateQuoteToken:{const n=t.payload;return Object.assign(Object.assign({},e),{quoteToken:$y(n)})}case Ky.UpdateDefaultQuoteToken:{const n=t.payload;return e.quoteToken?e:Object.assign(Object.assign({},e),{quoteToken:$y(n)})}case Ky.UpdateBaseTokenAndClearQuoteToken:{const n=t.payload;return Object.assign(Object.assign({},e),{baseToken:$y(n),quoteToken:null})}case Ky.UpdateFeeAmount:return Object.assign(Object.assign({},e),{feeAmount:t.payload});case Ky.ToggleRate:{const{baseToken:t,quoteToken:n}=e;return Object.assign(Object.assign({},e),{baseToken:n,quoteToken:t})}case Ky.setFullRange:return Object.assign(Object.assign({},e),{leftRangeTypedValue:!0,rightRangeTypedValue:!0});case Ky.typeStartPriceInput:return Object.assign(Object.assign({},e),{startPriceTypedValue:t.payload.typedValue});case Ky.typeLeftRangeInput:return Object.assign(Object.assign({},e),{leftRangeTypedValue:t.payload.typedValue});case Ky.typeRightRangeInput:return Object.assign(Object.assign({},e),{rightRangeTypedValue:t.payload.typedValue});case Ky.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 ev({noLiquidity:e,dispatch:t}){return{onFieldAInput:$((n=>{t({type:Ky.typeInput,payload:{field:Uf.CURRENCY_A,typedValue:n,noLiquidity:!0===e}})}),[t,e]),onFieldBInput:$((n=>{t({type:Ky.typeInput,payload:{field:Uf.CURRENCY_B,typedValue:n,noLiquidity:!0===e}})}),[t,e]),onLeftRangeInput:$((e=>{t({type:Ky.typeLeftRangeInput,payload:{typedValue:e}})}),[t]),onRightRangeInput:$((e=>{t({type:Ky.typeRightRangeInput,payload:{typedValue:e}})}),[t]),onStartPriceInput:$((e=>{t({type:Ky.typeStartPriceInput,payload:{typedValue:e}})}),[t])}}function tv(e){return e?sx[e]:void 0}function nv(e,t){const n=tv(t),i=Z((()=>e?e.map((e=>[e])):[]),[e]),o=We(Ll.getPositions(t,n,i)),r=o.isLoading,a=o.error,s=Z((()=>{var t;if(!r&&!a&&e)return null===(t=o.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()})))}),[r,a,o,e]);return{loading:r,positions:null==s?void 0:s.map(((e,t)=>Object.assign(Object.assign({},e),{tokenId:i[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"}(Ky||(Ky={}));const iv=Gt.exponentiate(Gt.BigInt(10),Gt.BigInt(16));function ov(e){if(e)return e.currency.isNative?Gt.greaterThan(e.quotient,iv)?mx.fromRawAmount(e.currency,Gt.subtract(e.quotient,iv)):mx.fromRawAmount(e.currency,Gt.BigInt(0)):e}const rv=1e4,av=100*rv;function sv(e){const t=Math.floor(Number(e)*rv);return new xx(t,av)}const lv=({token:e,amount:t})=>{var n;const o=a();return Cn.jsxs(i,{sx:{py:8,display:"flex",alignItems:"center",gap:6,typography:"h5",color:o.palette.text.primary},children:[Cn.jsx(yc,{address:null!==(n=null==e?void 0:e.address)&&void 0!==n?n:"",chainId:null==e?void 0:e.chainId,noShowChain:!0,width:24,height:24,marginRight:0}),Cn.jsx(i,{children:null==e?void 0:e.symbol}),Cn.jsx(i,{sx:{ml:"auto"},children:ms({input:null==t?void 0:t.toSignificant(),decimals:null==e?void 0:e.decimals})})]})},dv=({chainId:e,baseToken:t,quoteToken:n,feeAmount:o,tokenId:r,onClose:s})=>{var l,d;const{isMobile:c}=ld(),u=a(),p=Cd(),h=$e(),{account:m}=$l(),{position:g,loading:f}=function(e,t){var n;const i=nv(e?[e]:void 0,t);return{loading:i.loading,position:null===(n=i.positions)||void 0===n?void 0:n[0]}}(r,e),x=!!g&&!f,{position:y}=function(e,t,n){const i=Z((()=>t?$y(t):void 0),[t]),o=Z((()=>n?$y(n):void 0),[n]),[,r]=Uy(null!=i?i:void 0,null!=o?o:void 0,null==e?void 0:e.fee);let a;return r&&e&&(a=new hy({pool:r,liquidity:e.liquidity.toString(),tickLower:e.tickLower,tickUpper:e.tickUpper})),{position:a,pool:null!=r?r:void 0}}(g,t,n),[v,b]=z("stake"),[j,C]=z(!1),[w,k]=z(Ff),[T,E]=ee(Jy,{baseToken:$y(t),quoteToken:$y(n),feeAmount:o,independentField:Uf.CURRENCY_A,typedValue:"",startPriceTypedValue:"",leftRangeTypedValue:"",rightRangeTypedValue:""}),{independentField:I,typedValue:S,startPriceTypedValue:O}=T,{pool:R,ticks:_,dependentField:M,price:P,pricesAtTicks:B,pricesAtLimit:D,parsedAmounts:N,currencyBalances:q,position:U,noLiquidity:V,currencies:H,errorMessage:W,invalidPool:$,invalidRange:G,outOfRange:Y,depositADisabled:Q,depositBDisabled:X,invertPrice:K,ticksAtLimit:J,isTaxed:te}=Xy({state:T,existingPosition:y}),{position:ne,liquidityPercentage:ie,liquidityValue0:oe,liquidityValue1:re,feeValue0:ae,feeValue1:se,error:de}=function({percent:e,position:t,asWETH:n,baseToken:i,quoteToken:o}){const{account:r,chainId:a}=$l(),[s,l]=Z((()=>[null==i?void 0:i.wrapped,null==o?void 0:o.wrapped]),[i,o]),[d,c]=Z((()=>s&&l?s.sortsBefore(l)?[s,l]:[l,s]:[void 0,void 0]),[s,l]),[,u]=Uy(null!=d?d:void 0,null!=c?c:void 0,null==t?void 0:t.fee),p=Z((()=>u&&(null==t?void 0:t.liquidity)&&"number"==typeof(null==t?void 0:t.tickLower)&&"number"==typeof(null==t?void 0:t.tickUpper)?new hy({pool:u,liquidity:t.liquidity.toString(),tickLower:t.tickLower,tickUpper:t.tickUpper}):void 0),[u,t]),h=new xx(e,100),m=p?h.multiply(p.amount0.quotient).quotient:void 0,g=p?h.multiply(p.amount1.quotient).quotient:void 0,f=d&&m?mx.fromRawAmount(d,m):void 0,x=c&&g?mx.fromRawAmount(c,g):void 0,y=!(!u||!t)&&(u.tickCurrent<t.tickLower||u.tickCurrent>t.tickUpper);let v;return r||(v=le._({id:"r7ScnQ",message:"Connect to a wallet"})),0===e&&(v=null!=v?v:le._({id:"Sta9CR",message:"Enter a percent"})),{position:p,liquidityPercentage:h,liquidityValue0:f,liquidityValue1:x,feeValue0:void 0,feeValue1:void 0,outOfRange:y,error:v}}({position:g,asWETH:void 0,percent:w,baseToken:T.baseToken,quoteToken:T.quoteToken}),ce="0"===(null==g?void 0:g.liquidity),[ue,pe]=function({chainId:e,pool:t,tokenId:n,asWETH:i}){var o;const r=tv(e),a=null===(o=wt.from(n))||void 0===o?void 0:o.toHexString(),s=We(Ll.getOwner(e,r,n)),l=We(Ll.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?[mx.fromRawAmount(t.token0,l.data.amount0.toString()),mx.fromRawAmount(t.token1,l.data.amount1.toString())]:[void 0,void 0]}({pool:null!=R?R:void 0,tokenId:r,asWETH:!1,chainId:e}),he=pe,me=ue;Z((()=>{var e;return null===(e=K?null==P?void 0:P.invert():P)||void 0===e?void 0:e.toSignificant()}),[K,P]);const{onFieldAInput:ge,onFieldBInput:fe,onLeftRangeInput:xe,onRightRangeInput:ye,onStartPriceInput:ve}=ev({noLiquidity:V,dispatch:E}),{slipper:je,setSlipper:Ce,slipperValue:we,resetSlipper:ke}=Df({address:void 0,type:"AMMV3"}),Te=!W&&!G,Ee=Z((()=>{var e,t;return{[I]:S,[M]:null!==(t=null===(e=N[M])||void 0===e?void 0:e.toSignificant(6))&&void 0!==t?t:""}}),[M,I,N,S]),Ae=Z((()=>[Uf.CURRENCY_A,Uf.CURRENCY_B].reduce(((e,t)=>Object.assign(Object.assign({},e),{[t]:ov(q[t])})),{})),[q]),Ie=Hd(zy(null===(l=N[Uf.CURRENCY_A])||void 0===l?void 0:l.currency),{contractAddress:sx[e],overrideBalance:q[Uf.CURRENCY_A]?new Se(q[Uf.CURRENCY_A].toSignificant()):void 0,amount:N[Uf.CURRENCY_A]?new Se(N[Uf.CURRENCY_A].toSignificant()):void 0}),Le=Hd(zy(null===(d=N[Uf.CURRENCY_B])||void 0===d?void 0:d.currency),{contractAddress:sx[e],overrideBalance:q[Uf.CURRENCY_B]?new Se(q[Uf.CURRENCY_B].toSignificant()):void 0,amount:N[Uf.CURRENCY_B]?new Se(N[Uf.CURRENCY_B].toSignificant()):void 0}),{[Vf.LOWER]:Oe,[Vf.UPPER]:Re}=_,{[Vf.LOWER]:_e,[Vf.UPPER]:Me}=B,{deadLine:Pe}=Tn(),Be=ze({mutationFn:()=>mn(void 0,void 0,void 0,(function*(){if(!m||!e||!U)return;if(!T.baseToken||!T.quoteToken)return;const t=Math.ceil(Date.now()/1e3)+(null!=Pe?Pe:600),n=T.baseToken.isNative?T.baseToken:T.quoteToken.isNative?T.quoteToken:void 0;try{const{calldata:i,value:o}=ky.addCallParameters(U,{tokenId:r,slippageTolerance:sv(100*we),deadline:t.toString(),useNative:n});let a={to:sx[e],data:i,value:o};(yield p.execute(le._({id:"OBdohg",message:"Add Liquidity"}),Object.assign({opcode:fd.TX},a),{early:!1,metadata:{[cd.addAMMV3Pool]:"1"}}))===ud.Success&&(C(!1),setTimeout((()=>{null==s||s()}),100)),h.invalidateQueries({queryKey:[be,"ammv3"],refetchType:"all"})}catch(e){console.error("onAddMutation",e)}}))}),De=ze({mutationFn:()=>mn(void 0,void 0,void 0,(function*(){if(!(m&&e&&ne&&ie&&oe&&re))return;const t=Math.ceil(Date.now()/1e3)+(null!=Pe?Pe:600);try{const{calldata:n,value:i}=ky.removeCallParameters(ne,{tokenId:r.toString(),liquidityPercentage:ie,slippageTolerance:sv(100*we),deadline:t.toString(),collectOptions:{expectedCurrencyOwed0:null!=ae?ae:mx.fromRawAmount(oe.currency,0),expectedCurrencyOwed1:null!=se?se:mx.fromRawAmount(re.currency,0),recipient:m}});let o={to:sx[e],data:n,value:i};(yield p.execute(le._({id:"3XBvkd",message:"Remove Liquidity"}),Object.assign({opcode:fd.TX},o),{early:!1,metadata:{[cd.removeAMMV3Pool]:"1"}}))===ud.Success&&setTimeout((()=>{null==s||s()}),100),h.invalidateQueries({queryKey:[be,"ammv3"],refetchType:"all"})}catch(e){console.error("onRemoveMutation",e)}}))}),Ne=ze({mutationFn:()=>mn(void 0,void 0,void 0,(function*(){if(m&&e&&R)try{const{calldata:t,value:n}=ky.collectCallParameters({tokenId:r.toString(),expectedCurrencyOwed0:null!=ue?ue:mx.fromRawAmount(R.token0,0),expectedCurrencyOwed1:null!=pe?pe:mx.fromRawAmount(R.token1,0),recipient:m});let i={to:sx[e],data:t,value:n};(yield p.execute(le._({id:"zXCpR0",message:"Claim Rewards"}),Object.assign({opcode:fd.TX},i),{early:!1,metadata:{[cd.claimAMMV3Pool]:"1"}}))===ud.Success&&setTimeout((()=>{null==s||s()}),100),h.invalidateQueries({queryKey:[be,"ammv3"],refetchType:"all"})}catch(e){console.error("onClaimMutation",e)}}))}),Fe=Z((()=>{var t,n,o,r;const a=[{key:"stake",value:le._({id:"m16xKo",message:"Add"})},{key:"unstake",value:le._({id:"t/YqKh",message:"Remove"})},{key:"claim",value:le._({id:"hom7qf",message:"Claim"})}];return Cn.jsxs(i,{sx:{borderRadius:16,backgroundColor:u.palette.background.paper},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:20,py:24,borderTopLeftRadius:16,borderTopRightRadius:16,backgroundColor:u.palette.background.paper},children:[Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:u.palette.text.primary},children:le._({id:"E6MqGy",message:"Add liquidity"})}),s?Cn.jsx(i,{sx:{display:"flex",justifyContent:"center",alignItems:"center",width:24,height:24,borderRadius:"50%",borderWidth:1,color:"text.secondary",cursor:"pointer"},children:Cn.jsx(i,{component:Mn.Error,sx:{width:16,height:16},onClick:()=>{s()}})}):void 0]}),x&&y&&Cn.jsx(i,{sx:{mx:20,mb:16},children:Cn.jsx(Iy,{position:y,inRange:!Y})}),Cn.jsxs(A,{value:v,onChange:(e,t)=>{b(t)},children:[Cn.jsx(F,{tabs:a,variant:"inPaper",tabsListSx:{mx:20}}),Cn.jsxs(L,{value:"stake",children:[x&&y&&Cn.jsx(i,{sx:{mt:16,mx:20},children:Cn.jsx(Oy,{position:y,title:le._({id:"3VUfrF",message:"Selected Range"}),ticksAtLimit:J})}),Cn.jsxs(i,{sx:{mt:16,mx:20,display:"flex",flexDirection:"column",alignItems:"stretch",gap:12},children:[Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:u.palette.text.secondary,textAlign:"left"},children:le._({id:"BRi+RY",message:"Add more liquidity"})}),Cn.jsxs(i,{children:[Cn.jsx(rx,{value:Ee[Uf.CURRENCY_A],onUserInput:ge,maxAmount:Ae[Uf.CURRENCY_A],balance:q[Uf.CURRENCY_A],currency:null!==(t=H[Uf.CURRENCY_A])&&void 0!==t?t:null,locked:Q}),Cn.jsx(Pm,{}),Cn.jsx(rx,{value:Ee[Uf.CURRENCY_B],onUserInput:fe,maxAmount:Ae[Uf.CURRENCY_B],balance:q[Uf.CURRENCY_B],currency:null!==(n=H[Uf.CURRENCY_B])&&void 0!==n?n:null,locked:X})]}),Cn.jsx(Nf,{value:je,onChange:Ce,disabled:!1,type:"AMMV3"})]}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",px:20,py:16,borderBottomLeftRadius:16,borderBottomRightRadius:16,backgroundColor:u.palette.background.paper},children:Cn.jsx(ex,{chainId:e,approvalA:Ie,approvalB:Le,parsedAmounts:N,isValid:Te,depositADisabled:Q,depositBDisabled:X,errorMessage:W,setShowConfirm:C})}),Cn.jsx(Ny,{parsedAmounts:N,position:U,existingPosition:void 0,priceLower:_e,priceUpper:Me,outOfRange:Y,ticksAtLimit:J,on:j,onClose:()=>{C(!1)},onConfirm:Be.mutate,loading:Be.isPending})]}),Cn.jsxs(L,{value:"unstake",children:[Cn.jsxs(i,{sx:{mt:16,mx:20,display:"flex",flexDirection:"column",alignItems:"stretch",gap:12},children:[Cn.jsx(Lf,{disabled:!1,value:w,onChange:e=>k(e)}),Cn.jsx(Nf,{value:je,onChange:Ce,disabled:!1,type:"AMMV3"})]}),Cn.jsxs(i,{sx:{mt:16,mx:20,display:"flex",alignItems:"flex-start",justifyContent:"space-between"},children:[Cn.jsx(i,{sx:{typography:"body2",color:u.palette.text.secondary},children:"Receive"}),Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-end",gap:4},children:[Cn.jsxs(i,{sx:{typography:"body1",fontWeight:600,color:u.palette.text.primary},children:[Cn.jsx(i,{component:"span",sx:{color:u.palette.primary.main},children:oe?ms({input:oe.toExact(),decimals:oe.currency.decimals}):"-"})," ",null===(o=null==oe?void 0:oe.currency)||void 0===o?void 0:o.symbol]}),Cn.jsxs(i,{sx:{typography:"body1",fontWeight:600,color:u.palette.text.primary},children:[Cn.jsx(i,{component:"span",sx:{color:u.palette.primary.main},children:re?ms({input:re.toExact(),decimals:re.currency.decimals}):"-"})," ",null===(r=null==re?void 0:re.currency)||void 0===r?void 0:r.symbol]})]})]}),Cn.jsx(i,{sx:{mt:20,display:"flex",alignItems:"center",px:20,py:16,borderBottomLeftRadius:16,borderBottomRightRadius:16,backgroundColor:u.palette.background.paper},children:Cn.jsx(Ry,{chainId:e,disabled:ce||0===w||!oe,removed:ce,error:de,onConfirm:De.mutate,isLoading:De.isPending})})]}),Cn.jsxs(L,{value:"claim",children:[Cn.jsxs(i,{sx:{mx:20,mt:16,borderRadius:12,borderWidth:1,borderStyle:"solid",borderColor:u.palette.border.main},children:[Cn.jsx(i,{sx:{py:12,px:20,typography:"body1",color:u.palette.text.primary,borderBottomWidth:1,borderBottomStyle:"solid",borderBottomColor:u.palette.border.main},children:le._({id:"tu/fxg",message:"Claim fees"})}),Cn.jsxs(i,{sx:{p:20},children:[Cn.jsx(lv,{token:null==he?void 0:he.currency,amount:he}),Cn.jsx(lv,{token:null==me?void 0:me.currency,amount:me})]})]}),Cn.jsx(i,{sx:{mx:20,mt:16,typography:"h6",color:u.palette.text.secondary},children:le._({id:"Joa5Dk",message:"*Collecting fees will withdraw currently available fees for you."})}),Cn.jsx(i,{sx:{mt:20,display:"flex",alignItems:"center",px:20,py:16,borderBottomLeftRadius:16,borderBottomRightRadius:16,backgroundColor:u.palette.background.paper},children:Cn.jsx(tx,{chainId:e,disabled:Ne.isPending,onConfirm:Ne.mutate,isLoading:Ne.isPending})})]})]})]})}),[Ie,Le,e,H,q,Q,X,de,W,y,me,he,Ee,x,Te,oe,re,Ae,Be.isPending,Be.mutate,Ne.isPending,Ne.mutate,s,ge,fe,De.isPending,De.mutate,v,Y,N,U,_e,Me,ce,Ce,j,w,je,u.palette.background.paper,u.palette.border.main,u.palette.primary.main,u.palette.text.primary,u.palette.text.secondary,J]);return c?Cn.jsx(uc,{open:null!=t&&null!=n,onClose:s,scope:!c,modal:c,id:"pool-operate",children:Fe}):Fe};const cv=({outOfRange:e})=>{const t=a();return Cn.jsx(l,{title:e?le._({id:"i3Z+/Z",message:"Out of range"}):le._({id:"vOyUlD",message:"In range"}),children:Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},children:e?Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",children:Cn.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:t.palette.warning.main})}):Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",children:Cn.jsx("circle",{cx:"4",cy:"4",r:"4",fill:t.palette.success.main})})})})},uv=({p:e,currency0:t,currency1:n,onClickManage:o})=>{const r=a(),[,s]=Uy(null!=t?t:void 0,null!=n?n:void 0,e.fee),l=Z((()=>{if(s)return new hy({pool:s,liquidity:e.liquidity.toString(),tickLower:e.tickLower,tickUpper:e.tickUpper})}),[e.liquidity,e.tickLower,e.tickUpper,s]),d=(u=e.fee,p=e.tickLower,h=e.tickUpper,Z((()=>({[Vf.LOWER]:u&&p?p===ay(Hx.MIN_TICK,Rx[u]):void 0,[Vf.UPPER]:u&&h?h===ay(Hx.MAX_TICK,Rx[u]):void 0})),[u,p,h]));var u,p,h;const m=null==l?void 0:l.token0PriceLower,g=null==l?void 0:l.token0PriceUpper,f=null==l?void 0:l.amount1.currency,x=null==l?void 0:l.amount0.currency,y=!!s&&(s.tickCurrent<e.tickLower||s.tickCurrent>=e.tickUpper),v=t==t?null==l?void 0:l.pool.priceOf(null==l?void 0:l.pool.token0):null==l?void 0:l.pool.priceOf(null==l?void 0:l.pool.token1);return Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-start",gap:24,px:20,py:20,pb:12,borderRadius:12,backgroundColor:r.palette.background.paperContrast},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"flex-start",gap:4},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,typography:"h5",color:r.palette.text.primary},children:[Cn.jsx(i,{children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("span",{children:[Sy({price:m,atLimit:d,direction:Vf.LOWER})," "]}),null==f?void 0:f.symbol]})}),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:Cn.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"})}),Cn.jsx(i,{children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("span",{children:[Sy({price:g,atLimit:d,direction:Vf.UPPER})," "]}),null==f?void 0:f.symbol]})})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4},children:[Cn.jsx(cv,{outOfRange:y}),Cn.jsxs(i,{sx:{typography:"h6",color:r.palette.text.secondary},children:[le._({id:"DWd30U",message:"Current price"}),": ",`${ms({input:null==v?void 0:v.toSignificant()})}`," ",null==f?void 0:f.symbol," per ",null==x?void 0:x.symbol]})]})]}),Cn.jsx(c,{variant:c.Variant.outlined,size:c.Size.small,fullWidth:!0,onClick:o,children:le._({id:"wckWOP",message:"Manage"})})]})},pv=({chainId:e,baseToken:t,quoteToken:n,feeAmount:o,onClose:r,handleGoToAddLiquidityV3:s})=>{const{isMobile:l}=ld(),d=a(),{account:u}=$l(),{positions:p,loading:h}=function(e,t){const n=tv(t),{isLoading:i,data:o}=We(Ll.getBalanceOf(t,n,null!=e?e:void 0)),r=Z((()=>{if(e&&o&&o.isFinite()){const t=[];for(let n=0;n<o.toNumber();n++)t.push([e,n]);return t}return[]}),[e,o]),a=We(Ll.getTokenOfOwnerByIndex(t,n,r)),s=a.isLoading,l=Z((()=>e&&a.data?a.data.map((e=>{if(Array.isArray(e)&&e.length>0)return e[0].toString()})):[]),[e,a]),{positions:d,loading:c}=nv(l,t);return{loading:s||i||c,positions:d}}(u,e),m=Z((()=>t?$y(t):void 0),[t]),g=Z((()=>n?$y(n):void 0),[n]),[f,x]=Z((()=>[null==m?void 0:m.wrapped,null==g?void 0:g.wrapped]),[m,g]),[y,v]=Z((()=>f&&x?f.sortsBefore(x)?[f,x]:[x,f]:[void 0,void 0]),[f,x]),b=Z((()=>{if(void 0!==p)return p.filter((e=>Wy(null==y?void 0:y.address,e.token0)&&Wy(null==v?void 0:v.address,e.token1)&&e.fee===o))}),[o,p,null==y?void 0:y.address,null==v?void 0:v.address]),[j,C]=z(null),w=Z((()=>{var e;return Cn.jsxs(i,{sx:{p:20,display:"flex",flexDirection:"column",gap:16,borderRadius:16,backgroundColor:d.palette.background.paper,minHeight:480},children:[Cn.jsxs(i,{sx:{pb:16,borderBottomColor:d.palette.border.main,borderBottomStyle:"solid",borderBottomWidth:1,display:"flex",justifyContent:"space-between",alignItems:"center"},children:[Cn.jsxs(i,{sx:{typography:"body1",fontWeight:600,color:d.palette.text.primary},children:[le._({id:"Gs02OK",message:"My Positions"})," (",null!==(e=null==b?void 0:b.length)&&void 0!==e?e:0,")"]}),r?Cn.jsx(i,{sx:{display:"flex",justifyContent:"center",alignItems:"center",width:24,height:24,borderRadius:"50%",borderWidth:1,color:"text.secondary",cursor:"pointer"},children:Cn.jsx(i,{component:Mn.Error,sx:{width:16,height:16},onClick:()=>{r()}})}):void 0]}),b&&b.length>0?Cn.jsxs(Cn.Fragment,{children:[null==b?void 0:b.map((e=>Cn.jsx(uv,{p:e,currency0:m,currency1:g,onClickManage:()=>{C(e)}},e.tokenId))),Cn.jsxs(c,{size:c.Size.big,variant:c.Variant.second,onClick:()=>{s({from:t.address,to:n.address,fee:String(o)})},sx:{gap:8},children:[Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:Cn.jsx("path",{d:"M19 13H13V19H11V13H5V11H11V5H13V11H19V13Z",fill:"currentColor"})}),le._({id:"FQ4aT9",message:"Add Position"})]})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{mt:100,display:"flex",flexDirection:"column",alignItems:"center",gap:12},children:[Cn.jsx(En,{sx:{width:60,height:60,borderRadius:24/105*60}}),Cn.jsx(i,{sx:{typography:"body1",color:d.palette.text.secondary},children:le._({id:"/6L4mj",message:"Your position is empty"})})]}),Cn.jsx(i,{sx:{display:"flex",justifyContent:"center",alignItems:"center"},children:void 0!==b&&0===b.length?Cn.jsx(c,{size:c.Size.small,onClick:()=>{s({from:t.address,to:n.address,fee:String(o)})},children:le._({id:"FQ4aT9",message:"Add Position"})}):Cn.jsx(Hf,{size:c.Size.small})})]})]})}),[d.palette.background.paper,d.palette.border.main,d.palette.text.primary,d.palette.text.secondary,b,r,m,g,s,t.address,n.address,o]);return null!==j?Cn.jsx(dv,{baseToken:t,quoteToken:n,feeAmount:o,tokenId:j.tokenId,chainId:e,onClose:()=>{C(null)}}):l?Cn.jsx(uc,{open:null!=t&&null!=n,onClose:r,scope:!l,modal:l,id:"pool-operate",children:w}):w};function hv(e,t,n,i){return"CLASSICAL"===i&&e&&t&&e.isEqualTo(t)?e.times(`1e${n}`).minus(1).div(`1e${n}`):e}function mv(e,t){return e.lte(0)?new Le(0):t.div(e)}function gv(e,t,n,i,o,r,a){const s=o&&function(e){return-1!==["0x9D9793e1E18CDEe6cf63818315D55244f73EC006","0x0D04146B2Fe5d267629a7eb341Fb4388DcdBD22f","0x3D9d765b0fbAf594F90F07bc42889473e6613C7A","0x3854BdcB1a7cBA4b1A5f9a7C8719e247Df4c42c6","0xA46F5eC3219f956d14C6816Ef9cf6CaBf13bdD77","0xB16f2Ff8E8499E31B257d2A02D25e8956Ae6aFe7"].findIndex((t=>t.toLowerCase()===e.toLowerCase()))}(o);let l,d;const c="CLASSICAL"===r?i:n;if(e&&t&&c&&void 0!==a){if(d=mv(t,c),l=e.times(d),"CLASSICAL"===r&&s){if(!i)return[void 0,void 0];l.gt(i)&&n&&(d=mv(t,Le.min(i,n)),l=l.times(d))}return[d,l.dp(Number(a),Le.ROUND_DOWN)]}return[void 0,void 0]}function fv({account:e,pool:t}){var n,i;const{chainId:o,address:r,type:a,baseTokenDecimals:s,quoteTokenDecimals:l,baseLpTokenDecimals:d,quoteLpTokenDecimals:c}=null!=t?t:{},u=We(Sl.getTotalBaseLpQuery(o,r,a,d)),p=We(Sl.getTotalQuoteLpQuery(o,r,a,c)),h=We(Sl.getUserBaseLpQuery(o,r,a,d,e)),m=We(Sl.getUserQuoteLpQuery(o,r,a,c,e)),g=We(Sl.getReserveLpQuery(o,r,a,s,l)),f=We(Sl.getClassicalTargetQuery(o,r,a,s,l)),x=u.data,y=p.data,{baseReserve:v,quoteReserve:b}=g.data||{},j=null===(n=f.data)||void 0===n?void 0:n.baseTarget,C=null===(i=f.data)||void 0===i?void 0:i.quoteTarget,w="DPP"===a,k=w?v:hv(h.data,x,d,a),T=w?b:hv(m.data,y,c,a),[E,A]=w?[new Le(1),v]:gv(k,x,v,j,r,a,s);let I,S;if(b){let e=p.data;e||p.isLoading||p.error||!x||(e=x);const t=m.isFetched&&!m.error&&null===T?k:T;w?(I=new Le(1),S=b):m.isLoading||m.error||f.error||t?[I,S]=gv(t,e,b,C,r,a,l):S=new Le(0)}const L=h.isLoading||m.isLoading,O=h.isError||m.isError,R=()=>{h.refetch(),m.refetch(),u.refetch(),p.refetch(),g.refetch(),f.refetch()},_=L||u.isLoading||p.isLoading||g.isLoading||f.isLoading,M=O||u.isError||p.isError||g.isError||f.isError,P="DVM"===(null==t?void 0:t.type)&&(!b||b.isZero());return{totalBaseLpBalance:x,totalQuoteLpBalance:y,baseReserve:v,quoteReserve:b,classicalBaseTarget:j,classicalQuoteTarget:C,userBaseLpBalance:k,userQuoteLpBalance:T,userBaseLpToTokenBalance:A,userQuoteLpToTokenBalance:S,baseLpToTokenProportion:E,quoteLpToTokenProportion:I,isSinglePool:P,userLpBalanceLoading:L,userLpToTokenBalanceLoading:_,userLpBalanceError:O,userLpToTokenBalanceError:M,userLpToTokenBalanceRefetch:R,error:M,loading:_,refetch:R}}const xv=new we({contractRequests:va});function yv({chainId:e,address:t,showName:n,size:o,offset:r,rightContent:a}){const s=Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:r},children:[Cn.jsx(yc,{chainId:e,address:t,width:o,height:o,noShowChain:!0,marginRight:0}),n]});return a?Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center"},children:[s,a]}):s}function vv({miningItem:e}){var t,n;const{account:i}=$l(),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,g;const f={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(f),a.push(xv.getPendingRewardQuery(e.chainId,s,i,f.address,f.decimals,t));else switch(e.type){case"classical":r.push(f),a.push(xv.getPendingRewardQuery(e.chainId,s,i,null!==(u=null===(c=e.baseLpToken)||void 0===c?void 0:c.address)&&void 0!==u?u:"",f.decimals,"2")),r.push(f),a.push(xv.getPendingRewardQuery(e.chainId,s,i,null!==(h=null===(p=e.quoteLpToken)||void 0===p?void 0:p.address)&&void 0!==h?h:"",f.decimals,"2"));break;case"vdodo":case"single":r.push(f),a.push(xv.getPendingRewardQuery(e.chainId,s,i,null!==(g=null===(m=e.baseToken)||void 0===m?void 0:m.address)&&void 0!==g?g:"",f.decimals,"2"));break;default:throw new Error(`type: ${e.type} is not valid.`)}}))}return Ze({queries:a,combine:e=>{let t=new Se(0),n=new Se(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 bv({value:e,label:t,tokenList:n,loading:o}){const r=a();return Cn.jsxs(i,{sx:{flexGrow:0,flexShrink:1,width:"30%"},children:[Cn.jsx(i,{sx:{typography:"h6",color:r.palette.text.secondary},children:t}),Cn.jsxs(i,{sx:{mt:8,typography:"body1",fontWeight:600,color:r.palette.text.primary,display:"flex",alignItems:"center",gap:4},children:[Cn.jsx(v,{loading:o,loadingProps:{width:30},children:e?`$${ms({input:e,decimals:2})}`:"-"}),Cn.jsx(l,{placement:"top",title:Cn.jsx(i,{sx:{display:"flex",flexDirection:"column",gap:8,width:190,color:"text.primary",fontWeight:600},children:n.map((e=>{var t;return Cn.jsx(yv,{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:Cn.jsx(i,{component:d,sx:{display:"flex",alignItems:"center",color:r.palette.text.secondary,width:16,height:16,"&:hover":{color:"text.primary"}},children:Cn.jsx(Mn.DetailBorder,{})})})]})]})}function jv({chainId:t,loading:n,miningItem:o,miningContractAddress:r,stakedTokenUSD:s,stakedTokenUSDLoading:l,miningTitle:d,associatedMineSectionShort:c,stakedTokenList:u,isEnded:p}){var h,m;const g=a(),f=vv({miningItem:o});return Cn.jsxs(i,{sx:{backgroundColor:g.palette.background.paper,borderRadius:8,borderColor:g.palette.border.main,borderStyle:"solid",borderWidth:1,mb:20},children:[c?null:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{py:12,px:20,display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(v,{loading:n,loadingProps:{width:100},children:Cn.jsx(Gm,{width:24,tokens:u,gap:-6,chainId:t,mr:4,showChainLogo:!1})}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4},children:[Cn.jsx(i,{sx:{color:g.palette.text.primary,typography:"body2",fontWeight:600,display:"flex",alignItems:"center"},children:null!=d?d:"-"}),p&&Cn.jsx(i,{sx:{backgroundColor:g.palette.border.disabled,borderRadius:4,typography:"h6",fontWeight:500,px:8,color:g.palette.text.disabled},children:Cn.jsx(e,{id:"237hSL",message:"Ended"})})]}),Cn.jsx(bm,{size:"small",truncate:!0,address:null!=r?r:"",iconSpace:4,sx:{color:g.palette.text.secondary,typography:"h6"},customChainId:t})]})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",color:g.palette.text.secondary,typography:"h6",cursor:"pointer"},onClick:()=>{Af.getState().push({type:Ef.MiningDetail,params:{address:r,chainId:t}})},children:[Cn.jsx(e,{id:"URmyfc",message:"Details"}),Cn.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:Cn.jsx("path",{d:"M7.5 4.5L6.4425 5.5575L9.8775 9L6.4425 12.4425L7.5 13.5L12 9L7.5 4.5Z",fill:"currentColor"})})]})]}),Cn.jsx(i,{sx:{width:"100%",height:"1px",backgroundColor:g.palette.border.main}})]}),Cn.jsxs(i,{sx:{py:12,px:20,display:"flex",alignItems:"center",gap:20},children:[Cn.jsx(bv,{value:s,label:le._({id:"luOvdJ",message:"My Staked"}),tokenList:u,loading:n||l}),Cn.jsx(i,{sx:{width:"1px",height:30,backgroundColor:g.palette.border.main,flexGrow:0,flexShrink:0}}),Cn.jsx(bv,{value:f.totalRewardUSD,label:le._({id:"4cJ0hF",message:"Rewards"}),tokenList:null!==(m=null===(h=f.data)||void 0===h?void 0:h.map((e=>Object.assign(Object.assign({chainId:t},e),{name:e.symbol,amount:ms({input:e.amount,decimals:e.decimals})}))))&&void 0!==m?m:[],loading:f.pending||n})]})]})}const Cv=({miningItem:e,successBack:t})=>{const{account:n}=$l(),i=Cd();return ze({mutationFn:()=>mn(void 0,void 0,void 0,(function*(){const o=yield mn(void 0,void 0,void 0,(function*(){if(!n||!(null==e?void 0:e.miningContractAddress))return null;let t="";const i=yield we.encode.claimAllMining(e.miningContractAddress);if(i&&i.data)return i.value=0,i;throw t="invalid data",new Error(t)}));if(!o)return;return yield i.execute(le._({id:"hom7qf",message:"Claim"}),Object.assign({opcode:fd.TX},o),{metadata:{[cd.claimMining]:"1"},successBack:t})}))})};function wv({miningItem:t}){const n=vv({miningItem:t}),i=Cv({miningItem:t,successBack:()=>{n.refetch()}});return Cn.jsx(Hf,{includeButton:!0,fullWidth:!0,chainId:null==t?void 0:t.chainId,children:Cn.jsx(c,{fullWidth:!0,isLoading:i.isPending,disabled:n.totalReward.isZero(),onClick:()=>{i.mutate()},children:i.isPending?Cn.jsx(e,{id:"KvG1xW",message:"Claiming"}):Cn.jsx(e,{id:"dUdltF",message:"One-Click Claim"})})})}function kv({tokenSymbol:e,goLpLink:t}){const n=a();return Cn.jsxs(_,{sx:{color:n.palette.text.secondary,typography:"h6",display:"flex",alignItems:"center"},component:d,onClick:t,children:[le._({id:"dJqd5x",message:"Get {tokenSymbol}",values:{tokenSymbol:e}}),Cn.jsx("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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 Tv({miningItem:t,loading:n,sx:o}){const r=a(),s=vv({miningItem:t});return Cn.jsxs(i,{sx:Object.assign({borderWidth:1,borderRadius:12},o),children:[Cn.jsxs(i,{sx:{typography:"body1",color:r.palette.text.secondary,display:"flex",alignItems:"center",justifyContent:"space-between",px:20,py:12},children:[Cn.jsx(e,{id:"4cJ0hF",message:"Rewards"}),":",Cn.jsx(v,{loading:n||s.pending,loadingProps:{width:100},sx:{color:r.palette.text.primary,fontWeight:600},children:s.pending||s.error?"-":`$${ms({input:s.totalRewardUSD,decimals:2})}`})]}),Cn.jsxs(i,{sx:{borderTopWidth:1,px:20,pt:4,pb:8},children:[(n||s.pending)&&Cn.jsx(v,{loading:n,loadingProps:{width:150}}),!n&&!s.pending&&!!t&&s.data.map((e=>Cn.jsxs(i,{sx:{mt:16,display:"flex",alignItems:"flex-start",justifyContent:"space-between"},children:[e.address&&e.symbol&&Cn.jsx(yv,{chainId:t.chainId,address:e.address,showName:e.symbol,size:24,offset:6}),Cn.jsxs(i,{sx:{ml:"auto"},children:[Cn.jsx(i,{sx:{typography:"h5",textAlign:"right"},children:ms({input:e.amount,decimals:e.decimals})}),Cn.jsx(i,{sx:{mt:2,typography:"body2",color:r.palette.text.secondary,textAlign:"right"},children:e.usdPrice&&e.amount?`≈ $${ms({input:new Se(e.amount).multipliedBy(e.usdPrice).dp(4,Se.ROUND_DOWN),decimals:4})}`:"-"})]})]},e.address)))]})]})}function Ev({status:t,children:n,buttonProps:i}){return!t.needShowTokenStatusButton&&n?Cn.jsx(Cn.Fragment,{children:n}):t.insufficientBalance?Cn.jsx(c,{fullWidth:!0,disabled:!0,...i,children:Cn.jsx(e,{id:"znqB4T",message:"Insufficient balance"})}):Cn.jsx(c,{fullWidth:!0,isLoading:t.isApproving,onClick:t.submitApprove,disabled:t.insufficientBalance,...i,children:t.isApproving?Cn.jsx(e,{id:"j2Uisd",message:"Approving"}):t.approveTitle})}function Av(e){if(!e&&"number"!=typeof e)return e;let t="";return t=Se.isBigNumber(e)?e.toString(16):new Se(e).toString(16),t.length%2?"0x0"+t:"0x"+t}function Iv(e){return Av(ys(e,18))}const Sv=({miningItem:e,amount:t,submittedBack:n,successBack:i,logBalance:o})=>{const{chainId:r,account:a}=$l(),s=Cd(),l=ve[r];return ze({mutationFn:()=>mn(void 0,void 0,void 0,(function*(){const r=yield mn(void 0,void 0,void 0,(function*(){var n,i;if(!(a&&e&&e.baseToken&&e.miningContractAddress))return null;let o="";const r=new Se(t),s=Number(e.baseToken.decimals),d=yield we.encode.depositMining(e.miningContractAddress,r,s);if(!d||!d.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())===l.address.toLocaleLowerCase()?d.value=Iv(r):d.value=0,d}catch(e){throw console.error("2.0 sendTransaction error",e),o=`2.0 sendTransaction error; ERROR: ${e}`,new Error(o)}}));if(!r)return;return yield s.execute(le._({id:"JYKRJS",message:"Stake"}),Object.assign({opcode:fd.TX},r),{metadata:{[cd.stakeMining]:"1",logBalance:o},submittedBack:n,successBack:i})}))})};function Lv({goLpLink:t,amount:n,miningItem:i,balanceInfo:o,submittedBack:r,successBack:a,logBalance:s}){var l,d,u,p;const h=Sv({miningItem:i,amount:n,submittedBack:r,successBack:a,logBalance:s}),m=i?`${null===(l=i.baseToken)||void 0===l?void 0:l.symbol}-${null===(d=i.quoteToken)||void 0===d?void 0:d.symbol} LP`:"",g=Hd(i?Zl(Object.assign(Object.assign({},i.baseLpToken),{symbol:m}),i.chainId):null,{contractAddress:null!==(u=null==i?void 0:i.miningContractAddress)&&void 0!==u?u:"",overrideBalance:o.userBaseLpBalance,amount:n});return t&&m&&(null===(p=o.userBaseLpBalance)||void 0===p?void 0:p.isZero())?Cn.jsx(c,{fullWidth:!0,onClick:()=>t(),children:le._({id:"dJqd5x",message:"Get {tokenSymbol}",values:{tokenSymbol:m}})}):Cn.jsx(Hf,{includeButton:!0,fullWidth:!0,chainId:null==i?void 0:i.chainId,children:Cn.jsx(Ev,{status:g,children:Cn.jsx(c,{fullWidth:!0,isLoading:h.isPending,disabled:!Number(n),onClick:()=>{h.mutate()},children:h.isPending?Cn.jsx(e,{id:"KsqhWn",message:"Staking"}):Cn.jsx(e,{id:"JYKRJS",message:"Stake"})})})})}const Ov=({miningItem:e,amount:t,submittedBack:n,successBack:i,logBalance:o})=>{const{account:r}=$l(),a=Cd();return ze({mutationFn:()=>mn(void 0,void 0,void 0,(function*(){const s=yield mn(void 0,void 0,void 0,(function*(){if(!(r&&e&&e.baseToken&&e.miningContractAddress))return null;let n="";const i=new Se(t),o=Number(e.baseToken.decimals),a=yield we.encode.withdrawMining(e.miningContractAddress,i,o);if(a&&a.data)return a.value=0,a;throw n="invalid data",new Error(n)}));if(!s)return;return yield a.execute(le._({id:"OFjZGo",message:"Unstake"}),Object.assign({opcode:fd.TX},s),{metadata:{[cd.unstakeMining]:"1",logBalance:o},submittedBack:n,successBack:i})}))})};function Rv({amount:t,miningItem:n,overrideBalance:i,submittedBack:o,successBack:r,logBalance:a}){var s,l;const d=Ov({miningItem:n,amount:t,submittedBack:o,successBack:r,logBalance:a}),u=n?`${null===(s=n.baseToken)||void 0===s?void 0:s.symbol}-${null===(l=n.quoteToken)||void 0===l?void 0:l.symbol} LP`:"",p=Hd(n?Zl(Object.assign(Object.assign({},n.baseLpToken),{symbol:u}),n.chainId):null,{overrideBalance:i,amount:t,skipQuery:!0});return Cn.jsx(Hf,{includeButton:!0,fullWidth:!0,chainId:null==n?void 0:n.chainId,children:Cn.jsx(Ev,{status:p,children:Cn.jsx(c,{fullWidth:!0,isLoading:d.isPending,disabled:!Number(t),onClick:()=>{d.mutate()},children:d.isPending?Cn.jsx(e,{id:"1gWStS",message:"Unstaking"}):Cn.jsx(e,{id:"OFjZGo",message:"Unstake"})})})})}function _v(e){var{sx:t}=e,n=hn(e,["sx"]);const o=a();return Cn.jsx(i,{sx:Object.assign({paddingTop:20,backgroundColor:o.palette.background.paper,position:"sticky",bottom:0},t),...n})}function Mv({chainId:e,poolAddress:t,status:n,loading:o,operateType:r,setOperateType:s,miningItem:l,associatedMineSectionVisible:d,goLpLink:c}){var u,p,h,m,g,f,x,y,v,b,j,C,w,k,T,E,I;const S=a(),{account:O}=$l(),{miningContractAddress:R}=null!=l?l:{},_=Zl(null==l?void 0:l.baseToken,e),M=Zl(null==l?void 0:l.quoteToken,e),[P,B]=W.useState(""),[D,N]=W.useState(""),q=[{key:"stake",value:le._({id:"JYKRJS",message:"Stake"})},{key:"unstake",value:le._({id:"OFjZGo",message:"Unstake"})},{key:"claim",value:le._({id:"hom7qf",message:"Claim"})}],U=l&&_&&M&&["classical","lptoken"].includes(null!==(u=l.type)&&void 0!==u?u:"")?{chainId:e,address:t,type:"lptoken"===l.type?"DSP":"CLASSICAL",baseToken:_,quoteToken:M}:void 0,V=fv({account:O,pool:l&&_&&M&&l.baseLpToken&&l.quoteLpToken&&["classical","lptoken"].includes(null!==(p=l.type)&&void 0!==p?p:"")?{chainId:e,address:t,type:"lptoken"===l.type?"DSP":"CLASSICAL",baseTokenDecimals:_.decimals,quoteTokenDecimals:M.decimals,baseLpTokenDecimals:null!==(h=l.baseLpToken.decimals)&&void 0!==h?h:18,quoteLpTokenDecimals:null!==(m=l.quoteLpToken.decimals)&&void 0!==m?m:18}:void 0}),H=We(Sl.getPMMStateQuery(null==U?void 0:U.chainId,null==U?void 0:U.address,null==U?void 0:U.type,null===(g=null==U?void 0:U.baseToken)||void 0===g?void 0:g.decimals,null===(f=null==U?void 0:U.quoteToken)||void 0===f?void 0:f.decimals)),Z=We(xv.getLpStakedBalance(null==l?void 0:l.chainId,(null==l?void 0:l.miningContractAddress)||void 0,O,null!==(y=null===(x=null==l?void 0:l.baseLpToken)||void 0===x?void 0:x.address)&&void 0!==y?y:"",null===(v=null==l?void 0:l.baseToken)||void 0===v?void 0:v.decimals,null==l?void 0:l.version)),$=Z.isLoading||H.isLoading;let z,G,Y;if(Z.data&&V.baseLpToTokenProportion&&V.quoteLpToTokenProportion&&!H.isLoading){const e=null===(b=null==l?void 0:l.baseToken)||void 0===b?void 0:b.price,t=null===(j=null==l?void 0:l.quoteToken)||void 0===j?void 0:j.price,n=null===(C=H.data)||void 0===C?void 0:C.midPrice;G=Z.data.times(V.baseLpToTokenProportion),Y=Z.data.times(V.quoteLpToTokenProportion),n?t?z=G.times(n).plus(Y).times(t):e&&(z=Y.times(n).plus(G).times(e)):e&&t&&(z=G.times(e).plus(Y.times(t)))}const Q=_&&M?[Object.assign(Object.assign({},_),{amount:ms({input:G,decimals:_.decimals})}),Object.assign(Object.assign({},M),{amount:ms({input:Y,decimals:M.decimals})})]:[],X=_&&M?`${_.symbol}-${M.symbol} LP`:"- LP",K=n===ke.ended,J=(null===(w=null==l?void 0:l.baseLpToken)||void 0===w?void 0:w.address)&&V.userBaseLpBalance?{[null===(k=null==l?void 0:l.baseLpToken)||void 0===k?void 0:k.address]:V.userBaseLpBalance.toString()}:{},ee=()=>{V.refetch(),H.refetch(),Z.refetch()};return Cn.jsx(Cn.Fragment,{children:Cn.jsxs(i,{sx:{paddingTop:20,borderTopLeftRadius:16,borderTopRightRadius:16,backgroundColor:S.palette.background.paper,px:20,paddingBottom:0,borderBottomLeftRadius:0,borderBottomRightRadius:0},children:[d&&Cn.jsx(jv,{chainId:e,miningContractAddress:null!=R?R:"",loading:o,miningItem:l,stakedTokenUSD:z,stakedTokenUSDLoading:$,miningTitle:null!==(T=null==l?void 0:l.title)&&void 0!==T?T:"",stakedTokenList:Q}),Cn.jsxs(A,{value:r,onChange:(e,t)=>{s(t)},children:[Cn.jsx(F,{tabs:q,variant:"inPaper",tabsListSx:{mt:16}}),Cn.jsxs(L,{value:"stake",children:[Cn.jsxs(i,{sx:{mt:20,borderColor:S.palette.border.main,borderWidth:1,borderStyle:"solid",borderRadius:12,display:"flex",alignItems:"center",justifyContent:"space-between",px:20,py:16},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(Gm,{width:Q.length>1?20:28,tokens:Q,chainId:e}),Cn.jsx(i,{sx:{ml:8,typography:"body1",color:S.palette.text.primary,fontWeight:600},children:X})]}),!!c&&Cn.jsx(kv,{tokenSymbol:X,goLpLink:c})]}),Cn.jsx(Dm,{showPercentage:!0,hideToken:!0,inputTypography:"h1",balanceText:le._({id:"RxHSET",message:"LP Balance:"}),overrideBalance:V.userBaseLpBalance||new Se("-"),overrideBalanceLoading:V.loading,amt:P,canClickBalance:!0,onInputChange:e=>{B(e)},readOnly:K||o,token:_,checkLogBalance:J,occupiedChainId:e,chainId:e,sx:{mt:20,borderWidth:1}}),Cn.jsx(_v,{children:Cn.jsx(Lv,{miningItem:l,balanceInfo:V,amount:P,goLpLink:c,submittedBack:()=>B(""),successBack:ee,logBalance:J})})]}),Cn.jsxs(L,{value:"unstake",children:[Cn.jsx(Dm,{showPercentage:!0,hideToken:!0,inputTypography:"h1",balanceText:le._({id:"RxHSET",message:"LP Balance:"}),overrideBalance:Z.data||new Se("-"),overrideBalanceLoading:Z.isLoading,amt:K?null!==(I=null===(E=Z.data)||void 0===E?void 0:E.toString())&&void 0!==I?I:"":D,onInputChange:e=>{N(e)},canClickBalance:!0,readOnly:K||o,token:_,checkLogBalance:J,occupiedChainId:e,chainId:e,sx:{mt:20,borderWidth:1}}),Cn.jsx(_v,{children:Cn.jsx(Rv,{miningItem:l,overrideBalance:Z.data,amount:D,submittedBack:()=>N(""),successBack:ee,logBalance:J})})]}),Cn.jsxs(L,{value:"claim",children:[Cn.jsx(Tv,{miningItem:l,loading:o,sx:{mt:20}}),Cn.jsx(_v,{children:Cn.jsx(wv,{miningItem:l})})]})]})]})})}function Pv({chainId:e,account:t,poolAddress:n,goLpLink:i}){var o,r,a;const s=Kl().getQuery(we.graphql.fetchMiningList,{where:{chainIds:[e],user:t,filterState:{address:n}}}),l=We(Object.assign(Object.assign({},s),{enabled:!!n})),d=null===(a=null===(r=null===(o=l.data)||void 0===o?void 0:o.mining_list)||void 0===r?void 0:r.list)||void 0===a?void 0:a[0],{status:c}=function({miningItem:e}){var t,n;let i=ke.active,o=[];if(null==e?void 0:e.rewardTokenInfos)if("classical"!==e.type){const r=we.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=r.status,o.push(r)}else if(e.rewardQuoteTokenInfos){o=[e.rewardTokenInfos,e.rewardQuoteTokenInfos].map((t=>{var n,i;return we.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;ke.active,(t===ke.upcoming&&n===ke.upcoming||t===ke.upcoming&&n===ke.ended||t===ke.ended&&n===ke.upcoming)&&ke.upcoming,t===ke.ended&&n===ke.ended&&ke.ended}return{status:i,miningStatusList:o}}({miningItem:d}),[u,p]=W.useState(c===ke.ended?"unstake":"stake");return Cn.jsx(Mv,{chainId:e,loading:l.isLoading||l.isPending,operateType:u,setOperateType:p,associatedMineSectionVisible:!0,miningItem:d,status:c,goLpLink:i,poolAddress:n})}const Bv=()=>{const t=a();return Cn.jsx(l,{placement:"top-end",leaveDelay:100,title:Cn.jsx(i,{sx:{maxWidth:240,color:t.palette.warning.main,typography:"h6",fontWeight:500,"&>a":{textDecoration:"underline",color:t.palette.warning.main},"&>a:hover":{color:T(t.palette.warning.main,.5)}},children:Cn.jsx(e,{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:Cn.jsx("a",{target:"_blank",rel:"noopener noreferrer",href:"https://docs.dodoex.io/en/product/pmm-algorithm"})}})}),children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:2,py:4,px:8,borderRadius:8,backgroundColor:T(t.palette.warning.main,.1),color:t.palette.warning.main,typography:"h6",fontWeight:500,lineHeight:"16px",cursor:"help"},children:[Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:Cn.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"})}),Cn.jsx(e,{id:"iDGO1l",message:"Disclaimer"})]})})};var Dv;function Nv(t){const{ConfirmComponent:n}=Tn();if(n)return Cn.jsx(n,{...t});const{open:o,onClose:r,title:a,children:s,singleBtn:l,danger:d,singleBtnText:u,cancelText:p,confirmText:h,disabledConfirm:m,confirmLoading:g,isManualClose:f,onConfirm:x,modal:y}=t;return Cn.jsx(uc,{open:o,onClose:r,title:a,modal:y,children:Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",justifyContent:"space-between",flex:1},children:[Cn.jsx(i,{sx:{typography:"body2",color:a?"text.secondary":"text.primary",textAlign:"center",wordBreak:"break-all",mt:20,px:36},children:s}),l?Cn.jsx(i,{sx:{px:20},children:Cn.jsx(c,{fullWidth:!0,variant:c.Variant.outlined,danger:d,sx:{mt:32,mb:20},onClick:()=>{r()},children:u||Cn.jsx(e,{id:"DPfwMq",message:"Done"})})}):Cn.jsxs(i,{sx:{mt:24,mb:20,mx:20,display:"flex",alignItems:"center","& > button":{flex:1}},children:[Cn.jsx(c,{variant:c.Variant.second,onClick:()=>{r()},children:p||Cn.jsx(e,{id:"dEgA5A",message:"Cancel"})}),Cn.jsx(c,{sx:{ml:8},variant:c.Variant.outlined,danger:d,disabled:m,isLoading:g,onClick:()=>{x&&x(),f||r()},children:h||Cn.jsx(e,{id:"7VpPHA",message:"Confirm"})})]})]})})}function Fv(e){var{sx:t,label:n,children:o}=e,r=hn(e,["sx","label","children"]);return Cn.jsxs(i,{sx:Object.assign({display:"flex",justifyContent:"space-between"},t),...r,children:[Cn.jsx(i,{children:n}),Cn.jsx(i,{sx:{textAlign:"right",fontWeight:600},children:o})]})}function qv({baseToken:e,quoteToken:t,midPrice:n,loading:o,disabled:r}){const s=a(),[d,c]=z(!1),u=d?null==t?void 0:t.symbol:null==e?void 0:e.symbol,p=d&&n?new Se(1).div(n):n,h=d?null==e?void 0:e.symbol:null==t?void 0:t.symbol;return Cn.jsxs(v,{sx:{display:"flex",alignItems:"center",fontWeight:600,overflow:"hidden"},loading:o,loadingProps:{width:50},children:[e&&t?Cn.jsx(l,{title:`1 ${u} = ${p?hs({input:p}):""} ${h}`,children:n?Cn.jsx(i,{sx:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:`1 ${u} = ${p?hs({input:p}):""} ${h}`}):Cn.jsxs(i,{children:[`1 ${u} = `,Cn.jsx(v,{loading:o,loadingProps:{width:30},component:"span",sx:{display:"inline-block"},children:"-"}),` ${h}`]})}):"-",Cn.jsx(i,{sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"center",ml:4,width:18,height:18,backgroundColor:"background.paperDarkContrast",borderRadius:"50%"},!r&&{cursor:"pointer","&:hover":{backgroundColor:T(s.palette.text.primary,.04)}}),onClick:()=>{r||c((e=>!e))},children:Cn.jsx(i,{component:Mn.Switch,sx:{width:18,height:18}})})]})}function Uv({baseToken:t,quoteToken:n,loading:o,midPrice:r,shareOfPool:s,sx:l}){const d=a(),c=!t||!n;return Cn.jsxs(i,{sx:Object.assign({mt:20,border:"solid 1px",borderColor:"border.main",borderRadius:8},l),children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,height:36,typography:"body2"},children:[Cn.jsx(i,{sx:{color:"text.secondary",whiteSpace:"nowrap"},children:Cn.jsx(e,{id:"kNeEXg",message:"Current Price"})}),Cn.jsx(qv,{baseToken:t,quoteToken:n,loading:o,disabled:c,midPrice:r})]}),Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,minHeight:36,typography:"body2",borderStyle:"solid",borderWidth:d.spacing(1,0,0),borderColor:"border.main"},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",color:"text.secondary",whiteSpace:"nowrap"},children:Cn.jsx(e,{id:"SbBMxj",message:"Share of pool"})}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",fontWeight:600,textAlign:"right",ml:8,overflow:"hidden"},children:Cn.jsx(v,{sx:{display:"flex",alignItems:"center",fontWeight:600,overflow:"hidden"},loading:o,loadingProps:{width:50},children:s||"-%"})})]})]})}function Vv({open:t,onClose:n,slippage:o,baseToken:r,quoteToken:s,baseAmount:l,quoteAmount:d,lpAmount:u,fee:p,price:h,shareOfPool:m,pairAddress:g,createMutation:f}){const x=a(),{isMobile:y}=ld();return Cn.jsx(uc,{modal:!0,open:t,onClose:n,title:u?Cn.jsx(e,{id:"AeZIvT",message:"You will receive"}):Cn.jsx(e,{id:"aM1tos",message:"You are creating a pool"}),children:Cn.jsxs(i,{sx:{px:20,py:24,borderTopWidth:1,width:y?"100%":420},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"center"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,typography:"h3"},children:[Cn.jsx(Gm,{width:24,height:24,tokens:r&&s?[r,s]:[],chainId:null==r?void 0:r.chainId}),u?ms({input:u,decimals:18}):""]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",color:x.palette.text.secondary,gap:4,fontWeight:600},children:[Cn.jsx(e,{id:"syToc5",message:"{0}/{1} Pool Tokens",values:{0:null==r?void 0:r.symbol,1:null==s?void 0:s.symbol}}),Cn.jsx(My,{poolType:"AMM V2"})]})]}),Cn.jsx(i,{sx:{mt:16,typography:"h6",color:"text.secondary",textAlign:"center"},children:Cn.jsx(e,{id:"rQ9c+8",message:"Output is estimated. If the price changes by more than {0} your transaction will revert.",values:{0:As({input:o})}})}),Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:12,mt:20,p:20,typography:"body2",borderRadius:12,backgroundColor:x.palette.background.paperContrast},children:[Cn.jsx(Fv,{label:Cn.jsx(e,{id:"YG004A",message:"{0} deposited",values:{0:null==r?void 0:r.symbol}}),children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",lineHeight:1},children:[Cn.jsx(yc,{width:18,height:18,marginRight:4,token:r}),ms({input:l,decimals:null==r?void 0:r.decimals})]})}),Cn.jsx(Fv,{label:Cn.jsx(e,{id:"YG004A",message:"{0} deposited",values:{0:null==s?void 0:s.symbol}}),children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(yc,{width:18,height:18,marginRight:4,token:s}),ms({input:d,decimals:null==s?void 0:s.decimals})]})}),Cn.jsx(Fv,{label:Cn.jsx(e,{id:"EU3wU4",message:"Fee tier"}),children:As({input:p})}),Cn.jsx(Fv,{label:Cn.jsx(e,{id:"fqDzSu",message:"Rate"}),children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(yc,{width:18,height:18,marginRight:4,token:r}),Cn.jsx(qv,{baseToken:r,quoteToken:s,midPrice:h})]})}),Cn.jsx(Fv,{label:Cn.jsx(e,{id:"SbBMxj",message:"Share of pool"}),children:m}),Cn.jsx(Fv,{label:Cn.jsx(e,{id:"ESQO1L",message:"Pool address"}),children:Cn.jsx(bm,{showCopy:!1,address:null!=g?g:"",customChainId:null==r?void 0:r.chainId,truncate:!0,iconSpace:4,sx:{typography:"body2"}})})]}),Cn.jsx(c,{fullWidth:!0,size:c.Size.big,sx:{mt:20},isLoading:f.isPending,onClick:()=>{f.mutate()},children:f.isPending?Cn.jsx(e,{id:"pwUZo2",message:"Confirming..."}):Cn.jsx(e,{id:"7VpPHA",message:"Confirm"})})]})})}function Hv(e,t,n){const i=new Se(e),o=new Se(t),r=i.minus(o),a=i.gt(o),s=i.lt(o);return{now:o,target:i,isChange:a||s,change:r,changeText:(s?"":"+")+hs({input:r,showDecimals:n>6?6:4,showPrecisionDecimals:2}),isAdd:a,isRemove:s}}!function(e){e[e.Liquidity=1]="Liquidity",e[e.Mining=2]="Mining"}(Dv||(Dv={}));const Wv=e=>mn(void 0,[e],void 0,(function*({chainId:e,account:t,srcPool:n,baseToken:i,quoteToken:o,baseAmount:r,quoteAmount:a,feeRate:s,initPrice:l,slippageCoefficient:d,ddl:c,SLIPPAGE_PROTECTION:u}){const p=e?ve[e]:void 0,h=function({srcPool:e,newPool:t}){if(!e)return null;const{baseToken:n,quoteToken:i,baseAmount:o,quoteAmount:r}=t,{baseReserve:a,quoteReserve:s}=e;return{baseAmount:Hv(o,a,n.decimals),quoteAmount:Hv(r,s,i.decimals),feeRate:Hv(new Se(t.feeRate).div(100),e.feeRate,6),initPrice:Hv(t.initPrice,e.i,10),slippageCoefficient:Hv(t.slippageCoefficient||"1",e.k,4)}}({srcPool:n,newPool:{baseToken:i,quoteToken:o,baseAmount:r,quoteAmount:a,feeRate:s,initPrice:l,slippageCoefficient:d}});if(!(t&&e&&h&&n))return null;const m=Number(i.decimals),g=Number(o.decimals);let f;const x=h.slippageCoefficient.target;try{const t=i.symbol===(null==p?void 0:p.symbol),r=o.symbol===(null==p?void 0:p.symbol);if(h.baseAmount.isRemove&&h.quoteAmount.isRemove){const t=[yield Sl.getDPPOwnerProxyAddressQuery(e,n.address).queryFn(),h.feeRate.target.multipliedBy(1e4).toNumber(),h.initPrice.target.toNumber(),x.toNumber(),kt(h.baseAmount.change.abs().dp(m,Se.ROUND_FLOOR).toString(),m).toString(),kt(h.quoteAmount.change.abs().dp(g,Se.ROUND_FLOOR).toString(),g).toString(),kt(h.baseAmount.now.multipliedBy(1-u).dp(m,Se.ROUND_FLOOR).toString(),m).toString(),kt(h.quoteAmount.now.multipliedBy(1-u).dp(g,Se.ROUND_FLOOR).toString(),g).toString(),m,g];f=yield me.encode.removeDPPPoolABI(...t)}else{const t=[e,n.address,h.feeRate.target.multipliedBy(1e4).toNumber(),h.initPrice.target.toNumber(),x.toNumber(),h.baseAmount.isAdd?kt(h.baseAmount.change.abs().dp(m,Se.ROUND_FLOOR).toString(),m).toString():"0",h.quoteAmount.isAdd?kt(h.quoteAmount.change.abs().dp(g,Se.ROUND_FLOOR).toString(),g).toString():"0",h.baseAmount.isAdd?"0":kt(h.baseAmount.change.abs().dp(m,Se.ROUND_FLOOR).toString(),m).toString(),h.quoteAmount.isAdd?"0":kt(h.quoteAmount.change.abs().dp(g,Se.ROUND_FLOOR).toString(),g).toString(),kt(h.baseAmount.now.multipliedBy(1-u).dp(m,Se.ROUND_FLOOR).toString(),m).toString(),kt(h.quoteAmount.now.multipliedBy(1-u).dp(g,Se.ROUND_FLOOR).toString(),g).toString(),0,m,g,Math.ceil(Date.now()/1e3)+(null!=c?c:600)];f=yield me.encode.resetDPPPoolABI(...t)}return t&&h.baseAmount.isAdd&&(f.value=Iv(h.baseAmount.change)),r&&h.quoteAmount.isAdd&&(f.value=Iv(h.quoteAmount.change)),f}catch(e){throw console.error("2.0 resetDPPPool error",e),new Error(`2.0 resetDPPPool error;ERROR:${e}`)}})),Zv=(e,t,n)=>t?e&&"0"!==e?n?t.minus(e).toString():t.plus(e).toString():t.toString():e;function $v({pool:e}){var t,n;const{account:i}=$l(),o=Cd(),r=We(Sl.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=We(Sl.getLPFeeRateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type)),{deadLine:s}=Tn(),l=ze({mutationFn:t=>mn(this,[t],void 0,(function*({baseAmount:t,quoteAmount:n,isRemove:l=!1,feeRate:d,initPrice:c,slippageCoefficient:u,txTitle:p,submittedBack:h}){var m;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:x,quoteReserve:y}=r.data,v=f.i.toNumber(),b=f.k.toNumber(),j=yield Wv({account:i,chainId:null==e?void 0:e.chainId,SLIPPAGE_PROTECTION:Bf,srcPool:Object.assign(Object.assign({},e),{baseReserve:x,quoteReserve:y,i:v,k:b,feeRate:g.times(100).toString()}),baseToken:null==e?void 0:e.baseToken,quoteToken:null==e?void 0:e.quoteToken,baseAmount:Zv(t,x?new Se(x):void 0,l),quoteAmount:Zv(n,y?new Se(y):void 0,l),feeRate:null!=d?d:g.times(100).toString(),initPrice:null!=c?c:String(v),slippageCoefficient:null!=u?u:String(b),ddl:s});if(!j)throw new Error(`modify pool failed: ${e.address}`);return o.execute(p,Object.assign(Object.assign({opcode:fd.TX},j),{value:null!==(m=j.value)&&void 0!==m?m:0}),{metadata:{[l?cd.removeLiquidity:cd.addLiquidity]:!0},submittedBack:h})}))});return{modifyDPPMutation:l}}const zv=e=>{const{account:t,chainId:n}=$l(),i=Cd(),o=$e(),{deadLine:r}=Tn(),{modifyDPPMutation:a}=$v({pool:e}),s=ze({mutationFn:a=>mn(void 0,void 0,void 0,(function*(){var s,l,d,c,u;if(!e||!t||!a.balanceInfo)return;const{isRemove:p,baseAmount:h,quoteAmount:m,slippageProtection:g,balanceInfo:f,SLIPPAGE_PROTECTION:x,submittedBack:y,successBack:v,txTitle:b,withdrawInfo:j}=a,C=!p,{address:w,type:k,baseToken:T,quoteToken:E}=e,A=T.address.toLowerCase(),I=E.address.toLowerCase(),S=ve[n].address.toLowerCase(),L=S===A,O=S===I,R="DSP"===k||"GSP"===k,_="CLASSICAL"===k,M=w.toLocaleLowerCase(),P=new Se(h),B=new Se(m),D=P.isNaN(),N=B.isNaN(),F=+T.decimals,q=+E.decimals,U=T.symbol,V=E.symbol,H=g;let W,Z=D?"0":kt(P.multipliedBy(1-H).dp(F,Se.ROUND_FLOOR).toString(),F).toString(),$=N?"0":kt(B.multipliedBy(1-H).dp(q,Se.ROUND_FLOOR).toString(),q).toString();try{if(C)if(_){const e=!D&&(null==f?void 0:f.classicalBaseTarget)&&f.classicalBaseTarget.gt(0)&&f.totalBaseLpBalance?kt(P.multipliedBy(f.totalBaseLpBalance).multipliedBy(1-x).div(f.classicalBaseTarget).dp(F,Se.ROUND_FLOOR).toString(),F).toString():"0",t=!N&&(null==f?void 0:f.classicalBaseTarget)&&f.totalQuoteLpBalance&&f.classicalQuoteTarget&&f.classicalQuoteTarget.gt(0)?kt(B.multipliedBy(f.totalQuoteLpBalance).multipliedBy(1-x).div(f.classicalQuoteTarget).dp(q,Se.ROUND_FLOOR).toString(),q).toString():"0",i=[n,M,D?"0":kt(P.dp(F,Se.ROUND_FLOOR).toString(),F).toString(),N?"0":kt(B.dp(q,Se.ROUND_FLOOR).toString(),q).toString(),e,t,L?1:O?2:0,Math.ceil(Date.now()/1e3)+(null!=r?r:600)];W=yield me.encode.addClassicalLiquidityABI(...i)}else{const e=[n,M,D?"0":kt(P.dp(F,Se.ROUND_FLOOR).toString(),F).toString(),N?"0":kt(B.dp(q,Se.ROUND_FLOOR).toString(),q).toString(),Z,$,L?1:O?2:0,Math.ceil(Date.now()/1e3)+(null!=r?r:600)];W=R?yield me.encode.addDSPLiquidityABI(...e):yield me.encode.addDVMLiquidityABI(...e)}else if(_){if("base"===(D?"quote":"base")){const e=P.dp(F,Se.ROUND_FLOOR).toString(),t=j&&j.receiveAmountBg?kt(j.receiveAmountBg.multipliedBy(1-H).dp(F,Se.ROUND_FLOOR).toString(),F).toString():Z,i=[n,M,kt(e,F).toString(),t];W=yield me.encode.removeClassicalBaseABI(...i)}else{const e=B.dp(q,Se.ROUND_FLOOR).toString(),t=j&&j.receiveAmountBg?kt(j.receiveAmountBg.multipliedBy(1-H).dp(q,Se.ROUND_FLOOR).toString(),q).toString():$,i=[n,M,kt(e,q).toString(),t];W=yield me.encode.removeClassicalQuoteABI(...i)}}else{if(!((null==f?void 0:f.baseReserve)&&f.quoteReserve&&f.totalBaseLpBalance&&f.userBaseLpBalance&&f.userBaseLpToTokenBalance))return;let e=new Se(0);if(null===(s=f.totalBaseLpBalance)||void 0===s?void 0:s.lte(0))e=f.userBaseLpBalance||new Se(0);else if(f.baseReserve.gt(0)&&f.quoteReserve.eq(0)){let t=P;P.gte(f.userBaseLpToTokenBalance)&&(t=f.userBaseLpToTokenBalance),e=t.multipliedBy(f.totalBaseLpBalance).div(f.baseReserve)}else if(f.baseReserve.gt(0)&&f.quoteReserve.gt(0)){let t=P;P.gte(f.userBaseLpToTokenBalance)&&(t=f.userBaseLpToTokenBalance);let n,i=B;if(f.userQuoteLpToTokenBalance&&B.gte(f.userQuoteLpToTokenBalance)&&(i=f.userQuoteLpToTokenBalance),i.gt(0)&&(null===(l=f.userQuoteLpToTokenBalance)||void 0===l?void 0:l.gt(0))&&(n=i.div(f.userQuoteLpToTokenBalance)),t.gt(0)&&f.userBaseLpToTokenBalance.gt(0)&&(n=t.div(f.userBaseLpToTokenBalance)),(null==n?void 0:n.gte(1))&&(n=new Se(1)),!n)return;e=n.multipliedBy(f.userBaseLpBalance);const o=e.dp(F,Se.ROUND_FLOOR).div(f.totalBaseLpBalance);t=o.multipliedBy(f.baseReserve).dp(F,Se.ROUND_FLOOR),i=o.multipliedBy(f.quoteReserve).dp(q,Se.ROUND_FLOOR),Z=kt(t.multipliedBy(1-H).dp(F,Se.ROUND_FLOOR).toString(),F).toString(),$=kt(i.multipliedBy(1-H).dp(q,Se.ROUND_FLOOR).toString(),q).toString()}const i=L||O,o=[n,M,t,e.isNaN()?"0":kt(e.dp(F,Se.ROUND_FLOOR).toString(),F).toString(),Z,$,i,Math.ceil(Date.now()/1e3)+(null!=r?r:600)];W=R?yield me.encode.removeDSPLiquidityABI(...o):yield me.encode.removeDVMLiquidityABI(...o)}}catch(e){throw new Error(`v2 addDVMLiquidity or removeDVMLiquidity or removeDSPLiquidity error: ${e}`)}if(W&&W.data){const r={};if(h){const i=null===(d=o.getQueryData(ja.getFetchTokenQuery(n,T.address,t).queryKey))||void 0===d?void 0:d.balance;i&&(r[T.address]=i.toString()),e.baseLpToken&&(null==f?void 0:f.userBaseLpBalance)&&(r[e.baseLpToken.id]=f.userBaseLpBalance.toString())}if(m){const i=null===(c=o.getQueryData(ja.getFetchTokenQuery(n,E.address,t).queryKey))||void 0===c?void 0:c.balance;i&&(r[E.address]=i.toString()),e.quoteLpToken&&(null==f?void 0:f.userQuoteLpBalance)&&(r[e.quoteLpToken.id]=f.userQuoteLpBalance.toString())}try{let e;C&&L&&(W.value=Iv(D?"0":P)),C&&O&&(W.value=Iv(N?"0":B)),D||(e=`${P.toString()}${U}`),N||(e=D?`${B.toString()}${V}`:`${e} & ${B.toString()}${V}`);(yield i.execute(b,Object.assign(Object.assign({opcode:fd.TX},W),{value:null!==(u=W.value)&&void 0!==u?u:0}),{subtitle:e,metadata:{[C?cd.addLiquidity:cd.removeLiquidity]:!0,logBalance:r},submittedBack:y}))===ud.Success&&v&&v()}catch(e){throw Error(`v2 sendTransaction error: ${e}`)}}}))}),l="DPP"===(null==e?void 0:e.type)?a:s;return W.useEffect((()=>{l.reset()}),[e]),{operateLiquidityMutation:l}};function Gv({baseToken:e,quoteToken:n,baseAmount:i,quoteAmount:o,slippage:r,fee:a,isExists:s,successBack:l,submittedBack:d}){const c=Cd(),{account:u}=$l();t();const{deadLine:p}=Tn();return ze({mutationFn:()=>mn(this,void 0,void 0,(function*(){var t,h;if(!e||!n)throw new Error("token is undefined");if(!u)throw new Error("account is undefined");if(!a)throw new Error("fee is undefined");const m=e.chainId,g=ve[m].address.toLowerCase(),f=Je(m),x=ot(m),y=!f,v=f||x;if(!v)throw new Error("AMMV2 contract address is not valid.");let b="",j="0x0";const C=e.address.toLowerCase()===g,w=n.address.toLowerCase()===g,k=ys(i,e.decimals),T=ys(o,n.decimals),E=k.times(1-r).dp(0,Se.ROUND_FLOOR),A=T.times(1-r).dp(0,Se.ROUND_FLOOR),I=ys(a,4).toString(),S=Math.ceil(Date.now()/1e3)+(null!=p?p:600);try{if(C){const e=n.address,i=T.toString(),o=A.toString(),r=E.toString();j=null!==(t=Av(k))&&void 0!==t?t:"",b=y?rt(e,i,o,r,u,S):at(e,I,i,o,r,u,S)}else if(w){const t=e.address,n=k.toString(),i=E.toString(),o=A.toString();j=null!==(h=Av(T))&&void 0!==h?h:"",b=y?rt(t,n,i,o,u,S):at(t,I,n,i,o,u,S)}else b=y?st(e.address,n.address,k.toString(),T.toString(),E.toString(),A.toString(),u,S):lt(e.address,n.address,I,k.toString(),T.toString(),E.toString(),A.toString(),u,S)}catch(e){throw console.error("encodeUniswapV2Router02AddLiquidity error",e),e}return yield c.execute(s?le._({id:"E6MqGy",message:"Add liquidity"}):le._({id:"L37FfW",message:"Create AMM V2 Position"}),{opcode:fd.TX,to:v,data:b,value:j},{metadata:{[s?cd.addLiquidityAMMV2Position:cd.createAMMV2Position]:!0},successBack:l,submittedBack:d})}))})}function Yv({lqAndDodoCompareText:t,baseToken:n,quoteToken:o,midPrice:r}){const a=r?hs({input:r}):"";return Cn.jsxs(i,{sx:{p:10,mb:12,backgroundColor:"background.paperDarkContrast",borderRadius:12},children:[Cn.jsxs(i,{sx:{typography:"body2",display:"flex",alignItems:"center",justifyContent:"center",color:"error.main",fontWeight:600,mb:10,textAlign:"center"},children:[Cn.jsx(i,{component:Mn.Alarm,sx:{mr:4}}),le._({id:"YUyuNp",message:"{lqAndDodoCompareText} Price Difference",values:{lqAndDodoCompareText:t}})]}),Cn.jsxs(i,{sx:{typography:"h6",color:"text.secondary",textAlign:"center"},children:[Cn.jsx(e,{id:"ZhEBp4",message:"Current liquidity pool token price"}),` 1 ${null==n?void 0:n.symbol} = ${a} ${null==o?void 0:o.symbol} ${le._({id:"wd1uHY",message:"differs from the price quoted by ZUNO by {lqAndDodoCompareText}",values:{lqAndDodoCompareText:t}})}`]})]})}function Qv({chainId:t,baseTokenStatus:n,quoteTokenStatus:o,children:r}){const{runningRequests:a}=wd(),{account:s,chainId:l}=$l();if(!s||t!==l)return Cn.jsx(Hf,{chainId:t,fullWidth:!0});const d=a.some((e=>{var t,n;return(null===(t=e.metadata)||void 0===t?void 0:t[cd.addLiquidity])||(null===(n=e.metadata)||void 0===n?void 0:n[cd.removeLiquidity])})),u=[];n.needShowTokenStatusButton&&u.push(Cn.jsx(Ev,{status:n})),o.needShowTokenStatusButton&&!n.isApproving&&u.push(Cn.jsx(Ev,{status:o}));const p=u.length;return 2===p?Cn.jsx(i,{sx:{display:"flex","& > button":{flex:1,"&:last-child":{ml:8}}},children:u.map((e=>e))}):1===p?u[0]:d?Cn.jsx(c,{fullWidth:!0,disabled:!0,isLoading:!0,children:Cn.jsx(e,{id:"UbRKMZ",message:"Pending"})}):Cn.jsx(Cn.Fragment,{children:r})}function Xv({pool:t,addPortion:n,midPrice:o,shareOfPool:r}){var s,d,c,u,p,h;const m=a(),[g,x]=z(!1);let y="";if(n&&o){const e=new Se(1).div(n.plus(1)),i=new Se(n).div(n.plus(1)),r=e.times(o),a=r.plus(i);y=n?`${As({input:r.div(a)})} ${null===(s=null==t?void 0:t.baseToken)||void 0===s?void 0:s.symbol} + ${As({input:i.div(a)})} ${null===(d=null==t?void 0:t.quoteToken)||void 0===d?void 0:d.symbol}`:""}const b=g?null===(c=null==t?void 0:t.quoteToken)||void 0===c?void 0:c.symbol:null===(u=null==t?void 0:t.baseToken)||void 0===u?void 0:u.symbol,j=g&&o?new Se(1).div(o):o,C=g?null===(p=null==t?void 0:t.baseToken)||void 0===p?void 0:p.symbol:null===(h=null==t?void 0:t.quoteToken)||void 0===h?void 0:h.symbol;return Cn.jsxs(i,{sx:{mt:20,border:"solid 1px",borderColor:"border.main",borderRadius:8},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,height:36,typography:"body2"},children:[Cn.jsx(i,{sx:{color:"text.secondary",whiteSpace:"nowrap"},children:Cn.jsx(e,{id:"kNeEXg",message:"Current Price"})}),Cn.jsxs(v,{sx:{display:"flex",alignItems:"center",fontWeight:600,ml:8,overflow:"hidden"},loading:!t,loadingProps:{width:50},children:[Cn.jsx(l,{title:`1 ${b} = ${j?hs({input:j}):""} ${C}`,children:o?Cn.jsx(i,{sx:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:`1 ${b} = ${j?hs({input:j}):""} ${C}`}):Cn.jsxs(i,{children:[`1 ${b} = `,Cn.jsx(v,{loading:!0,loadingProps:{width:30},component:"span",sx:{display:"inline-block"}}),` ${C}`]})}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",ml:4,width:18,height:18,cursor:"pointer",backgroundColor:"background.paperDarkContrast",borderRadius:"50%","&:hover":{backgroundColor:T(m.palette.text.primary,.04)}},onClick:()=>x((e=>!e)),children:Cn.jsx(i,{component:Mn.Switch,sx:{width:18,height:18}})})]})]}),"AMMV2"===(null==t?void 0:t.type)?Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,minHeight:36,typography:"body2",borderStyle:"solid",borderWidth:m.spacing(1,0,0),borderColor:"border.main"},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",color:"text.secondary",whiteSpace:"nowrap"},children:Cn.jsx(e,{id:"NEQTCn",message:"Share Of Pool"})}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",fontWeight:600,textAlign:"right",ml:8,overflow:"hidden"},children:r})]}):Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:12,py:4,minHeight:36,typography:"body2",borderStyle:"solid",borderWidth:m.spacing(1,0,0),borderColor:"border.main"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",color:"text.secondary",whiteSpace:"nowrap"},children:[Cn.jsx(e,{id:"22Xs8M",message:"Deposit Ratio"}),Cn.jsx(f,{ml:4,title:Cn.jsx(e,{id:"I0yi1d",message:"Deposit ratio is determined by the current assets ratio in the pool. The ratio does not represent the exchange price"})})]}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",fontWeight:600,textAlign:"right",ml:8,overflow:"hidden"},children:t&&me.utils.singleSideLp(t.type)?Cn.jsx(e,{id:"Kb3KaW",message:"Any Ratio"}):Cn.jsx(Cn.Fragment,{children:Cn.jsx(l,{title:y,children:Cn.jsx(i,{sx:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:y})})})})]})]})}function Kv({baseToken:e,quoteToken:t}){const{toFiatPrice:n,fromFiatPrice:i}=Ed({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 ${Hl(t)} = ${hs({input:a.comparePrice,showDecimals:r})} ${Hl(e)}`):(a.loading=!1,a.comparePrice=n.div(i),a.comparePriceText=`1 ${Hl(e)} = ${hs({input:a.comparePrice,showDecimals:r})} ${Hl(t)}`),a):a}({fromToken:e,toToken:t,fromFiatPrice:i?new Se(i):void 0,toFiatPrice:n?new Se(n):void 0})}const Jv=(e,t,n)=>{const{comparePrice:i}=Kv({baseToken:e,quoteToken:t}),o=Z((()=>{if(!(n&&i&&i.toNumber()&&n.toNumber()))return 0;const e=i.minus(n);return Math.abs(e.div(i).toNumber())}),[n,i]),r=Z((()=>`${Ts(new Se(o).times(100))}%`),[o]);return{lqAndDodoCompare:o,lqAndDodoCompareText:r,midPrice:n,isShowCompare:o>.01,isWarnCompare:o>.03}};function eb({pool:e,baseAmount:t,quoteAmount:n}){const[i,o,r,a,s,l]=W.useMemo((()=>{var t,n;const{baseToken:i,quoteToken:o}=e||{};let r=!1;if(!i||!o)return[void 0,void 0,void 0,void 0,void 0,r];const a=i.chainId,s=ve[a],l=(null===(t=s.address)||void 0===t?void 0:t.toLowerCase())===i.address.toLowerCase(),d=(null===(n=s.address)||void 0===n?void 0:n.toLowerCase())===o.address.toLowerCase(),c=l?s.wrappedTokenAddress:i.address,u=d?s.wrappedTokenAddress:o.address,p=new Xt(i.chainId,c,i.decimals,i.symbol,i.name),h=new Xt(o.chainId,u,o.decimals,o.symbol,o.name);r=!p.sortsBefore(h);const[m,g]=r?[h,p]:[p,h];return[a,null==e?void 0:e.type,null==e?void 0:e.address,m,g,r]}),[e]),d=Sl.getReserveLpQuery(i,r,o,null==a?void 0:a.decimals,null==s?void 0:s.decimals),c="AMMV2"===o,u=We(Object.assign(Object.assign({},d),{enabled:!!d.enabled&&c})),p=Sl.getTotalBaseLpQuery(i,r,o,18),h=We(Object.assign(Object.assign({},p),{enabled:!!p.enabled&&c})),{account:m}=$l(),g=Sl.getUserBaseLpQuery(i,r,o,18,m),f=We(Object.assign(Object.assign({},g),{enabled:!!g.enabled&&c})),x=W.useMemo((()=>u.isFetched&&!!u.data&&h.isFetched&&!!h.data),[u.isFetched,u.data,h.isFetched,h.data]),[y,v]=W.useMemo((()=>{var e;if(!a||!s||!1===x)return[null,null];const{baseReserve:t,quoteReserve:n}=null!==(e=u.data)&&void 0!==e?e:{baseReserve:0,quoteReserve:0},i=Kt.fromRawAmount(a,ys(t,a.decimals).toString()),o=Kt.fromRawAmount(s,ys(n,s.decimals).toString());let r=i,d=o;l&&(r=o,d=i);const c=new tn(r,d);if(r.equalTo(0)||d.equalTo(0))return[c,null];const p=d.divide(r);return[c,new Jt(r.currency,d.currency,p.denominator,p.numerator)]}),[a,s,u.data,l]),[b,j]=W.useMemo((()=>x?v?[new Se(v.toSignificant()),new Se(v.invert().toSignificant())]:[void 0,void 0]:t&&n?[new Se(n).div(t),new Se(t).div(n)]:[void 0,void 0]),[v,x,t,n]),C=h.data,w=x?h.data&&a?ys(h.data,18).toString():"":"0";let k,T;const E=l?s:a,A=l?a:s;if((null==y?void 0:y.liquidityToken)&&w&&C&&E&&A){const e=Kt.fromRawAmount(null==y?void 0:y.liquidityToken,w);if(void 0!==t&&void 0!==n){if(Number(t)&&Number(n)){const i=Kt.fromRawAmount(E,ys(t,E.decimals).toString()),o=Kt.fromRawAmount(A,ys(n,A.decimals).toString()),r=null==y?void 0:y.getLiquidityMinted(e,i,o);T=vs(r.quotient.toString(),18),k=T.div(C.plus(T)).times(100)}}else T=f.data||void 0,T&&(k=T.div(C).times(100))}else x||(k=new Se(100));let I="-";return(null==e?void 0:e.baseToken)&&e.quoteToken&&(I=k?`${hs({input:k,showDecimals:2,roundingMode:Se.ROUND_HALF_UP})}%`:"0%"),{isRearTokenA:l,pair:y,price:b,invertedPrice:j,reserveQuery:u,totalBaseLpQuery:h,liquidityMinted:T,poolTokenPercentage:k,shareOfPool:I,isExists:x}}function tb({pool:e,maxBaseAmount:t,maxQuoteAmount:n,isRemove:i}){var o,r,a;const[s,l]=W.useState(""),[d,c]=W.useState(""),u=!e||"AMMV2"!==e.type&&"AMMV3"!==e.type,p=We(Sl.getPMMStateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,null===(o=null==e?void 0:e.baseToken)||void 0===o?void 0:o.decimals,null===(r=null==e?void 0:e.quoteToken)||void 0===r?void 0:r.decimals)),h=()=>{l(""),c("")},m=null==e?void 0:e.type,g=eb({pool:e,baseAmount:s,quoteAmount:d});let f=null===(a=p.data)||void 0===a?void 0:a.midPrice,x=new Se(NaN),y=!1,v=!1;const b=p.data;if(e)if(b){const t=b.pmmParamsBG.i,n=b.pmmParamsBG.b,i=b.pmmParamsBG.q;v=("DSP"===e.type||"GSP"===e.type)&&(i.eq(0)||n.eq(0)),y="DVM"===e.type&&new Se(i).eq(0),x=v?t:y?Se(1):i.div(n)}else"AMMV2"===m&&(f=g.isRearTokenA?g.invertedPrice:g.price,x=f||new Se(1));const j=W.useRef(x);if(!e||x.isNaN())return{baseAmount:s,quoteAmount:d,handleChangeBaseAmount:()=>{},handleChangeQuoteAmount:()=>{},reset:h};const C=!y&&!me.utils.singleSideLp(e.type),w=e.baseToken.decimals,k=e.quoteToken.decimals,T=e=>{if(e){let o=x.multipliedBy(e).dp(k).toString();n&&i&&(n.lte(o)||(null==t?void 0:t.lte(0)))&&(o=n.toString()),c(o)}else c(e)};!C||j.current&&x.isEqualTo(j.current)||(j.current=x,T(s));let E=!1;E=!!e&&me.utils.singleSideLp(e.type)?!s&&!d:y?!s:!s||!d;const A=u?p:g.reserveQuery;return{baseAmount:s,quoteAmount:d,handleChangeBaseAmount:e=>{let t=xs(e,w);null===t&&(t=s),l(t),C&&T(t)},handleChangeQuoteAmount:e=>{let o=xs(e,k);null===o&&(o=d),c(o),C&&(e=>{if(e){let o=new Se(e).div(x).dp(w).toString();t&&i&&(t.lte(o)||(null==n?void 0:n.lte(0)))&&(o=t.toString()),l(o)}else l(e)})(o)},reset:h,addPortion:x,amountLoading:A.isLoading,amountError:A.isError,amountRefetch:A.refetch,amountCheckedDisabled:E,midPrice:f,uniV2Pair:g}}function nb({submittedBack:e,onlyShowSide:t,pool:n,balanceInfo:o}){var r,s,l,d,u,p;const h=a(),{isMobile:m}=ld(),{account:g}=$l(),{baseAmount:f,quoteAmount:x,handleChangeBaseAmount:y,handleChangeQuoteAmount:b,addPortion:j,midPrice:C,amountLoading:w,amountCheckedDisabled:k,uniV2Pair:T,reset:E}=tb({pool:n}),A=We(Sl.getFeeRateQuery(null==n?void 0:n.chainId,null==n?void 0:n.address,null==n?void 0:n.type,g)),I=null===(u=null===(s=null===(r=A.data)||void 0===r?void 0:r.mtFeeRate)||void 0===s?void 0:s.plus(null!==(d=null===(l=A.data)||void 0===l?void 0:l.lpFeeRate)&&void 0!==d?d:0))||void 0===u?void 0:u.toNumber(),S="AMMV2"===(null==n?void 0:n.type),[L,O]=W.useState(!1),{slipper:R,setSlipper:_,slipperValue:M,resetSlipper:P}=Df({address:null==n?void 0:n.address,type:null==n?void 0:n.type}),B=nx(n);W.useEffect((()=>{(null==n?void 0:n.address)!==(null==B?void 0:B.address)&&(E(),P())}),[n]);const D=me.utils.canOperateLiquidity(null==n?void 0:n.type,void 0,null==n?void 0:n.creator,g),[N,F]=W.useState(!1),{isShowCompare:q,lqAndDodoCompareText:U,isWarnCompare:V}=Jv(null==n?void 0:n.baseToken,null==n?void 0:n.quoteToken,C),H=S&&n.chainId?Je(n.chainId)||ot(n.chainId):void 0,Z=Hd(null==n?void 0:n.baseToken,{amount:f,contractAddress:H}),$=Hd(null==n?void 0:n.quoteToken,{amount:x,contractAddress:H}),z=Z.insufficientBalance||$.insufficientBalance,{isSinglePool:G}=o,Y=!n||z||!C||!!o.loading||!!o.error||k||A.isLoading;let Q=S?le._({id:"bwSQI0",message:"Supply"}):le._({id:"m16xKo",message:"Add"});z&&(Q=le._({id:"znqB4T",message:"Insufficient balance"}));const X=()=>{E(),P(),e&&e()},{operateLiquidityMutation:K}=zv(n),J=()=>{S?O(!0):K.mutate({txTitle:le._({id:"OBdohg",message:"Add Liquidity"}),isRemove:!1,baseAmount:f,quoteAmount:x,slippageProtection:M,balanceInfo:o,SLIPPAGE_PROTECTION:Bf,submittedBack:X})},ee=Gv({baseToken:null==n?void 0:n.baseToken,quoteToken:null==n?void 0:n.quoteToken,baseAmount:f,quoteAmount:x,fee:I,isExists:!0,slippage:M,submittedBack:()=>{X(),O(!1)}});return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{pt:20,pb:18,px:20},children:["quote"===t?"":Cn.jsx(Dm,{amt:f,token:null==n?void 0:n.baseToken,canClickBalance:!0,showPercentage:!0,onInputChange:y,readOnly:o.loading||!D,sx:{backgroundColor:"background.cardInput",padding:h.spacing(20,20,28)},inputSx:{backgroundColor:"background.cardInput"}}),t?"":Cn.jsx(Pm,{}),"base"===t?"":Cn.jsx(Dm,{amt:x,token:null==n?void 0:n.quoteToken,canClickBalance:!0,showPercentage:!0,onInputChange:b,readOnly:o.loading||!D||G,sx:{backgroundColor:"background.cardInput",padding:h.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"}}),Cn.jsxs(v,{loading:o.loading||w,sx:{mt:8},children:[Cn.jsx(Nf,{value:R,onChange:_,disabled:!D,type:null==n?void 0:n.type}),Cn.jsx(Xv,{pool:n,addPortion:j,midPrice:C,shareOfPool:null==T?void 0:T.shareOfPool})]})]}),Cn.jsxs(i,{sx:{px:20,py:16,position:"sticky",bottom:0,borderStyle:"solid",borderWidth:"1px 0 0",borderColor:"border.main",backgroundColor:"background.paper"},children:[q&&Cn.jsx(Yv,{baseToken:null==n?void 0:n.baseToken,quoteToken:null==n?void 0:n.quoteToken,lqAndDodoCompareText:U,midPrice:C}),n?Cn.jsx(Qv,{chainId:n.chainId,baseTokenStatus:Z,quoteTokenStatus:$,children:Cn.jsx(c,{fullWidth:!0,disabled:Y,danger:V,isLoading:K.isPending||ee.isPending,onClick:()=>{Y||(V?F(!0):J())},children:Q})}):Cn.jsx(c,{fullWidth:!0,disabled:!0,children:Q})]}),Cn.jsx(Nv,{open:N,onClose:()=>F(!1),title:le._({id:"bEsfUQ",message:"Confirm submission"}),onConfirm:J,modal:!0,children:Cn.jsxs(i,{children:[Cn.jsx(i,{children:le._({id:"tecieV",message:"Price discrepancy {lqAndDodoCompareText} between liquidity pool and the quote price on ZUNO.",values:{lqAndDodoCompareText:U}})}),Cn.jsx(i,{children:le._({id:"vXvgFK",message:"There is risk of being arbitraged if adding this liquidity."})})]})}),Cn.jsx(Fh,{message:null===(p=K.error)||void 0===p?void 0:p.message,onClose:()=>K.reset(),isDialogModal:m}),S&&!!n&&Cn.jsx(Vv,{open:L,onClose:()=>O(!1),slippage:M,baseToken:n.baseToken,baseAmount:f,quoteToken:n.quoteToken,quoteAmount:x,fee:I,price:null==T?void 0:T.price,lpAmount:null==T?void 0:T.liquidityMinted,shareOfPool:null==T?void 0:T.shareOfPool,pairAddress:n.address,createMutation:ee})]})}function ib({chainId:e,address:t,token:n,quoteToken:o,lpBalance:a,lpBalanceLoading:s,balanceNeedUpdateLoading:d,tokenBalanceList:c}){var u;const p=o?`${null==n?void 0:n.symbol}/${o.symbol}`:null!==(u=null==n?void 0:n.symbol)&&void 0!==u?u:"";return Cn.jsxs(i,{sx:{display:"flex"},children:[n?Cn.jsx(i,{sx:{position:"relative",top:2},children:o?Cn.jsx(Gm,{tokens:[n,o],chainId:e,width:18,mr:4}):Cn.jsx(yc,{address:n.address,width:18,height:18,chainId:e,url:n.logoURI,marginRight:4,noShowChain:!0})}):Cn.jsx(j,{width:32,height:32,sx:{mr:4}}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",flexWrap:"wrap",wordBreak:"break-all"},children:[Cn.jsx(v,{loading:s,loadingProps:{width:30},sx:{display:"flex",alignItems:"center",mr:2},children:d?Cn.jsx(O,{}):hs({input:a||"-"})}),`${p} LP`,!!(null==c?void 0:c.length)&&Cn.jsx(l,{title:Cn.jsx(i,{sx:{display:"flex",flexDirection:"column",gap:8},children:c.map((e=>Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",typography:"body2",fontWeight:600,color:"text.primary"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(yc,{address:e.token.address,chainId:e.token.chainId,width:14,height:14,url:e.token.logoURI,marginRight:4,noShowChain:!0}),e.token.symbol]}),Cn.jsxs(v,{loading:e.loading,children:[!e.balance||e.balance.isZero()||e.balance.isNaN()?"":"~",e.balance?hs({input:e.balance}):""]})]},e.token.address)))}),sx:{padding:20,width:256},children:Cn.jsx(r,{component:Mn.DetailBorder,sx:{ml:4,width:16,height:16}})}),Cn.jsx(i,{component:"a",target:"_blank",rel:"noopener noreferrer",href:e?Fl(e,t,"address"):"",sx:{display:"inline-flex",height:14},children:Cn.jsx(r,{component:Mn.ArrowTopRightBorder,sx:{ml:4,width:14,height:14}})})]})]},t)}function ob({loading:t,hidePoolInfo:n,pool:o,balanceInfo:r}){var s,c,u,p,h,m,g;const f=a(),x=t||!o,y=!!o&&me.utils.singleSideLp(o.type),{isTokenLoading:b}=dm(),{account:j}=$l(),C=We(Sl.getFeeRateQuery(null==o?void 0:o.chainId,null==o?void 0:o.address,null==o?void 0:o.type,j)),w=null===(c=null===(s=C.data)||void 0===s?void 0:s.lpFeeRate)||void 0===c?void 0:c.plus(null!==(p=null===(u=C.data)||void 0===u?void 0:u.mtFeeRate)&&void 0!==p?p:0);let k=!1,T=!1;o&&(r.userBaseLpBalance&&o.baseLpToken&&(k=b(o.baseLpToken.id,r.userBaseLpBalance)),r.userQuoteLpBalance&&o.quoteLpToken&&(T=b(o.quoteLpToken.id,r.userQuoteLpBalance)));const E="AMMV2"===(null==o?void 0:o.type);return Cn.jsxs(i,{sx:{mt:16,mx:20,border:"solid 1px",borderColor:"border.main",borderRadius:12},children:[n?"":Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",p:f.spacing(12,20),borderStyle:"solid",borderColor:"border.main",borderWidth:f.spacing(0,0,1)},children:[Cn.jsxs(i,{children:[Cn.jsxs(v,{loading:x,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)&&Cn.jsx(v,{loading:C.isLoading,loadingProps:{width:30},sx:{typography:"h6"},children:Cn.jsx(l,{title:Cn.jsxs(i,{sx:{typography:"h6","& > b":{fontWeight:600,color:"primary.main"}},children:["🌟",Cn.jsx("b",{children:Cn.jsx(e,{id:"e38JNU",message:"Tips:"})})," ",Cn.jsx(e,{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:As({input:w})},components:{0:Cn.jsx("b",{})}})]}),sx:{maxWidth:240},children:Cn.jsx(i,{sx:{px:8,height:24,typography:"h6",lineHeight:"24px",borderRadius:4,background:f.palette.background.tag,color:"text.secondary",whiteSpace:"nowrap"},children:As({input:w})})})})]}),Cn.jsx(v,{loading:x,children:Cn.jsx(bm,{address:null!==(g=null==o?void 0:o.address)&&void 0!==g?g:"",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)&&!E?Cn.jsxs(i,{component:d,sx:{typography:"body2",display:"flex",alignItems:"center",color:"text.secondary"},onClick:()=>{Af.getState().push({type:Ef.PoolDetail,params:{chainId:o.chainId,address:o.address}})},children:[Cn.jsx(e,{id:"URmyfc",message:"Details"}),Cn.jsx(i,{component:Mn.ArrowRight,sx:{ml:4,position:"relative",top:1.2,width:16,height:16}})]}):""]}),Cn.jsxs(i,{sx:{p:f.spacing(12,20)},children:[Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"YHc3B+",message:"My Liquidity"})}),Cn.jsx(i,{sx:{mt:12},children:Cn.jsx(v,{loading:x,loadingSx:{width:100},children:y?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(ib,{chainId:null==o?void 0:o.chainId,address:null==o?void 0:o.address,token:null==o?void 0:o.baseToken,lpBalance:null==r?void 0:r.userBaseLpBalance,lpBalanceLoading:r.userLpBalanceLoading,balanceNeedUpdateLoading:k,tokenBalanceList:o?[{token:o.baseToken,balance:null==r?void 0:r.userBaseLpToTokenBalance,loading:r.userLpToTokenBalanceLoading}]:void 0}),Cn.jsx(ib,{chainId:null==o?void 0:o.chainId,address:null==o?void 0:o.address,token:null==o?void 0:o.quoteToken,lpBalance:null==r?void 0:r.userQuoteLpBalance,lpBalanceLoading:r.userLpBalanceLoading,balanceNeedUpdateLoading:T,tokenBalanceList:o?[{token:o.quoteToken,balance:null==r?void 0:r.userQuoteLpToTokenBalance,loading:r.userLpToTokenBalanceLoading}]:void 0})]}):Cn.jsx(ib,{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:r.userBaseLpBalance,lpBalanceLoading:r.userLpBalanceLoading,balanceNeedUpdateLoading:k,tokenBalanceList:o?[{token:o.baseToken,balance:r.userBaseLpToTokenBalance||new Se(0),loading:r.userLpToTokenBalanceLoading},{token:o.quoteToken,balance:r.userQuoteLpToTokenBalance||new Se(0),loading:r.userLpToTokenBalanceLoading}]:void 0})})})]})]})}var rb;!function(e){e[e.Add=1]="Add",e[e.Remove=2]="Remove"}(rb||(rb={}));const ab=({pool:e,isBase:t,baseAmount:n,quoteAmount:i})=>{var o,r;const a="CLASSICAL"===(null==e?void 0:e.type),s=t||void 0===t,l=null===(o=null==e?void 0:e.baseToken)||void 0===o?void 0:o.decimals,d=null===(r=null==e?void 0:e.quoteToken)||void 0===r?void 0:r.decimals,c=We(Object.assign(Object.assign({},Sl.getWithdrawBasePenaltyQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,n&&void 0!==l?kt(new Se(n).dp(l,Se.ROUND_FLOOR).toString(),l).toString():"",l)),{enabled:!!e&&!!n&&a&&s})),u=We(Object.assign(Object.assign({},Sl.getWithdrawBasePenaltyQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,i&&void 0!==d?kt(new Se(i).dp(d,Se.ROUND_FLOOR).toString(),d).toString():"",d)),{enabled:!!e&&!!i&&a&&!s}));let p,h="",m="",g="",f="",x="",y=!1,v=null;if(e){const t=Wl(e.baseToken.decimals),o=Wl(e.quoteToken.decimals);if(g=hs({input:n,showDecimals:t}),f=hs({input:i,showDecimals:o}),a)if(y=s?c.isLoading:u.isLoading,v=s?c.error:u.error,s){if(c.data){h=hs({input:c.data,showDecimals:t}),x=h;const e=new Se(n).minus(c.data);g=e.gt(0)?hs({input:e,showDecimals:t}):"-",p=e}}else if(u.data){m=hs({input:u.data,showDecimals:o}),x=m;const e=new Se(i).minus(u.data);g=e.gt(0)?hs({input:e,showDecimals:t}):"-",p=e}}let b=[];return e&&(a?t?b.push({amount:g||"0",symbol:e.baseToken.symbol}):b.push({amount:f||"0",symbol:e.quoteToken.symbol}):(b.push({amount:g||"0",symbol:e.baseToken.symbol}),b.push({amount:f||"0",symbol:e.quoteToken.symbol}))),{withdrawFee:x,baseWithdrawFee:h,quoteWithdrawFee:m,receiveBaseAmount:g,receiveQuoteAmount:f,receiveAmountBg:p,receiveList:b,loading:y,error:v}};var sb;!function(e){e[e.base=1]="base",e[e.quote=2]="quote"}(sb||(sb={}));const lb=e=>{const[t,n]=W.useState(sb.base);let i,o;return e&&me.utils.singleSideLp(e.type)&&(i=t===sb.base,o=i?e.baseToken:e.quoteToken),{isBase:i,checkToken:o,checkTokenType:t,setCheckToken:n}};function db({token:e,pool:t,sx:n,value:o,onChange:r,selectedValue:a,lpBalance:s,balanceMax:l,balanceInfo:d,loading:c}){var u;const p=null==t?void 0:t.chainId;return Cn.jsxs(i,{sx:n,children:[Cn.jsxs(i,{sx:{typography:"h5",display:"flex",alignItems:"center",justifyContent:"space-between",fontWeight:600},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[e?Cn.jsx(q,{checked:o===a,onChange:()=>r(o),sx:{mr:16}}):"",Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},children:e?Cn.jsx(Cn.Fragment,{children:Cn.jsx(yc,{address:e.address,width:24,height:24,chainId:e.chainId||p,url:e.logoURI,noShowChain:!0})}):t&&Cn.jsx(Gm,{tokens:[t.baseToken,t.quoteToken],chainId:(null===(u=t.baseToken)||void 0===u?void 0:u.chainId)||p,width:24,height:24})})]}),Cn.jsxs(i,{sx:{textAlign:"right"},children:[e?`${e.symbol} LP `:t&&`${t.baseToken.symbol}\n ${t.quoteToken.symbol}\n LP `,c?Cn.jsx(i,{component:O,sx:{ml:4,position:"relative",top:3}}):s&&hs({input:s})||""]})]}),Cn.jsx(i,{sx:{typography:"body2",mt:5,color:"text.secondary",textAlign:"right"},children:e?Cn.jsxs(Cn.Fragment,{children:[c?Cn.jsx(i,{component:O,sx:{ml:4,position:"relative",top:3}}):`≈ ${l&&hs({input:l})||""}`,` ${e.symbol}`]}):t&&d&&d.userBaseLpToTokenBalance&&d.userQuoteLpToTokenBalance?Cn.jsxs(Cn.Fragment,{children:[c?Cn.jsx(i,{component:O,sx:{position:"relative",top:4}}):hs({input:d.userBaseLpToTokenBalance}),` ${null==t?void 0:t.baseToken.symbol} + `,c?Cn.jsx(i,{component:O,sx:{position:"relative",top:4}}):hs({input:d.userQuoteLpToTokenBalance}),` ${null==t?void 0:t.quoteToken.symbol}`]}):""})]})}function cb({pool:e,checkTokenType:t,setCheckToken:n,balanceInfo:i,baseTokenBalanceUpdateLoading:o,quoteBalanceUpdateLoading:r}){if(!e)return null;const a=me.utils.singleSideLp(e.type);return Cn.jsx(Cn.Fragment,{children:a?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(db,{token:e.baseToken,selectedValue:t,onChange:n,value:sb.base,lpBalance:i&&i.userBaseLpBalance,balanceMax:i&&i.userBaseLpToTokenBalance,loading:o}),Cn.jsx(db,{selectedValue:t,onChange:n,sx:{mt:13},token:e.quoteToken,value:sb.quote,lpBalance:i&&i.userQuoteLpBalance,balanceMax:i&&i.userQuoteLpToTokenBalance,loading:r})]}):Cn.jsx(db,{pool:e,value:t,onChange:n,lpBalance:i&&i.userBaseLpBalance,balanceInfo:i,loading:o||r})})}function ub({submittedBack:n,onlyShowSide:o,pool:r,balanceInfo:s}){var l,d,u,p,h,m,g,f,x,y;const b=a(),{isMobile:j}=ld(),{account:C}=$l(),w=s.userBaseLpToTokenBalance,k=s.userQuoteLpToTokenBalance,T=s.loading,{slipper:E,setSlipper:A,slipperValue:I,resetSlipper:S}=Df({address:null==r?void 0:r.address}),{isBase:L,checkToken:O,checkTokenType:R,setCheckToken:_}=lb(r),{baseAmount:M,quoteAmount:P,handleChangeBaseAmount:B,handleChangeQuoteAmount:D,addPortion:N,midPrice:F,amountLoading:q,amountCheckedDisabled:V,uniV2Pair:H,reset:$}=tb({pool:r,maxBaseAmount:w,maxQuoteAmount:k}),[z,G]=W.useState(""),[Y,Q]=W.useState("");W.useEffect((()=>{const e=setTimeout((()=>{G(M)}),80);return()=>clearTimeout(e)}),[M]),W.useEffect((()=>{const e=setTimeout((()=>{Q(P)}),80);return()=>clearTimeout(e)}),[P]);const X=e=>{B(e)},K=e=>{D(e)},J="AMMV2"===(null==r?void 0:r.type),ee=(null==r?void 0:r.chainId)?ve[r.chainId]:void 0,te=null===(l=null==ee?void 0:ee.address)||void 0===l?void 0:l.toLowerCase(),ne=null===(d=null==ee?void 0:ee.wrappedTokenAddress)||void 0===d?void 0:d.toLowerCase(),ie=!!r&&[te,ne].includes(r.baseToken.address.toLowerCase()),oe=!!r&&[te,ne].includes(r.quoteToken.address.toLowerCase()),re=J&&r&&(ie||oe),[ae,se]=W.useState(!1),de=re&&ie&&!ae&&ee?r?Object.assign(Object.assign({},r.baseToken),{symbol:ee.symbol,address:ee.address}):void 0:null==r?void 0:r.baseToken,ce=re&&oe&&!ae&&ee?r?Object.assign(Object.assign({},r.quoteToken),{symbol:ee.symbol,address:ee.address}):void 0:null==r?void 0:r.quoteToken,ue=ab({pool:r?Object.assign(Object.assign({},r),{baseToken:de,quoteToken:ce}):r,isBase:L,baseAmount:z,quoteAmount:Y}),{mode:pe,modeOptions:he,handleChangeMode:ge,sliderPercentage:fe,handleChangeSliderPercentage:xe,resetPercentage:ye}=function({isBase:e,pool:t,baseOverride:n,quoteOverride:i,resetAmount:o,handleChangeBaseAmount:r,handleChangeQuoteAmount:a}){const[s,l]=W.useState(qf.percentage),[d,c]=W.useState(Ff),u=W.useRef(null),p=()=>{u.current&&clearTimeout(u.current)},h=()=>{p(),c(Ff)};return W.useEffect((()=>p),[]),{mode:s,modeOptions:[{key:qf.quantity,value:le._({id:"PIYEqF",message:"Quantity model"})},{key:qf.percentage,value:le._({id:"x4QVeW",message:"Percentage to remove"})}],handleChangeMode:e=>{l(e),o(),h()},sliderPercentage:d,handleChangeSliderPercentage:o=>{if(p(),o!==d&&c(o),!t)return;const s=100===o,l=()=>{if(t)if(e||void 0===e){if(n){let e=n.toString();s||(e=fs(n.times(o/100),t.baseToken.decimals)),r(e)}}else if(i){let e=i.toString();s||(e=fs(i.times(o/100),t.quoteToken.decimals)),a(e)}};s?l():u.current=setTimeout(l,100)},resetPercentage:h}}({isBase:L,pool:r,baseOverride:w,quoteOverride:k,resetAmount:$,handleChangeBaseAmount:X,handleChangeQuoteAmount:K});W.useEffect((()=>{$(),ye()}),[R]);const be=nx(r);W.useEffect((()=>{(null==r?void 0:r.address)!==(null==be?void 0:be.address)&&($(),S(),ge(qf.percentage),xe(Ff))}),[r]),W.useEffect((()=>{pe===qf.percentage&&xe(fe)}),[null==w?void 0:w.toString(),null==k?void 0:k.toString()]);const Ce=me.utils.canOperateLiquidity(null==r?void 0:r.type,void 0,null==r?void 0:r.creator,C),[we,ke]=W.useState(!1),{isShowCompare:Te,lqAndDodoCompareText:Ee,isWarnCompare:Ae}=Jv(null==r?void 0:r.baseToken,null==r?void 0:r.quoteToken,F),Ie=We(Sl.getFeeRateQuery(null==r?void 0:r.chainId,null==r?void 0:r.address,null==r?void 0:r.type,C)),Le=null===(g=null===(p=null===(u=Ie.data)||void 0===u?void 0:u.mtFeeRate)||void 0===p?void 0:p.plus(null!==(m=null===(h=Ie.data)||void 0===h?void 0:h.lpFeeRate)&&void 0!==m?m:0))||void 0===g?void 0:g.toNumber(),{baseTokenStatus:Oe,quoteTokenStatus:Re}=function({pool:e,baseAmount:t,quoteAmount:n,balanceInfo:i}){var o,r,a,s,l;const{chainId:d,baseToken:c,quoteToken:u}=null!=e?e:{};let p="";const h="AMMV2"===(null==e?void 0:e.type);d&&(p=null!==(o=je[d].DODO_V1_PAIR_PROXY)&&void 0!==o?o:"",h&&(p=Je(d)||ot(e.chainId)));const m=null!==(a=null===(r=null==e?void 0:e.baseLpToken)||void 0===r?void 0:r.id)&&void 0!==a?a:"",g=null!==(l=null===(s=null==e?void 0:e.quoteLpToken)||void 0===s?void 0:s.id)&&void 0!==l?l:"",f="CLASSICAL"===(null==e?void 0:e.type);return{baseTokenStatus:Hd(c?Object.assign(Object.assign({},c),{symbol:f?c.symbol+" LP":`${c.symbol}/${null==u?void 0:u.symbol} LP`,address:m}):void 0,{amount:h&&i.userBaseLpToTokenBalance&&i.userBaseLpBalance?new Se(t).div(i.userBaseLpToTokenBalance).times(i.userBaseLpBalance).toString():t,skipQuery:!p||!m||!f&&!h,contractAddress:p,overrideBalance:h?i.userBaseLpBalance:i.userBaseLpToTokenBalance}),quoteTokenStatus:Hd(u?Object.assign(Object.assign({},u),{address:g}):void 0,{amount:n,skipQuery:!p||!g||!f,contractAddress:p,overrideBalance:i.userQuoteLpToTokenBalance})}}({pool:r,baseAmount:M,quoteAmount:P,balanceInfo:s}),_e=Oe.insufficientBalance||Re.insufficientBalance,{isSinglePool:Me}=s,Pe=_e?le._({id:"znqB4T",message:"Insufficient balance"}):le._({id:"t/YqKh",message:"Remove"}),Be=()=>{$(),S(),n&&n()},De=null===(f=null==H?void 0:H.pair)||void 0===f?void 0:f.liquidityToken.decimals,Ne=null===(x=s.userBaseLpBalance)||void 0===x?void 0:x.times(fe/100),Fe=Ne&&void 0!==De?ys(Ne,De).toString():"",{operateLiquidityMutation:qe}=zv(r),Ue=function({baseToken:e,quoteToken:n,baseAmount:i,quoteAmount:o,liquidityAmount:r,slippage:a,fee:s,submittedBack:l}){const d=Cd(),{account:c}=$l();t();const{deadLine:u}=Tn();return ze({mutationFn:()=>mn(this,void 0,void 0,(function*(){if(!e||!n)throw new Error("token is undefined");if(!c)throw new Error("account is undefined");if(!s)throw new Error("fee is undefined");const t=e.chainId,p=ve[t].address.toLowerCase(),h=Je(t),m=ot(t),g=!h,f=h||m;if(!f)throw new Error("AMMV2 contract address is not valid.");let x="";const y=e.address.toLowerCase()===p,v=n.address.toLowerCase()===p,b=ys(new Se(i).times(1-a),e.decimals),j=ys(new Se(o).times(1-a),n.decimals),C=ys(s,4).toString(),w=Math.ceil(Date.now()/1e3)+(null!=u?u:600);try{if(y){const e=n.address,t=j.toString(),i=b.toString();x=g?dt(e,r,t,i,c,w):ct(e,C,r,t,i,c,w)}else if(v){const t=e.address,n=b.toString(),i=j.toString();x=g?dt(t,r,n,i,c,w):ct(t,C,r,n,i,c,w)}else x=g?ut(e.address,n.address,r,b.toString(),j.toString(),c,w):pt(e.address,n.address,C,r,b.toString(),j.toString(),c,w)}catch(e){throw console.error("encodeUniswapV2Router02RemoveLiquidity error",e),e}return yield d.execute(le._({id:"cJtosk",message:"Remove liquidity"}),{opcode:fd.TX,to:f,data:x,value:"0x0"},{metadata:{[cd.removeLiqidityAMMV2Position]:!0},submittedBack:l})}))})}({baseToken:de,quoteToken:ce,baseAmount:M,quoteAmount:P,liquidityAmount:Fe,slippage:I,fee:Le,submittedBack:Be}),Ve=()=>{if(J)return Ue.mutate();qe.mutate({txTitle:le._({id:"3XBvkd",message:"Remove Liquidity"}),isRemove:!0,baseAmount:M,quoteAmount:P,slippageProtection:I,balanceInfo:s,SLIPPAGE_PROTECTION:Bf,submittedBack:Be})},He=Z((()=>{var e;const t=new Se(M),n=new Se(P);return!r||_e||!F||!!s.loading||!!s.error||V||!!ue.error||ue.loading||!!(null===(e=ue.receiveAmountBg)||void 0===e?void 0:e.lte(0))||Ie.isLoading||(J?null==Ne||Ne.lte(0):!t.isFinite()||!n.isFinite()||t.lte(0)&&n.lte(0))}),[V,s.error,s.loading,M,Ie.isLoading,J,_e,Ne,F,r,P,ue.error,ue.loading,ue.receiveAmountBg]);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{pb:18,px:20},children:[!J&&Cn.jsxs(i,{sx:{mt:20,borderStyle:"solid",borderWidth:1,borderRadius:12,borderColor:"border.main"},children:[Cn.jsx(U,{value:pe,options:he,onChange:(e,t)=>ge(t),popupOffset:0,sx:{px:20,py:12,width:"100%",backgroundColor:"transparent",color:"text.primary",typography:"body2"}}),!!r&&me.utils.singleSideLp(r.type)&&Cn.jsx(i,{sx:{pt:20,pb:13,px:20,borderStyle:"solid",borderWidth:"1px 0 0"},children:Cn.jsx(cb,{pool:r,balanceInfo:s,checkTokenType:R,setCheckToken:_,baseTokenBalanceUpdateLoading:!1,quoteBalanceUpdateLoading:!1})})]}),Cn.jsx(i,{sx:{pt:20},children:pe===qf.percentage?Cn.jsx(Lf,{disabled:s.loading||!Ce,value:fe,onChange:xe}):O?Cn.jsx(Dm,{amt:L?M:P,token:O,canClickBalance:!0,showPercentage:!0,onInputChange:L?X:K,readOnly:s.loading||!Ce,overrideBalance:L?w:k,overrideBalanceLoading:T,sx:{backgroundColor:"background.cardInput",padding:b.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"}}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Dm,{amt:M,token:null==r?void 0:r.baseToken,canClickBalance:!0,showPercentage:!0,onInputChange:X,readOnly:s.loading||!Ce,overrideBalance:w,overrideBalanceLoading:T,sx:{backgroundColor:"background.cardInput",padding:b.spacing(20,20,28)},inputSx:{backgroundColor:"background.cardInput"}}),o?"":Cn.jsx(Pm,{}),"base"===o?"":Cn.jsx(Dm,{amt:P,token:null==r?void 0:r.quoteToken,canClickBalance:!0,showPercentage:!0,onInputChange:K,readOnly:s.loading||!Ce||Me,overrideBalance:k,overrideBalanceLoading:T,sx:{backgroundColor:"background.cardInput",padding:b.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"}})]})}),Cn.jsxs(v,{loading:s.loading||q,sx:{mt:8},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"flex-end",gap:8},children:[J&&re&&Cn.jsx(i,{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:()=>se((e=>!e)),children:Cn.jsx(e,{id:"/k7Ttv",message:"Receive {0}",values:{0:ae?null==ee?void 0:ee.symbol:null==ee?void 0:ee.wrappedTokenSymbol}})}),Cn.jsx(Nf,{value:E,onChange:A,disabled:!Ce,type:null==r?void 0:r.type,sx:{margin:0}})]}),Cn.jsx(Xv,{pool:r,addPortion:N,midPrice:F,shareOfPool:null==H?void 0:H.shareOfPool})]}),!!r&&Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",mt:20,mb:14},children:[Cn.jsx(i,{sx:{typography:"body2",color:"text.secondary",position:"relative",top:2},children:Cn.jsx(e,{id:"lDgVWA",message:"Receive"})}),Cn.jsx(i,{sx:{textAlign:"right"},children:ue.receiveList.map(((e,t)=>Cn.jsxs(i,{sx:{mt:t>0?4:0},children:[Cn.jsxs(v,{component:"span",loading:ue.loading,loadingSx:{mr:8,width:100},sx:{display:"inline-block",typography:"h5",fontWeight:600,color:ue.receiveBaseAmount&&"0"!==ue.receiveBaseAmount?"primary.main":"text.primary"},children:[e.amount," "]}),Cn.jsx(i,{component:"span",sx:{typography:"body2"},children:e.symbol})]},e.symbol)))})]})]}),Cn.jsxs(i,{sx:{px:20,py:16,position:"sticky",bottom:0,borderStyle:"solid",borderWidth:"1px 0 0",borderColor:"border.main",backgroundColor:"background.paper"},children:[Te&&Cn.jsx(Yv,{baseToken:null==r?void 0:r.baseToken,quoteToken:null==r?void 0:r.quoteToken,lqAndDodoCompareText:Ee,midPrice:F}),r?Cn.jsx(Qv,{chainId:r.chainId,baseTokenStatus:Oe,quoteTokenStatus:Re,children:Cn.jsx(c,{fullWidth:!0,disabled:He,danger:Ae,isLoading:qe.isPending||Ue.isPending,onClick:()=>{He||(Ae?ke(!0):Ve())},children:Pe})}):Cn.jsx(c,{fullWidth:!0,disabled:!0,children:Pe})]}),Cn.jsx(Nv,{open:we,onClose:()=>ke(!1),title:le._({id:"bEsfUQ",message:"Confirm submission"}),onConfirm:Ve,modal:!0,children:Cn.jsxs(i,{children:[Cn.jsx(i,{children:le._({id:"tecieV",message:"Price discrepancy {lqAndDodoCompareText} between liquidity pool and the quote price on ZUNO.",values:{lqAndDodoCompareText:Ee}})}),Cn.jsx(i,{children:le._({id:"vXvgFK",message:"There is risk of being arbitraged if adding this liquidity."})})]})}),Cn.jsx(Fh,{message:null===(y=qe.error)||void 0===y?void 0:y.message,onClose:()=>qe.reset(),isDialogModal:j})]})}function pb({pool:e,operate:n,hidePoolInfo:i,errorRefetch:o,submittedBack:r}){var a,s,l,d,c,u;const{operateTab:p,operateTabs:h,handleChangeTab:m}=function(e=rb.Add){const{i18n:n}=t(),[i,o]=W.useState(e),r=W.useMemo((()=>[{key:rb.Add,value:n._({id:"m16xKo",message:"Add"})},{key:rb.Remove,value:n._({id:"t/YqKh",message:"Remove"})}]),[n._]);return W.useEffect((()=>{o(e)}),[e]),{operateTab:i,operateTabs:r,handleChangeTab:e=>{o(e)}}}(n),{account:g}=$l(),f=fv({account:g,pool:e?{chainId:e.chainId,address:e.address,type:e.type,baseTokenDecimals:e.baseToken.decimals,quoteTokenDecimals:e.quoteToken.decimals,baseLpTokenDecimals:null!==(s=null===(a=e.baseLpToken)||void 0===a?void 0:a.decimals)&&void 0!==s?s:18,quoteLpTokenDecimals:null!==(d=null===(l=e.quoteLpToken)||void 0===l?void 0:l.decimals)&&void 0!==d?d:18}:void 0}),x=We(Sl.getPMMStateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,null===(c=null==e?void 0:e.baseToken)||void 0===c?void 0:c.decimals,null===(u=null==e?void 0:e.quoteToken)||void 0===u?void 0:u.decimals));return f.error||x.error||o?Cn.jsx(Rn,{refresh:()=>{f.error&&f.refetch(),x.error&&x.refetch(),o&&o()},sx:{my:40,height:"100%"}}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(ob,{pool:e,balanceInfo:f,hidePoolInfo:i}),Cn.jsxs(A,{value:p,onChange:(e,t)=>{m(t)},children:[Cn.jsx(F,{tabs:h,variant:"inPaper",tabsListSx:{mt:16,mx:20}}),Cn.jsx(L,{value:rb.Add,children:Cn.jsx(nb,{pool:e,balanceInfo:f,submittedBack:r})}),Cn.jsx(L,{value:rb.Remove,children:Cn.jsx(ub,{pool:e,balanceInfo:f,submittedBack:r})})]})]})}function hb({onClose:e,pool:n,address:o,operate:r,chainId:a,hasMining:s,hidePoolInfo:l,sx:d}){var c,u,p,h,m,g,f,x,y;const{account:v}=$l(),b=a?aa[a]:"",j=Kl(),C=We(Object.assign(Object.assign({},j.getQuery(me.graphql.fetchPoolList,{where:{id:null!==(c=null==o?void 0:o.toLocaleLowerCase())&&void 0!==c?c:"",chain:b}})),{enabled:!!o&&!!a})),w=null===(p=null===(u=C.data)||void 0===u?void 0:u.pairs)||void 0===p?void 0:p[0],k=w&&a?function(e,t){var n,i,o,r,a,s;if(e)return{address:e.id,chainId:t,baseToken:Ol(e.baseToken,t),quoteToken:Ol(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)}}}(w,a):void 0,E=o&&a?k:n,I=C.error?C.refetch:void 0,{poolOrMiningTab:S,poolOrMiningTabs:O,handleChangeTab:R}=function({hasMining:e}){const{i18n:n}=t(),[i,o]=W.useState(Dv.Liquidity);return{poolOrMiningTab:i,poolOrMiningTabs:W.useMemo((()=>{const t=[{key:Dv.Liquidity,value:n._({id:"6y2TB3",message:"Liquidity"})},{key:Dv.Mining,value:n._({id:"Sti4vy",message:"Mining"})}];return e?t:t.slice(0,1)}),[n._,e]),handleChangeTab:e=>{o(e)}}}({hasMining:s}),_=fv({account:v,pool:E?{chainId:E.chainId,address:E.address,type:E.type,baseTokenDecimals:E.baseToken.decimals,quoteTokenDecimals:E.quoteToken.decimals,baseLpTokenDecimals:null!==(m=null===(h=E.baseLpToken)||void 0===h?void 0:h.decimals)&&void 0!==m?m:18,quoteLpTokenDecimals:null!==(f=null===(g=E.quoteLpToken)||void 0===g?void 0:g.decimals)&&void 0!==f?f:18}:void 0}),M=!!(null===(x=_.userBaseLpBalance)||void 0===x?void 0:x.gt(0))||!!(null===(y=_.userQuoteLpBalance)||void 0===y?void 0:y.gt(0)),P=null!=a?a:null==E?void 0:E.chainId,B=null!=o?o:null==E?void 0:E.address;return Cn.jsx(i,{sx:d,children:Cn.jsxs(A,{value:S,onChange:(e,t)=>{R(t)},sx:{display:"flex",flexDirection:"column",overflow:"hidden",height:"100%"},children:[Cn.jsx(D,{tabs:O,tabsListSx:Object.assign({mx:20,justifyContent:"space-between"},s&&M?{"& button:last-child":{position:"relative","&::before":{content:`"${le._({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("#DABB1B",.2),color:"#DABB1B"}}}:{}),rightSlot:Cn.jsxs(i,{sx:{display:"flex",justifyContent:"center",alignItems:"center",gap:12},children:["GSP"===(null==E?void 0:E.type)&&Cn.jsx(Bv,{}),e?Cn.jsx(i,{sx:{display:"flex",justifyContent:"center",alignItems:"center",width:24,height:24,borderRadius:"50%",borderWidth:1,color:"text.secondary",cursor:"pointer"},children:Cn.jsx(i,{component:Mn.Error,sx:{width:16,height:16},onClick:()=>{e()}})}):void 0]})}),Cn.jsx(L,{value:Dv.Liquidity,sx:{flex:1,overflowY:"auto"},children:Cn.jsx(pb,{pool:E,operate:r,hidePoolInfo:l,errorRefetch:I,submittedBack:()=>{s&&R(Dv.Mining)}})}),Cn.jsx(L,{value:Dv.Mining,sx:{flex:1,overflowY:"auto"},children:P&&B?Cn.jsx(Pv,{chainId:P,account:v,poolAddress:B,goLpLink:()=>{R(Dv.Liquidity)}}):""})]})})}function mb(e){var{modal:t}=e,n=hn(e,["modal"]);const{isMobile:i}=ld();return Cn.jsx(uc,{open:!!n.pool||!!n.address,onClose:n.onClose,scope:!i,modal:t,id:"pool-operate",children:Cn.jsx(hb,{...n})})}function gb({children:e,sx:t,gap:n=20,repeatBaseForLargeScreen:o=3}){const{isMobile:r,minDevice:a}=ld();let s={};if(r)s={display:"flex",flexDirection:"column",gap:n};else{let e=2;[1418,1761,2104].some(((t,n)=>{if(a(t))return e=o+n,!0})),s={display:"grid",gap:n,gridTemplateColumns:`repeat(${e}, 1fr)`}}return Cn.jsx(i,{sx:Object.assign(Object.assign({},s),t),children:e})}function fb({address:t,chainId:n,hideName:o,sx:r}){const s=a(),c=Kl(),{onlyChainId:u}=Tn(),p=We(Object.assign({},c.getQuery(Te.graphql.fetchLiquidityLpPartnerRewards,{where:{chainId:u||void 0}})));if(!t)return null;const h=[];return("string"==typeof t?[t]:Array.from(new Set(t)).filter((e=>!!e))).forEach((e=>{var t,i,o;e&&(null===(o=null===(i=null===(t=p.data)||void 0===t?void 0:t.liquidity_getLpPartnerRewards)||void 0===i?void 0:i.partnerRewards)||void 0===o||o.some((t=>{var i,o,r,a,s,l,d,c,u,m,g,f,x,y;if((null==t?void 0:t.chainId)===n&&(null===(i=null==t?void 0:t.pool)||void 0===i?void 0:i.toLocaleLowerCase())===e.toLocaleLowerCase()){const e=null===(a=null===(r=null===(o=p.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;h.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!==(u=null==e?void 0:e.extra)&&void 0!==u?u:{},background:(null===(m=null==e?void 0:e.theme)||void 0===m?void 0:m[0])||void 0,color:(null===(g=null==e?void 0:e.theme)||void 0===g?void 0:g[1])||void 0},reward:null!==(f=null==t?void 0:t.reward)&&void 0!==f?f:"",type:null!==(x=null==t?void 0:t.type)&&void 0!==x?x:"stakelp",sort:null!==(y=null==e?void 0:e.sort)&&void 0!==y?y:Number.MAX_SAFE_INTEGER})}})))})),(null==h?void 0:h.length)?(h.sort(((e,t)=>e.sort-t.sort)),Cn.jsx(i,{sx:Object.assign({display:"flex",alignItems:"center",gap:4},r),children:h.map((t=>Cn.jsx(l,{leaveDelay:100,title:Cn.jsxs(i,{sx:{maxWidth:240,whiteSpace:"pre-wrap"},children:[t.partner.introduction,!!t.partner.link&&Cn.jsxs(i,{component:"a",target:"_blank",href:t.partner.link,rel:"noopener noreferrer",sx:{display:"flex",alignItems:"center",gap:4,color:"primary.main","&:hover":{opacity:.5}},children:[Cn.jsx(e,{id:"zwWKhA",message:"Learn more"})," ",Cn.jsx("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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:Cn.jsxs(d,{sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:4,p:s.spacing(0,4),height:20,borderRadius:4,background:t.partner.background,color:t.partner.color,whiteSpace:"nowrap"},children:[Cn.jsx(i,{component:"img",src:t.partner.logo,alt:t.partner.name,sx:{width:14,height:14,borderRadius:"50%"}}),!o&&!!t.reward&&Cn.jsx(i,{sx:{fontSize:"10px",fontWeight:600},children:t.reward})]})},t.partner.name+t.reward)))})):null}var xb,yb;function vb(){return vb=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},vb.apply(null,arguments)}const bb=e=>H.createElement("svg",vb({width:32,height:32,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),xb||(xb=H.createElement("circle",{cx:16,cy:16,r:16,fill:"#FFE804"})),yb||(yb=H.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"}))),jb="_default";function Cb({value:e,onChange:t,placeholder:n,options:o,sx:r,readOnly:s,valueOnlyIcon:l}){const d=a();return Cn.jsx(U,{value:null!=e?e:jb,onChange:(n,i)=>{const o="number"==typeof e&&i?Number(i):i;t(o===jb?void 0:o)},disabled:s,sx:ne({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"}},r),renderValue:t=>{if(!(null==t?void 0:t.value)||t.value===jb)return Cn.jsx(i,{sx:{color:"text.secondary"},children:null!=n?n:""});const r=o.find((t=>t.key===e));return r?Cn.jsxs(Cn.Fragment,{children:[r.logo,l?"":r.value]}):null},options:[...o]})}function wb({isMobileStyle:e,chain:t,isLastItem:n,logoWidth:o,mobileLogoWidth:r,sx:s}){const l=a();return e?Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",py:18,borderTop:`1px solid ${l.palette.border.main}`,borderBottom:n?`1px solid ${l.palette.border.main}`:"none"},s),children:[Cn.jsx(i,{component:null==t?void 0:t.logo,sx:{width:r,height:r}}),Cn.jsx(i,{component:"span",className:"name",sx:{marginLeft:8},children:null==t?void 0:t.name})]}):Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(i,{component:null==t?void 0:t.logo,sx:{width:o,height:o}}),Cn.jsx(i,{component:"span",className:"name",sx:{marginLeft:8},children:null==t?void 0:t.name})]})}const kb=-1;function Tb({chainId:n,setChainId:o,logoWidth:r=24,mobileLogoWidth:a=32,mainLogoWidth:s=24,mainMobileLogoWidth:l=18,notShowAllChain:c,valueOnlyIcon:u,sx:p}){const h=function(){const{chainId:e}=$l();return Z((()=>{const t=new Map;let n;return Wa.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])}(),[m,g]=W.useState(!1),{isMobile:f}=ld(),{i18n:x}=t(),y=W.useCallback((()=>{const e=void 0===n?h[0]:h.find((e=>e.chainId===n));if(u){if(void 0===n||!e)return"";const t=f?a:s;return Cn.jsx(i,{component:null==e?void 0:e.logo,sx:{width:t,height:t}})}return void 0!==n||c?e?Cn.jsx(wb,{isMobileStyle:f,chain:e,logoWidth:s,mobileLogoWidth:l}):null:Cn.jsx(wb,{isMobileStyle:f,chain:{chainId:kb,logo:bb,name:x._({id:"pY/ok7",message:"All chains"})},logoWidth:s,mobileLogoWidth:l,sx:{border:"none"}})}),[n,h,c,u,f,x._]),v=W.useMemo((()=>{const e=[];return c||e.push({key:kb,value:Cn.jsx(wb,{isMobileStyle:f,chain:{chainId:kb,logo:bb,name:x._({id:"pY/ok7",message:"All chains"})},logoWidth:r,mobileLogoWidth:a})}),h.forEach(((t,n)=>{e.push({key:t.chainId,value:Cn.jsx(wb,{isLastItem:n===h.length-1,isMobileStyle:f,chain:t,logoWidth:r,mobileLogoWidth:a})})})),e}),[f,r,a,h,c]);return f?Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{component:d,onClick:()=>g(!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"},p),children:[Cn.jsx(i,{sx:{pr:5},children:y()}),Cn.jsx(i,{component:Mn.CaretUp,sx:{width:12,height:12,transform:"rotate(180deg)"}})]}),Cn.jsx(uc,{open:m,title:Cn.jsx(e,{id:"lJvbHq",message:"Select Network"}),onClose:()=>g(!1),id:"select-chain",modal:!0,children:Cn.jsx(i,{sx:{mb:20},children:v.map((e=>Cn.jsxs(i,{onClick:()=>{const t=e.key;o(t===kb?void 0:Number(t)),g(!1)},sx:{position:"relative",px:20,"&:active":{backgroundColor:"hover.default"},"&:hover":{backgroundColor:"hover.default"},cursor:"pointer"},children:[e.value,(n?e.key===n:e.key===kb)&&Cn.jsx(i,{sx:{position:"absolute",left:0,top:24,height:20,width:2,backgroundColor:"text.primary"}})]},e.key)))})})]}):Cn.jsx(Cb,{value:null!=n?n:kb,onChange:e=>{v.some((t=>String(t.key)===String(e)))&&o(e===kb?void 0:e)},placeholder:x._({id:"lJvbHq",message:"Select Network"}),options:v,valueOnlyIcon:u,sx:Object.assign({px:8,height:32,fontWeight:600,typography:"body2",backgroundColor:"background.tag",color:"text.primary"},p)})}function Eb({text:e,onClick:t}){const n=a();return Cn.jsxs(i,{sx:{typography:"body2",display:"inline-flex",alignItems:"center",p:n.spacing(0,4,0,8),width:"max-content",height:32,backgroundColor:"hover.default",color:"primary.main",borderWidth:1,borderRadius:8,cursor:"pointer"},onClick:t,children:[e,Cn.jsx(i,{component:Mn.ArrowBack,sx:{ml:2,width:16,height:16,transform:"rotate(180deg)"}})]})}function Ab({lqList:e,onDeleteTag:t,sx:n}){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=Ol(r.baseToken,r.chainId),s=Ol(r.quoteToken,r.chainId);return a&&s?Cn.jsxs(i,{sx:Object.assign({typography:"body2",display:"inline-flex",alignItems:"center",px:8,mr:8,borderRadius:8,fontWeight:600,height:32,backgroundColor:"hover.default"},n),children:[Cn.jsx(Gm,{tokens:[a,s],chainId:a.chainId,width:20,mr:8}),a.symbol,"+",s.symbol,Cn.jsx(i,{component:Mn.Error,sx:{ml:4,width:16,height:16,cursor:"pointer",color:"text.secondary",position:"relative",top:1.5},onClick:()=>t()})]}):null}const Ib=e=>{const{filterList:t,value:n,onChange:o}=e,r=a();return Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},children:t.map(((e,a)=>Cn.jsx(i,{sx:Object.assign(Object.assign({borderLeftWidth:1,borderRightWidth:a===t.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===t.length-1?8:0,borderBottomRightRadius:a===t.length-1?8:0},n===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 Sb({tags:e,onDeleteTag:t,sx:n}){return e.length?Cn.jsx(i,{sx:Object.assign({display:"inline-flex",alignItems:"center"},n),children:e.map((e=>Cn.jsxs(i,{sx:{typography:"body2",display:"flex",alignItems:"center",px:8,mr:8,borderRadius:8,fontWeight:600,height:32,backgroundColor:"hover.default"},children:[Cn.jsx(yc,{address:e.address,width:20,height:20,chainId:e.chainId,url:e.logoURI,noShowChain:!0,marginRight:8}),e.symbol,Cn.jsx(i,{component:Mn.Error,sx:{ml:4,width:16,height:16,cursor:"pointer",color:"text.secondary",position:"relative",top:1.5},onClick:()=>t(e)})]},e.address)))}):null}function Lb({chainId:e,address:t}){const{isMobile:n}=ld();return Cn.jsx(i,{component:"button",onClick:n=>{n.stopPropagation(),Af.getState().push({type:Ef.PoolDetail,params:{chainId:e,address:t}})},sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"center",borderRadius:8,cursor:"pointer",flexShrink:0,color:"text.primary","&:hover":{opacity:.5}},n?{width:64,height:36,backgroundColor:"background.tag"}:{width:40,height:32,backgroundColor:"transparent",borderWidth:1,borderStyle:"solid",borderColor:"border.main"}),children:Cn.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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 Ob(t){var{sx:n,children:o,empty:r,loading:s,hasMore:l,loadMore:c,loadMoreLoading:u}=t,p=hn(t,["sx","children","empty","loading","hasMore","loadMore","loadMoreLoading"]);const h=a();return Cn.jsxs(i,{sx:Object.assign({position:"relative",flex:1,overflowY:"auto",borderRadius:16},n),...p,children:[Cn.jsx(i,{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&&!s&&{"& 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"===h.palette.mode?"#1A1A1B":T("#1A1A1B",.1)} -2px 0px 4px 0px`}}}),children:o}),l&&Cn.jsx(d,{sx:{display:"flex",justifyContent:"center",alignItems:"center",height:64,width:"100%",typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},onClick:c,children:u?Cn.jsx(O,{}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(e,{id:"yQ2kGp",message:"Load more"}),Cn.jsx(i,{component:Mn.ArrowRight,sx:{transform:"rotate(90deg)"}})]})})]})}function Rb({sx:t}){const{supportAMMV2:n,supportAMMV3:o}=Tn(),r=n||o;return Cn.jsxs(i,{sx:Object.assign({px:20,pt:20,pb:12,backgroundColor:"background.paper",borderRadius:16},t),children:[Cn.jsx(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",flexWrap:"wrap"},children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(Gm,{width:24,tokens:[],mr:6,showChainLogo:!0}),Cn.jsx(j,{variant:"rounded",height:20,width:88})]})}),Cn.jsxs(i,{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&&Cn.jsxs(i,{children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",gap:4,whiteSpace:"nowrap"},children:Cn.jsx(j,{variant:"rounded",height:24,width:100})}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"1Qz63U",message:"Pool Type"})})]}),Cn.jsxs(i,{children:[Cn.jsx(j,{variant:"rounded",height:24,width:100}),Cn.jsx(i,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:Cn.jsx(e,{id:"rSayea",message:"APY"})})]}),Cn.jsxs(i,{children:[Cn.jsx(j,{variant:"rounded",height:24,width:100}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"FHKsZF",message:"TVL"})})]}),r&&Cn.jsxs(i,{children:[Cn.jsx(j,{variant:"rounded",height:24,width:100}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"Q8W3SC",message:"Volume (1D)"})})]})]}),Cn.jsx(j,{variant:"rounded",height:32,sx:{mt:20}})]})}const _b=({sx:t,isRightTop:n,isReverseColor:o})=>{const r=a();return Cn.jsx(i,{sx:Object.assign(Object.assign(Object.assign({display:"inline-flex",padding:"2px 4px",alignItems:"center",gap:"4px",borderRadius:4,background:T(r.palette.warning.main,.1),color:r.palette.warning.main,fontSize:"10px",fontWeight:600,lineHeight:"14px"},n?{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),t),children:Cn.jsx(e,{id:"y5rS9U",message:"Migrate"})})};function Mb({chainId:t,baseToken:n,quoteToken:o,apy:a,hasQuote:s,hasMining:d,sx:c,children:u}){if(!n)return null;const p=s?[{token:n,transactionApy:null==a?void 0:a.transactionBaseApy,miningApy:null==a?void 0:a.miningBaseApy},{token:o,transactionApy:null==a?void 0:a.transactionQuoteApy,miningApy:null==a?void 0:a.miningQuoteApy}]:[{transactionApy:null==a?void 0:a.transactionBaseApy,miningApy:null==a?void 0:a.miningBaseApy,metromMiningApy:null==a?void 0:a.metromMiningApy}];return Cn.jsx(l,{children:null!=u?u:Cn.jsx(r,{component:Mn.QuestionBorder,sx:Object.assign({width:15,height:15},c)}),title:Cn.jsx(i,{sx:{minWidth:236},children:p.map(((r,a)=>{var s,l,c,u,p;return Cn.jsxs(i,{sx:{mt:0===a?0:20},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:16,typography:"body2",fontWeight:600,color:"text.primary"},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},children:r.token?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(yc,{width:14,height:14,marginRight:4,address:r.token.address,url:r.token.logoURI,chainId:t,noShowChain:!0}),r.token.symbol]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Gm,{tokens:[n,o],width:14,mr:4,chainId:t}),n.symbol,"/",null==o?void 0:o.symbol]})}),Cn.jsx(i,{children:Is(new Se(null!==(c=r.transactionApy)&&void 0!==c?c:0).plus(null!==(u=r.miningApy)&&void 0!==u?u:0).plus(null!==(p=r.metromMiningApy)&&void 0!==p?p:0))})]}),Cn.jsxs(i,{sx:{mt:8,display:"flex",justifyContent:"space-between",typography:"h6",color:"text.secondary"},children:[Cn.jsx("span",{children:Cn.jsx(e,{id:"OnDEky",message:"LP Fee"})}),Cn.jsx("span",{children:r.transactionApy?Is(new Se(r.transactionApy)):"-"})]}),d?Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",typography:"h6",color:"text.secondary"},children:[Cn.jsx("span",{children:Cn.jsx(e,{id:"pSQ1lM",message:"MT Fee"})}),Cn.jsx("span",{children:r.miningApy?Is(new Se(r.miningApy)):"-"})]}):"",r.metromMiningApy&&Number(r.metromMiningApy)>0&&Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",typography:"h6",color:"text.secondary"},children:[Cn.jsx("span",{children:Cn.jsx(e,{id:"Sti4vy",message:"Mining"})}),Cn.jsx("span",{children:r.metromMiningApy?Is(new Se(r.metromMiningApy)):"-"})]})]},null!==(l=null===(s=r.token)||void 0===s?void 0:s.address)&&void 0!==l?l:1)}))})})}function Pb({sx:t,value:n,onChange:o,searchAddress:r}){const[a,s]=W.useState(!1),{isMobile:l}=ld();return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{component:d,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},l?{width:"100%"}:{minWidth:220}),t),onClick:()=>s(!0),children:[Cn.jsx(i,{component:Mn.Search,sx:{width:16,height:16,mr:8,flexShrink:0}}),Cn.jsx(e,{id:"A1taO8",message:"Search"})]}),Cn.jsx(km,{value:n,open:a,multiple:!0,title:Cn.jsx(e,{id:"o8aMNm",message:"Select a liquidity pool"}),searchPlaceholder:le._({id:"4nzwq3",message:"Search by token or pool address"}),onClose:()=>{s(!1)},onTokenChange:e=>{if(Array.isArray(e)){if(e.length>2){const t=[e[0],e[2]];o(t)}else o(e);s(!1)}},searchOtherAddress:e=>r(e,(()=>s(!1))),modal:!0})]})}function Bb({list:t,onClick:n}){return Cn.jsx(Cn.Fragment,{children:null==t?void 0:t.map((t=>{var o,r,a,s;if(!(null==t?void 0:t.pair))return null;const l=t.pair,d=Ol(l.baseToken,l.chainId),c=Ol(l.quoteToken,l.chainId),u=l.apy?Is(new Se(null===(o=l.apy)||void 0===o?void 0:o.transactionBaseApy).plus(null!==(a=null===(r=l.apy)||void 0===r?void 0:r.miningBaseApy)&&void 0!==a?a:0)):void 0,p=me.utils.singleSideLp(l.type)&&l.apy?Is(new Se(l.apy.transactionQuoteApy).plus(null!==(s=l.apy.miningQuoteApy)&&void 0!==s?s:0)):void 0;return d&&c?Cn.jsxs(i,{onClick:n,sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:10,py:20,borderRadius:8,cursor:"pointer","&:hover":{backgroundColor:"custom.background.listHover"}},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(Gm,{tokens:[d,c],chainId:l.chainId,width:24,mr:10}),Cn.jsxs(i,{sx:{typography:"h5"},children:[d.symbol,"/",c.symbol]})]}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{color:"custom.status.green.default",fontWeight:600},children:[u,p?`/${p}`:""]}),Cn.jsx(i,{sx:{mt:2,typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"rSayea",message:"APY"})})]})]},l.id):null}))})}function Db(e){var t;const[n,i]=W.useState(null!==(t=null==e?void 0:e.tokens)&&void 0!==t?t:[]),[o,r]=W.useState([]);W.useEffect((()=>{e&&(i(e.tokens),r(e.lqList))}),[e]);const[a,s]=W.useMemo((()=>{const[e,t]=n;return[null==e?void 0:e.symbol,null==t?void 0:t.symbol]}),[n]);return{filterTokens:n,filterASymbol:a,filterBSymbol:s,filterAddressLqList:o,handleDeleteToken:t=>{i((n=>{const i=[...n],o=i.indexOf(t);return-1!==o&&i.splice(o,1),e&&e.onChangeFilterTokens(i),i}))},handleChangeFilterTokens:t=>{r([]),i(t),e&&(e.onChangeFilterTokens(t),e.onChangeFilterAddressLqList([]))},handleChangeFilterAddress:t=>{r(t),i([]),e&&(e.onChangeFilterTokens([]),e.onChangeFilterAddressLqList(t))}}}function Nb({lqList:t,setOperatePool:n,getMigrationPairAndMining:o,supportAMM:r,timeRange:s}){const d=a(),{onSharePool:u}=Tn();return Cn.jsx(Cn.Fragment,{children:null==t?void 0:t.map((t=>{var a,p,h,m,g,f,x,y,v;if(!(null==t?void 0:t.pair))return null;const b=t.pair,j=Ol(b.baseToken,b.chainId),C=Ol(b.quoteToken,b.chainId),w=null===(a=b.apyList)||void 0===a?void 0:a.find((e=>(null==e?void 0:e.timeRange)===`${s}D`)),k=w?Is(new Se(null==w?void 0:w.transactionBaseApy).plus(null!==(p=null==w?void 0:w.miningBaseApy)&&void 0!==p?p:0)):void 0,E=me.utils.singleSideLp(b.type)&&w?Is(new Se(w.transactionQuoteApy).plus(null!==(h=w.miningQuoteApy)&&void 0!==h?h:0)):void 0,A=!!(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,S=b.type,L=Ml(S),O="AMMV2"===S,R="AMMV3"===S,_=null==o?void 0:o({address:b.id,chainId:b.chainId});return Cn.jsxs(i,{sx:{px:20,pt:20,pb:12,backgroundColor:"background.paper",borderRadius:16},className:"gradient-card-border",onClick:()=>{r||Af.getState().push({type:Ef.PoolDetail,params:{chainId:b.chainId,address:b.id}})},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",flexWrap:"wrap"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[j&&C?Cn.jsx(Gm,{tokens:[j,C],width:24,mr:6,chainId:b.chainId,showChainLogo:!0}):"",Cn.jsxs(i,{sx:{typography:"body2",fontWeight:600},children:[`${null==j?void 0:j.symbol}/${null==C?void 0:C.symbol}`,!!u&&Cn.jsx(i,{component:Mn.Share,sx:{ml:2,width:12,height:12},onClick:()=>u({chainId:b.chainId,baseToken:j,quoteToken:C,poolId:b.id,apy:w,isSingle:me.utils.singleSideLp(b.type)})}),Cn.jsx(fb,{address:b.id,chainId:b.chainId})]}),!!_&&Cn.jsx(_b,{})]}),A||I?Cn.jsxs(i,{sx:{p:8,typography:"h6",fontWeight:"bold",background:`linear-gradient(180deg, ${T(d.palette.secondary.main,.3)} 0%, ${T(d.palette.purple.main,.3)} 100%)`,borderRadius:8,color:"purple.main",whiteSpace:"nowrap"},children:["✨ ",Cn.jsx(e,{id:"Sti4vy",message:"Mining"})]}):""]}),Cn.jsxs(i,{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&&Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,whiteSpace:"nowrap"},children:[L,Cn.jsx(l,{title:Cn.jsx(e,{id:"O6RUgz",message:"Fee rate"}),children:Cn.jsx(i,{sx:{px:8,py:4,borderRadius:4,typography:"h6",backgroundColor:"background.tag",color:"text.secondary"},children:R?null!==(f=null===(g=_y[b.lpFeeRate])||void 0===g?void 0:g.label)&&void 0!==f?f:"-":As({input:new Se(null!==(x=b.lpFeeRate)&&void 0!==x?x:0).plus(b.mtFeeRate?vs(b.mtFeeRate,O?4:18):0)})})})]}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"1Qz63U",message:"Pool Type"})})]}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{typography:"h5",color:"success.main"},children:[k,E?`/${E}`:""]}),Cn.jsxs(i,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:[s,"d ",Cn.jsx(e,{id:"rSayea",message:"APY"}),Cn.jsx(Mb,{chainId:b.chainId,apy:w,baseToken:j,quoteToken:C,hasQuote:!!E,hasMining:A,sx:{width:14,height:14}})]})]}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{typography:"h5"},children:["$",Es(new Se(b.tvl))]}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"FHKsZF",message:"TVL"})})]}),r&&Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4},children:["$",hs({input:null===(v=null===(y=b.volumeList)||void 0===y?void 0:y.find((e=>(null==e?void 0:e.timeRange)===`${s}D`)))||void 0===v?void 0:v.volume})]}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"iuFFMB",message:"Volume ({timeRange}d)",values:{timeRange:s}})})]})]}),Cn.jsxs(i,{sx:{mt:20,display:"flex",alignItems:"center",gap:"8px"},children:[Cn.jsx(c,{fullWidth:!0,size:c.Size.small,onClick:e=>{e.stopPropagation(),n({pool:Rl(t),hasMining:A})},children:Cn.jsx(e,{id:"m16xKo",message:"Add"})}),r&&"PMM"===L&&Cn.jsx(Lb,{chainId:b.chainId,address:b.id})]})]},b.id+b.chainId)}))})}function Fb({lqList:t,loading:n,operatePool:o,setOperatePool:r,getMigrationPairAndMining:s,hasMore:d,loadMore:u,loadMoreLoading:p,supportAMM:h,timeRange:m}){const g=a(),{onSharePool:f}=Tn();return Cn.jsxs(Ob,{hasMore:d,loadMore:u,loadMoreLoading:p,empty:!(null==t?void 0:t.length),loading:n,children:[Cn.jsx(i,{component:"thead",children:Cn.jsxs(i,{component:"tr",children:[Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"AxdOHo",message:"Pair"})}),h&&Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"1Qz63U",message:"Pool Type"})}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"FHKsZF",message:"TVL"})}),Cn.jsxs(i,{component:"th",children:[m,"d ",Cn.jsx(e,{id:"rSayea",message:"APY"})]}),h&&Cn.jsxs("th",{children:[m,"d ",Cn.jsx(e,{id:"/cF7Rs",message:"Volume"})]}),Cn.jsx(i,{component:"th",sx:{width:80}})]})}),Cn.jsx(i,{component:"tbody",children:null==t?void 0:t.map((e=>{var t,n,a,d,u,p,x,y;if(!(null==e?void 0:e.pair))return null;const v=e.pair,b=Ol(v.baseToken,v.chainId),j=Ol(v.quoteToken,v.chainId),C=null===(t=v.apyList)||void 0===t?void 0:t.find((e=>(null==e?void 0:e.timeRange)===`${m}D`)),w=C?Is(new Se(null==C?void 0:C.transactionBaseApy).plus(null!==(n=null==C?void 0:C.miningBaseApy)&&void 0!==n?n:0).plus(null!==(a=null==C?void 0:C.metromMiningApy)&&void 0!==a?a:0)):void 0,k=me.utils.singleSideLp(v.type)&&C?Is(new Se(C.transactionQuoteApy).plus(null!==(d=C.miningQuoteApy)&&void 0!==d?d:0)):void 0;let T="";if((null===(u=null==o?void 0:o.pool)||void 0===u?void 0:u.address)===v.id||(null==o?void 0:o.address)===v.id)if(o.operate===rb.Remove)T=le._({id:"0+31GV",message:"Removing"});else T=le._({id:"1yHVE+",message:"Adding"});const E=!!(null===(p=v.miningAddress)||void 0===p?void 0:p[0]),A=!!(null==C?void 0:C.metromMiningApy)&&Number(null==C?void 0:C.metromMiningApy)>0,I=v.type,S=Ml(I),L="AMMV2"===I,O="AMMV3"===I,R=g.palette.hover.default,_=null==s?void 0:s({address:v.id,chainId:v.chainId});return Cn.jsxs(i,{component:"tr",sx:{["&:hover td"+(T?", & td":"")]:{backgroundImage:`linear-gradient(${R}, ${R})`}},children:[Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[b&&j?Cn.jsx(Gm,{tokens:[b,j],width:24,mr:8,chainId:v.chainId,showChainLogo:!0}):"",Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,typography:"body2",fontWeight:600},children:[`${null==b?void 0:b.symbol}/${null==j?void 0:j.symbol}`,Cn.jsx(fb,{address:v.id,chainId:v.chainId}),!!_&&Cn.jsx(_b,{})]}),Cn.jsx(bm,{address:v.id,customChainId:v.chainId,truncate:!0,showCopy:!0,iconDarkHover:!0,iconSize:14,iconSpace:4,onShareClick:f?()=>f({chainId:v.chainId,baseToken:b,quoteToken:j,poolId:v.id,apy:C,isSingle:me.utils.singleSideLp(v.type)}):void 0,sx:{typography:"h6",color:"text.secondary"},disabledAddress:h,onAddressClick:()=>{Af.getState().push({type:Ef.PoolDetail,params:{chainId:v.chainId,address:v.id}})}})]})]})}),h&&Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4},children:[Cn.jsx(My,{poolType:S}),Cn.jsx(Py,{isAMMV2:L,isAMMV3:O,lpFeeRate:v.lpFeeRate,mtFeeRate:v.mtFeeRate})]})}),Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{typography:"body2"},title:v.tvl?`$${hs({input:v.tvl})}`:void 0,children:["$",Es(new Se(v.tvl))]})}),Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[E||A?Cn.jsx(l,{title:le._({id:"Sti4vy",message:"Mining"}),children:Cn.jsxs(i,{component:"span",sx:{typography:"body2",color:"success.main"},children:["✨"," "]})}):"",Cn.jsx(Mb,{chainId:v.chainId,apy:C,baseToken:b,quoteToken:j,hasQuote:!!k,hasMining:E,children:Cn.jsxs(i,{component:"span",sx:{typography:"body2",fontWeight:600,display:"flex",alignItems:"center",width:"max-content",color:"success.main",cursor:"auto"},children:[w,k?`/${k}`:""]})})]})}),h&&Cn.jsxs(i,{component:"td",sx:{typography:"body2"},children:["$",hs({input:null===(y=null===(x=v.volumeList)||void 0===x?void 0:x.find((e=>(null==e?void 0:e.timeRange)===`${m}D`)))||void 0===y?void 0:y.volume})]}),Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:"8px"},children:[h&&"PMM"===S&&Cn.jsx(Lb,{chainId:v.chainId,address:v.id}),T?Cn.jsx(Eb,{text:T,onClick:()=>r(null)}):Cn.jsx(c,{size:c.Size.small,onClick:()=>{r({pool:Rl(e),hasMining:E})},sx:{py:0,height:32},children:le._({id:"m16xKo",message:"Add"})})]})})]},v.id+v.chainId)}))})]})}function qb({scrollParentRef:e,filterChainIds:t,activeChainId:n,handleChangeActiveChainId:o,operatePool:r,setOperatePool:s,tokenAndPoolFilter:l,getMigrationPairAndMining:d}){var c,u;const p=a(),{onlyChainId:h,supportAMMV2:m,supportAMMV3:g,notSupportPMM:f}=Tn(),{minDevice:x,isMobile:y}=ld(),v=$e(),[b,j]=z("all"),[C,w]=z("1"),{filterTokens:k,filterASymbol:T,filterBSymbol:E,filterAddressLqList:A,handleDeleteToken:I,handleChangeFilterTokens:S,handleChangeFilterAddress:L}=Db(l),O=Z((()=>{if(g&&"v3"===b)return["AMMV3"];if(m&&"v2"===b)return["AMMV2"];if(!f&&"pmm"===b)return["CLASSICAL","DVM","DSP","GSP"];let e=f?[]:["CLASSICAL","DVM","DSP","GSP"];return m&&e.push("AMMV2"),g&&e.push("AMMV3"),e}),[f,m,g,b]),R=Z((()=>({chainIds:t,pageSize:y?4:8,filterState:{viewOnlyOwn:!1,filterTypes:O}})),[t,O,y]),_=Kl(),M=_.getInfiniteQuery(me.graphql.fetchLiquidityList,"currentPage",{where:Object.assign(Object.assign({},R),{filterState:Object.assign({filterASymbol:T,filterBSymbol:E},R.filterState)})}),P=Qe(Object.assign(Object.assign({},M),{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 B=[];const D=!!(null==A?void 0:A.length);D?B=[...A]:null===(c=P.data)||void 0===c||c.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==B||B.push(e)}))}));const N=P.hasNextPage&&!D;return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{pt:12,pb:20,display:"flex",flexDirection:"column-reverse",gap:8,[p.breakpoints.up("tablet")]:{py:16,flexDirection:"row",px:0,justifyContent:"space-between"}},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"stretch",flexDirection:"column",gap:8,[p.breakpoints.up("tablet")]:{flexDirection:"row",alignItems:"center"}},children:[!h&&Cn.jsx(Tb,{chainId:n,setChainId:o}),(m||g)&&Cn.jsx(Ib,{filterList:[{label:"All",value:"all"}].concat(f?[]:[{label:"PMM",value:"pmm"}]).concat(m?[{label:"V2",value:"v2"}]:[]).concat(g?[{label:"V3",value:"v3"}]:[]),value:b,onChange:e=>j(e)}),Cn.jsx(Ib,{filterList:[{label:"1d",value:"1"},{label:"7d",value:"7"},{label:"14d",value:"14"},{label:"30d",value:"30"}],value:C,onChange:e=>w(e)})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(i,{sx:Object.assign({flex:1,display:"flex",alignItems:"center",gap:8},y?{}:{"& > button":{flex:1}}),children:null!==(u=null==l?void 0:l.element)&&void 0!==u?u:Cn.jsx(Pb,{value:k,onChange:S,searchAddress:(e,t)=>mn(this,void 0,void 0,(function*(){var n;const i=_.getInfiniteQuery(me.graphql.fetchLiquidityList,"currentPage",{where:Object.assign(Object.assign({},R),{filterState:Object.assign({address:e},R.filterState)})}),o=null===(n=(yield v.fetchQuery(i)).liquidity_list)||void 0===n?void 0:n.lqList;return(null==o?void 0:o.length)?Cn.jsx(Bb,{list:o,onClick:()=>{L(o),t()}}):null}))})}),(D||!!k.length)&&Cn.jsxs(i,{sx:{my:0},children:[D?Cn.jsx(Ab,{lqList:A,onDeleteTag:()=>L([])}):"",Cn.jsx(Sb,{tags:k,onDeleteTag:I})]})]})]}),y?Cn.jsx(nn,{hasMore:N,threshold:300,loadMore:se((()=>{P.hasNextPage&&!P.isFetching&&P.fetchNextPage()}),500),useWindow:!1,getScrollParent:()=>e.current||null,loader:Cn.jsx(Rb,{sx:{mt:20}},"loader"),children:Cn.jsxs(gb,{children:[P.isLoading?Cn.jsx(Rb,{}):"",!P.isLoading&&!(null==B?void 0:B.length)&&!P.error&&Cn.jsx(An,{sx:{mt:40},hasSearch:!!(n&&!h||T||E)}),!!P.error&&Cn.jsx(Rn,{refresh:P.refetch,sx:{mt:40}}),Cn.jsx(Nb,{lqList:B,setOperatePool:s,supportAMM:m||g,getMigrationPairAndMining:d,timeRange:C})]})}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Fb,{lqList:B,loading:P.isLoading,operatePool:r,setOperatePool:s,hasMore:N,loadMoreLoading:P.isFetchingNextPage,loadMore:()=>{P.hasNextPage&&!P.isFetching&&P.fetchNextPage()},supportAMM:m||g,timeRange:C,getMigrationPairAndMining:d}),Cn.jsx(Ym,{loading:P.isLoading,refetch:P.error?P.refetch:void 0,empty:!(null==B?void 0:B.length),hasSearch:!!(n&&!h||T||E)})]})]})}function Ub({onClick:e,title:t,desc:n}){const o=a();return Cn.jsx(i,{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:Cn.jsxs(d,{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:[Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:o.palette.text.primary},children:t}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:500,color:o.palette.text.secondary},children:n})]})})}const Vb=t=>{const n=a(),{isMobile:o}=ld(),{account:r}=$l(),{supportAMMV2:s,supportAMMV3:d,notSupportPMM:u}=Tn(),[p,h]=W.useState(!1),m={[Ef.CreatePool]:!u,[Ef.createPoolAMMV2]:!!s,[Ef.createPoolAMMV3]:!!d},g=Object.entries(m).filter((([e,t])=>!0===t)),f=1===g.length?g[0][0]:void 0;if(!f){const t=Cn.jsxs(Cn.Fragment,{children:[!u&&Cn.jsx(Ub,{onClick:()=>{Af.getState().push({type:Ef.CreatePool})},title:Cn.jsx(e,{id:"Eif7f6",message:"PMM Pool"}),desc:Cn.jsx(e,{id:"TmTsab",message:"Fexible customization, take full control of liquidity"})}),s&&Cn.jsx(Ub,{onClick:()=>{Af.getState().push({type:Ef.createPoolAMMV2})},title:Cn.jsx(e,{id:"lNYomJ",message:"AMM V2 Position"}),desc:Cn.jsx(e,{id:"lLbR0m",message:"Simple, full-range liquidity"})}),d&&Cn.jsx(Ub,{onClick:()=>{Af.getState().push({type:Ef.createPoolAMMV3})},title:Cn.jsx(e,{id:"sVlqoo",message:"AMM V3 Position"}),desc:Cn.jsx(e,{id:"EkAv3P",message:"Concentrated liquidity, higher efficiency"})})]});return o?Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(c,{variant:c.Variant.second,fullWidth:o&&!!r,onClick:()=>{h(!0)},sx:{height:36},children:[Cn.jsx(i,{component:Mn.Plus,sx:{mr:4}}),Cn.jsx(e,{id:"p2jbcE",message:"Create Pool"})]}),Cn.jsx(uc,{open:p,title:Cn.jsx(e,{id:"p2jbcE",message:"Create Pool"}),onClose:()=>{h(!1)},modal:!0,children:Cn.jsx(i,{sx:{mb:0},children:t})})]}):Cn.jsx(l,{arrow:!1,leaveDelay:300,placement:o?"bottom":"bottom-end",sx:{p:0,backgroundColor:"background.paper"},title:Cn.jsx(i,{children:t}),children:Cn.jsxs(i,{sx:{width:o?"100%":"auto",display:"inline-flex",alignItems:"center",justifyContent:"center",gap:4,pl:8,pr:16,py:6,borderRadius:40,backgroundColor:n.palette.background.tag,typography:"body2",fontWeight:600,color:n.palette.text.link,cursor:"pointer","&:hover":{backgroundColor:T(n.palette.primary.main,.1)}},children:[Cn.jsx(i,{component:Mn.Plus}),Cn.jsx(e,{id:"p2jbcE",message:"Create Pool"})]})})}return Cn.jsxs(c,{variant:c.Variant.outlined,fullWidth:o,onClick:()=>{Af.getState().push({type:f})},sx:{height:40},children:[Cn.jsx(i,{component:Mn.Plus,sx:{mr:4}}),Cn.jsx(e,{id:"p2jbcE",message:"Create Pool"})]})},Hb="DODO_WIDGET_POOL_LIST_TAB",Wb="DODO_WIDGET_POOLS_LIST_FILTER_CHAIN";var Zb;!function(e){e.addLiquidity="add-liquidity",e.myLiquidity="my-liquidity",e.myCreated="my-created"}(Zb||(Zb={}));const $b=(e,t,n)=>{let i=le._({id:"TJBHlP",message:"Standard"}),o=n.palette.purple.main;switch(e){case"DSP":i=le._({id:"J7M/DA",message:"Pegged"}),o=n.palette.success.main;break;case"DPP":i=le._({id:"zwBp5t",message:"Private"}),o=n.palette.error.main}"DVM"===e&&(!t||t.isZero())&&(i=le._({id:"S8G1qk",message:"Single"}),o=n.palette.warning.main);return{typeLabel:i,typeColor:o,typeBgColor:T(o,.1)}};function zb({account:t,list:n,setOperatePool:o}){const r=a();return Cn.jsx(Cn.Fragment,{children:null==n?void 0:n.map((n=>{var a,s,l,u,p;if(!n)return null;const h=null!==(a=n.pairAddress)&&void 0!==a?a:"",m=n.chainId,g=n.poolType,f={chainId:m,address:null!==(s=n.baseAddress)&&void 0!==s?s:"",symbol:null!==(l=n.baseSymbol)&&void 0!==l?l:""},x={chainId:m,address:null!==(u=n.quoteAddress)&&void 0!==u?u:"",symbol:null!==(p=n.quoteSymbol)&&void 0!==p?p:""},{typeLabel:y,typeColor:v,typeBgColor:b}=$b(g,n.quoteReserve?new Se(n.quoteReserve):null,r);return Cn.jsxs(i,{sx:{px:20,pt:20,pb:12,backgroundColor:"background.paper",borderRadius:16},className:"gradient-card-border",onClick:()=>{Af.getState().push({type:Ef.PoolDetail,params:{chainId:m,address:h}})},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",flexWrap:"wrap"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[f&&x?Cn.jsx(Gm,{tokens:[f,x],width:24,mr:8,chainId:m,showChainLogo:!0}):"",Cn.jsx(i,{sx:{typography:"body2",fontWeight:600},children:Nl(h)}),"DPP"===g&&Cn.jsx(M,{sx:{ml:2},component:d,onClick:e=>{e.stopPropagation(),Af.getState().push({type:Ef.ModifyPool,params:{chainId:m,address:h}})},children:Cn.jsx(i,{component:Mn.Edit,sx:{width:12,height:12,cursor:"pointer"}})})]}),Cn.jsx(i,{sx:{typography:"h6",width:"max-content",p:8,borderRadius:8,backgroundColor:b,color:v},children:y})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",mt:44},children:[Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{typography:"h5"},children:["$",n.tvl?Es(new Se(n.tvl)):"-"]}),Cn.jsx(i,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:Cn.jsx(e,{id:"FHKsZF",message:"TVL"})})]}),Cn.jsx(i,{sx:{display:"inline-block",mx:20,height:24,width:"1px",backgroundColor:"custom.border.default"}}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{typography:"h5"},children:["$",n.totalFee?Es(new Se(n.totalFee)):"-"]}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"hCBYHP",message:"Total Fee Revenue"})})]})]}),Cn.jsxs(i,{sx:{mt:20,display:"flex",gap:"8px"},children:[!!t&&Cn.jsx(c,{fullWidth:!0,variant:c.Variant.outlined,size:c.Size.small,onClick:e=>{e.stopPropagation(),o({address:h,operate:rb.Remove,chainId:m})},children:Cn.jsx(e,{id:"t/YqKh",message:"Remove"})}),Cn.jsx(c,{fullWidth:!0,size:c.Size.small,onClick:e=>{e.stopPropagation(),o({address:h,operate:rb.Add,chainId:m})},children:Cn.jsx(e,{id:"m16xKo",message:"Add"})})]})]},h+m)}))})}function Gb({account:t,list:n,loading:o,operatePool:r,setOperatePool:s}){const l=a(),d=Af();return Cn.jsxs(Ob,{empty:!(null==n?void 0:n.length),loading:o,children:[Cn.jsx(i,{component:"thead",children:Cn.jsxs(i,{component:"tr",children:[Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"AxdOHo",message:"Pair"})}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"FHKsZF",message:"TVL"})}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"hCBYHP",message:"Total Fee Revenue"})}),Cn.jsx(i,{component:"th",sx:{width:160}})]})}),Cn.jsx(i,{component:"tbody",children:null==n?void 0:n.map((n=>{var o,a,u,p,h,m;if(!n)return null;const g="DPP"===n.poolType,f=null!==(o=n.pairAddress)&&void 0!==o?o:"",x=n.chainId,y=n.poolType,v={chainId:x,address:null!==(a=n.baseAddress)&&void 0!==a?a:"",symbol:null!==(u=n.baseSymbol)&&void 0!==u?u:""},b={chainId:x,address:null!==(p=n.quoteAddress)&&void 0!==p?p:"",symbol:null!==(h=n.quoteSymbol)&&void 0!==h?h:""},{typeLabel:j,typeColor:C,typeBgColor:w}=$b(y,n.quoteReserve?new Se(n.quoteReserve):null,l);let k="";if((null===(m=null==r?void 0:r.pool)||void 0===m?void 0:m.address)===f||(null==r?void 0:r.address)===f)if((null==r?void 0:r.operate)===rb.Remove)k=le._({id:"0+31GV",message:"Removing"});else k=le._({id:"1yHVE+",message:"Adding"});const E=l.palette.hover.default;return Cn.jsxs(i,{component:"tr",sx:{["&:hover td"+(k?", & td":"")]:{backgroundImage:`linear-gradient(${E}, ${E})`}},children:[Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[v&&b?Cn.jsx(Gm,{tokens:[v,b],width:24,mr:10,chainId:x,showChainLogo:!0}):"",Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsxs(_,{lineSx:{bottom:-1},lineColor:"primary.main",hoverSx:{color:"primary.main","& svg":{display:"inline-block"}},className:"truncate-address-link",sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(i,{sx:{typography:"body2",fontWeight:600},onClick:()=>{d.push({type:Ef.PoolDetail,params:{chainId:x,address:f}})},children:Nl(f)}),Cn.jsx(i,{component:Mn.ArrowRight,sx:{display:"none",width:14,height:14}})]}),g?Cn.jsx(i,{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(l.palette.text.primary,.1)}},onClick:()=>{d.push({type:Ef.ModifyPool,params:{chainId:x,address:f}})},children:Cn.jsx(e,{id:"ePK91l",message:"Edit"})}):""]}),Cn.jsx(i,{sx:{typography:"h6",width:"max-content",mt:2,px:8,py:2,borderRadius:12,backgroundColor:w,color:C},children:j})]})]})}),Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{typography:"body2"},title:n.tvl?`$${hs({input:n.tvl})}`:void 0,children:["$",n.tvl?Es(new Se(n.tvl)):"-"]})}),Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{title:n.totalFee?`$${hs({input:n.totalFee})}`:"",sx:{typography:"body2",fontWeight:600},children:["$",n.totalFee?Es(new Se(n.totalFee)):"-"]})}),Cn.jsx(i,{component:"td",children:Cn.jsx(i,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:"8px"},children:k?Cn.jsx(Eb,{text:k,onClick:()=>s(null)}):Cn.jsxs(Cn.Fragment,{children:[!!t&&Cn.jsx(c,{variant:c.Variant.second,size:c.Size.small,onClick:e=>{e.stopPropagation(),s({operate:rb.Remove,chainId:x,address:f})},sx:{py:0,height:32},children:Cn.jsx(e,{id:"t/YqKh",message:"Remove"})}),Cn.jsx(c,{size:c.Size.small,onClick:()=>{s({chainId:x,address:f})},sx:{py:0,height:32},children:le._({id:"m16xKo",message:"Add"})})]})})})]},f+x)}))})]})}function Yb({account:t,filterChainIds:n,activeChainId:o,handleChangeActiveChainId:r,operatePool:a,setOperatePool:s}){var l,d,c,u,p,h;const{isMobile:m}=ld(),{onlyChainId:g}=Tn(),f={limit:1e3,page:1,owner:t},x=Kl().getQuery(me.graphql.fetchDashboardPairList,{where:f}),y=We(Object.assign({},x)),v=null!==(h=n?null===(c=null===(d=null===(l=y.data)||void 0===l?void 0:l.dashboard_pairs_list)||void 0===d?void 0:d.list)||void 0===c?void 0:c.filter((e=>{var t;return n.includes(null!==(t=null==e?void 0:e.chainId)&&void 0!==t?t:0)})):null===(p=null===(u=y.data)||void 0===u?void 0:u.dashboard_pairs_list)||void 0===p?void 0:p.list)&&void 0!==h?h:[],[b,j]=W.useState(!1),C=b?v.filter((e=>!!Number(null==e?void 0:e.tvl))):v;return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:Object.assign({py:16,display:"flex",justifyContent:"space-between",gap:8},m?{}:{px:0}),children:[!g&&Cn.jsx(Tb,{chainId:o,setChainId:r}),Cn.jsxs(i,{component:"label",sx:{display:"flex",alignItems:"center",gap:8,typography:"body2",cursor:"pointer",color:"text.secondary"},children:[Cn.jsx(E,{sx:{top:-1},size:16,checked:b,onChange:e=>{const{checked:t}=e.target;j(t)}}),Cn.jsx(e,{id:"eVZ7bY",message:"Hide TVL=0 pools"})]})]}),m?Cn.jsxs(gb,{children:[y.isLoading?Cn.jsx(Rb,{}):"",!y.isLoading&&!(null==C?void 0:C.length)&&!y.error&&Cn.jsx(An,{sx:{mt:40},hasSearch:!!o&&!g}),!!y.error&&Cn.jsx(Rn,{refresh:y.refetch,sx:{mt:40}}),Cn.jsx(zb,{account:t,list:C,setOperatePool:s})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Gb,{account:t,list:C,loading:y.isLoading,operatePool:a,setOperatePool:s}),Cn.jsx(Ym,{loading:y.isLoading,refetch:y.error?y.refetch:void 0,empty:!(null==C?void 0:C.length),hasSearch:!!o&&!g})]})]})}function Qb({account:t,lqList:n,setOperatePool:o,getMigrationPairAndMining:r,supportAMM:s,timeRange:d}){const u=a();return Cn.jsx(Cn.Fragment,{children:null==n?void 0:n.map((n=>{var a,p,h,m,g,f,x,y,v,b,j,C,w,k,E;if(!(null==n?void 0:n.pair))return null;const A=n.pair,I=Ol(A.baseToken,A.chainId),S=Ol(A.quoteToken,A.chainId),L=null===(a=A.apyList)||void 0===a?void 0:a.find((e=>(null==e?void 0:e.timeRange)===`${d}D`)),O=me.utils.singleSideLp(A.type),R=L?Is(new Se(null==L?void 0:L.transactionBaseApy).plus(null!==(p=null==L?void 0:L.miningBaseApy)&&void 0!==p?p:0).plus(null!==(h=null==L?void 0:L.metromMiningApy)&&void 0!==h?h:0)):void 0,_=O&&L?Is(new Se(L.transactionQuoteApy).plus(null!==(m=L.miningQuoteApy)&&void 0!==m?m:0)):void 0;let M,P;(null===(g=n.liquidityPositions)||void 0===g?void 0:g.length)&&n.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(M=new Se(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&&(P=new Se(e.liquidityTokenBalance))}}}));const B=!!(null===(f=A.miningAddress)||void 0===f?void 0:f[0]),D=!!(null==L?void 0:L.metromMiningApy)&&Number(null==L?void 0:L.metromMiningApy)>0,N=null===(x=n.liquidityPositions)||void 0===x?void 0:x[0],F=A.type,q=Ml(F),U="AMMV2"===F,V="AMMV3"===F,H=null==r?void 0:r({address:A.id,chainId:A.chainId});return Cn.jsxs(i,{sx:{px:20,pt:20,pb:12,backgroundColor:"background.paper",borderRadius:16},className:"gradient-card-border",onClick:()=>{s||Af.getState().push({type:Ef.PoolDetail,params:{chainId:A.chainId,address:A.id}})},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",flexWrap:"wrap"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[I&&S?Cn.jsx(Gm,{tokens:[I,S],width:24,mr:6,chainId:A.chainId,showChainLogo:!0}):"",Cn.jsxs(i,{sx:{typography:"body2",fontWeight:600},children:[`${null==I?void 0:I.symbol}/${null==S?void 0:S.symbol}`,Cn.jsx(fb,{address:A.id,chainId:A.chainId})]}),!!H&&Cn.jsx(_b,{})]}),B||D?Cn.jsxs(i,{sx:{p:8,typography:"h6",fontWeight:"bold",background:`linear-gradient(180deg, ${T(u.palette.secondary.main,.3)} 0%, ${T(u.palette.purple.main,.3)} 100%)`,borderRadius:8,color:"purple.main",whiteSpace:"nowrap"},children:["✨ ",Cn.jsx(e,{id:"Sti4vy",message:"Mining"})]}):""]}),Cn.jsxs(i,{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:[s&&Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,whiteSpace:"nowrap"},children:[q,Cn.jsx(l,{title:Cn.jsx(e,{id:"O6RUgz",message:"Fee rate"}),children:Cn.jsx(i,{sx:{px:8,py:4,borderRadius:4,typography:"h6",backgroundColor:"background.tag",color:"text.secondary"},children:V?null!==(v=null===(y=_y[A.lpFeeRate])||void 0===y?void 0:y.label)&&void 0!==v?v:"-":As({input:new Se(null!==(b=A.lpFeeRate)&&void 0!==b?b:0).plus(A.mtFeeRate?vs(A.mtFeeRate,U?4:18):0)})})})]}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"1Qz63U",message:"Pool Type"})})]}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{typography:"h5",color:"success.main"},children:[R||"-%",_?`/${_}`:""]}),Cn.jsxs(i,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:[d,"d ",Cn.jsx(e,{id:"rSayea",message:"APY"}),Cn.jsx(Mb,{chainId:A.chainId,apy:L,baseToken:I,quoteToken:S,hasQuote:!!_,hasMining:B,sx:{width:14,height:14}})]})]}),V?null:Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{typography:"h5"},children:["$",Es(new Se(A.tvl||0))]}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"FHKsZF",message:"TVL"})})]}),"AMMV2"===F&&Cn.jsxs(i,{children:[Cn.jsx(i,{sx:{typography:"h5"},children:As({input:null===(C=null===(j=n.liquidityPositions)||void 0===j?void 0:j[0])||void 0===C?void 0:C.poolShare})}),Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"h3PbRN",message:"My Pool Share"})})]}),Cn.jsxs(i,{children:[Cn.jsx(i,{sx:{typography:"h5",display:"flex",alignItems:"center",fontWeight:"bold"},children:V?(null==N?void 0:N.liquidityUSD)?`$${ms({input:N.liquidityUSD,decimals:2})}`:"-":Cn.jsxs(Cn.Fragment,{children:[O?Cn.jsx(yc,{address:null==I?void 0:I.address,chainId:A.chainId,url:null==I?void 0:I.logoURI,width:18,height:18,sx:{mr:4}}):Cn.jsx(Gm,{tokens:I&&S?[I,S]:[],width:18,mr:4,showChainLogo:!1,chainId:A.chainId}),M?hs({input:M}):"",O&&Cn.jsxs(Cn.Fragment,{children:[" / ",Cn.jsx(yc,{address:null==S?void 0:S.address,chainId:A.chainId,url:null==S?void 0:S.logoURI,width:18,height:18,sx:{mx:4}}),P?hs({input:P}):"0"]})]})}),Cn.jsx(i,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:Cn.jsx(e,{id:"YHc3B+",message:"My Liquidity"})})]})]}),V&&Cn.jsxs(i,{sx:{mt:20},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,color:"text.primary"},children:[Cn.jsx(cv,{outOfRange:null!==(w=null==N?void 0:N.outOfRange)&&void 0!==w&&w}),Cn.jsx(i,{children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("span",{children:[Sy({price:null===(k=null==N?void 0:N.priceRange)||void 0===k?void 0:k.token0LowerPrice,atLimit:{},direction:Vf.LOWER})," "]}),null==I?void 0:I.symbol]})}),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:Cn.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"})}),Cn.jsx(i,{children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("span",{children:[Sy({price:null===(E=null==N?void 0:N.priceRange)||void 0===E?void 0:E.token1LowerPrice,atLimit:{},direction:Vf.UPPER})," "]}),null==I?void 0:I.symbol]})})]}),Cn.jsx(i,{sx:{typography:"h6",display:"flex",alignItems:"center",color:"text.secondary"},children:Cn.jsx(e,{id:"YA4hwj",message:"Price Range"})})]}),Cn.jsxs(i,{sx:{mt:20,display:"flex",alignItems:"center",gap:"8px"},children:[V?null:!!t&&Cn.jsx(c,{fullWidth:!0,variant:c.Variant.outlined,size:c.Size.small,onClick:e=>{e.stopPropagation(),o({operate:rb.Remove,pool:_l(n),hasMining:B})},children:Cn.jsx(e,{id:"t/YqKh",message:"Remove"})}),Cn.jsx(c,{fullWidth:!0,size:c.Size.small,onClick:e=>{e.stopPropagation(),o({operate:rb.Add,pool:_l(n),hasMining:B})},children:Cn.jsx(e,{id:"J/hVSQ",message:"{0}",values:{0:V?"Manage":"Add"}})}),s&&"PMM"===q&&Cn.jsx(Lb,{chainId:A.chainId,address:A.id})]})]},V?null==N?void 0:N.id:A.id+A.chainId)}))})}function Xb({account:t,lqList:n,loading:o,operatePool:r,setOperatePool:s,supportAMM:d,onlyV3:u,getMigrationPairAndMining:p,timeRange:h}){const m=a();return Cn.jsxs(Ob,{empty:!(null==n?void 0:n.length),loading:o,children:[Cn.jsx(i,{component:"thead",children:Cn.jsxs(i,{component:"tr",children:[Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"AxdOHo",message:"Pair"})}),d&&Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"1Qz63U",message:"Pool Type"})}),u?null:Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"FHKsZF",message:"TVL"})}),Cn.jsxs(i,{component:"th",children:[h,"d ",Cn.jsx(e,{id:"rSayea",message:"APY"})]}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"YHc3B+",message:"My Liquidity"})}),u?Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"YA4hwj",message:"Price Range"})}):null,Cn.jsx(i,{component:"th",sx:{width:210}})]})}),Cn.jsx(i,{component:"tbody",children:null==n?void 0:n.map((n=>{var o,a,g,f,x,y,v,b,j,C,w,k,T,E,A;if(!(null==n?void 0:n.pair))return null;const I=n.pair,S=Ol(I.baseToken,I.chainId),L=Ol(I.quoteToken,I.chainId),O=me.utils.singleSideLp(I.type),R=null===(o=I.apyList)||void 0===o?void 0:o.find((e=>(null==e?void 0:e.timeRange)===`${h}D`)),_=R?Is(new Se(null==R?void 0:R.transactionBaseApy).plus(null!==(a=null==R?void 0:R.miningBaseApy)&&void 0!==a?a:0)):void 0,M=O&&R?Is(new Se(R.transactionQuoteApy).plus(null!==(g=R.miningQuoteApy)&&void 0!==g?g:0)):void 0;let P,B;(null===(f=n.liquidityPositions)||void 0===f?void 0:f.length)&&n.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==I?void 0:I.baseLpToken)||void 0===n?void 0:n.id)||void 0===i?void 0:i.toLocaleLowerCase())===t)return void(P=new Se(e.liquidityTokenBalance));(null===(r=null===(o=null==I?void 0:I.quoteLpToken)||void 0===o?void 0:o.id)||void 0===r?void 0:r.toLocaleLowerCase())===t&&(B=new Se(e.liquidityTokenBalance))}}}));const D=null===(x=n.liquidityPositions)||void 0===x?void 0:x[0],N=I.type,F=Ml(N),q="AMMV2"===N,U="AMMV3"===N;let V="";if(U)(null===(b=null===(v=null===(y=null==r?void 0:r.pool)||void 0===y?void 0:y.liquidityPositions)||void 0===v?void 0:v[0])||void 0===b?void 0:b.id)===(null==D?void 0:D.id)&&(V=le._({id:"p3607o",message:"Managing"}));else if((null===(j=null==r?void 0:r.pool)||void 0===j?void 0:j.address)===I.id||(null==r?void 0:r.address)===I.id)if(r.operate===rb.Remove)V=le._({id:"0+31GV",message:"Removing"});else V=le._({id:"1yHVE+",message:"Adding"});const H=!!(null===(C=I.miningAddress)||void 0===C?void 0:C[0]),W=!!(null==R?void 0:R.metromMiningApy)&&Number(null==R?void 0:R.metromMiningApy)>0,Z=m.palette.hover.default,$=null==p?void 0:p({address:I.id,chainId:I.chainId});return Cn.jsxs(i,{component:"tr",sx:{["&:hover td"+(V?", & td":"")]:{backgroundImage:`linear-gradient(${Z}, ${Z})`}},children:[Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[S&&L?Cn.jsx(Gm,{tokens:[S,L],width:24,mr:8,chainId:I.chainId,showChainLogo:!0}):"",Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,typography:"body2",fontWeight:600},children:[`${null==S?void 0:S.symbol}/${null==L?void 0:L.symbol}`,Cn.jsx(fb,{address:I.id,chainId:I.chainId}),!!$&&Cn.jsx(_b,{})]}),Cn.jsx(bm,{address:I.id,customChainId:I.chainId,truncate:!0,showCopy:!0,iconDarkHover:!0,iconSize:14,iconSpace:4,disabledAddress:d,onAddressClick:()=>{Af.getState().push({type:Ef.PoolDetail,params:{chainId:I.chainId,address:I.id}})},sx:{typography:"h6",color:"text.secondary"}})]})]})}),d&&Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4},children:[Cn.jsx(My,{poolType:F}),Cn.jsx(Py,{isAMMV2:q,isAMMV3:U,lpFeeRate:I.lpFeeRate,mtFeeRate:I.mtFeeRate})]})}),U?null:Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{typography:"body2"},title:I.tvl?`$${hs({input:I.tvl||0})}`:void 0,children:["$",Es(new Se(I.tvl||0))]})}),Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[H||W?Cn.jsx(l,{title:le._({id:"Sti4vy",message:"Mining"}),children:Cn.jsxs(i,{component:"span",sx:{typography:"body2",color:"success.main"},children:["✨"," "]})}):"",Cn.jsx(Mb,{chainId:I.chainId,apy:R,baseToken:S,quoteToken:L,hasQuote:!!M,hasMining:H,children:Cn.jsxs(i,{component:"span",sx:{typography:"body2",fontWeight:600,display:"flex",alignItems:"center",width:"max-content",color:"success.main",cursor:"auto"},children:[_||"-%",M?`/${M}`:""]})})]})}),Cn.jsx(i,{component:"td",children:Cn.jsx(i,{sx:{display:"flex",alignItems:"center",typography:"body2"},children:U?(null==D?void 0:D.liquidityUSD)?`$${ms({input:D.liquidityUSD,decimals:2})}`:"-":Cn.jsxs(Cn.Fragment,{children:[O?Cn.jsx(yc,{address:null==S?void 0:S.address,chainId:I.chainId,url:null==S?void 0:S.logoURI,width:24,height:24,noShowChain:!0,sx:{mr:4}}):Cn.jsx(Gm,{tokens:S&&L?[S,L]:[],width:24,mr:4,showChainLogo:!1,chainId:I.chainId}),P?hs({input:P}):"-",O&&Cn.jsxs(Cn.Fragment,{children:[" / ",Cn.jsx(yc,{address:null==L?void 0:L.address,chainId:I.chainId,url:null==L?void 0:L.logoURI,width:24,height:24,noShowChain:!0,sx:{mx:4}}),B?hs({input:B}):"0"]}),q&&Cn.jsx(l,{title:Cn.jsx(e,{id:"NXZdrO",message:"My pool share"}),children:Cn.jsx(i,{sx:{ml:4,px:8,py:4,borderRadius:4,typography:"h6",backgroundColor:"background.tag",color:"text.secondary"},children:As({input:null===(k=null===(w=n.liquidityPositions)||void 0===w?void 0:w[0])||void 0===k?void 0:k.poolShare})})})]})})}),u?Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4,color:"text.primary"},children:[Cn.jsx(cv,{outOfRange:null!==(T=null==D?void 0:D.outOfRange)&&void 0!==T&&T}),Cn.jsx(i,{children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("span",{children:[Sy({price:null===(E=null==D?void 0:D.priceRange)||void 0===E?void 0:E.token0LowerPrice,atLimit:{},direction:Vf.LOWER})," "]}),null==S?void 0:S.symbol]})}),Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"19",viewBox:"0 0 18 19",fill:"none",children:Cn.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"})}),Cn.jsx(i,{children:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("span",{children:[Sy({price:null===(A=null==D?void 0:D.priceRange)||void 0===A?void 0:A.token0UpperPrice,atLimit:{},direction:Vf.UPPER})," "]}),null==S?void 0:S.symbol]})})]})}):null,Cn.jsx(i,{component:"td",children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:"8px"},children:[d&&"PMM"===F&&Cn.jsx(Lb,{chainId:I.chainId,address:I.id}),V?Cn.jsx(Eb,{text:V,onClick:()=>s(null)}):Cn.jsxs(Cn.Fragment,{children:[U?null:!!t&&Cn.jsxs(c,{variant:c.Variant.second,size:c.Size.small,onClick:e=>{e.stopPropagation(),s({operate:rb.Remove,pool:_l(n),hasMining:H})},sx:{py:0,height:32},children:[Cn.jsx(e,{id:"t/YqKh",message:"Remove"}),!!$&&Cn.jsx(_b,{isRightTop:!0})]}),Cn.jsx(c,{size:c.Size.small,onClick:()=>{s({pool:_l(n),hasMining:H})},sx:{py:0,height:32},children:U?le._({id:"wckWOP",message:"Manage"}):le._({id:"m16xKo",message:"Add"})})]})]})})]},U?null==D?void 0:D.id:I.id+I.chainId)}))})]})}function Kb({account:e,filterChainIds:t,activeChainId:n,handleChangeActiveChainId:o,operatePool:r,setOperatePool:s,getMigrationPairAndMining:l,tokenAndPoolFilter:d}){var c,u,p,h,m,g,f,x;const y=a(),{minDevice:v,isMobile:b}=ld(),j=$e(),{onlyChainId:C,supportAMMV2:w,supportAMMV3:k,notSupportPMM:T}=Tn(),[E,A]=W.useState("pmm&v2"),[I,S]=W.useState("1"),{filterTokens:L,filterASymbol:O,filterBSymbol:R,filterAddressLqList:_,handleDeleteToken:M,handleChangeFilterTokens:P,handleChangeFilterAddress:B}=Db(d);let D=T?[]:["CLASSICAL","DVM","DSP","GSP","DPP"];w&&D.push("AMMV2"),k&&"v3"===E&&(D=["AMMV3"]);const N={currentPage:1,pageSize:1e3,user:e,filterState:{viewOnlyOwn:!0,filterTypes:D}},F=Kl(),q=F.getQuery(me.graphql.fetchMyLiquidityList,{where:Object.assign(Object.assign({},N),{filterState:Object.assign({filterASymbol:O,filterBSymbol:R},N.filterState)})}),U=We(Object.assign({},q));let V=null!==(p=null===(u=null===(c=U.data)||void 0===c?void 0:c.liquidity_list)||void 0===u?void 0:u.lqList)&&void 0!==p?p:[];const H=!!(null==_?void 0:_.length);return H?V=[..._]:t&&(V=null!==(f=null===(g=null===(m=null===(h=U.data)||void 0===h?void 0:h.liquidity_list)||void 0===m?void 0:m.lqList)||void 0===g?void 0:g.filter((e=>{var n,i;return t.includes(null!==(i=null===(n=null==e?void 0:e.pair)||void 0===n?void 0:n.chainId)&&void 0!==i?i:0)})))&&void 0!==f?f:[]),Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{pt:12,pb:20,display:"flex",flexDirection:"column-reverse",gap:8,[y.breakpoints.up("tablet")]:{py:16,flexDirection:"row",px:0,justifyContent:"space-between"}},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"stretch",flexDirection:"column",gap:8,[y.breakpoints.up("tablet")]:{flexDirection:"row",alignItems:"center"}},children:[!C&&Cn.jsx(Tb,{chainId:n,setChainId:o}),k&&Cn.jsx(Ib,{filterList:[{label:"V3",value:"v3"},{label:"V2 & PMM",value:"pmm&v2"}],value:E,onChange:e=>A(e)}),Cn.jsx(Ib,{filterList:[{label:"1d",value:"1"},{label:"7d",value:"7"},{label:"14d",value:"14"},{label:"30d",value:"30"}],value:I,onChange:e=>S(e)})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(i,{sx:Object.assign({flex:1,display:"flex",alignItems:"center",gap:8},b?{}:{"& > button":{flex:1}}),children:null!==(x=null==d?void 0:d.element)&&void 0!==x?x:Cn.jsx(Pb,{value:L,onChange:P,searchAddress:(e,t)=>mn(this,void 0,void 0,(function*(){var n;const i=F.getInfiniteQuery(me.graphql.fetchLiquidityList,"currentPage",{where:Object.assign(Object.assign({},N),{filterState:Object.assign({address:e},N.filterState)})}),o=null===(n=(yield j.fetchQuery(i)).liquidity_list)||void 0===n?void 0:n.lqList;return(null==o?void 0:o.length)?Cn.jsx(Bb,{list:o,onClick:()=>{B(o),t()}}):null}))})}),(H||!!L.length)&&Cn.jsxs(i,{sx:{my:0},children:[H?Cn.jsx(Ab,{lqList:_,onDeleteTag:()=>B([])}):"",Cn.jsx(Sb,{tags:L,onDeleteTag:M})]})]})]}),b?Cn.jsxs(gb,{children:[U.isLoading?Cn.jsx(Rb,{}):"",!U.isLoading&&!(null==V?void 0:V.length)&&!U.error&&Cn.jsx(An,{sx:{mt:40},hasSearch:!!(n&&!C||O||R)}),!!U.error&&Cn.jsx(Rn,{refresh:U.refetch,sx:{mt:40}}),Cn.jsx(Qb,{account:e,lqList:V,setOperatePool:s,supportAMM:w||k,getMigrationPairAndMining:l,timeRange:I})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Xb,{account:e,lqList:V,loading:U.isLoading,operatePool:r,setOperatePool:s,supportAMM:w||k,onlyV3:"v3"===E,getMigrationPairAndMining:l,timeRange:I}),Cn.jsx(Ym,{loading:U.isLoading,refetch:U.error?U.refetch:void 0,empty:!(null==V?void 0:V.length),hasSearch:!!(n&&!C||O||R)})]})]})}function Jb(e){var{sx:t}=e,n=hn(e,["sx"]);return Cn.jsx(L,{...n,sx:Object.assign(Object.assign({},t),{display:"flex",flexDirection:"column",overflow:"hidden"})})}function ej({params:n,scrollRef:o,tokenAndPoolFilter:r,operatePMMPoolElement:s,operatePool:l,onOperatePool:d,getMigrationPairAndMining:c}){var u,p,h;const{isMobile:m}=ld(),g=a(),f=Tn((e=>e.noDocumentLink)),x=W.useRef(null),{account:y}=$l(),{poolTab:v,tabs:b,handleChangePoolTab:j}=function({account:e,paramsTab:n}){const{i18n:i}=t(),[o,r]=W.useState(Zb.addLiquidity),{supportAMMV2:a,supportAMMV3:s,notSupportPMM:l}=Tn(),d=W.useMemo((()=>{const e=[{key:Zb.addLiquidity,value:i._({id:"OBdohg",message:"Add Liquidity"})},{key:Zb.myLiquidity,value:i._({id:"YHc3B+",message:"My Liquidity"})}];return l||e.push({key:Zb.myCreated,value:a||s?i._({id:"zcVtwU",message:"My Pools (PMM)"}):i._({id:"fZFkP1",message:"My Pools"})}),e}),[i._,a,s,l]),c=W.useRef(!1);W.useEffect((()=>{const t=sessionStorage.getItem(Hb);e&&t&&!c.current&&(c.current=!0,r(t))}),[e]);const u=e=>{r(e),sessionStorage.setItem(Hb,e)};return W.useEffect((()=>{n&&u(n)}),[n]),{poolTab:o,tabs:d,handleChangePoolTab:u}}({account:y,paramsTab:null==n?void 0:n.tab}),{activeChainId:C,filterChainIds:w,handleChangeActiveChainId:k}=function(){const{chainId:e}=$l(),{onlyChainId:t,defaultChainId:n}=Tn(),[i,o]=W.useState(t),r=W.useMemo((()=>void 0!==i?[i]:Za(e)?void 0:Object.values(de).filter((e=>!!Number(e)))),[e,i]);return W.useEffect((()=>{const e=Number(sessionStorage.getItem(Wb));e&&o(e)}),[]),W.useEffect((()=>{!sessionStorage.getItem(Wb)&&n&&o(n)}),[n]),{activeChainId:i,filterChainIds:r,handleChangeActiveChainId:e=>{void 0===e?sessionStorage.removeItem(Wb):sessionStorage.setItem(Wb,String(e)),o(e)}}}(),[E,I]=W.useState(l||null),S=e=>{if(d){if(d(e))return}I(e)};return W.useEffect((()=>{I(l||null)}),[l]),Cn.jsxs(Tf,{sx:Object.assign({},m?{p:0}:{display:"flex",gap:12,flex:1}),ref:x,children:[Cn.jsxs(A,{value:v,onChange:(e,t)=>{j(t)},sx:m?{}:{display:"flex",flexDirection:"column",flex:1,overflow:"hidden",height:"max-content",maxHeight:"100%"},className:m?void 0:"gradient-card-border",children:[Cn.jsxs(i,{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?Cn.jsx(D,{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"}}):Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",fontWeight:600,typography:"h5",lineHeight:"25px",pb:16},children:[m?"":Cn.jsx(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",width:24,height:24,backgroundColor:T(g.palette.secondary.main,.3),borderRadius:6,mr:4,color:"primary.main"},children:Cn.jsx(i,{component:Mn.Fee,sx:{width:16,height:16}})}),Cn.jsx(e,{id:"OBdohg",message:"Add Liquidity"})]}),Cn.jsx(Vb,{})]}),Cn.jsx(Jb,{value:Zb.addLiquidity,sx:{display:"flex",flexDirection:"column",overflow:"hidden"},children:Cn.jsx(qb,{account:y,filterChainIds:w,scrollParentRef:null!=o?o:x,activeChainId:C,handleChangeActiveChainId:k,operatePool:E,setOperatePool:S,tokenAndPoolFilter:r,getMigrationPairAndMining:c})}),Cn.jsx(Jb,{value:Zb.myLiquidity,children:Cn.jsx(Kb,{account:y,filterChainIds:w,activeChainId:C,handleChangeActiveChainId:k,operatePool:E,setOperatePool:S,tokenAndPoolFilter:r,getMigrationPairAndMining:c})}),Cn.jsx(Jb,{value:Zb.myCreated,children:Cn.jsx(Yb,{account:y,filterChainIds:w,activeChainId:C,handleChangeActiveChainId:k,operatePool:E,setOperatePool:S})}),!f&&Cn.jsx(If,{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})})]}),E&&Cn.jsx(i,{sx:{position:"relative",width:m?"100%":375},children:"AMMV3"===(null===(u=null==E?void 0:E.pool)||void 0===u?void 0:u.type)&&E.pool.chainId?v===Zb.myLiquidity&&(null===(h=null===(p=E.pool.liquidityPositions)||void 0===p?void 0:p[0])||void 0===h?void 0:h.tokenId)?Cn.jsx(dv,{baseToken:E.pool.baseToken,quoteToken:E.pool.quoteToken,feeAmount:Number(E.pool.lpFeeRate),tokenId:E.pool.liquidityPositions[0].tokenId,chainId:E.pool.chainId,onClose:()=>S(null)}):Cn.jsx(pv,{chainId:E.pool.chainId,baseToken:E.pool.baseToken,quoteToken:E.pool.quoteToken,feeAmount:Number(E.pool.lpFeeRate),onClose:()=>S(null),handleGoToAddLiquidityV3:e=>{Af.getState().push({type:Ef.createPoolAMMV3,params:e})}}):Cn.jsx(Cn.Fragment,{children:null!=s?s:Cn.jsx(Cn.Fragment,{children:m?Cn.jsx(mb,{account:y,onClose:()=>S(null),modal:m,...E}):Cn.jsx(hb,{account:y,onClose:()=>S(null),...E,sx:{width:375,height:"max-content",backgroundColor:"background.paper",borderRadius:16,overflow:"hidden"}})})})})]})}function tj({sx:e,onClick:t}){const n=a();return Cn.jsx(r,{onClick:()=>{t?t():Af.getState().back()},sx:ne({display:"inline-flex",alignItems:"center",cursor:"pointer"},e),children:Cn.jsx(i,{sx:{color:n.palette.text.secondary,width:40,height:40,display:"flex",alignItems:"center",justifyContent:"center",borderColor:n.palette.border.main,borderStyle:"solid",borderWidth:1,borderRadius:8,backgroundColor:n.palette.background.paper},children:Cn.jsx(Mn.ArrowBack,{})})})}var nj,ij,oj,rj,aj,sj,lj,dj,cj,uj,pj,hj,mj;function gj(){return gj=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},gj.apply(null,arguments)}const fj=e=>H.createElement("svg",gj({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),nj||(nj=H.createElement("rect",{x:28.5,y:214,width:40,height:6,fill:"url(#paint0_linear_5229_28889)"})),ij||(ij=H.createElement("rect",{x:88.5,y:208,width:40,height:12,fill:"url(#paint1_linear_5229_28889)"})),oj||(oj=H.createElement("rect",{x:148.5,y:201,width:40,height:19,fill:"url(#paint2_linear_5229_28889)"})),rj||(rj=H.createElement("rect",{x:208.5,y:188,width:40,height:32,fill:"url(#paint3_linear_5229_28889)"})),aj||(aj=H.createElement("rect",{x:268.5,y:170,width:40,height:50,fill:"url(#paint4_linear_5229_28889)"})),sj||(sj=H.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint5_linear_5229_28889)"})),lj||(lj=H.createElement("rect",{width:40,height:6,transform:"matrix(-1 0 0 1 708.5 214)",fill:"url(#paint6_linear_5229_28889)"})),dj||(dj=H.createElement("rect",{width:40,height:12,transform:"matrix(-1 0 0 1 648.5 208)",fill:"url(#paint7_linear_5229_28889)"})),cj||(cj=H.createElement("rect",{width:40,height:19,transform:"matrix(-1 0 0 1 588.5 201)",fill:"url(#paint8_linear_5229_28889)"})),uj||(uj=H.createElement("rect",{width:40,height:32,transform:"matrix(-1 0 0 1 528.5 188)",fill:"url(#paint9_linear_5229_28889)"})),pj||(pj=H.createElement("rect",{width:40,height:50,transform:"matrix(-1 0 0 1 468.5 170)",fill:"url(#paint10_linear_5229_28889)"})),hj||(hj=H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint11_linear_5229_28889)"})),mj||(mj=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_5229_28889",x1:48.5,y1:214,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint1_linear_5229_28889",x1:108.5,y1:208,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint2_linear_5229_28889",x1:168.5,y1:201,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint3_linear_5229_28889",x1:228.5,y1:188,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint4_linear_5229_28889",x1:288.5,y1:170,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint5_linear_5229_28889",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint6_linear_5229_28889",x1:20,y1:0,x2:20,y2:6,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint7_linear_5229_28889",x1:20,y1:0,x2:20,y2:12,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint8_linear_5229_28889",x1:20,y1:0,x2:20,y2:19,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint9_linear_5229_28889",x1:20,y1:0,x2:20,y2:32,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint10_linear_5229_28889",x1:20,y1:0,x2:20,y2:50,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint11_linear_5229_28889",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})))));var xj,yj,vj,bj,jj,Cj,wj,kj,Tj,Ej,Aj,Ij,Sj;function Lj(){return Lj=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},Lj.apply(null,arguments)}const Oj=e=>H.createElement("svg",Lj({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),xj||(xj=H.createElement("rect",{x:28.5,y:214,width:40,height:6,fill:"url(#paint0_linear_3900_354238)"})),yj||(yj=H.createElement("rect",{x:88.5,y:208,width:40,height:12,fill:"url(#paint1_linear_3900_354238)"})),vj||(vj=H.createElement("rect",{x:148.5,y:201,width:40,height:19,fill:"url(#paint2_linear_3900_354238)"})),bj||(bj=H.createElement("rect",{x:208.5,y:188,width:40,height:32,fill:"url(#paint3_linear_3900_354238)"})),jj||(jj=H.createElement("rect",{x:268.5,y:170,width:40,height:50,fill:"url(#paint4_linear_3900_354238)"})),Cj||(Cj=H.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint5_linear_3900_354238)"})),wj||(wj=H.createElement("rect",{width:40,height:6,transform:"matrix(-1 0 0 1 708.5 214)",fill:"url(#paint6_linear_3900_354238)"})),kj||(kj=H.createElement("rect",{width:40,height:12,transform:"matrix(-1 0 0 1 648.5 208)",fill:"url(#paint7_linear_3900_354238)"})),Tj||(Tj=H.createElement("rect",{width:40,height:19,transform:"matrix(-1 0 0 1 588.5 201)",fill:"url(#paint8_linear_3900_354238)"})),Ej||(Ej=H.createElement("rect",{width:40,height:32,transform:"matrix(-1 0 0 1 528.5 188)",fill:"url(#paint9_linear_3900_354238)"})),Aj||(Aj=H.createElement("rect",{width:40,height:50,transform:"matrix(-1 0 0 1 468.5 170)",fill:"url(#paint10_linear_3900_354238)"})),Ij||(Ij=H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint11_linear_3900_354238)"})),Sj||(Sj=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_3900_354238",x1:48.5,y1:214,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint1_linear_3900_354238",x1:108.5,y1:208,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint2_linear_3900_354238",x1:168.5,y1:201,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint3_linear_3900_354238",x1:228.5,y1:188,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint4_linear_3900_354238",x1:288.5,y1:170,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint5_linear_3900_354238",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint6_linear_3900_354238",x1:20,y1:0,x2:20,y2:6,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint7_linear_3900_354238",x1:20,y1:0,x2:20,y2:12,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint8_linear_3900_354238",x1:20,y1:0,x2:20,y2:19,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint9_linear_3900_354238",x1:20,y1:0,x2:20,y2:32,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint10_linear_3900_354238",x1:20,y1:0,x2:20,y2:50,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint11_linear_3900_354238",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})))));var Rj,_j,Mj,Pj,Bj,Dj,Nj,Fj,qj,Uj,Vj,Hj,Wj,Zj;function $j(){return $j=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},$j.apply(null,arguments)}const zj=e=>H.createElement("svg",$j({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Rj||(Rj=H.createElement("g",{clipPath:"url(#clip0_5057_344879)"},H.createElement("rect",{x:-10.5,y:160,width:40,height:60,fill:"url(#paint0_linear_5057_344879)"}),H.createElement("rect",{x:49.5,y:120,width:40,height:100,fill:"url(#paint1_linear_5057_344879)"}),H.createElement("rect",{x:109.5,y:60,width:40,height:160,fill:"url(#paint2_linear_5057_344879)"}),H.createElement("rect",{x:169.5,width:40,height:220,fill:"url(#paint3_linear_5057_344879)"}),H.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 549.5 200)",fill:"url(#paint4_linear_5057_344879)"}),H.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 489.5 180)",fill:"url(#paint5_linear_5057_344879)"}),H.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 429.5 160)",fill:"url(#paint6_linear_5057_344879)"}),H.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 369.5 120)",fill:"url(#paint7_linear_5057_344879)"}),H.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 309.5 60)",fill:"url(#paint8_linear_5057_344879)"}),H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 249.5 0)",fill:"url(#paint9_linear_5057_344879)"}))),_j||(_j=H.createElement("rect",{x:28.5,y:200,width:40,height:20,fill:"url(#paint10_linear_5057_344879)"})),Mj||(Mj=H.createElement("rect",{x:88.5,y:180,width:40,height:40,fill:"url(#paint11_linear_5057_344879)"})),Pj||(Pj=H.createElement("rect",{x:148.5,y:160,width:40,height:60,fill:"url(#paint12_linear_5057_344879)"})),Bj||(Bj=H.createElement("rect",{x:208.5,y:120,width:40,height:100,fill:"url(#paint13_linear_5057_344879)"})),Dj||(Dj=H.createElement("rect",{x:268.5,y:60,width:40,height:160,fill:"url(#paint14_linear_5057_344879)"})),Nj||(Nj=H.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint15_linear_5057_344879)"})),Fj||(Fj=H.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint16_linear_5057_344879)"})),qj||(qj=H.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint17_linear_5057_344879)"})),Uj||(Uj=H.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint18_linear_5057_344879)"})),Vj||(Vj=H.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint19_linear_5057_344879)"})),Hj||(Hj=H.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint20_linear_5057_344879)"})),Wj||(Wj=H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint21_linear_5057_344879)"})),Zj||(Zj=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_5057_344879",x1:9.5,y1:160,x2:9.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint1_linear_5057_344879",x1:69.5,y1:120,x2:69.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint2_linear_5057_344879",x1:129.5,y1:60,x2:129.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint3_linear_5057_344879",x1:189.5,y1:0,x2:189.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint4_linear_5057_344879",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint5_linear_5057_344879",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint6_linear_5057_344879",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint7_linear_5057_344879",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint8_linear_5057_344879",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint9_linear_5057_344879",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"white",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"white",stopOpacity:0})),H.createElement("linearGradient",{id:"paint10_linear_5057_344879",x1:48.5,y1:200,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint11_linear_5057_344879",x1:108.5,y1:180,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint12_linear_5057_344879",x1:168.5,y1:160,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint13_linear_5057_344879",x1:228.5,y1:120,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint14_linear_5057_344879",x1:288.5,y1:60,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint15_linear_5057_344879",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#D0BCFF",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#D0BCFF",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint16_linear_5057_344879",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint17_linear_5057_344879",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint18_linear_5057_344879",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint19_linear_5057_344879",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint20_linear_5057_344879",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint21_linear_5057_344879",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("clipPath",{id:"clip0_5057_344879"},H.createElement("rect",{width:737,height:220,fill:"white"})))));var Gj,Yj,Qj,Xj,Kj,Jj,eC,tC,nC,iC,oC,rC,aC,sC;function lC(){return lC=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},lC.apply(null,arguments)}const dC=e=>H.createElement("svg",lC({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Gj||(Gj=H.createElement("g",{clipPath:"url(#clip0_5057_344817)"},H.createElement("rect",{x:-10.5,y:160,width:40,height:60,fill:"url(#paint0_linear_5057_344817)"}),H.createElement("rect",{x:49.5,y:120,width:40,height:100,fill:"url(#paint1_linear_5057_344817)"}),H.createElement("rect",{x:109.5,y:60,width:40,height:160,fill:"url(#paint2_linear_5057_344817)"}),H.createElement("rect",{x:169.5,width:40,height:220,fill:"url(#paint3_linear_5057_344817)"}),H.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 549.5 200)",fill:"url(#paint4_linear_5057_344817)"}),H.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 489.5 180)",fill:"url(#paint5_linear_5057_344817)"}),H.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 429.5 160)",fill:"url(#paint6_linear_5057_344817)"}),H.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 369.5 120)",fill:"url(#paint7_linear_5057_344817)"}),H.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 309.5 60)",fill:"url(#paint8_linear_5057_344817)"}),H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 249.5 0)",fill:"url(#paint9_linear_5057_344817)"}))),Yj||(Yj=H.createElement("rect",{x:28.5,y:200,width:40,height:20,fill:"url(#paint10_linear_5057_344817)"})),Qj||(Qj=H.createElement("rect",{x:88.5,y:180,width:40,height:40,fill:"url(#paint11_linear_5057_344817)"})),Xj||(Xj=H.createElement("rect",{x:148.5,y:160,width:40,height:60,fill:"url(#paint12_linear_5057_344817)"})),Kj||(Kj=H.createElement("rect",{x:208.5,y:120,width:40,height:100,fill:"url(#paint13_linear_5057_344817)"})),Jj||(Jj=H.createElement("rect",{x:268.5,y:60,width:40,height:160,fill:"url(#paint14_linear_5057_344817)"})),eC||(eC=H.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint15_linear_5057_344817)"})),tC||(tC=H.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint16_linear_5057_344817)"})),nC||(nC=H.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint17_linear_5057_344817)"})),iC||(iC=H.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint18_linear_5057_344817)"})),oC||(oC=H.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint19_linear_5057_344817)"})),rC||(rC=H.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint20_linear_5057_344817)"})),aC||(aC=H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint21_linear_5057_344817)"})),sC||(sC=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_5057_344817",x1:9.5,y1:160,x2:9.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint1_linear_5057_344817",x1:69.5,y1:120,x2:69.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint2_linear_5057_344817",x1:129.5,y1:60,x2:129.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint3_linear_5057_344817",x1:189.5,y1:0,x2:189.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint4_linear_5057_344817",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint5_linear_5057_344817",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint6_linear_5057_344817",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint7_linear_5057_344817",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint8_linear_5057_344817",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint9_linear_5057_344817",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#1A1A1B",stopOpacity:.1}),H.createElement("stop",{offset:1,stopColor:"#1A1A1B",stopOpacity:0})),H.createElement("linearGradient",{id:"paint10_linear_5057_344817",x1:48.5,y1:200,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint11_linear_5057_344817",x1:108.5,y1:180,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint12_linear_5057_344817",x1:168.5,y1:160,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint13_linear_5057_344817",x1:228.5,y1:120,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint14_linear_5057_344817",x1:288.5,y1:60,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint15_linear_5057_344817",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint16_linear_5057_344817",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint17_linear_5057_344817",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint18_linear_5057_344817",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint19_linear_5057_344817",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint20_linear_5057_344817",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint21_linear_5057_344817",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("clipPath",{id:"clip0_5057_344817"},H.createElement("rect",{width:737,height:220,fill:"white"})))));var cC,uC,pC,hC,mC,gC,fC,xC,yC,vC,bC,jC,CC;function wC(){return wC=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},wC.apply(null,arguments)}const kC=e=>H.createElement("svg",wC({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),cC||(cC=H.createElement("rect",{x:28.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),uC||(uC=H.createElement("rect",{x:88.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),pC||(pC=H.createElement("rect",{x:148.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),hC||(hC=H.createElement("rect",{x:208.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),mC||(mC=H.createElement("rect",{x:268.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),gC||(gC=H.createElement("rect",{x:328.5,y:216,width:40,height:4,fill:"white",fillOpacity:.1})),fC||(fC=H.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint0_linear_5229_28865)"})),xC||(xC=H.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint1_linear_5229_28865)"})),yC||(yC=H.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint2_linear_5229_28865)"})),vC||(vC=H.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint3_linear_5229_28865)"})),bC||(bC=H.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint4_linear_5229_28865)"})),jC||(jC=H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint5_linear_5229_28865)"})),CC||(CC=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_5229_28865",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint1_linear_5229_28865",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint2_linear_5229_28865",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint3_linear_5229_28865",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint4_linear_5229_28865",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint5_linear_5229_28865",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})))));var TC,EC,AC,IC,SC,LC,OC,RC,_C,MC,PC,BC,DC;function NC(){return NC=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},NC.apply(null,arguments)}const FC=e=>H.createElement("svg",NC({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),TC||(TC=H.createElement("rect",{x:28.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),EC||(EC=H.createElement("rect",{x:88.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),AC||(AC=H.createElement("rect",{x:148.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),IC||(IC=H.createElement("rect",{x:208.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),SC||(SC=H.createElement("rect",{x:268.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),LC||(LC=H.createElement("rect",{x:328.5,y:216,width:40,height:4,fill:"#1A1A1B",fillOpacity:.1})),OC||(OC=H.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint0_linear_3900_354262)"})),RC||(RC=H.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint1_linear_3900_354262)"})),_C||(_C=H.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint2_linear_3900_354262)"})),MC||(MC=H.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint3_linear_3900_354262)"})),PC||(PC=H.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint4_linear_3900_354262)"})),BC||(BC=H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint5_linear_3900_354262)"})),DC||(DC=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_3900_354262",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint1_linear_3900_354262",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint2_linear_3900_354262",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint3_linear_3900_354262",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint4_linear_3900_354262",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint5_linear_3900_354262",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})))));var qC,UC,VC,HC,WC,ZC,$C,zC,GC,YC,QC,XC,KC;function JC(){return JC=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},JC.apply(null,arguments)}const ew=e=>H.createElement("svg",JC({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),qC||(qC=H.createElement("rect",{x:28.5,y:200,width:40,height:20,fill:"url(#paint0_linear_5229_28987)"})),UC||(UC=H.createElement("rect",{x:88.5,y:180,width:40,height:40,fill:"url(#paint1_linear_5229_28987)"})),VC||(VC=H.createElement("rect",{x:148.5,y:160,width:40,height:60,fill:"url(#paint2_linear_5229_28987)"})),HC||(HC=H.createElement("rect",{x:208.5,y:120,width:40,height:100,fill:"url(#paint3_linear_5229_28987)"})),WC||(WC=H.createElement("rect",{x:268.5,y:60,width:40,height:160,fill:"url(#paint4_linear_5229_28987)"})),ZC||(ZC=H.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint5_linear_5229_28987)"})),$C||($C=H.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint6_linear_5229_28987)"})),zC||(zC=H.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint7_linear_5229_28987)"})),GC||(GC=H.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint8_linear_5229_28987)"})),YC||(YC=H.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint9_linear_5229_28987)"})),QC||(QC=H.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint10_linear_5229_28987)"})),XC||(XC=H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint11_linear_5229_28987)"})),KC||(KC=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_5229_28987",x1:48.5,y1:200,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint1_linear_5229_28987",x1:108.5,y1:180,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint2_linear_5229_28987",x1:168.5,y1:160,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint3_linear_5229_28987",x1:228.5,y1:120,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint4_linear_5229_28987",x1:288.5,y1:60,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint5_linear_5229_28987",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#B786FD",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#B786FD",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint6_linear_5229_28987",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint7_linear_5229_28987",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint8_linear_5229_28987",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint9_linear_5229_28987",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint10_linear_5229_28987",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint11_linear_5229_28987",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FFE804",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#FFE804",stopOpacity:.04})))));var tw,nw,iw,ow,rw,aw,sw,lw,dw,cw,uw,pw,hw;function mw(){return mw=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},mw.apply(null,arguments)}const gw=e=>H.createElement("svg",mw({width:737,height:220,viewBox:"0 0 737 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),tw||(tw=H.createElement("rect",{x:28.5,y:200,width:40,height:20,fill:"url(#paint0_linear_4437_25449)"})),nw||(nw=H.createElement("rect",{x:88.5,y:180,width:40,height:40,fill:"url(#paint1_linear_4437_25449)"})),iw||(iw=H.createElement("rect",{x:148.5,y:160,width:40,height:60,fill:"url(#paint2_linear_4437_25449)"})),ow||(ow=H.createElement("rect",{x:208.5,y:120,width:40,height:100,fill:"url(#paint3_linear_4437_25449)"})),rw||(rw=H.createElement("rect",{x:268.5,y:60,width:40,height:160,fill:"url(#paint4_linear_4437_25449)"})),aw||(aw=H.createElement("rect",{x:328.5,width:40,height:220,fill:"url(#paint5_linear_4437_25449)"})),sw||(sw=H.createElement("rect",{width:40,height:20,transform:"matrix(-1 0 0 1 708.5 200)",fill:"url(#paint6_linear_4437_25449)"})),lw||(lw=H.createElement("rect",{width:40,height:40,transform:"matrix(-1 0 0 1 648.5 180)",fill:"url(#paint7_linear_4437_25449)"})),dw||(dw=H.createElement("rect",{width:40,height:60,transform:"matrix(-1 0 0 1 588.5 160)",fill:"url(#paint8_linear_4437_25449)"})),cw||(cw=H.createElement("rect",{width:40,height:100,transform:"matrix(-1 0 0 1 528.5 120)",fill:"url(#paint9_linear_4437_25449)"})),uw||(uw=H.createElement("rect",{width:40,height:160,transform:"matrix(-1 0 0 1 468.5 60)",fill:"url(#paint10_linear_4437_25449)"})),pw||(pw=H.createElement("rect",{width:40,height:220,transform:"matrix(-1 0 0 1 408.5 0)",fill:"url(#paint11_linear_4437_25449)"})),hw||(hw=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_4437_25449",x1:48.5,y1:200,x2:48.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint1_linear_4437_25449",x1:108.5,y1:180,x2:108.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint2_linear_4437_25449",x1:168.5,y1:160,x2:168.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint3_linear_4437_25449",x1:228.5,y1:120,x2:228.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint4_linear_4437_25449",x1:288.5,y1:60,x2:288.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint5_linear_4437_25449",x1:348.5,y1:0,x2:348.5,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#6851B4",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#6851B4",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint6_linear_4437_25449",x1:20,y1:0,x2:20,y2:20,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint7_linear_4437_25449",x1:20,y1:0,x2:20,y2:40,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint8_linear_4437_25449",x1:20,y1:0,x2:20,y2:60,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint9_linear_4437_25449",x1:20,y1:0,x2:20,y2:100,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint10_linear_4437_25449",x1:20,y1:0,x2:20,y2:160,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})),H.createElement("linearGradient",{id:"paint11_linear_4437_25449",x1:20,y1:0,x2:20,y2:220,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EB8D27",stopOpacity:.6}),H.createElement("stop",{offset:1,stopColor:"#EB8D27",stopOpacity:.04})))));var fw,xw;function yw(){const e="https://docs.dodoex.io/product/tutorial/how-to-create-pools#learn-more-about-the-characteristics-of-different-pool-models",t=[{version:xw.standard,title:le._({id:"TJBHlP",message:"Standard"}),description:le._({id:"QNrpkx",message:"Classical AMM-like pool. Suitable for most assets."}),exampleImgUrl:gw,exampleDarkImgUrl:ew,docUrl:e,initPriceLabel:le._({id:"d2CZvA",message:"Initial Price"}),initPriceTips:le._({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:xw.pegged,title:le._({id:"J7M/DA",message:"Pegged"}),description:le._({id:"RvYEUJ",message:"Suitable for synthetic assets. The liquidity is super concentrated at some price like Curve Finance."}),exampleImgUrl:Oj,exampleDarkImgUrl:fj,docUrl:e,initPriceLabel:le._({id:"4ogEAw",message:"Pegged Exchange Rate"}),initPriceTips:le._({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:xw.singleToken,title:le._({id:"34w3mT",message:"Single-Token"}),description:le._({id:"a1AzKr",message:"For those who are looking to sell tokens and only need ask-side liquidity."}),exampleImgUrl:FC,exampleDarkImgUrl:kC,docUrl:e,initPriceLabel:le._({id:"d2CZvA",message:"Initial Price"}),initPriceTips:le._({id:"HGf8fG",message:"You can set the minimum selling price for single-token pools."})},{version:xw.marketMakerPool,title:le._({id:"4vKwIV",message:"Private Pool"}),description:le._({id:"pKjCsP",message:"100% use your own funds and enjoy the maximum degree of flexibility."}),exampleImgUrl:dC,exampleDarkImgUrl:zj,docUrl:e,initPriceLabel:le._({id:"CeLrge",message:"Mid Price"}),initPriceTips:le._({id:"GGPOuT",message:"set current mid price"})}],n=t.reduce(((e,t)=>(e[t.version]=t,e)),{});return{versionList:t,versionMap:n,subPeggedVersionList:vw()}}function vw(){return[{version:fw.DSP,title:le._({id:"D1bhHv",message:"The pool’s market-making price is fixed"}),description:le._({id:"lgE483",message:"Once created, the price cannot be changed. This option applies to assets like ETH-WETH."})},{version:fw.GSP,title:le._({id:"LVzIav",message:"The pool’s market-making price can be adjusted"}),description:le._({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 bw(){return vw().reduce(((e,t)=>(e[t.version]=t,e)),{})}!function(e){e.DSP="dsp",e.GSP="gsp"}(fw||(fw={})),function(e){e.standard="standard",e.singleToken="single-token",e.pegged="pagged",e.marketMakerPool="market-maker-pool"}(xw||(xw={}));const jw="0.3",Cw=.01,ww=10,kw="1",Tw="0.0000000000001",Ew=1e8,Aw="1",Iw="0.0001",Sw="0.1",Lw=8;function Ow({selectedVersion:e,quoteToken:t,initPrice:n,midPrice:i}){return e===xw.standard?!i||i.isZero()?null:ms({input:i,decimals:t.decimals}):ms({input:n,decimals:t.decimals})}function Rw({initPrice:e}){const t=new Se(e);if(!t.isFinite()||t.lte(0))return{base:null,quote:null};const n=new Se(1),i=n.dividedBy(n.plus(t)).dp(Lw,Se.ROUND_DOWN);return{base:i,quote:n.minus(i).dp(Lw,Se.ROUND_DOWN)}}function _w({chainId:e,baseToken:t,quoteToken:n}){const i=ve[e];return!(!t||!n)&&(!(!Bl(t.address,i.address)||!Bl(n.address,i.wrappedTokenAddress))||!(!Bl(t.address,i.wrappedTokenAddress)||!Bl(n.address,i.address)))}function Mw({title:e,children:t,isWaiting:n}){const o=a();return Cn.jsxs(i,{sx:{padding:16,borderRadius:8,backgroundColor:o.palette.background.paper,flexGrow:1,flexBasis:"100%"},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",gap:8,typography:"h5"},children:n?"-":t}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:500,color:o.palette.text.secondary,mt:8},children:e})]})}function Pw({status:t,selectedVersion:n,baseToken:o,quoteToken:r,initPrice:a,slippageCoefficient:s,midPrice:l,sx:d}){var c;const{versionMap:u}=yw(),p="waiting"===t,{initPriceLabel:h}=u[n];return o&&r?Cn.jsx(Cn.Fragment,{children:Cn.jsxs(i,{sx:Object.assign({mt:0,display:"flex",alignItems:"stretch",gap:12,opacity:p?.5:1},d),children:[Cn.jsxs(Mw,{title:Cn.jsx(e,{id:"fSFt4a",message:"Token Pair"}),isWaiting:p,children:[Cn.jsx(Gm,{width:24,height:24,tokens:[o,r]}),o.symbol,"-",r.symbol]}),Cn.jsx(Mw,{title:Cn.jsx(e,{id:"sjn3tj",message:"Slippage Coefficient"}),isWaiting:p,children:s}),Cn.jsxs(Mw,{title:h,isWaiting:p,children:["1 ",o.symbol," = ",null!==(c=Ow({midPrice:l,quoteToken:r,selectedVersion:n,initPrice:a}))&&void 0!==c?c:"-"," ",r.symbol]})]})}):null}var Bw,Dw;function Nw(){return Nw=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},Nw.apply(null,arguments)}const Fw=e=>H.createElement("svg",Nw({width:54,height:32,viewBox:"0 0 54 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Bw||(Bw=H.createElement("g",{clipPath:"url(#clip0_5251_29079)"},H.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)"}),H.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"}),H.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)"}),H.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"}))),Dw||(Dw=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_5251_29079",x1:54.0001,y1:5.72231,x2:54.0001,y2:31.0514,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#EC5A7D",stopOpacity:.3}),H.createElement("stop",{offset:1,stopColor:"#EC5A7D",stopOpacity:0})),H.createElement("linearGradient",{id:"paint1_linear_5251_29079",x1:-10303e-8,y1:5.72231,x2:-10372e-8,y2:31.0514,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#2FBA90",stopOpacity:.3}),H.createElement("stop",{offset:1,stopColor:"#2FBA90",stopOpacity:0})),H.createElement("clipPath",{id:"clip0_5251_29079"},H.createElement("rect",{width:54,height:32,fill:"white"})))));var qw,Uw;function Vw(){return Vw=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},Vw.apply(null,arguments)}const Hw=e=>H.createElement("svg",Vw({width:54,height:32,viewBox:"0 0 54 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),qw||(qw=H.createElement("g",{clipPath:"url(#clip0_5251_28999)"},H.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)"}),H.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"}),H.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)"}),H.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"}))),Uw||(Uw=H.createElement("defs",null,H.createElement("linearGradient",{id:"paint0_linear_5251_28999",x1:54.0001,y1:5.72231,x2:54.0001,y2:31.0514,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#FF6187",stopOpacity:.3}),H.createElement("stop",{offset:1,stopColor:"#FF6187",stopOpacity:0})),H.createElement("linearGradient",{id:"paint1_linear_5251_28999",x1:-10303e-8,y1:5.72231,x2:-10372e-8,y2:31.0514,gradientUnits:"userSpaceOnUse"},H.createElement("stop",{stopColor:"#55F9C7",stopOpacity:.3}),H.createElement("stop",{offset:1,stopColor:"#55F9C7",stopOpacity:0})),H.createElement("clipPath",{id:"clip0_5251_28999"},H.createElement("rect",{width:54,height:32,fill:"white"})))));function Ww({height:e,text:t}){return Cn.jsx(An,{sx:{display:"flex",justifyContent:"center",alignItems:"center",flexDirection:"column",height:e||261},emptyText:t||le._({id:"uiuMDr",message:"Enter parameters to view the yield curve"})})}const Zw=W.lazy((()=>import("./index-rJR4_RTk.js"))),$w=W.lazy((()=>import("./index-DGBupBCO.js")));var zw,Gw;function Yw({baseToken:t,quoteToken:n,pmmParams:o,pmmModel:r,midPrice:s}){var l,d;const c=a(),{isMobile:u}=ld(),[p,h]=W.useState(zw.depth),m=W.useRef(null),[g,f]=W.useState(0),x=null!==(l=null==t?void 0:t.symbol)&&void 0!==l?l:"",y=null!==(d=null==n?void 0:n.symbol)&&void 0!==d?d:"";W.useEffect((()=>{const e=()=>{m&&m.current&&f(m.current.offsetWidth)};return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[m,s]);const v=p===zw.depth;if(!s||s.isNaN())return Cn.jsx(Ww,{height:u?261:v?665:494});const b=c.palette.success.main,j=c.palette.error.main,C=[{key:zw.liquidity,value:le._({id:"6y2TB3",message:"Liquidity"})},{key:zw.depth,value:le._({id:"n25Lml",message:"Depth"})}];return Cn.jsxs(i,{ref:m,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:[Cn.jsxs(A,{value:p,onChange:(e,t)=>{h(t)},children:[Cn.jsx(F,{tabs:C,variant:"tag",tabsListSx:{ml:"auto"}}),Cn.jsx(i,{sx:Object.assign({typography:"h6",mt:8,mb:14,color:"text.secondary"},u?{transform:"scale(0.66667)",transformOrigin:"top left"}:{}),children:Cn.jsx(e,{id:"tyGEMJ",message:"Amounts"})}),Cn.jsx(L,{value:zw.depth,children:g&&Cn.jsx(W.Suspense,{children:Cn.jsx(Zw,{width:g,height:u?261:364,chartId:"create-pool-depth-chart",baseTokenSymbol:x,quoteTokenSymbol:y,pmmModel:r,pmmParams:o,midPrice:s,colorMap:{grid:"light"===c.palette.mode?"#E4E4E4":void 0,midPriceLine:"light"===c.palette.mode?"#E4E4E4":void 0,leftBg:[0,T(b,.04),1,T(b,.3)],leftLine:b,rightBg:[0,T(j,.04),1,T(j,.3)],rightLine:j,tooltipBg:c.palette.background.paperContrast,tooltipColor:c.palette.text.primary},notShowAmountInput:u})})}),Cn.jsx(L,{value:zw.liquidity,children:Cn.jsx(W.Suspense,{children:Cn.jsx($w,{width:g,height:u?261:364,baseTokenSymbol:x,quoteTokenSymbol:y,pmmModel:r,pmmParams:o,midPrice:s,notShowTipText:!0,colorMap:{grid:"light"===c.palette.mode?"#E4E4E4":void 0,midPriceLine:"light"===c.palette.mode?"#E4E4E4":void 0,leftBg:[0,T(b,.04),1,T(b,.3)],leftLine:b,rightBg:[0,T(j,.04),1,T(j,.3)],rightLine:j,tooltipBg:c.palette.background.paperContrast,tooltipColor:c.palette.text.primary,textColor:c.palette.text.secondary}})})})]}),Cn.jsx(i,{sx:Object.assign({typography:"h6",mt:6,color:"text.secondary"},u?{transform:"scale(0.66667)",transformOrigin:"top left"}:{}),children:Cn.jsx(e,{id:"DZULmp",message:"Swap Rate"})}),v?"":Cn.jsxs(i,{sx:{typography:"h6",mt:24,color:"text.secondary",textAlign:"center"},children:["* ",le._({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:x}})]})]})}!function(e){e[e.liquidity=1]="liquidity",e[e.depth=2]="depth"}(zw||(zw={})),function(e){e[e.standard=1]="standard",e[e.singleToken=2]="singleToken",e[e.pagged=3]="pagged",e[e.marketMaker=4]="marketMaker"}(Gw||(Gw={}));const Qw=({selectedVersion:e,baseAmount:t,quoteAmount:n,initPrice:i,slippageCoefficient:o})=>{const r=Z((()=>{const r=[xw.standard,xw.singleToken].includes(e),a=e===xw.singleToken;if(!t||!a&&!n)return;const s=Number(i),l=Number(t),d=Number(n),c=Number(o);return{i:s,k:c,b:l,b0:l,q:d,q0:0!==c&&r?0:d,R:0!==c&&r?1:0}}),[t,i,n,e,o]),a=Z((()=>{if(r)return Ee(r)}),[r]),s=Z((()=>{if(a)return a.getMidPrice()}),[a]);return{pmmParams:r,pmmModel:a,midPrice:s}};function Xw({selectedVersion:e,baseToken:t,quoteToken:n,initPrice:o,slippageCoefficient:r,baseAmount:s,quoteAmount:l}){const c=a(),{isMobile:u}=ld(),[p,h]=W.useState(!1),{pmmParams:m,pmmModel:g,midPrice:x}=Qw({selectedVersion:e,baseAmount:s,quoteAmount:l,initPrice:o,slippageCoefficient:r});if(!u)return null;const y=le._({id:"FQfStS",message:"Emulator"}),v=le._({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 Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{sx:{mx:20,mb:8},children:Cn.jsxs(i,{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:d,onClick:()=>h(!0),children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",color:c.palette.text.secondary,typography:"body1",fontWeight:600},children:[y,Cn.jsx(f,{title:v,ml:4,sx:{width:14,height:14}})]}),!x||x.isNaN()?Cn.jsx(i,{sx:{py:5,typography:"body1"},children:"-"}):"light"===c.palette.mode?Cn.jsx(Fw,{width:"52",height:"32"}):Cn.jsx(Hw,{width:"52",height:"32"})]})}),Cn.jsx(uc,{open:p,onClose:()=>h(!1),modal:!0,title:Cn.jsxs(i,{children:[y,Cn.jsx(f,{title:v,ml:4})]}),children:Cn.jsx(i,{sx:{px:28,pb:20,maxHeight:"calc(80vh - 134px)",overflowY:"auto",overflowX:"hidden"},children:Cn.jsx(Yw,{baseToken:t,quoteToken:n,pmmParams:m,pmmModel:g,midPrice:x})})})]})}function Kw({color:e,backgroundColor:t,tagKey:n}){return Cn.jsx(i,{sx:{ml:8,px:8,py:2,borderRadius:4,backgroundColor:t,color:e,typography:"h6",fontWeight:500},children:n})}function Jw({isWaiting:t,feeRate:n}){const o=a();return Cn.jsxs(i,{sx:{padding:16,borderRadius:8,backgroundColor:o.palette.background.paper,width:"50%",opacity:t?.5:1},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",typography:"h5",fontWeight:600},children:t?"-":Cn.jsxs(Cn.Fragment,{children:[n||"-","%",n===jw&&Cn.jsx(Kw,{tagKey:le._({id:"/+c6tU",message:"99% Default"}),color:o.palette.purple.main,backgroundColor:T(o.palette.purple.main,.1)})]})}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:500,color:o.palette.text.secondary,mt:8},children:Cn.jsx(e,{id:"Y7rVy0",message:"Fee Rate"})})]})}function ek({isWaiting:t,selectedVersion:n,baseToken:o,quoteToken:r,initPrice:s,slippageCoefficient:l,baseAmount:d,quoteAmount:c,peggedBaseTokenRatio:u,peggedQuoteTokenRatio:p}){const h=a(),{pmmParams:m,pmmModel:g,midPrice:f}=Qw({selectedVersion:n,baseAmount:d,quoteAmount:c,initPrice:s,slippageCoefficient:l});return Cn.jsxs(Cn.Fragment,{children:[!t&&Cn.jsx(Yw,{baseToken:o,quoteToken:r,pmmParams:m,pmmModel:g,midPrice:f}),Cn.jsxs(i,{sx:{mt:t?0:20,padding:16,borderRadius:8,backgroundColor:h.palette.background.paper,width:"50%",opacity:t?.5:1},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",typography:"h5",fontWeight:600},children:t?"-":Cn.jsxs(Cn.Fragment,{children:[u,"% ",null==o?void 0:o.symbol," : ",p,"% ",null==r?void 0:r.symbol]})}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:500,color:h.palette.text.secondary,mt:8},children:Cn.jsx(e,{id:"eK0eiF",message:"Initial asset ratio"})})]})]})}function tk({title:e,children:t,isWaiting:n}){const o=a();return Cn.jsxs(i,{sx:{padding:16,borderRadius:8,backgroundColor:o.palette.background.paper,flexGrow:1,flexBasis:"100%"},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",gap:8,typography:"h5"},children:n?"-":t}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:500,color:o.palette.text.secondary,mt:8},children:e})]})}function nk({status:e,selectedVersion:t,baseToken:n,quoteToken:o,initPrice:r,slippageCoefficient:a,baseAmount:s,quoteAmount:l}){var d;const{pmmParams:c,pmmModel:u,midPrice:p}=Qw({selectedVersion:t,baseAmount:s,quoteAmount:l,initPrice:r,slippageCoefficient:a}),{versionMap:h}=yw(),m="waiting"===e,{initPriceLabel:g}=h[t];return Cn.jsxs(Cn.Fragment,{children:["running"===e&&Cn.jsx(Yw,{baseToken:n,quoteToken:o,pmmParams:c,pmmModel:u,midPrice:p}),Cn.jsxs(i,{sx:{mt:20,display:"flex",alignItems:"stretch",gap:12,opacity:m?.5:1},children:[Cn.jsx(tk,{title:le._({id:"fSFt4a",message:"Token Pair"}),isWaiting:m,children:n&&o?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Gm,{width:24,tokens:[n,o],chainId:n.chainId}),n.symbol,"-",o.symbol]}):""}),Cn.jsx(tk,{title:g,isWaiting:m,children:n&&o?Cn.jsxs(Cn.Fragment,{children:["1 ",n.symbol,"=",null!==(d=Ow({midPrice:p,quoteToken:o,selectedVersion:t,initPrice:r}))&&void 0!==d?d:"-"," ",o.symbol]}):""}),Cn.jsx(tk,{title:le._({id:"sjn3tj",message:"Slippage Coefficient"}),isWaiting:m,children:a})]})]})}function ik({isWaiting:t,selectedSubPeggedVersion:n}){var o,r;const s=a(),l=bw();return Cn.jsxs(i,{sx:{padding:16,borderRadius:8,backgroundColor:s.palette.background.paper,width:"50%",opacity:t?.5:1},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",typography:"h5",fontWeight:600},children:t?"-":n&&null!==(r=null===(o=l[n])||void 0===o?void 0:o.title)&&void 0!==r?r:"-"}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:500,color:s.palette.text.secondary,mt:8},children:Cn.jsx(e,{id:"XPiFIY",message:"Can the pool price be adjusted?"})})]})}function ok({index:e,titleKey:t,status:n}){const o=a(),{isMobile:r}=ld();return Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{sx:Object.assign({mt:28,mb:28,borderTopColor:"border.main",borderTopStyle:"solid",borderTopWidth:1},r?{mt:12,mb:12,display:1===e?"none":"block"}:{})}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",mb:20},children:[Cn.jsx(i,{sx:{display:"flex",width:"20px",height:"20px",justifyContent:"center",alignItems:"center",flexShrink:0,borderRadius:"50%",backgroundColor:"waiting"===n?o.palette.background.paperDarkContrast:o.palette.secondary.main,typography:"h6",fontWeight:600,textAlign:"center",color:"waiting"===n?o.palette.text.disabled:o.palette.secondary.contrastText},children:"completed"===n?Cn.jsx(Cn.Fragment,{children:Cn.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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}),Cn.jsx(i,{sx:{ml:8,typography:"body1",fontWeight:600,color:"waiting"===n?o.palette.text.disabled:o.palette.text.primary},children:t})]})]})}function rk({currentStep:e,isPeggedVersion:t}){const n=a(),{isMobile:o}=ld();let r="",s="",l="";switch(e){case 0:r=le._({id:"hdIg7i",message:"Select Pool Version"}),l=le._({id:"fw3eYd",message:"ZUNO provides a variety of pool versions to suit your needs."});break;case 1:r=le._({id:"lsg9Mi",message:"Parameter Settings"});break;case 2:t?r=le._({id:"6lss/t",message:"Pricing Model"}):(r=le._({id:"Y7rVy0",message:"Fee Rate"}),s=le._({id:"2vjOqX",message:"Pools with lower transaction fees will attract more traders."}));break;case 3:if(!t)throw new Error("type is error");r=le._({id:"Y7rVy0",message:"Fee Rate"}),s=le._({id:"2vjOqX",message:"Pools with lower transaction fees will attract more traders."});break;case 4:if(!t)throw new Error("type is error");r=le._({id:"3ggd2j",message:"Asset ratio within the pool"});break;default:throw new Error(`Invalid Step ${e}`)}return Cn.jsxs(i,{sx:Object.assign({position:"sticky",top:0,py:20,px:20,backgroundColor:n.palette.background.paper,zIndex:1},o?{}:{position:"static",borderTopLeftRadius:16,borderTopRightRadius:16}),children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(i,{sx:{typography:"h5",color:n.palette.text.primary,fontWeight:600},children:r}),s&&Cn.jsx(f,{title:s,sx:{width:16,height:16}}),Cn.jsx(i,{sx:{marginLeft:"auto",display:"flex",alignItems:"center",gap:12},children:(t?[0,1,2,3,4]:[0,1,2]).map((t=>Cn.jsx(i,{sx:{width:12,height:12,borderRadius:12,background:e>=t?n.palette.secondary.main:T(n.palette.primary.main,.1)}},t)))})]}),l&&Cn.jsx(i,{sx:{mt:8,typography:"body2",color:n.palette.text.secondary},children:l})]})}function ak({versionItem:t,status:n}){const o=a(),{noDocumentLink:r}=Tn(),s="light"===o.palette.mode;return"completed"===n?Cn.jsxs(i,{sx:{backgroundColor:o.palette.background.paper,borderRadius:8,width:"50%",padding:16},children:[Cn.jsx(i,{sx:{typography:"h5",fontWeight:600,color:o.palette.text.primary},children:t.title}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:500,mt:8,color:o.palette.text.secondary},children:t.description})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(i,{sx:{typography:"h4",fontWeight:600},children:t.title}),!r&&Cn.jsxs(i,{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:t.docUrl,target:"_blank",rel:"noreferrer",children:[Cn.jsx(e,{id:"TGi+jm",message:"Doc"}),Cn.jsx("svg",{width:"14",height:"15",viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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"})})]})]}),Cn.jsx(i,{sx:{position:"relative",width:"100%",minHeight:220},children:Cn.jsx(i,{component:s?t.exampleImgUrl:t.exampleDarkImgUrl,sx:{marginTop:20,width:"100%"}})})]})}function sk({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 lk(){const{account:e,chainId:t}=$l(),n=Af((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}=ds(),a=sk({side:"from",needFindToken:n,tokenList:r,chainId:e}),s=We(Object.assign({},ja.getFetchTokenQuery(o?void 0:e,null==n?void 0:n.address,t))),l=We(Object.assign({},ja.getFetchTokenQuery(o?void 0:e,null==i?void 0:i.address,t)));let d=null,c=!1;d=a.defaultToken,s.data&&(d=s.data,c=s.isLoading);let u=null,p=!1;return u=sk({side:"to",needFindToken:i,occupyToken:d,tokenList:r,chainId:e}).defaultToken,l.data&&(u=l.data,p=l.isLoading),{defaultBaseToken:d,defaultQuoteToken:u,defaultBaseTokenLoading:c,defaultQuoteTokenLoading:p}}({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 dk({tokens:e}){const{apikey:t}=Tn(),n=Td(ca.fiatPrice);return We({enabled:!!e.length,queryKey:["fetch","fetchFiatPrice",e],queryFn:()=>mn(this,void 0,void 0,(function*(){const i=yield Tt.post(n,{networks:e.map((e=>Vl(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 ck=({selectedVersion:e})=>e===xw.pegged?["0.0001","0.0005","0.002"]:["0.5","0.01","1"];var uk;function pk(e,t){return!e||null==t||e.isNaN()?"":e.dp(t,Se.ROUND_DOWN).toString()}function hk({state:e,fixedRatioPrice:t}){const{selectedVersion:n,baseToken:i,quoteToken:o,baseAmount:r,isFixedRatio:a,leftTokenAddress:s}=e;if(!i||!o)throw new Error("token is required");const l=s===(null==i?void 0:i.address),d=n===xw.standard,c=n===xw.pegged,u=new Se(t);let p=d?Tw:l?t:!u.isNaN()&&u.gt(0)?new Se(1).div(u).dp(l?o.decimals:i.decimals).toString():kw;if(d){const e=18-i.decimals+o.decimals;e<String(Tw).split(".")[1].length&&(p=new Se(1).div(10**e).toString())}if(c){const n=Rw({initPrice:p}),i=n.base?n.base.multipliedBy(100).toString():"",o=n.quote?n.quote.multipliedBy(100).toString():"";return Object.assign(Object.assign({},e),{initPrice:p,fixedRatioPrice:t,peggedBaseTokenRatio:i,peggedQuoteTokenRatio:o})}if(d&&a){const n=new Se(r);if(!n.isNaN()&&!u.isNaN()&&u.gt(0)){const r=l?n.multipliedBy(u):n.div(u);return Object.assign(Object.assign({},e),{initPrice:p,fixedRatioPrice:t,baseAmount:pk(n,i.decimals),quoteAmount:pk(r,o.decimals)})}}return Object.assign(Object.assign({},e),{initPrice:p,fixedRatioPrice:t})}function mk(e,t){var n;switch(t.type){case uk.SetCurrentStep:{const{payload:n}=t;return e.selectedVersion===xw.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 uk.SelectNewVersion:{const{payload:i}=t;if(i===e.selectedVersion)return e;let o,r=Aw;i===xw.pegged&&(r=Iw,o=fw.DSP);let a=Tw;i===xw.singleToken?a="":i!==xw.standard&&(a=kw);let s=!0;return i===xw.singleToken&&(s=!1),Object.assign(Object.assign({},e),{baseAmount:"",quoteAmount:"",isFixedRatio:s,initPrice:a,fixedRatioPrice:i===xw.singleToken?"":kw,slippageCoefficient:r,isSlippageCoefficientCustomized:!ck({selectedVersion:t.payload}).includes(r),selectedVersion:t.payload,selectedSubPeggedVersion:o,leftTokenAddress:null===(n=e.baseToken)||void 0===n?void 0:n.address})}case uk.SelectNewSubPeggedVersion:return Object.assign(Object.assign({},e),{selectedSubPeggedVersion:t.payload});case uk.UpdateBaseToken:{const n=t.payload;return Object.assign(Object.assign({},e),{baseToken:n,baseAmount:"",leftTokenAddress:null==n?void 0:n.address})}case uk.UpdateQuoteToken:{const{baseToken:n}=e;return Object.assign(Object.assign({},e),{quoteToken:t.payload,quoteAmount:"",leftTokenAddress:null==n?void 0:n.address})}case uk.SwitchTokens:{const{selectedVersion:t,baseToken:n,quoteToken:i,baseAmount:o,quoteAmount:r}=e;return t===xw.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 uk.UpdateBaseAmount:{const n=t.payload,{selectedVersion:i,quoteToken:o,fixedRatioPrice:r,isFixedRatio:a,peggedBaseTokenRatio:s}=e;if(!o)throw new Error("token is required");const l=new Se(n);if(i===xw.pegged){const t=new Se(s).div(100).dp(Lw,Se.ROUND_DOWN);if(!t.isFinite()||t.lt(0))return Object.assign(Object.assign({},e),{baseAmount:n,quoteAmount:""});const i=l.div(t).minus(l);return Object.assign(Object.assign({},e),{baseAmount:n,quoteAmount:pk(i,o.decimals)})}if(i===xw.standard&&a&&r){if(!n)return Object.assign(Object.assign({},e),{baseAmount:n,quoteAmount:n});const t=function(e,t){const n=new Ae;return n.B=new Se(e.baseAmount),n.i=new Se(e.initPrice),n.k=new Se(e.slippageCoefficient),n.RStatus=1,n.getQuoteByMidPrice(t)}(Object.assign(Object.assign({},e),{baseAmount:n}),new Se(r));return Object.assign(Object.assign({},e),{baseAmount:n,quoteAmount:pk(t,o.decimals)})}return Object.assign(Object.assign({},e),{baseAmount:n})}case uk.UpdateQuoteAmount:{const n=t.payload,{selectedVersion:i,baseToken:o,fixedRatioPrice:r,isFixedRatio:a,leftTokenAddress:s,peggedQuoteTokenRatio:l}=e;if(!o)throw new Error("token is required");const d=s===(null==o?void 0:o.address),c=new Se(n);if(i===xw.pegged){const t=new Se(l).div(100).dp(Lw,Se.ROUND_DOWN);if(!t.isFinite()||t.lt(0))return Object.assign(Object.assign({},e),{baseAmount:"",quoteAmount:n});const i=c.div(t).minus(c);return Object.assign(Object.assign({},e),{baseAmount:pk(i,o.decimals),quoteAmount:n})}if(i===xw.standard&&a){const t=new Se(r),i=t.gt(0)?d?c.div(t):c.multipliedBy(t):void 0;return Object.assign(Object.assign({},e),{baseAmount:pk(i,o.decimals),quoteAmount:n})}return Object.assign(Object.assign({},e),{quoteAmount:n})}case uk.UpdateIsFixedRatio:return Object.assign(Object.assign({},e),{isFixedRatio:t.payload});case uk.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:s}=t.payload,l=a&&s?new Se(a).div(s):void 0,d=a&&s?new Se(s).div(a):void 0,c=r?l:d,u=r?o.decimals:i.decimals;return c&&!c.isNaN()?hk({state:e,fixedRatioPrice:c.dp(u,Se.ROUND_DOWN).toString()}):e}case uk.UpdateFixedRatioPrice:return hk({state:e,fixedRatioPrice:t.payload});case uk.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 Se(i);if(!a.isNaN()&&a.gt(0)){const i=new Se(1).div(a).dp(o?t.decimals:n.decimals);return hk({state:Object.assign(Object.assign({},e),{leftTokenAddress:r}),fixedRatioPrice:i.toString()})}return Object.assign(Object.assign({},e),{leftTokenAddress:r})}case uk.UpdateSlippageCoefficient:return Object.assign(Object.assign({},e),{slippageCoefficient:t.payload});case uk.UpdateIsSlippageCoefficientCustomized:return Object.assign(Object.assign({},e),{isSlippageCoefficientCustomized:t.payload});case uk.UpdateFeeRate:return Object.assign(Object.assign({},e),{feeRate:t.payload});case uk.UpdateIsFeeRateCustomized:return Object.assign(Object.assign({},e),{isFeeRateCustomized:t.payload});case uk.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 uk.UpdatePeggedBaseTokenRatio:{if(!e.quoteToken)throw new Error("token is required");const n=t.payload,i=new Se(n).dp(Lw-2,Se.ROUND_DOWN);if(!i.isFinite()||i.lt(0))return Object.assign(Object.assign({},e),{peggedBaseTokenRatio:"",peggedQuoteTokenRatio:"",baseAmount:"",quoteAmount:""});const o=new Se(100).minus(i).dp(Lw-2,Se.ROUND_DOWN),r=i.lte(0)?"0":e.baseAmount,a=new Se(r),s=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:pk(s,e.quoteToken.decimals)})}case uk.UpdatePeggedQuoteTokenRatio:{if(!e.baseToken)throw new Error("token is required");const n=t.payload,i=new Se(n).dp(Lw-2,Se.ROUND_DOWN);if(!i.isFinite()||i.lt(0))return Object.assign(Object.assign({},e),{peggedBaseTokenRatio:"",peggedQuoteTokenRatio:n,baseAmount:"",quoteAmount:""});const o=new Se(100).minus(i).dp(Lw-2,Se.ROUND_DOWN),r=i.lte(0)?"0":e.quoteAmount,a=new Se(r),s=a.div(i.div(100)).minus(a);return Object.assign(Object.assign({},e),{peggedBaseTokenRatio:o.lt(0)?"0":o.toString(),peggedQuoteTokenRatio:n,baseAmount:pk(s,e.baseToken.decimals),quoteAmount:r})}default:throw Error("Unknown action: "+t.type)}}function gk({isSingleTokenVersion:e,leftTokenAddress:t,baseToken:n,quoteToken:i,dispatch:o}){var r,a;const s=dk({tokens:Z((()=>n&&i?[n,i]:[]),[n,i])}),l=t===(null==n?void 0:n.address),d=n?null===(r=s.data)||void 0===r?void 0:r.get(n.address):void 0,c=i?null===(a=s.data)||void 0===a?void 0:a.get(i.address):void 0,u=Z((()=>{const e=d&&c?new Se(d).div(c):void 0,t=d&&c?new Se(c).div(d):void 0;return l?e:t}),[d,l,c]),p=!u||u.isNaN(),h=!s.isLoading&&!s.isPending&&p;return te((()=>{h&&o({type:uk.UpdateIsFixedRatio,payload:!1})}),[o,h]),te((()=>{e||d&&o({type:uk.InitFixedRatioPrice,payload:{baseTokenFiatPrice:d,quoteTokenFiatPrice:c}})}),[d,o,e,c]),{fiatPriceLoading:s.isLoading||s.isPending,currentPrice:u,isErrorPrice:h,isNullPrice:p}}function fk({label:e,value:t}){return Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",mb:16},children:[Cn.jsx(i,{sx:{color:"text.secondary",mr:8},children:e}),Cn.jsx(i,{sx:{textAlign:"right",wordBreak:"break-all"},children:t})]})}function xk({on:e,onClose:t,state:n,onConfirm:o,isModify:r,loading:a}){var s,l,d,u,p,h,m;const{chainId:g}=$l(),{versionMap:f}=yw(),{isMobile:x}=ld(),{title:y,initPriceLabel:v}=f[n.selectedVersion],{midPrice:b}=Qw({selectedVersion:n.selectedVersion,baseAmount:n.baseAmount,quoteAmount:n.quoteAmount,initPrice:n.initPrice,slippageCoefficient:n.slippageCoefficient}),j=bw(),C=n.selectedVersion===xw.pegged;return Cn.jsx(uc,{open:e,onClose:t,modal:!0,title:r?le._({id:"dzV+zO",message:"Modify Confirmation"}):le._({id:"tnRI9r",message:"Pool Creation Confirmation"}),children:Cn.jsxs(i,{sx:{flex:1,px:20,pb:20,display:"flex",flexDirection:"column",justifyContent:"space-between",width:x?void 0:420},children:[Cn.jsxs(i,{sx:{pt:40,px:8},children:[Cn.jsx(fk,{label:le._({id:"eE0JZ4",message:"Version"}),value:y}),Cn.jsx(fk,{label:le._({id:"7m5+6j",message:"Initial Tokens"}),value:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end"},children:[Cn.jsx(yc,{address:null===(s=n.baseToken)||void 0===s?void 0:s.address,chainId:g,marginRight:8,width:18,height:18}),n.baseAmount||"-"," ",null===(l=n.baseToken)||void 0===l?void 0:l.symbol]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",mt:4},children:[Cn.jsx(yc,{address:null===(d=n.quoteToken)||void 0===d?void 0:d.address,chainId:g,marginRight:8,width:18,height:18}),n.quoteAmount||"-"," ",null===(u=n.quoteToken)||void 0===u?void 0:u.symbol]})]})}),Cn.jsx(fk,{label:le._({id:"sjn3tj",message:"Slippage Coefficient"}),value:n.slippageCoefficient}),Cn.jsx(fk,{label:v,value:n.baseToken&&n.quoteToken?`1 ${n.baseToken.symbol} = ${Ow({midPrice:b,quoteToken:n.quoteToken,selectedVersion:n.selectedVersion,initPrice:n.initPrice})} ${n.quoteToken.symbol}`:""}),C&&Cn.jsx(fk,{label:le._({id:"6lss/t",message:"Pricing Model"}),value:n.selectedSubPeggedVersion?null===(p=j[n.selectedSubPeggedVersion])||void 0===p?void 0:p.title:"-"}),Cn.jsx(fk,{label:le._({id:"Y7rVy0",message:"Fee Rate"}),value:`${n.feeRate}%`}),C&&Cn.jsx(fk,{label:le._({id:"eK0eiF",message:"Initial asset ratio"}),value:Cn.jsxs(Cn.Fragment,{children:[n.peggedBaseTokenRatio,"% ",null===(h=n.baseToken)||void 0===h?void 0:h.symbol," : ",n.peggedQuoteTokenRatio,"% ",null===(m=n.quoteToken)||void 0===m?void 0:m.symbol]})})]}),Cn.jsx(c,{fullWidth:!0,isLoading:a,sx:{mt:30},onClick:o,children:r?le._({id:"7VpPHA",message:"Confirm"}):le._({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"}(uk||(uk={}));const yk=({selectedVersion:e,selectedSubPeggedVersion:t,baseToken:n,quoteToken:i,baseAmount:o,quoteAmount:r,feeRate:a,initPrice:s,slippageCoefficient:l})=>{const{chainId:d,account:c}=$l(),{deadLine:u}=Tn(),p=ve[d];return{getCreateParams:()=>mn(void 0,void 0,void 0,(function*(){if(!c||!n||!i)return null;let h="";const m=Number(n.decimals),g=Number(i.decimals),f=new Se(a),x=e===xw.marketMakerPool,y=e===xw.standard,v=e===xw.pegged,b=e===xw.pegged&&t===fw.GSP,j={decimals:m,address:n.address},C={decimals:g,address:i.address},w=kt(o,m).toString(),k=kt(r||"0",g).toString(),T=x?f.times(100).toNumber():f.times(80).toNumber();let E=x&&y?new Se(r).div(o).dp(g,Se.ROUND_DOWN).toString():new Se(s).toString();if(y){const e=18-n.decimals+i.decimals;e<String(Tw).split(".")[1].length&&(E=new Se(1).div(10**e).toString())}const A=Number(l||(v?"0.1":"1")),I=Math.ceil(Date.now()/1e3)+(null!=u?u:3600);let S;const L=[d,j,C,w,k,T,E,A,I];try{e===xw.standard||e===xw.singleToken?S=yield me.encode.createDVMPoolABI(...L):x?S=yield me.encode.createDPPPoolABI(...L):v?S=yield me.encode.createDSPPoolABI(...L):b&&(S=yield me.encode.createGSPPoolABI(d,c,j,C,w,k,T,E,A,I))}catch(e){throw console.error("2.0 CreatePool createPrams error",L,e),h=`2.0 CreatePool createPrams error; ERROR: ${e}`,new Error(h)}if(!S||!S.data)throw h="invalid data",new Error(h);try{const e=p.address.toLocaleLowerCase();return o&&n.address.toLocaleUpperCase()===e?S.value=Iv(o):r&&i.address===e?S.value=Iv(r):S.value=0,S}catch(e){throw console.error("2.0 sendTransaction error",e),h=`2.0 sendTransaction error; ERROR: ${e}`,new Error(h)}}))}},vk=({chainId:t,baseToken:n,quoteToken:o})=>{const r=a();return _w({chainId:t,baseToken:n,quoteToken:o})?Cn.jsx(i,{sx:{mb:12,py:8,px:12,borderRadius:8,backgroundColor:T(r.palette.error.main,.1),color:r.palette.error.main,textAlign:"center",typography:"h6",fontWeight:500},children:Cn.jsx(e,{id:"peTryP",message:"{0}-{1} is not supported. Please select another pair.",values:{0:null==n?void 0:n.symbol,1:null==o?void 0:o.symbol}})}):null};function bk({state:t,dispatch:n,openConfirm:i,isPeggedVersion:o,isStandardVersion:r,isSingleTokenVersion:a,fiatPriceLoading:s}){var l,d;const{currentStep:u,selectedVersion:p,baseToken:h,quoteToken:m,baseAmount:g,quoteAmount:f,initPrice:x,slippageCoefficient:y,feeRate:v}=t,b=new Se(g||0),j=new Se(f||0),C=Hd(h,{amount:g}),w=Hd(m,{amount:f}),k={variant:c.Variant.contained},T=_w({chainId:null!==(d=null===(l=t.baseToken)||void 0===l?void 0:l.chainId)&&void 0!==d?d:1,baseToken:h,quoteToken:m}),E=le._({id:"hXzOVo",message:"Next"}),A=Cn.jsx(c,{fullWidth:!0,disabled:!0,...k,children:E}),I=Cn.jsx(c,{variant:c.Variant.contained,fullWidth:!0,onClick:i,children:Cn.jsx(e,{id:"hYgDIe",message:"Create"})});if(0===u)return Cn.jsx(c,{fullWidth:!0,...k,onClick:()=>{n({type:uk.SetCurrentStep,payload:1})},children:E});const S=!h||b.isNaN()||b.lte(0),L=!m||j.isNaN()||j.lte(0);if(1===u){if(T)return A;if(o){if(!h||!m)return A}else{if(S)return A;if(C.needShowTokenStatusButton||C.insufficientBalance)return Cn.jsx(Ev,{status:C,buttonProps:k});if(!a){if(L)return A;if(w.needShowTokenStatusButton||w.insufficientBalance)return Cn.jsx(Ev,{status:w,buttonProps:k})}if(!r){if(!m)return A;const e=new Se(x),t=Math.min(m.decimals,16);if(!x||e.isNaN()||e.lt(`1e-${t}`)||e.gt(Ew))return A;const n=new Se(y);if(!y||n.isNaN()||n.lt(0)||n.gt(p===xw.pegged?Sw:Aw))return A}if(s)return A;if(_w({chainId:h.chainId,baseToken:h,quoteToken:m}))return A}return Cn.jsx(c,{fullWidth:!0,...k,onClick:()=>{n({type:uk.SetCurrentStep,payload:2})},children:E})}const O=new Se(v),R=!v||O.isNaN()||O.lt(Cw)||O.gt(ww);return 2===u?o?Cn.jsx(c,{fullWidth:!0,...k,onClick:()=>{n({type:uk.SetCurrentStep,payload:3})},children:E}):R?A:I:3===u?R?A:Cn.jsx(c,{fullWidth:!0,...k,onClick:()=>{n({type:uk.SetCurrentStep,payload:4})},children:E}):4===u?S||L?A:C.needShowTokenStatusButton||C.insufficientBalance?Cn.jsx(Ev,{status:C,buttonProps:k}):w.needShowTokenStatusButton||w.insufficientBalance?Cn.jsx(Ev,{status:w,buttonProps:k}):I:null}function jk({state:t,dispatch:n,isPeggedVersion:o,isStandardVersion:r,isSingleTokenVersion:s,fiatPriceLoading:l}){const{currentStep:d}=t,u=a(),{isMobile:p}=ld(),h=Cd(),{onlyChainId:m,chainId:g}=$l(),[f,x]=z(!1),{getCreateParams:y}=yk(t),v=ze({mutationFn:()=>mn(this,void 0,void 0,(function*(){const e=yield y();if(!e)return;(yield h.execute(le._({id:"8OiU8L",message:"Pool Creation"}),Object.assign({opcode:fd.TX,desc:"Create pool"},e),{early:!0,metadata:{[t.selectedVersion===xw.marketMakerPool?cd.createDPPPool:t.selectedVersion===xw.pegged?t.selectedSubPeggedVersion===fw.DSP?cd.createDSPPool:cd.createGSPPool:cd.createDVMPool]:"1"}}))===ud.Submitted&&setTimeout((()=>{Af.getState().push({type:Ef.Pool,params:{tab:Zb.myCreated}})}),100)}))});return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:Object.assign({position:"sticky",left:0,right:0,bottom:0,backgroundColor:u.palette.background.paperContrast,px:20,py:20},p?{}:{position:"static",backgroundColor:"transparent",py:0}),children:[1==d&&Cn.jsx(vk,{chainId:g,baseToken:t.baseToken,quoteToken:t.quoteToken}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[0===d&&p&&Cn.jsx(c,{variant:c.Variant.second,fullWidth:!0,onClick:()=>{Af.getState().back()},children:Cn.jsx(e,{id:"dEgA5A",message:"Cancel"})}),d>0&&Cn.jsx(c,{variant:c.Variant.second,fullWidth:!0,onClick:()=>{n({type:uk.SetCurrentStep,payload:d-1})},children:Cn.jsx(e,{id:"iH8pgl",message:"Back"})}),Cn.jsx(Hf,{chainId:m,variant:c.Variant.contained,fullWidth:!0,includeButton:!0,children:Cn.jsx(bk,{state:t,dispatch:n,openConfirm:()=>{x(!0)},isPeggedVersion:o,isStandardVersion:r,isSingleTokenVersion:s,fiatPriceLoading:l})})]})]}),Cn.jsx(xk,{on:f,onClose:()=>x(!1),state:t,isModify:!1,onConfirm:v.mutate,loading:v.isPending})]})}function Ck({selected:e}){const t=a();return Cn.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:[Cn.jsx("rect",{x:"0.5",y:"0.5",width:"17",height:"17",rx:"8.5",stroke:e?t.palette.success.main:t.palette.text.secondary}),e&&Cn.jsx("rect",{x:"4.5",y:"4.5",width:"9",height:"9",rx:"4.5",fill:t.palette.success.main,stroke:t.palette.success.main})]})}function wk({title:e,subTitle:t,description:n,selected:o,onClick:r,children:s,sx:l,titleSx:c}){const u=a();u.palette.mode;return Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",p:20,backgroundColor:u.palette.background.tag,borderWidth:1,borderColor:o?u.palette.primary.main:"transparent",borderStyle:"solid",borderRadius:12,flexWrap:"wrap",justifyContent:"flex-start",textAlign:"left","&:hover":{borderColor:u.palette.primary.main}},l),component:d,onClick:r,children:[Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",width:"100%",justifyContent:"space-between",typography:"caption",pr:2,color:u.palette.text.primary},c),children:[e,t,Cn.jsx(Ck,{selected:o})]}),Cn.jsx(i,{sx:{mt:8,typography:"body2",width:"100%",textAlign:"left",color:o?u.palette.text.primary:u.palette.text.secondary},children:n}),s]})}function kk({errorMsg:e,isCustomized:t,onClick:n,value:o,onChange:r}){const s=a(),l=Z((()=>!(!o||"0"===o||Number(o))),[o]);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{sx:{py:12,px:20,backgroundColor:s.palette.background.paper,borderColor:t&&e||l?s.palette.error.main:t?s.palette.primary.main:s.palette.border.main,borderWidth:1,borderStyle:"solid",borderRadius:12,display:"flex",alignItems:"center"},onClick:n,children:Cn.jsx(um,{value:t?o:"",onChange:r,suffix:Cn.jsx(Ck,{selected:t}),placeholder:le._({id:"8Tg/JR",message:"Custom"}),sx:{backgroundColor:"transparent","& input":{typography:"body1",height:36,lineHeight:"36px",p:s.spacing(0),color:s.palette.text.primary,"&::placeholder":{color:s.palette.text.disabled,fontWeight:600,typography:"body1",lineHeight:1,position:"relative"}}}})}),e&&Cn.jsx(i,{sx:{typography:"h6",color:"error.main",mt:6},children:e})]})}const Tk=()=>[{title:"0.01%",description:le._({id:"yzjPpo",message:"Fees will be the same as in most other pools."}),value:"0.01"},{title:"0.3%",description:le._({id:"OJOe+K",message:"Set the fee to the same as most other pools"}),value:jw,tag:"99% Default"},{title:"1%",description:"Most suitable for swapping exotic assets.",value:"1"}];function Ek(){const e=a();return Z((()=>Tk().map((t=>t.value===jw?Object.assign(Object.assign({},t),{tagBackgroundColor:T(e.palette.purple.main,.1),tagColor:e.palette.purple.main}):t))),[e.palette.purple.main])}const Ak=e=>{if(!e)return"";const t=new Se(e);return t.isNaN()||!t.lt(Cw)&&!t.gt(ww)?"":le._({id:"GSt7YT",message:"The fee rate must be between 0.01% to 10%"})},Ik=(e,t)=>{if(!e)return"";const n=new Se(e);if(!n.isNaN()&&(n.lt(0)||n.gt(t===xw.pegged?Sw:Aw)))switch(t){case xw.standard:case xw.singleToken:case xw.marketMakerPool:return le._({id:"3U+Oti",message:"he slippage coefficient needs to be greater than or equal to 0, and less than or equal to 1."});case xw.pegged:return le._({id:"LDprZB",message:"The slippage coefficient needs to be greater than 0, and less than 0.1."})}return""};function Sk({dispatch:t,feeRate:n,isFeeRateCustomized:o}){const r=a(),s=Ek(),l=Z((()=>Ak(n)||""),[n]);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:12,px:20},children:[s.map((e=>{const i=!o&&n===e.value;return Cn.jsx(wk,{title:e.title,description:e.description,onClick:()=>{t({type:uk.UpdateIsFeeRateCustomized,payload:!1}),t({type:uk.UpdateFeeRate,payload:e.value})},selected:i,subTitle:e.tag?Cn.jsx(Kw,{color:e.tagColor,backgroundColor:e.tagBackgroundColor,tagKey:e.tag}):void 0,sx:{backgroundColor:r.palette.background.paper,borderColor:i?r.palette.primary.main:r.palette.border.main}},e.value)})),Cn.jsx(i,{sx:{mt:8},children:Cn.jsx(kk,{errorMsg:l,isCustomized:o,onClick:()=>{t({type:uk.UpdateFeeRate,payload:""}),t({type:uk.UpdateIsFeeRateCustomized,payload:!0})},value:n,onChange:e=>{t({type:uk.UpdateFeeRate,payload:e})}})})]}),Cn.jsx(i,{sx:{typography:"body2",mt:20,color:"text.secondary",px:20},children:Cn.jsx(e,{id:"0b0AkA",message:"* Please note that the Fee Rate cannot be modified after the pool is created"})})]})}function Lk({on:t,onClose:n,onConfirm:i}){return Cn.jsx(Nv,{open:t,onClose:n,onConfirm:i,title:le._({id:"t+LmjM",message:"Initial Price Alert"}),modal:!0,children:Cn.jsx(e,{id:"yXm1vH",message:"The initial price is different from the current market price, which may cause your pool to be arbitraged"})})}const Ok=({title:e,children:t,sx:n})=>{const o=a();return Cn.jsxs(i,{sx:Object.assign({mx:20,display:"flex",flexDirection:"column",alignItems:"stretch",gap:12},n),children:[Cn.jsx(i,{sx:{typography:"body2",color:o.palette.text.primary,fontWeight:500,display:"flex",alignItems:"center"},children:e}),t]})};function Rk({selectedVersion:t,isStandardVersion:n,isSingleTokenVersion:o,isFixedRatio:s,leftTokenAddress:c,baseToken:u,quoteToken:p,fixedRatioPrice:h,dispatch:m,priceInfo:g}){const x=a(),[y,v]=z(!1),{versionMap:b}=yw(),{initPriceLabel:C,initPriceTips:w,initPriceTipsLink:k}=b[t],A=c===(null==u?void 0:u.address),I=A?null==u?void 0:u.symbol:null==p?void 0:p.symbol,S=A?null==p?void 0:p.symbol:null==u?void 0:u.symbol,{currentPrice:L,isErrorPrice:O,isNullPrice:R,fiatPriceLoading:_}=g,M=A?null==p?void 0:p.decimals:null==u?void 0:u.decimals,P=Z((()=>{if(!p)return"";const e=function(e,t,n){if(!t)return"";const i=new Se(t),o=Math.min(n,16),r=Number(`1e-${o}`);if(e!==xw.standard&&!i.isNaN()&&(i.lt(r)||i.gt(Ew))){const t=r.toFixed(o);switch(e){case xw.pegged:case xw.singleToken:return le._({id:"P4iKEj",message:"The initial price needs to be greater than {min} and less than 100,000,000",values:{min:t}});case xw.marketMakerPool:return le._({id:"kdzjmC",message:"The mid price needs to be greater than {min} and less than 100,000,000",values:{min:t}})}}return""}(t,h,p.decimals);return e||""}),[h,p,t]),B=Z((()=>!(!h||"0"===h||Number(h))),[h]);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Ok,{title:Cn.jsxs(Cn.Fragment,{children:[C,w&&Cn.jsx(f,{title:Cn.jsxs(Cn.Fragment,{children:[w,k?Cn.jsxs(Cn.Fragment,{children:["\n",Cn.jsxs(i,{component:"a",href:k,target:"_blank",rel:"noopener noreferrer",sx:{color:"primary.main",textDecoration:"underline"},onClick:e=>{e.stopPropagation()},children:[Cn.jsx(e,{id:"NgeSlx",message:"Learn More"}),">"]})]}):""]}),ml:4,sx:{width:14,height:14,alignItems:"center"}})]}),sx:{mt:20},children:Cn.jsxs(i,{sx:{pt:n?11:19,px:19,pb:11,borderWidth:1,borderStyle:"solid",borderColor:P||B?"error.main":x.palette.background.cardInput,borderRadius:8,backgroundColor:x.palette.background.cardInput,display:"flex",flexDirection:"column",alignItems:"stretch",gap:20},children:[n?null:Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{typography:"body2",color:x.palette.text.primary,display:"flex",alignItems:"center"},children:[Cn.jsxs(i,{sx:{fontWeight:600,color:x.palette.text.disabled,flexShrink:0},children:["1 ",null!=I?I:"-"," ="]}),Cn.jsx(um,{value:h,onChange:e=>{m({type:uk.UpdateFixedRatioPrice,payload:e})},readOnly:s,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}}}}),Cn.jsx(i,{sx:{typography:"body2",fontWeight:600,color:x.palette.text.disabled,flexShrink:0},children:null!=S?S:"-"}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},component:d,onClick:()=>{m({type:uk.ToggleLeftToken})},children:Cn.jsx(r,{weak:!0,component:Mn.Switch,sx:{marginLeft:8,p:x.spacing(2),color:x.palette.text.primary,backgroundColor:T(x.palette.primary.main,.1),borderRadius:"50%"}})})]}),P&&Cn.jsx(i,{sx:{typography:"h6",color:"error.main",mt:-14},children:P})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:n?"flex-start":"flex-end",typography:"h6",color:x.palette.text.primary,fontWeight:500},children:["=",Cn.jsx(e,{id:"pdZiL7",message:"Current Market Price:"})," ",_?Cn.jsx(j,{sx:{borderRadius:4},width:50,height:17}):R?Cn.jsx(l,{title:Cn.jsx(e,{id:"mObS+5",message:"Failed to get price of the token"}),children:Cn.jsx(i,{component:Mn.Warn,sx:{width:14,height:14,color:x.palette.error.main,typography:"h6"}})}):ms({input:L,decimals:M})," ",S,O||o?null:Cn.jsx(E,{checked:s,onChange:e=>{if(e.target.checked){if(m({type:uk.UpdateIsFixedRatio,payload:!0}),!M)throw new Error("currentTokenDecimals is undefined");L&&!L.isNaN()&&m({type:uk.UpdateFixedRatioPrice,payload:L.dp(M,Se.ROUND_DOWN).toString()})}else v(!0)},sx:{ml:8}})]})]})}),Cn.jsx(Lk,{on:y,onClose:()=>v(!1),onConfirm:()=>{m({type:uk.UpdateIsFixedRatio,payload:!1})}})]})}function _k({selectedVersion:e,selectedSubPeggedVersion:t,baseToken:n,quoteToken:o,initPrice:r,dispatch:s}){var l;const d=a(),{versionMap:c,subPeggedVersionList:u}=yw(),{initPriceLabel:p}=c[e];return n&&o?Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{mt:8,display:"flex",flexDirection:"column",alignItems:"center",gap:4},children:[Cn.jsx(i,{sx:{typography:"body2",color:d.palette.text.secondary,fontWeight:500},children:p}),Cn.jsxs(i,{sx:{typography:"h5",color:d.palette.text.primary,fontWeight:600},children:["1 ",null==n?void 0:n.symbol,"=",null!==(l=Ow({midPrice:void 0,quoteToken:o,selectedVersion:e,initPrice:r}))&&void 0!==l?l:"-"," ",o.symbol]})]}),Cn.jsx(i,{sx:{mt:20,display:"flex",flexDirection:"column",gap:12,px:20},children:u.map((e=>{const n=t===e.version;return Cn.jsx(wk,{title:e.title,description:e.description,onClick:()=>{s({type:uk.SelectNewSubPeggedVersion,payload:e.version})},selected:n,subTitle:void 0,sx:{backgroundColor:d.palette.background.paper,borderColor:n?d.palette.primary.main:d.palette.border.main},titleSx:{typography:"body1",fontWeight:600}},e.version)}))})]}):null}function Mk({title:e,value:t,onChange:n}){const o=a();return Cn.jsxs(i,{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:[Cn.jsx(i,{sx:{color:o.palette.text.primary,typography:"body1",fontWeight:500,flexShrink:0},children:e}),Cn.jsx(um,{value:t,onChange:n,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 Pk=({baseToken:t,quoteToken:n,initPrice:o,peggedBaseTokenRatio:r,peggedQuoteTokenRatio:s,baseAmount:l,quoteAmount:d,dispatch:u})=>{var p,h;const m=a(),[g,f]=Z((()=>{const{base:e,quote:t}=Rw({initPrice:o});return[e?e.multipliedBy(100).toString():null,t?t.multipliedBy(100).toString():null]}),[o]),x=""===r&&""===s,[y,v]=Z((()=>{var e,i;const r=null!==(e=null==t?void 0:t.decimals)&&void 0!==e?e:0,a=null!==(i=null==n?void 0:n.decimals)&&void 0!==i?i:0,s=new Se(l).dp(r,Se.ROUND_DOWN).multipliedBy(`1e${r}`),c=new Se(d).dp(a,Se.ROUND_DOWN).multipliedBy(`1e${a}`),u=new Se(o).multipliedBy(`1e${18-r+a}`).dp(0,Se.ROUND_DOWN),p=c.lt(s.multipliedBy(u).div(1e18))?c.multipliedBy(1e18).div(u):s,h=new Se(1001);if(h.gt(p))return[new Se(1),"100%"];const m=h.dividedBy(p);return[m,As({input:m})]}),[l,null==t?void 0:t.decimals,o,d,null==n?void 0:n.decimals]),b=Z((()=>!!y.lte("0.0000000001")||null!=g&&r===g&&null!=f&&s===f),[y,r,s,g,f]),j=`${null==t?void 0:t.symbol}:${null==n?void 0:n.symbol}=${g}%:${f}%`;return Cn.jsxs(Ok,{title:Cn.jsx(e,{id:"OuSseo",message:"Ratio Settings"}),children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:4},children:[Cn.jsx(Mk,{title:null!==(p=null==t?void 0:t.symbol)&&void 0!==p?p:"",value:r,onChange:e=>{u({type:uk.UpdatePeggedBaseTokenRatio,payload:e})}}),Cn.jsx(i,{sx:{color:m.palette.text.primary,typography:"body2",fontWeight:500,width:14,flexShrink:0,flexGrow:0,textAlign:"center"},children:":"}),Cn.jsx(Mk,{title:null!==(h=null==n?void 0:n.symbol)&&void 0!==h?h:"",value:s,onChange:e=>{u({type:uk.UpdatePeggedQuoteTokenRatio,payload:e})}})]}),Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:20,px:19,pt:19,pb:11,borderRadius:16,borderWidth:1,borderColor:b||x?m.palette.border.main:"transparent",borderStyle:"solid",backgroundColor:b||x?m.palette.background.paper:T(m.palette.warning.main,.1)},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"center",gap:8},children:[x?null:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8,color:b?m.palette.text.primary:m.palette.warning.main,typography:"body1",fontWeight:600},children:[b?null:Cn.jsx(Mn.Warn,{}),Cn.jsx(e,{id:"x3muNy",message:"Liquidity Burn Ratio"}),": ",v]}),Cn.jsx(i,{sx:{color:m.palette.text.secondary,typography:"h6",textAlign:"center","&>strong":{color:b?m.palette.text.primary:m.palette.warning.main}},children:x?Cn.jsx(e,{id:"pQJBKk",message:"The closer the provided asset ratio is to the recommended ratio ({recommendRatioText}), the smaller the portion burned.",values:{recommendRatioText:j}}):Cn.jsx(e,{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:j},components:{0:Cn.jsx("strong",{}),1:Cn.jsx("br",{})}})})]}),x||!b?Cn.jsx(c,{variant:c.Variant.outlined,fullWidth:!0,size:c.Size.small,onClick:()=>{u({type:uk.UpdatePeggedBaseTokenRatio,payload:null!=g?g:""})},sx:{border:`solid 1px ${m.palette.text.primary}`,color:m.palette.text.primary,"&:hover":{background:T(m.palette.text.primary,.1)}},children:Cn.jsx(e,{id:"NjdGps",message:"Use the recommended ratio"})}):null]})]})};function Bk({open:e,onClose:t,afterClose:n,title:o,titleCenter:r,rightSlot:s,canBack:l=!0,children:d,width:c=420,height:u,testId:p}){const h=a(),{isMobile:m}=ld();return Cn.jsx(V,{open:e,onClose:t,container:m?document.querySelector(`.${Oh}`):void 0,disableEnforceFocus:!0,children:Cn.jsxs(i,{sx:Object.assign({backgroundColor:"background.paper",display:"flex",height:u,flexDirection:"column",justifyContent:"center",alignItems:"center",outline:0,overflow:"hidden","& > div":{width:"100%"}},m?{width:"100%",borderRadius:h.spacing(16,16,0,0)}:{position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:c,maxWidth:"95%",minHeight:200,maxHeight:"80%",borderRadius:16}),"data-testid":p,children:[o?Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:r?"center":"space-between",p:20,width:"100%",boxSizing:"border-box"},children:[Cn.jsx(i,{sx:{display:"flex",alignItems:"center",typography:"caption"},children:o}),s,!s&&l&&Cn.jsx(i,{component:Mn.Error,sx:{color:"text.secondary",cursor:"pointer"},onClick:()=>{t&&t(),null==n||n()}})]}):"",d]})})}var Dk;function Nk(){return Nk=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},Nk.apply(null,arguments)}const Fk=e=>H.createElement("svg",Nk({width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Dk||(Dk=H.createElement("g",{id:"ICON/18px/arrow/\\xE6\\x94\\xB6\\xE8\\xB5\\xB7/Dark"},H.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 qk({dispatch:t,slippageCoefficient:n,selectedVersion:o,isCustomized:r,isStandardVersion:s}){const l=a(),[u,p]=z(!1),[h,m]=z(n),g=function({selectedVersion:e}){const t=a();return Z((()=>{const n=t.palette.background.paperDarkContrast,i=t.palette.text.disabled,o=t.palette.purple.main,r=T(o,.1);return e===xw.pegged?[{tag:"",description:le._({id:"PPqGw9",message:"Applicable to pegged assets with a fixed price and no fluctuation"}),value:"0",title:"K=0",tagBackgroundColor:"transparent",tagColor:"transparent"},{tag:le._({id:"nTWWCZ",message:"Low"}),description:le._({id:"L4nQwl",message:"Suitable for stablecoins with price fluctuations within 0.5%"}),value:"0.0001",title:"K=0.0001",tagBackgroundColor:r,tagColor:o},{tag:le._({id:"agPptk",message:"Medium"}),description:le._({id:"FrP5tr",message:"Suitable for stablecoins with price fluctuations within 2%"}),value:"0.0005",title:"K=0.0005",tagBackgroundColor:n,tagColor:i},{tag:le._({id:"yx/fMc",message:"High"}),description:le._({id:"bC0iyq",message:"Suitable for stablecoins with price fluctuations within 10%"}),value:"0.002",title:"K=0.002",tagBackgroundColor:n,tagColor:i}]:[{tag:le._({id:"agPptk",message:"Medium"}),description:le._({id:"VXTSOE",message:"Suitable for most situations."}),value:"0.5",title:"K=0.5",tagBackgroundColor:n,tagColor:i},{tag:le._({id:"nTWWCZ",message:"Low"}),description:le._({id:"DPi/hO",message:"Results in a relatively fixed price."}),value:"0.01",title:"K=0.01",tagBackgroundColor:n,tagColor:i},{tag:le._({id:"yx/fMc",message:"High"}),description:le._({id:"fKYdE9",message:"Results in a more volatile price."}),value:"1",title:"K=1",tagBackgroundColor:r,tagColor:o}]}),[e,t.palette])}({selectedVersion:o}),[x,y]=z(n);x!==n&&(y(n),m(n));const v=Z((()=>{const e=Ik(h,o);return null!=e?e:""}),[o,h]),b=Z((()=>!(!h||"0"===h||Number(h))),[h]),j=Boolean(v)||b||r&&!h;return Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Ok,{title:Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(e,{id:"sjn3tj",message:"Slippage Coefficient"}),Cn.jsx(f,{title:le._({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:Cn.jsxs(i,{component:d,sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:20,py:8,color:l.palette.text.primary,borderRadius:8,backgroundColor:l.palette.background.cardInput,"&:hover":{backgroundColor:l.palette.hover.default},"&[disabled]>svg":{color:l.palette.text.disabled}},disabled:s,onClick:s?void 0:()=>{p(!0)},children:[Cn.jsx(i,{sx:{typography:"h5",fontWeight:600,lineHeight:"32px"},children:n}),Cn.jsx(i,{component:Fk,sx:{flexShrink:0,width:18,height:18}})]})}),Cn.jsx(Bk,{open:u,onClose:()=>p(!1),title:Cn.jsxs(i,{children:[Cn.jsx(e,{id:"sjn3tj",message:"Slippage Coefficient"}),Cn.jsx(f,{title:le._({id:"+/wf6Z",message:"The smaller the slippage coefficient, the lower the slippage for traders, and the deeper the market depth."}),ml:8})]}),children:Cn.jsxs(i,{sx:{flex:1,overflowY:"auto"},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:12,p:l.spacing(8,28,28)},children:[g.map((e=>{const n=!r&&h===e.value;return Cn.jsx(wk,{title:e.title,description:e.description,onClick:()=>{t({type:uk.UpdateIsSlippageCoefficientCustomized,payload:!1}),m(e.value)},selected:n,subTitle:e.tag?Cn.jsx(Kw,{color:e.tagColor,backgroundColor:e.tagBackgroundColor,tagKey:e.tag}):void 0,sx:{backgroundColor:l.palette.background.paper,borderColor:n?l.palette.primary.main:l.palette.border.main},titleSx:{typography:"body1"}},e.value)})),Cn.jsx(i,{sx:{mt:8},children:Cn.jsx(kk,{errorMsg:v,isCustomized:r,onClick:()=>{r||m(""),t({type:uk.UpdateIsSlippageCoefficientCustomized,payload:!0})},value:h,onChange:e=>{m(e)}})})]}),Cn.jsx(i,{sx:{position:"sticky",bottom:0,px:20,py:16,backgroundColor:"background.paperContrast"},children:Cn.jsx(c,{fullWidth:!0,disabled:j,onClick:()=>{t({type:uk.UpdateSlippageCoefficient,payload:h}),p(!1)},children:Cn.jsx(e,{id:"7VpPHA",message:"Confirm"})})})]})})]})}function Uk({token:t,oppositeTokenAddress:n,dispatch:o,tokenSelectOnChange:r}){var s;const l=a(),{chainId:c,account:u}=$l(),[p,h]=W.useState(!1),m=We(Object.assign({},ja.getFetchTokenQuery(c,null==t?void 0:t.address,u)));return t?Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{component:d,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:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(yc,{address:t.address,marginRight:0,width:24,height:24,chainId:t.chainId||c,noShowChain:!0,sx:{flexShrink:0}}),Cn.jsx(i,{sx:{typography:"h5",color:l.palette.text.primary,fontWeight:600,lineHeight:"32px",flexShrink:0},children:t.symbol}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",typography:"h6",fontWeight:500,color:l.palette.text.secondary,wordBreak:"break-all"},children:["(",Cn.jsx(e,{id:"fsBGk0",message:"Balance"}),": ",!t.address||m.isLoading?Cn.jsx(O,{}):ms({input:null===(s=m.data)||void 0===s?void 0:s.balance,decimals:t.decimals}),")"]})]}),Cn.jsx(i,{component:Fk,sx:{flexShrink:0,ml:"auto",width:18,height:18,color:l.palette.text.secondary}})]}),Cn.jsx(km,{value:t,open:p,chainId:c,occupiedAddrs:[n],occupiedChainId:t.chainId,onClose:()=>{h(!1)},onTokenChange:(e,t)=>{if(!Array.isArray(e)){if(t)return o({type:uk.SwitchTokens}),void h(!1);r(e),h(!1)}},modal:!0})]}):null}const Vk=({baseToken:t,quoteToken:n,dispatch:i})=>{var o,r;return Cn.jsxs(Ok,{title:Cn.jsx(e,{id:"dmiCGN",message:"Select Token Pair"}),children:[Cn.jsx(Uk,{token:t,oppositeTokenAddress:null!==(o=null==n?void 0:n.address)&&void 0!==o?o:"",dispatch:i,tokenSelectOnChange:e=>{i({type:uk.UpdateBaseToken,payload:e})}}),Cn.jsx(Uk,{token:n,oppositeTokenAddress:null!==(r=null==t?void 0:t.address)&&void 0!==r?r:"",dispatch:i,tokenSelectOnChange:e=>{i({type:uk.UpdateQuoteToken,payload:e})}})]})};function Hk({selectedVersion:e,dispatch:t}){const n=a(),{isMobile:o}=ld(),{versionList:r}=yw(),s="light"===n.palette.mode;return Cn.jsx(i,{sx:{display:"flex",flexDirection:"column",gap:12,px:20},children:r.map((n=>{const r=e===n.version;return Cn.jsx(wk,{title:n.title,description:n.description,onClick:()=>{t({type:uk.SelectNewVersion,payload:n.version})},selected:r,children:o&&r&&Cn.jsx(i,{component:s?n.exampleImgUrl:n.exampleDarkImgUrl,sx:{mt:28,width:"100%",height:88.1}})},n.version)}))})}function Wk(){const t=a(),{defaultBaseToken:n,defaultQuoteToken:o}=lk(),{chainId:r}=$l(),[s,l]=W.useReducer(mk,{currentStep:0,selectedVersion:xw.standard,baseToken:n,quoteToken:o,baseAmount:"",quoteAmount:"",isFixedRatio:!0,initPrice:Tw,fixedRatioPrice:kw,leftTokenAddress:null==n?void 0:n.address,feeRate:jw,isFeeRateCustomized:!1,slippageCoefficient:Aw,isSlippageCoefficientCustomized:!1,peggedBaseTokenRatio:"",peggedQuoteTokenRatio:""});!n||s.baseToken&&s.baseToken.chainId===r||l({type:uk.UpdateBaseToken,payload:n}),!o||s.quoteToken&&s.quoteToken.chainId===r||l({type:uk.UpdateQuoteToken,payload:o});const{isMobile:d}=ld(),{versionMap:c}=yw(),u=c[s.selectedVersion],p=s.selectedVersion===xw.singleToken,h=s.selectedVersion===xw.standard,m=s.selectedVersion===xw.pegged,g=p?s.quoteToken:s.baseToken,f=p?s.baseToken:s.quoteToken,x=gk({isSingleTokenVersion:p,leftTokenAddress:s.leftTokenAddress,baseToken:s.baseToken,quoteToken:s.quoteToken,dispatch:l}),y=new Se(s.peggedBaseTokenRatio).div(100).dp(Lw,Se.ROUND_DOWN),v=new Se(s.peggedQuoteTokenRatio).div(100).dp(Lw,Se.ROUND_DOWN),b=m&&y.lte(0),j=m&&v.lte(0),C=Cn.jsxs(i,{sx:{px:20},children:[Cn.jsx(Dm,{canClickBalance:!0,showPercentage:!0,amt:p?s.quoteAmount:s.baseAmount,onInputChange:p?void 0:e=>{l({type:p?uk.UpdateQuoteAmount:uk.UpdateBaseAmount,payload:e})},readOnly:p||b,sx:{backgroundColor:"background.cardInput",padding:t.spacing(20,20,28)},inputSx:{backgroundColor:"background.cardInput"},inputReadonlyTooltip:b?le._({id:"t3d3/V",message:"ratio is 0"}):void 0,token:g,occupiedAddrs:f?[f.address]:void 0,occupiedChainId:r,chainId:r,onTokenChange:m?void 0:(e,t)=>{l(t?{type:uk.SwitchTokens}:{type:p?uk.UpdateQuoteToken:uk.UpdateBaseToken,payload:e})}}),Cn.jsx(Pm,{}),Cn.jsx(Dm,{canClickBalance:!0,showPercentage:!0,amt:p?s.baseAmount:s.quoteAmount,onInputChange:e=>{l({type:p?uk.UpdateBaseAmount:uk.UpdateQuoteAmount,payload:e})},readOnly:h&&s.isFixedRatio&&!!s.fixedRatioPrice||j,sx:{backgroundColor:"background.cardInput",padding:t.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"},inputReadonlyTooltip:j?le._({id:"t3d3/V",message:"ratio is 0"}):le._({id:"5QDjef",message:"The token amount is calculated by initial price."}),token:f,occupiedAddrs:g?[g.address]:void 0,occupiedChainId:r,chainId:r,onTokenChange:(e,t)=>{l(t?{type:uk.SwitchTokens}:{type:p?uk.UpdateBaseToken:uk.UpdateQuoteToken,payload:e})}})]});return Cn.jsx(Tf,{children:Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"flex-start",height:"100%"},d?{}:{height:"auto",overflowX:"auto"}),children:[d?null:Cn.jsxs(i,{sx:{mr:12,flexGrow:1,display:"block",overflow:"hidden"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:20},children:[Cn.jsx(tj,{}),Cn.jsx(i,{sx:{typography:"caption",fontWeight:600,color:"text.primary",mr:"auto"},children:Cn.jsx(e,{id:"pHQq+U",message:"Pool Setup"})}),Cn.jsx(My,{poolType:"PMM"})]}),Cn.jsx(ok,{titleKey:le._({id:"hdIg7i",message:"Select Pool Version"}),index:1,status:0===s.currentStep?"running":"completed"}),Cn.jsx(ak,{versionItem:u,status:0===s.currentStep?"running":"completed"},u.version),Cn.jsx(ok,{titleKey:le._({id:"lsg9Mi",message:"Parameter Settings"}),index:2,status:0===s.currentStep?"waiting":1===s.currentStep?"running":"completed"}),m?Cn.jsx(Pw,{status:0===s.currentStep?"waiting":1===s.currentStep?"running":"completed",baseToken:s.baseToken,quoteToken:s.quoteToken,initPrice:s.initPrice,slippageCoefficient:s.slippageCoefficient,selectedVersion:s.selectedVersion,midPrice:void 0}):Cn.jsx(nk,{status:0===s.currentStep?"waiting":1===s.currentStep?"running":"completed",baseToken:s.baseToken,quoteToken:s.quoteToken,initPrice:s.initPrice,slippageCoefficient:s.slippageCoefficient,selectedVersion:s.selectedVersion,baseAmount:s.baseAmount,quoteAmount:s.quoteAmount}),m&&Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(ok,{titleKey:le._({id:"6lss/t",message:"Pricing Model"}),index:3,status:s.currentStep>2?"completed":2===s.currentStep?"running":"waiting"}),Cn.jsx(ik,{isWaiting:s.currentStep<2,selectedSubPeggedVersion:s.selectedSubPeggedVersion})]}),m?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(ok,{titleKey:le._({id:"Y7rVy0",message:"Fee Rate"}),index:4,status:s.currentStep>3?"completed":3===s.currentStep?"running":"waiting"}),Cn.jsx(Jw,{isWaiting:s.currentStep<3,feeRate:s.feeRate})]}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(ok,{titleKey:le._({id:"Y7rVy0",message:"Fee Rate"}),index:3,status:2===s.currentStep?"running":"waiting"}),Cn.jsx(Jw,{isWaiting:s.currentStep<2,feeRate:s.feeRate})]}),m&&Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(ok,{titleKey:le._({id:"3ggd2j",message:"Asset ratio within the pool"}),index:5,status:s.currentStep>4?"completed":4===s.currentStep?"running":"waiting"}),Cn.jsx(ek,{isWaiting:s.currentStep<4,baseToken:s.baseToken,quoteToken:s.quoteToken,initPrice:s.initPrice,slippageCoefficient:s.slippageCoefficient,selectedVersion:s.selectedVersion,baseAmount:s.baseAmount,quoteAmount:s.quoteAmount,peggedBaseTokenRatio:s.peggedBaseTokenRatio,peggedQuoteTokenRatio:s.peggedQuoteTokenRatio})]})]}),Cn.jsxs(i,{sx:Object.assign({flexGrow:1,flexShrink:0,flexBasis:375,borderRadius:0,backgroundColor:"background.paper",minHeight:"100%"},d?{}:{pb:20,borderRadius:16,flexGrow:0,minHeight:"auto",height:"100%",position:"sticky",top:"0px",overflowY:"hidden"}),children:[Cn.jsx(rk,{currentStep:s.currentStep,isPeggedVersion:m}),0===s.currentStep&&Cn.jsx(Hk,{selectedVersion:s.selectedVersion,dispatch:l}),1===s.currentStep&&Cn.jsxs(Cn.Fragment,{children:[m?Cn.jsx(Cn.Fragment,{children:Cn.jsx(Vk,{baseToken:s.baseToken,quoteToken:s.quoteToken,dispatch:l})}):Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Xw,{baseToken:s.baseToken,quoteToken:s.quoteToken,initPrice:s.initPrice,slippageCoefficient:s.slippageCoefficient,selectedVersion:s.selectedVersion,baseAmount:s.baseAmount,quoteAmount:s.quoteAmount}),C]}),Cn.jsx(qk,{dispatch:l,slippageCoefficient:s.slippageCoefficient,selectedVersion:s.selectedVersion,isCustomized:s.isSlippageCoefficientCustomized,isStandardVersion:h}),Cn.jsx(Rk,{selectedVersion:s.selectedVersion,isFixedRatio:s.isFixedRatio,leftTokenAddress:s.leftTokenAddress,baseToken:s.baseToken,quoteToken:s.quoteToken,fixedRatioPrice:s.fixedRatioPrice,dispatch:l,isStandardVersion:h,isSingleTokenVersion:p,priceInfo:x})]}),m&&2===s.currentStep&&Cn.jsx(_k,{selectedVersion:s.selectedVersion,selectedSubPeggedVersion:s.selectedSubPeggedVersion,baseToken:s.baseToken,quoteToken:s.quoteToken,initPrice:s.initPrice,dispatch:l}),s.currentStep===(m?3:2)&&Cn.jsx(Sk,{dispatch:l,feeRate:s.feeRate,isFeeRateCustomized:s.isFeeRateCustomized}),m&&4===s.currentStep&&Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Xw,{baseToken:s.baseToken,quoteToken:s.quoteToken,initPrice:s.initPrice,slippageCoefficient:s.slippageCoefficient,selectedVersion:s.selectedVersion,baseAmount:s.baseAmount,quoteAmount:s.quoteAmount}),Cn.jsx(Pk,{dispatch:l,baseToken:s.baseToken,quoteToken:s.quoteToken,peggedBaseTokenRatio:s.peggedBaseTokenRatio,peggedQuoteTokenRatio:s.peggedQuoteTokenRatio,initPrice:s.initPrice,baseAmount:s.baseAmount,quoteAmount:s.quoteAmount}),Cn.jsx(Ok,{title:Cn.jsx(e,{id:"E4LM3N",message:"Add Initial Liquidity"}),sx:{mt:20},children:Cn.jsx(i,{sx:{mx:-20},children:C})})]}),Cn.jsx(i,{sx:Object.assign({pb:160},d?{}:{pb:28})}),Cn.jsx(jk,{state:s,dispatch:l,isPeggedVersion:m,isStandardVersion:h,isSingleTokenVersion:p,fiatPriceLoading:x.fiatPriceLoading})]})]})})}function Zk({open:t,onClose:n,title:o,children:r,singleBtn:a,danger:s,singleBtnText:l,cancelText:d,confirmText:u,disabledConfirm:p,confirmLoading:h,isManualClose:m,onConfirm:g}){const f=Bk;return Cn.jsx(f,{open:t,onClose:n,title:Cn.jsx(i,{sx:{textAlign:"center"},children:o}),canBack:!1,titleCenter:!0,children:Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",justifyContent:"space-between",flex:1,width:"100%"},children:[Cn.jsx(i,{sx:{typography:"body2",color:o?"text.secondary":"text.primary",textAlign:"center",wordBreak:"break-all",mt:20,px:36},children:r}),a?Cn.jsx(i,{sx:{px:20},children:Cn.jsx(c,{fullWidth:!0,variant:c.Variant.outlined,danger:s,sx:{mt:32,mb:20},onClick:()=>{n()},children:l||Cn.jsx(e,{id:"DPfwMq",message:"Done"})})}):Cn.jsxs(i,{sx:{mt:24,mb:20,mx:20,display:"flex",alignItems:"center","& > button":{flex:1}},children:[Cn.jsx(c,{variant:c.Variant.second,onClick:()=>{n()},children:d||Cn.jsx(e,{id:"dEgA5A",message:"Cancel"})}),Cn.jsx(c,{sx:{ml:8},variant:c.Variant.outlined,danger:s,disabled:p,isLoading:h,onClick:()=>{g&&g(),m||n()},children:u||Cn.jsx(e,{id:"7VpPHA",message:"Confirm"})})]})]})})}function $k({sx:t,onClick:n}){const o=a();return Cn.jsxs(r,{onClick:()=>{n?n():Af.getState().back()},sx:ne({display:"inline-flex",alignItems:"center",cursor:"pointer","& > svg":{mr:10}},t),children:[Cn.jsx(i,{sx:{color:o.palette.text.secondary,width:24,height:24,display:"flex",alignItems:"center",justifyContent:"center",borderColor:o.palette.border.main,borderStyle:"solid",borderWidth:1,borderRadius:"50%",backgroundColor:o.palette.background.paper,mr:6},children:Cn.jsx(Mn.ArrowBack,{})}),Cn.jsx(e,{id:"CKyk7Q",message:"Go back"})]})}function zk({open:t,onClose:n,alertContent:o,onConfirm:r}){const s=a(),[l,d]=W.useState(!1),u=le._({id:"LQU+Dm",message:"Risk Disclaimer"});return Cn.jsx(Bk,{open:t,onClose:n,title:u,canBack:!1,titleCenter:!0,children:Cn.jsxs(i,{sx:{flex:1,display:"flex",flexDirection:"column",justifyContent:"space-between"},children:[Cn.jsx(i,{sx:{mb:20,mx:20,maxHeight:275,overflowY:"auto",borderWidth:1,borderRadius:10,borderStyle:"solid",borderColor:"border.main",p:s.spacing(20),typography:"body2",backgroundColor:s.palette.background.input,color:s.palette.text.primary,textAlign:"left"},children:o}),Cn.jsxs(i,{sx:{padding:20,pt:12,backgroundColor:s.palette.background.paperContrast},children:[Cn.jsxs(i,{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:[Cn.jsx(E,{sx:{top:-1},checked:l,onChange:e=>{const{checked:t}=e.target;d(t)}}),Cn.jsx(i,{children:Cn.jsx(e,{id:"dqWPbT",message:"I have read, understand, and agree to the <0>Terms of Service</0>.",components:{0:Cn.jsx("a",{href:"https://docs.dodoex.io/home/terms-of-service",target:"_blank",rel:"noopener noreferrer"})}})})]}),Cn.jsx(i,{sx:{mt:12,display:"flex",alignItems:"center"},children:Cn.jsx(c,{sx:{},disabled:!l,fullWidth:!0,onClick:()=>{d(!1),null==r||r()},children:Cn.jsx(e,{id:"7VpPHA",message:"Confirm"})})})]})]})})}function Gk({id:e,chainId:t}){var n,i,o,r,a,s,l,d,c,u,p,h,m;const g=t?aa[t]:"",f=Kl().getQuery(me.graphql.fetchPool,{id:e||"",where:{refreshNow:!1,chain:g},liquidityWhere:{chain:g,refreshNow:!1,filterState:{address:e}}}),x=We(Object.assign(Object.assign({},f),{enabled:!!e})),{pair:y,liquidity_list:v}=null!==(n=x.data)&&void 0!==n?n:{},b=null===(o=null===(i=null==v?void 0:v.lqList)||void 0===i?void 0:i[0])||void 0===o?void 0:o.pair;return Object.assign(Object.assign({},x),{poolDetail:y&&t?Object.assign(Object.assign({},y),{address:y.id,type:y.type,chainId:t,baseToken:Ol(y.baseToken,t),quoteToken:Ol(y.quoteToken,t),miningAddress:null!==(a=null===(r=null==b?void 0:b.miningAddress)||void 0===r?void 0:r[0])&&void 0!==a?a:"",apy:null==b?void 0:b.apy,baseApy:(null==b?void 0:b.apy)?Is(new Se(null!==(s=b.apy.transactionBaseApy)&&void 0!==s?s:0).plus(null!==(l=b.apy.miningBaseApy)&&void 0!==l?l:0)):void 0,quoteApy:Number(null===(d=null==b?void 0:b.apy)||void 0===d?void 0:d.transactionQuoteApy)||Number(null===(c=null==b?void 0:b.apy)||void 0===c?void 0:c.miningQuoteApy)?Is(new Se(null!==(p=null===(u=null==b?void 0:b.apy)||void 0===u?void 0:u.transactionQuoteApy)&&void 0!==p?p:0).plus(null!==(m=null===(h=null==b?void 0:b.apy)||void 0===h?void 0:h.miningQuoteApy)&&void 0!==m?m:0)):void 0,isCpPool:!1,cpAddress:void 0,cpLiquidator:void 0,cpCreator:void 0,cpCreatedAtTimestamp:void 0}):null})}function Yk({disabled:t,chainId:n,baseStatus:i,quoteStatus:o,onClick:r}){const{account:a}=$l();return a?i.needShowTokenStatusButton||o.needShowTokenStatusButton?Cn.jsx(Ev,{status:i.needShowTokenStatusButton?i:o,buttonProps:{variant:c.Variant.contained,fullWidth:!0}}):Cn.jsx(c,{variant:c.Variant.contained,fullWidth:!0,disabled:t,onClick:()=>r(),children:Cn.jsx(e,{id:"7VpPHA",message:"Confirm"})}):Cn.jsx(Hf,{chainId:n,variant:c.Variant.contained,fullWidth:!0,includeButton:!0})}function Qk({state:t,pool:n,loading:o}){var r,s;const{baseToken:l,quoteToken:d,baseAmount:u,quoteAmount:p,initPrice:h,slippageCoefficient:m,feeRate:g}=t,f=We(Sl.getPMMStateQuery(null==n?void 0:n.chainId,null==n?void 0:n.address,null==n?void 0:n.type,null===(r=null==n?void 0:n.baseToken)||void 0===r?void 0:r.decimals,null===(s=null==n?void 0:n.quoteToken)||void 0===s?void 0:s.decimals)),x=a(),{isMobile:y}=ld(),{account:v}=$l(),b=Af(),[j,C]=W.useState(!1),w=f.data&&u?new Se(u).minus(f.data.baseReserve):void 0,k=f.data&&p?new Se(p).minus(f.data.quoteReserve):void 0,T=null==w?void 0:w.lt(0),E=Hd(l,{amount:w}),A=Hd(d,{amount:k});let I=!n||o||!u||Number(u)<0||!p||Number(p)<0;if(!I&&d){const e=new Se(h),t=Math.min(d.decimals,16);(!h||e.isNaN()||e.lt(`1e-${t}`)||e.gt(Ew))&&(I=!0);const n=new Se(m);(!m||n.isNaN()||n.lt(0)||n.gt(Aw))&&(I=!0);const i=new Se(g);(!g||i.isNaN()||i.lt(0)||i.gt(ww))&&(I=!0)}const{modifyDPPMutation:S}=$v({pool:n||void 0});return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:Object.assign(Object.assign({position:"sticky",left:0,right:0,bottom:0,backgroundColor:x.palette.background.paperContrast,px:20,py:20},y?{}:{position:"static",backgroundColor:"transparent",py:0}),{display:"flex",alignItems:"center",gap:8}),children:[y&&!!v&&Cn.jsx(c,{variant:c.Variant.second,fullWidth:!0,onClick:()=>{b.back()},children:Cn.jsx(e,{id:"dEgA5A",message:"Cancel"})}),Cn.jsx(Yk,{disabled:I,chainId:null==n?void 0:n.chainId,baseStatus:E,quoteStatus:A,onClick:()=>C(!0)})]}),Cn.jsx(xk,{on:j,onClose:()=>C(!1),state:t,isModify:!0,loading:S.isPending,onConfirm:()=>{var e,n;S.mutate({txTitle:le._({id:"KRnA5J",message:"Set pool parameters"}),baseAmount:null!==(e=null==w?void 0:w.toString())&&void 0!==e?e:"",quoteAmount:null!==(n=null==k?void 0:k.toString())&&void 0!==n?n:"",isRemove:T,feeRate:t.feeRate,initPrice:t.initPrice,slippageCoefficient:t.slippageCoefficient,submittedBack:()=>{C(!1),b.push({type:Ef.Pool,params:{tab:Zb.myCreated}})}})}})]})}function Xk({dispatch:t,feeRate:n,isCustomized:o}){const r=a(),[s,l]=W.useState(!1),[d,u]=W.useState(n),p=Ek();!d&&n&&u(n);const h=Ak(d),m=!(!d||"0"===d||Number(d)),g=Boolean(h)||m||o&&!d;return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",mt:20,px:20},children:[Cn.jsxs(i,{sx:{fontWeight:500,display:"flex",alignItems:"center"},children:[Cn.jsx(e,{id:"Y7rVy0",message:"Fee Rate"}),Cn.jsx(f,{title:le._({id:"2vjOqX",message:"Pools with lower transaction fees will attract more traders."}),ml:8,size:16})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",ml:12},children:[n,"%",Cn.jsx(c,{variant:c.Variant.tag,sx:{ml:12,fontSize:12},onClick:()=>l(!0),children:Cn.jsx(e,{id:"ePK91l",message:"Edit"})})]})]}),Cn.jsx(Bk,{open:s,onClose:()=>l(!1),title:Cn.jsxs(i,{children:[Cn.jsx(e,{id:"Y7rVy0",message:"Fee Rate"}),Cn.jsx(f,{title:le._({id:"2vjOqX",message:"Pools with lower transaction fees will attract more traders."}),ml:8})]}),children:Cn.jsxs(i,{sx:{flex:1,overflowY:"auto"},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:12,p:r.spacing(8,28,28)},children:[p.map((e=>{const n=!o&&d===e.value;return Cn.jsx(wk,{title:e.title,description:e.description,onClick:()=>{t({type:uk.UpdateIsFeeRateCustomized,payload:!1}),u(e.value)},selected:n,subTitle:e.tag?Cn.jsx(Kw,{color:e.tagColor,backgroundColor:e.tagBackgroundColor,tagKey:e.tag}):void 0,sx:{backgroundColor:r.palette.background.paper,borderColor:n?r.palette.primary.main:r.palette.border.main}},e.value)})),Cn.jsx(i,{sx:{mt:8},children:Cn.jsx(kk,{errorMsg:h,isCustomized:o,onClick:()=>{o||u(""),t({type:uk.UpdateIsFeeRateCustomized,payload:!0})},value:d,onChange:e=>{u(e)}})})]}),Cn.jsx(i,{sx:{position:"sticky",bottom:0,px:20,py:16,backgroundColor:"background.paperContrast"},children:Cn.jsx(c,{fullWidth:!0,disabled:g,onClick:()=>{t({type:uk.UpdateFeeRate,payload:d}),l(!1)},children:Cn.jsx(e,{id:"7VpPHA",message:"Confirm"})})})]})})]})}function Kk({titleKey:e}){const t=a();return Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(i,{sx:{mt:28,mb:28,borderTopColor:"divider",borderTopStyle:"solid",borderTopWidth:1}}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",mb:20},children:Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:t.palette.text.primary},children:e})})]})}function Jk({params:t}){var n,o,r,s;const l=a(),{isMobile:d}=ld(),{chainId:c}=$l(),[u,p]=W.useState(!1),[h,m]=W.useReducer(mk,{currentStep:0,selectedVersion:xw.marketMakerPool,baseToken:null,quoteToken:null,baseAmount:"",quoteAmount:"",isFixedRatio:!0,initPrice:kw,fixedRatioPrice:kw,leftTokenAddress:void 0,feeRate:jw,isFeeRateCustomized:!1,slippageCoefficient:Aw,isSlippageCoefficientCustomized:!1,peggedBaseTokenRatio:"",peggedQuoteTokenRatio:""});W.useEffect((()=>{p(!window.localStorage.getItem(Xa.PoolEditPage))}),[]);const[g,f]=W.useState("inital"),x=Gk({id:null==t?void 0:t.address,chainId:null==t?void 0:t.chainId}),{poolDetail:y}=x,v=hn(x,["poolDetail"]);v.isPending||v.error||y||"inital"!==g||f("open"),!h.baseToken&&(null==y?void 0:y.baseToken)&&m({type:uk.InitEditParameters,payload:y});const b=We(Sl.getPMMStateQuery(null==y?void 0:y.chainId,null==y?void 0:y.address,null==y?void 0:y.type,null===(n=null==y?void 0:y.baseToken)||void 0===n?void 0:n.decimals,null===(o=null==y?void 0:y.quoteToken)||void 0===o?void 0:o.decimals));if(!h.slippageCoefficient&&(null===(s=null===(r=b.data)||void 0===r?void 0:r.pmmParamsBG)||void 0===s?void 0:s.k)){const e=b.data.pmmParamsBG.k.toString(),t=!ck({selectedVersion:h.selectedVersion}).includes(e);m({type:uk.UpdateSlippageCoefficient,payload:e}),m({type:uk.UpdateIsSlippageCoefficientCustomized,payload:t})}!h.baseAmount&&b.data&&(m({type:uk.UpdateBaseAmount,payload:b.data.baseReserve.toString()}),m({type:uk.UpdateQuoteAmount,payload:b.data.quoteReserve.toString()})),!h.fixedRatioPrice&&b.data&&m({type:uk.UpdateFixedRatioPrice,payload:b.data.pmmParamsBG.i.toString()});const C=We(Sl.getLPFeeRateQuery(null==y?void 0:y.chainId,null==y?void 0:y.address,null==y?void 0:y.type));if(!h.feeRate&&C.data){const e=C.data.times(100).toString(),t=-1===Tk().findIndex((t=>t.value===e));m({type:uk.UpdateFeeRate,payload:e}),m({type:uk.UpdateIsFeeRateCustomized,payload:t})}const w=h.selectedVersion===xw.singleToken,k=h.selectedVersion===xw.standard,T=gk({isSingleTokenVersion:w,leftTokenAddress:h.leftTokenAddress,baseToken:h.baseToken,quoteToken:h.quoteToken,dispatch:m}),{versionMap:E}=yw(),A=E[h.selectedVersion],I=!(null==y?void 0:y.baseToken),S=Cn.jsx(j,{variant:"rounded",width:210,height:60,sx:{padding:16,borderRadius:8}}),L=Cn.jsx(j,{variant:"rounded",height:167,sx:{mx:20,borderRadius:16}});return Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(Tf,{children:Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"flex-start"},d?{height:"100%"}:{height:"auto"}),children:[d?null:Cn.jsxs(i,{sx:{mr:12,flexGrow:1,display:"block"},children:[Cn.jsx($k,{}),Cn.jsx(i,{sx:{mt:28,typography:"h5",fontWeight:600,color:"text.primary"},children:Cn.jsx(e,{id:"pHQq+U",message:"Pool Setup"})}),Cn.jsx(Kk,{titleKey:le._({id:"hdIg7i",message:"Select Pool Version"})}),Cn.jsx(ak,{versionItem:A,status:"completed"},A.version),Cn.jsx(Kk,{titleKey:le._({id:"lsg9Mi",message:"Parameter Settings"})}),I?S:Cn.jsx(nk,{status:"running",baseToken:h.baseToken,quoteToken:h.quoteToken,initPrice:h.initPrice,slippageCoefficient:h.slippageCoefficient,selectedVersion:h.selectedVersion,baseAmount:h.baseAmount,quoteAmount:h.quoteAmount}),Cn.jsx(Kk,{titleKey:le._({id:"Y7rVy0",message:"Fee Rate"})}),I?S:Cn.jsx(Jw,{isWaiting:!1,feeRate:h.feeRate})]}),Cn.jsxs(i,{sx:Object.assign({flexGrow:1,flexShrink:0,flexBasis:375,backgroundColor:"background.paper"},d?{width:"100%",borderRadius:0,minHeight:"100%"}:{pb:20,borderRadius:16,flexGrow:0,minHeight:"auto"}),children:[Cn.jsx(i,{sx:Object.assign({top:0,py:20,px:20,backgroundColor:l.palette.background.paper,zIndex:1},d?{position:"sticky"}:{position:"static",borderTopLeftRadius:16,borderTopRightRadius:16}),children:Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},children:Cn.jsx(i,{sx:{typography:"h5",color:l.palette.text.primary,fontWeight:600},children:Cn.jsx(e,{id:"6XYkjc",message:"Edit Parameter Settings"})})})}),I?null:Cn.jsx(Xw,{baseToken:h.baseToken,quoteToken:h.quoteToken,initPrice:h.initPrice,slippageCoefficient:h.slippageCoefficient,selectedVersion:h.selectedVersion,baseAmount:h.baseAmount,quoteAmount:h.quoteAmount}),I?L:Cn.jsxs(i,{sx:{px:20},children:[Cn.jsx(Dm,{canClickBalance:!0,showPercentage:!0,amt:h.baseAmount,onInputChange:e=>{m({type:uk.UpdateBaseAmount,payload:e})},readOnly:w,token:h.baseToken,occupiedAddrs:h.quoteToken?[h.quoteToken.address]:void 0,occupiedChainId:c,chainId:c}),Cn.jsx(Bm,{}),Cn.jsx(Dm,{canClickBalance:!0,showPercentage:!0,amt:h.quoteAmount,onInputChange:e=>{m({type:uk.UpdateQuoteAmount,payload:e})},token:h.quoteToken,occupiedAddrs:h.baseToken?[h.baseToken.address]:void 0,occupiedChainId:c,chainId:c})]}),I?null:Cn.jsxs(Cn.Fragment,{children:[h.selectedVersion!==xw.standard&&Cn.jsx(qk,{dispatch:m,slippageCoefficient:h.slippageCoefficient,selectedVersion:h.selectedVersion,isCustomized:h.isSlippageCoefficientCustomized,isStandardVersion:k}),Cn.jsx(Rk,{selectedVersion:h.selectedVersion,isFixedRatio:h.isFixedRatio,leftTokenAddress:h.leftTokenAddress,baseToken:h.baseToken,quoteToken:h.quoteToken,fixedRatioPrice:h.fixedRatioPrice,dispatch:m,isStandardVersion:k,isSingleTokenVersion:w,priceInfo:T}),Cn.jsx(Xk,{dispatch:m,feeRate:h.feeRate,isCustomized:h.isFeeRateCustomized})]}),Cn.jsx(i,{sx:{pb:160,[l.breakpoints.up("tablet")]:{pb:28}}}),Cn.jsx(Qk,{state:h,pool:y,loading:I})]})]})}),Cn.jsx(Zk,{singleBtn:!0,open:"open"===g,onClose:()=>f("close"),onConfirm:()=>f("close"),title:le._({id:"Da1+Da",message:"Pool not found. Please switch to another network and retry."})}),Cn.jsx(zk,{open:u,onClose:()=>{p(!1)},onConfirm:()=>{window.localStorage.setItem(Xa.PoolEditPage,"1"),p(!1)},alertContent:Cn.jsx(e,{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 eT(e){return null==e?0:new Se(e).dp(4,Se.ROUND_DOWN).toNumber()}function tT({unit:t,data:n,masterKey:o,sumKey:r}){const s=a(),l=W.useRef(null),[d,c]=W.useState(null),[u,p]=W.useState(0);W.useEffect((()=>{const e=()=>{l&&l.current&&p(l.current.offsetWidth)};return setTimeout(e,100),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[l]);const h="light"===s.palette.mode?T(s.palette.success.main,.6):s.palette.primary.main,m="#ff9553",g=n[n.length-2],f="date";let x=[];if(null==n?void 0:n.length){let e=n[0][o];n.forEach((t=>{t[o]>e&&(e=t[o])})),x=e?[0,Math.ceil(e/3),Math.ceil(e/3*2),e]:[0]}let y=0;x.forEach((e=>{const t=Ts(new Se(e));let n=t.replace(".","").length;t.indexOf(".")>-1&&(n+=.11),n>y&&(y=n)}));const v=10*y+2;return Cn.jsxs(i,{ref:l,sx:{position:"relative"},children:[Cn.jsxs(i,{sx:{minHeight:62,mb:10},children:[Cn.jsxs(i,{sx:{typography:"caption",mb:8},children:[t||Cn.jsx("span",{children:" "}),hs({input:null==g?void 0:g[r]})]}),Cn.jsx(i,{sx:{color:"text.secondary"},children:Ot(null==g?void 0:g[f]).format("LL")})]}),Cn.jsxs(qt,{width:u,height:364,data:n,margin:{top:5,right:10,left:0,bottom:5},children:[Cn.jsx("defs",{children:n.map(((e,t)=>Cn.jsxs("linearGradient",{id:`colorBar${e.date}`,x1:"0",x2:"0",y1:"0",y2:"1",children:[Cn.jsx("stop",{offset:"0%",stopColor:t===n.length-1?m:h}),Cn.jsx("stop",{offset:"100%",stopColor:T(t===n.length-1?m:h,.04)})]},e.date)))}),Cn.jsx(Bt,{hide:!0,dataKey:f,axisLine:!1,tickFormatter:e=>Ot(e).format("MM-DD")}),Cn.jsx(Dt,{orientation:"right",axisLine:!1,ticks:x,width:v,tickFormatter:e=>Ts(new Se(e))}),Cn.jsx(Ut,{isAnimationActive:!1,content:({active:t,payload:n,label:o})=>{if(!(t&&n&&n.length))return null;const r=Ot(o).format("YYYY-MM-DD")===Ot().format("YYYY-MM-DD");return Cn.jsxs(i,{sx:{px:10,py:12,maxWidth:240,borderRadius:8,backgroundColor:"background.paperContrast",typography:"h6",color:"text.secondary"},children:[Cn.jsx(i,{sx:{mr:8},children:Ot(o).format("MM-DD HH:mm")}),Cn.jsx(i,{children:n[0].value}),r?Cn.jsx(i,{children:Cn.jsx(e,{id:"ubzjDN",message:"Real Time"})}):""]})},cursor:!1,coordinate:{x:0,y:0}}),Cn.jsx(Vt,{dataKey:o,onMouseMove:e=>{c(e[f])},onMouseLeave:()=>{c(null)},children:n.map((e=>Cn.jsx(Ht,{fill:`url(#colorBar${e.date})`},e.date)))}),d&&Cn.jsx(Wt,{x:d,stroke:h,strokeDasharray:"3 3"})]})]})}var nT,iT;function oT({poolDetail:e,chart24hDataFirst:t}){var n,o,r,s,l,d,c,u;const p=a(),[h,m]=W.useState(t?nT.volume:nT.depth),g={key:nT.depth,value:le._({id:"n25Lml",message:"Depth"})},f=[{key:nT.volume,value:le._({id:"/cF7Rs",message:"Volume"})},{key:nT.feeRevenue,value:le._({id:"9QjAGB",message:"FeeRevenue"})},{key:nT.traders,value:le._({id:"qDhDFK",message:"Traders"})}];t?f.push(g):f.splice(0,0,g);const x=function({address:e,chainId:t,day:n}){var i,o,r;const a=t?aa[t]:"",s=Kl().getQuery(me.graphql.fetchPoolDayData,{where:{pair_address:null!=e?e:"",chain:a,day:n}}),l=We(Object.assign(Object.assign({},s),{enabled:!!e&&!!t})),d=null!==(r=null===(o=null===(i=l.data)||void 0===i?void 0:i.dashboard_pairs_day_data)||void 0===o?void 0:o.map((e=>{var t,n;return{volume:eT(null==e?void 0:e.volumeUsd),fee:eT(new Se(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:eT(null==e?void 0:e.tvlUsd)}})))&&void 0!==r?r:[];return Object.assign(Object.assign({},l),{dayDataList:d})}({chainId:null==e?void 0:e.chainId,address:null==e?void 0:e.address,day:30}),y=We(Sl.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===(o=null==e?void 0:e.quoteToken)||void 0===o?void 0:o.decimals)),{pmmParamsBG:v}=null!==(r=y.data)&&void 0!==r?r:{},b=v?{i:v.i.toNumber(),k:v.k.toNumber(),b:v.b.toNumber(),b0:v.b0.toNumber(),q:v.q.toNumber(),q0:v.k.isEqualTo(0)?v.q.toNumber():v.q0.toNumber(),R:v.k.isEqualTo(0)?0:v.R}:void 0,j=b?Ee(b):void 0,[C,w]=W.useState(!1),k=C&&(null===(s=y.data)||void 0===s?void 0:s.midPrice)?new Se(1).div(null===(l=y.data)||void 0===l?void 0:l.midPrice):null===(d=y.data)||void 0===d?void 0:d.midPrice;return Cn.jsx(i,{sx:{mt:24,[p.breakpoints.up("tablet")]:{mt:20,pt:28,borderTop:`1px solid ${p.palette.border.main}`}},children:Cn.jsxs(A,{value:h,onChange:(e,t)=>m(t),children:[Cn.jsx(D,{tabs:f,variant:"rounded",tabsListSx:{borderWidth:0,gap:4,mb:24}}),h===nT.depth&&(null==e?void 0:e.baseToken)&&(null==e?void 0:e.quoteToken)?Cn.jsx(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:Cn.jsx(rT,{baseToken:null==e?void 0:e.baseToken,quoteToken:null==e?void 0:e.quoteToken,midPrice:k,isSwitchMidPrice:C,setIsSwitchMidPrice:w,showMidPrice:h===nT.depth})}):"",Cn.jsx(L,{value:nT.depth,children:Cn.jsx(Yw,{baseToken:null!==(c=null==e?void 0:e.baseToken)&&void 0!==c?c:null,quoteToken:null!==(u=null==e?void 0:e.quoteToken)&&void 0!==u?u:null,pmmParams:b,pmmModel:j,midPrice:k})}),Cn.jsx(L,{value:nT.volume,children:Cn.jsx(tT,{data:x.dayDataList,masterKey:"volume",sumKey:"volume",unit:"$"})}),Cn.jsx(L,{value:nT.feeRevenue,children:Cn.jsx(tT,{data:x.dayDataList,masterKey:"fee",sumKey:"fee",unit:"$"})}),Cn.jsx(L,{value:nT.traders,children:Cn.jsx(tT,{data:x.dayDataList,masterKey:"traders",sumKey:"traders",unit:""})})]})})}function rT({baseToken:e,quoteToken:t,midPrice:n,isSwitchMidPrice:o,setIsSwitchMidPrice:a,showMidPrice:s}){const l=null==e?void 0:e.symbol,d=null==t?void 0:t.symbol,c=o?d:l,u=o?l:d;return Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},children:s?Cn.jsxs(i,{sx:{mt:4,typography:"body2",color:"text.secondary",wordBreak:"break-all",display:"flex"},children:[`1 ${c} = ${n?hs({input:n,showDecimals:16}):"-"} ${u}`,Cn.jsx(r,{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:()=>a((e=>!e)),children:Cn.jsx(i,{component:Mn.Switch})})]}):""})}function aT({poolDetail:t}){var n,o,r;const{isMobile:s}=ld(),l=a(),c=null==t?void 0:t.chainId;null===(r=We(Sl.getPMMStateQuery(null==t?void 0:t.chainId,null==t?void 0:t.address,null==t?void 0:t.type,null===(n=null==t?void 0:t.baseToken)||void 0===n?void 0:n.decimals,null===(o=null==t?void 0:t.quoteToken)||void 0===o?void 0:o.decimals)).data)||void 0===r||r.midPrice;const u=function({pool:e}){var t,n,i,o,r,a,s;const{chainId:l,address:d,type:c,baseToken:u,quoteToken:p}=e||{},h=null!=d?d:"",m=l?aa[l]:"",g=null==u?void 0:u.decimals,f=null==p?void 0:p.decimals,x=We(Sl.getPMMStateQuery(l,d,c,null==u?void 0:u.decimals,null==p?void 0:p.decimals)),y=null===(t=x.data)||void 0===t?void 0:t.midPrice,v=We(Sl.getTotalBaseLpQuery(l,d,c,g)),b=We(Sl.getTotalQuoteLpQuery(l,d,c,f)),j=We(Sl.getReserveLpQuery(l,d,c,g,f)),C=We(Sl.getClassicalTargetQuery(l,d,c,g,f)),w=v.data;let k=b.data;k||b.isLoading||b.error||!w||(k=w);const{baseReserve:T,quoteReserve:E}=j.data||{},A=null===(n=C.data)||void 0===n?void 0:n.baseTarget,I=null===(i=C.data)||void 0===i?void 0:i.quoteTarget,S=dk({tokens:p?[p]:[]}),L=Kl(),O=We(Object.assign(Object.assign({},L.getQuery(me.graphql.fetchLiquidityPositions,{id:h,where:{pair:h,liquidityTokenBalance_not:"0",chain:m,refreshNow:!0},miningWhere:{pair:h,liquidityTokenInMining_not:"0",chain:m},first:1e3,orderBy:"liquidityTokenBalance",orderDirection:"desc"})),{enabled:!!d})),{balance:R,mining:_,pair:M}=null!==(o=O.data)&&void 0!==o?o:{};let P=[];const B=p?null===(r=S.data)||void 0===r?void 0:r.get(p.address):void 0;if(R&&_&&M){const{baseLpToken:e,quoteLpToken:t}=M,n=new Map,i=(null==e?void 0:e.id)===(null==t?void 0:t.id);for(const o of R){const{id:r,liquidityTokenBalance:a}=o,s=new Se(null!=a?a:0),[l,u]=r.split("-");let p={id:l,baseSupplied:new Se(0),quoteSupplied:new Se(0)};n.has(p.id)?p=n.get(p.id):n.set(p.id,p);const[,h]=gv(s,w,T,A,d,c,g);h&&(i||u===(null==e?void 0:e.id))&&(p.baseSupplied=h);const[,m]=gv(s,k,E,I,d,c,f);m&&(i||u===(null==t?void 0:t.id))&&(p.quoteSupplied=m)}for(const o of _){const{id:r,liquidityTokenInMining:a}=o,s=new Se(null!=a?a:0),[l,u]=r.split("-"),[,p]=gv(s,w,T,A,d,c,g),[,h]=gv(s,k,E,I,d,c,f);if(n.has(l)){const o=n.get(l);p&&(i||u===(null==e?void 0:e.id))&&(o.baseSupplied=p.plus(o.baseSupplied)),h&&(i||u===(null==t?void 0:t.id))&&(o.quoteSupplied=h.plus(o.quoteSupplied))}else{const o={id:l,baseSupplied:new Se(0),quoteSupplied:new Se(0)};p&&(i||u===(null==e?void 0:e.id))&&(o.baseSupplied=p),h&&(i||u===(null==t?void 0:t.id))&&(o.quoteSupplied=h),n.set(o.id,o)}}const o=(null!==(a=null==u?void 0:u.decimals)&&void 0!==a?a:0)>6?6:4,r=(null!==(s=null==p?void 0:p.decimals)&&void 0!==s?s:0)>6?6:4,l=B;n.forEach((e=>{var t,n;P.push({userId:e.id,baseSupplied:e.baseSupplied?hs({input:e.baseSupplied,showDecimals:o}):"0",quoteSupplied:e.quoteSupplied?hs({input:e.quoteSupplied,showDecimals:r}):"0",baseTokenAddress:null!==(t=null==u?void 0:u.address)&&void 0!==t?t:"",quoteTokenAddress:null!==(n=null==p?void 0:p.address)&&void 0!==n?n:"",baseTokenSymbol:Ss(u),quoteTokenSymbol:Ss(p),sharePercentage:y&&T?hs({input:y.multipliedBy(e.baseSupplied||0).plus(e.quoteSupplied||0).div(y.multipliedBy(T).plus(null!=E?E:0)).multipliedBy(100),showDecimals:2}):"",dollarValue:null!=l&&y?`$${hs({input:y.multipliedBy(e.baseSupplied||0).plus(e.quoteSupplied||0).multipliedBy(l),showDecimals:2})}`:"-",dollarValueBN:y?y.multipliedBy(e.baseSupplied||0).plus(e.quoteSupplied||0):Se(0)})})),P.sort(((e,t)=>t.dollarValueBN.gt(e.dollarValueBN)?1:-1))}const D=[x,v,b,C,j,S,O],N=function(e){const t=[];if(e.forEach((e=>{e.error&&t.push(e.refetch)})),t.length)return()=>{t.forEach((e=>e()))}}(D),F=D.some((e=>e.isLoading));return Object.assign(Object.assign({},O),{isLoading:F,errorRefetch:N,list:P})}({pool:t}),[p,h]=W.useState(1),m=p*(s?4:8),g=u.list,f=m<g.length,x=g.slice(0,m);return Cn.jsx(i,{sx:{display:"flex",flexDirection:"column"},children:Cn.jsx(Ym,{refetch:u.error?u.refetch:void 0,loading:u.isLoading&&!(null==x?void 0:x.length),empty:!(null==x?void 0:x.length),children:!!(null==x?void 0:x.length)&&Cn.jsxs(i,{children:[Cn.jsx(i,{sx:{overflowX:"auto",minHeight:244},children:Cn.jsxs(i,{component:"table",sx:{minWidth:"100%"},children:[Cn.jsx(i,{component:"thead",sx:{position:"sticky",top:0},children:Cn.jsxs(i,{component:"tr",sx:{"& th":{p:24,borderBottomWidth:1,typography:"body1",lineHeight:1,textAlign:"left",whiteSpace:"nowrap"}},children:[Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"JlIjZf",message:"Liquidity Provider"})}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"C1qIFl",message:"Liquidity Supplied"})}),Cn.jsx(i,{component:"th",sx:{"&&":{textAlign:"right"}},children:Cn.jsx(e,{id:"me2dmq",message:"Value (USD)"})}),Cn.jsx(i,{component:"th",sx:{"&&":{textAlign:"right"}},children:Cn.jsx(e,{id:"Z8lGw6",message:"Share"})})]})}),Cn.jsx(i,{component:"tbody",children:null==x?void 0:x.map((e=>Cn.jsxs(i,{component:"tr",sx:{"& td":{px:24,py:20,whiteSpace:"nowrap"}},children:[Cn.jsx("td",{children:Cn.jsx(i,{sx:{display:"flex",alignItems:"center"},children:Cn.jsx(bm,{address:e.userId,customChainId:c,truncate:!0})})}),Cn.jsxs("td",{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(yc,{address:e.baseTokenAddress,chainId:c,width:18,height:18}),`${e.baseSupplied} ${e.baseTokenSymbol}`]}),Cn.jsxs(i,{sx:{mt:4,display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(yc,{address:e.quoteTokenAddress,chainId:c,width:18,height:18}),`${e.quoteSupplied} ${e.quoteTokenSymbol}`]})]}),Cn.jsx(i,{component:"td",sx:{textAlign:"right"},children:e.dollarValue}),Cn.jsx(i,{component:"td",sx:{textAlign:"right"},children:`${e.sharePercentage}%`})]},e.userId)))})]})}),f&&Cn.jsxs(d,{sx:{display:"flex",justifyContent:"center",alignItems:"center",height:64,width:"100%",borderStyle:"solid",borderColor:"border.main",borderWidth:l.spacing(1,0,0,0),typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},onClick:()=>h((e=>e+1)),children:[Cn.jsx(e,{id:"yQ2kGp",message:"Load more"}),Cn.jsx(i,{component:Mn.ArrowRight,sx:{transform:"rotate(90deg)"}})]})]})})})}function sT({address:e,chainId:t}){var n;const i=Kl(),o=t?aa[t]:"",r=i.getQuery(me.graphql.fetchPoolDashboard,{where:{pair_address:null!=e?e:"",chain:o}}),a=We(Object.assign(Object.assign({},r),{enabled:!!e&&!!t})),s=null===(n=a.data)||void 0===n?void 0:n.dashboard_pairs_detail;return Object.assign(Object.assign({},a),{dashboard:s})}function lT(e,t){if(!e)return"";const n=Ot(e);return n.isValid()?n.format("YYYY/MM/DD HH:mm:ss"):""}function dT({chainId:e,address:t,symbol:n,amount:o,sx:r}){return Cn.jsxs(i,{sx:ne({display:"flex",justifyContent:"flex-end",alignItems:"center"},r),children:[t&&Cn.jsx(i,{sx:{height:16,flexBasis:16,flexGrow:0,flexShrink:0,mr:4},children:Cn.jsx(yc,{width:16,height:16,address:t,chainId:e})}),Cn.jsxs(i,{sx:{textAlign:"right",display:"flex",alignItems:"center"},children:[o," ",Cn.jsx(i,{sx:{display:"inline-block",maxWidth:"6em",minWidth:"auto",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",verticalAlign:"text-bottom"},title:n,children:n})]})]})}function cT({chainId:e,baseToken:t,quoteToken:n,baseAmount:o,quoteAmount:r,vertical:a}){const{isMobile:s}=ld();return Cn.jsxs(i,{sx:{mt:4,display:"flex",justifyContent:"flex-end",flexDirection:a?"column":"row",alignItems:a?"flex-end":"center",flexWrap:"wrap",typography:s?"h6":"body1"},children:[t?Cn.jsx(dT,{chainId:e,address:null==t?void 0:t.address,amount:o,symbol:null==t?void 0:t.symbol}):"-",a?"":Cn.jsx(i,{sx:{mx:10},children:"/"}),n?Cn.jsx(dT,{chainId:e,address:null==n?void 0:n.address,amount:r,symbol:null==n?void 0:n.symbol,sx:{mt:a?4:0}}):"-"]})}function uT({label:e,children:t,pairsStatLoading:n,poolDetailLoading:o}){const{isMobile:r}=ld();return Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between"},children:[Cn.jsx(i,{sx:{color:"text.secondary",minWidth:"5em",typography:r?"h6":"body1"},children:e}),Cn.jsx(i,{sx:ne({textAlign:"right",overflow:"hidden","& .title":{typography:r?"body1":"caption",width:"100%"}},n&&!o||!n&&o?{ml:8,flex:1,display:"flex",flexDirection:"column",alignItems:"flex-end","& .title":{display:"flex",justifyContent:"flex-end"}}:{}),children:t})]})}function pT({sx:e}){return Cn.jsx(j,{sx:Object.assign({width:"100%",maxWidth:237,height:22},e)})}function hT({detail:e,lpFeeRate:t,mtFeeRate:n}){const{isMobile:o}=ld();return"DPP"===(null==e?void 0:e.type)?null:e&&t&&n?Cn.jsxs(i,{sx:{color:"text.secondary",typography:o?"h6":"body1"},children:[Cn.jsx("span",{children:"LP "}),Cn.jsx("span",{children:As({input:t,showDecimals:6})}),Cn.jsxs("span",{children:[" / ",le._({id:"7C/BwI",message:"Community Treasury"})," "]}),Cn.jsx("span",{children:As({input:new Se(null!=n?n:0).toNumber(),showDecimals:6})})]}):Cn.jsx(pT,{sx:{mt:4}})}function mT({detail:e}){var t,n,o,r,s,l,d,c,u,p,h,m,g,f,x,y,v,b,j,C,w,k,T,E,A,I,S;const L=a(),{isMobile:O}=ld(),{baseToken:R,quoteToken:_}=null!=e?e:{},M="DPP"===(null==e?void 0:e.type),P="DSP"===(null==e?void 0:e.type)||"GSP"===(null==e?void 0:e.type),B="CLASSICAL"===(null==e?void 0:e.type),D=sT({address:null==e?void 0:e.address,chainId:null==e?void 0:e.chainId}),N=D.dashboard,F=D.isLoading,q=We(Sl.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)),U=F?Cn.jsx(pT,{}):null===(null==N?void 0:N.totalVolume)||void 0===(null==N?void 0:N.totalVolume)?"-":`$${hs({input:new Se(null==N?void 0:N.totalVolume),showDecimals:2})}`,V=F?Cn.jsx(pT,{}):N&&(Vm(N.totalFee)||Vm(N.totalMtFee))?`$${hs({input:new Se(N.totalFee||0).plus(N.totalMtFee||0),showDecimals:2})}`:"-",{account:H}=$l(),W=We(Sl.getFeeRateQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,H)),Z=null===(o=W.data)||void 0===o?void 0:o.mtFeeRate,$=null===(r=W.data)||void 0===r?void 0:r.lpFeeRate,z=null==Z?void 0:Z.plus(null!=$?$:0),G=!e,Y=We(Sl.getClassicalTargetQuery(null==e?void 0:e.chainId,null==e?void 0:e.address,null==e?void 0:e.type,null===(s=null==e?void 0:e.baseToken)||void 0===s?void 0:s.decimals,null===(l=null==e?void 0:e.quoteToken)||void 0===l?void 0:l.decimals));return Cn.jsxs(i,{sx:Object.assign({pb:30,position:"relative",overflow:"hidden"},O?{backgroundColor:"background.paper",p:20}:{mt:32}),children:[Cn.jsxs(i,{sx:{flex:"1 0 50%","& > div + div":{mt:10},"&::after":{content:'""',display:"block",my:20,width:"100%",height:"1px",backgroundColor:"border.main"}},children:[Cn.jsx(uT,{label:le._({id:"l4Za6X",message:"Total Swap Volume"}),pairsStatLoading:F,children:Cn.jsx("div",{className:"title",children:U})}),F||!e?Cn.jsx(pT,{sx:{mt:4}}):Cn.jsx(cT,{chainId:e.chainId,baseToken:e.baseToken,quoteToken:e.quoteToken,baseAmount:hs({input:null!==(d=null==N?void 0:N.baseVolumeCumulative)&&void 0!==d?d:0,showDecimals:2}),quoteAmount:hs({input:null!==(c=null==N?void 0:N.quoteVolumeCumulative)&&void 0!==c?c:0,showDecimals:2})}),Cn.jsx(uT,{label:le._({id:"Z033WN",message:"Total Swap Fee"}),pairsStatLoading:F,children:Cn.jsx("div",{className:"title",children:V})}),F||!e?Cn.jsx(pT,{sx:{mt:4}}):Cn.jsx(cT,{chainId:e.chainId,baseToken:e.baseToken,quoteToken:e.quoteToken,baseAmount:hs({input:new Se(null!==(u=null==N?void 0:N.baseFee)&&void 0!==u?u:0).plus(null!==(p=null==N?void 0:N.baseMtFee)&&void 0!==p?p:0),showDecimals:2}),quoteAmount:hs({input:new Se(null!==(h=null==N?void 0:N.quoteFee)&&void 0!==h?h:0).plus(null!==(m=null==N?void 0:N.quoteMtFee)&&void 0!==m?m:0),showDecimals:2})}),Cn.jsx(uT,{label:le._({id:"/BbUJ6",message:"Total Number of Traders"}),pairsStatLoading:F,children:F?Cn.jsx(pT,{sx:{mt:4}}):hs({input:null!==(g=null==N?void 0:N.txUsers)&&void 0!==g?g:0,showDecimals:0})})]}),Cn.jsxs(i,{sx:{flex:"1 0 50%",overflow:"hidden","& > div + div":{mt:10}},children:[Cn.jsx(uT,{label:le._({id:"UE2beD",message:"Creator"}),poolDetailLoading:!e,children:e?e.isCpPool?Cn.jsx(bm,{address:null!==(f=e.cpCreator)&&void 0!==f?f:"",truncate:!0,"data-key":"link",sx:{color:L.palette.text.primary}}):Cn.jsx(bm,{address:null!==(x=e.creator)&&void 0!==x?x:"",truncate:!0,"data-key":"link",sx:{color:L.palette.text.primary}}):Cn.jsx(pT,{})}),(null==e?void 0:e.isCpPool)||(null==e?void 0:e.owner)?Cn.jsx(uT,{label:le._({id:"LtI9AS",message:"Owner"}),poolDetailLoading:G,children:G?Cn.jsx(pT,{}):(null==e?void 0:e.isCpPool)?Cn.jsx(bm,{address:null==e?void 0:e.cpCreator,truncate:!0,"data-key":"link",sx:{color:L.palette.text.primary}}):Cn.jsx(bm,{address:null!==(y=e.owner)&&void 0!==y?y:"",truncate:!0,"data-key":"link",sx:{color:L.palette.text.primary}})}):"",Cn.jsx(uT,{label:le._({id:"52uNwk",message:"Creation Time"}),poolDetailLoading:G,children:G?Cn.jsx(pT,{}):lT(1e3*Number((null==e?void 0:e.isCpPool)?e.cpCreatedAtTimestamp||0:e.createdAtTimestamp||0))||"-"}),(null==e?void 0:e.isCpPool)?Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(uT,{label:le._({id:"cDWXuq",message:"Settler"}),poolDetailLoading:G,children:G?Cn.jsx(pT,{}):Cn.jsx(bm,{address:(null==e?void 0:e.cpLiquidator)||"",truncate:!0,"data-key":"link",sx:{color:L.palette.text.primary}})}),Cn.jsx(uT,{label:le._({id:"JuzN3b",message:"Related CrowdPooling"}),poolDetailLoading:G,children:G?Cn.jsx(pT,{}):Cn.jsx(bm,{address:null==e?void 0:e.cpAddress,truncate:!0,"data-key":"link",sx:{color:L.palette.text.primary}})})]}):void 0,Cn.jsxs(uT,{label:le._({id:"Y7rVy0",message:"Fee Rate"}),poolDetailLoading:G,children:[Cn.jsx("div",{className:"detail-title",style:{textAlign:"right"},children:As({input:null==z?void 0:z.toNumber(),showDecimals:6})}),Cn.jsx(hT,{detail:e,lpFeeRate:$,mtFeeRate:Z})]}),Cn.jsx(uT,{label:le._({id:"sjn3tj",message:"Slippage Coefficient"}),poolDetailLoading:G,children:G?Cn.jsx(pT,{}):null===(b=null===(v=q.data)||void 0===v?void 0:v.pmmParamsBG)||void 0===b?void 0:b.k.toString()}),Cn.jsx(uT,{poolDetailLoading:G,label:B?le._({id:"d8YnVj",message:"Guide Price"}):M?le._({id:"CeLrge",message:"Mid Price"}):P?le._({id:"4ogEAw",message:"Pegged Exchange Rate"}):le._({id:"jjuKOj",message:"Min Price"}),children:G?Cn.jsx(pT,{}):null!==R&&(P?`1 ${null==R?void 0:R.symbol} = ${null===(w=null===(C=null===(j=q.data)||void 0===j?void 0:j.pmmParamsBG)||void 0===C?void 0:C.i)||void 0===w?void 0:w.toString()} ${null==_?void 0:_.symbol}`:null===(E=null===(T=null===(k=q.data)||void 0===k?void 0:k.pmmParamsBG)||void 0===T?void 0:T.i)||void 0===E?void 0:E.toString())||"-"}),B&&Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(uT,{label:le._({id:"JR7wWw",message:"Equilibrium target"}),poolDetailLoading:G,children:G?Cn.jsx(pT,{}):Cn.jsx(Cn.Fragment,{children:null===(S=null===(I=null===(A=q.data)||void 0===A?void 0:A.pmmParamsBG)||void 0===I?void 0:I.k)||void 0===S?void 0:S.toString()})}),Y.data?Cn.jsx(cT,{vertical:!0,chainId:e.chainId,baseToken:e.baseToken,quoteToken:e.quoteToken,baseAmount:hs({input:Y.data.baseTarget,showDecimals:2}),quoteAmount:hs({input:Y.data.quoteTarget,showDecimals:2})}):""]})]})]})}function gT(e,t){if(!e)return"";const n=Ot(e);return n.isValid()?n.format("YYYY/MM/DD HH:mm:ss"):""}function fT({amountOut:e,amountIn:t,fromTokenSymbol:n,toTokenSymbol:o}){const[r,a]=W.useState(!1),s=hs({input:t/e,showDecimals:2}),l=hs({input:e/t,showDecimals:2});return Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:["1 ",r?o:n," = ",r?s:l," ",r?n:o,Cn.jsx(i,{sx:{ml:10,width:16,height:16,display:"flex",alignItems:"center",justifyContent:"center",cursor:"pointer",backgroundColor:"background.paperContrast",borderRadius:"50%"},onClick:()=>a((e=>!e)),children:Cn.jsx(i,{component:Mn.Switch})})]})}function xT({poolDetail:t}){var n,o,r;const{isMobile:s}=ld(),l=a(),{account:c,chainId:u}=$l(),p=We(Sl.getFeeRateQuery(null==t?void 0:t.chainId,null==t?void 0:t.address,null==t?void 0:t.type,c)),h=null===(n=p.data)||void 0===n?void 0:n.mtFeeRate,m=null===(o=p.data)||void 0===o?void 0:o.lpFeeRate,g=null==h?void 0:h.plus(null!=m?m:0),f=function({chainId:e,address:t,first:n=50}){var i;const o=e?aa[e]:"",r=Kl().getQuery(me.graphql.fetchPoolSwapList,{first:n,orderBy:"timestamp",orderDirection:"desc",where:{pair:t,chain:o}}),a=We(Object.assign(Object.assign({},r),{enabled:!!t})),s=null===(i=a.data)||void 0===i?void 0:i.swaps;return Object.assign(Object.assign({},a),{swapList:s})}({address:null==t?void 0:t.address,chainId:null==t?void 0:t.chainId}),[x,y]=W.useState(1),v=x*(s?4:8),b=null!==(r=f.swapList)&&void 0!==r?r:[],j=v<b.length,C=b.slice(0,v);return Cn.jsx(i,{sx:{display:"flex",flexDirection:"column"},children:Cn.jsx(Ym,{refetch:f.error?f.refetch:void 0,loading:f.isLoading,empty:!(null==C?void 0:C.length),children:!!(null==C?void 0:C.length)&&Cn.jsxs(i,{children:[Cn.jsx(i,{sx:{overflowX:"auto",minHeight:244},children:Cn.jsxs(i,{component:"table",sx:{minWidth:"100%"},children:[Cn.jsx(i,{component:"thead",sx:{position:"sticky",top:0},children:Cn.jsxs(i,{component:"tr",sx:{"& th":{p:24,borderBottomWidth:1,typography:"body1",lineHeight:1,textAlign:"left",whiteSpace:"nowrap"}},children:[Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"LhMjLm",message:"Time"})}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"UPXmW+",message:"Trader"})}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"v4nCHK",message:"Paid"})}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"fZ5Vnu",message:"Received"})}),Cn.jsx(i,{component:"th",children:Cn.jsx(e,{id:"a7u1N9",message:"Price"})}),Cn.jsx(i,{component:"th",sx:{"&&":{textAlign:"right"}},children:Cn.jsx(e,{id:"Y7rVy0",message:"Fee Rate"})}),Cn.jsx(i,{component:"th",sx:{"&&":{textAlign:"right"}},children:Cn.jsx(e,{id:"PLUB/s",message:"Fee"})})]})}),Cn.jsx(i,{component:"tbody",children:null==C?void 0:C.map((e=>Cn.jsxs(i,{component:"tr",sx:{"& td":{px:24,py:20,whiteSpace:"nowrap"}},children:[Cn.jsx("td",{children:gT(1e3*e.timestamp)}),Cn.jsx("td",{children:Cn.jsx(bm,{address:e.from,truncate:!0})}),Cn.jsx("td",{children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(yc,{address:e.fromToken.id,chainId:u,width:18,height:18}),`${hs({input:e.amountIn,showDecimals:2})} ${e.fromToken.symbol}`]})}),Cn.jsx("td",{children:Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(yc,{address:e.toToken.id,chainId:u,width:18,height:18}),`${hs({input:e.amountOut,showDecimals:2})} ${e.toToken.symbol}`]})}),Cn.jsx("td",{children:Cn.jsx(fT,{amountOut:e.amountOut,amountIn:e.amountIn,fromTokenSymbol:e.fromToken.symbol,toTokenSymbol:e.toToken.symbol})}),Cn.jsx(i,{component:"td",sx:{textAlign:"right"},children:As({input:g})}),Cn.jsx(i,{component:"td",sx:{textAlign:"right"},children:`${hs({input:new Se(e.amountOut).times(null!=g?g:0)})} ${e.toToken.symbol}`})]},e.id)))})]})}),j&&Cn.jsxs(d,{sx:{display:"flex",justifyContent:"center",alignItems:"center",height:64,width:"100%",borderStyle:"solid",borderColor:"border.main",borderWidth:l.spacing(1,0,0,0),typography:"body2",color:"text.secondary","&:hover":{color:"text.primary"}},onClick:()=>y((e=>e+1)),children:[Cn.jsx(e,{id:"yQ2kGp",message:"Load more"}),Cn.jsx(i,{component:Mn.ArrowRight,sx:{transform:"rotate(90deg)"}})]})]})})})}function yT({poolDetail:e}){const{isMobile:t}=ld(),[n,o]=W.useState(iT.parameters),r=[{key:iT.parameters,value:le._({id:"F18WP3",message:"Parameters"})},{key:iT.swaps,value:le._({id:"EatqP4",message:"Swaps"})}];return e&&"DPP"!==(null==e?void 0:e.type)&&r.push({key:iT.liquidityProviders,value:le._({id:"juypHV",message:"Liquidity Providers"})}),Cn.jsx(i,{sx:Object.assign({mt:24,backgroundColor:"background.paper",borderRadius:16,overflow:"hidden"},t?{}:{mt:32,px:20}),children:Cn.jsxs(A,{value:n,onChange:(e,t)=>o(t),children:[Cn.jsx(D,{tabs:r}),Cn.jsx(L,{value:iT.parameters,children:Cn.jsx(mT,{detail:e})}),Cn.jsx(L,{value:iT.swaps,children:Cn.jsx(xT,{poolDetail:e})}),Cn.jsx(L,{value:iT.liquidityProviders,children:Cn.jsx(aT,{poolDetail:e})})]})})}function vT(){return Cn.jsx(j,{variant:"rounded",sx:{width:90}})}function bT({poolDetail:t}){var n,o;const r=a(),{isMobile:s}=ld(),l=sT({address:null==t?void 0:t.address,chainId:null==t?void 0:t.chainId}),d=l.dashboard,c=[{description:le._({id:"Gr2anW",message:"Traders (24H)"}),text:l.isLoading?Cn.jsx(vT,{}):null===(null==d?void 0:d.txUserNear24h)||void 0===(null==d?void 0:d.txUserNear24h)?"-":Ts(new Se(null==d?void 0:d.txUserNear24h))},{description:le._({id:"sTnImq",message:"Total Liquidity"}),text:l.isLoading?Cn.jsx(vT,{}):null===(null==d?void 0:d.tvl)||void 0===(null==d?void 0:d.tvl)?"-":`$${Ts(new Se(null==d?void 0:d.tvl))}`},{description:le._({id:"p7/w10",message:"Volume (24H)"}),text:l.isLoading?Cn.jsx(vT,{}):null===(null==d?void 0:d.volume)||void 0===(null==d?void 0:d.volume)?"-":`$${Ts(new Se(null==d?void 0:d.volume))}`},{description:le._({id:"7X40pG",message:"Fees (24H)"}),text:l.isLoading?Cn.jsx(vT,{}):null!==!(null==d?void 0:d.feeNear24h)||(null==d?void 0:d.mtFeeNear24h)?`$${Ts(new Se(null!==(n=null==d?void 0:d.feeNear24h)&&void 0!==n?n:0).plus(null!==(o=null==d?void 0:d.mtFeeNear24h)&&void 0!==o?o:0))}`:"-",question:l.isLoading?void 0:Cn.jsxs(i,{sx:{width:198},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsx(e,{id:"OnDEky",message:"LP Fee"}),Cn.jsx(i,{children:(null==d?void 0:d.feeNear24h)?`$${Ts(new Se(null==d?void 0:d.feeNear24h))}`:"-"})]}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsx(e,{id:"pSQ1lM",message:"MT Fee"}),Cn.jsx(i,{children:(null==d?void 0:d.mtFeeNear24h)?`$${Ts(new Se(null==d?void 0:d.mtFeeNear24h))}`:"-"})]})]})}];return Cn.jsx(i,{sx:Object.assign({display:"grid",gap:12},s?{mt:24,gridTemplateColumns:"repeat(2, 1fr)"}:{mt:32,gridTemplateColumns:"repeat(4, 1fr)"}),children:c.map((e=>Cn.jsxs(i,{sx:{borderRadius:8,p:16,backgroundColor:"background.paper",border:`1px solid ${r.palette.border.main}`},children:[Cn.jsx(i,{sx:{typography:"caption",fontWeight:600,lineHeight:"27px"},children:e.text}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",typography:"h6",color:"text.secondary",gap:4},children:[e.description,e.question?Cn.jsx(Bh,{title:e.question}):""]})]},e.description)))})}function jT({poolDetail:t,loading:n}){var o,r,s,c;const{address:u}=null!=t?t:{},p=a(),h=Af(),{account:m}=$l(),{isMobile:g}=ld(),f=m&&"DPP"===(null==t?void 0:t.type)&&(null===(o=null==t?void 0:t.owner)||void 0===o?void 0:o.toLocaleLowerCase())===m.toLocaleLowerCase(),{supportAMMV2:x,onSharePool:y}=Tn();return Cn.jsxs(i,{sx:Object.assign({},g?{pt:24}:{pt:20,display:"flex",alignItems:"center",justifyContent:"space-between"}),children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[(null==t?void 0:t.baseToken)?Cn.jsx(Gm,{tokens:[t.baseToken,t.quoteToken],chainId:t.chainId,width:36,mr:8}):Cn.jsx(j,{variant:"circular",sx:{width:36,height:36,mr:8}}),Cn.jsxs(i,{children:[Cn.jsxs(i,{sx:{typography:"h4"},children:[(null==t?void 0:t.baseToken)?`${null===(r=t.baseToken)||void 0===r?void 0:r.symbol} / ${null===(s=t.quoteToken)||void 0===s?void 0:s.symbol}`:"-",x&&Cn.jsx(i,{component:"span",sx:{position:"relative",top:-4,ml:4,px:4,py:2,borderRadius:4,fontSize:10,lineHeight:1,fontWeight:600,backgroundColor:T(p.palette.purple.main,.1),color:p.palette.purple.main},children:"PMM"}),Cn.jsx(fb,{address:u,chainId:null==t?void 0:t.chainId,hideName:g,sx:{display:"inline-flex",ml:8}}),f&&!g?Cn.jsx(i,{component:d,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:()=>{h.push({type:Ef.ModifyPool,params:{address:null==t?void 0:t.address,chainId:null==t?void 0:t.chainId}})},children:Cn.jsx(e,{id:"ePK91l",message:"Edit"})}):""]}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",mr:12},children:Cn.jsx(bm,{address:null!=u?u:"",truncate:!0,showCopy:!0,iconDarkHover:!0,"data-key":"link",sx:{typography:"body2",color:"text.secondary"},iconSize:14,iconSpace:6,customChainId:null==t?void 0:t.chainId,onShareClick:y&&t?()=>y({chainId:t.chainId,baseToken:t.baseToken,quoteToken:t.quoteToken,poolId:u,apy:t.apy,isSingle:me.utils.singleSideLp(t.type)}):void 0})})]})]}),Cn.jsxs(i,{sx:g?{display:"flex",alignItems:"center",mt:24}:{textAlign:"right"},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",color:"success.main",typography:"h4"},children:[(null==t?void 0:t.miningAddress)?Cn.jsx(l,{title:le._({id:"B3mhDR",message:"Add liquidity to obtain LP tokens for mining"}),children:Cn.jsx("span",{children:"✨ "})}):"",Cn.jsx(v,{loading:n,loadingSx:{width:100},children:null!==(c=null==t?void 0:t.baseApy)&&void 0!==c?c:"0%"}),(null==t?void 0:t.quoteApy)?`/${null==t?void 0:t.quoteApy}`:""]}),Cn.jsx(i,{sx:Object.assign({typography:"body2"},g?{ml:4}:{}),children:Cn.jsx(e,{id:"rSayea",message:"APY"})})]})]})}function CT({chainId:e,shortNumber:t,pieSize:n="default",baseReserve:o=new Se(1),baseAmount:r=new Se(1),quoteAmount:s=new Se(0),baseTokenSymbol:l="-",quoteTokenSymbol:d="-",quoteTokenDecimals:c=18,baseTokenDecimals:u=18,baseTokenAddress:p,quoteTokenAddress:h,baseTvlRate:m,quoteTvlRate:g,disabledAmount:f,disabledRate:x,disabledPercentage:y,loading:v,sx:b,pieRadius:C}){const w=a(),k="small"===n,T=k?6:16,E=C||(k?23:30),A=u>6?6:u>4?4:2,I=c>6?6:c>4?4:2,S=t?Ts(new Se(o)):hs({input:o,showDecimals:A}),L=t?Ts(new Se(s)):hs({input:s,showDecimals:I});let O=r.plus(s);O=O.lte(0)?new Se(1):O;const R=m||r.div(O).multipliedBy(100).toFixed(2),_=g||s.div(O).multipliedBy(100).toFixed(2),M=r.lte(0)&&s.lte(0),P=w.palette.success.main,B=w.palette.error.main,D=[{name:"base",value:M?1:r.toNumber(),color:P},{name:"quote",value:M?1:s.toNumber(),color:B}];return Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"space-between",flexDirection:"column"},b||{}),children:[Cn.jsx("div",{children:y?"":v?Cn.jsx(j,{width:46,height:46,variant:"circular"}):Cn.jsx(Zt,{width:2*E,height:2*E,children:Cn.jsx($t,{isAnimationActive:!1,dataKey:"value",data:D,labelLine:!1,label:!1,outerRadius:E,fill:B,children:D.map(((e,t)=>Cn.jsx(Ht,{fill:e.color,strokeWidth:0},`cell-${t}`)))})})}),Cn.jsxs(i,{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:w.palette.purple.main,borderRadius:"50%"},"&:last-child::before":{backgroundColor:B},"&> span.symbol":{display:"inline-block",maxWidth:"6em",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",verticalAlign:"text-bottom"}}},children:[v?Cn.jsx(j,{width:237,sx:{borderRadius:4}}):Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(i,{children:[Cn.jsx(i,{className:"symbol",title:l,sx:{typography:"h6"},children:l}),p?Cn.jsx(bm,{address:p,customChainId:e,truncate:!0,showCopy:!0,size:"small",iconSpace:4,sx:{typography:"h6",color:"text.secondary"}}):""]}),Cn.jsxs(i,{sx:{textAlign:"right"},children:[f?"":`${S} `,y||x?"":Cn.jsxs(i,{sx:{color:"text.secondary",typography:"h6",fontWeight:600},children:[" ",`(${R}%)`]})]})]}),v?Cn.jsx(j,{width:237,sx:{borderRadius:4,marginTop:`${T}px`}}):Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",marginTop:`${T}px`},children:[Cn.jsxs(i,{children:[Cn.jsx(i,{className:"symbol",title:d,sx:{typography:"h6"},children:d}),h?Cn.jsx(bm,{address:h,customChainId:e,truncate:!0,showCopy:!0,size:"small",iconSpace:4,sx:{typography:"h6",color:"text.secondary"}}):""]}),Cn.jsxs(i,{sx:{textAlign:"right"},children:[f?"":`${L} `,y||x?"":Cn.jsxs(i,{sx:{color:"text.secondary",typography:"h6",fontWeight:600},children:[" ",`(${_}%)`]})]})]})]})]})}function wT({poolDetail:t}){var n,o,r,s,l,d,c,u,p;const h=a(),{isMobile:m}=ld(),g=We(Sl.getPMMStateQuery(null==t?void 0:t.chainId,null==t?void 0:t.address,null==t?void 0:t.type,null===(n=null==t?void 0:t.baseToken)||void 0===n?void 0:n.decimals,null===(o=null==t?void 0:t.quoteToken)||void 0===o?void 0:o.decimals)),f=null===(r=g.data)||void 0===r?void 0:r.midPrice,x=We(Sl.getReserveLpQuery(null==t?void 0:t.chainId,null==t?void 0:t.address,null==t?void 0:t.type,null===(s=null==t?void 0:t.baseToken)||void 0===s?void 0:s.decimals,null===(l=null==t?void 0:t.quoteToken)||void 0===l?void 0:l.decimals)),{baseReserve:y,quoteReserve:v}=x.data||{},b=y&&f?null==f?void 0:f.multipliedBy(y):void 0,C=v&&f?new Se(v):void 0;let w=b&&C?null==b?void 0:b.plus(C):void 0;w=!w||w.lte(0)?new Se(1):w;const k=b&&b.div(w).multipliedBy(100).toFixed(2),T=C&&C.div(w).multipliedBy(100).toFixed(2);return Cn.jsxs(i,{sx:{mt:m?24:28},children:[Cn.jsx(i,{sx:{fontWeight:600},children:Cn.jsx(e,{id:"sTnImq",message:"Total Liquidity"})}),Cn.jsxs(i,{sx:{display:"flex",mt:16,backgroundColor:"background.paper",borderRadius:16,overflowX:"auto",border:`1px solid ${h.palette.border.main}`},children:[Cn.jsx(i,{sx:{flex:m?1:void 0,padding:m?h.spacing(20,30,20,20):h.spacing(20,30,16)},children:Cn.jsx(CT,{pieRadius:44,baseReserve:y,baseAmount:b,baseTokenDecimals:null===(d=null==t?void 0:t.baseToken)||void 0===d?void 0:d.decimals,quoteAmount:C,baseTvlRate:k,quoteTvlRate:T,chainId:null==t?void 0:t.chainId,quoteTokenDecimals:(null===(c=null==t?void 0:t.quoteToken)||void 0===c?void 0:c.decimals)||void 0,baseTokenSymbol:Ss(null==t?void 0:t.baseToken),quoteTokenSymbol:Ss(null==t?void 0:t.quoteToken),baseTokenAddress:m?null===(u=null==t?void 0:t.baseToken)||void 0===u?void 0:u.address:"",quoteTokenAddress:m?null===(p=null==t?void 0:t.quoteToken)||void 0===p?void 0:p.address:"",shortNumber:!0,disabledRate:!m,disabledAmount:!m,loading:g.isLoading||x.isLoading,sx:m?{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"}}}})}),m?"":Cn.jsxs(i,{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:[Cn.jsx("thead",{children:Cn.jsxs("tr",{children:[Cn.jsx("th",{children:Cn.jsx(e,{id:"bUUVED",message:"Asset"})}),Cn.jsx("th",{children:Cn.jsx(e,{id:"hcNa1G",message:"Token Amount"})}),Cn.jsx("th",{children:Cn.jsx(e,{id:"iaocTt",message:"Ratio"})})]})}),Cn.jsxs("tbody",{children:[Cn.jsxs("tr",{children:[Cn.jsx("td",{children:t?Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(yc,{address:t.baseToken.address,width:24,height:24,marginRight:4,chainId:t.chainId}),Cn.jsxs(i,{children:[t.baseToken.symbol,Cn.jsx(bm,{address:t.baseToken.address,truncate:!0,showCopy:!0,size:"small",iconSpace:4,customChainId:t.chainId,sx:{typography:"h6",color:"text.secondary"}})]})]}):Cn.jsx(j,{width:100,height:24})}),Cn.jsx("td",{children:t?Ts(new Se(t.baseReserve)):Cn.jsx(j,{width:50,height:24,sx:{display:"inline-block"}})}),Cn.jsx("td",{children:g.isLoading?Cn.jsx(j,{width:50,height:24,sx:{display:"inline-block"}}):`${null!=k?k:"-"}%`})]}),Cn.jsxs("tr",{children:[Cn.jsx("td",{children:t?Cn.jsxs(i,{sx:{display:"flex",alignItems:"center"},children:[Cn.jsx(yc,{address:t.quoteToken.address,width:24,height:24,marginRight:4,chainId:t.chainId}),Cn.jsxs(i,{children:[t.quoteToken.symbol,Cn.jsx(bm,{address:t.quoteToken.address,truncate:!0,showCopy:!0,size:"small",iconSpace:4,customChainId:t.chainId,sx:{typography:"h6",color:"text.secondary"}})]})]}):Cn.jsx(j,{width:100,height:24})}),Cn.jsx("td",{children:t?Ts(new Se(t.quoteReserve)):Cn.jsx(j,{width:50,height:24,sx:{display:"inline-block"}})}),Cn.jsx("td",{children:g.isLoading?Cn.jsx(j,{width:50,height:24,sx:{display:"inline-block"}}):`${null!=T?T:"-"}%`})]})]})]})]})]})}function kT({params:t}){var n,o,r,s,l,d,u;const p=Af(),{isMobile:h}=ld(),{account:m}=$l(),g=a(),f=Gk({id:null==t?void 0:t.address,chainId:null==t?void 0:t.chainId}),{poolDetail:x}=f,y=hn(f,["poolDetail"]),[v,b]=W.useState("inital");y.isPending||y.error||x||"inital"!==v||b("open");const j=x&&"DPP"===x.type&&m&&(null===(n=x.owner)||void 0===n?void 0:n.toLocaleLowerCase())===m.toLocaleLowerCase(),C=x&&"DPP"!==x.type||m&&(null==x?void 0:x.owner)&&x.owner.toLocaleLowerCase()===m.toLocaleLowerCase(),[w,k]=W.useState();x&&void 0===w&&!h&&k(rb.Add);const T=w&&x?Object.assign(Object.assign({},x),{baseLpToken:{id:null===(o=x.baseLpToken)||void 0===o?void 0:o.id,decimals:Number(null!==(s=null===(r=x.baseLpToken)||void 0===r?void 0:r.decimals)&&void 0!==s?s:18)},quoteLpToken:{id:null===(l=x.quoteLpToken)||void 0===l?void 0:l.id,decimals:Number(null!==(u=null===(d=x.quoteLpToken)||void 0===d?void 0:d.decimals)&&void 0!==u?u:18)}}):void 0,E=!!(null==x?void 0:x.miningAddress);return Cn.jsxs(Tf,{sx:h?{p:g.spacing(28,0,C?108:0)}:{p:g.spacing(28,0,40)},children:[Cn.jsx($k,{onClick:()=>{p.push({type:Ef.Pool})}}),Cn.jsxs(i,{sx:h?{}:{display:"flex",gap:12,overflow:"hidden"},children:[Cn.jsxs(i,{sx:{flex:1,overflow:"hidden"},children:[Cn.jsx(jT,{poolDetail:x,loading:y.isPending}),Cn.jsx(oT,{poolDetail:x,chart24hDataFirst:!0}),Cn.jsx(bT,{poolDetail:x}),Cn.jsx(wT,{poolDetail:x}),Cn.jsx(yT,{poolDetail:x})]}),h?Cn.jsx(mb,{account:m,pool:T,operate:w,hasMining:E,modal:!0,onClose:()=>{k(void 0)}}):Cn.jsx(hb,{account:m,operate:w,hasMining:E,sx:{width:375,height:"max-content",backgroundColor:"background.paper",borderRadius:16,overflow:"hidden"},pool:T,hidePoolInfo:!0})]}),Cn.jsx(Zk,{singleBtn:!0,open:"open"===v,onClose:()=>b("close"),onConfirm:()=>b("close"),title:le._({id:"Da1+Da",message:"Pool not found. Please switch to another network and retry."})}),h&&C&&Cn.jsx(Cn.Fragment,{children:Cn.jsxs(i,{sx:{position:"fixed",bottom:0,left:0,right:0,p:20,display:"grid",gap:"8px",gridTemplateColumns:j?"repeat(3, 1fr)":"repeat(2, 1fr)",backgroundColor:"background.paperContrast"},children:[j?Cn.jsx(c,{variant:c.Variant.second,onClick:()=>{Af.getState().push({type:Ef.ModifyPool,params:{chainId:x.chainId,address:x.address}})},children:Cn.jsx(e,{id:"ePK91l",message:"Edit"})}):"",Cn.jsx(c,{variant:c.Variant.second,onClick:()=>{k(rb.Remove)},children:Cn.jsx(e,{id:"t/YqKh",message:"Remove"})}),Cn.jsx(c,{onClick:()=>{k(rb.Add)},children:Cn.jsx(e,{id:"m16xKo",message:"Add"})})]})})]})}function TT({statuses:t,children:n,buttonProps:o}){var r;if(!t.find((e=>e.needShowTokenStatusButton))&&n)return Cn.jsx(Cn.Fragment,{children:n});const a=t.find((e=>e.insufficientBalance));if(a)return Cn.jsx(c,{fullWidth:!0,disabled:!0,...o,children:Cn.jsx(e,{id:"m6RmA/",message:"Insufficient {0} balance",values:{0:null===(r=a.token)||void 0===r?void 0:r.symbol}})});const s=t.some((e=>e.isApproving));return Cn.jsx(i,{sx:{display:"flex",alignItems:"center",gap:4},children:t.map(((t,n)=>{var i,r;let a="";return t.isApproving?a=Cn.jsx(e,{id:"j2Uisd",message:"Approving"}):(t.needReset||t.needApprove)&&(a=t.approveTitle),a?Cn.jsx(c,{fullWidth:!0,isLoading:t.isApproving,onClick:t.submitApprove,disabled:t.insufficientBalance||s,...o,children:a},null!==(r=null===(i=t.token)||void 0===i?void 0:i.symbol)&&void 0!==r?r:n):null}))})}function ET({token:t,chainId:n,showChainLogo:o,readonly:r,showChainName:s,logoSize:l=24,chainLogoSize:c=12,side:u,occupiedToken:p,defaultLoadBalance:h,notTokenPickerModal:m,border:g,px:f=20,py:x=8,highlightDefault:y,onTokenClick:v,onTokenChange:b}){var j,C;const{onlyChainId:w}=Tn(),k=n||w,T=a(),[E,A]=W.useState(!1),I=(null==t?void 0:t.chainId)?Wa.get(t.chainId):null,S=s&&!!I;return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{component:d,sx:Object.assign(Object.assign({display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,color:T.palette.text.primary,typography:S?"body2":"body1",fontWeight:600,px:f,py:x,"&:focus-visible":{opacity:.5}},!!g&&{border:`solid 1px ${T.palette.border.main}`,borderRadius:8,"&:hover":{backgroundColor:T.palette.hover.default}}),!(!y||t)&&{backgroundColor:T.palette.primary.main,color:T.palette.primary.contrastText,"&:hover":{opacity:.8}}),onClick:()=>{r||A(!0)},"data-testid":as,children:[!!(null==t?void 0:t.address)&&Cn.jsx(yc,{url:null==t?void 0:t.logoURI,address:null!==(j=null==t?void 0:t.address)&&void 0!==j?j:"",chainId:null==t?void 0:t.chainId,noShowChain:!o,width:l,height:l,chainSize:c,logoOffset:10,marginRight:0}),Cn.jsxs(i,{sx:{flex:1},children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[(null==t?void 0:t.address)?Cn.jsx(Cn.Fragment,{children:Cn.jsx(i,{children:null!==(C=null==t?void 0:t.symbol)&&void 0!==C?C:"-"})}):Cn.jsx(e,{id:"sIPJGT",message:"SELECT TOKEN"}),!r&&Cn.jsx(i,{component:"svg",width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",sx:{flexShrink:0},children:Cn.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"})})]}),!!S&&Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",typography:"h6",color:"text.secondary"},children:[I.name,Cn.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.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"})})]})]})]}),Cn.jsx(km,{value:t,open:E,side:u,chainId:k,occupiedAddrs:p?[p.address]:void 0,occupiedChainId:null==p?void 0:p.chainId,defaultLoadBalance:h,onClose:()=>{A(!1),v&&v()},onTokenChange:(e,t)=>{A(!1),setTimeout((()=>{!Array.isArray(e)&&b&&b(e,t)}),lc)},modal:!m})]})}function AT({title:e,disabled:t,children:n}){return Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:12,opacity:t?.3:void 0},children:[Cn.jsx(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",fontWeight:600},children:e}),n]})}!function(e){e[e.depth=1]="depth",e[e.volume=2]="volume",e[e.feeRevenue=3]="feeRevenue",e[e.traders=4]="traders"}(nT||(nT={})),function(e){e[e.parameters=1]="parameters",e[e.swaps=2]="swaps",e[e.liquidityProviders=3]="liquidityProviders"}(iT||(iT={}));const IT=1e-4;function ST({disabled:t,fee:n,onChange:o,feeList:r,hasCustom:s}){const l=a(),[c,u]=W.useState(!1),[p,h]=W.useState(!1),[m,g]=W.useState(""),{isMobile:f}=ld(),x=!r.includes(n),y=x||p,v=!p&&x&&!!m&&new Se(m).div(100).lt(IT),j=t||v;return Cn.jsxs(i,{sx:{opacity:t?.3:void 0,fontWeight:600},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",px:20,py:12,borderWidth:1,borderRadius:12,borderStyle:"solid",borderColor:"border.main"},children:[Cn.jsx(e,{id:"tMMG40",message:"{0}% fee tier",values:{0:n?new Se(n).times(100).toString():"-"}}),Cn.jsx(d,{sx:{px:16,py:7,border:`solid 1px ${l.palette.text.primary}`,borderRadius:8,fontWeight:600,color:"text.primary",cursor:j?"default":"pointer",opacity:v?.3:1},disabled:j,onClick:()=>{j||u((e=>!e))},children:c?Cn.jsx(e,{id:"vLyv1R",message:"Hide"}):Cn.jsx(e,{id:"ePK91l",message:"Edit"})})]}),c&&Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:Object.assign({mt:12},f?{display:"grid",gap:8,gridTemplateColumns:"repeat(2, 1fr)"}:{display:"flex",alignItems:"center",gap:8,"& > label":{flex:1}}),children:[r.map((e=>{const t=n===e&&!y;return Cn.jsxs(i,{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"},t&&{color:l.palette.primary.main,borderColor:l.palette.primary.main}),children:[100*e,"%",Cn.jsx(q,{size:18,checked:t,onChange:(t,n)=>{n&&o(e)}})]},e)})),s&&Cn.jsxs(i,{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?l.palette.error.main:"text.primary"},y&&{color:l.palette.primary.main,borderColor:l.palette.primary.main}),onClick:()=>{h(!0),g("")},children:[p?Cn.jsx(b,{value:m,autoFocus:!0,onChange:e=>{const t=e.target.value;isNaN(Number(t))||g(t)},onBlur:()=>{const e=Number(m),t=e?new Se(e).div(100).toNumber():e;t&&t<IT?o(0):m&&(e||0===e)&&o(t),h(!1)},sx:{p:0,flex:1,height:"100%",border:"none",backgroundColor:"none"},inputSx:{p:0}}):Cn.jsx(Cn.Fragment,{children:x?(new Se(n).times(100).toNumber()||m)+"%":Cn.jsx(e,{id:"8Tg/JR",message:"Custom"})}),Cn.jsx(q,{size:18,checked:y,sx:{flexShrink:0}})]})]}),v&&Cn.jsxs(i,{sx:{mt:12,display:"flex",alignItems:"center",gap:8,p:8,borderRadius:8,typography:"h6",backgroundColor:T(l.palette.error.main,.1),color:l.palette.error.main},children:[Cn.jsx(i,{component:Mn.ErrorBorder,sx:{width:18,height:18}}),Cn.jsx(e,{id:"LHxwaD",message:"The fee tier should greater than {0}%",values:{0:100*IT}})]})]})]})}function LT({isExists:t,pair:n,pairAddress:o}){var a,s,d;const{isBalanceLoading:c,isDepositedLoading:u,balance:p,token0Deposited:h,token1Deposited:m,poolTokenPercentage:g}=function({pairAddress:e,pair:t}){var n;const{account:i}=$l(),o=null===(n=null==t?void 0:t.liquidityToken)||void 0===n?void 0:n.chainId,r=We(Object.assign(Object.assign({},mt(o,e,i)),{retry:!1})),a=We(Object.assign(Object.assign({},gt(o,e)),{retry:!1})),[s,l,d]=W.useMemo((()=>{if(!t||!r.data||!a.data||a.data<r.data)return[void 0,void 0,void 0];const e=Kt.fromRawAmount(t.liquidityToken,a.data.toString()),n=Kt.fromRawAmount(t.liquidityToken,r.data.toString());return[new en(r.data.toString(),a.data.toString()),t.getLiquidityValue(t.token0,e,n,!1),t.getLiquidityValue(t.token1,e,n,!1)]}),[r.data,a.data,t]);return{isBalanceLoading:r.isLoading,isDepositedLoading:r.isLoading||a.isLoading,balance:r.data&&t?vs(r.data.toString(),t.liquidityToken.decimals):void 0,poolTokenPercentage:s?new Se(s.toSignificant(6)):void 0,token0Deposited:l?new Se(l.toSignificant()):void 0,token1Deposited:d?new Se(d.toSignificant()):void 0}}({pairAddress:o,pair:n}),f=g?`${hs({input:g,showDecimals:2,roundingMode:Se.ROUND_HALF_UP})}%`:void 0;return t&&n?Cn.jsxs(i,{sx:{px:20,py:12,borderWidth:1,borderRadius:8,borderStyle:"solid",borderColor:"border.main"},children:[Cn.jsx(i,{sx:{typography:"h6",color:"text.secondary"},children:Cn.jsx(e,{id:"YHc3B+",message:"My Liquidity"})}),Cn.jsxs(i,{sx:{mt:12,display:"flex",alignItems:"center"},children:[Cn.jsx(Gm,{width:18,height:18,tokens:[n.token0,n.token1],mr:4}),Cn.jsx(v,{loading:c,loadingProps:{width:50},sx:{mr:4},children:ms({input:p,decimals:null===(a=n.liquidityToken)||void 0===a?void 0:a.decimals})}),`${n.token0.symbol}/${n.token1.symbol} LP`,Cn.jsx(l,{title:Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:10,typography:"body2",color:"text.primary"},children:[Cn.jsx(yv,{address:n.token0.address,chainId:n.token0.chainId,showName:null!==(s=n.token0.symbol)&&void 0!==s?s:"",size:14,offset:4,rightContent:Cn.jsx(v,{loading:u,loadingProps:{width:50},children:ms({input:h,decimals:n.token0.decimals})})}),Cn.jsx(yv,{address:n.token1.address,chainId:n.token1.chainId,showName:null!==(d=n.token1.symbol)&&void 0!==d?d:"",size:14,offset:4,rightContent:Cn.jsx(v,{loading:u,loadingProps:{width:50},children:ms({input:m,decimals:n.token1.decimals})})}),Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsx(e,{id:"c4miqE",message:"Pool share"}),Cn.jsx(v,{loading:u,loadingProps:{width:50},children:f})]})]}),sx:{padding:20,width:256},children:Cn.jsx(r,{component:Mn.DetailBorder,sx:{ml:4,width:16,height:16,cursor:"pointer"}})}),Cn.jsx(i,{component:"a",target:"_blank",rel:"noopener noreferrer",href:Fl(n.liquidityToken.chainId,n.liquidityToken.address,"address"),sx:{ml:4,display:"inline-flex",height:16},children:Cn.jsx(r,{component:Mn.ArrowTopRightBorder,sx:{width:16,height:16}})})]})]}):null}function OT({sx:t,disabled:n,slippage:o,onChangeSlippage:r}){const s=a(),d=o===Rf,[c,u]=z(d?"":new Se(o).times(100).toNumber());return Cn.jsx(l,{disabled:n,onlyClick:!0,title:Cn.jsxs(i,{sx:{backgroundColor:s.palette.background.paper,padding:s.spacing(16,20),borderRadius:16,width:375,maxWidth:"90vw",boxSizing:"border-box"},children:[Cn.jsxs(i,{sx:{display:"flex",justifyContent:"space-between",alignItems:"center",typography:"body2",color:"text.primary"},children:[Cn.jsx("span",{children:Cn.jsx(e,{id:"lqTDfd",message:"Slippage Tolerance"})}),Cn.jsxs("span",{children:[d?Mf:o&&new Se(o).times(100).toNumber(),"%"]})]}),Cn.jsxs(i,{sx:{mt:16,display:"flex",alignItems:"center",margin:s.spacing(16,0,0,0)},children:[Cn.jsx(Of,{sx:{borderRadius:8,whiteSpace:"nowrap"},onClick:()=>{u(""),r(Rf)},active:d}),Cn.jsx(b,{placeholder:String(Mf),value:c,onChange:e=>{const{value:t}=e.target;u(t),r(t?new Se(t).div(100).toNumber():Rf)},onBlur:()=>{(!d&&new Se(o).gt(.1)||new Se(o).lte(0))&&(u(10),r(.1))},suffix:Cn.jsx(i,{sx:{mr:16},children:"%"}),sx:{ml:8,"& input":{px:16,py:0,height:"39px"}}})]})]}),sx:{p:0},arrow:!1,placement:"bottom-end",children:Cn.jsx(M,{sx:Object.assign({width:"max-content",alignItems:"right",margin:s.spacing(0,0,0,"auto"),p:s.spacing(4,12),borderRadius:20,backgroundColor:"background.paperDarkContrast",cursor:"pointer"},t),children:Cn.jsx(i,{component:Mn.Setting,sx:{width:18,height:18,"& path:last-child":{fill:s.palette.text.primary}}})})})}function RT(){var t,n,o;const r=a(),[s,l]=W.useState(.003),[d,u]=W.useState(),[p,h]=W.useState(),[m,g]=W.useState(""),[f,x]=W.useState(""),[y,v]=W.useState(Rf),b=y===Rf?new Se(Mf).div(100).toNumber():y,{isMobile:j}=ld(),{onlyChainId:C}=Tn(),w=W.useMemo((()=>C||(null==d?void 0:d.chainId)||(null==p?void 0:p.chainId)),[C,d,p]),{pairAddress:k,pair:T,price:E,isInvalidPair:A,invertedPrice:I,priceLoading:S,liquidityMinted:L,shareOfPool:O,isExists:R}=function({baseToken:e,quoteToken:t,baseAmount:n,quoteAmount:i,fee:o}){const[r,a,s]=W.useMemo((()=>{var n,i;if(!e||!t)return[null,null,!1];const o=ve[e.chainId],r=(null===(n=o.address)||void 0===n?void 0:n.toLowerCase())===e.address.toLowerCase(),a=(null===(i=o.address)||void 0===i?void 0:i.toLowerCase())===t.address.toLowerCase(),s=r?o.wrappedTokenAddress:e.address,l=a?o.wrappedTokenAddress:t.address,d=s.toLowerCase()===l.toLowerCase();return d?[null,null,!0]:[new Xt(e.chainId,s,e.decimals,e.symbol,e.name),new Xt(t.chainId,l,t.decimals,t.symbol,t.name),d]}),[e,t]),l=W.useMemo((()=>{if(!r||!a||void 0===o)return;const e=r.chainId,t=e?Ke(e)||ht(e):void 0;return t?ql({factoryAddress:t,tokenA:r,tokenB:a,fee:o}):void 0}),[r,a,o]),{pair:d,price:c,invertedPrice:u,reserveQuery:p,liquidityMinted:h,shareOfPool:m,isExists:g}=eb({pool:e&&t&&l?{baseToken:e,quoteToken:t,type:"AMMV2",address:l}:void 0,baseAmount:n,quoteAmount:i});return{pairAddress:l,pair:d,isInvalidPair:s,price:c,invertedPrice:u,priceLoading:p.isLoading,liquidityMinted:h,shareOfPool:m,isExists:g}}({baseToken:d,quoteToken:p,baseAmount:m,quoteAmount:f,fee:s}),_=nx(E);if(E&&m&&!E.isEqualTo(null!=_?_:0)&&R){const e=E.times(m).dp(null!==(t=null==p?void 0:p.decimals)&&void 0!==t?t:18);e.isEqualTo(f)||x(e.toString())}const M=w?Je(w)||ot(w):void 0,P=Hd(d,{amount:m,contractAddress:M}),B=Hd(p,{amount:f,contractAddress:M}),[D,N]=W.useState(!1),F=!d||!p,q=Gv({baseToken:d,quoteToken:p,baseAmount:m,quoteAmount:f,fee:s,isExists:R,slippage:b,successBack:()=>{Af.getState().push({type:Ef.Pool,params:{tab:Zb.myLiquidity}})}});return Y((()=>{console.error("createMutation.error",q.error)}),[q.error]),Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:20,mx:16,pb:20,borderBottomWidth:1,borderBottomStyle:"solid",borderBottomColor:"border.main",mb:20,[r.breakpoints.up("tablet")]:{width:600,mx:"auto"}},children:[Cn.jsx(tj,{onClick:()=>{Af.getState().push({type:Ef.Pool})}}),Cn.jsx(i,{sx:{typography:"caption",fontWeight:600,color:"text.primary",mr:"auto"},children:Cn.jsx(e,{id:"E6MqGy",message:"Add liquidity"})}),Cn.jsx(My,{poolType:"AMM V2"})]}),Cn.jsxs(i,{sx:{pt:20,px:16,position:"relative",overflow:"hidden",backgroundColor:r.palette.background.paper,borderRadius:16,[r.breakpoints.up("tablet")]:{borderWidth:1,borderStyle:"solid",borderColor:"border.main",px:0,mx:"auto",width:600}},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:20,[r.breakpoints.up("tablet")]:{pt:20,px:20,pb:20}},children:[Cn.jsx(LT,{pair:T,pairAddress:k,isExists:R}),Cn.jsxs(AT,{title:Cn.jsx(e,{id:"nxRg31",message:"Select pair"}),children:[Cn.jsxs(i,{sx:{display:"grid",gridTemplateColumns:j?"repeat(1, 1fr)":"repeat(2, 1fr)",gap:12},children:[Cn.jsx(ET,{border:!0,highlightDefault:!0,chainId:w,token:d,onTokenChange:(e,t)=>{t?(u(p),h(d),g(""),x("")):(u(e),g(""))},occupiedToken:p}),Cn.jsx(ET,{border:!0,highlightDefault:!0,chainId:w,token:p,onTokenChange:(e,t)=>{t?(u(p),h(d)):(h(e),x(""))},occupiedToken:d})]}),(!w||Pl(w))&&Cn.jsx(ST,{fee:s,onChange:l,feeList:[1e-4,5e-4,.003],hasCustom:!0,disabled:F})]}),Cn.jsx(AT,{title:Cn.jsx(e,{id:"MU9s7M",message:"Deposit amounts"}),disabled:F,children:Cn.jsxs(i,{children:[Cn.jsx(Dm,{sx:{mb:4,pb:28,minHeight:"auto",backgroundColor:"background.cardInput",padding:r.spacing(20,20,28)},inputSx:{backgroundColor:"background.cardInput"},token:d,amt:m,defaultLoadBalance:!0,onInputChange:e=>{var t;g(e);const n=Number(e);R&&E&&n&&x(E.times(e).dp(null!==(t=null==p?void 0:p.decimals)&&void 0!==t?t:18).toString())},showMaxBtn:!0,occupiedAddrs:[null!==(n=null==p?void 0:p.address)&&void 0!==n?n:""],occupiedChainId:null==p?void 0:p.chainId,notTokenPickerModal:!0,showPercentage:!0,readOnly:F}),Cn.jsx(Pm,{}),Cn.jsx(Dm,{sx:{pb:20,minHeight:"auto",backgroundColor:"background.cardInput",padding:r.spacing(20,20,20)},inputSx:{backgroundColor:"background.cardInput"},token:p,amt:f,defaultLoadBalance:!0,onInputChange:e=>{var t;x(e);const n=Number(e);R&&I&&n&&g(I.times(e).dp(null!==(t=null==d?void 0:d.decimals)&&void 0!==t?t:18).toString())},showMaxBtn:!0,occupiedAddrs:[null!==(o=null==d?void 0:d.address)&&void 0!==o?o:""],occupiedChainId:null==d?void 0:d.chainId,notTokenPickerModal:!0,showPercentage:!0,readOnly:F}),Cn.jsx(OT,{slippage:y,onChangeSlippage:v,disabled:F,sx:{mt:8}}),Cn.jsx(Uv,{baseToken:d,quoteToken:p,loading:S,midPrice:E,shareOfPool:O}),!!R&&Cn.jsxs(i,{sx:{mt:20,p:20,borderRadius:16,backgroundColor:"background.paperContrast",typography:"h6",textAlign:"center","& > b":{fontWeight:600,color:"primary.main"}},children:["🌟",Cn.jsx("b",{children:Cn.jsx(e,{id:"e38JNU",message:"Tips:"})})," ",Cn.jsx(e,{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:As({input:s})},components:{0:Cn.jsx("b",{})}})]})]})})]}),Cn.jsx(i,{sx:{mt:20,py:16,[r.breakpoints.up("tablet")]:{px:20}},children:Cn.jsx(Hf,{fullWidth:!0,includeButton:!0,size:c.Size.big,disabled:F,chainId:w,children:Cn.jsx(TT,{statuses:[P,B],buttonProps:{size:c.Size.big},children:Cn.jsx(c,{fullWidth:!0,size:c.Size.big,disabled:!(d&&p&&m&&f&&!A&&s),onClick:()=>N(!0),children:A?Cn.jsx(e,{id:"R7D79P",message:"Invalid pair"}):Cn.jsx(e,{id:"bwSQI0",message:"Supply"})})})})}),Cn.jsx(Vv,{open:D,onClose:()=>N(!1),slippage:b,baseToken:d,baseAmount:m,quoteToken:p,quoteAmount:f,fee:s,price:E,lpAmount:L,shareOfPool:O,pairAddress:k,createMutation:q})]})]})}const _T=({disabled:e,feeAmount:t,dispatch:n})=>{const o=a(),{isMobile:r}=ld(),[s,l]=z(!1);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:Object.assign({display:"flex",alignItems:"center",justifyContent:"space-between",px:20,py:12,borderWidth:1,borderStyle:"solid",borderColor:o.palette.border.main,borderRadius:12},e?{opacity:.3}:void 0),children:[Cn.jsx(i,{sx:{typography:"h5",color:o.palette.text.primary},children:t?`${_y[t].label} ${le._({id:"fxRyGG",message:"fee tier"})}`:le._({id:"EU3wU4",message:"Fee tier"})}),Cn.jsx(c,{size:c.Size.small,variant:c.Variant.outlined,disabled:e,onClick:()=>l((e=>!e)),sx:{color:o.palette.text.primary,border:`solid 1px ${o.palette.text.primary}`},children:s?le._({id:"vLyv1R",message:"Hide"}):le._({id:"ePK91l",message:"Edit"})})]}),s&&Cn.jsx(i,{sx:Object.assign({},r?{display:"grid",gap:8,gridTemplateColumns:"repeat(2, 1fr)"}:{display:"flex",alignItems:"center",gap:8}),children:[Ox.LOWEST,Ox.LOW,Ox.MEDIUM,Ox.HIGH].map((i=>{const r=t===i;return Cn.jsxs(c,{size:c.Size.middle,variant:c.Variant.outlined,disabled:e,onClick:()=>{n({type:Ky.UpdateFeeAmount,payload:i})},sx:{flexBasis:"50%",flexShrink:1,flexGrow:1,justifyContent:"space-between",px:20,color:r?o.palette.primary.main:o.palette.text.primary,borderRadius:12,borderColor:r?o.palette.primary.main:o.palette.border.main,[o.breakpoints.up("tablet")]:{flexBasis:"25%"}},children:[_y[i].label,r?Cn.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:[Cn.jsx("rect",{x:"0.5",y:"0.5",width:"17",height:"17",rx:"8.5",stroke:o.palette.primary.main}),Cn.jsx("rect",{x:"4.5",y:"4.5",width:"9",height:"9",rx:"4.5",fill:o.palette.primary.main,stroke:o.palette.primary.main})]}):Cn.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:Cn.jsx("rect",{x:"0.5",y:"0.5",width:"17",height:"17",rx:"8.5",stroke:o.palette.text.secondary})})]},i)}))})]})},MT={neutral1:"#222222",neutral2:"#7D7D7D",accent1:"#FC72FF",critical:"FF5F52",white:"#FFFFFF",surface3:"#22222212",opacity:{hover:.6,click:.4,disabled:.5,enabled:1}},PT=({series:e,xScale:t,yScale:n,xValue:o,yValue:r,fill:a})=>Z((()=>{var s;return Cn.jsx(i,{component:"path",opacity:.5,stroke:null!=a?a:MT.accent1,fill:null!=a?a:MT.accent1,d:null!==(s=on().curve(rn).x((e=>t(o(e)))).y1((e=>n(r(e)))).y0(n(0))(e.filter((e=>{const n=t(o(e));return n>0&&n<=window.innerWidth}))))&&void 0!==s?s:void 0})}),[a,e,t,o,n,r]),BT=({axisGenerator:e})=>Cn.jsx("g",{ref:t=>{t&&sn(t).call(e).call((e=>e.select(".domain").remove()))}}),DT=({xScale:e,innerHeight:t,offset:n=0})=>Z((()=>Cn.jsx(i,{component:"g",transform:`translate(0, ${t+n})`,sx:{"& line":{display:"none"},"& text":{color:MT.neutral2,transform:"translateY(5px)"}},children:Cn.jsx(BT,{axisGenerator:an(e).ticks(6)})})),[t,n,e]),NT=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(" "),FT=()=>["m 5 7","v 14","M 0 0","m 9 7","v 14","z"].join(" "),qT=({color:e,size:t=10,margin:n=10})=>Cn.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 UT=({color:e,d:t})=>Cn.jsx(i,{component:"path",cursor:"ew-resize",pointerEvents:"none",strokeWidth:3,stroke:e,fill:e,d:t}),VT=({d:e})=>Cn.jsx(i,{component:"path",cursor:"ew-resize",pointerEvents:"none",stroke:MT.white,opacity:MT.opacity.hover,d:e}),HT=({visible:e,transform:t,children:n})=>Cn.jsx(i,{component:"g",opacity:e?"1":"0",transform:t,sx:{transition:"opacity 300ms"},children:n}),WT=({y:e,x:t,height:n,width:o,rx:r})=>Cn.jsx(i,{component:"rect",fill:MT.surface3,y:e,x:t,height:n,width:o,rx:r}),ZT=({y:e,transform:t,dominantBaseline:n,children:o})=>Cn.jsx(i,{component:"text",y:e,textAnchor:"middle",fontSize:"13px",fill:MT.neutral1,transform:t,dominantBaseline:n,children:o}),$T=(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]))},zT=({id:e,xScale:t,interactive:n,brushLabelValue:i,brushExtent:o,setBrushExtent:r,innerWidth:a,innerHeight:s,westHandleColor:l,eastHandleColor:d})=>{const c=G(null),u=G(null),[p,h]=z(o),[m,g]=z(!1),[f,x]=z(!1),y=function(e){const t=G();return Y((()=>{t.current=e}),[e]),t.current}(o),v=$((e=>{const{type:n,selection:i,mode:a}=e;if(!i)return void h(null);const s=i.map(t.invert);"end"!==n||$T(o,s,t)||r(s,a),h(s)}),[t,o,r]);Y((()=>{h(o)}),[o]),Y((()=>{c.current&&(u.current=ln().extent([[Math.max(2,t(0)),0],[a-2,s]]).handleSize(30).filter((()=>n)).on("brush end",v),u.current(sn(c.current)),y&&$T(o,y,t)&&sn(c.current).transition().call(u.current.move,o.map(t)),sn(c.current).selectAll(".selection").attr("stroke","none").attr("fill-opacity","0.1").attr("fill",`url(#${e}-gradient-selection)`))}),[o,v,e,s,a,n,y,t]),Y((()=>{c.current&&u.current&&u.current.move(sn(c.current),o.map(t))}),[o,t]),Y((()=>{g(!0);const e=setTimeout((()=>g(!1)),1500);return()=>clearTimeout(e)}),[p]);const b=p&&t(p[0])>20,j=p&&t(p[1])>a-20,C=p&&(t(p[0])<0||t(p[1])<0),w=p&&(t(p[0])>a||t(p[1])>a),k=p&&t(p[0])>=0&&t(p[0])<=a,T=p&&t(p[1])>=0&&t(p[1])<=a;return Z((()=>Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs("defs",{children:[Cn.jsxs("linearGradient",{id:`${e}-gradient-selection`,x1:"0%",y1:"100%",x2:"100%",y2:"100%",children:[Cn.jsx("stop",{stopColor:l}),Cn.jsx("stop",{stopColor:d,offset:"1"})]}),Cn.jsx("clipPath",{id:`${e}-brush-clip`,children:Cn.jsx("rect",{x:"0",y:"0",width:a,height:s})})]}),Cn.jsx("g",{ref:c,clipPath:`url(#${e}-brush-clip)`,onMouseEnter:()=>x(!0),onMouseLeave:()=>x(!1)}),p&&Cn.jsxs(Cn.Fragment,{children:[k?Cn.jsxs("g",{transform:`translate(${Math.max(0,t(p[0]))}, 0), scale(${b?"-1":"1"}, 1)`,children:[Cn.jsxs("g",{children:[Cn.jsx(UT,{color:l,d:NT(s)}),Cn.jsx(VT,{d:FT()})]}),Cn.jsxs(HT,{transform:`translate(50,0), scale(${b?"1":"-1"}, 1)`,visible:m||f,children:[Cn.jsx(WT,{y:"0",x:"-30",height:"30",width:"60",rx:"8"}),Cn.jsx(ZT,{transform:"scale(-1, 1)",y:"15",dominantBaseline:"middle",children:i("w",p[0])})]})]}):null,T?Cn.jsxs("g",{transform:`translate(${t(p[1])}, 0), scale(${j?"-1":"1"}, 1)`,children:[Cn.jsxs("g",{children:[Cn.jsx(UT,{color:d,d:NT(s)}),Cn.jsx(VT,{d:FT()})]}),Cn.jsxs(HT,{transform:`translate(50,0), scale(${j?"-1":"1"}, 1)`,visible:m||f,children:[Cn.jsx(WT,{y:"0",x:"-30",height:"30",width:"60",rx:"8"}),Cn.jsx(ZT,{y:"15",dominantBaseline:"middle",children:i("e",p[1])})]})]}):null,C&&Cn.jsx(qT,{color:l}),w&&Cn.jsx("g",{transform:`translate(${a}, 0) scale(-1, 1)`,children:Cn.jsx(qT,{color:d})})]})]})),[i,d,T,j,b,f,e,s,a,p,w,m,C,l,k,t])},GT=({value:e,xScale:t,innerHeight:n})=>Z((()=>Cn.jsx(i,{component:"line",x1:t(e),y1:"0",x2:t(e),y2:n,sx:{opacity:.5,strokeWidth:2,stroke:MT.neutral1,fill:"none"}})),[e,t,n]);function YT({svg:e,xScale:t,setZoom:n,width:o,height:r,resetBrush:a,showResetButton:s,zoomLevels:l}){const d=G(),[u,p,h,m]=Z((()=>[()=>e&&d.current&&sn(e).transition().call(d.current.scaleBy,2),()=>e&&d.current&&sn(e).transition().call(d.current.scaleBy,.5),()=>e&&d.current&&sn(e).transition().call(d.current.scaleTo,.5),()=>e&&d.current&&sn(e).call(d.current.transform,dn.translate(0,0).scale(1)).transition().call(d.current.scaleTo,.5)]),[e]);return Y((()=>{e&&(d.current=cn().scaleExtent([l.min,l.max]).extent([[0,0],[o,r]]).on("zoom",(({transform:e})=>n(e))),sn(e).call(d.current))}),[r,o,n,e,t,d,l,l.max,l.min]),Y((()=>{h()}),[h,l]),Cn.jsxs(i,{sx:{display:"grid",gridTemplateColumns:`repeat(${s?3:2}, 1fr)`,gridGap:"6px",position:"absolute",top:"-32px",right:0},children:[s&&Cn.jsx(c,{size:c.Size.small,sx:{borderRadius:16},onClick:()=>{a(),m()},disabled:!1,children:Cn.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:[Cn.jsx("polyline",{points:"1 4 1 10 7 10"}),Cn.jsx("polyline",{points:"23 20 23 14 17 14"}),Cn.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"})]})}),Cn.jsx(c,{size:c.Size.small,sx:{borderRadius:16},onClick:u,disabled:!1,children:Cn.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:[Cn.jsx("circle",{cx:"11",cy:"11",r:"8"}),Cn.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),Cn.jsx("line",{x1:"11",y1:"8",x2:"11",y2:"14"}),Cn.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]})}),Cn.jsx(c,{size:c.Size.small,sx:{borderRadius:16},onClick:p,disabled:!1,children:Cn.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:[Cn.jsx("circle",{cx:"11",cy:"11",r:"8"}),Cn.jsx("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),Cn.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]})})]})}const QT=e=>e.price0,XT=e=>e.activeLiquidity;function KT({id:e="liquidityChartRangeInput",data:{series:t,current:n},ticksAtLimit:o,styles:r,dimensions:{width:a,height:s},margins:l,interactive:d=!0,brushDomain:c,brushLabels:u,onBrushDomainChange:p,zoomLevels:h}){const m=G(null),[g,f]=z(null),[x,y]=Z((()=>[s-l.top-l.bottom,a-l.left-l.right]),[a,s,l]),{xScale:v,yScale:b}=Z((()=>{const e={xScale:un().domain([n*h.initialMin,n*h.initialMax]).range([0,y]),yScale:un().domain([0,pn(t,XT)]).range([x,0])};if(g){const t=g.rescaleX(e.xScale);e.xScale.domain(t.domain())}return e}),[n,h.initialMin,h.initialMax,y,t,x,g]);return Y((()=>{f(null)}),[h]),Y((()=>{c||p(v.domain(),void 0)}),[c,p,v]),Cn.jsxs(Cn.Fragment,{children:[Cn.jsx(YT,{svg:m.current,xScale:v,setZoom:f,width:y,height:s,resetBrush:()=>{p([n*h.initialMin,n*h.initialMax],"reset")},showResetButton:Boolean(o[Vf.LOWER]||o[Vf.UPPER]),zoomLevels:h}),Cn.jsxs("svg",{width:"100%",height:"100%",viewBox:`0 0 ${a} ${s}`,style:{overflow:"visible"},children:[Cn.jsxs("defs",{children:[Cn.jsx("clipPath",{id:`${e}-chart-clip`,children:Cn.jsx("rect",{x:"0",y:"0",width:y,height:s})}),c&&Cn.jsx("mask",{id:`${e}-chart-area-mask`,children:Cn.jsx("rect",{fill:"white",x:v(c[0]),y:"0",width:v(c[1])-v(c[0]),height:x})})]}),Cn.jsxs("g",{transform:`translate(${l.left},${l.top})`,children:[Cn.jsxs("g",{clipPath:`url(#${e}-chart-clip)`,children:[Cn.jsx(PT,{series:t,xScale:v,yScale:b,xValue:QT,yValue:XT}),c&&Cn.jsx("g",{mask:`url(#${e}-chart-area-mask)`,children:Cn.jsx(PT,{series:t,xScale:v,yScale:b,xValue:QT,yValue:XT,fill:r.area.selection})}),Cn.jsx(GT,{value:n,xScale:v,innerHeight:x}),Cn.jsx(DT,{xScale:v,innerHeight:x})]}),Cn.jsx(i,{component:"rect",width:y,height:s,ref:m,sx:{fill:"transparent",cursor:"grab","&:active":{cursor:"grabbing"}}}),Cn.jsx(zT,{id:e,xScale:v,interactive:d,brushLabelValue:u,brushExtent:null!=c?c:v.domain(),innerWidth:y,innerHeight:x,setBrushExtent:p,westHandleColor:r.brush.handle.west,eastHandleColor:r.brush.handle.east})]})]})]})}const JT=8;function eE(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=sy(e,t,o),m={liquidityActive:u.liquidityActive,tick:o,liquidityNet:Gt.BigInt(null!==(l=null===(s=i[n])||void 0===s?void 0:s.liquidityNet)&&void 0!==l?l:""),price0:h.toFixed(JT),sdkPrice:h};r?m.liquidityActive=Gt.add(u.liquidityActive,Gt.BigInt(null!==(c=null===(d=i[n])||void 0===d?void 0:d.liquidityNet)&&void 0!==c?c:0)):!r&&Gt.notEqual(u.liquidityNet,Gt.BigInt(0))&&(m.liquidityActive=Gt.subtract(u.liquidityActive,u.liquidityNet)),p.push(m),u=m}return r||(p=p.reverse()),p}const tE=8,nE=(e,t)=>e&&t?Math.floor(e/Rx[t])*Rx[t]:void 0,iE=1e3;function oE(e,t,n,i){const[o,r]=z(0),[a,s]=z([]),{data:l,error:d,isLoading:c}=function(e,t,n,i=0,o){var r;const a=Kl(),s=e&&t&&n?py.getAddress(null==e?void 0:e.wrapped,null==t?void 0:t.wrapped,n,void 0,o?ax[o]:void 0):void 0,l=a.getQuery(ge.graphql.AllV3TicksDocument,{skip:i,first:iE,where:{chain:o?aa[o]:void 0,poolAddress:null!==(r=null==s?void 0:s.toLowerCase())&&void 0!==r?r:void 0,refreshNow:!0,schemaName:"ammv3"}});return We(Object.assign(Object.assign({},l),{enabled:!0}))}(e,t,n,o,i),u=null==l?void 0:l.ticks;return Y((()=>{(null==u?void 0:u.length)&&(s((e=>[...e,...u])),(null==u?void 0:u.length)===iE&&r((e=>e+iE)))}),[u]),{isLoading:c||(null==u?void 0:u.length)===iE,error:d,ticks:a}}function rE({currencyA:e,currencyB:t,feeAmount:n}){const{isLoading:i,error:o,data:r}=function(e,t,n,i){var o,r,a;const{chainId:s}=$l(),l=Uy(e,t,n),d=null===(o=l[1])||void 0===o?void 0:o.liquidity,c=null===(r=l[1])||void 0===r?void 0:r.sqrtRatioX96,u=null===(a=l[1])||void 0===a?void 0:a.tickCurrent,p=Z((()=>nE(u,n)),[u,n]),{isLoading:h,error:m,ticks:g}=oE(e,t,n,s);return Z((()=>{var n,i,o,r,a;if(!e||!t||void 0===p||l[0]!==qy.EXISTS||!g||0===g.length||h)return{isLoading:h||l[0]===qy.LOADING,error:m,activeTick:p,data:void 0};const s=null==e?void 0:e.wrapped,f=null==t?void 0:t.wrapped,x=g.findIndex((e=>(null==e?void 0:e.tickIdx)&&e.tickIdx>p))-1;if(x<0)return console.log("usePoolTickData","usePoolActiveLiquidity","TickData pivot not found",{token0:s.address,token1:f.address,chainId:s.chainId}),{isLoading:h,error:m,activeTick:p,data:void 0};const y=sy(s,f,p),v={liquidityActive:Gt.BigInt(null!==(i=null===(n=l[1])||void 0===n?void 0:n.liquidity)&&void 0!==i?i:0),tick:p,liquidityNet:Number(null===(o=g[x])||void 0===o?void 0:o.tickIdx)===p?Gt.BigInt(null!==(a=null===(r=g[x])||void 0===r?void 0:r.liquidityNet)&&void 0!==a?a:0):Gt.BigInt(0),price0:y.toFixed(tE),sdkPrice:y},b=eE(s,f,v,g,x,!0),j=eE(s,f,v,g,x,!1).concat(v).concat(b);return{isLoading:h,error:m,currentTick:u,activeTick:p,liquidity:d,sqrtPriceX96:c,data:j}}),[e,t,p,l,g,h,m,u,d,c])}(e,t,n),a=$((()=>{if(!(null==r?void 0:r.length))return;const e=[];for(let t=0;t<r.length;t++){const n=r[t],i={activeLiquidity:parseFloat(n.liquidityActive.toString()),price0:parseFloat(n.price0)};i.activeLiquidity>0&&e.push(i)}return e}),[r]);return Z((()=>({isLoading:i,error:o,formattedData:i?void 0:a()})),[i,o,a])}const aE={initialMin:.999,initialMax:1.001,min:1e-5,max:1.5},sE={[Ox.LOWEST]:aE,[Ox.LOW_200]:aE,[Ox.LOW_300]:aE,[Ox.LOW_400]:aE,[Ox.LOW]:aE,[Ox.MEDIUM]:{initialMin:.5,initialMax:2,min:1e-5,max:20},[Ox.HIGH]:{initialMin:.5,initialMax:2,min:1e-5,max:20}};function lE({message:e,icon:t}){return Cn.jsxs(Gf,{style:{height:"100%",justifyContent:"center"},children:[t,e&&Cn.jsx(i,{sx:{mt:20,p:10,typography:"caption",textAlign:"center"},children:e})]})}function dE(){return Cn.jsx(v,{})}function cE({currencyA:t,currencyB:n,feeAmount:o,ticksAtLimit:r,price:a,priceLower:s,priceUpper:l,onLeftRangeInput:d,onRightRangeInput:c,interactive:u}){const p=t&&n&&(null==t?void 0:t.wrapped.sortsBefore(null==n?void 0:n.wrapped)),{isLoading:h,error:m,formattedData:g}=rE({currencyA:t,currencyB:n,feeAmount:o}),f=$(((e,t)=>{let n=Number(e[0]);const i=Number(e[1]);n<=0&&(n=1/10**6),(!r[p?Vf.LOWER:Vf.UPPER]||"handle"===t||"reset"===t)&&n>0&&d(n.toFixed(6)),(!r[p?Vf.UPPER:Vf.LOWER]||"reset"===t)&&i>0&&i<1e35&&c(i.toFixed(6))}),[p,d,c,r]);u=u&&Boolean(null==g?void 0:g.length);const x=Z((()=>{const e=p?s:null==l?void 0:l.invert(),t=p?l:null==s?void 0:s.invert();return e&&t?[parseFloat(null==e?void 0:e.toSignificant(6)),parseFloat(null==t?void 0:t.toSignificant(6))]:void 0}),[p,s,l]),y=$(((e,t)=>{if(!a)return"";if("w"===e&&r[p?Vf.LOWER:Vf.UPPER])return"0";if("e"===e&&r[p?Vf.UPPER:Vf.LOWER])return"∞";const n=(t<a?-1:1)*((Math.max(t,a)-Math.min(t,a))/a)*100;return a?`${ms({input:n,decimals:2})}%`:""}),[p,a,r]),v=!t||!n||void 0===g&&!h&&!m;return Cn.jsx(Yf,{gap:"md",style:{minHeight:"200px"},children:v?Cn.jsx(lE,{message:Cn.jsx(e,{id:"OZUH85",message:"Your position will appear here."}),icon:Cn.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"56",height:"56",viewBox:"0 0 24 24",fill:"none",stroke:MT.neutral1,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[Cn.jsx("polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}),Cn.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"})]})}):h?Cn.jsx(dE,{}):m?Cn.jsx(lE,{message:Cn.jsx(e,{id:"79D0qY",message:"Liquidity data not available."}),icon:Cn.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"56",height:"56",viewBox:"0 0 24 24",fill:"none",stroke:MT.neutral2,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[Cn.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"}),Cn.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]})}):g&&0!==g.length&&a?Cn.jsx(i,{sx:{position:"relative",width:"100%",maxHeight:"200px",justifyContent:"center",alignContent:"center"},children:Cn.jsx(KT,{data:{series:g,current:a},dimensions:{width:560,height:200},margins:{top:10,right:2,bottom:20,left:0},styles:{area:{selection:MT.accent1},brush:{handle:{west:MT.critical,east:MT.accent1}}},interactive:u,brushLabels:y,brushDomain:x,onBrushDomainChange:f,zoomLevels:sE[null!=o?o:Ox.MEDIUM],ticksAtLimit:r})}):Cn.jsx(lE,{message:Cn.jsx(e,{id:"rH6vg9",message:"There is no liquidity data."}),icon:Cn.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"56",height:"56",viewBox:"0 0 24 24",fill:"none",stroke:MT.neutral2,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[Cn.jsx("line",{x1:"18",y1:"20",x2:"18",y2:"10"}),Cn.jsx("line",{x1:"12",y1:"20",x2:"12",y2:"4"}),Cn.jsx("line",{x1:"6",y1:"20",x2:"6",y2:"14"})]})})})}const uE=({value:t,decrement:n,increment:o,decrementDisabled:r=!1,incrementDisabled:s=!1,locked:l,onUserInput:d,title:u,tokenA:p,tokenB:h})=>{const m=a(),[g,f]=z(!1),[x,y]=z(""),[v,b]=z(!1),[j,C]=z(!1),w=$((()=>{b(!1),f(!1),d(x)}),[x,d]),k=$((()=>{b(!1),d(n())}),[n,d]),T=$((()=>{b(!1),d(o())}),[o,d]);return Y((()=>{x===t||v||setTimeout((()=>{y(t),C(!0),setTimeout((function(){C(!1)}),1800)}),0)}),[x,v,t]),Cn.jsx(i,{onFocus:()=>{b(!0),f(!0)},onBlur:w,sx:{width:"100%",py:12,px:20,borderRadius:16,backgroundColor:m.palette.background.cardInput},children:Cn.jsxs(i,{sx:{width:"100%",display:"flex",alignItems:"center",justifyContent:"space-between"},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"stretch"},children:[Cn.jsx(i,{sx:{typography:"body2",fontWeight:600,color:m.palette.text.primary},children:u}),Cn.jsx(i,{sx:{mt:4,typography:"h6",fontWeight:500,color:m.palette.text.secondary},children:Cn.jsx(e,{id:"1/LP4K",message:"{tokenB} per {tokenA}",values:{tokenB:h,tokenA:p}})}),Cn.jsx(um,{sx:{mt:12,backgroundColor:m.palette.background.cardInput},value:x,onChange:e=>{y(e)},readOnly:l})]}),Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",gap:8},children:[!l&&Cn.jsx(c,{size:c.Size.small,onClick:T,disabled:s,sx:{px:4,backgroundColor:m.palette.background.paper,"&[disabled]":{cursor:"default"}},children:Cn.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.jsx("path",{d:"M14.25 9.75H9.75V14.25H8.25V9.75H3.75V8.25H8.25V3.75H9.75V8.25H14.25V9.75Z",fill:r?m.palette.text.disabled:m.palette.text.primary})})}),!l&&Cn.jsx(c,{size:c.Size.small,onClick:k,disabled:r,sx:{px:4,backgroundColor:m.palette.background.paper,"&[disabled]":{cursor:"default"}},children:Cn.jsx("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:Cn.jsx("rect",{x:"3.75",y:"8.25",width:"10.5",height:"1.5",fill:r?m.palette.text.disabled:m.palette.text.primary})})})]})]})})},pE=({priceLower:t,priceUpper:n,onLeftRangeInput:o,onRightRangeInput:r,getDecrementLower:a,getIncrementLower:s,getDecrementUpper:l,getIncrementUpper:d,currencyA:c,currencyB:u,feeAmount:p,ticksAtLimit:h})=>{var m,g,f,x;const y=null===(m=null!=c?c:void 0)||void 0===m?void 0:m.wrapped,v=null===(g=null!=u?u:void 0)||void 0===g?void 0:g.wrapped,b=y&&v&&y.sortsBefore(v),j=b?t:null==n?void 0:n.invert(),C=b?n:null==t?void 0:t.invert();return Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"stretch",gap:8},children:[Cn.jsx(uE,{value:h[b?Vf.LOWER:Vf.UPPER]?"0":null!==(f=null==j?void 0:j.toSignificant(8))&&void 0!==f?f:"",onUserInput:o,decrement:b?a:d,increment:b?s:l,decrementDisabled:void 0===j||h[b?Vf.LOWER:Vf.UPPER],incrementDisabled:void 0===j||h[b?Vf.LOWER:Vf.UPPER],feeAmount:p,label:j?`${null==u?void 0:u.symbol}`:"-",title:Cn.jsx(e,{id:"uEoBVI",message:"Low price"}),tokenA:null==c?void 0:c.symbol,tokenB:null==u?void 0:u.symbol}),Cn.jsx(uE,{value:h[b?Vf.UPPER:Vf.LOWER]?"∞":null!==(x=null==C?void 0:C.toSignificant(8))&&void 0!==x?x:"",onUserInput:r,decrement:b?l:s,increment:b?d:a,incrementDisabled:void 0===C||h[b?Vf.UPPER:Vf.LOWER],decrementDisabled:void 0===C||h[b?Vf.UPPER:Vf.LOWER],feeAmount:p,label:C?`${null==u?void 0:u.symbol}`:"-",tokenA:null==c?void 0:c.symbol,tokenB:null==u?void 0:u.symbol,title:Cn.jsx(e,{id:"kAC8rT",message:"High price"})})]})};var hE;function mE(){return mE=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},mE.apply(null,arguments)}const gE=e=>H.createElement("svg",mE({width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),hE||(hE=H.createElement("g",{id:"ICON/18px/arrow/\\xE6\\x94\\xB6\\xE8\\xB5\\xB7/Dark"},H.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 fE({token:e,oppositeTokenAddress:t,dispatch:n,tokenSelectOnChange:o}){const r=a(),{chainId:s}=$l(),[l,c]=z(!1);return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{component:d,sx:{flexBasis:"100%",flexGrow:1,flexShrink:1,display:"flex",alignItems:"center",px:20,py:8,borderRadius:12,borderWidth:1,borderStyle:"solid",borderColor:e?r.palette.border.main:r.palette.primary.main,color:e?r.palette.text.primary:r.palette.primary.contrastText,backgroundColor:e?"transparent":r.palette.primary.main,"&:hover":{borderColor:e?r.palette.border.main:r.palette.primary.main,opacity:.8},[r.breakpoints.up("tablet")]:{flexBasis:"50%"}},onClick:()=>{c(!0)},children:[e?Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:8},children:[Cn.jsx(yc,{address:e.address,marginRight:0,width:24,height:24,chainId:e.chainId||s,noShowChain:!0,sx:{flexShrink:0}}),Cn.jsx(i,{sx:{typography:"h5",fontWeight:600,lineHeight:"32px",flexShrink:0},children:e.symbol})]}):Cn.jsx(i,{sx:{typography:"h5",fontWeight:600,lineHeight:"32px",flexShrink:0},children:le._({id:"0RrIzN",message:"Select token"})}),Cn.jsx(i,{component:gE,sx:{flexShrink:0,ml:"auto",width:18,height:18}})]}),Cn.jsx(km,{value:zy(e),open:l,chainId:s,occupiedAddrs:[t],occupiedChainId:null==e?void 0:e.chainId,onClose:()=>{c(!1)},onTokenChange:(e,t)=>{if(!Array.isArray(e)){if(t)return n({type:Ky.UpdateBaseTokenAndClearQuoteToken,payload:e}),void c(!1);o(e),c(!1)}},modal:!0})]})}const xE=({baseToken:e,quoteToken:t,dispatch:n})=>{var o,r;const s=a();return Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:12,flexWrap:"wrap",[s.breakpoints.up("tablet")]:{flexWrap:"nowrap"}},children:[Cn.jsx(fE,{token:e,oppositeTokenAddress:null!==(o=null==t?void 0:t.address)&&void 0!==o?o:"",dispatch:n,tokenSelectOnChange:e=>{n({type:Ky.UpdateBaseToken,payload:e})}}),Cn.jsx(fE,{token:t,oppositeTokenAddress:null!==(r=null==e?void 0:e.address)&&void 0!==r?r:"",dispatch:n,tokenSelectOnChange:e=>{n({type:Ky.UpdateQuoteToken,payload:e})}})]})};const yE=[{value:.03,title:"Narrow"},{value:.08,title:"Standard"},{value:.15,title:"Wide"},{value:1,title:"Full"}],vE=e=>{const t=a(),[n,o]=z(null);return Cn.jsx(i,{sx:{borderRadius:16,borderWidth:1,borderStyle:"solid",borderColor:t.palette.border.main,overflow:"hidden",display:"flex",alignItems:"center",flexWrap:"wrap",alignSelf:"stretch"},children:yE.map(((r,a)=>Cn.jsxs(i,{component:d,onClick:()=>{o(r.value),e.onSelect(r.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 ${t.palette.border.main}`:"none",borderBottom:a<=1?`1px solid ${t.palette.border.main}`:"none",[t.breakpoints.up("tablet")]:{flexBasis:"25%",borderRight:a===yE.length-1?"none":`1px solid ${t.palette.border.main}`,borderBottom:"none"},backgroundColor:n===r.value?T("#7BF179",.1):"transparent","&:hover":{backgroundColor:T("#7BF179",.1)}},children:[Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:t.palette.text.primary},children:r.title}),Cn.jsx(i,{sx:{typography:"h6",fontWeight:600,color:t.palette.text.primary},children:1===r.value?"∞":`+-${100*r.value}%`})]},r.value)))})};function bE({params:t,handleGoBack:n,handleGoToPoolList:o}){var r,s,l,d,c,u,p,h,m,g;const{chainId:f,account:x}=$l(),y=a(),v=Cd(),{isMobile:b}=ld(),j=We(Object.assign({},ja.getFetchTokenQuery(f,null==t?void 0:t.from,x))),C=We(Object.assign({},ja.getFetchTokenQuery(f,null==t?void 0:t.to,x))),[w,k]=ee(Jy,{baseToken:null,quoteToken:null,feeAmount:(null==t?void 0:t.fee)?Number(null==t?void 0:t.fee):void 0,independentField:Uf.CURRENCY_A,typedValue:"",startPriceTypedValue:"",leftRangeTypedValue:"",rightRangeTypedValue:""});Y((()=>{j.data&&k({type:Ky.UpdateDefaultBaseToken,payload:j.data})}),[j]),Y((()=>{C.data&&k({type:Ky.UpdateDefaultQuoteToken,payload:C.data})}),[C]);const{independentField:E,typedValue:A,startPriceTypedValue:I}=w,{pool:S,ticks:L,dependentField:O,price:R,pricesAtTicks:_,pricesAtLimit:M,parsedAmounts:P,currencyBalances:B,position:D,noLiquidity:N,currencies:F,errorMessage:q,invalidPool:U,invalidRange:V,outOfRange:H,depositADisabled:W,depositBDisabled:G,invertPrice:Q,ticksAtLimit:X,isTaxed:K}=Xy({state:w}),J=Z((()=>{var e;return null===(e=Q?null==R?void 0:R.invert():R)||void 0===e?void 0:e.toSignificant()}),[Q,R]),{onFieldAInput:te,onFieldBInput:ne,onLeftRangeInput:ie,onRightRangeInput:oe,onStartPriceInput:re}=ev({noLiquidity:N,dispatch:k}),{slipper:ae,setSlipper:se,slipperValue:de,resetSlipper:ce}=Df({address:void 0,type:"AMMV3"}),ue=!q&&!V,[pe,he]=z(!1),me={[E]:A,[O]:null!==(s=null===(r=P[O])||void 0===r?void 0:r.toSignificant(6))&&void 0!==s?s:""},ge=[Uf.CURRENCY_A,Uf.CURRENCY_B].reduce(((e,t)=>Object.assign(Object.assign({},e),{[t]:ov(B[t])})),{}),fe=Hd(zy(null===(l=P[Uf.CURRENCY_A])||void 0===l?void 0:l.currency),{contractAddress:sx[f],overrideBalance:B[Uf.CURRENCY_A]?new Se(B[Uf.CURRENCY_A].toSignificant()):void 0,amount:P[Uf.CURRENCY_A]?new Se(P[Uf.CURRENCY_A].toSignificant()):void 0}),xe=Hd(zy(null===(d=P[Uf.CURRENCY_B])||void 0===d?void 0:d.currency),{contractAddress:sx[f],overrideBalance:B[Uf.CURRENCY_B]?new Se(B[Uf.CURRENCY_B].toSignificant()):void 0,amount:P[Uf.CURRENCY_B]?new Se(P[Uf.CURRENCY_B].toSignificant()):void 0}),{[Vf.LOWER]:ye,[Vf.UPPER]:ve}=L,{[Vf.LOWER]:be,[Vf.UPPER]:je}=_,{getDecrementLower:Ce,getIncrementLower:we,getDecrementUpper:ke,getIncrementUpper:Te,getSetFullRange:Ee}=function({tickLower:e,tickUpper:t,pool:n,state:i,dispatch:o}){const{baseToken:r,quoteToken:a,feeAmount:s}=i,l=Z((()=>null==r?void 0:r.wrapped),[r]),d=Z((()=>null==a?void 0:a.wrapped),[a]);return{getDecrementLower:$((()=>l&&d&&"number"==typeof e&&s?sy(l,d,e-Rx[s]).toSignificant(5,void 0,dx.ROUND_UP):"number"!=typeof e&&l&&d&&s&&n?sy(l,d,n.tickCurrent-Rx[s]).toSignificant(5,void 0,dx.ROUND_UP):""),[l,d,e,s,n]),getIncrementLower:$((()=>l&&d&&"number"==typeof e&&s?sy(l,d,e+Rx[s]).toSignificant(5,void 0,dx.ROUND_UP):"number"!=typeof e&&l&&d&&s&&n?sy(l,d,n.tickCurrent+Rx[s]).toSignificant(5,void 0,dx.ROUND_UP):""),[l,d,e,s,n]),getDecrementUpper:$((()=>l&&d&&"number"==typeof t&&s?sy(l,d,t-Rx[s]).toSignificant(5,void 0,dx.ROUND_UP):"number"!=typeof t&&l&&d&&s&&n?sy(l,d,n.tickCurrent-Rx[s]).toSignificant(5,void 0,dx.ROUND_UP):""),[l,d,t,s,n]),getIncrementUpper:$((()=>l&&d&&"number"==typeof t&&s?sy(l,d,t+Rx[s]).toSignificant(5,void 0,dx.ROUND_UP):"number"!=typeof t&&l&&d&&s&&n?sy(l,d,n.tickCurrent+Rx[s]).toSignificant(5,void 0,dx.ROUND_UP):""),[l,d,t,s,n]),getSetFullRange:$((()=>{o({type:Ky.setFullRange,payload:void 0})}),[o])}}({tickLower:ye,tickUpper:ve,pool:S,state:w,dispatch:k}),Ae=$((e=>{if(Ee(),1!==e){if(J){const t=new Se(J),n=t.multipliedBy(1-e),i=t.multipliedBy(1+e);ie(n.dp(5,Se.ROUND_DOWN).toString()),oe(i.dp(5,Se.ROUND_DOWN).toString())}return}const t=M[Vf.LOWER];t&&ie(t.toSignificant(5));const n=M[Vf.UPPER];n&&oe(n.toSignificant(5))}),[J,Ee,ie,oe,M]),{deadLine:Ie}=Tn(),Le=ze({mutationFn:()=>mn(this,void 0,void 0,(function*(){if(!x||!f||!D)return;if(!w.baseToken||!w.quoteToken)return;const e=Math.ceil(Date.now()/1e3)+(null!=Ie?Ie:600),t=w.baseToken.isNative?w.baseToken:w.quoteToken.isNative?w.quoteToken:void 0;try{const{calldata:n,value:i}=ky.addCallParameters(D,{slippageTolerance:sv(100*de),recipient:x,deadline:e.toString(),useNative:t,createPool:N});let r={to:sx[f],data:n,value:i};(yield v.execute(le._({id:"8OiU8L",message:"Pool Creation"}),Object.assign({opcode:fd.TX},r),{early:!1,metadata:{[cd.createAMMV3Pool]:"1"}}))===ud.Success&&setTimeout((()=>{o()}),100)}catch(e){console.error("onAddMutation",e)}}))});return Cn.jsxs(Cn.Fragment,{children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",gap:20,mx:16,pb:20,borderBottomWidth:1,borderBottomStyle:"solid",borderBottomColor:"border.main",mb:20,[y.breakpoints.up("tablet")]:{width:600,mx:"auto"}},children:[Cn.jsx(tj,{}),Cn.jsx(i,{sx:{typography:"caption",fontWeight:600,color:"text.primary",mr:"auto"},children:Cn.jsx(e,{id:"E6MqGy",message:"Add liquidity"})}),Cn.jsx(My,{poolType:"AMM V3"})]}),Cn.jsxs(i,{sx:{px:16,display:"flex",flexDirection:"column",alignItems:"stretch",backgroundColor:y.palette.background.paper,borderRadius:16,[y.breakpoints.up("tablet")]:{borderColor:y.palette.border.main,borderWidth:1,borderStyle:"solid",px:0,mx:"auto",width:600}},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"stretch",gap:20,py:20,[y.breakpoints.up("tablet")]:{px:20}},children:[Cn.jsxs(i,{sx:{display:"flex",flexDirection:"column",alignItems:"stretch",gap:12},children:[Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:y.palette.text.primary,textAlign:"left"},children:le._({id:"nxRg31",message:"Select pair"})}),Cn.jsx(xE,{baseToken:w.baseToken,quoteToken:w.quoteToken,dispatch:k}),Cn.jsx(_T,{disabled:!w.baseToken||!w.quoteToken,feeAmount:w.feeAmount,dispatch:k})]}),Cn.jsxs(Jf,{disabled:!w.feeAmount||U,children:[Cn.jsxs(i,{sx:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:8},children:[Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:y.palette.text.primary,textAlign:"left"},children:le._({id:"5CZbyC",message:"Set price range"})}),Boolean(w.baseToken&&w.quoteToken)&&Cn.jsx(Ly,{baseToken:w.baseToken,quoteToken:w.quoteToken,handleRateToggle:()=>{var e,t,n,i,o;X[Vf.LOWER]||X[Vf.UPPER]||(ie(null!==(t=null===(e=Q?be:null==je?void 0:je.invert())||void 0===e?void 0:e.toSignificant(6))&&void 0!==t?t:""),oe(null!==(i=null===(n=Q?je:null==be?void 0:be.invert())||void 0===n?void 0:n.toSignificant(6))&&void 0!==i?i:""),te(null!==(o=me[Uf.CURRENCY_B])&&void 0!==o?o:"")),k({type:Ky.ToggleRate,payload:void 0})},sx:b?{flexGrow:0,flexShrink:1,flexBasis:"50%"}:void 0})]}),Cn.jsx(vE,{onSelect:Ae}),Cn.jsx(pE,{priceLower:be,priceUpper:je,getDecrementLower:Ce,getIncrementLower:we,getDecrementUpper:ke,getIncrementUpper:Te,onLeftRangeInput:ie,onRightRangeInput:oe,currencyA:w.baseToken,currencyB:w.quoteToken,feeAmount:w.feeAmount,ticksAtLimit:X}),H&&Cn.jsx(zf,{children:le._({id:"b+KjnH",message:"Your position will not earn fees or be used in trades until the market price moves into your range."})}),V&&Cn.jsx(zf,{children:le._({id:"Jh223O",message:"Invalid range selected. The min price must be lower than the max price."})})]}),N?Cn.jsxs(Jf,{children:[Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:y.palette.text.primary,textAlign:"left"},children:le._({id:"zeSosD",message:"Starting price"})}),Cn.jsx(i,{sx:{p:8,borderRadius:8,backgroundColor:T(y.palette.primary.main,.1),typography:"h6",color:y.palette.primary.main},children:le._({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."})}),Cn.jsx(i,{sx:{px:16,py:12,borderRadius:8,borderWidth:1,borderColor:y.palette.border.main,borderStyle:"solid"},children:Cn.jsx(um,{sx:{backgroundColor:"transparent"},value:I,onChange:re})})]}):Cn.jsxs(Jf,{disabled:!w.feeAmount||U,children:[Cn.jsxs(i,{sx:{typography:"body1",fontWeight:600,color:y.palette.text.primary,textAlign:"left"},children:[le._({id:"DWd30U",message:"Current price"}),Cn.jsxs(i,{children:[J," ",le._({id:"b2jAb+",message:"per"})," ",null!==(u=null===(c=w.baseToken)||void 0===c?void 0:c.symbol)&&void 0!==u?u:""]})]}),Cn.jsx(cE,{currencyA:null!==(p=w.baseToken)&&void 0!==p?p:void 0,currencyB:null!==(h=w.quoteToken)&&void 0!==h?h:void 0,feeAmount:w.feeAmount,ticksAtLimit:X,price:R?parseFloat((Q?R.invert():R).toSignificant(8)):void 0,priceLower:be,priceUpper:je,onLeftRangeInput:ie,onRightRangeInput:oe,interactive:!0})]}),Cn.jsxs(Jf,{disabled:U||V||N&&!I,children:[Cn.jsx(i,{sx:{typography:"body1",fontWeight:600,color:y.palette.text.primary,textAlign:"left"},children:le._({id:"MU9s7M",message:"Deposit amounts"})}),Cn.jsxs(i,{children:[Cn.jsx(rx,{value:me[Uf.CURRENCY_A],onUserInput:te,maxAmount:ge[Uf.CURRENCY_A],balance:B[Uf.CURRENCY_A],currency:null!==(m=F[Uf.CURRENCY_A])&&void 0!==m?m:null,locked:W}),Cn.jsx(Pm,{}),Cn.jsx(rx,{value:me[Uf.CURRENCY_B],onUserInput:ne,maxAmount:ge[Uf.CURRENCY_B],balance:B[Uf.CURRENCY_B],currency:null!==(g=F[Uf.CURRENCY_B])&&void 0!==g?g:null,locked:G})]}),Cn.jsx(Nf,{value:ae,onChange:se,disabled:!1,type:"AMMV3"})]})]}),Cn.jsx(i,{sx:{display:"flex",alignItems:"center",py:16,[y.breakpoints.up("tablet")]:{px:20,borderBottomLeftRadius:16,borderBottomRightRadius:16,backgroundColor:y.palette.background.paper}},children:Cn.jsx(ex,{chainId:f,approvalA:fe,approvalB:xe,parsedAmounts:P,isValid:ue,depositADisabled:W,depositBDisabled:G,errorMessage:q,setShowConfirm:he})}),Cn.jsx(Ny,{parsedAmounts:P,position:D,existingPosition:void 0,priceLower:be,priceUpper:je,outOfRange:H,ticksAtLimit:X,on:pe,onClose:()=>{he(!1)},onConfirm:Le.mutate,loading:Le.isPending})]})]})}function jE(){const{routerPage:e}=Tn(),t=Af((e=>e.page)),n=null!=e?e:t;switch(null==n?void 0:n.type){case Ef.Pool:return Cn.jsx(ej,{params:n.params});case Ef.CreatePool:return Cn.jsx(Wk,{});case Ef.ModifyPool:return Cn.jsx(Jk,{params:n.params});case Ef.PoolDetail:return Cn.jsx(kT,{params:n.params});case Ef.createPoolAMMV2:return Cn.jsx(RT,{});case Ef.createPoolAMMV3:return Cn.jsx(bE,{params:n.params,handleGoBack:()=>{Af.getState().push({type:Ef.Pool})},handleGoToPoolList:()=>{Af.getState().push({type:Ef.Pool})}});default:return Cn.jsx(ej,{params:null==n?void 0:n.params})}}export{RT as A,ej as B,Jk as C,hb as D,An as E,Rn as F,mb as G,jh as M,Ef as P,Rm as S,Dm as T,Mh as U,Ph as W,As as a,xs as b,wf as c,yc as d,Oh as e,Ts as f,kf as g,Wa as h,cd as i,Cn as j,vh as k,Af as l,Fl as m,hs as n,ms as o,jE as p,bE as q,ia as r,ra as s,pc as t,ff as u,dv as v,pv as w,fv as x,Wk as y,kT as z};