@nexus-cross/dapp-ui 1.1.1-beta.6 → 1.1.2-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,15 +1,16 @@
1
- function ge(e){if(e)return bo(e);let t=typeof process<"u"?process.env?.NEXT_PUBLIC_CROSSX_ENVIRONMENT:void 0;return bo(t)}function bo(e){switch(e?.toLowerCase()){case"dev":case"development":return"dev";case"stage":case"staging":case"stg":return"stage";default:return"production"}}import*as Rt from"react";import*as vo from"@radix-ui/react-popover";import{Drawer as ai}from"vaul";import{createContext as ni,useContext as oi}from"react";var Fn=ni(null);function an(){let e=oi(Fn);if(!e)throw new Error("AppLauncher compound components must be used within <AppLauncher>");return e}import{useState as ri,useEffect as ii}from"react";function Lt(e){let[t,n]=ri(!1);return ii(()=>{let o=window.matchMedia(e);n(o.matches);let r=i=>n(i.matches);return o.addEventListener("change",r),()=>o.removeEventListener("change",r)},[e]),t}function O(e,{insertAt:t}={}){if(!e||typeof document>"u")return;let n=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css",t==="top"&&n.firstChild?n.insertBefore(o,n.firstChild):n.appendChild(o),o.styleSheet?o.styleSheet.cssText=e:o.appendChild(document.createTextNode(e))}O(`[data-theme=dark]{--al-bg: var(--cck-surface-bg, #1e232e);--al-bg-hover: var(--cck-surface-default, #252b39);--al-text: var(--cck-texticon-primary, hsla(200, 19%, 94%, 1));--al-text-secondary: var(--cck-texticon-secondary, hsla(200, 10%, 70%, 1));--al-border: var(--cck-border-subtle, #3b4153);--al-shadow: 0 2px 8px -1px rgba(0, 0, 0, .15);--al-badge-bg: #123f3c;--al-badge-text: hsla(168, 85%, 47%, 1);--al-badge-new-text: #000;--al-drawer-overlay: rgba(0, 0, 0, .6)}[data-theme=light]{--al-bg: var(--cck-surface-bg, #fff);--al-bg-hover: var(--cck-surface-default, #f3f6f8);--al-text: var(--cck-texticon-primary, hsla(221, 21%, 15%, 1));--al-text-secondary: var(--cck-texticon-secondary, hsla(220, 10%, 40%, 1));--al-border: var(--cck-border-subtle, #ecf0f2);--al-shadow: 0 2px 8px -1px rgba(0, 0, 0, .15);--al-badge-bg: #cdf4ed;--al-badge-text: hsla(170, 82%, 32%, 1);--al-badge-new-text: #fff;--al-drawer-overlay: rgba(0, 0, 0, .4)}
1
+ function ge(e){if(e)return vo(e);let t=typeof process<"u"?process.env?.NEXT_PUBLIC_CROSSX_ENVIRONMENT:void 0;return vo(t)}function vo(e){switch(e?.toLowerCase()){case"dev":case"development":return"dev";case"stage":case"staging":case"stg":return"stage";default:return"production"}}import*as Rt from"react";import*as yo from"@radix-ui/react-popover";import{Drawer as li}from"vaul";import{createContext as ri,useContext as ii}from"react";var Fn=ri(null);function an(){let e=ii(Fn);if(!e)throw new Error("AppLauncher compound components must be used within <AppLauncher>");return e}import{useState as ai,useEffect as si}from"react";function Lt(e){let[t,o]=ai(!1);return si(()=>{let n=window.matchMedia(e);o(n.matches);let r=i=>o(i.matches);return n.addEventListener("change",r),()=>n.removeEventListener("change",r)},[e]),t}function O(e,{insertAt:t}={}){if(!e||typeof document>"u")return;let o=document.head||document.getElementsByTagName("head")[0],n=document.createElement("style");n.type="text/css",t==="top"&&o.firstChild?o.insertBefore(n,o.firstChild):o.appendChild(n),n.styleSheet?n.styleSheet.cssText=e:n.appendChild(document.createTextNode(e))}O(`[data-theme=dark]{--al-bg: var(--cck-surface-bg, #1e232e);--al-bg-hover: var(--cck-surface-default, #252b39);--al-text: var(--cck-texticon-primary, hsla(200, 19%, 94%, 1));--al-text-secondary: var(--cck-texticon-secondary, hsla(200, 10%, 70%, 1));--al-border: var(--cck-border-subtle, #3b4153);--al-shadow: 0 2px 8px -1px rgba(0, 0, 0, .15);--al-badge-bg: #123f3c;--al-badge-text: hsla(168, 85%, 47%, 1);--al-badge-new-text: #000;--al-drawer-overlay: rgba(0, 0, 0, .6)}[data-theme=light]{--al-bg: var(--cck-surface-bg, #fff);--al-bg-hover: var(--cck-surface-default, #f3f6f8);--al-text: var(--cck-texticon-primary, hsla(221, 21%, 15%, 1));--al-text-secondary: var(--cck-texticon-secondary, hsla(220, 10%, 40%, 1));--al-border: var(--cck-border-subtle, #ecf0f2);--al-shadow: 0 2px 8px -1px rgba(0, 0, 0, .15);--al-badge-bg: #cdf4ed;--al-badge-text: hsla(170, 82%, 32%, 1);--al-badge-new-text: #fff;--al-drawer-overlay: rgba(0, 0, 0, .4)}
2
2
  `);O(`.al-trigger-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:background-color .15s ease}.al-trigger-btn[data-theme=dark]{color:#edf1f3}.al-trigger-btn[data-theme=light]{color:#1e232e}
3
3
  `);O(`@keyframes al-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
4
4
  `);O(`.al-popover-content{z-index:100001;border-radius:16px;background:var(--al-bg);border:1px solid var(--al-popover-border, var(--al-border));box-shadow:var(--al-popover-shadow, var(--al-shadow));animation:al-fade-in .15s ease-out;max-height:80vh;overflow-x:hidden;overflow-y:auto;padding:24px 4px;box-sizing:border-box}.al-popover-content .al-grid{grid-template-columns:repeat(4,100px);row-gap:24px;column-gap:0;padding:0;justify-content:center}.al-popover-content .al-grid-item{flex-direction:column;justify-content:flex-start;align-items:center;gap:8px;padding:8px 0;width:100px;min-width:0;border-radius:10px}.al-popover-content .al-grid-item-left{flex-direction:column;align-items:center;gap:8px;width:100%;overflow:visible}.al-popover-content .al-grid-item-icon{width:54px;height:54px;border-radius:10.125px;overflow:hidden}.al-popover-content .al-grid-item-icon img{object-fit:cover}.al-popover-content .al-grid-item-label{font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:1;letter-spacing:0;text-align:center;color:var(--al-text);max-width:100%;white-space:normal;overflow-wrap:anywhere}.al-popover-content .al-grid-item-right,.al-popover-content .al-badge-new{display:none}.al-drawer-overlay{position:fixed;inset:0;z-index:100000;background:var(--al-drawer-overlay)}.al-drawer-content{position:fixed;top:0;right:0;bottom:0;z-index:100001;width:100vw;background:var(--al-bg);overflow-x:hidden;overflow-y:hidden;display:flex;flex-direction:column;box-sizing:border-box}.al-drawer-body{flex:1;overflow-y:auto;overscroll-behavior-y:contain;min-height:0}.al-drawer-content .al-grid{display:flex;flex-direction:column;grid-template-columns:none;max-width:100%;overflow:hidden;flex-shrink:0;gap:0;row-gap:0;column-gap:0;padding:16px}.al-drawer-content .al-grid-item{width:100%;max-width:100%;gap:8px;padding:16px 12px;border-radius:8px;overflow:hidden;background:transparent}.al-drawer-content .al-grid-item:hover,.al-drawer-content .al-grid-item[data-active=true]{background:var(--al-bg-hover)}.al-drawer-content .al-grid-item-left{gap:8px;flex:1 1 auto;min-width:0}.al-drawer-content .al-grid-item-icon{width:36px;height:36px;border-radius:6.75px;overflow:hidden}.al-drawer-content .al-grid-item-icon img{width:100%;height:100%;object-fit:cover;border-radius:6.75px}.al-drawer-content .al-grid-item-label{font-size:16px;line-height:1.5;letter-spacing:-.16px;font-weight:400}.al-drawer-content .al-grid-item[data-active=true] .al-grid-item-label{font-weight:500}.al-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px;flex-shrink:0}.al-drawer-title{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:-.16px;color:var(--al-text);margin:0}.al-drawer-close{display:inline-flex;align-items:center;justify-content:center;padding:4px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:var(--al-text);transition:opacity .15s ease}.al-drawer-close:hover{opacity:.7}.al-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;padding:8px}.al-grid-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 12px;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:background-color .15s ease;color:var(--al-text);text-align:left;font-family:Inter,sans-serif;flex-shrink:0}.al-grid-item:hover,.al-grid-item[data-active=true]{background:var(--al-bg-hover)}.al-grid-item-left{display:flex;align-items:center;gap:8px;min-width:0;overflow:hidden}.al-grid-item-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.al-grid-item-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.al-grid-item-icon img{width:100%;height:100%;object-fit:contain}.al-grid-item-label{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:150%;letter-spacing:-.16px;color:var(--al-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.al-badge{display:flex;padding:1px 4px 2px;justify-content:center;align-items:center;gap:2px;border-radius:3px;background:var(--al-badge-bg);color:var(--al-badge-text);font-family:Pretendard,Inter,sans-serif;font-size:10px;font-weight:600;line-height:150%;letter-spacing:-.1px;white-space:nowrap;flex-shrink:0}.al-badge-new{display:flex;width:16px;height:16px;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:12px;background:#7346f3;color:var(--al-badge-new-text);font-family:Pretendard,Inter,sans-serif;font-size:9px;font-weight:700;flex-shrink:0}
5
- `);O("");import{jsx as Dn}from"react/jsx-runtime";function yo({env:e,theme:t="dark",mobileBreakpoint:n=768,domain:o,children:r}){let i=Lt(`(max-width: ${n}px)`),[a,c]=Rt.useState(!1),d=Rt.useCallback(()=>c(!1),[]),l=ge(e),s=Rt.useMemo(()=>({env:l,theme:t,isMobile:i,open:a,domain:o,close:d}),[l,t,i,a,o,d]);return Dn(Fn.Provider,{value:s,children:i?Dn(ai.Root,{direction:"right",open:a,onOpenChange:c,noBodyStyles:!0,children:r},"drawer"):Dn(vo.Root,{open:a,onOpenChange:c,children:r},"popover")})}import*as Lo from"@radix-ui/react-popover";import{Drawer as li}from"vaul";import{jsx as we,jsxs as si}from"react/jsx-runtime";function ko({size:e=18}){return si("svg",{className:"al-trigger-icon",width:e,height:e,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[we("rect",{width:"4",height:"4",fill:"currentColor"}),we("rect",{x:"7",width:"4",height:"4",fill:"currentColor"}),we("rect",{x:"14",width:"4",height:"4",fill:"currentColor"}),we("rect",{y:"7",width:"4",height:"4",fill:"currentColor"}),we("rect",{x:"7",y:"7",width:"4",height:"4",fill:"currentColor"}),we("rect",{x:"14",y:"7",width:"4",height:"4",fill:"currentColor"}),we("rect",{y:"14",width:"4",height:"4",fill:"currentColor"}),we("rect",{x:"7",y:"14",width:"4",height:"4",fill:"currentColor"}),we("rect",{x:"14",y:"14",width:"4",height:"4",fill:"currentColor"})]})}function Co(){return we("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:we("path",{d:"M12 19L5 12M5 12L12 5M5 12H19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function No(){return we("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:we("path",{d:"M15 5L5 15M5 5L15 15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}import{jsx as sn}from"react/jsx-runtime";function Ro({asChild:e,children:t}){let{isMobile:n,theme:o}=an(),r=t!=null,i=e??!0,a=r?t:sn("button",{type:"button",className:"al-trigger-btn","data-theme":o,children:sn(ko,{size:n?12:18})});return n?sn(li.Trigger,{asChild:i,children:a}):sn(Lo.Trigger,{asChild:i,children:a})}import*as wt from"react";import*as cn from"@radix-ui/react-popover";import{Drawer as Et}from"vaul";import{useQuery as pi}from"@tanstack/react-query";var Eo={dev:"https://stg-contents.crosstoken.io/frontend/common/app-launcher/app-launcher.json",stage:"https://stg-contents.crosstoken.io/frontend/common/app-launcher/app-launcher.json",production:"https://contents.crosstoken.io/frontend/common/app-launcher/app-launcher.json"};var ci="https://stg-contents.crosstoken.io/frontend/common/app-launcher/icons",di="https://contents.crosstoken.io/frontend/common/app-launcher/icons";function Oe(e,t){return`${e==="production"?di:ci}/${t}.png`}function To(e){let t=e==="production"?"production":"stage";return{version:"0.0.1-fallback",items:[{id:"gametoken-cross",label:"Gametoken",description:"Trade game tokens easily using CROSS.",url:{dev:"https://dev-x.crosstoken.io/gametoken/CROSS",stage:"https://stg-x.crosstoken.io/gametoken/CROSS",production:"https://x.crosstoken.io/gametoken/CROSS"},iconUrl:Oe(t,"dex"),order:1e3,type:"gametoken",badge:null,isNew:!1},{id:"forge",label:"Forge",description:"Launch Your Game, Ignite the Market",url:{dev:"https://stg-x.crosstoken.io/forge",stage:"https://stg-x.crosstoken.io/forge",production:"https://x.crosstoken.io/forge"},iconUrl:Oe(t,"forge"),order:4e3,type:"forge",badge:null,isNew:!0},{id:"crossd",label:"Bridge (CROSSD)",description:"The first decentralized exchange on the CROSS network.",url:{dev:"https://stg.crossdefi.io/swap-bridge",stage:"https://stg.crossdefi.io/swap-bridge",production:"https://www.crossdefi.io/swap-bridge"},iconUrl:Oe(t,"crossd"),order:5e3,type:"crossd",badge:null,isNew:!1},{id:"prediction",label:"Prediction",description:"Prediction market",url:{dev:"https://stg-prediction.crossdefi.io",stage:"https://stg-prediction.crossdefi.io",production:"https://prediction.crossdefi.io/"},iconUrl:Oe(t,"prediction"),order:6e3,type:"prediction",badge:null,isNew:!0},{id:"rewards",label:"Rewards",description:"Deposit CROSS and earn rewards. Grow together.",url:{dev:"https://stg-x.crosstoken.io/rewards",stage:"https://stg-x.crosstoken.io/rewards",production:"https://x.crosstoken.io/rewards"},iconUrl:Oe(t,"reward"),order:7e3,type:"rewards",badge:null,isNew:!1},{id:"nft",label:"NFT",description:"Trade and collect NFTs in the CROSS ecosystem.",url:{dev:"https://stg.crossnft.io/",stage:"https://stg.crossnft.io/",production:"https://www.crossnft.io/"},iconUrl:Oe(t,"nft"),order:8e3,type:"nft",badge:null,isNew:!1},{id:"shop",label:"Shop",description:"Game Payment Platform & In-Game Currency Store.",url:{dev:"https://www.dev.cross.shop/",stage:"https://www.stage.cross.shop/",production:"https://www.cross.shop/"},iconUrl:Oe(t,"shop"),order:9e3,type:"shop",badge:null,isNew:!1},{id:"points",label:"Points",description:"Dive into CROSS World, Earn CROSS Points",url:{dev:"https://stg-x.crosstoken.io/points",stage:"https://stg-x.crosstoken.io/points",production:"https://x.crosstoken.io/points"},iconUrl:Oe(t,"point"),order:1e4,type:"points",badge:null,isNew:!1},{id:"wave",label:"Wave",description:"Stream, support, and earn in the CROSS ecosystem.",url:{dev:"https://stg-wave.crosstoken.io/en",stage:"https://stg-wave.crosstoken.io/en",production:"https://wave.crosstoken.io/en"},iconUrl:Oe(t,"wave"),order:11e4,type:"wave",badge:null,isNew:!1},{id:"explorer",label:"Explorer",description:"View transactions, blocks, and token data on the CROSS network.",url:{dev:"https://stg-explorer.crosstoken.io/612055",stage:"https://stg-explorer.crosstoken.io/612055",production:"https://explorer.crosstoken.io/612055"},iconUrl:Oe(t,"explorer"),order:12e3,type:"explorer",badge:null,isNew:!1}]}}function ln(e){let t=ge(e);return pi({queryKey:["global-menu",t],queryFn:async({signal:n})=>{try{let o=await fetch(Eo[t],{cache:"no-store",signal:n});if(!o.ok)throw new Error(`Failed to fetch global menu: ${o.status}`);return o.json()}catch(o){if(n.aborted)throw o;return To(t)}},staleTime:0,gcTime:0,retry:!1,refetchOnMount:!0})}function K(...e){return e.filter(Boolean).join(" ")}import{jsx as oe,jsxs as Gt}from"react/jsx-runtime";function Io({align:e="end",sideOffset:t=12,className:n}){let{env:o,theme:r,isMobile:i,domain:a,close:c}=an(),{data:d}=ln(o),l=wt.useMemo(()=>(d?.items??[]).sort((h,P)=>h.order-P.order),[d]),s=8,u=wt.useRef(null),k=wt.useCallback(h=>{u.current={x:h.clientX,y:h.clientY}},[]),x=typeof window<"u"?window.location.pathname:"",g=wt.useCallback((h,P)=>{if(u.current){let N=h.clientX-u.current.x,H=h.clientY-u.current.y;if(u.current=null,Math.abs(N)>s||Math.abs(H)>s)return}let A=P.url[o]??P.url.production,S=Po(A,a);if(!S)try{let N=new URL(A).pathname;if(x===N||x.startsWith(N+"/")){c();return}}catch{}S?window.open(A,"_blank","noopener,noreferrer"):window.location.href=A,c()},[o,a,c,x]),w=oe("div",{className:"al-grid","data-theme":r,children:l.map(h=>{let P=h.url[o]??h.url.production,A=Po(P,a),S=!1;if(!A)try{let N=new URL(P).pathname;S=x===N||x.startsWith(N+"/")}catch{S=!1}return Gt("button",{type:"button",className:"al-grid-item","data-active":S||void 0,onPointerDown:k,onClick:N=>g(N,h),children:[Gt("div",{className:"al-grid-item-left",children:[oe("div",{className:"al-grid-item-icon",children:oe("img",{src:h.iconUrl,alt:h.label,width:24,height:24,loading:"lazy"})}),oe("span",{className:"al-grid-item-label",children:h.label}),h.isNew&&oe("span",{className:"al-badge-new",children:"N"})]}),oe("div",{className:"al-grid-item-right",children:h.badge&&oe("span",{className:"al-badge",children:h.badge})})]},h.id)})});return i?Gt(Et.Portal,{children:[oe(Et.Overlay,{className:"al-drawer-overlay"}),Gt(Et.Content,{className:K("al-drawer-content",n),"data-theme":r,children:[Gt("div",{className:"al-drawer-header",children:[oe(Et.Close,{className:"al-drawer-close",children:oe(Co,{})}),oe(Et.Title,{className:"al-drawer-title",children:"CROSS Services"}),oe(Et.Close,{className:"al-drawer-close",children:oe(No,{})})]}),oe("div",{className:"al-drawer-body",children:w})]})]}):oe(cn.Portal,{children:oe(cn.Content,{align:e,sideOffset:t,className:K("al-popover-content",n),"data-theme":r,children:w})})}function Po(e,t){try{let n=new URL(e).hostname;return typeof window>"u"?!0:n!==(t??window.location.hostname)}catch{return!1}}import*as ce from"react";import*as Br from"@radix-ui/react-popover";import{Drawer as Za}from"vaul";import{createContext as mi,useContext as ui}from"react";var Wn=mi(null);function et(){let e=ui(Wn);if(!e)throw new Error("WalletInfo compound components must be used within <WalletInfo>");return e}var Bn=(o=>(o.CROSSx="crossx",o.MetaMask="io.metamask",o.Binance="com.binance.wallet",o))(Bn||{}),dn={crossx:{name:"CROSSx",iconUrl:"https://contents.crosstoken.io/wallet/token/images/tCROSS.svg"},"io.metamask":{name:"MetaMask",iconUrl:"https://upload.wikimedia.org/wikipedia/commons/3/36/MetaMask_Fox.svg"},"com.binance.wallet":{name:"Binance Wallet",iconUrl:"https://public.bnbstatic.com/static/images/common/favicon.ico"}};import*as R from"react";import ht from"bignumber.js";function fi(e){let t=e.length;for(;t>0&&e.charCodeAt(t-1)===48;)t--;return t>0&&e.charCodeAt(t-1)===46&&t--,e.slice(0,t)}function xt(e,t){if(!e||e==="0")return"0.00";let n=new ht(e).shiftedBy(-t),o=n.isGreaterThanOrEqualTo(1)?2:4;return n.toFormat(o,ht.ROUND_DOWN)}function Ce(e){return e.length<=10?e:`${e.slice(0,6)}...${e.slice(-4)}`}function $n(e){let t=typeof e=="string"?parseFloat(e):e;if(Number.isNaN(t)||t===0)return"$0.00";let n=t>=1?2:4,o=Math.pow(10,n);return`$${(Math.floor(t*o)/o).toLocaleString("en-US",{minimumFractionDigits:n,maximumFractionDigits:n})}`}function So(e,t,n){let r=new ht(e).shiftedBy(-t).multipliedBy(new ht(n));return r.isZero()||r.isNaN()?"$0.00":`$${(r.integerValue(ht.ROUND_DOWN).isGreaterThanOrEqualTo(1)?r.decimalPlaces(2,ht.ROUND_DOWN):r.decimalPlaces(4,ht.ROUND_DOWN)).toFormat()}`}function Mo(e){if(e===""||e===null||e===void 0)return{displayValue:"0",isLowerBound:!1};let t=typeof e=="number"?e.toString():e;if(t==="0"||t==="0.0")return{displayValue:"0",isLowerBound:!1};let n=t;if(n.includes("e")||n.includes("E")){let a=Number(n);if(!Number.isFinite(a)||a===0)return{displayValue:"0",isLowerBound:!1};n=fi(a.toFixed(18))}let[o="0",r=""]=n.split(".");if(Number(o)>=1){let a=r.slice(0,2).padEnd(2,"0");return{displayValue:`${Number(o).toLocaleString("en-US")}.${a}`,isLowerBound:!1}}return r.length<4?{displayValue:`${o}.${r}`,isLowerBound:!1}:r.slice(0,4)==="0000"?{displayValue:"0.0001",isLowerBound:!0}:{displayValue:`0.${r.slice(0,4)}`,isLowerBound:!1}}var Ne={dev:"https://stg-wallet-server.crosstoken.io/api",stage:"https://stg-wallet-server.crosstoken.io/api",production:"https://wallet-server.crosstoken.io/api"},me={dev:{cross:612044,bsc:97},stage:{cross:612044,bsc:97},production:{cross:612055,bsc:56}};var Vn={dev:"https://stg-bonding-curve-api.crosstoken.io/api",stage:"https://stg-bonding-curve-api.crosstoken.io/api",production:"https://bonding-curve-api.crosstoken.io/api"},_o={cross:"https://contents.crosstoken.io/wallet/token/images/CROSS.svg",bsc:"https://contents.crosstoken.io/wallet/token/images/BSC.svg"};function Hn(e,t){let n=me[e];if(t===n.cross)return _o.cross;if(t===n.bsc)return _o.bsc}var gi={dev:"https://dev-portrait.crosstoken.io",stage:"https://dev-portrait.crosstoken.io",production:"https://portrait.crosstoken.io"};function bt(e,t,n={}){if(!t||!t.startsWith("0x"))return;let{size:o=120,bg:r,format:i="png"}=n,a=gi[e],c=r?`&bg=${r}`:"";return`${a}/portrait/evm/${t}.${i}?size=${o}${c}`}import{jsx as G,jsxs as pn}from"react/jsx-runtime";function Ao({size:e=16,className:t}){return pn("svg",{width:e,height:e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[G("path",{d:"M12.6667 4.66667V2.66667C12.6667 2.48986 12.5964 2.32029 12.4714 2.19526C12.3464 2.07024 12.1768 2 12 2H3.33333C2.97971 2 2.64057 2.14048 2.39052 2.39052C2.14048 2.64057 2 2.97971 2 3.33333C2 3.68696 2.14048 4.02609 2.39052 4.27614C2.64057 4.52619 2.97971 4.66667 3.33333 4.66667H13.3333C13.5101 4.66667 13.6797 4.7369 13.8047 4.86193C13.9298 4.98695 14 5.15652 14 5.33333V8M14 8H12C11.6464 8 11.3072 8.14048 11.0572 8.39052C10.8071 8.64057 10.6667 8.97971 10.6667 9.33333C10.6667 9.68696 10.8071 10.0261 11.0572 10.2761C11.3072 10.5262 11.6464 10.6667 12 10.6667H14C14.1768 10.6667 14.3464 10.5964 14.4714 10.4714C14.5964 10.3464 14.6667 10.1768 14.6667 10V8.66667C14.6667 8.48986 14.5964 8.32029 14.4714 8.19526C14.3464 8.07024 14.1768 8 14 8Z",stroke:"currentColor",strokeWidth:1.33333,strokeLinecap:"round",strokeLinejoin:"round"}),G("path",{d:"M2 3.33325V12.6666C2 13.0202 2.14048 13.3593 2.39052 13.6094C2.64057 13.8594 2.97971 13.9999 3.33333 13.9999H13.3333C13.5101 13.9999 13.6797 13.9297 13.8047 13.8047C13.9298 13.6796 14 13.5101 14 13.3333V10.6666",stroke:"currentColor",strokeWidth:1.33333,strokeLinecap:"round",strokeLinejoin:"round"})]})}function Gn({size:e=16,className:t}){return G("svg",{width:e,height:e,viewBox:"4 4 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:G("path",{d:"M9.40284 17.0647H4.85156V4.84656H17.0697V9.39783H15.4407V6.47565H6.48066V15.4356H9.40284V17.0647ZM21.5192 12.5644H12.5592V21.5244H21.5192V12.5644ZM23.1483 10.9353V23.1535H10.9301V10.9353H23.1483Z",fill:"currentColor"})})}function zt({size:e=16,className:t}){return G("svg",{width:e,height:e,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:G("path",{d:"M11.6667 3.5L5.25 9.91667L2.33334 7",stroke:"currentColor",strokeWidth:1.16667,strokeLinecap:"round",strokeLinejoin:"round"})})}function zn({size:e=24,className:t}){return G("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:G("path",{d:"M18 6L6 18M6 6l12 12",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})})}function Oo({size:e=20,className:t}){return pn("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[G("path",{d:"M7.5 17.5H4.167A1.667 1.667 0 012.5 15.833V4.167A1.667 1.667 0 014.167 2.5H7.5",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),G("path",{d:"M13.333 14.167L17.5 10l-4.167-4.167M17.5 10H7.5",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]})}function Fo({size:e=20,className:t}){return G("svg",{xmlns:"http://www.w3.org/2000/svg",width:e,height:e,viewBox:"0 0 20 20",fill:"none",className:t,children:G("path",{d:"M7.91305 10.8327C8.60341 10.8327 9.16305 11.3924 9.16305 12.0827V16.2458C9.16305 16.9361 8.60341 17.4958 7.91305 17.4958H3.75C3.05964 17.4958 2.5 16.9361 2.5 16.2458L2.5 12.0827C2.5 11.3924 3.05964 10.8327 3.75 10.8327H7.91305ZM14.1685 17.4958H12.5027V15.83H14.1685V17.4958ZM17.5 17.4958H15.8342V15.83H17.5V17.4958ZM4.16576 12.4985V15.83H7.49729V12.4985H4.16576ZM12.5027 15.83H10.8369V14.1642H12.5027V15.83ZM15.8342 15.83H14.1685V14.1642H15.8342V15.83ZM14.1685 14.1642H12.5027V12.4985H14.1685V14.1642ZM17.5 14.1642H15.8342V12.4985H17.5V14.1642ZM12.5027 12.4985H10.8369V10.8327H12.5027V12.4985ZM15.8342 12.4985H14.1685V10.8327H15.8342V12.4985ZM7.91305 2.50391C8.60341 2.50391 9.16305 3.06355 9.16305 3.75391V7.91696C9.16305 8.60731 8.60341 9.16696 7.91305 9.16696H3.75C3.05964 9.16696 2.5 8.60731 2.5 7.91696L2.5 3.75391C2.5 3.06355 3.05964 2.50391 3.75 2.50391L7.91305 2.50391ZM16.2419 2.50391C16.9322 2.50391 17.4919 3.06355 17.4919 3.75391V7.91696C17.4919 8.60731 16.9322 9.16696 16.2419 9.16696H12.0788C11.3885 9.16696 10.8288 8.60731 10.8288 7.91696V3.75391C10.8288 3.06355 11.3885 2.50391 12.0788 2.50391L16.2419 2.50391ZM4.16576 4.16967L4.16576 7.50119L7.49729 7.50119L7.49729 4.16967L4.16576 4.16967ZM12.4946 4.16967V7.50119H15.8261V4.16967H12.4946Z",fill:"currentColor",fillOpacity:1})})}function Do({size:e=20,className:t}){return G("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:G("path",{d:"M12.5 15L7.5 10L12.5 5",stroke:"currentColor",strokeWidth:1.67,strokeLinecap:"round",strokeLinejoin:"round"})})}function Wo({size:e=20,className:t}){return G("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:G("path",{d:"M8 5L13 10L8 15",stroke:"currentColor",strokeWidth:1.67,strokeLinecap:"round",strokeLinejoin:"round"})})}function Bo({size:e=20,className:t}){return G("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:G("path",{d:"M5 8L10 13L15 8",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})})}function $o({size:e=16,className:t}){return pn("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[G("path",{d:"M1.667 10S4.167 4.167 10 4.167 18.333 10 18.333 10 15.833 15.833 10 15.833 1.667 10 1.667 10z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),G("path",{d:"M10 12.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]})}function Vo({size:e=16,className:t}){return pn("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[G("path",{d:"M14.95 14.95A8.283 8.283 0 0110 16.667c-5.833 0-8.333-5.833-8.333-5.833a15.238 15.238 0 014.183-4.884m3.267-1.55A7.55 7.55 0 0110 4.167c5.833 0 8.333 5.833 8.333 5.833a15.28 15.28 0 01-1.783 2.633M11.767 11.767a2.5 2.5 0 11-3.534-3.534",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),G("path",{d:"M1.667 1.667l16.666 16.666",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]})}function Ho({size:e=42,className:t}){return G("svg",{xmlns:"http://www.w3.org/2000/svg",width:e,height:e,viewBox:"0 0 42 42",fill:"none",className:t,children:G("path",{d:"M20.7314 2C31.0766 2 39.4628 10.3863 39.4629 20.7314C39.4629 31.0766 31.0766 39.4629 20.7314 39.4629C10.3863 39.4628 2 31.0766 2 20.7314C2.00007 10.3864 10.3864 2.00007 20.7314 2ZM20.5938 30.0586L21.1084 30.5732L21.623 30.0586V25.2471H21.1084C20.9344 25.2471 20.7626 25.235 20.5938 25.2158V30.0586ZM16.4834 24.6611L14.6514 26.4922L15.3799 27.2207L17.1797 25.4209L18.3193 24.2803C18.0487 24.0673 17.8025 23.8251 17.5869 23.5566L16.4834 24.6611ZM26.8691 27.2207L27.5967 26.4922L26.3516 25.2471H24.8955L26.8691 27.2207ZM11.2666 20.7314L11.7822 21.2471H16.624C16.6048 21.0781 16.5938 20.9065 16.5938 20.7324C16.5938 20.5585 16.6049 20.3866 16.624 20.2178H11.7812L11.2666 20.7314ZM20.5938 11.4053V16.2471C20.7626 16.2279 20.9345 16.2178 21.1084 16.2178H21.623V11.4053L21.1084 10.8906L20.5938 11.4053ZM14.6514 15.0029L16.4521 16.8027L17.5732 17.9238C17.7874 17.6546 18.0315 17.4104 18.3008 17.1963L15.3799 14.2754L14.6514 15.0029ZM25.0371 16.1074L24.9268 16.2178H26.3818L27.5957 15.0029L26.8682 14.2754L25.0371 16.1074Z",fill:"#019D92",stroke:"white",strokeWidth:4})})}import{useMemo as wi}from"react";import{useQuery as hi}from"@tanstack/react-query";var xi="send:chain-info";function bi(e){if("data"in e&&e.data!==void 0){let t=e.data;if(Array.isArray(t)){let n=t[0];if(!n)throw new Error("Chain info payload is empty.");return n}return t}return e}function Un(e,...t){let n=e.replace(/\/+$/,""),o=t.map(r=>r.replace(/^\/+|\/+$/g,"")).filter(Boolean);return[n,...o].join("/")}function vi(e,t,n,o){if(o)return t===me[e].cross?Go(t,o):n?.explorer_url?Un(n.explorer_url,n.explorer_postfix?.transaction??"tx",o):yi(e,t,o)}function Go(e,t){return Un("https://explorer.crosstoken.io",String(e),"tx",t)}function yi(e,t,n){let o=me[e];if(t===o.cross)return Go(t,n);if(t===o.bsc)return Un(e==="production"?"https://bscscan.com":"https://testnet.bscscan.com","tx",n)}function zo(e,t,n,o=!0){let r=Ne[e],i=hi({queryKey:[xi,e,t],queryFn:async({signal:d})=>{let l=await fetch(`${r}/v1/public/chain/info/${t}`,{cache:"no-store",signal:d});if(!l.ok)throw new Error(`Failed to fetch chain info: ${l.status}`);let s=await l.json();if("code"in s&&s.code!==void 0&&s.code!==200)throw new Error(`Chain info API error: ${s.code}`);return bi(s)},enabled:o,staleTime:300*1e3}),a=i.data;return{transactionUrl:wi(()=>vi(e,t,a,n),[t,a,e,n]),chainInfo:a,...i}}var Uo="0x0000000000000000000000000000000000000001";var ki="0xa9059cbb",Ci=/^0x[a-fA-F0-9]{40}$/,Ni="nexus-cross:dapp-ui:send:recent:",jo=10;function Li(e){let t=e.length;for(;t>0&&e.charCodeAt(t-1)===48;)t--;return e.slice(0,t)}function Ut(e){return e.toLowerCase()}function jt(e){return Ci.test(e)}function jn(e){return Ut(e.address)===Uo}function qn(e){return`${Ni}${e.toLowerCase()}`}function Tt(e){if(typeof window>"u")return[];try{let t=window.localStorage.getItem(qn(e));if(!t)return[];let n=JSON.parse(t);return Array.isArray(n)?n.filter(o=>o!==null&&typeof o=="object"&&jt(o.address)&&typeof o.updatedAt=="number").slice(0,jo):[]}catch{return[]}}function Zn(e,t){if(typeof window>"u")return[];let n=Ut(t),o=[{address:n,updatedAt:Date.now()},...Tt(e).filter(r=>r.address!==n)].slice(0,jo);try{window.localStorage.setItem(qn(e),JSON.stringify(o))}catch{return Tt(e)}return o}function Kn(e){if(!(typeof window>"u"))try{window.localStorage.removeItem(qn(e))}catch{}}function Yn(e,t){let n=e.trim();if(!n)return{error:"Enter an amount."};if(!/^\d+(\.\d*)?$/.test(n))return{error:"Enter a valid amount."};let[o="0",r=""]=n.split(".");if(r.length>t)return{error:`Max ${t} decimal places.`};let i=BigInt(o||"0"),a=r.padEnd(t,"0"),c=a?BigInt(a):0n,d=10n**BigInt(t),l=i*d+c;return l<=0n?{error:"Amount must be greater than 0."}:{value:l}}function Qn(e,t){let n=BigInt(e||"0"),o=10n**BigInt(t),r=n/o,i=n%o;if(i===0n)return r.toString();let a=Li(i.toString().padStart(t,"0"));return`${r.toString()}.${a}`}function Xn(e,t){let n=e.replace(/^0x/,"").toLowerCase().padStart(64,"0"),o=t.toString(16).padStart(64,"0");return`${ki}${n}${o}`}var Ri=2000000000n,Ei=1000000000n;async function mn(e,t,n){let o=await fetch(e,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({jsonrpc:"2.0",id:1,method:t,params:n})});if(!o.ok)throw new Error(`RPC ${t} HTTP ${o.status}`);let r=await o.json();if(r.error)throw new Error(`RPC ${t}: ${r.error.message}`);if(r.result===void 0)throw new Error(`RPC ${t}: empty result`);return r.result}function un(e){return BigInt(e)}function Ti(e){return`0x${e.toString(16)}`}function Pi(e){let t={to:e.to};return e.from&&(t.from=e.from),e.value!==void 0&&e.value>0n&&(t.value=Ti(e.value)),e.data&&(t.data=e.data),t}function Ii(e){return e===56||e===97}async function qo(e){try{let t=await mn(e,"eth_gasPrice",[]);return{gasPrice:un(t)}}catch{return{gasPrice:Ri}}}async function Si(e,t){let n=Ei;try{let o=await mn(e,"eth_maxPriorityFeePerGas",[]);n=un(o)}catch{}return{maxFeePerGas:t+n,maxPriorityFeePerGas:n}}async function Mi(e,t){if(t)return qo(e);let n;try{n=(await mn(e,"eth_getBlockByNumber",["latest",!1]))?.baseFeePerGas}catch{}return n?Si(e,un(n)):qo(e)}async function Zo(e,t){let n=Ii(t.chainId),o=Pi(t),[r,i]=await Promise.all([mn(e,"eth_estimateGas",[o]),Mi(e,n)]);return{gasLimit:un(r),gasPrice:i.gasPrice,maxFeePerGas:i.maxFeePerGas,maxPriorityFeePerGas:i.maxPriorityFeePerGas}}O(`.wi-token-item--button{position:relative;width:100%;border:none;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;border-radius:12px;padding:6px 8px;margin:-2px -8px;transition:background-color .15s ease,transform .15s ease}.wi-token-item--button:before{content:"";position:absolute;inset:-6px -16px;border-radius:16px}.wi-token-item--button:active{transform:scale(.99)}.wi-token-item--button:focus-visible{outline:2px solid var(--wi-primary);outline-offset:2px}.wi-view-send{animation:wi-slide-in-right .25s ease-out}.wi-send-body{flex:1;min-height:0;overflow:hidden}.wi-drawer-content[data-direction=bottom][data-view=send]{max-height:100dvh}.send-page{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.send-scroll{flex:1;min-height:0;display:flex;flex-direction:column;gap:16px;overflow-y:auto;overflow-x:hidden;padding:16px 24px 18px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent;overscroll-behavior:contain}[data-theme=light] .send-scroll{scrollbar-color:rgba(0,0,0,.12) transparent}.send-scroll::-webkit-scrollbar{width:4px}.send-scroll::-webkit-scrollbar-track{background:transparent}.send-scroll::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}[data-theme=light] .send-scroll::-webkit-scrollbar-thumb{background:#0000001f}.send-section{display:flex;flex-direction:column;gap:8px}.send-asset-card{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:14px;border:1px solid var(--wi-border-subtle);border-radius:18px;background:var(--wi-surface-default);color:inherit;font:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.send-asset-card:disabled{cursor:default}.send-asset-card:not(:disabled):hover,.send-asset-card[aria-expanded=true]{border-color:var(--wi-primary);background:var(--wi-surface-subtle)}.send-token-list{display:flex;flex-direction:column;gap:6px;max-height:180px;overflow-y:auto;padding:6px;border:1px solid var(--wi-border-subtle);border-radius:16px;background:var(--wi-surface-default)}.send-token-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:48px;border:none;border-radius:12px;background:transparent;color:inherit;font:inherit;text-align:left;padding:8px;cursor:pointer}.send-token-option:hover,.send-token-option[data-selected]{background:var(--wi-surface-subtle)}.send-token-option:focus-visible,.send-asset-card:focus-visible{outline:2px solid var(--wi-primary);outline-offset:2px}.send-token-option-icon{flex-shrink:0;width:28px;height:28px;border-radius:8px;object-fit:contain;background:transparent}.send-token-option-symbol{color:var(--wi-texticon-primary);font-size:13px;font-weight:700;line-height:1.3}.send-token-option-balance{color:var(--wi-texticon-secondary);font-size:12px;font-weight:600;line-height:1.3;white-space:nowrap}.send-asset-left{display:flex;align-items:center;gap:12px;min-width:0}.send-asset-icon{flex-shrink:0;width:40px;height:40px;border-radius:12px;object-fit:contain;background:transparent}.send-asset-info,.send-asset-balance{min-width:0;display:flex;flex-direction:column}.send-asset-symbol{color:var(--wi-texticon-primary);font-size:15px;font-weight:700;line-height:1.3}.send-asset-name,.send-balance-label{color:var(--wi-texticon-tertiary);font-size:12px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.send-asset-balance{align-items:flex-end;text-align:right}.send-balance-value{color:var(--wi-texticon-primary);font-size:13px;font-weight:600;line-height:1.35;white-space:nowrap}.send-form{display:flex;flex-direction:column;gap:14px}.send-field{display:flex;flex-direction:column;gap:8px}.send-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.send-label{color:var(--wi-texticon-secondary);font-size:13px;font-weight:600;line-height:1.3}.send-input,.send-amount-wrap{width:100%;box-sizing:border-box;border:1px solid var(--wi-border-subtle);border-radius:14px;background:var(--wi-surface-default);color:var(--wi-texticon-primary);font:inherit}.send-input{min-height:46px;padding:0 14px;font-size:16px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.send-input:focus{border-color:var(--wi-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--wi-primary) 18%,transparent)}.send-address-wrap[data-invalid],.send-amount-wrap[data-invalid]{border-color:#ff6b6b}.send-address-wrap[data-invalid]:focus-within,.send-amount-wrap[data-invalid]:focus-within{border-color:#ff6b6b;box-shadow:0 0 0 3px #ff6b6b29}.send-input::placeholder{color:var(--wi-texticon-tertiary)}.send-address-wrap{display:flex;align-items:center;width:100%;box-sizing:border-box;border:1px solid var(--wi-border-subtle);border-radius:14px;background:var(--wi-surface-default);transition:border-color .15s ease,box-shadow .15s ease}.send-address-wrap:focus-within{border-color:var(--wi-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--wi-primary) 18%,transparent)}.send-input--address{flex:1;min-width:0;border:none;background:transparent;box-shadow:none}.send-input--address:focus{box-shadow:none}.send-address-book-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-right:2px;border:none;border-radius:12px;background:transparent;color:var(--wi-texticon-tertiary);cursor:pointer;transition:background-color .15s ease,color .15s ease}.send-address-book-btn:hover,.send-address-book-btn[aria-expanded=true]{background:var(--wi-surface-subtle);color:var(--wi-primary)}.send-address-book-btn:focus-visible{outline:2px solid var(--wi-primary);outline-offset:2px}.send-address-picker{display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid var(--wi-border-subtle);border-radius:18px;background:var(--wi-surface-default)}.send-address-tabs{display:flex;align-items:center;gap:22px;border-bottom:1px solid var(--wi-border-subtle)}.send-address-tab{position:relative;border:none;background:transparent;color:var(--wi-texticon-tertiary);font:inherit;font-size:14px;font-weight:800;line-height:1.3;padding:0 0 12px;cursor:pointer}.send-address-tab[data-active]{color:var(--wi-primary)}.send-address-tab[data-active]:after{content:"";position:absolute;left:50%;bottom:-1px;width:34px;height:4px;border-radius:999px;background:var(--wi-primary);transform:translate(-50%)}.send-address-list{display:flex;flex-direction:column;gap:10px;max-height:224px;overflow-y:auto;padding-right:10px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}[data-theme=light] .send-address-list{scrollbar-color:rgba(0,0,0,.14) transparent}.send-address-list::-webkit-scrollbar{width:3px}.send-address-list::-webkit-scrollbar-track{background:transparent}.send-address-list::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px}[data-theme=light] .send-address-list::-webkit-scrollbar-thumb{background:#00000024}.send-address-option{display:flex;align-items:center;gap:12px;width:100%;min-height:54px;border:none;border-radius:14px;background:transparent;color:inherit;font:inherit;text-align:left;padding:8px;cursor:pointer;transition:background-color .15s ease}.send-address-option:hover{background:var(--wi-surface-subtle)}.send-address-option:focus-visible{outline:2px solid var(--wi-primary);outline-offset:2px}.send-address-avatar{flex-shrink:0;position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--wi-surface-subtle);color:var(--wi-primary);font-size:12px;font-weight:800;overflow:hidden}.send-address-avatar-img{position:relative;z-index:1;width:36px;height:36px;border-radius:50%;object-fit:cover}.send-address-avatar-fallback{position:absolute;inset:0;display:inline-flex;align-items:center;justify-content:center}.send-address-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.send-address-name{color:var(--wi-texticon-primary);font-size:14px;font-weight:800;line-height:1.3}.send-address-value{color:var(--wi-texticon-tertiary);font-size:12px;font-weight:600;line-height:1.3}.send-address-empty{display:flex;align-items:center;justify-content:center;min-height:120px;color:var(--wi-texticon-tertiary);font-size:14px;font-weight:700}.send-amount-wrap{display:flex;align-items:center;padding-right:12px}.send-amount-wrap:focus-within{border-color:var(--wi-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--wi-primary) 18%,transparent)}.send-input--amount{border:none;background:transparent;box-shadow:none;flex:1;min-width:0}.send-input--amount:focus{box-shadow:none}.send-amount-symbol{color:var(--wi-texticon-secondary);font-size:13px;font-weight:700}.send-field-error{margin:-2px 0 0;color:#ff6b6b;font-size:12px;font-weight:600;line-height:1.35}.send-max-btn{border:none;border-radius:999px;background:var(--wi-surface-subtle);color:var(--wi-primary);font:inherit;font-size:12px;font-weight:700;padding:4px 10px;cursor:pointer}.send-max-btn:disabled{cursor:not-allowed;opacity:.45}.send-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--wi-texticon-tertiary);font-size:12px;line-height:1.4}.send-meta span:last-child{color:var(--wi-texticon-secondary);font-weight:600}.send-message{border-radius:14px;padding:10px 12px;font-size:12px;line-height:1.45}.send-message--error{background:#ff50501f;color:#ff6b6b}.send-message--success{background:color-mix(in srgb,var(--wi-primary) 12%,transparent);color:var(--wi-primary)}.send-message span{font-weight:700}.send-submit-btn{width:100%;min-height:48px;border:none;border-radius:999px;background:var(--wi-primary);color:var(--wi-primary-contrast, #001410);font:inherit;font-size:15px;font-weight:800;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.send-submit-btn:hover:not(:disabled):not([data-disabled]){transform:translateY(-1px)}.send-submit-btn:disabled,.send-submit-btn[data-disabled]{cursor:not-allowed;opacity:.45}.send-footer{flex-shrink:0;padding:14px 24px 24px;border-top:1px solid var(--wi-border-subtle);background:var(--wi-surface-bg)}.send-page--success{background:var(--wi-surface-bg)}.send-success-body{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:32px 24px;text-align:center}.send-success-icon{display:inline-flex;align-items:center;justify-content:center}.send-success-icon[data-pending]{width:56px;height:56px;border-radius:50%;background:color-mix(in srgb,var(--wi-primary) 14%,transparent)}.send-success-spinner{width:28px;height:28px;border:3px solid color-mix(in srgb,var(--wi-primary) 22%,transparent);border-top-color:var(--wi-primary);border-radius:50%;animation:cross-send-spin .8s linear infinite}.send-success-copy{display:flex;flex-direction:column;gap:8px}.send-success-title{margin:0;color:var(--wi-texticon-primary);font-size:22px;font-weight:800;line-height:1.25}.send-success-desc{margin:0;color:var(--wi-texticon-tertiary);font-size:14px;font-weight:600;line-height:1.45}.send-success-hash-card{width:100%;display:flex;flex-direction:column;gap:8px;padding:14px;border:1px solid var(--wi-border-subtle);border-radius:18px;background:var(--wi-surface-default);box-sizing:border-box}.send-success-hash-label{color:var(--wi-texticon-tertiary);font-size:12px;font-weight:700;line-height:1.3;text-align:left}.send-success-hash-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:none;border-radius:12px;background:var(--wi-surface-subtle);color:var(--wi-texticon-primary);font:inherit;font-size:14px;font-weight:800;padding:12px}.send-success-hash-link{flex:1;display:inline-flex;align-items:center;align-self:stretch;min-width:0;border:none;background:transparent;color:inherit;font:inherit;font-weight:inherit;padding:0;text-align:left;text-decoration:none;cursor:pointer;user-select:none}.send-success-hash-link:hover{color:var(--wi-primary)}.send-success-hash-link:focus-visible,.send-success-copy-btn:focus-visible{outline:2px solid var(--wi-primary);outline-offset:2px}.send-success-copy-btn{display:inline-flex;align-items:center;justify-content:center;min-width:32px;border:none;background:transparent;color:var(--wi-primary);font:inherit;font-size:12px;font-weight:800;padding:0;cursor:pointer}@keyframes cross-send-spin{to{transform:rotate(360deg)}}.send-page--review{background:var(--wi-surface-bg)}.send-review-scroll{gap:16px;padding-top:12px}.send-review-amount{display:flex;align-items:center;justify-content:center;gap:4px;padding:12px 0}.send-review-amount-icon{width:32px;height:32px;border-radius:50%;object-fit:contain;flex-shrink:0}.send-review-amount-value{color:var(--wi-texticon-primary);font-size:26px;font-weight:800;line-height:1.3;letter-spacing:-.01em}.send-review-parties{display:flex;flex-direction:column;gap:4px;width:100%}.send-review-party{display:flex;align-items:flex-start;gap:8px;padding:16px;border-radius:8px;background:var(--wi-surface-subtle)}.send-review-party-label{flex-shrink:0;width:80px;color:var(--wi-texticon-tertiary);font-size:14px;line-height:1.4}.send-review-party-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;align-items:flex-end;text-align:right}.send-review-party-name{color:var(--wi-texticon-primary);font-size:14px;font-weight:700;line-height:1.3}.send-review-party-addr{width:100%;color:var(--wi-texticon-primary);font-size:12px;line-height:1.4;word-break:break-all}.send-review-section{display:flex;flex-direction:column;gap:8px;width:100%}.send-review-section-title{margin:0;color:var(--wi-texticon-primary);font-size:15px;font-weight:700;line-height:1.6}.send-review-row{display:flex;align-items:flex-start;gap:20px;padding:2px 0}.send-review-row-label{flex-shrink:0;min-width:100px;color:var(--wi-texticon-tertiary);font-size:13px;line-height:1.3;white-space:nowrap}.send-review-row-value{flex:1;min-width:0;color:var(--wi-texticon-primary);font-size:13px;line-height:1.3;text-align:right;word-break:break-all}.send-review-row-value--accent{color:var(--wi-primary)}.send-review-network{display:inline-flex;align-items:center;gap:4px;justify-content:flex-end}.send-review-network-dot{width:6px;height:6px;border-radius:999px;background:var(--wi-primary);flex-shrink:0}.send-footer--review{display:flex;gap:8px}.send-review-btn{flex:1;min-width:0;min-height:48px;padding:12px 16px;border-radius:12px;font:inherit;font-size:16px;font-weight:700;line-height:1.3;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.send-review-btn:disabled{cursor:not-allowed;opacity:.55}.send-review-btn--cancel{background:transparent;border:1px solid var(--wi-primary);color:var(--wi-primary)}.send-review-btn--confirm{background:var(--wi-primary);border:1px solid var(--wi-primary);color:var(--wi-primary-contrast, #001410)}.send-review-btn:not(:disabled):hover{transform:translateY(-1px)}
6
- `);import{Fragment as Gi,jsx as f,jsxs as v}from"react/jsx-runtime";var _i=1500,Ai=120;function Jn(e){return`${e.chainId}:${e.address.toLowerCase()}`}function Ko(e,t){return e.name||`Account ${(e.index??t)+1}`}function Yo(e){return e.trim().slice(0,1).toUpperCase()||"A"}function Oi(e){return new Promise(t=>setTimeout(t,e))}function Fi(e){let{status:t}=e;return t==="reverted"||t==="0x0"||t===0||t===0n||t===!1}function Di(e){return!!(e.token||e.recipient||e.amount)}function no(e,t,n=10){if(t<=0)return e.toString();let o=10n**BigInt(t),r=e/o,i=e%o;if(i===0n)return r.toString();let c=i.toString().padStart(t,"0").slice(0,Math.max(0,Math.min(n,t)));return c=c.replace(/0+$/,""),c?`${r.toString()}.${c}`:r.toString()}function eo(e,t){return no(e,t,6)}function to(e){return no(e,9,2)}function Wi(e){return e.toLocaleString("en-US")}function Bi(e){return e.maxFeePerGas!==void 0?"dynamic":e.gasPrice!==void 0?"legacy":null}function $i(e){return e.maxFeePerGas!==void 0?e.gasLimit*e.maxFeePerGas:e.gasPrice!==void 0?e.gasLimit*e.gasPrice:null}function Vi(){return v("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none","aria-hidden":"true",children:[f("path",{d:"M4.5 4.5C4.5 3.67 5.17 3 6 3h8.25c.69 0 1.25.56 1.25 1.25V16.5H6A1.5 1.5 0 0 1 4.5 15V4.5Z",stroke:"currentColor",strokeWidth:"1.7",strokeLinejoin:"round"}),f("path",{d:"M4.5 14.5C4.5 13.67 5.17 13 6 13h9.5",stroke:"currentColor",strokeWidth:"1.7",strokeLinecap:"round"}),f("path",{d:"M8 6.5h4M8 9h3",stroke:"currentColor",strokeWidth:"1.7",strokeLinecap:"round"})]})}function Hi(){return v("svg",{width:"56",height:"56",viewBox:"0 0 56 56",fill:"none","aria-hidden":"true",children:[f("circle",{cx:"28",cy:"28",r:"28",fill:"var(--wi-primary)"}),f("path",{d:"M17 28.5L24.2 35.5L39 20.5",stroke:"var(--wi-primary-contrast, #001410)",strokeWidth:"4",strokeLinecap:"round",strokeLinejoin:"round"})]})}function fn({env:e,theme:t="dark",walletAddress:n,accountName:o,accounts:r=[],token:i,tokens:a=[],onTokenChange:c,sendTransaction:d,getTransactionReceipt:l,estimateGas:s,onSuccess:u,onConfirmSuccess:k,onOutlink:x}){let[g,w]=R.useState(""),[h,P]=R.useState(""),[A,S]=R.useState(""),[N,H]=R.useState({}),[y,T]=R.useState(""),[$,C]=R.useState(!1),[U,q]=R.useState(!1),[xe,at]=R.useState(!1),[ae,$e]=R.useState("account"),Le=R.useRef(void 0),Y=R.useRef(void 0),Ze=R.useRef(null),Ke=R.useRef(null),[ue,Ye]=R.useState(()=>Tt(n)),[be,X]=R.useState("idle"),[Z,Me]=R.useState(null),[se,_e]=R.useState(!1),[ve,pe]=R.useState(""),ye=R.useRef(0),[J,Re]=R.useState(null),[te,st]=R.useState(""),ke=jn(i),Qe=R.useMemo(()=>BigInt(i.quantity.numeric||"0"),[i.quantity.numeric]),Ve=R.useMemo(()=>xt(i.quantity.numeric,i.quantity.decimals),[i.quantity.numeric,i.quantity.decimals]),He=R.useMemo(()=>r.filter(m=>m.address.toLowerCase()!==n.toLowerCase()),[r,n]),lt=R.useMemo(()=>{let m=new Map;return He.forEach((L,M)=>{m.set(L.address.toLowerCase(),{account:L,index:M})}),m},[He]),Ee=He.length>0,Ge=R.useMemo(()=>ge(e),[e]),Te=t==="dark"?"1A1A2E":"F3F6F8",Xe=a.length>0?a:[i],ze=Xe.length>1&&!!c,{transactionUrl:Pe,chainInfo:fe}=zo(Ge,i.chainId,y||void 0,!0),ct=fe?.currency_symbol??"",Je=fe?.name??`Chain ID ${i.chainId}`;R.useEffect(()=>{S(""),H({}),T(""),X("idle"),Me(null),pe(""),_e(!1),ye.current+=1},[i.address,i.chainId,g,h]),R.useEffect(()=>{P(""),C(!1)},[i.address,i.chainId]),R.useEffect(()=>{Ye(Tt(n))},[n]),R.useEffect(()=>()=>{clearTimeout(Le.current),clearTimeout(Y.current)},[]),R.useEffect(()=>{!Ee&&ae==="account"&&$e("recent")},[ae,Ee]),R.useEffect(()=>{let m=window.visualViewport,L=Ze.current;if(!m||!L)return;let M=()=>{let le=document.activeElement;return L.contains(le)&&(le instanceof HTMLInputElement||le instanceof HTMLTextAreaElement)},I=48,V=()=>{L.style.paddingBottom=""},ne=()=>{if(!M()){V();return}let le=Math.max(0,window.innerHeight-m.height-m.offsetTop);le>0?L.style.paddingBottom=`${le+I}px`:V();let ut=document.activeElement;ut instanceof HTMLElement&&requestAnimationFrame(()=>{let $t=ut.getBoundingClientRect(),on=L.getBoundingClientRect().bottom-le-I,Ht=$t.bottom-on;Ht>0&&L.scrollBy({top:Ht,behavior:"smooth"})})},mt=()=>{setTimeout(()=>{M()||V()},0)};return m.addEventListener("resize",ne),window.addEventListener("resize",ne),L.addEventListener("focusout",mt),()=>{m.removeEventListener("resize",ne),window.removeEventListener("resize",ne),L.removeEventListener("focusout",mt),V()}},[]);let Ae=R.useCallback(()=>{clearTimeout(Y.current),Y.current=setTimeout(()=>{Ke.current?.scrollIntoView({behavior:"smooth",block:"nearest"})},10)},[]),_n=R.useCallback(()=>{P(Qn(i.quantity.numeric,i.quantity.decimals))},[i.quantity.numeric,i.quantity.decimals]),Jt=R.useCallback(m=>{w(m),q(!1)},[]),en=R.useCallback(()=>{let m={},L=g.trim(),M=Yn(h,i.quantity.decimals),I;return L?jt(L)||(m.recipient="Enter a valid EVM recipient address."):m.recipient="Enter a recipient address.","error"in M?m.amount=M.error:(I=M.value,I>Qe&&(m.amount="Amount exceeds available balance.")),!ke&&!jt(i.address)&&(m.token="Token contract address is invalid."),{errors:m,rawAmount:I,trimmedRecipient:L}},[h,Qe,ke,g,i.address,i.quantity.decimals]),tn=R.useCallback(async()=>{if(y)try{await navigator.clipboard.writeText(y),at(!0),clearTimeout(Le.current),Le.current=setTimeout(()=>at(!1),2e3)}catch{}},[y]),dt=R.useCallback(()=>{if(!Pe||!y)return;let m=I=>{typeof window>"u"||window.open(I,"_blank","noopener,noreferrer")};if(!x){m(Pe);return}let L=x(Pe,{category:"send",origin:"send-transaction",payload:{chainId:i.chainId,txHash:y}});if(L&&(typeof L=="object"||typeof L=="function")&&typeof L.then=="function"){let I=typeof window<"u"?window.open("","_blank","noopener,noreferrer"):null;L.then(V=>{if(V===null){I?.close();return}let ne=V??Pe;if(I)try{I.location.href=ne}catch{I.close(),m(ne)}else m(ne)});return}let M=L;M!==null&&m(M??Pe)},[x,i.chainId,Pe,y]),pt=R.useCallback((m,L)=>ke?{to:m,value:L,chainId:i.chainId,from:n}:{to:Ut(i.address),data:Xn(m,L),value:0n,chainId:i.chainId,from:n},[ke,i.address,i.chainId,n]),Ct=R.useCallback(async(m,L,M)=>{if(!s&&!M)return;let I=++ye.current;_e(!0),pe("");try{let V=pt(m,L),ne=s?await s(V):await Zo(M,V);if(ye.current!==I)return;Me(ne)}catch(V){if(ye.current!==I)return;pe(V instanceof Error?V.message:"Failed to estimate gas.")}finally{ye.current===I&&_e(!1)}},[pt,s]),nn=R.useCallback(m=>{if(m.preventDefault(),S(""),T(""),!d){X("error"),S("Sending is not available for this wallet.");return}let{errors:L,rawAmount:M,trimmedRecipient:I}=en();if(H(L),Di(L)||M===void 0){X("error");return}let V=I;Re(M),st(V),Me(null),pe(""),X("review")},[d,en]);R.useEffect(()=>{be==="review"&&(!te||J===null||Z===null&&(se||ve||!s&&!fe?.rpc||Ct(te,J,fe?.rpc)))},[fe?.rpc,s,Ct,Z,ve,se,J,te,be]);let Wt=R.useCallback(async()=>{if(!(!d||!te||J===null)){S(""),T("");try{X("submitting");let m=await d(pt(te,J));if(T(m),X("confirming"),Ye(Zn(n,te)),u?.(m),!l){X("success");return}for(let L=0;L<Ai;L+=1){let M=await l({hash:m,chainId:i.chainId}).catch(()=>null);if(M){if(Fi(M)){X("error"),S("Transaction reverted on-chain.");return}X("success");return}await Oi(_i)}X("error"),S("Transaction receipt was not found. Please check again later.")}catch(m){X("error"),S(m instanceof Error?m.message:"Failed to send transaction.")}}},[pt,l,u,J,te,d,i.chainId,n]),An=R.useCallback(()=>{ye.current+=1,Me(null),pe(""),_e(!1),S(""),X("idle")},[]),Bt=Qe<=0n||!g.trim()||!h.trim();if(be==="review"||be==="submitting"){let m=be==="submitting",L=J!==null?no(J,i.quantity.decimals):h.trim(),M=o?.trim()||`Account ${(r[0]?.index??0)+1}`,I="\u2014",V=ct||(ke?i.symbol:""),ne=fe?.currency_decimals??(ke?i.quantity.decimals:18),mt=Z?Bi(Z):null,le=Z?$i(Z):null,ut=le!==null&&V?`${eo(le,ne)} ${V}`:I,$t=Z?Wi(Z.gasLimit):I,Vt=Z?.maxPriorityFeePerGas!==void 0?`${to(Z.maxPriorityFeePerGas)} Gwei`:I,on=Z?.maxFeePerGas!==void 0?`${to(Z.maxFeePerGas)} Gwei`:I,Ht=Z?.gasPrice!==void 0?`${to(Z.gasPrice)} Gwei`:I,xo=`${L} ${i.symbol}`,rn=(()=>{if(!Z||le===null)return I;if(ke&&J!==null){let Nt=J+le;return`${eo(Nt,ne)} ${V||i.symbol}`}return V?`${eo(le,ne)} ${V}`:I})();return v("div",{className:"send-page send-page--review",children:[v("div",{className:"send-scroll send-review-scroll","data-vaul-no-drag":!0,children:[v("div",{className:"send-review-amount",children:[f("img",{className:"send-review-amount-icon",src:i.icon_url,alt:"",width:32,height:32,draggable:!1,onError:Nt=>{Nt.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),v("span",{className:"send-review-amount-value",children:[L," ",i.symbol]})]}),v("div",{className:"send-review-parties",children:[v("div",{className:"send-review-party",children:[f("span",{className:"send-review-party-label",children:"From"}),v("div",{className:"send-review-party-info",children:[f("span",{className:"send-review-party-name",children:M}),f("span",{className:"send-review-party-addr",children:n})]})]}),v("div",{className:"send-review-party",children:[f("span",{className:"send-review-party-label",children:"To"}),f("div",{className:"send-review-party-info",children:f("span",{className:"send-review-party-addr",children:te})})]})]}),v("section",{className:"send-review-section",children:[f("h3",{className:"send-review-section-title",children:"Summary"}),v("div",{className:"send-review-row",children:[f("span",{className:"send-review-row-label",children:"Network"}),v("span",{className:"send-review-row-value send-review-network",children:[f("span",{className:"send-review-network-dot","aria-hidden":!0}),Je]})]}),v("div",{className:"send-review-row",children:[f("span",{className:"send-review-row-label",children:"Est. Tx Fee"}),f("span",{className:"send-review-row-value",children:se?"\u2026":ut})]}),mt==="dynamic"?v(Gi,{children:[v("div",{className:"send-review-row",children:[f("span",{className:"send-review-row-label",children:"Max Priority Fee"}),f("span",{className:"send-review-row-value",children:se?"\u2026":Vt})]}),v("div",{className:"send-review-row",children:[f("span",{className:"send-review-row-label",children:"Max Gas Fee"}),f("span",{className:"send-review-row-value",children:se?"\u2026":on})]})]}):mt==="legacy"?v("div",{className:"send-review-row",children:[f("span",{className:"send-review-row-label",children:"Gas Price"}),f("span",{className:"send-review-row-value",children:se?"\u2026":Ht})]}):null,v("div",{className:"send-review-row",children:[f("span",{className:"send-review-row-label",children:"Gas Limit"}),f("span",{className:"send-review-row-value",children:se?"\u2026":$t})]})]}),v("section",{className:"send-review-section",children:[f("h3",{className:"send-review-section-title",children:"Total"}),v("div",{className:"send-review-row",children:[f("span",{className:"send-review-row-label",children:"Total Amount"}),f("span",{className:"send-review-row-value",children:xo})]}),v("div",{className:"send-review-row",children:[f("span",{className:"send-review-row-label",children:"Max. Total Amount"}),f("span",{className:"send-review-row-value",children:se?"\u2026":rn})]})]}),ve&&f("div",{className:"send-message send-message--error",role:"alert",children:ve}),A&&f("div",{className:"send-message send-message--error",role:"alert",children:A})]}),v("div",{className:"send-footer send-footer--review",children:[f("button",{type:"button",className:"send-review-btn send-review-btn--cancel",onClick:An,disabled:m,children:"Cancel"}),f("button",{type:"button",className:"send-review-btn send-review-btn--confirm",onClick:Wt,disabled:m,children:m?"Sending...":"Send"})]})]})}if((be==="confirming"||be==="success")&&y){let m=be==="success";return v("div",{className:"send-page send-page--success",children:[v("div",{className:"send-success-body","data-vaul-no-drag":!0,children:[f("div",{className:"send-success-icon","data-pending":!m||void 0,children:m?f(Hi,{}):f("span",{className:"send-success-spinner"})}),v("div",{className:"send-success-copy",children:[f("h3",{className:"send-success-title",children:m?"Transaction Complete":"Transaction in Progress"}),f("p",{className:"send-success-desc",children:m?"Your transfer was sent successfully.":"Transfer in progress. Waiting for confirmation."})]}),v("div",{className:"send-success-hash-card",children:[f("span",{className:"send-success-hash-label",children:"Transaction Hash"}),v("div",{className:"send-success-hash-row","data-vaul-no-drag":!0,children:[f("button",{type:"button",className:"send-success-hash-link",onClick:dt,"aria-label":"Open transaction in explorer",children:Ce(y)}),f("button",{type:"button",className:"send-success-copy-btn",onClick:tn,"aria-label":"Copy transaction hash",children:xe?f(zt,{size:16}):"Copy"})]})]})]}),f("div",{className:"send-footer",children:f("button",{type:"button",className:"send-submit-btn",onClick:k,disabled:!m,children:m?"All done":"Sending..."})})]})}return v("form",{className:"send-page",onSubmit:nn,children:[v("div",{className:"send-scroll","data-vaul-no-drag":!0,ref:Ze,children:[v("section",{className:"send-section","aria-label":"Select token to send",children:[f("span",{className:"send-label",children:"Token"}),v("button",{type:"button",className:"send-asset-card",onClick:()=>{ze&&C(m=>!m)},disabled:!ze,"aria-expanded":ze?$:void 0,children:[v("span",{className:"send-asset-left",children:[f("img",{className:"send-asset-icon",src:i.icon_url,alt:i.symbol,width:40,height:40,draggable:!1,onError:m=>{m.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),v("span",{className:"send-asset-info",children:[f("span",{className:"send-asset-symbol",children:i.symbol}),f("span",{className:"send-asset-name",children:i.name})]})]}),v("span",{className:"send-asset-balance",children:[f("span",{className:"send-balance-label",children:"Available"}),v("span",{className:"send-balance-value",children:[Ve," ",i.symbol]})]})]}),ze&&$&&f("div",{className:"send-token-list",role:"listbox",children:Xe.map(m=>{let L=Jn(m)===Jn(i);return v("button",{type:"button",role:"option","aria-selected":L,className:"send-token-option","data-selected":L||void 0,onClick:()=>c?.(m),children:[v("span",{className:"send-asset-left",children:[f("img",{className:"send-token-option-icon",src:m.icon_url,alt:m.symbol,width:28,height:28,draggable:!1,onError:M=>{M.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),v("span",{className:"send-asset-info",children:[f("span",{className:"send-token-option-symbol",children:m.symbol}),f("span",{className:"send-asset-name",children:m.name})]})]}),f("span",{className:"send-token-option-balance",children:xt(m.quantity.numeric,m.quantity.decimals)})]},Jn(m))})}),N.token&&f("p",{className:"send-field-error",role:"alert",children:N.token})]}),v("section",{className:"send-field","aria-label":"Recipient address",children:[f("span",{className:"send-label",children:"To"}),v("div",{className:"send-address-wrap","data-invalid":N.recipient||void 0,children:[f("input",{className:"send-input send-input--address",value:g,onChange:m=>w(m.target.value),placeholder:"0x...",autoComplete:"off",spellCheck:!1,"aria-invalid":!!N.recipient,"aria-describedby":N.recipient?"send-recipient-error":void 0}),f("button",{type:"button",className:"send-address-book-btn",onClick:()=>q(m=>!m),"aria-label":"Open address book","aria-expanded":U,children:f(Vi,{})})]}),N.recipient&&f("p",{id:"send-recipient-error",className:"send-field-error",role:"alert",children:N.recipient}),U&&v("div",{className:"send-address-picker",children:[v("div",{className:"send-address-tabs",role:"tablist",children:[Ee&&f("button",{type:"button",role:"tab",className:"send-address-tab","data-active":ae==="account"||void 0,"aria-selected":ae==="account",onClick:()=>$e("account"),children:"My Account"}),f("button",{type:"button",role:"tab",className:"send-address-tab","data-active":ae==="recent"||void 0,"aria-selected":ae==="recent",onClick:()=>$e("recent"),children:"Recent"})]}),Ee&&ae==="account"?f("div",{className:"send-address-list",children:He.map((m,L)=>{let M=Ko(m,L),I=bt(Ge,m.address,{size:56,bg:Te});return v("button",{type:"button",className:"send-address-option",onClick:()=>Jt(m.address),children:[v("span",{className:"send-address-avatar","aria-hidden":!0,children:[I&&f("img",{className:"send-address-avatar-img",src:I,alt:"",width:36,height:36,draggable:!1,onError:V=>{V.currentTarget.style.display="none"}}),f("span",{className:"send-address-avatar-fallback",children:Yo(M)})]}),v("span",{className:"send-address-copy",children:[f("span",{className:"send-address-name",children:M}),f("span",{className:"send-address-value",children:Ce(m.address)})]})]},m.address)})}):ue.length>0?f("div",{className:"send-address-list",children:ue.map(m=>{let L=lt.get(m.address.toLowerCase()),M=L?Ko(L.account,L.index):void 0,I=bt(Ge,m.address,{size:56,bg:Te});return v("button",{type:"button",className:"send-address-option",onClick:()=>Jt(m.address),children:[v("span",{className:"send-address-avatar","aria-hidden":!0,children:[I&&f("img",{className:"send-address-avatar-img",src:I,alt:"",width:36,height:36,draggable:!1,onError:V=>{V.currentTarget.style.display="none"}}),f("span",{className:"send-address-avatar-fallback",children:M?Yo(M):m.address.slice(2,4).toUpperCase()})]}),v("span",{className:"send-address-copy",children:[f("span",{className:"send-address-name",children:M??Ce(m.address)}),f("span",{className:"send-address-value",children:L?Ce(L.account.address):"Recently sent"})]})]},m.address)})}):f("div",{className:"send-address-empty",children:"No Send History"})]})]}),v("section",{className:"send-field","aria-labelledby":"send-amount-label",children:[v("span",{className:"send-label-row",children:[f("span",{id:"send-amount-label",className:"send-label",children:"Amount"}),f("button",{type:"button",className:"send-max-btn",onClick:_n,disabled:Qe<=0n,children:"Max"})]}),v("div",{className:"send-amount-wrap","data-invalid":N.amount||void 0,children:[f("input",{ref:Ke,className:"send-input send-input--amount",value:h,onChange:m=>P(m.target.value),onFocus:Ae,placeholder:"0.00",inputMode:"decimal",autoComplete:"off","aria-labelledby":"send-amount-label","aria-invalid":!!N.amount,"aria-describedby":N.amount?"send-amount-error":void 0}),f("span",{className:"send-amount-symbol",children:i.symbol})]}),N.amount&&f("p",{id:"send-amount-error",className:"send-field-error",role:"alert",children:N.amount})]}),v("div",{className:"send-meta",children:[f("span",{children:"From"}),f("span",{children:Ce(n)})]}),v("div",{className:"send-meta",children:[f("span",{children:"Network"}),v("span",{children:["Chain ID ",i.chainId]})]}),A&&f("div",{className:"send-message send-message--error",role:"alert",children:A})]}),f("div",{className:"send-footer",children:f("button",{type:"submit",className:"send-submit-btn","data-disabled":Bt||void 0,"aria-disabled":Bt,children:"Send"})})]})}import*as Qo from"@radix-ui/react-popover";import{Drawer as zi}from"vaul";import{jsx as gn,jsxs as Ui}from"react/jsx-runtime";function Xo({asChild:e,className:t,children:n}){let{isMobile:o,theme:r,walletAddress:i}=et(),a=n!=null,c=e??!0,d=a?n:Ui("button",{type:"button",className:K("wi-trigger-btn",t),"data-theme":r,"data-mobile":o||void 0,children:[gn(Ao,{size:o?14:16}),gn("span",{className:"wi-trigger-address",children:Ce(i)})]});return o?gn(zi.Trigger,{asChild:c,children:d}):gn(Qo.Trigger,{asChild:c,children:d})}import*as B from"react";import*as Cn from"@radix-ui/react-popover";import{Drawer as kn}from"vaul";import Kt from"bignumber.js";import{useQueries as ji}from"@tanstack/react-query";import{useMemo as qi}from"react";var oo="user-balance";async function Zi(e,t,n,o){let r=new URLSearchParams({networkId:`eip155:${t}`,account:n}),i=await fetch(`${e}/v1/public/token/balance?${r}`,{cache:"no-store",signal:o});if(!i.ok)throw new Error(`Failed to fetch token balance: ${i.status}`);let a=await i.json();if(a.code!==200)throw new Error(`Token balance API error: ${a.code}`);return a.data}function Pt(e,t,n=!0){let o=Ne[e],r=me[e],i=[r.cross,r.bsc],a=ji({queries:i.map(s=>({queryKey:[oo,e,t,s],queryFn:({signal:u})=>Zi(o,s,t,u),enabled:!!t&&n,staleTime:0,refetchInterval:n?5e3:!1}))}),c=a.some(s=>s.isLoading),d=a.some(s=>s.isError);return{tokens:qi(()=>{let s=[];for(let u of a)u.data&&s.push(...u.data);return s},[a]),isLoading:c,isError:d}}import{useQuery as Ki,useQueries as Yi}from"@tanstack/react-query";import{useMemo as Qi}from"react";var Xi="forge-holdings",Ji="forge-token-image";async function ea(e,t,n){let o=await fetch(`${e}/v1/users/${t}/holdings`,{cache:"no-store",signal:n});if(!o.ok)throw new Error(`Failed to fetch forge holdings: ${o.status}`);let r=await o.json();if(!r.success)throw new Error("Forge holdings API error");return r.data.items}async function ta(e,t,n){let o=await fetch(`${e}/v1/tokens/${t}`,{cache:"no-store",signal:n});if(!o.ok)return{address:t,image_url:""};let r=await o.json();return r.success?{address:t,image_url:r.data.token.image_url}:{address:t,image_url:""}}function Jo(e,t,n=!0){let o=Vn[e],{data:r,...i}=Ki({queryKey:[Xi,e,t],queryFn:({signal:a})=>ea(o,t,a),enabled:!!t&&n,staleTime:0,refetchInterval:n?5e3:!1});return{holdings:r??[],...i}}function er(e,t,n=!0){let o=Vn[e],r=Yi({queries:t.map(a=>({queryKey:[Ji,e,a],queryFn:({signal:c})=>ta(o,a,c),enabled:n,staleTime:1/0}))});return{imageMap:Qi(()=>{let a=new Map;for(let c of r)c.data&&a.set(c.data.address,c.data.image_url);return a},[r])}}import{useQuery as na}from"@tanstack/react-query";import{useMemo as oa}from"react";var ro="token-stats";function vt(e,t){return`${e}:${t.toLowerCase()}`}function It(e,t=!0){let n=Ne[e],{data:o,...r}=na({queryKey:[ro,e],queryFn:async({signal:a})=>{let c=await fetch(`${n}/v1/public/token/stats`,{cache:"no-store",signal:a});if(!c.ok)throw new Error(`Failed to fetch token stats: ${c.status}`);let d=await c.json();if(d.code!==200)throw new Error(`Token stats API error: ${d.code}`);return d},enabled:t,staleTime:3e4});return{statsMap:oa(()=>{let a=new Map;if(!o?.data)return a;for(let c of o.data){let d=vt(c.chain_id,c.address);a.set(d,c)}return a},[o]),...r}}import{useQuery as ra}from"@tanstack/react-query";import{useMemo as ia}from"react";var aa="token-info";function io(e,t){return`${t.toLowerCase()}_${e}`}function tr(e,t=!0){let n=Ne[e],{data:o,...r}=ra({queryKey:[aa,e],queryFn:async({signal:a})=>{let c=await fetch(`${n}/v1/public/token/info`,{cache:"no-store",signal:a});if(!c.ok)throw new Error(`Failed to fetch token info: ${c.status}`);let d=await c.json();if(d.code!==200)throw new Error(`Token info API error: ${d.code}`);return d},enabled:t,staleTime:1/0});return{categoryMap:ia(()=>{let a=new Map;if(!o?.data)return a;for(let c of o.data){let d=io(c.chain_id,c.address);a.set(d,c.category)}return a},[o]),...r}}import{useMemo as sa}from"react";import ao from"bignumber.js";function nr(e,t,n){let{tokens:o,isLoading:r}=Pt(e,t,n),{statsMap:i}=It(e,n);return sa(()=>{let a=new ao(0);for(let s of o){let u=i.get(vt(s.chainId,s.address));if(!u)continue;let x=new ao(s.quantity.numeric).shiftedBy(-s.quantity.decimals).multipliedBy(new ao(u.price));x.isNaN()||(a=a.plus(x))}let c=a.toFixed(),{displayValue:d,isLowerBound:l}=Mo(c);return{totalUsd:c,displayValue:d,isLowerBound:l,isLoading:r}},[o,i,r])}import{QRCodeSVG as za}from"qrcode.react";function Fe(e,t,n,o){if(!o||e.button!==0||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||e.defaultPrevented)return;e.preventDefault();let r;try{r=o(t,n)}catch(l){console.error("[dapp-ui] onOutlink threw:",l);return}let i=l=>{typeof window>"u"||window.open(l,"_blank","noopener,noreferrer")};if((l=>!!l&&(typeof l=="object"||typeof l=="function")&&typeof l.then=="function")(r)){let l=typeof window<"u"?window.open("","_blank","noopener,noreferrer"):null,s=u=>{if(u===null){l?.close();return}let k=u??t;if(l)try{l.location.href=k}catch{l.close(),i(k)}else i(k)};r.then(s,u=>{console.error("[dapp-ui] onOutlink rejected:",u),l?.close()});return}let c=r;if(c===null)return;i(c??t)}import*as kt from"react";import{Drawer as Ha}from"vaul";import{createContext as la,useContext as ca}from"react";var qt=la(null);function re(){let e=ca(qt);if(!e)throw new Error("WalletPortfolio compound components must be used within <WalletPortfolio>");return e}import{Drawer as da}from"vaul";import{jsx as or}from"react/jsx-runtime";function rr({asChild:e,children:t}){let{walletAddress:n}=re(),o=t!=null,r=e??!0,i=o?t:or("button",{type:"button",children:Ce(n)});return or(da.Trigger,{asChild:r,children:i})}import{Drawer as yn}from"vaul";import*as Se from"react";import{useQueryClient as Ba}from"@tanstack/react-query";import{useMemo as wa}from"react";import so from"bignumber.js";import{useQuery as pa}from"@tanstack/react-query";import{useMemo as sr}from"react";var wn={dev:"https://stg-cross-game-reward-api.crosstoken.io/api",stage:"https://stg-cross-game-reward-api.crosstoken.io/api",production:"https://cross-game-reward-api.crosstoken.io/api"},ir={dev:"https://stg-x.crosstoken.io",stage:"https://stg-x.crosstoken.io",production:"https://x.crosstoken.io"},hn={dev:"https://stg-bonding-curve-api.crosstoken.io/api",stage:"https://stg-bonding-curve-api.crosstoken.io/api",production:"https://bonding-curve-api.crosstoken.io/api"},tt={dev:"https://stg-x.crosstoken.io",stage:"https://stg-x.crosstoken.io",production:"https://x.crosstoken.io"},De={dev:"https://stg-contents.crosstoken.io/frontend/common/app-launcher/icons",stage:"https://stg-contents.crosstoken.io/frontend/common/app-launcher/icons",production:"https://contents.crosstoken.io/frontend/common/app-launcher/icons"},ar={dev:{cross:"https://stg-dex-api.crosstoken.io/dex",crossd:"https://stg-crossd-dex-api.crosstoken.io/dex",forge:"https://stg-forge-dex-api.crosstoken.io/dex"},stage:{cross:"https://stg-dex-api.crosstoken.io/dex",crossd:"https://stg-crossd-dex-api.crosstoken.io/dex",forge:"https://stg-forge-dex-api.crosstoken.io/dex"},production:{cross:"https://dex-api.crosstoken.io/dex",crossd:"https://crossd-dex-api.crosstoken.io/dex",forge:"https://forge-dex-api.crosstoken.io/dex"}};var ma="wp:reward-pools";function xn(e,t=!0){let n=wn[e],{data:o,...r}=pa({queryKey:[ma,e],queryFn:async({signal:c})=>{let d=await fetch(`${n}/v1/pools`,{cache:"no-store",signal:c});if(!d.ok)throw new Error(`Failed to fetch pools: ${d.status}`);let l=await d.json();if(l.code!==200)throw new Error(`Pools API error: ${l.code}`);return l},enabled:t,staleTime:0}),i=sr(()=>o?.data.pools.filter(c=>c.pool_type==="CrossPool")??[],[o]),a=sr(()=>o?.data.pools.filter(c=>c.pool_type==="GamePool")??[],[o]);return{crossPools:i,gamePools:a,allPools:o?.data.pools??[],...r}}import{useQuery as ua}from"@tanstack/react-query";import{useMemo as fa}from"react";var ga="wp:user-deposits";function bn(e,t,n=!0){let o=wn[e],r=n&&!!t,{data:i,...a}=ua({queryKey:[ga,e,t],queryFn:async({signal:d})=>{let l=await fetch(`${o}/v1/users/${t}/deposits`,{cache:"no-store",signal:d});if(!l.ok)throw new Error(`Deposits fetch failed: ${l.status}`);let s=await l.json();if(s.code!==200)throw new Error(`Deposits API error: ${s.code}`);return s},enabled:r,staleTime:0});return{depositMap:fa(()=>{let d=new Map;if(!i?.data.user_deposits)return d;for(let l of i.data.user_deposits)d.set(l.pool_address.toLowerCase(),l);return d},[i]),deposits:i?.data.user_deposits??[],...a}}import{useQuery as lr}from"@tanstack/react-query";import{useMemo as cr}from"react";function We(e,t,n,o=!0){let r=ar[e][t],i=o&&!!n,{data:a,...c}=lr({queryKey:["wp:dex-pairs",e,t],queryFn:async({signal:g})=>{let w=await fetch(`${r}/pair-info`,{cache:"no-store",signal:g});if(!w.ok)throw new Error(`pair-info fetch failed: ${w.status}`);let h=await w.json();if(h.code!==200)throw new Error(`pair-info API error: ${h.code}`);return h},enabled:o,staleTime:0}),d=a?.data??[],l=cr(()=>{let g=new Map;for(let w of d)g.set(w.pair_address.toLowerCase(),w);return g},[d]),{data:s,...u}=lr({queryKey:["wp:dex-orders",e,t,n],queryFn:async({signal:g})=>{let w=Math.floor(Date.now()/1e3),h=new URLSearchParams({owner:n,size:"200",start_date:"0",end_date:String(w)}),P=await fetch(`${r}/open-order?${h}`,{cache:"no-store",signal:g});if(!P.ok)throw new Error(`open-order fetch failed: ${P.status}`);let A=await P.json();if(A.code!==200)throw new Error(`open-order API error: ${A.code}`);return A.data?.data??[]},enabled:i,staleTime:0}),k=s??[],x=cr(()=>{let g=new Map;for(let w of k){let h=w.pair.toLowerCase();g.has(h)||g.set(h,{buys:[],sells:[]});let P=g.get(h);w.order_side===1?P.buys.push(w):P.sells.push(w)}return g},[k]);return{allPairs:d,pairMap:l,orders:k,ordersByPair:x,isEmpty:k.length===0,isLoading:c.isLoading||u.isLoading}}var ha=["var(--wp-blue)","var(--wp-purple)","var(--wp-red)","var(--wp-orange)"],dr="var(--wp-green)",pr=4;function mr(e,t,n=!0){let o=n&&!!t,{allPools:r}=xn(e,o),{depositMap:i}=bn(e,t,o),{allPairs:a,pairMap:c,ordersByPair:d}=We(e,"cross",t,o),{allPairs:l,pairMap:s,ordersByPair:u}=We(e,"crossd",t,o),{allPairs:k,pairMap:x,ordersByPair:g}=We(e,"forge",t,o);return wa(()=>{let w=new Map,h=new Map,P=(y,T)=>{!Number.isFinite(T)||T<=0||h.set(y,(h.get(y)??0)+T)};for(let y of r){let T=Number(y.deposit_token.price);T>0&&w.set(y.deposit_token.symbol,T);for(let $ of y.reward_tokens){let C=Number($.price);C>0&&w.set($.symbol,C)}}for(let y of[...a,...l,...k]){let T=w.get(y.quote_symbol),$=Number(y.billboard?.price);T&&$>0&&!w.has(y.base_symbol)&&w.set(y.base_symbol,$*T)}for(let y of r){let T=i.get(y.pool_address.toLowerCase());if(!T)continue;let $=new so(T.deposited_amount).shiftedBy(-y.deposit_token.decimals).toNumber();if(P(y.deposit_token.symbol,$),y.reward_tokens.length>0){let C=y.reward_tokens[0],U=new so(T.claimable_reward).shiftedBy(-C.decimals).toNumber();P(C.symbol,U)}}let A=[{pairMap:c,ordersByPair:d},{pairMap:s,ordersByPair:u},{pairMap:x,ordersByPair:g}];for(let{pairMap:y,ordersByPair:T}of A)for(let[$,C]of T){let U=y.get($);if(U){for(let q of C.buys){let xe=Number(q.amount)-Number(q.filled);P(U.quote_symbol,xe*Number(q.price))}for(let q of C.sells){let xe=Number(q.amount)-Number(q.filled);P(U.base_symbol,xe)}}}let S=[],N=0;for(let[y,T]of h){let $=w.get(y)??0,C=T*$;C>0&&(S.push({symbol:y,usdValue:C}),N+=C)}S.sort((y,T)=>T.usdValue-y.usdValue);let H=[];if(N>0){let y=S.slice(0,pr),T=S.slice(pr);for(let C=0;C<y.length;C++)H.push({symbol:y[C].symbol,usdValue:y[C].usdValue,percentage:Math.round(y[C].usdValue/N*100),color:ha[C]??dr});if(T.length>0){let C=T.reduce((U,q)=>U+q.usdValue,0);H.push({symbol:"Others",usdValue:C,percentage:Math.round(C/N*100),color:dr})}let $=H.reduce((C,U)=>C+U.percentage,0);$!==100&&H.length>0&&(H[0].percentage+=100-$)}return{totalUsd:N,formattedTotal:N>0?`$${new so(N).toFormat(2)}`:"$0.00",segments:H}},[r,i,a,c,d,l,s,u,k,x,g])}import{jsx as St,jsxs as xa}from"react/jsx-runtime";function ur({size:e=22,className:t}){return St("svg",{width:e,height:e,viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:St("path",{d:"M14 4L7 11L14 18",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})})}function fr({size:e=22,className:t}){return xa("svg",{width:e,height:e,viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[St("path",{d:"M18.333 3.667v5.5h-5.5",stroke:"currentColor",strokeWidth:1.833,strokeLinecap:"round",strokeLinejoin:"round"}),St("path",{d:"M16.17 13.75a7.333 7.333 0 11-1.54-7.59L18.333 9.167",stroke:"currentColor",strokeWidth:1.833,strokeLinecap:"round",strokeLinejoin:"round"})]})}function gr({size:e=12,className:t}){return St("svg",{width:e,height:e,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:St("path",{d:"M6 11A5 5 0 106 1a5 5 0 000 10zM6 8V6M6 4h.005",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"})})}import{useQuery as ba}from"@tanstack/react-query";import{useMemo as va}from"react";var ya="wp:token-info";function nt(e,t=!0){let n=Ne[e],o=me[e].cross,{data:r,...i}=ba({queryKey:[ya,e],queryFn:async({signal:l})=>{let s=await fetch(`${n}/v1/public/token/info`,{cache:"no-store",signal:l});if(!s.ok)throw new Error(`Failed to fetch token info: ${s.status}`);let u=await s.json();if(u.code!==200)throw new Error(`Token info API error: ${u.code}`);return u},enabled:t,staleTime:300*1e3}),{byChainAddr:a,byChainSym:c}=va(()=>{let l=new Map,s=new Map;if(!r?.data)return{byChainAddr:l,byChainSym:s};for(let u of r.data){let k=u.address.toLowerCase();l.set(`${u.chain_id}:${k}`,u),l.set(k,u);let x=u.symbol.replace(/^t/,"").toUpperCase(),g=`${u.chain_id}:${x}`;s.has(g)||s.set(g,u),s.has(x)||s.set(x,u)}return{byChainAddr:l,byChainSym:s}},[r]);return{getTokenImage:(l,s)=>{let u=l.toLowerCase(),k=a.get(`${o}:${u}`);if(k?.image)return k.image;let x=a.get(u);if(x?.image)return x.image;if(s){let g=s.replace(/^t/,"").toUpperCase(),w=c.get(`${o}:${g}`);if(w?.image)return w.image;let h=c.get(g);if(h?.image)return h.image}return""},...i}}import{jsx as vn,jsxs as wr}from"react/jsx-runtime";function Be({title:e,icon:t,iconFit:n="cover",isEmpty:o,children:r}){return wr("div",{className:"wp-svc-card",children:[wr("div",{className:"wp-svc-card-head",children:[vn("img",{className:"wp-svc-card-icon",src:t,alt:"",style:{objectFit:n}}),vn("span",{className:"wp-svc-card-title",children:e})]}),o?vn("div",{className:"wp-svc-empty",children:"No assets yet"}):vn("div",{className:"wp-svc-items",children:r})]})}import Zt from"bignumber.js";import{jsx as yt,jsxs as Ue}from"react/jsx-runtime";var ka="CROSS Rewards";function hr(e,t){let n=new Zt(e).shiftedBy(-t);return n.isZero()?"0":n.isGreaterThanOrEqualTo(1)?n.toFormat(2,Zt.ROUND_DOWN):n.toFormat(4,Zt.ROUND_DOWN)}function xr(){let{env:e,walletAddress:t,onOutlink:n}=re(),o=!!t,{allPools:r}=xn(e,o),{depositMap:i}=bn(e,t,o),{getTokenImage:a}=nt(e,o),c=s=>`${ir[e]}/rewards/${s.pool_address}?action=withdraw`,d=`${De[e]}/reward.png`,l=r.filter(s=>{let u=i.get(s.pool_address.toLowerCase()),k=u?.deposited_amount??"0",x=u?.claimable_reward??"0";return!(new Zt(k).isZero()&&new Zt(x).isZero())});return yt(Be,{title:ka,icon:d,isEmpty:l.length===0,children:l.map(s=>{let u=i.get(s.pool_address.toLowerCase()),k=u?.deposited_amount??"0",x=c(s);return Ue("a",{className:"wp-item","data-side":"reward",href:x,target:"_blank",rel:"noopener noreferrer",onClick:g=>Fe(g,x,{category:"portfolio",origin:"portfolio-rewards",payload:{pool:s,userDeposit:u}},n),children:[Ue("div",{className:"wp-item-body",children:[Ue("div",{className:"wp-item-field",children:[Ue("span",{className:"wp-item-label",children:["Deposited (",s.deposit_token.symbol,")"]}),Ue("div",{className:"wp-svc-token",children:[a(s.deposit_token.address,s.deposit_token.symbol)&&yt("img",{className:"wp-svc-token-icon",src:a(s.deposit_token.address,s.deposit_token.symbol),alt:""}),yt("span",{children:hr(k,s.deposit_token.decimals)})]})]}),Ue("div",{className:"wp-item-field",children:[Ue("span",{className:"wp-item-label",children:["Rewards (",s.reward_tokens.map(g=>g.symbol).join(", "),")"]}),s.reward_tokens.map(g=>{let w=a(g.address,g.symbol);return Ue("div",{className:"wp-svc-token",children:[w&&yt("img",{className:"wp-svc-token-icon",src:w,alt:""}),yt("span",{children:u?hr(u.claimable_reward,g.decimals):"0"})]},g.address)})]})]}),Ue("div",{className:"wp-item-badges",children:[yt("span",{className:"wp-badge wp-badge--mint",children:"Claim"}),yt("span",{className:"wp-badge wp-badge--muted",children:"Withdraw"})]})]},s.pool_address)})})}import vr from"bignumber.js";import{Fragment as Ca,jsx as he,jsxs as ie}from"react/jsx-runtime";function lo(e){let t=new vr(e);if(t.isNaN())return e;let n=t.decimalPlaces()??0;return t.toFormat(n)}function br(e){let t=new vr(e.amount).minus(e.filled);return lo(t.toString())}function Mt({market:e,pairMap:t,ordersByPair:n,getDexUrl:o,getTokenImage:r}){let{onOutlink:i}=re(),a=[];for(let[c,d]of n){let l=t.get(c),s=l?r(l.base_address,l.base_symbol):"",u=l?r(l.quote_address,l.quote_symbol):"",k=o(c);for(let x of d.buys)a.push(ie("a",{className:"wp-item","data-side":"buy",href:k,target:"_blank",rel:"noopener noreferrer",onClick:g=>Fe(g,k,{category:"portfolio",origin:"portfolio-dex-order",payload:{market:e,side:"buy",order:x,pair:l}},i),children:[ie("div",{className:"wp-item-body",children:[ie("div",{className:"wp-item-field",children:[ie("span",{className:"wp-item-label wp-item-label--buy",children:["Buy",l?.base_symbol?` (${l.base_symbol})`:""]}),ie("div",{className:"wp-svc-token",children:[s&&he("img",{className:"wp-svc-token-icon",src:s,alt:""}),he("span",{children:br(x)})]})]}),ie("div",{className:"wp-item-field",children:[ie("span",{className:"wp-item-label",children:["Price",l?.quote_symbol?` (${l.quote_symbol})`:""]}),ie("div",{className:"wp-svc-token",children:[u&&he("img",{className:"wp-svc-token-icon",src:u,alt:""}),he("span",{children:lo(x.price)})]})]})]}),he("div",{className:"wp-item-badges",children:he("span",{className:"wp-badge wp-badge--red",children:"Cancel"})})]},`buy-${x.order_id}`));for(let x of d.sells)a.push(ie("a",{className:"wp-item","data-side":"sell",href:k,target:"_blank",rel:"noopener noreferrer",onClick:g=>Fe(g,k,{category:"portfolio",origin:"portfolio-dex-order",payload:{market:e,side:"sell",order:x,pair:l}},i),children:[ie("div",{className:"wp-item-body",children:[ie("div",{className:"wp-item-field",children:[ie("span",{className:"wp-item-label wp-item-label--sell",children:["Sell",l?.base_symbol?` (${l.base_symbol})`:""]}),ie("div",{className:"wp-svc-token",children:[s&&he("img",{className:"wp-svc-token-icon",src:s,alt:""}),he("span",{children:br(x)})]})]}),ie("div",{className:"wp-item-field",children:[ie("span",{className:"wp-item-label",children:["Price",l?.quote_symbol?` (${l.quote_symbol})`:""]}),ie("div",{className:"wp-svc-token",children:[u&&he("img",{className:"wp-svc-token-icon",src:u,alt:""}),he("span",{children:lo(x.price)})]})]})]}),he("div",{className:"wp-item-badges",children:he("span",{className:"wp-badge wp-badge--red",children:"Cancel"})})]},`sell-${x.order_id}`))}return he(Ca,{children:a})}import{jsx as yr}from"react/jsx-runtime";var Na="Gametoken - CROSS";function kr(){let{env:e,walletAddress:t}=re(),n=!!t,{pairMap:o,ordersByPair:r,isEmpty:i}=We(e,"cross",t,n),{getTokenImage:a}=nt(e,n),c=l=>{let s=o.get(l.toLowerCase());return`${tt[e]}/gametoken/cross/${s?.base_symbol??""}`},d=`${De[e]}/dex.png`;return yr(Be,{title:Na,icon:d,isEmpty:i,children:yr(Mt,{market:"cross",pairMap:o,ordersByPair:r,getDexUrl:c,getTokenImage:a})})}import{jsx as Cr}from"react/jsx-runtime";var La="Gametoken - CROSSD";function Nr(){let{env:e,walletAddress:t}=re(),n=!!t,{pairMap:o,ordersByPair:r,isEmpty:i}=We(e,"crossd",t,n),{getTokenImage:a}=nt(e,n),c=l=>{let s=o.get(l.toLowerCase());return`${tt[e]}/gametoken/crossd/${s?.base_symbol??""}`},d=`${De[e]}/dex.png`;return Cr(Be,{title:La,icon:d,isEmpty:i,children:Cr(Mt,{market:"crossd",pairMap:o,ordersByPair:r,getDexUrl:c,getTokenImage:a})})}import{jsx as Lr}from"react/jsx-runtime";var Ra="Gametoken - Forge";function Rr(){let{env:e,walletAddress:t}=re(),n=!!t,{pairMap:o,ordersByPair:r,isEmpty:i}=We(e,"forge",t,n),{getTokenImage:a}=nt(e,n);if(i)return null;let c=l=>{let s=o.get(l.toLowerCase());return`${tt[e]}/gametoken/forge/${s?.base_symbol??""}`},d=`${De[e]}/dex.png`;return Lr(Be,{title:Ra,icon:d,isEmpty:i,children:Lr(Mt,{market:"forge",pairMap:o,ordersByPair:r,getDexUrl:c,getTokenImage:a})})}import co from"bignumber.js";import{useMemo as _a}from"react";import{useQuery as Ea}from"@tanstack/react-query";var Ta="wp:forge-pools";function Er(e,t,n=!0){let o=hn[e],r=n&&!!t,{data:i,...a}=Ea({queryKey:[Ta,e,t],queryFn:async()=>{let d=await fetch(`${o}/v1/users/${t}/pools`,{cache:"no-store"});if(!d.ok)throw new Error(`forge pools fetch failed: ${d.status}`);return(await d.json()).data?.items??[]},enabled:r,staleTime:0}),c=i??[];return{pools:c,isEmpty:c.length===0,...a}}import{useQueries as Pa}from"@tanstack/react-query";import{useMemo as Ia}from"react";var Sa="wp:forge-token-detail";async function Ma(e,t){let n=await fetch(`${e}/v1/tokens/${t}`,{cache:"no-store"});return n.ok?(await n.json())?.data?.token??null:null}function Tr(e,t,n=!0){let o=hn[e],r=Pa({queries:t.map(c=>({queryKey:[Sa,e,c],queryFn:()=>Ma(o,c),enabled:n&&!!c,staleTime:3e4}))}),i=Ia(()=>{let c=new Map;for(let d=0;d<r.length;d++){let l=r[d]?.data,s=t[d];l&&s&&c.set(s.toLowerCase(),l)}return c},[r,t]),a=r.some(c=>c.isLoading);return{detailMap:i,isLoading:a}}import{jsx as Ie,jsxs as _t}from"react/jsx-runtime";var Aa="Forge",Oa=18,Fa="https://contents.crosstoken.io/wallet/token/images/FT.png";function Da(e){if(!e||e==="0")return"0";let t=new co(e).shiftedBy(-Oa);return t.isZero()?"0":t.isGreaterThanOrEqualTo(1)?t.toFormat(2,co.ROUND_DOWN):t.toFormat(4,co.ROUND_DOWN)}function Wa(e){let t=Number(e);return!Number.isFinite(t)||t<=0?"0%":t>=1?`${(Math.floor(t*100)/100).toFixed(2)}%`:`${(Math.floor(t*1e4)/1e4).toFixed(4)}%`}function Pr(){let{env:e,walletAddress:t,onOutlink:n}=re(),o=!!t,{pools:r,isEmpty:i}=Er(e,t,o),a=_a(()=>r.map(s=>s.token.address),[r]),{detailMap:c}=Tr(e,a,o&&a.length>0),d=s=>`${tt[e]}/forge/token/${s.token.address}`,l=`${De[e]}/forge.png`;return Ie(Be,{title:Aa,icon:l,iconFit:"contain",isEmpty:i,children:r.map(s=>{let u=c.get(s.token.address.toLowerCase()),k=u?.image_url||u?.image||s.token.image||Fa,x=u?.symbol||s.token.symbol,g=d(s);return _t("a",{className:"wp-item","data-side":"lp",href:g,target:"_blank",rel:"noopener noreferrer",onClick:w=>Fe(w,g,{category:"portfolio",origin:"portfolio-forge",payload:{pool:s,tokenDetail:u}},n),children:[_t("div",{className:"wp-item-body",children:[_t("div",{className:"wp-item-field",children:[_t("span",{className:"wp-item-label",children:["Pair (",x,")"]}),Ie("div",{className:"wp-svc-token",children:Ie("img",{className:"wp-svc-token-icon",src:k,alt:""})})]}),_t("div",{className:"wp-item-field",children:[Ie("span",{className:"wp-item-label",children:"LP Balance"}),Ie("div",{className:"wp-svc-token",children:Ie("span",{children:Da(s.lp_balance)})})]}),_t("div",{className:"wp-item-field",children:[Ie("span",{className:"wp-item-label",children:"Ownership"}),Ie("div",{className:"wp-svc-token",children:Ie("span",{children:Wa(s.pool_ownership)})})]})]}),Ie("div",{className:"wp-item-badges",children:Ie("span",{className:"wp-badge wp-badge--mint",children:"Withdraw"})})]},s.pair_address)})})}O(`.wp-fullscreen[data-theme=dark],.wp-embed[data-theme=dark]{--wp-bg: var(--cck-surface-bg, #202530);--wp-card: var(--cck-surface-default, #292f40);--wp-border: var(--cck-border-default, #313b51);--wp-text: var(--cck-texticon-primary, #ffffff);--wp-text-60: var(--cck-texticon-secondary, #d3d7df);--wp-text-40: #8c97ad;--wp-text-30: var(--cck-texticon-tertiary, #717d97);--wp-mint: #00d4aa;--wp-green: var(--cck-primary, #019d92);--wp-red: var(--cck-error, #e70077);--wp-blue: #0488fc;--wp-purple: #7346f3;--wp-orange: #ff9d00}.wp-fullscreen[data-theme=light],.wp-embed[data-theme=light]{--wp-bg: var(--cck-surface-bg, #f5f6f8);--wp-card: var(--cck-surface-default, #ffffff);--wp-border: var(--cck-border-default, #e2e5ea);--wp-text: var(--cck-texticon-primary, #202530);--wp-text-60: var(--cck-texticon-secondary, #49556e);--wp-text-40: #8c97ad;--wp-text-30: var(--cck-texticon-tertiary, #a0a9b8);--wp-mint: #00d4aa;--wp-green: var(--cck-primary, #019d92);--wp-red: var(--cck-error, #e70077);--wp-blue: #0488fc;--wp-purple: #7346f3;--wp-orange: #ff9d00}.wp-fullscreen{position:fixed!important;inset:0!important;width:100%!important;height:100dvh!important;max-height:100dvh!important;z-index:50;background:var(--wp-bg);display:flex;flex-direction:column;overflow:hidden;font-family:inherit;font-feature-settings:"calt" 0,"lnum" 1,"pnum" 1;box-sizing:border-box;-webkit-font-smoothing:antialiased}.wp-embed{width:100%;height:100%;min-height:0;background:var(--wp-bg);display:flex;flex-direction:column;overflow:hidden;font-family:inherit;font-feature-settings:"calt" 0,"lnum" 1,"pnum" 1;box-sizing:border-box;-webkit-font-smoothing:antialiased;color:var(--wp-text)}.wp-overlay{position:fixed;inset:0;z-index:49;background:#0009}.wp-header{display:flex;align-items:center;gap:20px;height:60px;padding:0 20px;flex-shrink:0}.wp-header-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;background:transparent;cursor:pointer;color:var(--wp-text);flex-shrink:0}.wp-header-avatar{width:38px;height:38px;flex-shrink:0;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:var(--wp-header-avatar-bg)}.wp-header-avatar-img{width:30px;height:30px;object-fit:cover;display:block}.wp-fullscreen[data-theme=dark] .wp-header-avatar,.wp-embed[data-theme=dark] .wp-header-avatar{--wp-header-avatar-bg: hsl(221.3 24.6% 25.5%)}.wp-fullscreen[data-theme=light] .wp-header-avatar,.wp-embed[data-theme=light] .wp-header-avatar{--wp-header-avatar-bg: rgba(18, 18, 18, .1)}.wp-refresh-btn{position:relative}.wp-refresh-badge{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:var(--wp-mint);color:#fff;font-size:10px;font-weight:600;line-height:16px;text-align:center}.wp-spin-once{animation:wp-spin-once .6s ease-in-out}@keyframes wp-spin-once{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wp-header-title{flex:1;font-family:inherit;font-size:16px;font-weight:600;line-height:24px;letter-spacing:.15px;text-align:center;color:var(--wp-text);margin:0}.wp-header-account{flex:1;display:flex;align-items:center;gap:12px;min-width:0}.wp-header-wallet-name{flex:1;min-width:0;font-family:inherit;font-size:15px;font-weight:600;line-height:160%;letter-spacing:0;color:var(--wp-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-top{flex-shrink:0;padding:0 16px 16px;display:flex;flex-direction:column;gap:16px}.wp-identity{display:flex;flex-direction:column;gap:8px}.wp-address{display:inline-flex;align-items:center;gap:8px}.wp-address-label{font-size:12px;font-weight:400;line-height:1.4;color:var(--wp-text-40)}.wp-address-chevron{display:inline-flex;align-items:center;color:var(--wp-text-40)}.wp-total{font-size:28px;font-weight:600;line-height:1.3;color:var(--wp-text);margin:0}.wp-asset{display:flex;flex-direction:column;gap:8px}.wp-asset-head{display:flex;align-items:center;gap:4px}.wp-asset-head-label{font-size:12px;font-weight:400;line-height:1.4;color:var(--wp-text-40)}.wp-asset-head-icon{display:inline-flex;color:var(--wp-text-40)}.wp-bar{display:flex;height:20px;border-radius:4px;overflow:hidden}.wp-bar-seg{display:flex;align-items:center;justify-content:center;min-width:8px}.wp-bar-seg-pct{font-size:10px;font-weight:400;line-height:1.3;color:#fff;white-space:nowrap}.wp-legend{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.wp-legend-item{display:flex;align-items:center;gap:4px}.wp-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.wp-legend-label{font-size:12px;font-weight:400;line-height:1.4;color:var(--wp-text-40)}.wp-tabs{flex-shrink:0;padding:8px 16px}.wp-tabs-inner{display:flex;align-items:center;padding:0 2px}.wp-tabs-list{display:flex;gap:20px;flex:1}.wp-tab{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:44px;padding-top:12px;background:transparent;border:none;cursor:pointer}.wp-tab-text{font-size:14px;font-weight:600;line-height:1.4;color:var(--wp-text-30);white-space:nowrap}.wp-tab[data-active=true] .wp-tab-text{color:var(--wp-mint)}.wp-tab-bar{width:20px;height:4px;border-radius:2px;background:var(--wp-mint);opacity:0}.wp-tab[data-active=true] .wp-tab-bar{opacity:1}.wp-tabs-filter-wrap{position:relative;display:flex;align-items:center;width:44px;height:44px;flex-shrink:0}.wp-tabs-filter-grad{position:absolute;inset:0;background:linear-gradient(to left,var(--wp-bg) 74%,transparent);pointer-events:none}.wp-tabs-filter{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer;color:var(--wp-text-40)}.wp-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.08) transparent}.wp-body::-webkit-scrollbar{width:4px}.wp-body::-webkit-scrollbar-track{background:transparent}.wp-body::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:4px}.wp-body-inner{padding:16px 16px 128px;display:flex;flex-direction:column;gap:20px}.wp-svc-card{display:flex;flex-direction:column;gap:8px}.wp-svc-card-head{display:flex;align-items:center;gap:8px}.wp-svc-card-icon{width:20px;height:20px;border-radius:4px;flex-shrink:0;object-fit:cover}.wp-svc-card-title{font-size:14px;font-weight:600;line-height:1.3;color:var(--wp-text-60);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-svc-items{display:flex;flex-direction:column;gap:10px}.wp-item{position:relative;background:var(--wp-card);border-radius:12px;padding:14px 40px 14px 16px;display:flex;flex-direction:column;gap:6px;box-shadow:0 1px 3px #00000014,0 2px 8px #0000000a;overflow:hidden;text-decoration:none;cursor:pointer;transition:box-shadow .2s ease,transform .15s ease}.wp-item:hover{box-shadow:0 2px 6px #0000001f,0 4px 14px #0000000f;transform:translateY(-1px)}.wp-item:active{transform:translateY(0);box-shadow:0 1px 3px #00000014}.wp-item:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;border-radius:3px 0 0 3px;background:var(--wp-border)}.wp-item:after{content:"";position:absolute;right:14px;top:50%;transform:translateY(-50%);width:12px;height:12px;background:currentColor;opacity:.25;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3.5 1.5h7v7M10.5 1.5L1.5 10.5' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3.5 1.5h7v7M10.5 1.5L1.5 10.5' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;transition:opacity .15s}.wp-item:hover:after{opacity:.5}.wp-item[data-side=buy]:before{background:var(--wp-green)}.wp-item[data-side=sell]:before{background:var(--wp-red)}.wp-item[data-side=reward]:before{background:var(--wp-mint)}.wp-item[data-side=lp]:before{background:var(--wp-purple)}.wp-item-body{display:flex;gap:12px}.wp-item-field{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.wp-item-label{font-size:11px;font-weight:500;line-height:1.3;color:var(--wp-text-40);letter-spacing:.03em;text-transform:uppercase}.wp-item-label--buy{color:var(--wp-green)}.wp-item-label--sell{color:var(--wp-red)}.wp-svc-token{display:flex;align-items:center;gap:8px;min-width:0}.wp-svc-token>span{font-size:14px;font-weight:600;line-height:1.4;color:var(--wp-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-svc-token-icon{width:22px;height:22px;border-radius:50%;flex-shrink:0;object-fit:cover}.wp-svc-buy{color:var(--wp-green)}.wp-svc-sell{color:var(--wp-red)}.wp-badge{display:inline-flex;align-items:center;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:2px 7px;border-radius:4px;border:1px solid transparent;pointer-events:none}.wp-badge--mint{color:var(--wp-mint);background:#00d4aa1a;border-color:#00d4aa40}.wp-badge--muted{color:var(--wp-text-40);background:#8c97ad14;border-color:#8c97ad2e}.wp-badge--red{color:var(--wp-red);background:#e7007714;border-color:#e7007733}.wp-item-badges{display:flex;align-items:center;gap:6px}.wp-svc-empty{display:flex;align-items:center;justify-content:center;height:56px;background:var(--wp-card);border-radius:12px;font-size:13px;font-weight:400;color:var(--wp-text-30);box-shadow:0 1px 3px #00000014}@media(max-width:375px){.wp-header{gap:12px;padding:0 12px}.wp-top{padding:0 12px 12px;gap:12px}.wp-total{font-size:22px}.wp-legend{gap:10px}.wp-legend-label{font-size:11px}.wp-body-inner{padding:12px 12px 128px;gap:14px}.wp-svc-items{gap:8px}.wp-item{padding:12px 36px 12px 14px;gap:6px;border-radius:10px}.wp-item:after{right:10px;width:11px;height:11px}.wp-item-body{gap:10px}.wp-svc-token{gap:6px}.wp-svc-token>span{font-size:13px}.wp-svc-token-icon{width:20px;height:20px}}.wp-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
7
- `);import{Fragment as Va,jsx as z,jsxs as je}from"react/jsx-runtime";var po=5,$a="wp:";function At({env:e,theme:t="dark",walletAddress:n,walletName:o,onBack:r,showHeader:i=!0,variant:a="embed",className:c,sendTransaction:d,getTransactionReceipt:l,onOutlink:s}){let u=ge(e),k=!!n,x=Ba(),{segments:g}=mr(u,n,k),[w,h]=Se.useState(po),[P,A]=Se.useState(!1),S=Se.useCallback(()=>{x.invalidateQueries({predicate:C=>typeof C.queryKey[0]=="string"&&C.queryKey[0].startsWith($a)})},[x]),N=Se.useCallback(()=>{S(),A(!0),setTimeout(()=>A(!1),600),h(po)},[S]);Se.useEffect(()=>{if(!k)return;let C=setInterval(()=>{h(U=>U<=1?(N(),po):U-1)},1e3);return()=>clearInterval(C)},[k,N]);let H=Se.useCallback(()=>{r?.()},[r]),y=k?bt(u,n,{size:64}):void 0,T=Se.useMemo(()=>({env:u,theme:t,open:!0,walletAddress:n,close:H,sendTransaction:d,getTransactionReceipt:l,onOutlink:s}),[u,t,n,H,d,l,s]),$=je(Va,{children:[i&&je("div",{className:"wp-header",children:[je("div",{className:"wp-header-account",children:[r?z("button",{type:"button",className:"wp-header-btn",onClick:r,children:z(ur,{})}):z("span",{className:"wp-header-avatar","aria-hidden":!0,children:y&&z("img",{src:y,alt:"",className:"wp-header-avatar-img",draggable:!1})}),o&&z("span",{className:"wp-header-wallet-name",title:o,children:o})]}),je("button",{type:"button",className:"wp-header-btn wp-refresh-btn",onClick:N,children:[z(fr,{className:P?"wp-spin-once":void 0}),k&&z("span",{className:"wp-refresh-badge",children:w})]})]}),z("div",{className:"wp-top",children:g.length>0&&je("div",{className:"wp-asset",children:[je("div",{className:"wp-asset-head",children:[z("span",{className:"wp-asset-head-label",children:"Consolidated Asset"}),z("span",{className:"wp-asset-head-icon",children:z(gr,{})})]}),z("div",{className:"wp-bar",children:g.map(C=>z("div",{className:"wp-bar-seg",style:{flex:`${C.percentage} 0 0`,background:C.color},children:C.percentage>=5&&je("span",{className:"wp-bar-seg-pct",children:[C.percentage,"%"]})},C.symbol))}),z("div",{className:"wp-legend",children:g.map(C=>je("div",{className:"wp-legend-item",children:[z("span",{className:"wp-legend-dot",style:{background:C.color}}),z("span",{className:"wp-legend-label",children:C.symbol})]},C.symbol))})]})}),z("div",{className:"wp-body",children:je("div",{className:"wp-body-inner",children:[z(xr,{}),z(kr,{}),z(Nr,{}),z(Rr,{}),z(Pr,{})]})})]});return z(qt.Provider,{value:T,children:a==="none"?$:z("div",{className:K(a==="fullscreen"?"wp-fullscreen":"wp-embed",c),"data-theme":t,children:$})})}import{jsx as mo,jsxs as Ir}from"react/jsx-runtime";function Sr({className:e}){let{env:t,theme:n,walletAddress:o,close:r,sendTransaction:i}=re();return Ir(yn.Portal,{children:[mo(yn.Overlay,{className:"wp-overlay"}),Ir(yn.Content,{className:K("wp-fullscreen",e),"data-theme":n,children:[mo(yn.Title,{className:"wp-sr-only",children:"My Portfolio"}),mo(At,{env:t,theme:n,walletAddress:o,onBack:r,variant:"none",sendTransaction:i})]})]})}import{jsx as Mr}from"react/jsx-runtime";function Ga({env:e,theme:t="dark",walletAddress:n,open:o,onOpenChange:r,sendTransaction:i,onOutlink:a,children:c}){let d=ge(e),l=o!==void 0,[s,u]=kt.useState(!1),k=l?o:s,x=kt.useCallback(h=>{l||u(h),r?.(h)},[l,r]),g=kt.useCallback(()=>x(!1),[x]),w=kt.useMemo(()=>({env:d,theme:t,open:k,walletAddress:n,close:g,sendTransaction:i,onOutlink:a}),[d,t,k,n,g,i,a]);return Mr(qt.Provider,{value:w,children:Mr(Ha.Root,{direction:"bottom",open:k,onOpenChange:x,noBodyStyles:!0,children:c})})}var _r=Object.assign(Ga,{Trigger:rr,Content:Sr});import{Fragment as fo,jsx as p,jsxs as E}from"react/jsx-runtime";function uo(e,t,n){let o=me[e],r=n.toUpperCase();if(t===o.cross&&r.includes("CROSSD"))return 0;if(t===o.cross&&r==="CROSS")return 1;if(t===o.bsc&&r==="CROSS")return 2}function Ua(e){return parseInt(e.split(":")[1],10)}function ja(e){let t=e.lastIndexOf(".");return t===-1?{main:e,decimal:""}:{main:e.slice(0,t),decimal:e.slice(t)}}function qa(e){let t=e.toLowerCase().replace(/^0x/,""),n=t.length>=8?t.slice(0,8):t.padEnd(8,"0"),o=parseInt(n.slice(0,4),16)%360,r=(o+60+parseInt(n.slice(4,8),16)%120)%360;return`linear-gradient(135deg, hsl(${o} 85% 65%), hsl(${r} 80% 55%))`}function Ar({align:e="end",sideOffset:t=12,className:n,children:o}){let{env:r,theme:i,isMobile:a,open:c,drawerDirection:d,modal:l,showBalance:s,showForgeToken:u,showGameToken:k,showQR:x,qrLogoSrc:g,walletAddress:w,accountName:h,sendAccounts:P,profileImageUrl:A,preferredTokens:S,close:N,onSelectWallet:H,onCopyAddress:y,onDisconnect:T,disconnectLabel:$,termsUrl:C,termsLabel:U,privacyUrl:q,privacyLabel:xe,portalStyle:at,navContent:ae,navPosition:$e,footerContent:Le,view:Y,setView:Ze,selectedSendToken:Ke,setSelectedSendToken:ue,showPortfolio:Ye,portfolioTitle:be,showTotalAssets:X,totalAssetsLabel:Z,sendTransaction:Me,getTransactionReceipt:se,estimateGas:_e,onOutlink:ve}=et(),{tokens:pe,isLoading:ye}=Pt(r,w,c&&s),{statsMap:J}=It(r,s),{categoryMap:Re}=tr(r,s),te=s&&X,{displayValue:st,isLowerBound:ke,isLoading:Qe}=nr(r,w,c&&te),[Ve,He]=B.useState(!1),lt=B.useRef(null),[Ee,Ge]=B.useState(0),{holdings:Te,isLoading:Xe}=Jo(r,w,c&&s&&u),ze=B.useMemo(()=>Te.map(b=>b.token),[Te]),{imageMap:Pe}=er(r,ze,u&&Te.length>0),fe=B.useMemo(()=>{let b=[],F=[],W=[],ee=new Map((S??[]).map((D,Q)=>[`${Ua(D.chainId)}:${D.address.toLowerCase()}`,Q]));for(let D of pe){let Q=uo(r,D.chainId,D.symbol)!==void 0,ft=`${D.chainId}:${D.address.toLowerCase()}`,gt=ee.get(ft),On=new Kt(D.quantity.numeric).shiftedBy(-D.quantity.decimals);if(Q)b.push(D);else if(gt!==void 0)F.push(D);else if(On.isGreaterThan(0)){if(!k&&Re.get(io(D.chainId,D.address))==="game")continue;W.push(D)}}return b.sort((D,Q)=>{let ft=uo(r,D.chainId,D.symbol)??99,gt=uo(r,Q.chainId,Q.symbol)??99;return ft-gt}),F.sort((D,Q)=>{let ft=ee.get(`${D.chainId}:${D.address.toLowerCase()}`)??99,gt=ee.get(`${Q.chainId}:${Q.address.toLowerCase()}`)??99;return ft-gt}),W.sort((D,Q)=>{let ft=J.get(vt(D.chainId,D.address)),gt=J.get(vt(Q.chainId,Q.address)),On=new Kt(D.quantity.numeric).shiftedBy(-D.quantity.decimals).multipliedBy(ft?.price??0);return new Kt(Q.quantity.numeric).shiftedBy(-Q.quantity.decimals).multipliedBy(gt?.price??0).minus(On).toNumber()}),[...b,...F,...W]},[pe,r,J,k,Re,S]),ct=B.useMemo(()=>{if(!u)return[];let b=new Set(pe.map(F=>F.address.toLowerCase()));return[...Te].filter(F=>!b.has(F.token.toLowerCase())).sort((F,W)=>{let ee=new Kt(F.value);return new Kt(W.value).minus(ee).toNumber()})},[Te,u,pe]),Je=B.useRef(!1),Ae=B.useCallback(b=>{Je.current=!0,Ze(b)},[Ze]),_n=B.useCallback(()=>{ue(null),Ae("wallet")},[ue,Ae]),Jt=B.useCallback(b=>{ue(b),Ae("send")},[ue,Ae]),en=B.useCallback(()=>{ue(null),Ae("wallet")},[ue,Ae]);B.useEffect(()=>{c||(Je.current=!1)},[c]);let tn=B.useRef(null);B.useEffect(()=>{let b=tn.current;if(!b||!a)return;let F=W=>{W.pointerType==="touch"&&W.stopPropagation()};return b.addEventListener("pointerdown",F),()=>b.removeEventListener("pointerdown",F)},[a]);let[dt,pt]=B.useState(!1),Ct=B.useRef(void 0);B.useEffect(()=>()=>clearTimeout(Ct.current),[]),B.useEffect(()=>{let b=lt.current;if(!b||Le===null){Ge(0);return}let F=()=>{Ge(b.offsetHeight)};if(F(),typeof ResizeObserver>"u")return;let W=new ResizeObserver(F);return W.observe(b),()=>W.disconnect()},[Le]);let nn=B.useCallback(async()=>{if(!dt)try{await navigator.clipboard.writeText(w),pt(!0),clearTimeout(Ct.current),Ct.current=setTimeout(()=>pt(!1),2e3),y?.(w,!0)}catch{y?.(w,!1)}},[w,y,dt]),Wt=B.useCallback(b=>{b.currentTarget.setAttribute("data-loaded","true")},[]),An=B.useMemo(()=>({background:qa(w)}),[w]),Bt=B.useMemo(()=>A||bt(r,w,{size:120,bg:i==="dark"?"1A1A2E":"F3F6F8"}),[A,r,w,i]),m=B.useMemo(()=>ja(st),[st]),L=C||q?E("div",{className:"wi-legal-links",children:[C&&p("a",{className:"wi-legal-link",href:C,target:"_blank",rel:"noopener noreferrer",onClick:b=>Fe(b,C,{category:"terms",origin:"terms"},ve),children:U}),C&&q&&p("span",{className:"wi-legal-sep","aria-hidden":!0,children:"\xB7"}),q&&p("a",{className:"wi-legal-link",href:q,target:"_blank",rel:"noopener noreferrer",onClick:b=>Fe(b,q,{category:"privacy",origin:"privacy"},ve),children:xe})]}):null,M=T?E("button",{type:"button",className:"wi-disconnect-btn",onClick:()=>{T(),N()},children:[p(Oo,{size:12}),p("span",{className:"wi-disconnect-label",children:$})]}):null,I=E("div",{className:K("wi-view-inner",Je.current&&"wi-view-wallet"),children:[te&&(()=>{let b=Ye;return E(b?"button":"div",{...b?{type:"button",onClick:()=>Ae("portfolio"),"aria-label":"View Portfolio"}:{},className:"wi-total-section","data-clickable":b||void 0,children:[E("div",{className:"wi-total-head",children:[p("span",{className:"wi-total-label",children:Z}),p("span",{role:"button",tabIndex:0,className:"wi-total-eye",onClick:W=>{W.stopPropagation(),He(ee=>!ee)},onKeyDown:W=>{(W.key==="Enter"||W.key===" ")&&(W.preventDefault(),W.stopPropagation(),He(ee=>!ee))},"aria-label":Ve?"Show balance":"Hide balance",children:Ve?p(Vo,{}):p($o,{})})]}),E("div",{className:"wi-total-body",children:[Qe?p("div",{className:"wi-skeleton-block wi-total-skeleton",style:{width:160,height:36}}):p("div",{className:"wi-total-value","data-hidden":Ve||void 0,children:Ve?p("span",{className:"wi-total-mask",children:"\u2022\u2022\u2022\u2022\u2022\u2022"}):E(fo,{children:[ke&&p("span",{className:"wi-total-lte",children:"\u2264"}),p("span",{className:"wi-total-currency",children:"$"}),p("span",{className:"wi-total-amount",children:m.main}),m.decimal&&p("span",{className:"wi-total-decimal",children:m.decimal})]})}),b&&p("span",{className:"wi-total-chevron","aria-hidden":!0,children:p(Wo,{size:18})})]})]})})(),$e==="top"&&ae&&p("div",{className:"wi-nav-fixed",children:ae}),s&&p("div",{ref:tn,className:"wi-scrollable-body","data-vaul-no-drag":!0,children:E("div",{className:"wi-token-list",children:[ye&&Array.from({length:5},(b,F)=>E("div",{className:"wi-skeleton-item",children:[E("div",{className:"wi-skeleton-left",children:[p("div",{className:"wi-skeleton-block wi-skeleton-icon"}),E("div",{className:"wi-skeleton-lines",children:[p("div",{className:"wi-skeleton-block",style:{width:64,height:14}}),p("div",{className:"wi-skeleton-block",style:{width:80,height:12}})]})]}),E("div",{className:"wi-skeleton-right",children:[p("div",{className:"wi-skeleton-block",style:{width:72,height:14}}),p("div",{className:"wi-skeleton-block",style:{width:48,height:12}})]})]},F)),!ye&&fe.length===0&&!u&&p("div",{className:"wi-empty",children:"No Tokens Found"}),fe.map(b=>{let F=J.get(vt(b.chainId,b.address)),W=F?parseFloat(F.percent_change_24h):null,ee=W!==null&&W>=0,D=Hn(r,b.chainId);return E("button",{type:"button",className:"wi-token-item wi-token-item--button",onClick:()=>Jt(b),"aria-label":`Send ${b.symbol}`,children:[E("div",{className:"wi-token-left",children:[E("div",{className:"wi-token-icon-wrap",children:[p("img",{src:b.icon_url,alt:b.symbol,className:"wi-token-icon",width:32,height:32,loading:"lazy",draggable:!1,onLoad:Wt,onError:Q=>{Q.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),D&&p("img",{src:D,alt:"","aria-hidden":!0,className:"wi-token-chain-badge",width:14,height:14,loading:"lazy",draggable:!1,onError:Q=>{Q.currentTarget.style.display="none"}})]}),E("div",{className:"wi-token-info",children:[p("span",{className:"wi-token-name",children:b.symbol}),F&&E("div",{className:"wi-token-price-row",children:[p("span",{className:"wi-token-price",children:$n(F.price)}),p("span",{className:"wi-token-change","data-positive":ee,"data-zero":W===0||void 0,children:W!==null&&(W===0?"0%":`${ee?"+":"-"}${(ee?Math.floor:Math.ceil)(Math.abs(W)*100)/100}%`)})]})]})]}),E("div",{className:"wi-token-right",children:[p("span",{className:"wi-token-balance",children:xt(b.quantity.numeric,b.quantity.decimals)}),F&&p("span",{className:"wi-token-value",children:So(b.quantity.numeric,b.quantity.decimals,F.price)})]})]},`${b.address}-${b.chainId}`)}),u&&Xe&&Array.from({length:3},(b,F)=>E("div",{className:"wi-skeleton-item",children:[E("div",{className:"wi-skeleton-left",children:[p("div",{className:"wi-skeleton-block wi-skeleton-icon"}),E("div",{className:"wi-skeleton-lines",children:[p("div",{className:"wi-skeleton-block",style:{width:64,height:14}}),p("div",{className:"wi-skeleton-block",style:{width:80,height:12}})]})]}),E("div",{className:"wi-skeleton-right",children:[p("div",{className:"wi-skeleton-block",style:{width:72,height:14}}),p("div",{className:"wi-skeleton-block",style:{width:48,height:12}})]})]},`forge-sk-${F}`)),u&&!Xe&&!ye&&fe.length===0&&ct.length===0&&p("div",{className:"wi-empty",children:"No Tokens Found"}),u&&ct.map(b=>{let F=Pe.get(b.token)||"",W=Hn(r,me[r].cross);return E("div",{className:"wi-token-item",children:[E("div",{className:"wi-token-left",children:[E("div",{className:"wi-token-icon-wrap",children:[p("img",{src:F||"https://contents.crosstoken.io/wallet/token/images/FT.png",alt:b.token_name,className:"wi-token-icon",width:32,height:32,loading:"lazy",draggable:!1,onLoad:Wt,onError:ee=>{ee.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),W&&p("img",{src:W,alt:"","aria-hidden":!0,className:"wi-token-chain-badge",width:14,height:14,loading:"lazy",draggable:!1,onError:ee=>{ee.currentTarget.style.display="none"}})]}),E("div",{className:"wi-token-info",children:[p("span",{className:"wi-token-name",children:b.token_name}),p("div",{className:"wi-token-price-row",children:E("span",{className:"wi-token-price",children:[xt(b.current_price,18)," CROSS"]})})]})]}),E("div",{className:"wi-token-right",children:[p("span",{className:"wi-token-balance",children:xt(b.balance,18)}),p("span",{className:"wi-token-value",children:$n(b.current_value_usd)})]})]},`forge-${b.token}`)})]})}),$e==="bottom"&&ae&&p("div",{className:"wi-nav-fixed",children:ae}),M&&p("div",{className:"wi-wallet-disconnect-row",children:M})]},"wallet"),V=Ye?p("div",{className:K("wi-view-inner wi-portfolio-body",Je.current&&"wi-view-portfolio"),children:p(At,{env:r,theme:i,walletAddress:w,showHeader:!1,sendTransaction:Me,getTransactionReceipt:se,onOutlink:ve})},"portfolio"):null,ne=Ke?p("div",{className:K("wi-view-inner wi-send-body",Je.current&&"wi-view-send"),children:p(fn,{env:r,theme:i,walletAddress:w,accountName:h,accounts:P,token:Ke,tokens:fe,onTokenChange:ue,sendTransaction:Me,getTransactionReceipt:se,estimateGas:_e,onConfirmSuccess:en,onOutlink:ve})},"send"):null,mt=p("div",{className:K("wi-view-inner wi-qr-body",Je.current&&"wi-view-qr"),children:E("div",{className:"wi-qr-section",children:[E("div",{className:"wi-qr-card",children:[E("div",{className:"wi-qr-code",children:[p(za,{value:w,size:180,level:"H",marginSize:2,...g&&{imageSettings:{src:g,height:33,width:33,excavate:!0}}}),!g&&p("div",{className:"wi-qr-logo",children:p(Ho,{size:33})})]}),p("p",{className:"wi-qr-address",children:w}),E("button",{type:"button",className:"wi-qr-copy-btn",onClick:nn,children:[p("span",{className:"wi-qr-copy-icon",children:dt?p(zt,{size:16}):p(Gn,{size:16})}),p("span",{className:"wi-qr-copy-text",children:dt?"Copied!":"Copy address"})]})]}),L]})},"qr"),le=Y==="qr"||Y==="portfolio"||Y==="send",ut=Le!==null?p("div",{className:"wi-builtin-footer",children:Le}):null,$t=!!H&&h?.trim().toLowerCase()!=="my wallet",Vt=E("div",{className:"wi-account-text",children:[$t?E("button",{type:"button",className:"wi-account-row wi-account-row--btn",onClick:H,"aria-label":"Switch account",children:[p("span",{className:"wi-account-name",children:h??"Account 1"}),p("span",{className:"wi-account-switch","aria-hidden":"true",children:p(Bo,{size:12})})]}):p("div",{className:"wi-account-row",children:p("span",{className:"wi-account-name",children:h??"Account 1"})}),E("button",{type:"button",className:"wi-address-row-btn",onClick:nn,"aria-label":"Copy address",children:[p("span",{className:"wi-account-address",children:Ce(w)}),p("span",{className:"wi-account-copy",children:dt?p(zt,{size:14}):p(Gn,{size:14})})]})]}),rn=E(fo,{children:[o,le?E("div",{className:"wi-sticky-header",children:[E("div",{className:"wi-header wi-header--wallet wi-header--sub-account",children:[p("button",{type:"button",className:"wi-header-back",onClick:_n,"aria-label":"Back",children:p(Do,{})}),p("div",{className:"wi-account-block wi-account-block--sub-account",children:Vt}),p("button",{type:"button",className:"wi-header-action",onClick:N,"aria-label":"Close",children:p(zn,{size:24})})]}),p("hr",{className:"wi-divider"})]}):E("div",{className:"wi-sticky-header",children:[E("div",{className:"wi-header wi-header--wallet",children:[E("div",{className:"wi-account-block",children:[E("div",{className:"wi-avatar",children:[p("div",{className:"wi-avatar-fallback",style:An}),Bt&&p("img",{src:Bt,alt:"",className:"wi-avatar-img",width:30,height:30,draggable:!1,onLoad:Wt,onError:b=>{b.currentTarget.style.display="none"}})]}),Vt]}),E("div",{className:"wi-header-actions",children:[x&&p("button",{type:"button",className:"wi-header-action",onClick:()=>Ae("qr"),"aria-label":"Show QR code",children:p(Fo,{size:20})}),p("button",{type:"button",className:"wi-header-action",onClick:N,"aria-label":"Close",children:p(zn,{size:24})})]})]}),p("hr",{className:"wi-divider"})]}),E("div",{className:"wi-view-container",children:[Y==="wallet"&&I,Y==="qr"&&mt,Y==="portfolio"&&V,Y==="send"&&ne]}),ut&&Y!=="portfolio"&&Y!=="send"&&p("div",{className:"wi-sticky-footer",children:p("div",{className:"wi-footer",ref:lt,children:ut})})]}),Nt={...at,...Ee>0?{"--wi-footer-height":`${Ee}px`}:null};return a?E(kn.Portal,{children:[l&&p(kn.Overlay,{className:"wi-drawer-overlay"}),E(kn.Content,{className:K("wi-drawer-content",n),"data-theme":i,style:Nt,"data-direction":d,"data-no-balance":!s||void 0,"data-has-footer":Ee>0||void 0,"data-view":Y,children:[p(kn.Title,{className:"wi-sr-only",children:"My Wallet"}),rn]})]}):E(fo,{children:[l&&c&&p("div",{className:"wi-drawer-overlay",onClick:N}),p(Cn.Portal,{children:p(Cn.Content,{align:e,sideOffset:t,className:K("wi-popover-content",n),"data-theme":i,style:Nt,"data-no-balance":!s||void 0,"data-has-footer":Ee>0||void 0,"data-view":Y,children:rn})})]})}import*as Or from"react";function Fr({position:e="top",children:t}){let{setNavContent:n,setNavPosition:o}=et();return Or.useEffect(()=>(n(t),o(e),()=>n(null)),[t,e,n,o]),null}import*as Dr from"react";function Wr({children:e}){let{setFooterContent:t}=et();return Dr.useEffect(()=>(t(e),()=>t(null)),[e,t]),null}O(`[data-theme=dark].wi-popover-content,[data-theme=dark].wi-drawer-content{--wi-primary: var(--cck-primary, #019d92);--wi-secondary: var(--cck-secondary, #e70077);--wi-surface-bg: var(--cck-surface-bg, #121212);--wi-surface-default: var(--cck-surface-default, rgba(255, 255, 255, .05));--wi-surface-subtle: var(--cck-surface-subtle, rgba(255, 255, 255, .1));--wi-border-default: var(--cck-border-default, rgba(255, 255, 255, .05));--wi-border-subtle: var(--cck-border-subtle, rgba(255, 255, 255, .1));--wi-texticon-primary: var(--cck-texticon-primary, #ffffff);--wi-texticon-secondary: var(--cck-texticon-secondary, rgba(255, 255, 255, .7));--wi-texticon-tertiary: var(--cck-texticon-tertiary, rgba(255, 255, 255, .5));--wi-on-primary: var(--cck-on-primary, #ffffff);--wi-error: var(--cck-error, #e70077);--wi-shadow: 0 2px 16px -2px rgba(0, 0, 0, .4)}[data-theme=light].wi-popover-content,[data-theme=light].wi-drawer-content{--wi-primary: var(--cck-primary, #019d92);--wi-secondary: var(--cck-secondary, #e70077);--wi-surface-bg: var(--cck-surface-bg, #ffffff);--wi-surface-default: var(--cck-surface-default, rgba(18, 18, 18, .05));--wi-surface-subtle: var(--cck-surface-subtle, rgba(18, 18, 18, .1));--wi-border-default: var(--cck-border-default, rgba(18, 18, 18, .05));--wi-border-subtle: var(--cck-border-subtle, rgba(18, 18, 18, .1));--wi-texticon-primary: var(--cck-texticon-primary, #121212);--wi-texticon-secondary: var(--cck-texticon-secondary, rgba(18, 18, 18, .7));--wi-texticon-tertiary: var(--cck-texticon-tertiary, rgba(18, 18, 18, .5));--wi-on-primary: var(--cck-on-primary, #ffffff);--wi-error: var(--cck-error, #e70077);--wi-shadow: 0 2px 16px -2px rgba(0, 0, 0, .15)}
5
+ `);O("");import{jsx as Dn}from"react/jsx-runtime";function ko({env:e,theme:t="dark",mobileBreakpoint:o=768,domain:n,children:r}){let i=Lt(`(max-width: ${o}px)`),[a,c]=Rt.useState(!1),d=Rt.useCallback(()=>c(!1),[]),l=ge(e),s=Rt.useMemo(()=>({env:l,theme:t,isMobile:i,open:a,domain:n,close:d}),[l,t,i,a,n,d]);return Dn(Fn.Provider,{value:s,children:i?Dn(li.Root,{direction:"right",open:a,onOpenChange:c,noBodyStyles:!0,children:r},"drawer"):Dn(yo.Root,{open:a,onOpenChange:c,children:r},"popover")})}import*as Ro from"@radix-ui/react-popover";import{Drawer as di}from"vaul";import{jsx as we,jsxs as ci}from"react/jsx-runtime";function Co({size:e=18}){return ci("svg",{className:"al-trigger-icon",width:e,height:e,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[we("rect",{width:"4",height:"4",fill:"currentColor"}),we("rect",{x:"7",width:"4",height:"4",fill:"currentColor"}),we("rect",{x:"14",width:"4",height:"4",fill:"currentColor"}),we("rect",{y:"7",width:"4",height:"4",fill:"currentColor"}),we("rect",{x:"7",y:"7",width:"4",height:"4",fill:"currentColor"}),we("rect",{x:"14",y:"7",width:"4",height:"4",fill:"currentColor"}),we("rect",{y:"14",width:"4",height:"4",fill:"currentColor"}),we("rect",{x:"7",y:"14",width:"4",height:"4",fill:"currentColor"}),we("rect",{x:"14",y:"14",width:"4",height:"4",fill:"currentColor"})]})}function No(){return we("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:we("path",{d:"M12 19L5 12M5 12L12 5M5 12H19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function Lo(){return we("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:we("path",{d:"M15 5L5 15M5 5L15 15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}import{jsx as sn}from"react/jsx-runtime";function Eo({asChild:e,children:t}){let{isMobile:o,theme:n}=an(),r=t!=null,i=e??!0,a=r?t:sn("button",{type:"button",className:"al-trigger-btn","data-theme":n,children:sn(Co,{size:o?12:18})});return o?sn(di.Trigger,{asChild:i,children:a}):sn(Ro.Trigger,{asChild:i,children:a})}import*as wt from"react";import*as cn from"@radix-ui/react-popover";import{Drawer as Et}from"vaul";import{useQuery as ui}from"@tanstack/react-query";var To={dev:"https://stg-contents.crosstoken.io/frontend/common/app-launcher/app-launcher.json",stage:"https://stg-contents.crosstoken.io/frontend/common/app-launcher/app-launcher.json",production:"https://contents.crosstoken.io/frontend/common/app-launcher/app-launcher.json"};var pi="https://stg-contents.crosstoken.io/frontend/common/app-launcher/icons",mi="https://contents.crosstoken.io/frontend/common/app-launcher/icons";function De(e,t){return`${e==="production"?mi:pi}/${t}.png`}function Po(e){let t=e==="production"?"production":"stage";return{version:"0.0.1-fallback",items:[{id:"gametoken-cross",label:"Gametoken",description:"Trade game tokens easily using CROSS.",url:{dev:"https://dev-x.crosstoken.io/gametoken/CROSS",stage:"https://stg-x.crosstoken.io/gametoken/CROSS",production:"https://x.crosstoken.io/gametoken/CROSS"},iconUrl:De(t,"dex"),order:1e3,type:"gametoken",badge:null,isNew:!1},{id:"forge",label:"Forge",description:"Launch Your Game, Ignite the Market",url:{dev:"https://stg-x.crosstoken.io/forge",stage:"https://stg-x.crosstoken.io/forge",production:"https://x.crosstoken.io/forge"},iconUrl:De(t,"forge"),order:4e3,type:"forge",badge:null,isNew:!0},{id:"crossd",label:"Bridge (CROSSD)",description:"The first decentralized exchange on the CROSS network.",url:{dev:"https://stg.crossdefi.io/swap-bridge",stage:"https://stg.crossdefi.io/swap-bridge",production:"https://www.crossdefi.io/swap-bridge"},iconUrl:De(t,"crossd"),order:5e3,type:"crossd",badge:null,isNew:!1},{id:"prediction",label:"Prediction",description:"Prediction market",url:{dev:"https://stg-prediction.crossdefi.io",stage:"https://stg-prediction.crossdefi.io",production:"https://prediction.crossdefi.io/"},iconUrl:De(t,"prediction"),order:6e3,type:"prediction",badge:null,isNew:!0},{id:"rewards",label:"Rewards",description:"Deposit CROSS and earn rewards. Grow together.",url:{dev:"https://stg-x.crosstoken.io/rewards",stage:"https://stg-x.crosstoken.io/rewards",production:"https://x.crosstoken.io/rewards"},iconUrl:De(t,"reward"),order:7e3,type:"rewards",badge:null,isNew:!1},{id:"nft",label:"NFT",description:"Trade and collect NFTs in the CROSS ecosystem.",url:{dev:"https://stg.crossnft.io/",stage:"https://stg.crossnft.io/",production:"https://www.crossnft.io/"},iconUrl:De(t,"nft"),order:8e3,type:"nft",badge:null,isNew:!1},{id:"shop",label:"Shop",description:"Game Payment Platform & In-Game Currency Store.",url:{dev:"https://www.dev.cross.shop/",stage:"https://www.stage.cross.shop/",production:"https://www.cross.shop/"},iconUrl:De(t,"shop"),order:9e3,type:"shop",badge:null,isNew:!1},{id:"points",label:"Points",description:"Dive into CROSS World, Earn CROSS Points",url:{dev:"https://stg-x.crosstoken.io/points",stage:"https://stg-x.crosstoken.io/points",production:"https://x.crosstoken.io/points"},iconUrl:De(t,"point"),order:1e4,type:"points",badge:null,isNew:!1},{id:"wave",label:"Wave",description:"Stream, support, and earn in the CROSS ecosystem.",url:{dev:"https://stg-wave.crosstoken.io/en",stage:"https://stg-wave.crosstoken.io/en",production:"https://wave.crosstoken.io/en"},iconUrl:De(t,"wave"),order:11e4,type:"wave",badge:null,isNew:!1},{id:"explorer",label:"Explorer",description:"View transactions, blocks, and token data on the CROSS network.",url:{dev:"https://stg-explorer.crosstoken.io/612055",stage:"https://stg-explorer.crosstoken.io/612055",production:"https://explorer.crosstoken.io/612055"},iconUrl:De(t,"explorer"),order:12e3,type:"explorer",badge:null,isNew:!1}]}}function ln(e){let t=ge(e);return ui({queryKey:["global-menu",t],queryFn:async({signal:o})=>{try{let n=await fetch(To[t],{cache:"no-store",signal:o});if(!n.ok)throw new Error(`Failed to fetch global menu: ${n.status}`);return n.json()}catch(n){if(o.aborted)throw n;return Po(t)}},staleTime:0,gcTime:0,retry:!1,refetchOnMount:!0})}function K(...e){return e.filter(Boolean).join(" ")}import{jsx as oe,jsxs as Gt}from"react/jsx-runtime";function Io({align:e="end",sideOffset:t=12,className:o}){let{env:n,theme:r,isMobile:i,domain:a,close:c}=an(),{data:d}=ln(n),l=wt.useMemo(()=>(d?.items??[]).sort((h,P)=>h.order-P.order),[d]),s=8,m=wt.useRef(null),k=wt.useCallback(h=>{m.current={x:h.clientX,y:h.clientY}},[]),b=typeof window<"u"?window.location.pathname:"",g=wt.useCallback((h,P)=>{if(m.current){let N=h.clientX-m.current.x,V=h.clientY-m.current.y;if(m.current=null,Math.abs(N)>s||Math.abs(V)>s)return}let A=P.url[n]??P.url.production,I=So(A,a);if(!I)try{let N=new URL(A).pathname;if(b===N||b.startsWith(N+"/")){c();return}}catch{}I?window.open(A,"_blank","noopener,noreferrer"):window.location.href=A,c()},[n,a,c,b]),w=oe("div",{className:"al-grid","data-theme":r,children:l.map(h=>{let P=h.url[n]??h.url.production,A=So(P,a),I=!1;if(!A)try{let N=new URL(P).pathname;I=b===N||b.startsWith(N+"/")}catch{I=!1}return Gt("button",{type:"button",className:"al-grid-item","data-active":I||void 0,onPointerDown:k,onClick:N=>g(N,h),children:[Gt("div",{className:"al-grid-item-left",children:[oe("div",{className:"al-grid-item-icon",children:oe("img",{src:h.iconUrl,alt:h.label,width:24,height:24,loading:"lazy"})}),oe("span",{className:"al-grid-item-label",children:h.label}),h.isNew&&oe("span",{className:"al-badge-new",children:"N"})]}),oe("div",{className:"al-grid-item-right",children:h.badge&&oe("span",{className:"al-badge",children:h.badge})})]},h.id)})});return i?Gt(Et.Portal,{children:[oe(Et.Overlay,{className:"al-drawer-overlay"}),Gt(Et.Content,{className:K("al-drawer-content",o),"data-theme":r,children:[Gt("div",{className:"al-drawer-header",children:[oe(Et.Close,{className:"al-drawer-close",children:oe(No,{})}),oe(Et.Title,{className:"al-drawer-title",children:"CROSS Services"}),oe(Et.Close,{className:"al-drawer-close",children:oe(Lo,{})})]}),oe("div",{className:"al-drawer-body",children:w})]})]}):oe(cn.Portal,{children:oe(cn.Content,{align:e,sideOffset:t,className:K("al-popover-content",o),"data-theme":r,children:w})})}function So(e,t){try{let o=new URL(e).hostname;return typeof window>"u"?!0:o!==(t??window.location.hostname)}catch{return!1}}import*as ce from"react";import*as Vr from"@radix-ui/react-popover";import{Drawer as Qa}from"vaul";import{createContext as fi,useContext as gi}from"react";var Wn=fi(null);function tt(){let e=gi(Wn);if(!e)throw new Error("WalletInfo compound components must be used within <WalletInfo>");return e}var Bn=(n=>(n.CROSSx="crossx",n.MetaMask="io.metamask",n.Binance="com.binance.wallet",n))(Bn||{}),dn={crossx:{name:"CROSSx",iconUrl:"https://contents.crosstoken.io/wallet/token/images/tCROSS.svg"},"io.metamask":{name:"MetaMask",iconUrl:"https://upload.wikimedia.org/wikipedia/commons/3/36/MetaMask_Fox.svg"},"com.binance.wallet":{name:"Binance Wallet",iconUrl:"https://public.bnbstatic.com/static/images/common/favicon.ico"}};import*as R from"react";import ht from"bignumber.js";function wi(e){let t=e.length;for(;t>0&&e.charCodeAt(t-1)===48;)t--;return t>0&&e.charCodeAt(t-1)===46&&t--,e.slice(0,t)}function bt(e,t){if(!e||e==="0")return"0.00";let o=new ht(e).shiftedBy(-t),n=o.isGreaterThanOrEqualTo(1)?2:4;return o.toFormat(n,ht.ROUND_DOWN)}function Ne(e){return e.length<=10?e:`${e.slice(0,6)}...${e.slice(-4)}`}function $n(e){let t=typeof e=="string"?parseFloat(e):e;if(Number.isNaN(t)||t===0)return"$0.00";let o=t>=1?2:4,n=Math.pow(10,o);return`$${(Math.floor(t*n)/n).toLocaleString("en-US",{minimumFractionDigits:o,maximumFractionDigits:o})}`}function Mo(e,t,o){let r=new ht(e).shiftedBy(-t).multipliedBy(new ht(o));return r.isZero()||r.isNaN()?"$0.00":`$${(r.integerValue(ht.ROUND_DOWN).isGreaterThanOrEqualTo(1)?r.decimalPlaces(2,ht.ROUND_DOWN):r.decimalPlaces(4,ht.ROUND_DOWN)).toFormat()}`}function _o(e){if(e===""||e===null||e===void 0)return{displayValue:"0",isLowerBound:!1};let t=typeof e=="number"?e.toString():e;if(t==="0"||t==="0.0")return{displayValue:"0",isLowerBound:!1};let o=t;if(o.includes("e")||o.includes("E")){let a=Number(o);if(!Number.isFinite(a)||a===0)return{displayValue:"0",isLowerBound:!1};o=wi(a.toFixed(18))}let[n="0",r=""]=o.split(".");if(Number(n)>=1){let a=r.slice(0,2).padEnd(2,"0");return{displayValue:`${Number(n).toLocaleString("en-US")}.${a}`,isLowerBound:!1}}return r.length<4?{displayValue:`${n}.${r}`,isLowerBound:!1}:r.slice(0,4)==="0000"?{displayValue:"0.0001",isLowerBound:!0}:{displayValue:`0.${r.slice(0,4)}`,isLowerBound:!1}}var Le={dev:"https://stg-wallet-server.crosstoken.io/api",stage:"https://stg-wallet-server.crosstoken.io/api",production:"https://wallet-server.crosstoken.io/api"},me={dev:{cross:612044,bsc:97},stage:{cross:612044,bsc:97},production:{cross:612055,bsc:56}};var Vn={dev:"https://stg-bonding-curve-api.crosstoken.io/api",stage:"https://stg-bonding-curve-api.crosstoken.io/api",production:"https://bonding-curve-api.crosstoken.io/api"},Ao={cross:"https://contents.crosstoken.io/wallet/token/images/CROSS.svg",bsc:"https://contents.crosstoken.io/wallet/token/images/BSC.svg"};function Hn(e,t){let o=me[e];if(t===o.cross)return Ao.cross;if(t===o.bsc)return Ao.bsc}var hi={dev:"https://dev-portrait.crosstoken.io",stage:"https://dev-portrait.crosstoken.io",production:"https://portrait.crosstoken.io"};function xt(e,t,o={}){if(!t||!t.startsWith("0x"))return;let{size:n=120,bg:r,format:i="png"}=o,a=hi[e],c=r?`&bg=${r}`:"";return`${a}/portrait/evm/${t}.${i}?size=${n}${c}`}import{jsx as G,jsxs as pn}from"react/jsx-runtime";function Oo({size:e=16,className:t}){return pn("svg",{width:e,height:e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[G("path",{d:"M12.6667 4.66667V2.66667C12.6667 2.48986 12.5964 2.32029 12.4714 2.19526C12.3464 2.07024 12.1768 2 12 2H3.33333C2.97971 2 2.64057 2.14048 2.39052 2.39052C2.14048 2.64057 2 2.97971 2 3.33333C2 3.68696 2.14048 4.02609 2.39052 4.27614C2.64057 4.52619 2.97971 4.66667 3.33333 4.66667H13.3333C13.5101 4.66667 13.6797 4.7369 13.8047 4.86193C13.9298 4.98695 14 5.15652 14 5.33333V8M14 8H12C11.6464 8 11.3072 8.14048 11.0572 8.39052C10.8071 8.64057 10.6667 8.97971 10.6667 9.33333C10.6667 9.68696 10.8071 10.0261 11.0572 10.2761C11.3072 10.5262 11.6464 10.6667 12 10.6667H14C14.1768 10.6667 14.3464 10.5964 14.4714 10.4714C14.5964 10.3464 14.6667 10.1768 14.6667 10V8.66667C14.6667 8.48986 14.5964 8.32029 14.4714 8.19526C14.3464 8.07024 14.1768 8 14 8Z",stroke:"currentColor",strokeWidth:1.33333,strokeLinecap:"round",strokeLinejoin:"round"}),G("path",{d:"M2 3.33325V12.6666C2 13.0202 2.14048 13.3593 2.39052 13.6094C2.64057 13.8594 2.97971 13.9999 3.33333 13.9999H13.3333C13.5101 13.9999 13.6797 13.9297 13.8047 13.8047C13.9298 13.6796 14 13.5101 14 13.3333V10.6666",stroke:"currentColor",strokeWidth:1.33333,strokeLinecap:"round",strokeLinejoin:"round"})]})}function Gn({size:e=16,className:t}){return G("svg",{width:e,height:e,viewBox:"4 4 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:G("path",{d:"M9.40284 17.0647H4.85156V4.84656H17.0697V9.39783H15.4407V6.47565H6.48066V15.4356H9.40284V17.0647ZM21.5192 12.5644H12.5592V21.5244H21.5192V12.5644ZM23.1483 10.9353V23.1535H10.9301V10.9353H23.1483Z",fill:"currentColor"})})}function zt({size:e=16,className:t}){return G("svg",{width:e,height:e,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:G("path",{d:"M11.6667 3.5L5.25 9.91667L2.33334 7",stroke:"currentColor",strokeWidth:1.16667,strokeLinecap:"round",strokeLinejoin:"round"})})}function zn({size:e=24,className:t}){return G("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:G("path",{d:"M18 6L6 18M6 6l12 12",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})})}function Fo({size:e=20,className:t}){return pn("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[G("path",{d:"M7.5 17.5H4.167A1.667 1.667 0 012.5 15.833V4.167A1.667 1.667 0 014.167 2.5H7.5",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),G("path",{d:"M13.333 14.167L17.5 10l-4.167-4.167M17.5 10H7.5",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]})}function Do({size:e=20,className:t}){return G("svg",{xmlns:"http://www.w3.org/2000/svg",width:e,height:e,viewBox:"0 0 20 20",fill:"none",className:t,children:G("path",{d:"M7.91305 10.8327C8.60341 10.8327 9.16305 11.3924 9.16305 12.0827V16.2458C9.16305 16.9361 8.60341 17.4958 7.91305 17.4958H3.75C3.05964 17.4958 2.5 16.9361 2.5 16.2458L2.5 12.0827C2.5 11.3924 3.05964 10.8327 3.75 10.8327H7.91305ZM14.1685 17.4958H12.5027V15.83H14.1685V17.4958ZM17.5 17.4958H15.8342V15.83H17.5V17.4958ZM4.16576 12.4985V15.83H7.49729V12.4985H4.16576ZM12.5027 15.83H10.8369V14.1642H12.5027V15.83ZM15.8342 15.83H14.1685V14.1642H15.8342V15.83ZM14.1685 14.1642H12.5027V12.4985H14.1685V14.1642ZM17.5 14.1642H15.8342V12.4985H17.5V14.1642ZM12.5027 12.4985H10.8369V10.8327H12.5027V12.4985ZM15.8342 12.4985H14.1685V10.8327H15.8342V12.4985ZM7.91305 2.50391C8.60341 2.50391 9.16305 3.06355 9.16305 3.75391V7.91696C9.16305 8.60731 8.60341 9.16696 7.91305 9.16696H3.75C3.05964 9.16696 2.5 8.60731 2.5 7.91696L2.5 3.75391C2.5 3.06355 3.05964 2.50391 3.75 2.50391L7.91305 2.50391ZM16.2419 2.50391C16.9322 2.50391 17.4919 3.06355 17.4919 3.75391V7.91696C17.4919 8.60731 16.9322 9.16696 16.2419 9.16696H12.0788C11.3885 9.16696 10.8288 8.60731 10.8288 7.91696V3.75391C10.8288 3.06355 11.3885 2.50391 12.0788 2.50391L16.2419 2.50391ZM4.16576 4.16967L4.16576 7.50119L7.49729 7.50119L7.49729 4.16967L4.16576 4.16967ZM12.4946 4.16967V7.50119H15.8261V4.16967H12.4946Z",fill:"currentColor",fillOpacity:1})})}function Wo({size:e=20,className:t}){return G("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:G("path",{d:"M12.5 15L7.5 10L12.5 5",stroke:"currentColor",strokeWidth:1.67,strokeLinecap:"round",strokeLinejoin:"round"})})}function Bo({size:e=20,className:t}){return G("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:G("path",{d:"M8 5L13 10L8 15",stroke:"currentColor",strokeWidth:1.67,strokeLinecap:"round",strokeLinejoin:"round"})})}function $o({size:e=20,className:t}){return G("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:G("path",{d:"M5 8L10 13L15 8",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})})}function Vo({size:e=16,className:t}){return pn("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[G("path",{d:"M1.667 10S4.167 4.167 10 4.167 18.333 10 18.333 10 15.833 15.833 10 15.833 1.667 10 1.667 10z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),G("path",{d:"M10 12.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]})}function Ho({size:e=16,className:t}){return pn("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[G("path",{d:"M14.95 14.95A8.283 8.283 0 0110 16.667c-5.833 0-8.333-5.833-8.333-5.833a15.238 15.238 0 014.183-4.884m3.267-1.55A7.55 7.55 0 0110 4.167c5.833 0 8.333 5.833 8.333 5.833a15.28 15.28 0 01-1.783 2.633M11.767 11.767a2.5 2.5 0 11-3.534-3.534",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),G("path",{d:"M1.667 1.667l16.666 16.666",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]})}function Go({size:e=42,className:t}){return G("svg",{xmlns:"http://www.w3.org/2000/svg",width:e,height:e,viewBox:"0 0 42 42",fill:"none",className:t,children:G("path",{d:"M20.7314 2C31.0766 2 39.4628 10.3863 39.4629 20.7314C39.4629 31.0766 31.0766 39.4629 20.7314 39.4629C10.3863 39.4628 2 31.0766 2 20.7314C2.00007 10.3864 10.3864 2.00007 20.7314 2ZM20.5938 30.0586L21.1084 30.5732L21.623 30.0586V25.2471H21.1084C20.9344 25.2471 20.7626 25.235 20.5938 25.2158V30.0586ZM16.4834 24.6611L14.6514 26.4922L15.3799 27.2207L17.1797 25.4209L18.3193 24.2803C18.0487 24.0673 17.8025 23.8251 17.5869 23.5566L16.4834 24.6611ZM26.8691 27.2207L27.5967 26.4922L26.3516 25.2471H24.8955L26.8691 27.2207ZM11.2666 20.7314L11.7822 21.2471H16.624C16.6048 21.0781 16.5938 20.9065 16.5938 20.7324C16.5938 20.5585 16.6049 20.3866 16.624 20.2178H11.7812L11.2666 20.7314ZM20.5938 11.4053V16.2471C20.7626 16.2279 20.9345 16.2178 21.1084 16.2178H21.623V11.4053L21.1084 10.8906L20.5938 11.4053ZM14.6514 15.0029L16.4521 16.8027L17.5732 17.9238C17.7874 17.6546 18.0315 17.4104 18.3008 17.1963L15.3799 14.2754L14.6514 15.0029ZM25.0371 16.1074L24.9268 16.2178H26.3818L27.5957 15.0029L26.8682 14.2754L25.0371 16.1074Z",fill:"#019D92",stroke:"white",strokeWidth:4})})}import{useMemo as bi}from"react";import{useQuery as xi}from"@tanstack/react-query";var vi="send:chain-info";function yi(e){if("data"in e&&e.data!==void 0){let t=e.data;if(Array.isArray(t)){let o=t[0];if(!o)throw new Error("Chain info payload is empty.");return o}return t}return e}function Un(e,...t){let o=e.replace(/\/+$/,""),n=t.map(r=>r.replace(/^\/+|\/+$/g,"")).filter(Boolean);return[o,...n].join("/")}function ki(e,t,o,n){if(n)return t===me[e].cross?zo(t,n):o?.explorer_url?Un(o.explorer_url,o.explorer_postfix?.transaction??"tx",n):Ci(e,t,n)}function zo(e,t){return Un("https://explorer.crosstoken.io",String(e),"tx",t)}function Ci(e,t,o){let n=me[e];if(t===n.cross)return zo(t,o);if(t===n.bsc)return Un(e==="production"?"https://bscscan.com":"https://testnet.bscscan.com","tx",o)}function Uo(e,t,o,n=!0){let r=Le[e],i=xi({queryKey:[vi,e,t],queryFn:async({signal:d})=>{let l=await fetch(`${r}/v1/public/chain/info/${t}`,{cache:"no-store",signal:d});if(!l.ok)throw new Error(`Failed to fetch chain info: ${l.status}`);let s=await l.json();if("code"in s&&s.code!==void 0&&s.code!==200)throw new Error(`Chain info API error: ${s.code}`);return yi(s)},enabled:n,staleTime:300*1e3}),a=i.data;return{transactionUrl:bi(()=>ki(e,t,a,o),[t,a,e,o]),chainInfo:a,...i}}var jo="0x0000000000000000000000000000000000000001";var Ni="0xa9059cbb",Li=/^0x[a-fA-F0-9]{40}$/,Ri="nexus-cross:dapp-ui:send:recent:",qo=10;function Ei(e){let t=e.length;for(;t>0&&e.charCodeAt(t-1)===48;)t--;return e.slice(0,t)}function Ut(e){return e.toLowerCase()}function jt(e){return Li.test(e)}function jn(e){return Ut(e.address)===jo}function qn(e){return`${Ri}${e.toLowerCase()}`}function Tt(e){if(typeof window>"u")return[];try{let t=window.localStorage.getItem(qn(e));if(!t)return[];let o=JSON.parse(t);return Array.isArray(o)?o.filter(n=>n!==null&&typeof n=="object"&&jt(n.address)&&typeof n.updatedAt=="number").slice(0,qo):[]}catch{return[]}}function Zn(e,t){if(typeof window>"u")return[];let o=Ut(t),n=[{address:o,updatedAt:Date.now()},...Tt(e).filter(r=>r.address!==o)].slice(0,qo);try{window.localStorage.setItem(qn(e),JSON.stringify(n))}catch{return Tt(e)}return n}function Kn(e){if(!(typeof window>"u"))try{window.localStorage.removeItem(qn(e))}catch{}}function Yn(e,t){let o=e.trim();if(!o)return{error:"Enter an amount."};if(!/^\d+(\.\d*)?$/.test(o))return{error:"Enter a valid amount."};let[n="0",r=""]=o.split(".");if(r.length>t)return{error:`Max ${t} decimal places.`};let i=BigInt(n||"0"),a=r.padEnd(t,"0"),c=a?BigInt(a):0n,d=10n**BigInt(t),l=i*d+c;return l<=0n?{error:"Amount must be greater than 0."}:{value:l}}function Qn(e,t){let o=BigInt(e||"0"),n=10n**BigInt(t),r=o/n,i=o%n;if(i===0n)return r.toString();let a=Ei(i.toString().padStart(t,"0"));return`${r.toString()}.${a}`}function Xn(e,t){let o=e.replace(/^0x/,"").toLowerCase().padStart(64,"0"),n=t.toString(16).padStart(64,"0");return`${Ni}${o}${n}`}var Ti=2000000000n,Pi=1000000000n;async function mn(e,t,o){let n=await fetch(e,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({jsonrpc:"2.0",id:1,method:t,params:o})});if(!n.ok)throw new Error(`RPC ${t} HTTP ${n.status}`);let r=await n.json();if(r.error)throw new Error(`RPC ${t}: ${r.error.message}`);if(r.result===void 0)throw new Error(`RPC ${t}: empty result`);return r.result}function un(e){return BigInt(e)}function Si(e){return`0x${e.toString(16)}`}function Ii(e){let t={to:e.to};return e.from&&(t.from=e.from),e.value!==void 0&&e.value>0n&&(t.value=Si(e.value)),e.data&&(t.data=e.data),t}function Mi(e){return e===56||e===97}async function Zo(e){try{let t=await mn(e,"eth_gasPrice",[]);return{gasPrice:un(t)}}catch{return{gasPrice:Ti}}}async function _i(e,t){let o=Pi;try{let n=await mn(e,"eth_maxPriorityFeePerGas",[]);o=un(n)}catch{}return{maxFeePerGas:t+o,maxPriorityFeePerGas:o}}async function Ai(e,t){if(t)return Zo(e);let o;try{o=(await mn(e,"eth_getBlockByNumber",["latest",!1]))?.baseFeePerGas}catch{}return o?_i(e,un(o)):Zo(e)}async function Ko(e,t){let o=Mi(t.chainId),n=Ii(t),[r,i]=await Promise.all([mn(e,"eth_estimateGas",[n]),Ai(e,o)]);return{gasLimit:un(r),gasPrice:i.gasPrice,maxFeePerGas:i.maxFeePerGas,maxPriorityFeePerGas:i.maxPriorityFeePerGas}}function Yo(e,t=0){if(t>4||e===null||e===void 0)return"";if(typeof e=="string")return e.toLowerCase();if(typeof e!="object")return"";let o=e,n=[];return typeof o.name=="string"&&n.push(o.name),typeof o.shortMessage=="string"&&n.push(o.shortMessage),typeof o.message=="string"&&n.push(o.message),typeof o.details=="string"&&n.push(o.details),o.cause!==void 0&&n.push(Yo(o.cause,t+1)),n.join(`
6
+ `).toLowerCase()}function Oi(e){if(e instanceof Error)return e.message;if(typeof e=="string")return e;if(e&&typeof e=="object"){let t=e;if(typeof t.shortMessage=="string")return t.shortMessage;if(typeof t.message=="string")return t.message}return""}function Jn(e,t={},o="Failed to send transaction."){let n=Yo(e);if(!n)return o;let r=t.nativeSymbol?.trim()||"gas token",i=t.networkName?.trim();if(n.includes("user rejected")||n.includes("userrejected")||n.includes("user denied")||n.includes("user cancelled")||n.includes("user canceled")||n.includes("action_rejected")||n.includes("rejected by user"))return"Transaction was cancelled.";if(n.includes("insufficientfunds")||n.includes("insufficient funds")||n.includes("exceeds the balance of the account")||n.includes("insufficient balance for transfer")){let a=i?` on ${i}`:"";return`Not enough ${r}${a} to cover the gas fee. Top up ${r} and try again.`}return n.includes("transaction underpriced")||n.includes("replacement transaction underpriced")||n.includes("fee too low")?"Gas fee was too low for the network. Please try again.":n.includes("nonce too low")||n.includes("nonce has already been used")||n.includes("nonce too high")?"Pending transactions are out of order. Refresh the page and try again.":n.includes("execution reverted")||n.includes("contractfunctionrevertederror")||n.includes("contractfunctionexecutionerror")?"The transaction was rejected by the contract. The recipient or token may be invalid.":n.match(/chain \d+ is not configured/)?"This network is not registered in the app. Contact support.":n.includes("http request failed")||n.includes("failed to fetch")||n.includes("network request failed")||n.includes("timeout")||n.includes("econnreset")||n.includes("rpc error")||n.includes("429")?"Network connection failed. Check your internet and try again.":n.includes("estimategas")||n.includes("gas estimation failed")?"Could not estimate the gas fee. The recipient address or amount may be invalid.":Oi(e)||o}O(`.wi-token-item--button{position:relative;width:100%;border:none;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;border-radius:12px;padding:6px 8px;margin:-2px -8px;transition:background-color .15s ease,transform .15s ease}.wi-token-item--button:before{content:"";position:absolute;inset:-6px -16px;border-radius:16px}.wi-token-item--button:active{transform:scale(.99)}.wi-token-item--button:focus-visible{outline:2px solid var(--wi-primary);outline-offset:2px}.wi-view-send{animation:wi-slide-in-right .25s ease-out}.wi-send-body{flex:1;min-height:0;overflow:hidden}.wi-drawer-content[data-direction=bottom][data-view=send]{max-height:100dvh}.send-page{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.send-scroll{flex:1;min-height:0;display:flex;flex-direction:column;gap:16px;overflow-y:auto;overflow-x:hidden;padding:16px 24px 18px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent;overscroll-behavior:contain}[data-theme=light] .send-scroll{scrollbar-color:rgba(0,0,0,.12) transparent}.send-scroll::-webkit-scrollbar{width:4px}.send-scroll::-webkit-scrollbar-track{background:transparent}.send-scroll::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}[data-theme=light] .send-scroll::-webkit-scrollbar-thumb{background:#0000001f}.send-section{display:flex;flex-direction:column;gap:8px}.send-asset-card{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:14px;border:1px solid var(--wi-border-subtle);border-radius:18px;background:var(--wi-surface-default);color:inherit;font:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.send-asset-card:disabled{cursor:default}.send-asset-card:not(:disabled):hover,.send-asset-card[aria-expanded=true]{border-color:var(--wi-primary);background:var(--wi-surface-subtle)}.send-token-list{display:flex;flex-direction:column;gap:6px;max-height:180px;overflow-y:auto;padding:6px;border:1px solid var(--wi-border-subtle);border-radius:16px;background:var(--wi-surface-default)}.send-token-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:48px;border:none;border-radius:12px;background:transparent;color:inherit;font:inherit;text-align:left;padding:8px;cursor:pointer}.send-token-option:hover,.send-token-option[data-selected]{background:var(--wi-surface-subtle)}.send-token-option:focus-visible,.send-asset-card:focus-visible{outline:2px solid var(--wi-primary);outline-offset:2px}.send-token-option-icon{flex-shrink:0;width:28px;height:28px;object-fit:contain;background:transparent}.send-token-option-symbol{color:var(--wi-texticon-primary);font-size:13px;font-weight:700;line-height:1.3}.send-token-option-balance{color:var(--wi-texticon-secondary);font-size:12px;font-weight:600;line-height:1.3;white-space:nowrap}.send-asset-left{display:flex;align-items:center;gap:12px;min-width:0}.send-asset-icon{flex-shrink:0;width:40px;height:40px;object-fit:contain;background:transparent}.send-asset-info,.send-asset-balance{min-width:0;display:flex;flex-direction:column}.send-asset-symbol{color:var(--wi-texticon-primary);font-size:15px;font-weight:700;line-height:1.3}.send-asset-name,.send-balance-label{color:var(--wi-texticon-tertiary);font-size:12px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.send-asset-balance{align-items:flex-end;text-align:right}.send-balance-value{color:var(--wi-texticon-primary);font-size:13px;font-weight:600;line-height:1.35;white-space:nowrap}.send-form{display:flex;flex-direction:column;gap:14px}.send-field{display:flex;flex-direction:column;gap:8px}.send-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.send-label{color:var(--wi-texticon-secondary);font-size:13px;font-weight:600;line-height:1.3}.send-input,.send-amount-wrap{width:100%;box-sizing:border-box;border:1px solid var(--wi-border-subtle);border-radius:14px;background:var(--wi-surface-default);color:var(--wi-texticon-primary);font:inherit}.send-input{min-height:46px;padding:0 14px;font-size:16px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.send-input:focus{border-color:var(--wi-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--wi-primary) 18%,transparent)}.send-address-wrap[data-invalid],.send-amount-wrap[data-invalid]{border-color:#ff6b6b}.send-address-wrap[data-invalid]:focus-within,.send-amount-wrap[data-invalid]:focus-within{border-color:#ff6b6b;box-shadow:0 0 0 3px #ff6b6b29}.send-input::placeholder{color:var(--wi-texticon-tertiary)}.send-address-wrap{display:flex;align-items:center;width:100%;box-sizing:border-box;border:1px solid var(--wi-border-subtle);border-radius:14px;background:var(--wi-surface-default);transition:border-color .15s ease,box-shadow .15s ease}.send-address-wrap:focus-within{border-color:var(--wi-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--wi-primary) 18%,transparent)}.send-input--address{flex:1;min-width:0;border:none;background:transparent;box-shadow:none}.send-input--address:focus{box-shadow:none}.send-address-book-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-right:2px;border:none;border-radius:12px;background:transparent;color:var(--wi-texticon-tertiary);cursor:pointer;transition:background-color .15s ease,color .15s ease}.send-address-book-btn:hover,.send-address-book-btn[aria-expanded=true]{background:var(--wi-surface-subtle);color:var(--wi-primary)}.send-address-book-btn:focus-visible{outline:2px solid var(--wi-primary);outline-offset:2px}.send-address-picker{display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid var(--wi-border-subtle);border-radius:18px;background:var(--wi-surface-default)}.send-address-tabs{display:flex;align-items:center;gap:22px;border-bottom:1px solid var(--wi-border-subtle)}.send-address-tab{position:relative;border:none;background:transparent;color:var(--wi-texticon-tertiary);font:inherit;font-size:14px;font-weight:800;line-height:1.3;padding:0 0 12px;cursor:pointer}.send-address-tab[data-active]{color:var(--wi-primary)}.send-address-tab[data-active]:after{content:"";position:absolute;left:50%;bottom:-1px;width:34px;height:4px;border-radius:999px;background:var(--wi-primary);transform:translate(-50%)}.send-address-list{display:flex;flex-direction:column;gap:10px;max-height:224px;overflow-y:auto;padding-right:10px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}[data-theme=light] .send-address-list{scrollbar-color:rgba(0,0,0,.14) transparent}.send-address-list::-webkit-scrollbar{width:3px}.send-address-list::-webkit-scrollbar-track{background:transparent}.send-address-list::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px}[data-theme=light] .send-address-list::-webkit-scrollbar-thumb{background:#00000024}.send-address-option{display:flex;align-items:center;gap:12px;width:100%;min-height:54px;border:none;border-radius:14px;background:transparent;color:inherit;font:inherit;text-align:left;padding:8px;cursor:pointer;transition:background-color .15s ease}.send-address-option:hover{background:var(--wi-surface-subtle)}.send-address-option:focus-visible{outline:2px solid var(--wi-primary);outline-offset:2px}.send-address-avatar{flex-shrink:0;position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--wi-surface-subtle);color:var(--wi-primary);font-size:12px;font-weight:800;overflow:hidden}.send-address-avatar-img{position:relative;z-index:1;width:36px;height:36px;border-radius:50%;object-fit:cover}.send-address-avatar-fallback{position:absolute;inset:0;display:inline-flex;align-items:center;justify-content:center}.send-address-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.send-address-name{color:var(--wi-texticon-primary);font-size:14px;font-weight:800;line-height:1.3}.send-address-value{color:var(--wi-texticon-tertiary);font-size:12px;font-weight:600;line-height:1.3}.send-address-empty{display:flex;align-items:center;justify-content:center;min-height:120px;color:var(--wi-texticon-tertiary);font-size:14px;font-weight:700}.send-amount-wrap{display:flex;align-items:center;padding-right:12px}.send-amount-wrap:focus-within{border-color:var(--wi-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--wi-primary) 18%,transparent)}.send-input--amount{border:none;background:transparent;box-shadow:none;flex:1;min-width:0}.send-input--amount:focus{box-shadow:none}.send-amount-symbol{color:var(--wi-texticon-secondary);font-size:13px;font-weight:700}.send-field-error{margin:-2px 0 0;color:#ff6b6b;font-size:12px;font-weight:600;line-height:1.35}.send-max-btn{border:none;border-radius:999px;background:var(--wi-surface-subtle);color:var(--wi-primary);font:inherit;font-size:12px;font-weight:700;padding:4px 10px;cursor:pointer}.send-max-btn:disabled{cursor:not-allowed;opacity:.45}.send-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--wi-texticon-tertiary);font-size:12px;line-height:1.4}.send-meta span:last-child{color:var(--wi-texticon-secondary);font-weight:600}.send-message{border-radius:14px;padding:10px 12px;font-size:12px;line-height:1.45}.send-message--error{background:#ff50501f;color:#ff6b6b}.send-message--success{background:color-mix(in srgb,var(--wi-primary) 12%,transparent);color:var(--wi-primary)}.send-message span{font-weight:700}.send-submit-btn{width:100%;min-height:48px;border:none;border-radius:999px;background:var(--wi-primary);color:var(--wi-primary-contrast, #001410);font:inherit;font-size:15px;font-weight:800;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.send-submit-btn:hover:not(:disabled):not([data-disabled]){transform:translateY(-1px)}.send-submit-btn:disabled,.send-submit-btn[data-disabled]{cursor:not-allowed;opacity:.45}.send-footer{flex-shrink:0;padding:14px 24px 24px;border-top:1px solid var(--wi-border-subtle);background:var(--wi-surface-bg)}.send-page--success{background:var(--wi-surface-bg)}.send-success-body{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:32px 24px;text-align:center}.send-success-icon{display:inline-flex;align-items:center;justify-content:center}.send-success-icon[data-pending]{width:56px;height:56px;border-radius:50%;background:color-mix(in srgb,var(--wi-primary) 14%,transparent)}.send-success-spinner{width:28px;height:28px;border:3px solid color-mix(in srgb,var(--wi-primary) 22%,transparent);border-top-color:var(--wi-primary);border-radius:50%;animation:cross-send-spin .8s linear infinite}.send-success-copy{display:flex;flex-direction:column;gap:8px}.send-success-title{margin:0;color:var(--wi-texticon-primary);font-size:22px;font-weight:800;line-height:1.25}.send-success-desc{margin:0;color:var(--wi-texticon-tertiary);font-size:14px;font-weight:600;line-height:1.45}.send-success-hash-card{width:100%;display:flex;flex-direction:column;gap:8px;padding:14px;border:1px solid var(--wi-border-subtle);border-radius:18px;background:var(--wi-surface-default);box-sizing:border-box}.send-success-hash-label{color:var(--wi-texticon-tertiary);font-size:12px;font-weight:700;line-height:1.3;text-align:left}.send-success-hash-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:none;border-radius:12px;background:var(--wi-surface-subtle);color:var(--wi-texticon-primary);font:inherit;font-size:14px;font-weight:800;padding:12px}.send-success-hash-link{flex:1;display:inline-flex;align-items:center;align-self:stretch;min-width:0;border:none;background:transparent;color:inherit;font:inherit;font-weight:inherit;padding:0;text-align:left;text-decoration:none;cursor:pointer;user-select:none}.send-success-hash-link:hover{color:var(--wi-primary)}.send-success-hash-link:focus-visible,.send-success-copy-btn:focus-visible{outline:2px solid var(--wi-primary);outline-offset:2px}.send-success-copy-btn{display:inline-flex;align-items:center;justify-content:center;min-width:32px;border:none;background:transparent;color:var(--wi-primary);font:inherit;font-size:12px;font-weight:800;padding:0;cursor:pointer}@keyframes cross-send-spin{to{transform:rotate(360deg)}}.send-page--review{background:var(--wi-surface-bg)}.send-review-scroll{gap:16px;padding-top:12px}.send-review-amount{display:flex;align-items:center;justify-content:center;gap:4px;padding:12px 0}.send-review-amount-icon{width:32px;height:32px;object-fit:contain;flex-shrink:0}.send-review-amount-value{color:var(--wi-texticon-primary);font-size:26px;font-weight:800;line-height:1.3;letter-spacing:-.01em}.send-review-parties{display:flex;flex-direction:column;gap:4px;width:100%}.send-review-party{display:flex;align-items:flex-start;gap:8px;padding:16px;border-radius:8px;background:var(--wi-surface-subtle)}.send-review-party-label{flex-shrink:0;width:80px;color:var(--wi-texticon-tertiary);font-size:14px;line-height:1.4}.send-review-party-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;align-items:flex-end;text-align:right}.send-review-party-name{color:var(--wi-texticon-primary);font-size:14px;font-weight:700;line-height:1.3}.send-review-party-addr{width:100%;color:var(--wi-texticon-primary);font-size:12px;line-height:1.4;word-break:break-all}.send-review-section{display:flex;flex-direction:column;gap:8px;width:100%}.send-review-section-title{margin:0;color:var(--wi-texticon-primary);font-size:15px;font-weight:700;line-height:1.6}.send-review-row{display:flex;align-items:flex-start;gap:20px;padding:2px 0}.send-review-row-label{flex-shrink:0;min-width:100px;color:var(--wi-texticon-tertiary);font-size:13px;line-height:1.3;white-space:nowrap}.send-review-row-value{flex:1;min-width:0;color:var(--wi-texticon-primary);font-size:13px;line-height:1.3;text-align:right;word-break:break-all}.send-review-row-value--accent{color:var(--wi-primary)}.send-review-network{display:inline-flex;align-items:center;gap:4px;justify-content:flex-end}.send-review-network-dot{width:6px;height:6px;border-radius:999px;background:var(--wi-primary);flex-shrink:0}.send-footer--review{display:flex;gap:8px}.send-review-btn{flex:1;min-width:0;min-height:48px;padding:12px 16px;border-radius:12px;font:inherit;font-size:16px;font-weight:700;line-height:1.3;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.send-review-btn:disabled{cursor:not-allowed;opacity:.55}.send-review-btn--cancel{background:transparent;border:1px solid var(--wi-primary);color:var(--wi-primary)}.send-review-btn--confirm{background:var(--wi-primary);border:1px solid var(--wi-primary);color:var(--wi-primary-contrast, #001410)}.send-review-btn:not(:disabled):hover{transform:translateY(-1px)}
7
+ `);import{Fragment as ji,jsx as f,jsxs as v}from"react/jsx-runtime";var Fi=1500,Di=120;function eo(e){return`${e.chainId}:${e.address.toLowerCase()}`}function Qo(e,t){return e.name||`Account ${(e.index??t)+1}`}function Xo(e){return e.trim().slice(0,1).toUpperCase()||"A"}function Wi(e){return new Promise(t=>setTimeout(t,e))}function Bi(e){let{status:t}=e;return t==="reverted"||t==="0x0"||t===0||t===0n||t===!1}function $i(e){return!!(e.token||e.recipient||e.amount)}function oo(e,t,o=10){if(t<=0)return e.toString();let n=10n**BigInt(t),r=e/n,i=e%n;if(i===0n)return r.toString();let c=i.toString().padStart(t,"0").slice(0,Math.max(0,Math.min(o,t)));return c=c.replace(/0+$/,""),c?`${r.toString()}.${c}`:r.toString()}function to(e,t){return oo(e,t,6)}function no(e){return oo(e,9,2)}function Vi(e){return e.toLocaleString("en-US")}function Hi(e){return e.maxFeePerGas!==void 0?"dynamic":e.gasPrice!==void 0?"legacy":null}function Gi(e){return e.maxFeePerGas!==void 0?e.gasLimit*e.maxFeePerGas:e.gasPrice!==void 0?e.gasLimit*e.gasPrice:null}function zi(){return v("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none","aria-hidden":"true",children:[f("path",{d:"M4.5 4.5C4.5 3.67 5.17 3 6 3h8.25c.69 0 1.25.56 1.25 1.25V16.5H6A1.5 1.5 0 0 1 4.5 15V4.5Z",stroke:"currentColor",strokeWidth:"1.7",strokeLinejoin:"round"}),f("path",{d:"M4.5 14.5C4.5 13.67 5.17 13 6 13h9.5",stroke:"currentColor",strokeWidth:"1.7",strokeLinecap:"round"}),f("path",{d:"M8 6.5h4M8 9h3",stroke:"currentColor",strokeWidth:"1.7",strokeLinecap:"round"})]})}function Ui(){return v("svg",{width:"56",height:"56",viewBox:"0 0 56 56",fill:"none","aria-hidden":"true",children:[f("circle",{cx:"28",cy:"28",r:"28",fill:"var(--wi-primary)"}),f("path",{d:"M17 28.5L24.2 35.5L39 20.5",stroke:"var(--wi-primary-contrast, #001410)",strokeWidth:"4",strokeLinecap:"round",strokeLinejoin:"round"})]})}function fn({env:e,theme:t="dark",walletAddress:o,accountName:n,accounts:r=[],token:i,tokens:a=[],onTokenChange:c,sendTransaction:d,getTransactionReceipt:l,estimateGas:s,onSuccess:m,onConfirmSuccess:k,onOutlink:b}){let[g,w]=R.useState(""),[h,P]=R.useState(""),[A,I]=R.useState(""),[N,V]=R.useState({}),[y,T]=R.useState(""),[$,C]=R.useState(!1),[U,q]=R.useState(!1),[be,st]=R.useState(!1),[ae,He]=R.useState("account"),Re=R.useRef(void 0),Y=R.useRef(void 0),Ye=R.useRef(null),Qe=R.useRef(null),[ue,Xe]=R.useState(()=>Tt(o)),[xe,X]=R.useState("idle"),[Z,Ae]=R.useState(null),[se,Oe]=R.useState(!1),[ve,pe]=R.useState(""),ye=R.useRef(0),[J,Ee]=R.useState(null),[te,lt]=R.useState(""),ke=jn(i),Je=R.useMemo(()=>BigInt(i.quantity.numeric||"0"),[i.quantity.numeric]),Ge=R.useMemo(()=>bt(i.quantity.numeric,i.quantity.decimals),[i.quantity.numeric,i.quantity.decimals]),ze=R.useMemo(()=>r.filter(u=>u.address.toLowerCase()!==o.toLowerCase()),[r,o]),ct=R.useMemo(()=>{let u=new Map;return ze.forEach((L,M)=>{u.set(L.address.toLowerCase(),{account:L,index:M})}),u},[ze]),Te=ze.length>0,Ue=R.useMemo(()=>ge(e),[e]),Pe=t==="dark"?"1A1A2E":"F3F6F8",et=a.length>0?a:[i],je=et.length>1&&!!c,{transactionUrl:Se,chainInfo:fe}=Uo(Ue,i.chainId,y||void 0,!0),Ie=fe?.currency_symbol??"",Ce=fe?.name??`Chain ID ${i.chainId}`;R.useEffect(()=>{I(""),V({}),T(""),X("idle"),Ae(null),pe(""),Oe(!1),ye.current+=1},[i.address,i.chainId,g,h]),R.useEffect(()=>{P(""),C(!1)},[i.address,i.chainId]),R.useEffect(()=>{Xe(Tt(o))},[o]),R.useEffect(()=>()=>{clearTimeout(Re.current),clearTimeout(Y.current)},[]),R.useEffect(()=>{!Te&&ae==="account"&&He("recent")},[ae,Te]),R.useEffect(()=>{let u=window.visualViewport,L=Ye.current;if(!u||!L)return;let M=()=>{let le=document.activeElement;return L.contains(le)&&(le instanceof HTMLInputElement||le instanceof HTMLTextAreaElement)},S=48,H=()=>{L.style.paddingBottom=""},ne=()=>{if(!M()){H();return}let le=Math.max(0,window.innerHeight-u.height-u.offsetTop);le>0?L.style.paddingBottom=`${le+S}px`:H();let ut=document.activeElement;ut instanceof HTMLElement&&requestAnimationFrame(()=>{let $t=ut.getBoundingClientRect(),on=L.getBoundingClientRect().bottom-le-S,Ht=$t.bottom-on;Ht>0&&L.scrollBy({top:Ht,behavior:"smooth"})})},mt=()=>{setTimeout(()=>{M()||H()},0)};return u.addEventListener("resize",ne),window.addEventListener("resize",ne),L.addEventListener("focusout",mt),()=>{u.removeEventListener("resize",ne),window.removeEventListener("resize",ne),L.removeEventListener("focusout",mt),H()}},[]);let Fe=R.useCallback(()=>{clearTimeout(Y.current),Y.current=setTimeout(()=>{Qe.current?.scrollIntoView({behavior:"smooth",block:"nearest"})},10)},[]),_n=R.useCallback(()=>{P(Qn(i.quantity.numeric,i.quantity.decimals))},[i.quantity.numeric,i.quantity.decimals]),Jt=R.useCallback(u=>{w(u),q(!1)},[]),en=R.useCallback(()=>{let u={},L=g.trim(),M=Yn(h,i.quantity.decimals),S;return L?jt(L)||(u.recipient="Enter a valid EVM recipient address."):u.recipient="Enter a recipient address.","error"in M?u.amount=M.error:(S=M.value,S>Je&&(u.amount="Amount exceeds available balance.")),!ke&&!jt(i.address)&&(u.token="Token contract address is invalid."),{errors:u,rawAmount:S,trimmedRecipient:L}},[h,Je,ke,g,i.address,i.quantity.decimals]),tn=R.useCallback(async()=>{if(y)try{await navigator.clipboard.writeText(y),st(!0),clearTimeout(Re.current),Re.current=setTimeout(()=>st(!1),2e3)}catch{}},[y]),dt=R.useCallback(()=>{if(!Se||!y)return;let u=S=>{typeof window>"u"||window.open(S,"_blank","noopener,noreferrer")};if(!b){u(Se);return}let L=b(Se,{category:"send",origin:"send-transaction",payload:{chainId:i.chainId,txHash:y}});if(L&&(typeof L=="object"||typeof L=="function")&&typeof L.then=="function"){let S=typeof window<"u"?window.open("","_blank","noopener,noreferrer"):null;L.then(H=>{if(H===null){S?.close();return}let ne=H??Se;if(S)try{S.location.href=ne}catch{S.close(),u(ne)}else u(ne)});return}let M=L;M!==null&&u(M??Se)},[b,i.chainId,Se,y]),pt=R.useCallback((u,L)=>ke?{to:u,value:L,chainId:i.chainId,from:o}:{to:Ut(i.address),data:Xn(u,L),value:0n,chainId:i.chainId,from:o},[ke,i.address,i.chainId,o]),Ct=R.useCallback(async(u,L,M)=>{if(!s&&!M)return;let S=++ye.current;Oe(!0),pe("");try{let H=pt(u,L),ne=s?await s(H):await Ko(M,H);if(ye.current!==S)return;Ae(ne)}catch(H){if(ye.current!==S)return;pe(Jn(H,{nativeSymbol:Ie||void 0,networkName:Ce,tokenSymbol:i.symbol},"Failed to estimate gas."))}finally{ye.current===S&&Oe(!1)}},[pt,s,Ie,Ce,i.symbol]),nn=R.useCallback(u=>{if(u.preventDefault(),I(""),T(""),!d){X("error"),I("Sending is not available for this wallet.");return}let{errors:L,rawAmount:M,trimmedRecipient:S}=en();if(V(L),$i(L)||M===void 0){X("error");return}let H=S;Ee(M),lt(H),Ae(null),pe(""),X("review")},[d,en]);R.useEffect(()=>{xe==="review"&&(!te||J===null||Z===null&&(se||ve||!s&&!fe?.rpc||Ct(te,J,fe?.rpc)))},[fe?.rpc,s,Ct,Z,ve,se,J,te,xe]);let Wt=R.useCallback(async()=>{if(!(!d||!te||J===null)){I(""),T("");try{X("submitting");let u=await d(pt(te,J));if(T(u),X("confirming"),Xe(Zn(o,te)),m?.(u),!l){X("success");return}for(let L=0;L<Di;L+=1){let M=await l({hash:u,chainId:i.chainId}).catch(()=>null);if(M){if(Bi(M)){X("error"),I("Transaction reverted on-chain.");return}X("success");return}await Wi(Fi)}X("error"),I("Transaction receipt was not found. Please check again later.")}catch(u){X("error"),I(Jn(u,{nativeSymbol:Ie||void 0,networkName:Ce,tokenSymbol:i.symbol}))}}},[pt,l,Ie,Ce,m,J,te,d,i.chainId,i.symbol,o]),An=R.useCallback(()=>{ye.current+=1,Ae(null),pe(""),Oe(!1),I(""),X("idle")},[]),Bt=Je<=0n||!g.trim()||!h.trim();if(xe==="review"||xe==="submitting"){let u=xe==="submitting",L=J!==null?oo(J,i.quantity.decimals):h.trim(),M=n?.trim()||`Account ${(r[0]?.index??0)+1}`,S="\u2014",H=Ie||(ke?i.symbol:""),ne=fe?.currency_decimals??(ke?i.quantity.decimals:18),mt=Z?Hi(Z):null,le=Z?Gi(Z):null,ut=le!==null&&H?`${to(le,ne)} ${H}`:S,$t=Z?Vi(Z.gasLimit):S,Vt=Z?.maxPriorityFeePerGas!==void 0?`${no(Z.maxPriorityFeePerGas)} Gwei`:S,on=Z?.maxFeePerGas!==void 0?`${no(Z.maxFeePerGas)} Gwei`:S,Ht=Z?.gasPrice!==void 0?`${no(Z.gasPrice)} Gwei`:S,xo=`${L} ${i.symbol}`,rn=(()=>{if(!Z||le===null)return S;if(ke&&J!==null){let Nt=J+le;return`${to(Nt,ne)} ${H||i.symbol}`}return H?`${to(le,ne)} ${H}`:S})();return v("div",{className:"send-page send-page--review",children:[v("div",{className:"send-scroll send-review-scroll","data-vaul-no-drag":!0,children:[v("div",{className:"send-review-amount",children:[f("img",{className:"send-review-amount-icon",src:i.icon_url,alt:"",width:32,height:32,draggable:!1,onError:Nt=>{Nt.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),v("span",{className:"send-review-amount-value",children:[L," ",i.symbol]})]}),v("div",{className:"send-review-parties",children:[v("div",{className:"send-review-party",children:[f("span",{className:"send-review-party-label",children:"From"}),v("div",{className:"send-review-party-info",children:[f("span",{className:"send-review-party-name",children:M}),f("span",{className:"send-review-party-addr",children:o})]})]}),v("div",{className:"send-review-party",children:[f("span",{className:"send-review-party-label",children:"To"}),f("div",{className:"send-review-party-info",children:f("span",{className:"send-review-party-addr",children:te})})]})]}),v("section",{className:"send-review-section",children:[f("h3",{className:"send-review-section-title",children:"Summary"}),v("div",{className:"send-review-row",children:[f("span",{className:"send-review-row-label",children:"Network"}),v("span",{className:"send-review-row-value send-review-network",children:[f("span",{className:"send-review-network-dot","aria-hidden":!0}),Ce]})]}),v("div",{className:"send-review-row",children:[f("span",{className:"send-review-row-label",children:"Est. Tx Fee"}),f("span",{className:"send-review-row-value",children:se?"\u2026":ut})]}),mt==="dynamic"?v(ji,{children:[v("div",{className:"send-review-row",children:[f("span",{className:"send-review-row-label",children:"Max Priority Fee"}),f("span",{className:"send-review-row-value",children:se?"\u2026":Vt})]}),v("div",{className:"send-review-row",children:[f("span",{className:"send-review-row-label",children:"Max Gas Fee"}),f("span",{className:"send-review-row-value",children:se?"\u2026":on})]})]}):mt==="legacy"?v("div",{className:"send-review-row",children:[f("span",{className:"send-review-row-label",children:"Gas Price"}),f("span",{className:"send-review-row-value",children:se?"\u2026":Ht})]}):null,v("div",{className:"send-review-row",children:[f("span",{className:"send-review-row-label",children:"Gas Limit"}),f("span",{className:"send-review-row-value",children:se?"\u2026":$t})]})]}),v("section",{className:"send-review-section",children:[f("h3",{className:"send-review-section-title",children:"Total"}),v("div",{className:"send-review-row",children:[f("span",{className:"send-review-row-label",children:"Total Amount"}),f("span",{className:"send-review-row-value",children:xo})]}),v("div",{className:"send-review-row",children:[f("span",{className:"send-review-row-label",children:"Max. Total Amount"}),f("span",{className:"send-review-row-value",children:se?"\u2026":rn})]})]}),ve&&f("div",{className:"send-message send-message--error",role:"alert",children:ve}),A&&f("div",{className:"send-message send-message--error",role:"alert",children:A})]}),v("div",{className:"send-footer send-footer--review",children:[f("button",{type:"button",className:"send-review-btn send-review-btn--cancel",onClick:An,disabled:u,children:"Cancel"}),f("button",{type:"button",className:"send-review-btn send-review-btn--confirm",onClick:Wt,disabled:u,children:u?"Sending...":"Send"})]})]})}if((xe==="confirming"||xe==="success")&&y){let u=xe==="success";return v("div",{className:"send-page send-page--success",children:[v("div",{className:"send-success-body","data-vaul-no-drag":!0,children:[f("div",{className:"send-success-icon","data-pending":!u||void 0,children:u?f(Ui,{}):f("span",{className:"send-success-spinner"})}),v("div",{className:"send-success-copy",children:[f("h3",{className:"send-success-title",children:u?"Transaction Complete":"Transaction in Progress"}),f("p",{className:"send-success-desc",children:u?"Your transfer was sent successfully.":"Transfer in progress. Waiting for confirmation."})]}),v("div",{className:"send-success-hash-card",children:[f("span",{className:"send-success-hash-label",children:"Transaction Hash"}),v("div",{className:"send-success-hash-row","data-vaul-no-drag":!0,children:[f("button",{type:"button",className:"send-success-hash-link",onClick:dt,"aria-label":"Open transaction in explorer",children:Ne(y)}),f("button",{type:"button",className:"send-success-copy-btn",onClick:tn,"aria-label":"Copy transaction hash",children:be?f(zt,{size:16}):"Copy"})]})]})]}),f("div",{className:"send-footer",children:f("button",{type:"button",className:"send-submit-btn",onClick:k,disabled:!u,children:u?"All done":"Sending..."})})]})}return v("form",{className:"send-page",onSubmit:nn,children:[v("div",{className:"send-scroll","data-vaul-no-drag":!0,ref:Ye,children:[v("section",{className:"send-section","aria-label":"Select token to send",children:[f("span",{className:"send-label",children:"Token"}),v("button",{type:"button",className:"send-asset-card",onClick:()=>{je&&C(u=>!u)},disabled:!je,"aria-expanded":je?$:void 0,children:[v("span",{className:"send-asset-left",children:[f("img",{className:"send-asset-icon",src:i.icon_url,alt:i.symbol,width:40,height:40,draggable:!1,onError:u=>{u.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),v("span",{className:"send-asset-info",children:[f("span",{className:"send-asset-symbol",children:i.symbol}),f("span",{className:"send-asset-name",children:i.name})]})]}),v("span",{className:"send-asset-balance",children:[f("span",{className:"send-balance-label",children:"Available"}),v("span",{className:"send-balance-value",children:[Ge," ",i.symbol]})]})]}),je&&$&&f("div",{className:"send-token-list",role:"listbox",children:et.map(u=>{let L=eo(u)===eo(i);return v("button",{type:"button",role:"option","aria-selected":L,className:"send-token-option","data-selected":L||void 0,onClick:()=>c?.(u),children:[v("span",{className:"send-asset-left",children:[f("img",{className:"send-token-option-icon",src:u.icon_url,alt:u.symbol,width:28,height:28,draggable:!1,onError:M=>{M.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),v("span",{className:"send-asset-info",children:[f("span",{className:"send-token-option-symbol",children:u.symbol}),f("span",{className:"send-asset-name",children:u.name})]})]}),f("span",{className:"send-token-option-balance",children:bt(u.quantity.numeric,u.quantity.decimals)})]},eo(u))})}),N.token&&f("p",{className:"send-field-error",role:"alert",children:N.token})]}),v("section",{className:"send-field","aria-label":"Recipient address",children:[f("span",{className:"send-label",children:"To"}),v("div",{className:"send-address-wrap","data-invalid":N.recipient||void 0,children:[f("input",{className:"send-input send-input--address",value:g,onChange:u=>w(u.target.value),placeholder:"0x...",autoComplete:"off",spellCheck:!1,"aria-invalid":!!N.recipient,"aria-describedby":N.recipient?"send-recipient-error":void 0}),f("button",{type:"button",className:"send-address-book-btn",onClick:()=>q(u=>!u),"aria-label":"Open address book","aria-expanded":U,children:f(zi,{})})]}),N.recipient&&f("p",{id:"send-recipient-error",className:"send-field-error",role:"alert",children:N.recipient}),U&&v("div",{className:"send-address-picker",children:[v("div",{className:"send-address-tabs",role:"tablist",children:[Te&&f("button",{type:"button",role:"tab",className:"send-address-tab","data-active":ae==="account"||void 0,"aria-selected":ae==="account",onClick:()=>He("account"),children:"My Account"}),f("button",{type:"button",role:"tab",className:"send-address-tab","data-active":ae==="recent"||void 0,"aria-selected":ae==="recent",onClick:()=>He("recent"),children:"Recent"})]}),Te&&ae==="account"?f("div",{className:"send-address-list",children:ze.map((u,L)=>{let M=Qo(u,L),S=xt(Ue,u.address,{size:56,bg:Pe});return v("button",{type:"button",className:"send-address-option",onClick:()=>Jt(u.address),children:[v("span",{className:"send-address-avatar","aria-hidden":!0,children:[S&&f("img",{className:"send-address-avatar-img",src:S,alt:"",width:36,height:36,draggable:!1,onError:H=>{H.currentTarget.style.display="none"}}),f("span",{className:"send-address-avatar-fallback",children:Xo(M)})]}),v("span",{className:"send-address-copy",children:[f("span",{className:"send-address-name",children:M}),f("span",{className:"send-address-value",children:Ne(u.address)})]})]},u.address)})}):ue.length>0?f("div",{className:"send-address-list",children:ue.map(u=>{let L=ct.get(u.address.toLowerCase()),M=L?Qo(L.account,L.index):void 0,S=xt(Ue,u.address,{size:56,bg:Pe});return v("button",{type:"button",className:"send-address-option",onClick:()=>Jt(u.address),children:[v("span",{className:"send-address-avatar","aria-hidden":!0,children:[S&&f("img",{className:"send-address-avatar-img",src:S,alt:"",width:36,height:36,draggable:!1,onError:H=>{H.currentTarget.style.display="none"}}),f("span",{className:"send-address-avatar-fallback",children:M?Xo(M):u.address.slice(2,4).toUpperCase()})]}),v("span",{className:"send-address-copy",children:[f("span",{className:"send-address-name",children:M??Ne(u.address)}),f("span",{className:"send-address-value",children:L?Ne(L.account.address):"Recently sent"})]})]},u.address)})}):f("div",{className:"send-address-empty",children:"No Send History"})]})]}),v("section",{className:"send-field","aria-labelledby":"send-amount-label",children:[v("span",{className:"send-label-row",children:[f("span",{id:"send-amount-label",className:"send-label",children:"Amount"}),f("button",{type:"button",className:"send-max-btn",onClick:_n,disabled:Je<=0n,children:"Max"})]}),v("div",{className:"send-amount-wrap","data-invalid":N.amount||void 0,children:[f("input",{ref:Qe,className:"send-input send-input--amount",value:h,onChange:u=>P(u.target.value),onFocus:Fe,placeholder:"0.00",inputMode:"decimal",autoComplete:"off","aria-labelledby":"send-amount-label","aria-invalid":!!N.amount,"aria-describedby":N.amount?"send-amount-error":void 0}),f("span",{className:"send-amount-symbol",children:i.symbol})]}),N.amount&&f("p",{id:"send-amount-error",className:"send-field-error",role:"alert",children:N.amount})]}),v("div",{className:"send-meta",children:[f("span",{children:"From"}),f("span",{children:Ne(o)})]}),v("div",{className:"send-meta",children:[f("span",{children:"Network"}),v("span",{children:["Chain ID ",i.chainId]})]}),A&&f("div",{className:"send-message send-message--error",role:"alert",children:A})]}),f("div",{className:"send-footer",children:f("button",{type:"submit",className:"send-submit-btn","data-disabled":Bt||void 0,"aria-disabled":Bt,children:"Send"})})]})}import*as Jo from"@radix-ui/react-popover";import{Drawer as qi}from"vaul";import{jsx as gn,jsxs as Zi}from"react/jsx-runtime";function er({asChild:e,className:t,children:o}){let{isMobile:n,theme:r,walletAddress:i}=tt(),a=o!=null,c=e??!0,d=a?o:Zi("button",{type:"button",className:K("wi-trigger-btn",t),"data-theme":r,"data-mobile":n||void 0,children:[gn(Oo,{size:n?14:16}),gn("span",{className:"wi-trigger-address",children:Ne(i)})]});return n?gn(qi.Trigger,{asChild:c,children:d}):gn(Jo.Trigger,{asChild:c,children:d})}import*as B from"react";import*as Cn from"@radix-ui/react-popover";import{Drawer as kn}from"vaul";import Kt from"bignumber.js";import{useQueries as Ki}from"@tanstack/react-query";import{useMemo as Yi}from"react";var ro="user-balance";async function Qi(e,t,o,n){let r=new URLSearchParams({networkId:`eip155:${t}`,account:o}),i=await fetch(`${e}/v1/public/token/balance?${r}`,{cache:"no-store",signal:n});if(!i.ok)throw new Error(`Failed to fetch token balance: ${i.status}`);let a=await i.json();if(a.code!==200)throw new Error(`Token balance API error: ${a.code}`);return a.data}function Pt(e,t,o=!0){let n=Le[e],r=me[e],i=[r.cross,r.bsc],a=Ki({queries:i.map(s=>({queryKey:[ro,e,t,s],queryFn:({signal:m})=>Qi(n,s,t,m),enabled:!!t&&o,staleTime:0,refetchInterval:o?5e3:!1}))}),c=a.some(s=>s.isLoading),d=a.some(s=>s.isError);return{tokens:Yi(()=>{let s=[];for(let m of a)m.data&&s.push(...m.data);return s},[a]),isLoading:c,isError:d}}import{useQuery as Xi,useQueries as Ji}from"@tanstack/react-query";import{useMemo as ea}from"react";var ta="forge-holdings",na="forge-token-image";async function oa(e,t,o){let n=await fetch(`${e}/v1/users/${t}/holdings`,{cache:"no-store",signal:o});if(!n.ok)throw new Error(`Failed to fetch forge holdings: ${n.status}`);let r=await n.json();if(!r.success)throw new Error("Forge holdings API error");return r.data.items}async function ra(e,t,o){let n=await fetch(`${e}/v1/tokens/${t}`,{cache:"no-store",signal:o});if(!n.ok)return{address:t,image_url:""};let r=await n.json();return r.success?{address:t,image_url:r.data.token.image_url}:{address:t,image_url:""}}function tr(e,t,o=!0){let n=Vn[e],{data:r,...i}=Xi({queryKey:[ta,e,t],queryFn:({signal:a})=>oa(n,t,a),enabled:!!t&&o,staleTime:0,refetchInterval:o?5e3:!1});return{holdings:r??[],...i}}function nr(e,t,o=!0){let n=Vn[e],r=Ji({queries:t.map(a=>({queryKey:[na,e,a],queryFn:({signal:c})=>ra(n,a,c),enabled:o,staleTime:1/0}))});return{imageMap:ea(()=>{let a=new Map;for(let c of r)c.data&&a.set(c.data.address,c.data.image_url);return a},[r])}}import{useQuery as ia}from"@tanstack/react-query";import{useMemo as aa}from"react";var io="token-stats";function vt(e,t){return`${e}:${t.toLowerCase()}`}function St(e,t=!0){let o=Le[e],{data:n,...r}=ia({queryKey:[io,e],queryFn:async({signal:a})=>{let c=await fetch(`${o}/v1/public/token/stats`,{cache:"no-store",signal:a});if(!c.ok)throw new Error(`Failed to fetch token stats: ${c.status}`);let d=await c.json();if(d.code!==200)throw new Error(`Token stats API error: ${d.code}`);return d},enabled:t,staleTime:3e4});return{statsMap:aa(()=>{let a=new Map;if(!n?.data)return a;for(let c of n.data){let d=vt(c.chain_id,c.address);a.set(d,c)}return a},[n]),...r}}import{useQuery as sa}from"@tanstack/react-query";import{useMemo as la}from"react";var ca="token-info";function ao(e,t){return`${t.toLowerCase()}_${e}`}function or(e,t=!0){let o=Le[e],{data:n,...r}=sa({queryKey:[ca,e],queryFn:async({signal:a})=>{let c=await fetch(`${o}/v1/public/token/info`,{cache:"no-store",signal:a});if(!c.ok)throw new Error(`Failed to fetch token info: ${c.status}`);let d=await c.json();if(d.code!==200)throw new Error(`Token info API error: ${d.code}`);return d},enabled:t,staleTime:1/0});return{categoryMap:la(()=>{let a=new Map;if(!n?.data)return a;for(let c of n.data){let d=ao(c.chain_id,c.address);a.set(d,c.category)}return a},[n]),...r}}import{useMemo as da}from"react";import so from"bignumber.js";function rr(e,t,o){let{tokens:n,isLoading:r}=Pt(e,t,o),{statsMap:i}=St(e,o);return da(()=>{let a=new so(0);for(let s of n){let m=i.get(vt(s.chainId,s.address));if(!m)continue;let b=new so(s.quantity.numeric).shiftedBy(-s.quantity.decimals).multipliedBy(new so(m.price));b.isNaN()||(a=a.plus(b))}let c=a.toFixed(),{displayValue:d,isLowerBound:l}=_o(c);return{totalUsd:c,displayValue:d,isLowerBound:l,isLoading:r}},[n,i,r])}import{QRCodeSVG as qa}from"qrcode.react";function We(e,t,o,n){if(!n||e.button!==0||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||e.defaultPrevented)return;e.preventDefault();let r;try{r=n(t,o)}catch(l){console.error("[dapp-ui] onOutlink threw:",l);return}let i=l=>{typeof window>"u"||window.open(l,"_blank","noopener,noreferrer")};if((l=>!!l&&(typeof l=="object"||typeof l=="function")&&typeof l.then=="function")(r)){let l=typeof window<"u"?window.open("","_blank","noopener,noreferrer"):null,s=m=>{if(m===null){l?.close();return}let k=m??t;if(l)try{l.location.href=k}catch{l.close(),i(k)}else i(k)};r.then(s,m=>{console.error("[dapp-ui] onOutlink rejected:",m),l?.close()});return}let c=r;if(c===null)return;i(c??t)}import*as kt from"react";import{Drawer as Ua}from"vaul";import{createContext as pa,useContext as ma}from"react";var qt=pa(null);function re(){let e=ma(qt);if(!e)throw new Error("WalletPortfolio compound components must be used within <WalletPortfolio>");return e}import{Drawer as ua}from"vaul";import{jsx as ir}from"react/jsx-runtime";function ar({asChild:e,children:t}){let{walletAddress:o}=re(),n=t!=null,r=e??!0,i=n?t:ir("button",{type:"button",children:Ne(o)});return ir(ua.Trigger,{asChild:r,children:i})}import{Drawer as yn}from"vaul";import*as _e from"react";import{useQueryClient as Ha}from"@tanstack/react-query";import{useMemo as xa}from"react";import lo from"bignumber.js";import{useQuery as fa}from"@tanstack/react-query";import{useMemo as cr}from"react";var wn={dev:"https://stg-cross-game-reward-api.crosstoken.io/api",stage:"https://stg-cross-game-reward-api.crosstoken.io/api",production:"https://cross-game-reward-api.crosstoken.io/api"},sr={dev:"https://stg-x.crosstoken.io",stage:"https://stg-x.crosstoken.io",production:"https://x.crosstoken.io"},hn={dev:"https://stg-bonding-curve-api.crosstoken.io/api",stage:"https://stg-bonding-curve-api.crosstoken.io/api",production:"https://bonding-curve-api.crosstoken.io/api"},nt={dev:"https://stg-x.crosstoken.io",stage:"https://stg-x.crosstoken.io",production:"https://x.crosstoken.io"},Be={dev:"https://stg-contents.crosstoken.io/frontend/common/app-launcher/icons",stage:"https://stg-contents.crosstoken.io/frontend/common/app-launcher/icons",production:"https://contents.crosstoken.io/frontend/common/app-launcher/icons"},lr={dev:{cross:"https://stg-dex-api.crosstoken.io/dex",crossd:"https://stg-crossd-dex-api.crosstoken.io/dex",forge:"https://stg-forge-dex-api.crosstoken.io/dex"},stage:{cross:"https://stg-dex-api.crosstoken.io/dex",crossd:"https://stg-crossd-dex-api.crosstoken.io/dex",forge:"https://stg-forge-dex-api.crosstoken.io/dex"},production:{cross:"https://dex-api.crosstoken.io/dex",crossd:"https://crossd-dex-api.crosstoken.io/dex",forge:"https://forge-dex-api.crosstoken.io/dex"}};var ga="wp:reward-pools";function bn(e,t=!0){let o=wn[e],{data:n,...r}=fa({queryKey:[ga,e],queryFn:async({signal:c})=>{let d=await fetch(`${o}/v1/pools`,{cache:"no-store",signal:c});if(!d.ok)throw new Error(`Failed to fetch pools: ${d.status}`);let l=await d.json();if(l.code!==200)throw new Error(`Pools API error: ${l.code}`);return l},enabled:t,staleTime:0}),i=cr(()=>n?.data.pools.filter(c=>c.pool_type==="CrossPool")??[],[n]),a=cr(()=>n?.data.pools.filter(c=>c.pool_type==="GamePool")??[],[n]);return{crossPools:i,gamePools:a,allPools:n?.data.pools??[],...r}}import{useQuery as wa}from"@tanstack/react-query";import{useMemo as ha}from"react";var ba="wp:user-deposits";function xn(e,t,o=!0){let n=wn[e],r=o&&!!t,{data:i,...a}=wa({queryKey:[ba,e,t],queryFn:async({signal:d})=>{let l=await fetch(`${n}/v1/users/${t}/deposits`,{cache:"no-store",signal:d});if(!l.ok)throw new Error(`Deposits fetch failed: ${l.status}`);let s=await l.json();if(s.code!==200)throw new Error(`Deposits API error: ${s.code}`);return s},enabled:r,staleTime:0});return{depositMap:ha(()=>{let d=new Map;if(!i?.data.user_deposits)return d;for(let l of i.data.user_deposits)d.set(l.pool_address.toLowerCase(),l);return d},[i]),deposits:i?.data.user_deposits??[],...a}}import{useQuery as dr}from"@tanstack/react-query";import{useMemo as pr}from"react";function $e(e,t,o,n=!0){let r=lr[e][t],i=n&&!!o,{data:a,...c}=dr({queryKey:["wp:dex-pairs",e,t],queryFn:async({signal:g})=>{let w=await fetch(`${r}/pair-info`,{cache:"no-store",signal:g});if(!w.ok)throw new Error(`pair-info fetch failed: ${w.status}`);let h=await w.json();if(h.code!==200)throw new Error(`pair-info API error: ${h.code}`);return h},enabled:n,staleTime:0}),d=a?.data??[],l=pr(()=>{let g=new Map;for(let w of d)g.set(w.pair_address.toLowerCase(),w);return g},[d]),{data:s,...m}=dr({queryKey:["wp:dex-orders",e,t,o],queryFn:async({signal:g})=>{let w=Math.floor(Date.now()/1e3),h=new URLSearchParams({owner:o,size:"200",start_date:"0",end_date:String(w)}),P=await fetch(`${r}/open-order?${h}`,{cache:"no-store",signal:g});if(!P.ok)throw new Error(`open-order fetch failed: ${P.status}`);let A=await P.json();if(A.code!==200)throw new Error(`open-order API error: ${A.code}`);return A.data?.data??[]},enabled:i,staleTime:0}),k=s??[],b=pr(()=>{let g=new Map;for(let w of k){let h=w.pair.toLowerCase();g.has(h)||g.set(h,{buys:[],sells:[]});let P=g.get(h);w.order_side===1?P.buys.push(w):P.sells.push(w)}return g},[k]);return{allPairs:d,pairMap:l,orders:k,ordersByPair:b,isEmpty:k.length===0,isLoading:c.isLoading||m.isLoading}}var va=["var(--wp-blue)","var(--wp-purple)","var(--wp-red)","var(--wp-orange)"],mr="var(--wp-green)",ur=4;function fr(e,t,o=!0){let n=o&&!!t,{allPools:r}=bn(e,n),{depositMap:i}=xn(e,t,n),{allPairs:a,pairMap:c,ordersByPair:d}=$e(e,"cross",t,n),{allPairs:l,pairMap:s,ordersByPair:m}=$e(e,"crossd",t,n),{allPairs:k,pairMap:b,ordersByPair:g}=$e(e,"forge",t,n);return xa(()=>{let w=new Map,h=new Map,P=(y,T)=>{!Number.isFinite(T)||T<=0||h.set(y,(h.get(y)??0)+T)};for(let y of r){let T=Number(y.deposit_token.price);T>0&&w.set(y.deposit_token.symbol,T);for(let $ of y.reward_tokens){let C=Number($.price);C>0&&w.set($.symbol,C)}}for(let y of[...a,...l,...k]){let T=w.get(y.quote_symbol),$=Number(y.billboard?.price);T&&$>0&&!w.has(y.base_symbol)&&w.set(y.base_symbol,$*T)}for(let y of r){let T=i.get(y.pool_address.toLowerCase());if(!T)continue;let $=new lo(T.deposited_amount).shiftedBy(-y.deposit_token.decimals).toNumber();if(P(y.deposit_token.symbol,$),y.reward_tokens.length>0){let C=y.reward_tokens[0],U=new lo(T.claimable_reward).shiftedBy(-C.decimals).toNumber();P(C.symbol,U)}}let A=[{pairMap:c,ordersByPair:d},{pairMap:s,ordersByPair:m},{pairMap:b,ordersByPair:g}];for(let{pairMap:y,ordersByPair:T}of A)for(let[$,C]of T){let U=y.get($);if(U){for(let q of C.buys){let be=Number(q.amount)-Number(q.filled);P(U.quote_symbol,be*Number(q.price))}for(let q of C.sells){let be=Number(q.amount)-Number(q.filled);P(U.base_symbol,be)}}}let I=[],N=0;for(let[y,T]of h){let $=w.get(y)??0,C=T*$;C>0&&(I.push({symbol:y,usdValue:C}),N+=C)}I.sort((y,T)=>T.usdValue-y.usdValue);let V=[];if(N>0){let y=I.slice(0,ur),T=I.slice(ur);for(let C=0;C<y.length;C++)V.push({symbol:y[C].symbol,usdValue:y[C].usdValue,percentage:Math.round(y[C].usdValue/N*100),color:va[C]??mr});if(T.length>0){let C=T.reduce((U,q)=>U+q.usdValue,0);V.push({symbol:"Others",usdValue:C,percentage:Math.round(C/N*100),color:mr})}let $=V.reduce((C,U)=>C+U.percentage,0);$!==100&&V.length>0&&(V[0].percentage+=100-$)}return{totalUsd:N,formattedTotal:N>0?`$${new lo(N).toFormat(2)}`:"$0.00",segments:V}},[r,i,a,c,d,l,s,m,k,b,g])}import{jsx as It,jsxs as ya}from"react/jsx-runtime";function gr({size:e=22,className:t}){return It("svg",{width:e,height:e,viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:It("path",{d:"M14 4L7 11L14 18",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})})}function wr({size:e=22,className:t}){return ya("svg",{width:e,height:e,viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[It("path",{d:"M18.333 3.667v5.5h-5.5",stroke:"currentColor",strokeWidth:1.833,strokeLinecap:"round",strokeLinejoin:"round"}),It("path",{d:"M16.17 13.75a7.333 7.333 0 11-1.54-7.59L18.333 9.167",stroke:"currentColor",strokeWidth:1.833,strokeLinecap:"round",strokeLinejoin:"round"})]})}function hr({size:e=12,className:t}){return It("svg",{width:e,height:e,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:It("path",{d:"M6 11A5 5 0 106 1a5 5 0 000 10zM6 8V6M6 4h.005",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"})})}import{useQuery as ka}from"@tanstack/react-query";import{useMemo as Ca}from"react";var Na="wp:token-info";function ot(e,t=!0){let o=Le[e],n=me[e].cross,{data:r,...i}=ka({queryKey:[Na,e],queryFn:async({signal:l})=>{let s=await fetch(`${o}/v1/public/token/info`,{cache:"no-store",signal:l});if(!s.ok)throw new Error(`Failed to fetch token info: ${s.status}`);let m=await s.json();if(m.code!==200)throw new Error(`Token info API error: ${m.code}`);return m},enabled:t,staleTime:300*1e3}),{byChainAddr:a,byChainSym:c}=Ca(()=>{let l=new Map,s=new Map;if(!r?.data)return{byChainAddr:l,byChainSym:s};for(let m of r.data){let k=m.address.toLowerCase();l.set(`${m.chain_id}:${k}`,m),l.set(k,m);let b=m.symbol.replace(/^t/,"").toUpperCase(),g=`${m.chain_id}:${b}`;s.has(g)||s.set(g,m),s.has(b)||s.set(b,m)}return{byChainAddr:l,byChainSym:s}},[r]);return{getTokenImage:(l,s)=>{let m=l.toLowerCase(),k=a.get(`${n}:${m}`);if(k?.image)return k.image;let b=a.get(m);if(b?.image)return b.image;if(s){let g=s.replace(/^t/,"").toUpperCase(),w=c.get(`${n}:${g}`);if(w?.image)return w.image;let h=c.get(g);if(h?.image)return h.image}return""},...i}}import{jsx as vn,jsxs as br}from"react/jsx-runtime";function Ve({title:e,icon:t,iconFit:o="cover",isEmpty:n,children:r}){return br("div",{className:"wp-svc-card",children:[br("div",{className:"wp-svc-card-head",children:[vn("img",{className:"wp-svc-card-icon",src:t,alt:"",style:{objectFit:o}}),vn("span",{className:"wp-svc-card-title",children:e})]}),n?vn("div",{className:"wp-svc-empty",children:"No assets yet"}):vn("div",{className:"wp-svc-items",children:r})]})}import Zt from"bignumber.js";import{jsx as yt,jsxs as qe}from"react/jsx-runtime";var La="CROSS Rewards";function xr(e,t){let o=new Zt(e).shiftedBy(-t);return o.isZero()?"0":o.isGreaterThanOrEqualTo(1)?o.toFormat(2,Zt.ROUND_DOWN):o.toFormat(4,Zt.ROUND_DOWN)}function vr(){let{env:e,walletAddress:t,onOutlink:o}=re(),n=!!t,{allPools:r}=bn(e,n),{depositMap:i}=xn(e,t,n),{getTokenImage:a}=ot(e,n),c=s=>`${sr[e]}/rewards/${s.pool_address}?action=withdraw`,d=`${Be[e]}/reward.png`,l=r.filter(s=>{let m=i.get(s.pool_address.toLowerCase()),k=m?.deposited_amount??"0",b=m?.claimable_reward??"0";return!(new Zt(k).isZero()&&new Zt(b).isZero())});return yt(Ve,{title:La,icon:d,isEmpty:l.length===0,children:l.map(s=>{let m=i.get(s.pool_address.toLowerCase()),k=m?.deposited_amount??"0",b=c(s);return qe("a",{className:"wp-item","data-side":"reward",href:b,target:"_blank",rel:"noopener noreferrer",onClick:g=>We(g,b,{category:"portfolio",origin:"portfolio-rewards",payload:{pool:s,userDeposit:m}},o),children:[qe("div",{className:"wp-item-body",children:[qe("div",{className:"wp-item-field",children:[qe("span",{className:"wp-item-label",children:["Deposited (",s.deposit_token.symbol,")"]}),qe("div",{className:"wp-svc-token",children:[a(s.deposit_token.address,s.deposit_token.symbol)&&yt("img",{className:"wp-svc-token-icon",src:a(s.deposit_token.address,s.deposit_token.symbol),alt:""}),yt("span",{children:xr(k,s.deposit_token.decimals)})]})]}),qe("div",{className:"wp-item-field",children:[qe("span",{className:"wp-item-label",children:["Rewards (",s.reward_tokens.map(g=>g.symbol).join(", "),")"]}),s.reward_tokens.map(g=>{let w=a(g.address,g.symbol);return qe("div",{className:"wp-svc-token",children:[w&&yt("img",{className:"wp-svc-token-icon",src:w,alt:""}),yt("span",{children:m?xr(m.claimable_reward,g.decimals):"0"})]},g.address)})]})]}),qe("div",{className:"wp-item-badges",children:[yt("span",{className:"wp-badge wp-badge--mint",children:"Claim"}),yt("span",{className:"wp-badge wp-badge--muted",children:"Withdraw"})]})]},s.pool_address)})})}import kr from"bignumber.js";import{Fragment as Ra,jsx as he,jsxs as ie}from"react/jsx-runtime";function co(e){let t=new kr(e);if(t.isNaN())return e;let o=t.decimalPlaces()??0;return t.toFormat(o)}function yr(e){let t=new kr(e.amount).minus(e.filled);return co(t.toString())}function Mt({market:e,pairMap:t,ordersByPair:o,getDexUrl:n,getTokenImage:r}){let{onOutlink:i}=re(),a=[];for(let[c,d]of o){let l=t.get(c),s=l?r(l.base_address,l.base_symbol):"",m=l?r(l.quote_address,l.quote_symbol):"",k=n(c);for(let b of d.buys)a.push(ie("a",{className:"wp-item","data-side":"buy",href:k,target:"_blank",rel:"noopener noreferrer",onClick:g=>We(g,k,{category:"portfolio",origin:"portfolio-dex-order",payload:{market:e,side:"buy",order:b,pair:l}},i),children:[ie("div",{className:"wp-item-body",children:[ie("div",{className:"wp-item-field",children:[ie("span",{className:"wp-item-label wp-item-label--buy",children:["Buy",l?.base_symbol?` (${l.base_symbol})`:""]}),ie("div",{className:"wp-svc-token",children:[s&&he("img",{className:"wp-svc-token-icon",src:s,alt:""}),he("span",{children:yr(b)})]})]}),ie("div",{className:"wp-item-field",children:[ie("span",{className:"wp-item-label",children:["Price",l?.quote_symbol?` (${l.quote_symbol})`:""]}),ie("div",{className:"wp-svc-token",children:[m&&he("img",{className:"wp-svc-token-icon",src:m,alt:""}),he("span",{children:co(b.price)})]})]})]}),he("div",{className:"wp-item-badges",children:he("span",{className:"wp-badge wp-badge--red",children:"Cancel"})})]},`buy-${b.order_id}`));for(let b of d.sells)a.push(ie("a",{className:"wp-item","data-side":"sell",href:k,target:"_blank",rel:"noopener noreferrer",onClick:g=>We(g,k,{category:"portfolio",origin:"portfolio-dex-order",payload:{market:e,side:"sell",order:b,pair:l}},i),children:[ie("div",{className:"wp-item-body",children:[ie("div",{className:"wp-item-field",children:[ie("span",{className:"wp-item-label wp-item-label--sell",children:["Sell",l?.base_symbol?` (${l.base_symbol})`:""]}),ie("div",{className:"wp-svc-token",children:[s&&he("img",{className:"wp-svc-token-icon",src:s,alt:""}),he("span",{children:yr(b)})]})]}),ie("div",{className:"wp-item-field",children:[ie("span",{className:"wp-item-label",children:["Price",l?.quote_symbol?` (${l.quote_symbol})`:""]}),ie("div",{className:"wp-svc-token",children:[m&&he("img",{className:"wp-svc-token-icon",src:m,alt:""}),he("span",{children:co(b.price)})]})]})]}),he("div",{className:"wp-item-badges",children:he("span",{className:"wp-badge wp-badge--red",children:"Cancel"})})]},`sell-${b.order_id}`))}return he(Ra,{children:a})}import{jsx as Cr}from"react/jsx-runtime";var Ea="Gametoken - CROSS";function Nr(){let{env:e,walletAddress:t}=re(),o=!!t,{pairMap:n,ordersByPair:r,isEmpty:i}=$e(e,"cross",t,o),{getTokenImage:a}=ot(e,o),c=l=>{let s=n.get(l.toLowerCase());return`${nt[e]}/gametoken/cross/${s?.base_symbol??""}`},d=`${Be[e]}/dex.png`;return Cr(Ve,{title:Ea,icon:d,isEmpty:i,children:Cr(Mt,{market:"cross",pairMap:n,ordersByPair:r,getDexUrl:c,getTokenImage:a})})}import{jsx as Lr}from"react/jsx-runtime";var Ta="Gametoken - CROSSD";function Rr(){let{env:e,walletAddress:t}=re(),o=!!t,{pairMap:n,ordersByPair:r,isEmpty:i}=$e(e,"crossd",t,o),{getTokenImage:a}=ot(e,o),c=l=>{let s=n.get(l.toLowerCase());return`${nt[e]}/gametoken/crossd/${s?.base_symbol??""}`},d=`${Be[e]}/dex.png`;return Lr(Ve,{title:Ta,icon:d,isEmpty:i,children:Lr(Mt,{market:"crossd",pairMap:n,ordersByPair:r,getDexUrl:c,getTokenImage:a})})}import{jsx as Er}from"react/jsx-runtime";var Pa="Gametoken - Forge";function Tr(){let{env:e,walletAddress:t}=re(),o=!!t,{pairMap:n,ordersByPair:r,isEmpty:i}=$e(e,"forge",t,o),{getTokenImage:a}=ot(e,o);if(i)return null;let c=l=>{let s=n.get(l.toLowerCase());return`${nt[e]}/gametoken/forge/${s?.base_symbol??""}`},d=`${Be[e]}/dex.png`;return Er(Ve,{title:Pa,icon:d,isEmpty:i,children:Er(Mt,{market:"forge",pairMap:n,ordersByPair:r,getDexUrl:c,getTokenImage:a})})}import po from"bignumber.js";import{useMemo as Fa}from"react";import{useQuery as Sa}from"@tanstack/react-query";var Ia="wp:forge-pools";function Pr(e,t,o=!0){let n=hn[e],r=o&&!!t,{data:i,...a}=Sa({queryKey:[Ia,e,t],queryFn:async()=>{let d=await fetch(`${n}/v1/users/${t}/pools`,{cache:"no-store"});if(!d.ok)throw new Error(`forge pools fetch failed: ${d.status}`);return(await d.json()).data?.items??[]},enabled:r,staleTime:0}),c=i??[];return{pools:c,isEmpty:c.length===0,...a}}import{useQueries as Ma}from"@tanstack/react-query";import{useMemo as _a}from"react";var Aa="wp:forge-token-detail";async function Oa(e,t){let o=await fetch(`${e}/v1/tokens/${t}`,{cache:"no-store"});return o.ok?(await o.json())?.data?.token??null:null}function Sr(e,t,o=!0){let n=hn[e],r=Ma({queries:t.map(c=>({queryKey:[Aa,e,c],queryFn:()=>Oa(n,c),enabled:o&&!!c,staleTime:3e4}))}),i=_a(()=>{let c=new Map;for(let d=0;d<r.length;d++){let l=r[d]?.data,s=t[d];l&&s&&c.set(s.toLowerCase(),l)}return c},[r,t]),a=r.some(c=>c.isLoading);return{detailMap:i,isLoading:a}}import{jsx as Me,jsxs as _t}from"react/jsx-runtime";var Da="Forge",Wa=18,Ba="https://contents.crosstoken.io/wallet/token/images/FT.png";function $a(e){if(!e||e==="0")return"0";let t=new po(e).shiftedBy(-Wa);return t.isZero()?"0":t.isGreaterThanOrEqualTo(1)?t.toFormat(2,po.ROUND_DOWN):t.toFormat(4,po.ROUND_DOWN)}function Va(e){let t=Number(e);return!Number.isFinite(t)||t<=0?"0%":t>=1?`${(Math.floor(t*100)/100).toFixed(2)}%`:`${(Math.floor(t*1e4)/1e4).toFixed(4)}%`}function Ir(){let{env:e,walletAddress:t,onOutlink:o}=re(),n=!!t,{pools:r,isEmpty:i}=Pr(e,t,n),a=Fa(()=>r.map(s=>s.token.address),[r]),{detailMap:c}=Sr(e,a,n&&a.length>0),d=s=>`${nt[e]}/forge/token/${s.token.address}`,l=`${Be[e]}/forge.png`;return Me(Ve,{title:Da,icon:l,iconFit:"contain",isEmpty:i,children:r.map(s=>{let m=c.get(s.token.address.toLowerCase()),k=m?.image_url||m?.image||s.token.image||Ba,b=m?.symbol||s.token.symbol,g=d(s);return _t("a",{className:"wp-item","data-side":"lp",href:g,target:"_blank",rel:"noopener noreferrer",onClick:w=>We(w,g,{category:"portfolio",origin:"portfolio-forge",payload:{pool:s,tokenDetail:m}},o),children:[_t("div",{className:"wp-item-body",children:[_t("div",{className:"wp-item-field",children:[_t("span",{className:"wp-item-label",children:["Pair (",b,")"]}),Me("div",{className:"wp-svc-token",children:Me("img",{className:"wp-svc-token-icon",src:k,alt:""})})]}),_t("div",{className:"wp-item-field",children:[Me("span",{className:"wp-item-label",children:"LP Balance"}),Me("div",{className:"wp-svc-token",children:Me("span",{children:$a(s.lp_balance)})})]}),_t("div",{className:"wp-item-field",children:[Me("span",{className:"wp-item-label",children:"Ownership"}),Me("div",{className:"wp-svc-token",children:Me("span",{children:Va(s.pool_ownership)})})]})]}),Me("div",{className:"wp-item-badges",children:Me("span",{className:"wp-badge wp-badge--mint",children:"Withdraw"})})]},s.pair_address)})})}O(`.wp-fullscreen[data-theme=dark],.wp-embed[data-theme=dark]{--wp-bg: var(--cck-surface-bg, #202530);--wp-card: var(--cck-surface-default, #292f40);--wp-border: var(--cck-border-default, #313b51);--wp-text: var(--cck-texticon-primary, #ffffff);--wp-text-60: var(--cck-texticon-secondary, #d3d7df);--wp-text-40: #8c97ad;--wp-text-30: var(--cck-texticon-tertiary, #717d97);--wp-mint: #00d4aa;--wp-green: var(--cck-primary, #019d92);--wp-red: var(--cck-error, #e70077);--wp-blue: #0488fc;--wp-purple: #7346f3;--wp-orange: #ff9d00}.wp-fullscreen[data-theme=light],.wp-embed[data-theme=light]{--wp-bg: var(--cck-surface-bg, #f5f6f8);--wp-card: var(--cck-surface-default, #ffffff);--wp-border: var(--cck-border-default, #e2e5ea);--wp-text: var(--cck-texticon-primary, #202530);--wp-text-60: var(--cck-texticon-secondary, #49556e);--wp-text-40: #8c97ad;--wp-text-30: var(--cck-texticon-tertiary, #a0a9b8);--wp-mint: #00d4aa;--wp-green: var(--cck-primary, #019d92);--wp-red: var(--cck-error, #e70077);--wp-blue: #0488fc;--wp-purple: #7346f3;--wp-orange: #ff9d00}.wp-fullscreen{position:fixed!important;inset:0!important;width:100%!important;height:100dvh!important;max-height:100dvh!important;z-index:50;background:var(--wp-bg);display:flex;flex-direction:column;overflow:hidden;font-family:inherit;font-feature-settings:"calt" 0,"lnum" 1,"pnum" 1;box-sizing:border-box;-webkit-font-smoothing:antialiased}.wp-embed{width:100%;height:100%;min-height:0;background:var(--wp-bg);display:flex;flex-direction:column;overflow:hidden;font-family:inherit;font-feature-settings:"calt" 0,"lnum" 1,"pnum" 1;box-sizing:border-box;-webkit-font-smoothing:antialiased;color:var(--wp-text)}.wp-overlay{position:fixed;inset:0;z-index:49;background:#0009}.wp-header{display:flex;align-items:center;gap:20px;height:60px;padding:0 20px;flex-shrink:0}.wp-header-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;background:transparent;cursor:pointer;color:var(--wp-text);flex-shrink:0}.wp-header-avatar{width:38px;height:38px;flex-shrink:0;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:var(--wp-header-avatar-bg)}.wp-header-avatar-img{width:30px;height:30px;object-fit:cover;display:block}.wp-fullscreen[data-theme=dark] .wp-header-avatar,.wp-embed[data-theme=dark] .wp-header-avatar{--wp-header-avatar-bg: hsl(221.3 24.6% 25.5%)}.wp-fullscreen[data-theme=light] .wp-header-avatar,.wp-embed[data-theme=light] .wp-header-avatar{--wp-header-avatar-bg: rgba(18, 18, 18, .1)}.wp-refresh-btn{position:relative}.wp-refresh-badge{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:var(--wp-mint);color:#fff;font-size:10px;font-weight:600;line-height:16px;text-align:center}.wp-spin-once{animation:wp-spin-once .6s ease-in-out}@keyframes wp-spin-once{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wp-header-title{flex:1;font-family:inherit;font-size:16px;font-weight:600;line-height:24px;letter-spacing:.15px;text-align:center;color:var(--wp-text);margin:0}.wp-header-account{flex:1;display:flex;align-items:center;gap:12px;min-width:0}.wp-header-wallet-name{flex:1;min-width:0;font-family:inherit;font-size:15px;font-weight:600;line-height:160%;letter-spacing:0;color:var(--wp-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-top{flex-shrink:0;padding:0 16px 16px;display:flex;flex-direction:column;gap:16px}.wp-identity{display:flex;flex-direction:column;gap:8px}.wp-address{display:inline-flex;align-items:center;gap:8px}.wp-address-label{font-size:12px;font-weight:400;line-height:1.4;color:var(--wp-text-40)}.wp-address-chevron{display:inline-flex;align-items:center;color:var(--wp-text-40)}.wp-total{font-size:28px;font-weight:600;line-height:1.3;color:var(--wp-text);margin:0}.wp-asset{display:flex;flex-direction:column;gap:8px}.wp-asset-head{display:flex;align-items:center;gap:4px}.wp-asset-head-label{font-size:12px;font-weight:400;line-height:1.4;color:var(--wp-text-40)}.wp-asset-head-icon{display:inline-flex;color:var(--wp-text-40)}.wp-bar{display:flex;height:20px;border-radius:4px;overflow:hidden}.wp-bar-seg{display:flex;align-items:center;justify-content:center;min-width:8px}.wp-bar-seg-pct{font-size:10px;font-weight:400;line-height:1.3;color:#fff;white-space:nowrap}.wp-legend{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.wp-legend-item{display:flex;align-items:center;gap:4px}.wp-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.wp-legend-label{font-size:12px;font-weight:400;line-height:1.4;color:var(--wp-text-40)}.wp-tabs{flex-shrink:0;padding:8px 16px}.wp-tabs-inner{display:flex;align-items:center;padding:0 2px}.wp-tabs-list{display:flex;gap:20px;flex:1}.wp-tab{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:44px;padding-top:12px;background:transparent;border:none;cursor:pointer}.wp-tab-text{font-size:14px;font-weight:600;line-height:1.4;color:var(--wp-text-30);white-space:nowrap}.wp-tab[data-active=true] .wp-tab-text{color:var(--wp-mint)}.wp-tab-bar{width:20px;height:4px;border-radius:2px;background:var(--wp-mint);opacity:0}.wp-tab[data-active=true] .wp-tab-bar{opacity:1}.wp-tabs-filter-wrap{position:relative;display:flex;align-items:center;width:44px;height:44px;flex-shrink:0}.wp-tabs-filter-grad{position:absolute;inset:0;background:linear-gradient(to left,var(--wp-bg) 74%,transparent);pointer-events:none}.wp-tabs-filter{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer;color:var(--wp-text-40)}.wp-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.08) transparent}.wp-body::-webkit-scrollbar{width:4px}.wp-body::-webkit-scrollbar-track{background:transparent}.wp-body::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:4px}.wp-body-inner{padding:16px 16px 128px;display:flex;flex-direction:column;gap:20px}.wp-svc-card{display:flex;flex-direction:column;gap:8px}.wp-svc-card-head{display:flex;align-items:center;gap:8px}.wp-svc-card-icon{width:20px;height:20px;border-radius:4px;flex-shrink:0;object-fit:cover}.wp-svc-card-title{font-size:14px;font-weight:600;line-height:1.3;color:var(--wp-text-60);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-svc-items{display:flex;flex-direction:column;gap:10px}.wp-item{position:relative;background:var(--wp-card);border-radius:12px;padding:14px 40px 14px 16px;display:flex;flex-direction:column;gap:6px;box-shadow:0 1px 3px #00000014,0 2px 8px #0000000a;overflow:hidden;text-decoration:none;cursor:pointer;transition:box-shadow .2s ease,transform .15s ease}.wp-item:hover{box-shadow:0 2px 6px #0000001f,0 4px 14px #0000000f;transform:translateY(-1px)}.wp-item:active{transform:translateY(0);box-shadow:0 1px 3px #00000014}.wp-item:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;border-radius:3px 0 0 3px;background:var(--wp-border)}.wp-item:after{content:"";position:absolute;right:14px;top:50%;transform:translateY(-50%);width:12px;height:12px;background:currentColor;opacity:.25;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3.5 1.5h7v7M10.5 1.5L1.5 10.5' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3.5 1.5h7v7M10.5 1.5L1.5 10.5' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;transition:opacity .15s}.wp-item:hover:after{opacity:.5}.wp-item[data-side=buy]:before{background:var(--wp-green)}.wp-item[data-side=sell]:before{background:var(--wp-red)}.wp-item[data-side=reward]:before{background:var(--wp-mint)}.wp-item[data-side=lp]:before{background:var(--wp-purple)}.wp-item-body{display:flex;gap:12px}.wp-item-field{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.wp-item-label{font-size:11px;font-weight:500;line-height:1.3;color:var(--wp-text-40);letter-spacing:.03em;text-transform:uppercase}.wp-item-label--buy{color:var(--wp-green)}.wp-item-label--sell{color:var(--wp-red)}.wp-svc-token{display:flex;align-items:center;gap:8px;min-width:0}.wp-svc-token>span{font-size:14px;font-weight:600;line-height:1.4;color:var(--wp-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-svc-token-icon{width:22px;height:22px;border-radius:50%;flex-shrink:0;object-fit:cover}.wp-svc-buy{color:var(--wp-green)}.wp-svc-sell{color:var(--wp-red)}.wp-badge{display:inline-flex;align-items:center;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:2px 7px;border-radius:4px;border:1px solid transparent;pointer-events:none}.wp-badge--mint{color:var(--wp-mint);background:#00d4aa1a;border-color:#00d4aa40}.wp-badge--muted{color:var(--wp-text-40);background:#8c97ad14;border-color:#8c97ad2e}.wp-badge--red{color:var(--wp-red);background:#e7007714;border-color:#e7007733}.wp-item-badges{display:flex;align-items:center;gap:6px}.wp-svc-empty{display:flex;align-items:center;justify-content:center;height:56px;background:var(--wp-card);border-radius:12px;font-size:13px;font-weight:400;color:var(--wp-text-30);box-shadow:0 1px 3px #00000014}@media(max-width:375px){.wp-header{gap:12px;padding:0 12px}.wp-top{padding:0 12px 12px;gap:12px}.wp-total{font-size:22px}.wp-legend{gap:10px}.wp-legend-label{font-size:11px}.wp-body-inner{padding:12px 12px 128px;gap:14px}.wp-svc-items{gap:8px}.wp-item{padding:12px 36px 12px 14px;gap:6px;border-radius:10px}.wp-item:after{right:10px;width:11px;height:11px}.wp-item-body{gap:10px}.wp-svc-token{gap:6px}.wp-svc-token>span{font-size:13px}.wp-svc-token-icon{width:20px;height:20px}}.wp-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
8
+ `);import{Fragment as za,jsx as z,jsxs as Ze}from"react/jsx-runtime";var mo=5,Ga="wp:";function At({env:e,theme:t="dark",walletAddress:o,walletName:n,onBack:r,showHeader:i=!0,variant:a="embed",className:c,sendTransaction:d,getTransactionReceipt:l,onOutlink:s}){let m=ge(e),k=!!o,b=Ha(),{segments:g}=fr(m,o,k),[w,h]=_e.useState(mo),[P,A]=_e.useState(!1),I=_e.useCallback(()=>{b.invalidateQueries({predicate:C=>typeof C.queryKey[0]=="string"&&C.queryKey[0].startsWith(Ga)})},[b]),N=_e.useCallback(()=>{I(),A(!0),setTimeout(()=>A(!1),600),h(mo)},[I]);_e.useEffect(()=>{if(!k)return;let C=setInterval(()=>{h(U=>U<=1?(N(),mo):U-1)},1e3);return()=>clearInterval(C)},[k,N]);let V=_e.useCallback(()=>{r?.()},[r]),y=k?xt(m,o,{size:64}):void 0,T=_e.useMemo(()=>({env:m,theme:t,open:!0,walletAddress:o,close:V,sendTransaction:d,getTransactionReceipt:l,onOutlink:s}),[m,t,o,V,d,l,s]),$=Ze(za,{children:[i&&Ze("div",{className:"wp-header",children:[Ze("div",{className:"wp-header-account",children:[r?z("button",{type:"button",className:"wp-header-btn",onClick:r,children:z(gr,{})}):z("span",{className:"wp-header-avatar","aria-hidden":!0,children:y&&z("img",{src:y,alt:"",className:"wp-header-avatar-img",draggable:!1})}),n&&z("span",{className:"wp-header-wallet-name",title:n,children:n})]}),Ze("button",{type:"button",className:"wp-header-btn wp-refresh-btn",onClick:N,children:[z(wr,{className:P?"wp-spin-once":void 0}),k&&z("span",{className:"wp-refresh-badge",children:w})]})]}),z("div",{className:"wp-top",children:g.length>0&&Ze("div",{className:"wp-asset",children:[Ze("div",{className:"wp-asset-head",children:[z("span",{className:"wp-asset-head-label",children:"Consolidated Asset"}),z("span",{className:"wp-asset-head-icon",children:z(hr,{})})]}),z("div",{className:"wp-bar",children:g.map(C=>z("div",{className:"wp-bar-seg",style:{flex:`${C.percentage} 0 0`,background:C.color},children:C.percentage>=5&&Ze("span",{className:"wp-bar-seg-pct",children:[C.percentage,"%"]})},C.symbol))}),z("div",{className:"wp-legend",children:g.map(C=>Ze("div",{className:"wp-legend-item",children:[z("span",{className:"wp-legend-dot",style:{background:C.color}}),z("span",{className:"wp-legend-label",children:C.symbol})]},C.symbol))})]})}),z("div",{className:"wp-body",children:Ze("div",{className:"wp-body-inner",children:[z(vr,{}),z(Nr,{}),z(Rr,{}),z(Tr,{}),z(Ir,{})]})})]});return z(qt.Provider,{value:T,children:a==="none"?$:z("div",{className:K(a==="fullscreen"?"wp-fullscreen":"wp-embed",c),"data-theme":t,children:$})})}import{jsx as uo,jsxs as Mr}from"react/jsx-runtime";function _r({className:e}){let{env:t,theme:o,walletAddress:n,close:r,sendTransaction:i}=re();return Mr(yn.Portal,{children:[uo(yn.Overlay,{className:"wp-overlay"}),Mr(yn.Content,{className:K("wp-fullscreen",e),"data-theme":o,children:[uo(yn.Title,{className:"wp-sr-only",children:"My Portfolio"}),uo(At,{env:t,theme:o,walletAddress:n,onBack:r,variant:"none",sendTransaction:i})]})]})}import{jsx as Ar}from"react/jsx-runtime";function ja({env:e,theme:t="dark",walletAddress:o,open:n,onOpenChange:r,sendTransaction:i,onOutlink:a,children:c}){let d=ge(e),l=n!==void 0,[s,m]=kt.useState(!1),k=l?n:s,b=kt.useCallback(h=>{l||m(h),r?.(h)},[l,r]),g=kt.useCallback(()=>b(!1),[b]),w=kt.useMemo(()=>({env:d,theme:t,open:k,walletAddress:o,close:g,sendTransaction:i,onOutlink:a}),[d,t,k,o,g,i,a]);return Ar(qt.Provider,{value:w,children:Ar(Ua.Root,{direction:"bottom",open:k,onOpenChange:b,noBodyStyles:!0,children:c})})}var Or=Object.assign(ja,{Trigger:ar,Content:_r});import{Fragment as go,jsx as p,jsxs as E}from"react/jsx-runtime";function fo(e,t,o){let n=me[e],r=o.toUpperCase();if(t===n.cross&&r.includes("CROSSD"))return 0;if(t===n.cross&&r==="CROSS")return 1;if(t===n.bsc&&r==="CROSS")return 2}function Za(e){return parseInt(e.split(":")[1],10)}function Ka(e){let t=e.lastIndexOf(".");return t===-1?{main:e,decimal:""}:{main:e.slice(0,t),decimal:e.slice(t)}}function Ya(e){let t=e.toLowerCase().replace(/^0x/,""),o=t.length>=8?t.slice(0,8):t.padEnd(8,"0"),n=parseInt(o.slice(0,4),16)%360,r=(n+60+parseInt(o.slice(4,8),16)%120)%360;return`linear-gradient(135deg, hsl(${n} 85% 65%), hsl(${r} 80% 55%))`}function Fr({align:e="end",sideOffset:t=12,className:o,children:n}){let{env:r,theme:i,isMobile:a,open:c,drawerDirection:d,modal:l,showBalance:s,showForgeToken:m,showGameToken:k,showQR:b,qrLogoSrc:g,walletAddress:w,accountName:h,sendAccounts:P,profileImageUrl:A,preferredTokens:I,close:N,onSelectWallet:V,onCopyAddress:y,onDisconnect:T,disconnectLabel:$,termsUrl:C,termsLabel:U,privacyUrl:q,privacyLabel:be,portalStyle:st,navContent:ae,navPosition:He,footerContent:Re,view:Y,setView:Ye,selectedSendToken:Qe,setSelectedSendToken:ue,showPortfolio:Xe,portfolioTitle:xe,showTotalAssets:X,totalAssetsLabel:Z,sendTransaction:Ae,getTransactionReceipt:se,estimateGas:Oe,onOutlink:ve}=tt(),{tokens:pe,isLoading:ye}=Pt(r,w,c&&s),{statsMap:J}=St(r,s),{categoryMap:Ee}=or(r,s),te=s&&X,{displayValue:lt,isLowerBound:ke,isLoading:Je}=rr(r,w,c&&te),[Ge,ze]=B.useState(!1),ct=B.useRef(null),[Te,Ue]=B.useState(0),{holdings:Pe,isLoading:et}=tr(r,w,c&&s&&m),je=B.useMemo(()=>Pe.map(x=>x.token),[Pe]),{imageMap:Se}=nr(r,je,m&&Pe.length>0),fe=B.useMemo(()=>{let x=[],F=[],W=[],ee=new Map((I??[]).map((D,Q)=>[`${Za(D.chainId)}:${D.address.toLowerCase()}`,Q]));for(let D of pe){let Q=fo(r,D.chainId,D.symbol)!==void 0,ft=`${D.chainId}:${D.address.toLowerCase()}`,gt=ee.get(ft),On=new Kt(D.quantity.numeric).shiftedBy(-D.quantity.decimals);if(Q)x.push(D);else if(gt!==void 0)F.push(D);else if(On.isGreaterThan(0)){if(!k&&Ee.get(ao(D.chainId,D.address))==="game")continue;W.push(D)}}return x.sort((D,Q)=>{let ft=fo(r,D.chainId,D.symbol)??99,gt=fo(r,Q.chainId,Q.symbol)??99;return ft-gt}),F.sort((D,Q)=>{let ft=ee.get(`${D.chainId}:${D.address.toLowerCase()}`)??99,gt=ee.get(`${Q.chainId}:${Q.address.toLowerCase()}`)??99;return ft-gt}),W.sort((D,Q)=>{let ft=J.get(vt(D.chainId,D.address)),gt=J.get(vt(Q.chainId,Q.address)),On=new Kt(D.quantity.numeric).shiftedBy(-D.quantity.decimals).multipliedBy(ft?.price??0);return new Kt(Q.quantity.numeric).shiftedBy(-Q.quantity.decimals).multipliedBy(gt?.price??0).minus(On).toNumber()}),[...x,...F,...W]},[pe,r,J,k,Ee,I]),Ie=B.useMemo(()=>{if(!m)return[];let x=new Set(pe.map(F=>F.address.toLowerCase()));return[...Pe].filter(F=>!x.has(F.token.toLowerCase())).sort((F,W)=>{let ee=new Kt(F.value);return new Kt(W.value).minus(ee).toNumber()})},[Pe,m,pe]),Ce=B.useRef(!1),Fe=B.useCallback(x=>{Ce.current=!0,Ye(x)},[Ye]),_n=B.useCallback(()=>{ue(null),Fe("wallet")},[ue,Fe]),Jt=B.useCallback(x=>{ue(x),Fe("send")},[ue,Fe]),en=B.useCallback(()=>{ue(null),Fe("wallet")},[ue,Fe]);B.useEffect(()=>{c||(Ce.current=!1)},[c]);let tn=B.useRef(null);B.useEffect(()=>{let x=tn.current;if(!x||!a)return;let F=W=>{W.pointerType==="touch"&&W.stopPropagation()};return x.addEventListener("pointerdown",F),()=>x.removeEventListener("pointerdown",F)},[a]);let[dt,pt]=B.useState(!1),Ct=B.useRef(void 0);B.useEffect(()=>()=>clearTimeout(Ct.current),[]),B.useEffect(()=>{let x=ct.current;if(!x||Re===null){Ue(0);return}let F=()=>{Ue(x.offsetHeight)};if(F(),typeof ResizeObserver>"u")return;let W=new ResizeObserver(F);return W.observe(x),()=>W.disconnect()},[Re]);let nn=B.useCallback(async()=>{if(!dt)try{await navigator.clipboard.writeText(w),pt(!0),clearTimeout(Ct.current),Ct.current=setTimeout(()=>pt(!1),2e3),y?.(w,!0)}catch{y?.(w,!1)}},[w,y,dt]),Wt=B.useCallback(x=>{x.currentTarget.setAttribute("data-loaded","true")},[]),An=B.useMemo(()=>({background:Ya(w)}),[w]),Bt=B.useMemo(()=>A||xt(r,w,{size:120,bg:i==="dark"?"1A1A2E":"F3F6F8"}),[A,r,w,i]),u=B.useMemo(()=>Ka(lt),[lt]),L=C||q?E("div",{className:"wi-legal-links",children:[C&&p("a",{className:"wi-legal-link",href:C,target:"_blank",rel:"noopener noreferrer",onClick:x=>We(x,C,{category:"terms",origin:"terms"},ve),children:U}),C&&q&&p("span",{className:"wi-legal-sep","aria-hidden":!0,children:"\xB7"}),q&&p("a",{className:"wi-legal-link",href:q,target:"_blank",rel:"noopener noreferrer",onClick:x=>We(x,q,{category:"privacy",origin:"privacy"},ve),children:be})]}):null,M=T?E("button",{type:"button",className:"wi-disconnect-btn",onClick:()=>{T(),N()},children:[p(Fo,{size:12}),p("span",{className:"wi-disconnect-label",children:$})]}):null,S=E("div",{className:K("wi-view-inner",Ce.current&&"wi-view-wallet"),children:[te&&(()=>{let x=Xe;return E(x?"button":"div",{...x?{type:"button",onClick:()=>Fe("portfolio"),"aria-label":"View Portfolio"}:{},className:"wi-total-section","data-clickable":x||void 0,children:[E("div",{className:"wi-total-head",children:[p("span",{className:"wi-total-label",children:Z}),p("span",{role:"button",tabIndex:0,className:"wi-total-eye",onClick:W=>{W.stopPropagation(),ze(ee=>!ee)},onKeyDown:W=>{(W.key==="Enter"||W.key===" ")&&(W.preventDefault(),W.stopPropagation(),ze(ee=>!ee))},"aria-label":Ge?"Show balance":"Hide balance",children:Ge?p(Ho,{}):p(Vo,{})})]}),E("div",{className:"wi-total-body",children:[Je?p("div",{className:"wi-skeleton-block wi-total-skeleton",style:{width:160,height:36}}):p("div",{className:"wi-total-value","data-hidden":Ge||void 0,children:Ge?p("span",{className:"wi-total-mask",children:"\u2022\u2022\u2022\u2022\u2022\u2022"}):E(go,{children:[ke&&p("span",{className:"wi-total-lte",children:"\u2264"}),p("span",{className:"wi-total-currency",children:"$"}),p("span",{className:"wi-total-amount",children:u.main}),u.decimal&&p("span",{className:"wi-total-decimal",children:u.decimal})]})}),x&&p("span",{className:"wi-total-chevron","aria-hidden":!0,children:p(Bo,{size:18})})]})]})})(),He==="top"&&ae&&p("div",{className:"wi-nav-fixed",children:ae}),s&&p("div",{ref:tn,className:"wi-scrollable-body","data-vaul-no-drag":!0,children:E("div",{className:"wi-token-list",children:[ye&&Array.from({length:5},(x,F)=>E("div",{className:"wi-skeleton-item",children:[E("div",{className:"wi-skeleton-left",children:[p("div",{className:"wi-skeleton-block wi-skeleton-icon"}),E("div",{className:"wi-skeleton-lines",children:[p("div",{className:"wi-skeleton-block",style:{width:64,height:14}}),p("div",{className:"wi-skeleton-block",style:{width:80,height:12}})]})]}),E("div",{className:"wi-skeleton-right",children:[p("div",{className:"wi-skeleton-block",style:{width:72,height:14}}),p("div",{className:"wi-skeleton-block",style:{width:48,height:12}})]})]},F)),!ye&&fe.length===0&&!m&&p("div",{className:"wi-empty",children:"No Tokens Found"}),fe.map(x=>{let F=J.get(vt(x.chainId,x.address)),W=F?parseFloat(F.percent_change_24h):null,ee=W!==null&&W>=0,D=Hn(r,x.chainId);return E("button",{type:"button",className:"wi-token-item wi-token-item--button",onClick:()=>Jt(x),"aria-label":`Send ${x.symbol}`,children:[E("div",{className:"wi-token-left",children:[E("div",{className:"wi-token-icon-wrap",children:[p("img",{src:x.icon_url,alt:x.symbol,className:"wi-token-icon",width:32,height:32,loading:"lazy",draggable:!1,onLoad:Wt,onError:Q=>{Q.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),D&&p("img",{src:D,alt:"","aria-hidden":!0,className:"wi-token-chain-badge",width:14,height:14,loading:"lazy",draggable:!1,onError:Q=>{Q.currentTarget.style.display="none"}})]}),E("div",{className:"wi-token-info",children:[p("span",{className:"wi-token-name",children:x.symbol}),F&&E("div",{className:"wi-token-price-row",children:[p("span",{className:"wi-token-price",children:$n(F.price)}),p("span",{className:"wi-token-change","data-positive":ee,"data-zero":W===0||void 0,children:W!==null&&(W===0?"0%":`${ee?"+":"-"}${(ee?Math.floor:Math.ceil)(Math.abs(W)*100)/100}%`)})]})]})]}),E("div",{className:"wi-token-right",children:[p("span",{className:"wi-token-balance",children:bt(x.quantity.numeric,x.quantity.decimals)}),F&&p("span",{className:"wi-token-value",children:Mo(x.quantity.numeric,x.quantity.decimals,F.price)})]})]},`${x.address}-${x.chainId}`)}),m&&et&&Array.from({length:3},(x,F)=>E("div",{className:"wi-skeleton-item",children:[E("div",{className:"wi-skeleton-left",children:[p("div",{className:"wi-skeleton-block wi-skeleton-icon"}),E("div",{className:"wi-skeleton-lines",children:[p("div",{className:"wi-skeleton-block",style:{width:64,height:14}}),p("div",{className:"wi-skeleton-block",style:{width:80,height:12}})]})]}),E("div",{className:"wi-skeleton-right",children:[p("div",{className:"wi-skeleton-block",style:{width:72,height:14}}),p("div",{className:"wi-skeleton-block",style:{width:48,height:12}})]})]},`forge-sk-${F}`)),m&&!et&&!ye&&fe.length===0&&Ie.length===0&&p("div",{className:"wi-empty",children:"No Tokens Found"}),m&&Ie.map(x=>{let F=Se.get(x.token)||"",W=Hn(r,me[r].cross);return E("div",{className:"wi-token-item",children:[E("div",{className:"wi-token-left",children:[E("div",{className:"wi-token-icon-wrap",children:[p("img",{src:F||"https://contents.crosstoken.io/wallet/token/images/FT.png",alt:x.token_name,className:"wi-token-icon",width:32,height:32,loading:"lazy",draggable:!1,onLoad:Wt,onError:ee=>{ee.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),W&&p("img",{src:W,alt:"","aria-hidden":!0,className:"wi-token-chain-badge",width:14,height:14,loading:"lazy",draggable:!1,onError:ee=>{ee.currentTarget.style.display="none"}})]}),E("div",{className:"wi-token-info",children:[p("span",{className:"wi-token-name",children:x.token_name}),p("div",{className:"wi-token-price-row",children:E("span",{className:"wi-token-price",children:[bt(x.current_price,18)," CROSS"]})})]})]}),E("div",{className:"wi-token-right",children:[p("span",{className:"wi-token-balance",children:bt(x.balance,18)}),p("span",{className:"wi-token-value",children:$n(x.current_value_usd)})]})]},`forge-${x.token}`)})]})}),He==="bottom"&&ae&&p("div",{className:"wi-nav-fixed",children:ae}),M&&p("div",{className:"wi-wallet-disconnect-row",children:M})]},"wallet"),H=Xe?p("div",{className:K("wi-view-inner wi-portfolio-body",Ce.current&&"wi-view-portfolio"),children:p(At,{env:r,theme:i,walletAddress:w,showHeader:!1,sendTransaction:Ae,getTransactionReceipt:se,onOutlink:ve})},"portfolio"):null,ne=Qe?p("div",{className:K("wi-view-inner wi-send-body",Ce.current&&"wi-view-send"),children:p(fn,{env:r,theme:i,walletAddress:w,accountName:h,accounts:P,token:Qe,tokens:fe,onTokenChange:ue,sendTransaction:Ae,getTransactionReceipt:se,estimateGas:Oe,onConfirmSuccess:en,onOutlink:ve})},"send"):null,mt=p("div",{className:K("wi-view-inner wi-qr-body",Ce.current&&"wi-view-qr"),children:E("div",{className:"wi-qr-section",children:[E("div",{className:"wi-qr-card",children:[E("div",{className:"wi-qr-code",children:[p(qa,{value:w,size:180,level:"H",marginSize:2,...g&&{imageSettings:{src:g,height:33,width:33,excavate:!0}}}),!g&&p("div",{className:"wi-qr-logo",children:p(Go,{size:33})})]}),p("p",{className:"wi-qr-address",children:w}),E("button",{type:"button",className:"wi-qr-copy-btn",onClick:nn,children:[p("span",{className:"wi-qr-copy-icon",children:dt?p(zt,{size:16}):p(Gn,{size:16})}),p("span",{className:"wi-qr-copy-text",children:dt?"Copied!":"Copy address"})]})]}),L]})},"qr"),le=Y==="qr"||Y==="portfolio"||Y==="send",ut=Re!==null?p("div",{className:"wi-builtin-footer",children:Re}):null,$t=!!V&&h?.trim().toLowerCase()!=="my wallet",Vt=E("div",{className:"wi-account-text",children:[$t?E("button",{type:"button",className:"wi-account-row wi-account-row--btn",onClick:V,"aria-label":"Switch account",children:[p("span",{className:"wi-account-name",children:h??"Account 1"}),p("span",{className:"wi-account-switch","aria-hidden":"true",children:p($o,{size:12})})]}):p("div",{className:"wi-account-row",children:p("span",{className:"wi-account-name",children:h??"Account 1"})}),E("button",{type:"button",className:"wi-address-row-btn",onClick:nn,"aria-label":"Copy address",children:[p("span",{className:"wi-account-address",children:Ne(w)}),p("span",{className:"wi-account-copy",children:dt?p(zt,{size:14}):p(Gn,{size:14})})]})]}),rn=E(go,{children:[n,le?E("div",{className:"wi-sticky-header",children:[E("div",{className:"wi-header wi-header--wallet wi-header--sub-account",children:[p("button",{type:"button",className:"wi-header-back",onClick:_n,"aria-label":"Back",children:p(Wo,{})}),p("div",{className:"wi-account-block wi-account-block--sub-account",children:Vt}),p("button",{type:"button",className:"wi-header-action",onClick:N,"aria-label":"Close",children:p(zn,{size:24})})]}),p("hr",{className:"wi-divider"})]}):E("div",{className:"wi-sticky-header",children:[E("div",{className:"wi-header wi-header--wallet",children:[E("div",{className:"wi-account-block",children:[E("div",{className:"wi-avatar",children:[p("div",{className:"wi-avatar-fallback",style:An}),Bt&&p("img",{src:Bt,alt:"",className:"wi-avatar-img",width:30,height:30,draggable:!1,onLoad:Wt,onError:x=>{x.currentTarget.style.display="none"}})]}),Vt]}),E("div",{className:"wi-header-actions",children:[b&&p("button",{type:"button",className:"wi-header-action",onClick:()=>Fe("qr"),"aria-label":"Show QR code",children:p(Do,{size:20})}),p("button",{type:"button",className:"wi-header-action",onClick:N,"aria-label":"Close",children:p(zn,{size:24})})]})]}),p("hr",{className:"wi-divider"})]}),E("div",{className:"wi-view-container",children:[Y==="wallet"&&S,Y==="qr"&&mt,Y==="portfolio"&&H,Y==="send"&&ne]}),ut&&Y!=="portfolio"&&Y!=="send"&&p("div",{className:"wi-sticky-footer",children:p("div",{className:"wi-footer",ref:ct,children:ut})})]}),Nt={...st,...Te>0?{"--wi-footer-height":`${Te}px`}:null};return a?E(kn.Portal,{children:[l&&p(kn.Overlay,{className:"wi-drawer-overlay"}),E(kn.Content,{className:K("wi-drawer-content",o),"data-theme":i,style:Nt,"data-direction":d,"data-no-balance":!s||void 0,"data-has-footer":Te>0||void 0,"data-view":Y,children:[p(kn.Title,{className:"wi-sr-only",children:"My Wallet"}),rn]})]}):E(go,{children:[l&&c&&p("div",{className:"wi-drawer-overlay",onClick:N}),p(Cn.Portal,{children:p(Cn.Content,{align:e,sideOffset:t,className:K("wi-popover-content",o),"data-theme":i,style:Nt,"data-no-balance":!s||void 0,"data-has-footer":Te>0||void 0,"data-view":Y,children:rn})})]})}import*as Dr from"react";function Wr({position:e="top",children:t}){let{setNavContent:o,setNavPosition:n}=tt();return Dr.useEffect(()=>(o(t),n(e),()=>o(null)),[t,e,o,n]),null}import*as Br from"react";function $r({children:e}){let{setFooterContent:t}=tt();return Br.useEffect(()=>(t(e),()=>t(null)),[e,t]),null}O(`[data-theme=dark].wi-popover-content,[data-theme=dark].wi-drawer-content{--wi-primary: var(--cck-primary, #019d92);--wi-secondary: var(--cck-secondary, #e70077);--wi-surface-bg: var(--cck-surface-bg, #121212);--wi-surface-default: var(--cck-surface-default, rgba(255, 255, 255, .05));--wi-surface-subtle: var(--cck-surface-subtle, rgba(255, 255, 255, .1));--wi-border-default: var(--cck-border-default, rgba(255, 255, 255, .05));--wi-border-subtle: var(--cck-border-subtle, rgba(255, 255, 255, .1));--wi-texticon-primary: var(--cck-texticon-primary, #ffffff);--wi-texticon-secondary: var(--cck-texticon-secondary, rgba(255, 255, 255, .7));--wi-texticon-tertiary: var(--cck-texticon-tertiary, rgba(255, 255, 255, .5));--wi-on-primary: var(--cck-on-primary, #ffffff);--wi-error: var(--cck-error, #e70077);--wi-shadow: 0 2px 16px -2px rgba(0, 0, 0, .4)}[data-theme=light].wi-popover-content,[data-theme=light].wi-drawer-content{--wi-primary: var(--cck-primary, #019d92);--wi-secondary: var(--cck-secondary, #e70077);--wi-surface-bg: var(--cck-surface-bg, #ffffff);--wi-surface-default: var(--cck-surface-default, rgba(18, 18, 18, .05));--wi-surface-subtle: var(--cck-surface-subtle, rgba(18, 18, 18, .1));--wi-border-default: var(--cck-border-default, rgba(18, 18, 18, .05));--wi-border-subtle: var(--cck-border-subtle, rgba(18, 18, 18, .1));--wi-texticon-primary: var(--cck-texticon-primary, #121212);--wi-texticon-secondary: var(--cck-texticon-secondary, rgba(18, 18, 18, .7));--wi-texticon-tertiary: var(--cck-texticon-tertiary, rgba(18, 18, 18, .5));--wi-on-primary: var(--cck-on-primary, #ffffff);--wi-error: var(--cck-error, #e70077);--wi-shadow: 0 2px 16px -2px rgba(0, 0, 0, .15)}
8
9
  `);O(`.wi-trigger-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid rgba(255,255,255,.2);background:#1a2332;border-radius:9999px;cursor:pointer;color:#fff;font-family:inherit;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.3125px;transition:opacity .15s ease}.wi-trigger-btn:hover{opacity:.85}.wi-trigger-btn[data-theme=light]{background:#f3f6f8;border-color:#1212121a;color:#121212}.wi-trigger-btn[data-mobile]{font-size:14px;padding:6px 12px;gap:6px;line-height:20px}.wi-trigger-address{white-space:nowrap}.wi-divider{height:1px;background:var(--wi-border-default);margin:0;border:none;flex-shrink:0}[data-theme=light] .wi-divider{background:#1212121a}[data-theme=dark] .wi-divider{background:#ffffff1a}
9
10
  `);O(`@keyframes wi-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes wi-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes wi-slide-in-right{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes wi-slide-in-left{0%{transform:translate(-40px);opacity:0}to{transform:translate(0);opacity:1}}
10
11
  `);O(`.wi-popover-content{z-index:100001;width:343px;border-radius:24px;border:1px solid var(--wi-border-default);background:var(--wi-surface-bg);box-shadow:var(--wi-shadow);animation:wi-fade-in .15s ease-out;height:552px;overflow:hidden;display:flex;flex-direction:column}.wi-popover-content[data-no-balance]{height:auto}.wi-popover-content[data-has-footer]:not([data-no-balance]){height:min(calc(552px + var(--wi-footer-height, 0px)),calc(100dvh - 32px))}.wi-drawer-overlay{position:fixed;inset:0;z-index:100000;background:#0009}.wi-drawer-content{position:fixed;top:0;right:0;bottom:0;z-index:100001;width:100vw;max-height:100vh;background:var(--wi-surface-bg);overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.wi-drawer-content[data-no-balance]{bottom:auto;max-height:none}.wi-drawer-content[data-no-balance][data-direction=bottom]{bottom:0;top:auto;border-radius:24px 24px 0 0}.wi-drawer-content[data-direction=left]{right:auto;left:0}.wi-drawer-content[data-direction=bottom]{top:0;left:0;right:0;width:100%;max-height:100dvh;margin:0 auto}.wi-drawer-content[data-direction=bottom][data-view=qr]{max-height:100dvh}.wi-popover-content[data-view=qr]{height:auto;max-height:calc(100dvh - 32px);overflow-y:auto}.wi-drawer-content[data-view=qr]{overflow-y:auto}.wi-sticky-header{flex-shrink:0}.wi-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:20px 24px}.wi-header--wallet{align-items:flex-start}.wi-header--sub-account{align-items:center}.wi-header--sub-account .wi-header-back{width:32px;height:38px}.wi-header--sub-account .wi-header-action{flex-shrink:0}.wi-account-block{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.wi-account-block--sub-account{align-items:center}.wi-avatar{flex-shrink:0;position:relative;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:4px;border-radius:50%;background:var(--wi-surface-bg);box-sizing:border-box;overflow:hidden}.wi-avatar-fallback{position:absolute;inset:4px;border-radius:50%;z-index:0}.wi-avatar-img{position:relative;z-index:1;width:30px;height:30px;border-radius:50%;object-fit:cover;background:transparent}.wi-account-text{display:flex;flex-direction:column;gap:2px;min-width:0}.wi-account-row{display:flex;align-items:center;gap:8px;min-width:0}.wi-account-row--btn{padding:2px 4px;margin:-2px -4px;border:none;background:transparent;cursor:pointer;color:inherit;font:inherit;border-radius:6px;transition:background-color .15s ease,opacity .15s ease}.wi-account-row--btn:hover{background:var(--wi-surface-subtle, rgba(255, 255, 255, .06))}.wi-account-row--btn:focus-visible{outline:2px solid var(--wi-primary, #00d5aa);outline-offset:2px}.wi-account-name{font-family:inherit;font-size:14px;font-weight:600;line-height:1.4;color:var(--wi-texticon-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wi-account-switch{display:inline-flex;align-items:center;justify-content:center;padding:2px;border:none;background:transparent;color:var(--wi-texticon-tertiary);border-radius:4px;flex-shrink:0}.wi-address-row-btn{display:inline-flex;align-items:center;gap:4px;padding:0;border:none;background:transparent;cursor:pointer;color:inherit;font:inherit;text-align:left;min-width:0;transition:opacity .15s ease}.wi-address-row-btn:hover{opacity:.7}.wi-account-address{font-family:inherit;font-size:12px;font-weight:400;line-height:1.4;color:var(--wi-texticon-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wi-account-copy{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:var(--wi-texticon-tertiary);flex-shrink:0}.wi-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.wi-header-action{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:none;background:var(--wi-surface-default);border-radius:8px;cursor:pointer;color:var(--wi-texticon-primary);flex-shrink:0;transition:opacity .15s ease,background .15s ease}.wi-header-action:hover{opacity:.75}.wi-header-info{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.wi-header-title{font-family:inherit;font-size:16px;font-weight:600;line-height:1.3;color:var(--wi-texticon-primary);margin:0}.wi-header-close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:none;background:var(--wi-surface-default);border-radius:8px;cursor:pointer;color:var(--wi-texticon-primary);transition:opacity .15s ease}.wi-header-close:hover{opacity:.7}.wi-total-section{margin:16px 24px 0;padding:0;flex-shrink:0;display:flex;flex-direction:column;gap:8px;border:none;background:transparent;border-radius:12px;color:inherit;font:inherit;text-align:left;width:auto}button.wi-total-section{cursor:pointer;transition:opacity .15s ease}button.wi-total-section:hover,button.wi-total-section:focus-visible{outline:none;opacity:.85}.wi-total-head{display:flex;align-items:center;gap:4px}.wi-total-body{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.wi-total-chevron{display:inline-flex;align-items:center;justify-content:center;color:var(--wi-texticon-tertiary);flex-shrink:0;transition:transform .15s ease,color .15s ease}button.wi-total-section:hover .wi-total-chevron,button.wi-total-section:focus-visible .wi-total-chevron{color:var(--wi-texticon-primary);transform:translate(2px)}.wi-total-label{font-family:inherit;font-size:12px;font-weight:400;line-height:1.4;color:var(--wi-texticon-tertiary)}.wi-total-eye{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;color:var(--wi-texticon-tertiary);cursor:pointer;transition:opacity .15s ease;border-radius:4px}.wi-total-eye:hover{opacity:.7}.wi-total-eye:focus-visible{outline:1px solid var(--wi-texticon-secondary);outline-offset:2px}.wi-total-value{display:flex;align-items:baseline;gap:0;font-family:inherit;font-weight:600;line-height:1.3;color:var(--wi-texticon-primary);font-variant-numeric:tabular-nums;min-height:36px;white-space:nowrap}.wi-total-currency,.wi-total-amount{font-size:28px}.wi-total-decimal{font-size:20px;color:var(--wi-texticon-primary)}.wi-total-lte{margin-right:2px;font-weight:500;font-size:20px;color:var(--wi-texticon-secondary)}.wi-total-mask{letter-spacing:2px;font-size:28px;color:var(--wi-texticon-secondary)}.wi-total-skeleton{border-radius:6px}.wi-scrollable-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:16px 24px 0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent;overscroll-behavior:contain}.wi-drawer-content .wi-scrollable-body{touch-action:pan-y}[data-theme=light] .wi-scrollable-body{scrollbar-color:rgba(0,0,0,.12) transparent}.wi-scrollable-body::-webkit-scrollbar{width:4px}.wi-scrollable-body::-webkit-scrollbar-track{background:transparent}.wi-scrollable-body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.wi-scrollable-body::-webkit-scrollbar-thumb:hover{background:#ffffff40}[data-theme=light] .wi-scrollable-body::-webkit-scrollbar-thumb{background:#0000001f}[data-theme=light] .wi-scrollable-body::-webkit-scrollbar-thumb:hover{background:#0003}.wi-nav-fixed{flex-shrink:0;padding:0 24px}.wi-token-list{display:flex;flex-direction:column;gap:12px}.wi-token-item{display:flex;align-items:center;justify-content:space-between;padding:4px 0}.wi-token-left{display:flex;align-items:center;gap:12px;min-width:0}.wi-token-icon-wrap{position:relative;width:32px;height:32px;flex-shrink:0}.wi-token-icon{width:28px;height:28px;object-fit:contain;opacity:0;transition:opacity .2s ease}.wi-token-icon[data-loaded=true]{opacity:1}.wi-token-chain-badge{position:absolute;right:0;bottom:0;width:14px;height:14px;border-radius:50%;background:var(--wi-surface-bg);box-shadow:0 0 0 1.5px var(--wi-surface-bg);object-fit:contain}.wi-token-info{display:flex;flex-direction:column;min-width:0}.wi-token-name{font-family:inherit;font-size:14px;font-weight:600;line-height:1.3;color:var(--wi-texticon-primary);white-space:nowrap}.wi-token-price-row{display:flex;align-items:center;gap:4px}.wi-token-price{font-family:inherit;font-size:12px;font-weight:400;line-height:1.3;color:var(--wi-texticon-secondary);white-space:nowrap}.wi-token-change{font-family:inherit;font-size:12px;font-weight:400;line-height:1.3;white-space:nowrap}.wi-token-change[data-positive=true]{color:var(--wi-primary)}.wi-token-change[data-positive=false]{color:var(--wi-secondary)}.wi-token-change[data-zero]{opacity:.8}.wi-token-right{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.wi-token-balance{font-family:inherit;font-size:14px;font-weight:600;line-height:1.3;color:var(--wi-texticon-primary);white-space:nowrap}.wi-token-value{font-family:inherit;font-size:12px;font-weight:400;line-height:1.3;color:var(--wi-texticon-secondary);white-space:nowrap}.wi-sticky-footer{flex-shrink:0}.wi-footer{padding:16px 24px 24px}.wi-builtin-footer{display:flex;flex-direction:column;gap:8px;align-items:stretch}.wi-wallet-disconnect-row{display:flex;justify-content:flex-end;flex-shrink:0;padding:8px 24px 16px}.wi-disconnect-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:16px;padding:0;border:none;background:transparent;color:var(--wi-texticon-tertiary);font-family:inherit;font-size:12px;font-weight:400;line-height:1.3;cursor:pointer;transition:opacity .15s ease}.wi-disconnect-btn:hover{opacity:.75}.wi-disconnect-label{white-space:nowrap}.wi-legal-links{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;flex-shrink:0;margin-top:16px;font-family:inherit;font-size:10px;font-weight:400;line-height:1.3;color:var(--wi-texticon-tertiary)}.wi-legal-link{color:inherit;text-decoration:underline;text-underline-offset:2px;transition:opacity .15s ease}.wi-legal-link:hover{opacity:.75}.wi-legal-sep{color:inherit}.wi-empty{display:flex;align-items:center;justify-content:center;padding:32px 0;font-family:inherit;font-size:16px;color:var(--wi-texticon-secondary)}.wi-skeleton-item{display:flex;align-items:center;justify-content:space-between;padding:4px 0}.wi-skeleton-left{display:flex;align-items:center;gap:12px}.wi-skeleton-block{border-radius:6px;background:var(--wi-border-default);position:relative;overflow:hidden}.wi-skeleton-block:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.06) 50%,transparent 100%);animation:wi-shimmer 1.5s ease-in-out infinite}[data-theme=light] .wi-skeleton-block:after{background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.04) 50%,transparent 100%)}.wi-skeleton-icon{width:32px;height:32px;border-radius:50%;flex-shrink:0}.wi-skeleton-lines{display:flex;flex-direction:column;gap:6px}.wi-skeleton-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.wi-header-back{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer;color:var(--wi-texticon-primary);flex-shrink:0;transition:opacity .15s ease}.wi-header-back:hover{opacity:.7}.wi-view-container{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.wi-popover-content[data-view=qr] .wi-view-container,.wi-drawer-content[data-view=qr] .wi-view-container{flex:0 0 auto;min-height:424px;overflow:visible}.wi-view-inner{display:flex;flex-direction:column;flex:1;min-height:0}.wi-view-wallet{animation:wi-slide-in-left .25s ease-out}.wi-view-qr,.wi-view-portfolio{animation:wi-slide-in-right .25s ease-out}.wi-qr-body{flex:1;min-height:0;display:flex;flex-direction:column}.wi-portfolio-body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.wi-portfolio-body>.wp-embed{flex:1;min-height:0}.wi-portfolio-body .wp-top{padding:16px 20px;gap:14px}.wi-portfolio-body .wp-body-inner{padding:4px 20px 24px;gap:16px}.wi-qr-section{flex:0 0 auto;min-height:424px;display:flex;flex-direction:column;overflow:visible;padding:16px 24px}.wi-qr-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;flex:0 0 auto;min-height:356px;padding:32px 24px;background:var(--wi-border-default);border:1px solid var(--wi-border-default);border-radius:12px}.wi-qr-code{position:relative;display:flex;align-items:center;justify-content:center}.wi-qr-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.wi-qr-address{font-family:inherit;font-size:14px;font-weight:400;line-height:1.3;color:var(--wi-texticon-primary);text-align:center;word-break:break-all;max-width:247px;margin:0}.wi-qr-copy-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;border:1px solid var(--wi-border-subtle);background:var(--wi-surface-default);border-radius:8px;cursor:pointer;transition:opacity .15s ease}.wi-qr-copy-btn:hover{opacity:.7}.wi-qr-copy-icon{display:inline-flex;color:var(--wi-texticon-secondary)}.wi-qr-copy-text{font-family:inherit;font-size:12px;font-weight:600;line-height:1.3;color:var(--wi-texticon-secondary);white-space:nowrap}
11
12
  `);O(`.wi-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
12
- `);import{jsx as go}from"react/jsx-runtime";var Ka="https://terms.crosstoken.io/docs/cross-terms-of-use",Ya="https://terms.crosstoken.io/docs/nexus-privacy-policy";function Qa({env:e,theme:t="dark",mobileBreakpoint:n=768,drawerDirection:o,modal:r,showBalance:i=!1,showForgeToken:a=!1,showGameToken:c=!0,showQR:d=!0,qrLogoSrc:l,walletAddress:s,accountName:u,sendAccounts:k,profileImageUrl:x,connectorId:g,connectorName:w,connectorIconUrl:h,preferredTokens:P=[],onSelectWallet:A,onCopyAddress:S,onDisconnect:N,disconnectLabel:H="Disconnect",termsUrl:y=Ka,termsLabel:T="Terms of Service",privacyUrl:$=Ya,privacyLabel:C="Privacy Policy",open:U,onOpenChange:q,showPortfolio:xe=!1,portfolioTitle:at="My Portfolio",showTotalAssets:ae=!0,totalAssetsLabel:$e="Total Assets USD",sendTransaction:Le,getTransactionReceipt:Y,estimateGas:Ze,onOutlink:Ke,style:ue,children:Ye}){let be=ge(e),X=g?dn[g]:void 0,Z=w??X?.name,Me=h??X?.iconUrl,se=Lt(`(max-width: ${n}px)`),_e=o??(i?"right":"bottom"),ve=r??!1,pe=U!==void 0,[ye,J]=ce.useState(!1),Re=pe?U:ye,te=ce.useCallback(ct=>{pe||J(ct),q?.(ct)},[pe,q]),st=ce.useCallback(()=>te(!1),[te]),[ke,Qe]=ce.useState(null),[Ve,He]=ce.useState("top"),[lt,Ee]=ce.useState(null),[Ge,Te]=ce.useState("wallet"),[Xe,ze]=ce.useState(null);ce.useEffect(()=>{Re||(Te("wallet"),ze(null))},[Re]);let Pe=ce.useCallback(()=>{Kn(s),N?.()},[N,s]),fe=ce.useMemo(()=>({env:be,theme:t,isMobile:se,open:Re,drawerDirection:_e,modal:ve,showBalance:i,showForgeToken:a,showGameToken:c,showQR:d,qrLogoSrc:l,walletAddress:s,accountName:u,sendAccounts:k,profileImageUrl:x,connectorName:Z,connectorIconUrl:Me,preferredTokens:P,close:st,onSelectWallet:A,onCopyAddress:S,onDisconnect:N?Pe:void 0,disconnectLabel:H,termsUrl:y,termsLabel:T,privacyUrl:$,privacyLabel:C,portalStyle:ue,navContent:ke,navPosition:Ve,setNavContent:Qe,setNavPosition:He,footerContent:lt,setFooterContent:Ee,view:Ge,setView:Te,selectedSendToken:Xe,setSelectedSendToken:ze,showPortfolio:xe,portfolioTitle:at,showTotalAssets:ae,totalAssetsLabel:$e,sendTransaction:Le,getTransactionReceipt:Y,estimateGas:Ze,onOutlink:Ke}),[be,t,se,Re,_e,ve,i,a,c,d,l,s,u,k,x,Z,Me,P,st,A,S,N,Pe,H,y,T,$,C,ue,ke,Ve,lt,Ge,Xe,xe,at,ae,$e,Le,Y,Ze,Ke]);return go(Wn.Provider,{value:fe,children:se?go(Za.Root,{direction:_e,open:Re,onOpenChange:te,noBodyStyles:!0,repositionInputs:!1,children:Ye},"drawer"):go(Br.Root,{open:Re,onOpenChange:te,children:Ye},"popover")})}var Ot=Object.assign(Qa,{Trigger:Xo,Content:Ar,Nav:Fr,Footer:Wr});import*as qe from"react";import*as Qr from"@radix-ui/react-dialog";import{Drawer as rs}from"vaul";import{createContext as Xa,useContext as Ja}from"react";var Nn=Xa(null);function Yt(){let e=Ja(Nn);if(!e)throw new Error("WalletConnectModal compound components must be used within <WalletConnectModal>");return e}import{useState as $r,useEffect as es,useCallback as ts}from"react";function Ln(){let[e,t]=$r([]),[n,o]=$r(!0);es(()=>{if(typeof window>"u"){o(!1);return}let i=[],a=d=>{let{info:l}=d.detail;l?.rdns&&!i.some(s=>s.rdns===l.rdns)&&(i.push({rdns:l.rdns,name:l.name,icon:l.icon}),t([...i]))};window.addEventListener("eip6963:announceProvider",a),window.addEventListener("eip6963:crossAnnounceProvider",a),window.dispatchEvent(new Event("eip6963:requestProvider")),window.dispatchEvent(new Event("eip6963:crossRequestProvider"));let c=setTimeout(()=>o(!1),500);return()=>{window.removeEventListener("eip6963:announceProvider",a),window.removeEventListener("eip6963:crossAnnounceProvider",a),clearTimeout(c)}},[]);let r=ts(i=>e.some(a=>a.rdns===i),[e]);return{wallets:e,isDetected:r,isLoading:n}}import*as Hr from"@radix-ui/react-dialog";import{Drawer as ns}from"vaul";import{jsx as Vr}from"react/jsx-runtime";function Gr({asChild:e,children:t}){let{isMobile:n}=Yt(),o=n?ns.Trigger:Hr.Trigger;return Vr(o,{asChild:e??t!=null,children:t??Vr("button",{type:"button",children:"Connect Wallet"})})}import*as ot from"@radix-ui/react-dialog";import{Drawer as En}from"vaul";import{jsx as j,jsxs as Ft}from"react/jsx-runtime";function Rn(){return Ft("svg",{width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[j("circle",{cx:"20",cy:"20",r:"20",fill:"#00D5AA"}),j("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.3225 2.85742L23.7249 6.25982V11.8301L28.1175 7.43757L32.9292 12.2493L28.5806 16.5979H20.3225C18.4435 16.5979 16.9201 18.1212 16.9201 20.0003C16.9201 21.8794 18.4434 23.4027 20.3225 23.4027H28.5372L32.9293 27.7948L28.1176 32.6066L23.7249 28.2139V33.7407L20.3225 37.1431L16.9201 33.7407V28.2584L12.5719 32.6066L7.76022 27.7948L12.1524 23.4027H6.58209L3.17969 20.0003L6.58209 16.5979H12.1089L7.76035 12.2493L12.5721 7.43757L16.9201 11.7857V6.25982L20.3225 2.85742Z",fill:"black"})]})}function zr(){return Ft("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",children:[Ft("g",{clipPath:"url(#clip0_1331_27065)",children:[j("path",{d:"M37.2488 38.4674L28.6626 35.8175L22.1876 39.8295L17.6699 39.8274L11.191 35.8175L2.60875 38.4674L-0.00195312 29.3328L2.60875 19.1947L-0.00195312 10.6234L2.60875 0L16.0192 8.30453H23.838L37.2488 0L39.8595 10.6234L37.2488 19.1947L39.8595 29.3328L37.2488 38.4674Z",fill:"#FF5C16"}),j("path",{d:"M2.60938 0L16.0201 8.31037L15.4868 14.0137L2.60938 0ZM11.1919 29.3366L17.0925 33.9956L11.1919 35.8175V29.3366ZM16.6209 21.6342L15.4868 14.0175L8.22768 19.1971L8.22374 19.195V19.1988L8.24628 24.5302L11.1899 21.6345L16.6209 21.6342ZM37.2477 0L23.837 8.31037L24.3685 14.0137L37.2477 0ZM28.6654 29.3366L22.7646 33.9956L28.6654 35.8175V29.3366ZM31.6313 19.1985V19.1947L31.6297 19.1968L24.3705 14.0175L23.2364 21.6342H28.6651L31.6108 24.5296L31.6313 19.1985Z",fill:"#FF5C16"}),j("path",{d:"M11.191 35.8175L2.60875 38.4674L-0.00195312 29.3366H11.191V35.8175ZM16.62 21.6321L18.2595 32.6435L15.9873 26.5208L8.24368 24.5296L11.189 21.6324H16.62V21.6321ZM28.6662 35.8175L37.2488 38.4674L39.8595 29.3366H28.6662V35.8175ZM23.2375 21.6321L21.598 32.6435L23.8699 26.5208L31.6138 24.5296L28.6665 21.6324H23.2375V21.6321Z",fill:"#E34807"}),j("path",{d:"M-0.00195312 29.3328L2.60875 19.1947H8.22284L8.2434 24.5278L15.9876 26.519L18.2595 32.6414L17.0916 33.9897L11.191 29.3307H-0.00195312V29.3328ZM39.8595 29.3328L37.2488 19.1947H31.6344L31.6138 24.5278L23.8702 26.519L21.598 32.6414L22.7657 33.9897L28.6665 29.3307H39.8595V29.3328ZM23.838 8.30444H16.0192L15.4882 14.0078L18.2597 32.6355H21.598L24.3713 14.0078L23.838 8.30444Z",fill:"#FF8D5D"}),j("path",{d:"M2.60875 0L-0.00195312 10.6234L2.60875 19.1947H8.22284L15.4859 14.0137L2.60875 0ZM14.9975 23.8438H12.4541L11.0693 25.2508L15.9893 26.515L14.9975 23.842V23.8438ZM37.2488 0L39.8595 10.6234L37.2488 19.1947H31.6344L24.3716 14.0137L37.2488 0ZM24.8637 23.8438H27.4107L28.7955 25.2526L23.8699 26.5191L24.8637 23.8418V23.8438ZM22.1857 36.1956L22.7659 33.9936L21.598 32.6453H18.2572L17.0896 33.9936L17.6696 36.1956",fill:"#661800"}),j("path",{d:"M22.1857 36.1951V39.831H17.6699V36.1951H22.1857Z",fill:"#C0C4CD"}),j("path",{d:"M11.1914 35.8131L17.672 39.8289V36.193L17.0917 33.9912L11.1914 35.8131ZM28.6649 35.8131L22.1841 39.8289V36.193L22.7644 33.9912L28.6649 35.8131Z",fill:"#E7EBF6"})]}),j("defs",{children:j("clipPath",{id:"clip0_1331_27065",children:j("rect",{width:"40",height:"40",fill:"white"})})})]})}function Ur(){return Ft("svg",{xmlns:"http://www.w3.org/2000/svg",width:"247",height:"246",viewBox:"0 0 247 246",fill:"none",children:[j("rect",{width:"247.005",height:"245.105",rx:"36",fill:"#121212"}),j("path",{d:"M89.1233 136.695V59.7551H118.481V140.524L74.5862 184.774L30.4787 140.524V107.55H59.9073V136.695L74.5862 151.303L89.1233 136.695Z",fill:"white"}),j("path",{d:"M59.8364 99.8915V59.7551H12.0414L30.4787 77.8377V99.8915H59.8364Z",fill:"#2FD7FF"}),j("path",{d:"M199.534 59.9334C202.562 60.0484 208.427 60.4824 212.031 63.6902C215.635 66.898 216.937 71.0498 216.937 73.1199V104.017L198.767 114.828L216.937 125.561V172.713C216.937 174.511 216.405 178.276 211.034 181.377C205.664 184.477 202.613 184.969 201.758 184.827H143.949C141.879 184.904 136.712 184.182 132.602 180.686C128.493 177.19 128.462 175.216 128.462 173.515V125.561L146.173 114.828L128.462 104.017V71.1268C128.462 69.721 130.109 65.7781 133.237 63.5701C137.147 60.8101 141.112 59.9334 144.409 59.9334H199.534ZM158.3 122.264V166.221H187.033V122.264H158.3ZM158.3 107.794H187.033V78.5272H158.3V107.794Z",fill:"white"})]})}function jr(){return Ft("svg",{width:"40",height:"40",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[Ft("g",{clipPath:"url(#clip0_1185_7785)",children:[j("path",{d:"M14 28C21.75 28 28 21.75 28 14C28 6.25 21.75 0 14 0C6.25 0 0 6.25 0 14C0 21.75 6.25 28 14 28Z",fill:"#EB0029"}),j("path",{d:"M19.4975 8.36232L6 6L13.103 23L23 11.5311L19.4975 8.36232ZM19.2801 9.4034L21.3449 11.27L15.6975 12.2424L19.2801 9.4034ZM14.4714 12.0479L8.51876 7.35252L18.247 9.05524L14.4714 12.0479ZM14.0467 12.8782L13.0765 20.5098L7.84385 7.98492L14.0467 12.8782ZM14.9454 13.2835L21.1983 12.2064L14.026 20.518L14.9454 13.2835Z",fill:"white"})]}),j("defs",{children:j("clipPath",{id:"clip0_1185_7785",children:j("rect",{width:"28",height:"28",fill:"white"})})})]})}function qr(){return j("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:j("path",{d:"M18 6L6 18M6 6L18 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}var wo={cross_embedded:{id:"cross_embedded",name:"CROSSx with Social",description:"Sign in with Google or Apple",icon:Rn,featured:!0},cross_wallet:{id:"cross_wallet",name:"CROSSx",description:"App approval is required",icon:Rn},cross_extension:{id:"cross_extension",name:"CROSSx Extension",description:"Browser extension approval is required",icon:Rn,rdns:"nexus.to.crosswallet.desktop",installUrl:"https://chromewebstore.google.com/detail/crossx/nninbdadmocnokibpaaohnoepbnpdgcg",visibility:"desktop-only"},metamask:{id:"metamask",name:"MetaMask",description:"Browser extension approval is required",icon:zr,rdns:"io.metamask"},verse8:{id:"verse8",name:"Verse8 Wallet",description:"Optimized for Forge and Verse8 ecosystem",icon:Ur,badge:"For Forge"},tron:{id:"tron",name:"Tron Wallet",description:"Dedicated for Tron-based transactions and assets",icon:jr,badge:"For SHOP"}};function Dt(e){return wo[e]}import{Fragment as os,jsx as _,jsxs as de}from"react/jsx-runtime";function Zr({wallet:e,detected:t,onConnect:n}){let o=()=>{if(e.installUrl&&!t){window.open(e.installUrl,"_blank","noopener,noreferrer");return}n()},r=e.icon;return de("button",{type:"button",className:"wcm-wallet-item",onClick:o,children:[de("div",{className:"wcm-wallet-item-left",children:[_("div",{className:"wcm-wallet-icon",children:_(r,{})}),de("div",{className:"wcm-wallet-info",children:[de("div",{className:"wcm-wallet-name-row",children:[_("span",{className:"wcm-wallet-name",children:e.name}),e.badge&&_("span",{className:"wcm-wallet-badge",children:e.badge})]}),_("span",{className:"wcm-wallet-desc",children:e.description})]})]}),e.installUrl&&(t?_("span",{className:"wcm-installed-label",children:"Installed"}):_("span",{className:"wcm-install-btn",children:"Install"}))]})}function Kr(){let{wallets:e,activeWalletIds:t,isDetected:n,close:o,isMobile:r}=Yt(),i=t.filter(d=>{let l=Dt(d).visibility;return!l||l==="always"?!0:l==="desktop-only"?!r:l==="mobile-only"?r:!0}),a=i.filter(d=>Dt(d).featured),c=i.filter(d=>!Dt(d).featured);return de(os,{children:[de("div",{className:"wcm-header",children:[de("div",{className:"wcm-header-text",children:[_("h2",{className:"wcm-title",children:"Connect Wallet"}),_("p",{className:"wcm-subtitle",children:"Connect with one of our available wallet providers to continue."})]}),_("button",{type:"button",className:"wcm-close-btn",onClick:o,children:_(qr,{})})]}),_("div",{className:"wcm-divider"}),de("div",{className:"wcm-body",children:[a.map(d=>{let l=Dt(d),s=l.rdns?n(l.rdns):!1;return _(Zr,{wallet:l,detected:s,onConnect:()=>{e[d]?.(),o()}},d)}),a.length>0&&c.length>0&&de("div",{className:"wcm-separator",children:[_("div",{className:"wcm-separator-line"}),_("span",{className:"wcm-separator-text",children:"or"}),_("div",{className:"wcm-separator-line"})]}),_("div",{className:"wcm-wallet-list",children:c.map(d=>{let l=Dt(d),s=l.rdns?n(l.rdns):!1;return _(Zr,{wallet:l,detected:s,onConnect:()=>{e[d]?.(),o()}},d)})}),de("div",{className:"wcm-help",children:[_("p",{className:"wcm-help-title",children:"Wallet not detected?"}),de("ul",{className:"wcm-help-list",children:[_("li",{children:"Ensure your wallet extension is installed and unlocked"}),_("li",{children:"Try refreshing the page"}),_("li",{children:"Some wallets may require you to first open the extension"}),_("li",{children:"You can try clicking the wallet anyway"})]})]}),_("div",{className:"wcm-divider"}),_("p",{className:"wcm-terms",children:"By connecting your wallet and accessing this service, you acknowledge and agree to be bound by the applicable terms and conditions."})]})]})}function Yr({className:e}){let{isMobile:t,theme:n,portalStyle:o}=Yt();return t?de(En.Portal,{children:[_(En.Overlay,{className:"wcm-overlay"}),de(En.Content,{className:K("wcm-drawer-content",e),"data-theme":n,style:o,children:[_(En.Title,{className:"wcm-sr-only",children:"Connect Wallet"}),_("div",{className:"wcm-drawer-handle"}),_("div",{className:"wcm-drawer-body",children:_(Kr,{})})]})]}):de(ot.Portal,{children:[_(ot.Overlay,{className:"wcm-overlay"}),de(ot.Content,{className:K("wcm-dialog-content",e),"data-theme":n,style:o,children:[_(ot.Title,{className:"wcm-sr-only",children:"Connect Wallet"}),_("div",{className:"wcm-dialog-body",children:_(Kr,{})})]})]})}O(`[data-theme=dark]{--wcm-primary: var(--cck-primary, #9b8cef);--wcm-secondary: var(--cck-secondary, #ff3aa3);--wcm-surface-bg: var(--cck-surface-bg, #202530);--wcm-surface-default: var(--cck-surface-default, #292f40);--wcm-surface-subtle: var(--cck-surface-subtle, #313b51);--wcm-border-default: var(--cck-border-default, #313b51);--wcm-border-subtle: var(--cck-border-subtle, #49556e);--wcm-texticon-primary: var(--cck-texticon-primary, #ffffff);--wcm-texticon-secondary: var(--cck-texticon-secondary, #eff0f4);--wcm-texticon-tertiary: var(--cck-texticon-tertiary, #717d97)}[data-theme=light]{--wcm-primary: var(--cck-primary, #019d92);--wcm-secondary: var(--cck-secondary, #e70077);--wcm-surface-bg: var(--cck-surface-bg, #ffffff);--wcm-surface-default: var(--cck-surface-default, rgba(18, 18, 18, .05));--wcm-surface-subtle: var(--cck-surface-subtle, rgba(18, 18, 18, .1));--wcm-border-default: var(--cck-border-default, rgba(18, 18, 18, .05));--wcm-border-subtle: var(--cck-border-subtle, rgba(18, 18, 18, .1));--wcm-texticon-primary: var(--cck-texticon-primary, #121212);--wcm-texticon-secondary: var(--cck-texticon-secondary, rgba(18, 18, 18, .7));--wcm-texticon-tertiary: var(--cck-texticon-tertiary, rgba(18, 18, 18, .5))}
13
+ `);import{jsx as wo}from"react/jsx-runtime";var Xa="https://terms.crosstoken.io/docs/cross-terms-of-use",Ja="https://terms.crosstoken.io/docs/nexus-privacy-policy";function es({env:e,theme:t="dark",mobileBreakpoint:o=768,drawerDirection:n,modal:r,showBalance:i=!1,showForgeToken:a=!1,showGameToken:c=!0,showQR:d=!0,qrLogoSrc:l,walletAddress:s,accountName:m,sendAccounts:k,profileImageUrl:b,connectorId:g,connectorName:w,connectorIconUrl:h,preferredTokens:P=[],onSelectWallet:A,onCopyAddress:I,onDisconnect:N,disconnectLabel:V="Disconnect",termsUrl:y=Xa,termsLabel:T="Terms of Service",privacyUrl:$=Ja,privacyLabel:C="Privacy Policy",open:U,onOpenChange:q,showPortfolio:be=!1,portfolioTitle:st="My Portfolio",showTotalAssets:ae=!0,totalAssetsLabel:He="Total Assets USD",sendTransaction:Re,getTransactionReceipt:Y,estimateGas:Ye,onOutlink:Qe,style:ue,children:Xe}){let xe=ge(e),X=g?dn[g]:void 0,Z=w??X?.name,Ae=h??X?.iconUrl,se=Lt(`(max-width: ${o}px)`),Oe=n??(i?"right":"bottom"),ve=r??!1,pe=U!==void 0,[ye,J]=ce.useState(!1),Ee=pe?U:ye,te=ce.useCallback(Ie=>{pe||J(Ie),q?.(Ie)},[pe,q]),lt=ce.useCallback(()=>te(!1),[te]),[ke,Je]=ce.useState(null),[Ge,ze]=ce.useState("top"),[ct,Te]=ce.useState(null),[Ue,Pe]=ce.useState("wallet"),[et,je]=ce.useState(null);ce.useEffect(()=>{Ee||(Pe("wallet"),je(null))},[Ee]);let Se=ce.useCallback(()=>{Kn(s),N?.()},[N,s]),fe=ce.useMemo(()=>({env:xe,theme:t,isMobile:se,open:Ee,drawerDirection:Oe,modal:ve,showBalance:i,showForgeToken:a,showGameToken:c,showQR:d,qrLogoSrc:l,walletAddress:s,accountName:m,sendAccounts:k,profileImageUrl:b,connectorName:Z,connectorIconUrl:Ae,preferredTokens:P,close:lt,onSelectWallet:A,onCopyAddress:I,onDisconnect:N?Se:void 0,disconnectLabel:V,termsUrl:y,termsLabel:T,privacyUrl:$,privacyLabel:C,portalStyle:ue,navContent:ke,navPosition:Ge,setNavContent:Je,setNavPosition:ze,footerContent:ct,setFooterContent:Te,view:Ue,setView:Pe,selectedSendToken:et,setSelectedSendToken:je,showPortfolio:be,portfolioTitle:st,showTotalAssets:ae,totalAssetsLabel:He,sendTransaction:Re,getTransactionReceipt:Y,estimateGas:Ye,onOutlink:Qe}),[xe,t,se,Ee,Oe,ve,i,a,c,d,l,s,m,k,b,Z,Ae,P,lt,A,I,N,Se,V,y,T,$,C,ue,ke,Ge,ct,Ue,et,be,st,ae,He,Re,Y,Ye,Qe]);return wo(Wn.Provider,{value:fe,children:se?wo(Qa.Root,{direction:Oe,open:Ee,onOpenChange:te,noBodyStyles:!0,repositionInputs:!1,children:Xe},"drawer"):wo(Vr.Root,{open:Ee,onOpenChange:te,children:Xe},"popover")})}var Ot=Object.assign(es,{Trigger:er,Content:Fr,Nav:Wr,Footer:$r});import*as Ke from"react";import*as Jr from"@radix-ui/react-dialog";import{Drawer as ss}from"vaul";import{createContext as ts,useContext as ns}from"react";var Nn=ts(null);function Yt(){let e=ns(Nn);if(!e)throw new Error("WalletConnectModal compound components must be used within <WalletConnectModal>");return e}import{useState as Hr,useEffect as os,useCallback as rs}from"react";function Ln(){let[e,t]=Hr([]),[o,n]=Hr(!0);os(()=>{if(typeof window>"u"){n(!1);return}let i=[],a=d=>{let{info:l}=d.detail;l?.rdns&&!i.some(s=>s.rdns===l.rdns)&&(i.push({rdns:l.rdns,name:l.name,icon:l.icon}),t([...i]))};window.addEventListener("eip6963:announceProvider",a),window.addEventListener("eip6963:crossAnnounceProvider",a),window.dispatchEvent(new Event("eip6963:requestProvider")),window.dispatchEvent(new Event("eip6963:crossRequestProvider"));let c=setTimeout(()=>n(!1),500);return()=>{window.removeEventListener("eip6963:announceProvider",a),window.removeEventListener("eip6963:crossAnnounceProvider",a),clearTimeout(c)}},[]);let r=rs(i=>e.some(a=>a.rdns===i),[e]);return{wallets:e,isDetected:r,isLoading:o}}import*as zr from"@radix-ui/react-dialog";import{Drawer as is}from"vaul";import{jsx as Gr}from"react/jsx-runtime";function Ur({asChild:e,children:t}){let{isMobile:o}=Yt(),n=o?is.Trigger:zr.Trigger;return Gr(n,{asChild:e??t!=null,children:t??Gr("button",{type:"button",children:"Connect Wallet"})})}import*as rt from"@radix-ui/react-dialog";import{Drawer as En}from"vaul";import{jsx as j,jsxs as Ft}from"react/jsx-runtime";function Rn(){return Ft("svg",{width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[j("circle",{cx:"20",cy:"20",r:"20",fill:"#00D5AA"}),j("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.3225 2.85742L23.7249 6.25982V11.8301L28.1175 7.43757L32.9292 12.2493L28.5806 16.5979H20.3225C18.4435 16.5979 16.9201 18.1212 16.9201 20.0003C16.9201 21.8794 18.4434 23.4027 20.3225 23.4027H28.5372L32.9293 27.7948L28.1176 32.6066L23.7249 28.2139V33.7407L20.3225 37.1431L16.9201 33.7407V28.2584L12.5719 32.6066L7.76022 27.7948L12.1524 23.4027H6.58209L3.17969 20.0003L6.58209 16.5979H12.1089L7.76035 12.2493L12.5721 7.43757L16.9201 11.7857V6.25982L20.3225 2.85742Z",fill:"black"})]})}function jr(){return Ft("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",children:[Ft("g",{clipPath:"url(#clip0_1331_27065)",children:[j("path",{d:"M37.2488 38.4674L28.6626 35.8175L22.1876 39.8295L17.6699 39.8274L11.191 35.8175L2.60875 38.4674L-0.00195312 29.3328L2.60875 19.1947L-0.00195312 10.6234L2.60875 0L16.0192 8.30453H23.838L37.2488 0L39.8595 10.6234L37.2488 19.1947L39.8595 29.3328L37.2488 38.4674Z",fill:"#FF5C16"}),j("path",{d:"M2.60938 0L16.0201 8.31037L15.4868 14.0137L2.60938 0ZM11.1919 29.3366L17.0925 33.9956L11.1919 35.8175V29.3366ZM16.6209 21.6342L15.4868 14.0175L8.22768 19.1971L8.22374 19.195V19.1988L8.24628 24.5302L11.1899 21.6345L16.6209 21.6342ZM37.2477 0L23.837 8.31037L24.3685 14.0137L37.2477 0ZM28.6654 29.3366L22.7646 33.9956L28.6654 35.8175V29.3366ZM31.6313 19.1985V19.1947L31.6297 19.1968L24.3705 14.0175L23.2364 21.6342H28.6651L31.6108 24.5296L31.6313 19.1985Z",fill:"#FF5C16"}),j("path",{d:"M11.191 35.8175L2.60875 38.4674L-0.00195312 29.3366H11.191V35.8175ZM16.62 21.6321L18.2595 32.6435L15.9873 26.5208L8.24368 24.5296L11.189 21.6324H16.62V21.6321ZM28.6662 35.8175L37.2488 38.4674L39.8595 29.3366H28.6662V35.8175ZM23.2375 21.6321L21.598 32.6435L23.8699 26.5208L31.6138 24.5296L28.6665 21.6324H23.2375V21.6321Z",fill:"#E34807"}),j("path",{d:"M-0.00195312 29.3328L2.60875 19.1947H8.22284L8.2434 24.5278L15.9876 26.519L18.2595 32.6414L17.0916 33.9897L11.191 29.3307H-0.00195312V29.3328ZM39.8595 29.3328L37.2488 19.1947H31.6344L31.6138 24.5278L23.8702 26.519L21.598 32.6414L22.7657 33.9897L28.6665 29.3307H39.8595V29.3328ZM23.838 8.30444H16.0192L15.4882 14.0078L18.2597 32.6355H21.598L24.3713 14.0078L23.838 8.30444Z",fill:"#FF8D5D"}),j("path",{d:"M2.60875 0L-0.00195312 10.6234L2.60875 19.1947H8.22284L15.4859 14.0137L2.60875 0ZM14.9975 23.8438H12.4541L11.0693 25.2508L15.9893 26.515L14.9975 23.842V23.8438ZM37.2488 0L39.8595 10.6234L37.2488 19.1947H31.6344L24.3716 14.0137L37.2488 0ZM24.8637 23.8438H27.4107L28.7955 25.2526L23.8699 26.5191L24.8637 23.8418V23.8438ZM22.1857 36.1956L22.7659 33.9936L21.598 32.6453H18.2572L17.0896 33.9936L17.6696 36.1956",fill:"#661800"}),j("path",{d:"M22.1857 36.1951V39.831H17.6699V36.1951H22.1857Z",fill:"#C0C4CD"}),j("path",{d:"M11.1914 35.8131L17.672 39.8289V36.193L17.0917 33.9912L11.1914 35.8131ZM28.6649 35.8131L22.1841 39.8289V36.193L22.7644 33.9912L28.6649 35.8131Z",fill:"#E7EBF6"})]}),j("defs",{children:j("clipPath",{id:"clip0_1331_27065",children:j("rect",{width:"40",height:"40",fill:"white"})})})]})}function qr(){return Ft("svg",{xmlns:"http://www.w3.org/2000/svg",width:"247",height:"246",viewBox:"0 0 247 246",fill:"none",children:[j("rect",{width:"247.005",height:"245.105",rx:"36",fill:"#121212"}),j("path",{d:"M89.1233 136.695V59.7551H118.481V140.524L74.5862 184.774L30.4787 140.524V107.55H59.9073V136.695L74.5862 151.303L89.1233 136.695Z",fill:"white"}),j("path",{d:"M59.8364 99.8915V59.7551H12.0414L30.4787 77.8377V99.8915H59.8364Z",fill:"#2FD7FF"}),j("path",{d:"M199.534 59.9334C202.562 60.0484 208.427 60.4824 212.031 63.6902C215.635 66.898 216.937 71.0498 216.937 73.1199V104.017L198.767 114.828L216.937 125.561V172.713C216.937 174.511 216.405 178.276 211.034 181.377C205.664 184.477 202.613 184.969 201.758 184.827H143.949C141.879 184.904 136.712 184.182 132.602 180.686C128.493 177.19 128.462 175.216 128.462 173.515V125.561L146.173 114.828L128.462 104.017V71.1268C128.462 69.721 130.109 65.7781 133.237 63.5701C137.147 60.8101 141.112 59.9334 144.409 59.9334H199.534ZM158.3 122.264V166.221H187.033V122.264H158.3ZM158.3 107.794H187.033V78.5272H158.3V107.794Z",fill:"white"})]})}function Zr(){return Ft("svg",{width:"40",height:"40",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[Ft("g",{clipPath:"url(#clip0_1185_7785)",children:[j("path",{d:"M14 28C21.75 28 28 21.75 28 14C28 6.25 21.75 0 14 0C6.25 0 0 6.25 0 14C0 21.75 6.25 28 14 28Z",fill:"#EB0029"}),j("path",{d:"M19.4975 8.36232L6 6L13.103 23L23 11.5311L19.4975 8.36232ZM19.2801 9.4034L21.3449 11.27L15.6975 12.2424L19.2801 9.4034ZM14.4714 12.0479L8.51876 7.35252L18.247 9.05524L14.4714 12.0479ZM14.0467 12.8782L13.0765 20.5098L7.84385 7.98492L14.0467 12.8782ZM14.9454 13.2835L21.1983 12.2064L14.026 20.518L14.9454 13.2835Z",fill:"white"})]}),j("defs",{children:j("clipPath",{id:"clip0_1185_7785",children:j("rect",{width:"28",height:"28",fill:"white"})})})]})}function Kr(){return j("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:j("path",{d:"M18 6L6 18M6 6L18 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}var ho={cross_embedded:{id:"cross_embedded",name:"CROSSx with Social",description:"Sign in with Google or Apple",icon:Rn,featured:!0},cross_wallet:{id:"cross_wallet",name:"CROSSx",description:"App approval is required",icon:Rn},cross_extension:{id:"cross_extension",name:"CROSSx Extension",description:"Browser extension approval is required",icon:Rn,rdns:"nexus.to.crosswallet.desktop",installUrl:"https://chromewebstore.google.com/detail/crossx/nninbdadmocnokibpaaohnoepbnpdgcg",visibility:"desktop-only"},metamask:{id:"metamask",name:"MetaMask",description:"Browser extension approval is required",icon:jr,rdns:"io.metamask"},verse8:{id:"verse8",name:"Verse8 Wallet",description:"Optimized for Forge and Verse8 ecosystem",icon:qr,badge:"For Forge"},tron:{id:"tron",name:"Tron Wallet",description:"Dedicated for Tron-based transactions and assets",icon:Zr,badge:"For SHOP"}};function Dt(e){return ho[e]}import{Fragment as as,jsx as _,jsxs as de}from"react/jsx-runtime";function Yr({wallet:e,detected:t,onConnect:o}){let n=()=>{if(e.installUrl&&!t){window.open(e.installUrl,"_blank","noopener,noreferrer");return}o()},r=e.icon;return de("button",{type:"button",className:"wcm-wallet-item",onClick:n,children:[de("div",{className:"wcm-wallet-item-left",children:[_("div",{className:"wcm-wallet-icon",children:_(r,{})}),de("div",{className:"wcm-wallet-info",children:[de("div",{className:"wcm-wallet-name-row",children:[_("span",{className:"wcm-wallet-name",children:e.name}),e.badge&&_("span",{className:"wcm-wallet-badge",children:e.badge})]}),_("span",{className:"wcm-wallet-desc",children:e.description})]})]}),e.installUrl&&(t?_("span",{className:"wcm-installed-label",children:"Installed"}):_("span",{className:"wcm-install-btn",children:"Install"}))]})}function Qr(){let{wallets:e,activeWalletIds:t,isDetected:o,close:n,isMobile:r}=Yt(),i=t.filter(d=>{let l=Dt(d).visibility;return!l||l==="always"?!0:l==="desktop-only"?!r:l==="mobile-only"?r:!0}),a=i.filter(d=>Dt(d).featured),c=i.filter(d=>!Dt(d).featured);return de(as,{children:[de("div",{className:"wcm-header",children:[de("div",{className:"wcm-header-text",children:[_("h2",{className:"wcm-title",children:"Connect Wallet"}),_("p",{className:"wcm-subtitle",children:"Connect with one of our available wallet providers to continue."})]}),_("button",{type:"button",className:"wcm-close-btn",onClick:n,children:_(Kr,{})})]}),_("div",{className:"wcm-divider"}),de("div",{className:"wcm-body",children:[a.map(d=>{let l=Dt(d),s=l.rdns?o(l.rdns):!1;return _(Yr,{wallet:l,detected:s,onConnect:()=>{e[d]?.(),n()}},d)}),a.length>0&&c.length>0&&de("div",{className:"wcm-separator",children:[_("div",{className:"wcm-separator-line"}),_("span",{className:"wcm-separator-text",children:"or"}),_("div",{className:"wcm-separator-line"})]}),_("div",{className:"wcm-wallet-list",children:c.map(d=>{let l=Dt(d),s=l.rdns?o(l.rdns):!1;return _(Yr,{wallet:l,detected:s,onConnect:()=>{e[d]?.(),n()}},d)})}),de("div",{className:"wcm-help",children:[_("p",{className:"wcm-help-title",children:"Wallet not detected?"}),de("ul",{className:"wcm-help-list",children:[_("li",{children:"Ensure your wallet extension is installed and unlocked"}),_("li",{children:"Try refreshing the page"}),_("li",{children:"Some wallets may require you to first open the extension"}),_("li",{children:"You can try clicking the wallet anyway"})]})]}),_("div",{className:"wcm-divider"}),_("p",{className:"wcm-terms",children:"By connecting your wallet and accessing this service, you acknowledge and agree to be bound by the applicable terms and conditions."})]})]})}function Xr({className:e}){let{isMobile:t,theme:o,portalStyle:n}=Yt();return t?de(En.Portal,{children:[_(En.Overlay,{className:"wcm-overlay"}),de(En.Content,{className:K("wcm-drawer-content",e),"data-theme":o,style:n,children:[_(En.Title,{className:"wcm-sr-only",children:"Connect Wallet"}),_("div",{className:"wcm-drawer-handle"}),_("div",{className:"wcm-drawer-body",children:_(Qr,{})})]})]}):de(rt.Portal,{children:[_(rt.Overlay,{className:"wcm-overlay"}),de(rt.Content,{className:K("wcm-dialog-content",e),"data-theme":o,style:n,children:[_(rt.Title,{className:"wcm-sr-only",children:"Connect Wallet"}),_("div",{className:"wcm-dialog-body",children:_(Qr,{})})]})]})}O(`[data-theme=dark]{--wcm-primary: var(--cck-primary, #9b8cef);--wcm-secondary: var(--cck-secondary, #ff3aa3);--wcm-surface-bg: var(--cck-surface-bg, #202530);--wcm-surface-default: var(--cck-surface-default, #292f40);--wcm-surface-subtle: var(--cck-surface-subtle, #313b51);--wcm-border-default: var(--cck-border-default, #313b51);--wcm-border-subtle: var(--cck-border-subtle, #49556e);--wcm-texticon-primary: var(--cck-texticon-primary, #ffffff);--wcm-texticon-secondary: var(--cck-texticon-secondary, #eff0f4);--wcm-texticon-tertiary: var(--cck-texticon-tertiary, #717d97)}[data-theme=light]{--wcm-primary: var(--cck-primary, #019d92);--wcm-secondary: var(--cck-secondary, #e70077);--wcm-surface-bg: var(--cck-surface-bg, #ffffff);--wcm-surface-default: var(--cck-surface-default, rgba(18, 18, 18, .05));--wcm-surface-subtle: var(--cck-surface-subtle, rgba(18, 18, 18, .1));--wcm-border-default: var(--cck-border-default, rgba(18, 18, 18, .05));--wcm-border-subtle: var(--cck-border-subtle, rgba(18, 18, 18, .1));--wcm-texticon-primary: var(--cck-texticon-primary, #121212);--wcm-texticon-secondary: var(--cck-texticon-secondary, rgba(18, 18, 18, .7));--wcm-texticon-tertiary: var(--cck-texticon-tertiary, rgba(18, 18, 18, .5))}
13
14
  `);O(`.wcm-overlay{position:fixed;inset:0;z-index:100000;background:#0009}.wcm-dialog-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100001;width:var(--wcm-dialog-width, 480px);max-height:90vh;overflow:hidden;display:flex;flex-direction:column;background:var(--wcm-surface-bg);border:4px solid var(--wcm-border-default);border-radius:24px;outline:none;animation:wcm-dialog-show .2s ease-out;font-family:inherit}.wcm-dialog-content[data-state=closed]{animation:wcm-dialog-hide .15s ease-in}.wcm-dialog-body,.wcm-drawer-body{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}[data-theme=light] .wcm-dialog-body,[data-theme=light] .wcm-drawer-body{scrollbar-color:rgba(0,0,0,.12) transparent}.wcm-dialog-body::-webkit-scrollbar,.wcm-drawer-body::-webkit-scrollbar{width:4px}.wcm-dialog-body::-webkit-scrollbar-track,.wcm-drawer-body::-webkit-scrollbar-track{background:transparent}.wcm-dialog-body::-webkit-scrollbar-thumb,.wcm-drawer-body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.wcm-dialog-body::-webkit-scrollbar-thumb:hover,.wcm-drawer-body::-webkit-scrollbar-thumb:hover{background:#ffffff40}[data-theme=light] .wcm-dialog-body::-webkit-scrollbar-thumb,[data-theme=light] .wcm-drawer-body::-webkit-scrollbar-thumb{background:#0000001f}[data-theme=light] .wcm-dialog-body::-webkit-scrollbar-thumb:hover,[data-theme=light] .wcm-drawer-body::-webkit-scrollbar-thumb:hover{background:#0003}.wcm-drawer-content{position:fixed;bottom:0;left:0;right:0;z-index:100001;width:100%;max-width:var(--wcm-drawer-max-width, none);min-width:var(--wcm-drawer-min-width, 0);max-height:85dvh;margin:0 auto;display:flex;flex-direction:column;background:var(--wcm-surface-bg);border-top-left-radius:24px;border-top-right-radius:24px;outline:none;font-family:inherit;box-sizing:border-box}.wcm-drawer-content[data-vaul-drawer-direction=right]{inset:0 0 0 auto;max-height:100vh;width:var(--wcm-drawer-max-width, 400px);max-width:100vw;border-radius:24px 0 0 24px}.wcm-drawer-content[data-vaul-drawer-direction=left]{inset:0 auto 0 0;max-height:100vh;width:var(--wcm-drawer-max-width, 400px);max-width:100vw;border-radius:0 24px 24px 0}.wcm-drawer-content[data-vaul-drawer-direction=top]{inset:0 0 auto;border-radius:0 0 24px 24px}.wcm-drawer-handle{width:60px;height:4px;border-radius:999px;background:var(--wcm-border-subtle);margin:12px auto 8px;flex-shrink:0}.wcm-drawer-content[data-vaul-drawer-direction=left] .wcm-drawer-handle,.wcm-drawer-content[data-vaul-drawer-direction=right] .wcm-drawer-handle{display:none}.wcm-dialog-body,.wcm-drawer-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.wcm-drawer-body{overscroll-behavior:contain}.wcm-header{position:relative;display:flex;flex-direction:column;align-items:center;padding:24px 24px 20px}.wcm-header-text{display:flex;flex-direction:column;gap:4px;width:100%;padding-right:48px}.wcm-title{font-family:inherit;font-weight:600;font-size:22px;line-height:1.3;color:var(--wcm-texticon-primary);margin:0}.wcm-subtitle{font-family:inherit;font-weight:400;font-size:14px;line-height:1.3;color:var(--wcm-texticon-secondary);margin:0}.wcm-close-btn{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:none;border-radius:999px;background:transparent;color:var(--wcm-texticon-primary);cursor:pointer;padding:0}.wcm-close-btn:hover{color:var(--wcm-texticon-secondary)}.wcm-divider{width:100%;height:1px;background:var(--wcm-border-default);border:none;margin:0}.wcm-body{display:flex;flex-direction:column;gap:16px;padding:20px 24px 24px}.wcm-wallet-item{display:flex;align-items:center;gap:8px;width:100%;padding:16px;background:var(--wcm-surface-default);border:1px solid transparent;border-radius:20px;cursor:pointer;text-align:left;transition:border-color .15s;font-family:inherit}.wcm-wallet-item:hover{border-color:var(--wcm-primary)}.wcm-wallet-item-left{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.wcm-wallet-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.wcm-wallet-icon>svg{width:40px;height:40px}.wcm-wallet-info{display:flex;flex-direction:column;justify-content:center;min-width:0}.wcm-wallet-name-row{display:flex;align-items:center;gap:8px}.wcm-wallet-name{font-family:inherit;font-weight:700;font-size:18px;line-height:1.3;color:var(--wcm-texticon-primary);white-space:nowrap}.wcm-wallet-desc{font-family:inherit;font-weight:400;font-size:14px;line-height:1.4;color:var(--wcm-texticon-secondary)}.wcm-wallet-badge{display:inline-flex;align-items:center;justify-content:center;height:20px;padding:0 8px;border:1px solid var(--wcm-secondary);border-radius:999px;font-family:inherit;font-weight:700;font-size:12px;line-height:1.3;color:var(--wcm-secondary);white-space:nowrap}.wcm-install-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;background:var(--wcm-primary);border-radius:12px;font-family:inherit;font-weight:600;font-size:14px;line-height:1.4;color:var(--wcm-surface-bg);white-space:nowrap}.wcm-installed-label{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;background:var(--wcm-surface-subtle);border-radius:12px;font-family:inherit;font-weight:600;font-size:14px;line-height:1.4;color:var(--wcm-texticon-secondary);white-space:nowrap}.wcm-separator{display:flex;align-items:center;gap:16px;width:100%}.wcm-separator-line{flex:1;height:1px;background:var(--wcm-border-default)}.wcm-separator-text{font-family:inherit;font-weight:400;font-size:16px;line-height:1.3;color:var(--wcm-texticon-tertiary);white-space:nowrap}.wcm-wallet-list{display:flex;flex-direction:column;gap:8px}.wcm-help{display:flex;flex-direction:column;gap:4px}.wcm-help-title{font-family:inherit;font-weight:600;font-size:14px;line-height:1.4;color:var(--wcm-texticon-primary);margin:0}.wcm-help-list{list-style:none;padding:0;margin:0}.wcm-help-list li{display:flex;align-items:center;gap:8px;font-family:inherit;font-weight:400;font-size:14px;line-height:1.4;color:var(--wcm-texticon-secondary)}.wcm-help-list li:before{content:"";display:block;flex-shrink:0;width:4px;height:4px;min-width:4px;min-height:4px;background:var(--wcm-texticon-secondary)}.wcm-terms{font-family:inherit;font-weight:400;font-size:12px;line-height:1.3;color:var(--wcm-texticon-secondary);text-align:center;margin:0}.wcm-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
14
15
  `);O(`@keyframes wcm-overlay-show{0%{opacity:0}to{opacity:1}}@keyframes wcm-overlay-hide{0%{opacity:1}to{opacity:0}}@keyframes wcm-dialog-show{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes wcm-dialog-hide{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-48%) scale(.96)}}
15
- `);import{jsx as Qt}from"react/jsx-runtime";function is({wallets:e,theme:t="dark",mobileBreakpoint:n=768,drawerDirection:o="bottom",dialogWidth:r,drawerMaxWidth:i,drawerMinWidth:a,style:c,open:d,onOpenChange:l,children:s}){let u=Lt(`(max-width: ${n}px)`),[k,x]=qe.useState(!1),g=d!==void 0,w=g?d:k,h=qe.useCallback(T=>{g||x(T),l?.(T)},[g,l]),P=qe.useCallback(()=>h(!1),[h]),{isDetected:A}=Ln(),S=qe.useMemo(()=>Object.keys(e),[e]),N=qe.useMemo(()=>{let T={};return r&&(T["--wcm-dialog-width"]=r),i&&(T["--wcm-drawer-max-width"]=i),a&&(T["--wcm-drawer-min-width"]=a),{...T,...c}},[r,i,a,c]),H=qe.useMemo(()=>({theme:t,isMobile:u,open:w,setOpen:h,close:P,wallets:e,activeWalletIds:S,isDetected:A,portalStyle:N}),[t,u,w,h,P,e,S,A,N]),y=Qt("div",{"data-theme":t,style:N,children:s});return u?Qt(Nn.Provider,{value:H,children:Qt(rs.Root,{direction:o,open:w,onOpenChange:h,noBodyStyles:!0,children:y},"drawer")}):Qt(Nn.Provider,{value:H,children:Qt(Qr.Root,{open:w,onOpenChange:h,children:y})})}var Xr=Object.assign(is,{Trigger:Gr,Content:Yr});var as='<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#c0)"><path d="M18 36C27.9411 36 36 27.9411 36 18C36 8.05887 27.9411 0 18 0C8.05887 0 0 8.05887 0 18C0 27.9411 8.05887 36 18 36Z" fill="#00D5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2903 2.57169L21.3525 5.63385V10.6471L25.3058 6.69381L29.6364 11.0244L25.7226 14.9381H18.2903C16.5992 14.9381 15.2283 16.309 15.2283 18.0003C15.2283 19.6915 16.5992 21.0624 18.2903 21.0624H25.6836L29.6365 25.0154L25.3059 29.3459L21.3525 25.3925V30.3666L18.2903 33.4288L15.2283 30.3666V25.4326L11.3148 29.3459L6.98426 25.0154L10.9372 21.0624H5.92394L2.86178 18.0003L5.92394 14.9381H10.8981L6.98437 11.0244L11.3149 6.69383L15.2283 10.6071V5.63385L18.2903 2.57169Z" fill="#000"/></g><defs><clipPath id="c0"><rect width="36" height="36" fill="#fff"/></clipPath></defs></svg>',ss='<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 28 28" fill="none"><g clip-path="url(#m0)"><path d="M26.07 26.93L20.06 25.07L15.53 27.88L12.37 27.88L7.83 25.07L1.83 26.93L0 20.53L1.83 13.44L0 7.44L1.83 0L11.21 5.81H16.69L26.07 0L27.9 7.44L26.07 13.44L27.9 20.53Z" fill="#FF5C16"/><path d="M7.83 20.54L11.96 23.8L7.83 25.07V20.54Z" fill="#FF5C16"/><path d="M20.06 20.54L15.93 23.8L20.06 25.07L20.06 20.54Z" fill="#FF5C16"/><path d="M11.63 15.14L12.78 22.85L11.19 18.56L5.77 17.17L7.83 15.14H11.63Z" fill="#E34807"/><path d="M16.27 15.14L15.12 22.85L16.71 18.56L22.13 17.17L20.07 15.14H16.27Z" fill="#E34807"/><path d="M0 20.53L1.83 13.44H5.76L5.77 17.17L11.19 18.56L12.78 22.85L11.96 23.79L7.83 20.53H0Z" fill="#FF8D5D"/><path d="M27.9 20.53L26.07 13.44H22.14L22.13 17.17L16.71 18.56L15.12 22.85L15.94 23.79L20.07 20.53H27.9Z" fill="#FF8D5D"/><path d="M16.69 5.81H11.21L10.84 9.81L12.78 22.85H15.12L17.06 9.81L16.69 5.81Z" fill="#FF8D5D"/><path d="M15.53 25.34V27.88H12.37V25.34H15.53Z" fill="#C0C4CD"/><path d="M7.83 25.07L12.37 27.88V25.34L11.96 23.79L7.83 25.07Z" fill="#E7EBF6"/><path d="M20.07 25.07L15.53 27.88V25.34L15.94 23.79L20.07 25.07Z" fill="#E7EBF6"/></g><defs><clipPath id="m0"><rect width="28" height="28" fill="#fff"/></clipPath></defs></svg>',ls='<svg width="100%" height="100%" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.23 16.81L20 9.04L27.77 16.81L32.29 12.29L20 0L7.71 12.29L12.23 16.81Z" fill="#F3BA2F"/><path d="M9.04 20L4.52 15.48L0 20L4.52 24.52L9.04 20Z" fill="#F3BA2F"/><path d="M12.23 23.19L20 30.96L27.77 23.19L32.29 27.71L20 40L7.71 27.71L12.23 23.19Z" fill="#F3BA2F"/><path d="M35.48 24.52L40 20L35.48 15.48L30.96 20L35.48 24.52Z" fill="#F3BA2F"/><path d="M24.58 20L20 15.41L16.61 18.8L16.22 19.19L15.42 19.99L20 24.59L24.59 20L24.58 20Z" fill="#F3BA2F"/></svg>',cs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="#FFC107" d="M43.6 20.5H42V20H24v8h11.3A12 12 0 1 1 24 12c3 0 5.8 1.2 7.9 3l5.7-5.7A20 20 0 1 0 44 24c0-1.2-.1-2.4-.4-3.5z"/><path fill="#FF3D00" d="M6.3 14.7l6.6 4.8A12 12 0 0 1 24 12c3 0 5.8 1.2 7.9 3l5.7-5.7A20 20 0 0 0 6.3 14.7z"/><path fill="#4CAF50" d="M24 44c5.2 0 10-2 13.6-5.2l-6.3-5.3A12 12 0 0 1 12.7 28l-6.5 5A20 20 0 0 0 24 44z"/><path fill="#1976D2" d="M43.6 20.5H42V20H24v8h11.3a12 12 0 0 1-4.1 5.5l6.3 5.3C41 35.7 44 30.3 44 24c0-1.2-.1-2.4-.4-3.5z"/></svg>',ds='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M17.05 20.28c-.98.95-2.05.8-3.08.35-1.09-.46-2.09-.48-3.24 0-1.44.62-2.2.44-3.06-.35C2.79 15.25 3.51 7.59 9.05 7.31c1.35.07 2.29.74 3.08.8 1.18-.24 2.31-.93 3.57-.84 1.51.12 2.65.72 3.4 1.8-3.12 1.87-2.38 5.98.48 7.13-.57 1.5-1.31 2.99-2.53 4.08zM12.03 7.25c-.15-2.23 1.66-4.07 3.74-4.25.29 2.58-2.34 4.5-3.74 4.25z"/></svg>';function Xt(e){return`data:image/svg+xml,${encodeURIComponent(e)}`}var Tn=Xt(as),Pn=Xt(ss),In=Xt(ls),Sn=Xt(cs),Mn=Xt(ds);import{jsx as it,jsxs as ho}from"react/jsx-runtime";function ei({isConnecting:e,address:t,provider:n,providerName:o,accountName:r,sendAccounts:i,onConnect:a,onDisconnect:c,onCopy:d,onSelectWallet:l,label:s="Connect Wallet",connectingLabel:u="Connecting...",disconnectLabel:k,className:x,theme:g="dark",env:w,showBalance:h=!0,showPortfolio:P,drawerDirection:A,modal:S,connectorId:N,style:H,sendTransaction:y,getTransactionReceipt:T,estimateGas:$}){if(e)return ho("button",{type:"button",disabled:!0,className:x,style:x?void 0:{...rt.button,...rt.buttonLoading},"aria-busy":"true",children:[it("style",{children:fs}),it("span",{style:rt.spinner,"aria-hidden":"true"}),u]});if(t){let C=o??us(n),U=n?ps[n]:void 0;return ho(Ot,{env:w,theme:g,drawerDirection:A,modal:S,showBalance:h,showPortfolio:P,walletAddress:t,accountName:r,sendAccounts:i,connectorId:N,onSelectWallet:l,onCopyAddress:d?(q,xe)=>{xe&&d()}:void 0,onDisconnect:c,disconnectLabel:k,style:H,sendTransaction:y,getTransactionReceipt:T,estimateGas:$,children:[it(Ot.Trigger,{asChild:!0,children:ho("button",{type:"button",className:x,style:x?void 0:rt.connectedBtn,"aria-label":`Connected with ${C}: ${Jr(t)}`,children:[U?it("img",{src:U,alt:"",width:20,height:20,style:rt.connectedIcon}):it("span",{style:rt.connectedIconPlaceholder,"aria-hidden":"true"}),it("span",{style:rt.connectedAddress,children:Jr(t)})]})}),it(Ot.Content,{align:"end",sideOffset:8})]})}return it("button",{type:"button",onClick:a,className:x,style:x?void 0:rt.button,children:s})}var ps={google:Sn,apple:Mn,cross:Tn,metamask:Pn,binance:In},ms={google:"Google",apple:"Apple",cross:"CROSSx",metamask:"MetaMask",binance:"Binance Wallet"};function us(e){return e?ms[e]:"Wallet"}function Jr(e){return e.length<=10?e:`${e.slice(0,6)}...${e.slice(-4)}`}var fs="@keyframes cross-cb-spin{to{transform:rotate(360deg)}}",rt={button:{padding:"10px 24px",borderRadius:"12px",border:"none",background:"#00D5AA",color:"#000",fontWeight:700,fontSize:"14px",cursor:"pointer",display:"inline-flex",alignItems:"center",gap:"8px",transition:"opacity 0.15s",fontFamily:"inherit"},buttonLoading:{opacity:.7,cursor:"default"},spinner:{display:"inline-block",width:"14px",height:"14px",border:"2px solid #00000030",borderTopColor:"#000",borderRadius:"50%",animation:"cross-cb-spin 0.6s linear infinite"},connectedBtn:{display:"inline-flex",alignItems:"center",gap:"8px",padding:"8px 14px",borderRadius:"999px",border:"1px solid var(--wi-border-default, #2a2d3a)",background:"var(--wi-surface-default, #1e232e)",color:"var(--wi-texticon-primary, #ffffff)",fontWeight:600,fontSize:"14px",cursor:"pointer",fontFamily:"inherit"},connectedIcon:{width:"20px",height:"20px",borderRadius:"50%",objectFit:"contain",flexShrink:0,background:"transparent"},connectedIconPlaceholder:{display:"inline-block",width:"20px",height:"20px",borderRadius:"50%",background:"var(--wi-surface-subtle, #2a2d3a)",flexShrink:0},connectedAddress:{fontFamily:"ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace",fontSize:"13px",letterSpacing:"0.02em"}};export{Mn as APPLE_ICON,yo as AppLauncher,Io as AppLauncherContent,Ro as AppLauncherTrigger,In as BINANCE_ICON,dn as CONNECTOR_REGISTRY,Tn as CROSSX_ICON,ei as ConnectButton,Bn as ConnectorId,Sn as GOOGLE_ICON,Pn as METAMASK_ICON,fn as SendPage,ro as TOKEN_STATS_QUERY_KEY,oo as USER_BALANCE_QUERY_KEY,wo as WALLET_REGISTRY,Xr as WalletConnectModal,Ot as WalletInfo,_r as WalletPortfolio,At as WalletPortfolioBody,ge as resolveEnvironment,ln as useGlobalMenu,Pt as useTokenBalance,It as useTokenStats,Ln as useWalletDetect};
16
+ `);import{jsx as Qt}from"react/jsx-runtime";function ls({wallets:e,theme:t="dark",mobileBreakpoint:o=768,drawerDirection:n="bottom",dialogWidth:r,drawerMaxWidth:i,drawerMinWidth:a,style:c,open:d,onOpenChange:l,children:s}){let m=Lt(`(max-width: ${o}px)`),[k,b]=Ke.useState(!1),g=d!==void 0,w=g?d:k,h=Ke.useCallback(T=>{g||b(T),l?.(T)},[g,l]),P=Ke.useCallback(()=>h(!1),[h]),{isDetected:A}=Ln(),I=Ke.useMemo(()=>Object.keys(e),[e]),N=Ke.useMemo(()=>{let T={};return r&&(T["--wcm-dialog-width"]=r),i&&(T["--wcm-drawer-max-width"]=i),a&&(T["--wcm-drawer-min-width"]=a),{...T,...c}},[r,i,a,c]),V=Ke.useMemo(()=>({theme:t,isMobile:m,open:w,setOpen:h,close:P,wallets:e,activeWalletIds:I,isDetected:A,portalStyle:N}),[t,m,w,h,P,e,I,A,N]),y=Qt("div",{"data-theme":t,style:N,children:s});return m?Qt(Nn.Provider,{value:V,children:Qt(ss.Root,{direction:n,open:w,onOpenChange:h,noBodyStyles:!0,children:y},"drawer")}):Qt(Nn.Provider,{value:V,children:Qt(Jr.Root,{open:w,onOpenChange:h,children:y})})}var ei=Object.assign(ls,{Trigger:Ur,Content:Xr});var cs='<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#c0)"><path d="M18 36C27.9411 36 36 27.9411 36 18C36 8.05887 27.9411 0 18 0C8.05887 0 0 8.05887 0 18C0 27.9411 8.05887 36 18 36Z" fill="#00D5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2903 2.57169L21.3525 5.63385V10.6471L25.3058 6.69381L29.6364 11.0244L25.7226 14.9381H18.2903C16.5992 14.9381 15.2283 16.309 15.2283 18.0003C15.2283 19.6915 16.5992 21.0624 18.2903 21.0624H25.6836L29.6365 25.0154L25.3059 29.3459L21.3525 25.3925V30.3666L18.2903 33.4288L15.2283 30.3666V25.4326L11.3148 29.3459L6.98426 25.0154L10.9372 21.0624H5.92394L2.86178 18.0003L5.92394 14.9381H10.8981L6.98437 11.0244L11.3149 6.69383L15.2283 10.6071V5.63385L18.2903 2.57169Z" fill="#000"/></g><defs><clipPath id="c0"><rect width="36" height="36" fill="#fff"/></clipPath></defs></svg>',ds='<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 28 28" fill="none"><g clip-path="url(#m0)"><path d="M26.07 26.93L20.06 25.07L15.53 27.88L12.37 27.88L7.83 25.07L1.83 26.93L0 20.53L1.83 13.44L0 7.44L1.83 0L11.21 5.81H16.69L26.07 0L27.9 7.44L26.07 13.44L27.9 20.53Z" fill="#FF5C16"/><path d="M7.83 20.54L11.96 23.8L7.83 25.07V20.54Z" fill="#FF5C16"/><path d="M20.06 20.54L15.93 23.8L20.06 25.07L20.06 20.54Z" fill="#FF5C16"/><path d="M11.63 15.14L12.78 22.85L11.19 18.56L5.77 17.17L7.83 15.14H11.63Z" fill="#E34807"/><path d="M16.27 15.14L15.12 22.85L16.71 18.56L22.13 17.17L20.07 15.14H16.27Z" fill="#E34807"/><path d="M0 20.53L1.83 13.44H5.76L5.77 17.17L11.19 18.56L12.78 22.85L11.96 23.79L7.83 20.53H0Z" fill="#FF8D5D"/><path d="M27.9 20.53L26.07 13.44H22.14L22.13 17.17L16.71 18.56L15.12 22.85L15.94 23.79L20.07 20.53H27.9Z" fill="#FF8D5D"/><path d="M16.69 5.81H11.21L10.84 9.81L12.78 22.85H15.12L17.06 9.81L16.69 5.81Z" fill="#FF8D5D"/><path d="M15.53 25.34V27.88H12.37V25.34H15.53Z" fill="#C0C4CD"/><path d="M7.83 25.07L12.37 27.88V25.34L11.96 23.79L7.83 25.07Z" fill="#E7EBF6"/><path d="M20.07 25.07L15.53 27.88V25.34L15.94 23.79L20.07 25.07Z" fill="#E7EBF6"/></g><defs><clipPath id="m0"><rect width="28" height="28" fill="#fff"/></clipPath></defs></svg>',ps='<svg width="100%" height="100%" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.23 16.81L20 9.04L27.77 16.81L32.29 12.29L20 0L7.71 12.29L12.23 16.81Z" fill="#F3BA2F"/><path d="M9.04 20L4.52 15.48L0 20L4.52 24.52L9.04 20Z" fill="#F3BA2F"/><path d="M12.23 23.19L20 30.96L27.77 23.19L32.29 27.71L20 40L7.71 27.71L12.23 23.19Z" fill="#F3BA2F"/><path d="M35.48 24.52L40 20L35.48 15.48L30.96 20L35.48 24.52Z" fill="#F3BA2F"/><path d="M24.58 20L20 15.41L16.61 18.8L16.22 19.19L15.42 19.99L20 24.59L24.59 20L24.58 20Z" fill="#F3BA2F"/></svg>',ms='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="#FFC107" d="M43.6 20.5H42V20H24v8h11.3A12 12 0 1 1 24 12c3 0 5.8 1.2 7.9 3l5.7-5.7A20 20 0 1 0 44 24c0-1.2-.1-2.4-.4-3.5z"/><path fill="#FF3D00" d="M6.3 14.7l6.6 4.8A12 12 0 0 1 24 12c3 0 5.8 1.2 7.9 3l5.7-5.7A20 20 0 0 0 6.3 14.7z"/><path fill="#4CAF50" d="M24 44c5.2 0 10-2 13.6-5.2l-6.3-5.3A12 12 0 0 1 12.7 28l-6.5 5A20 20 0 0 0 24 44z"/><path fill="#1976D2" d="M43.6 20.5H42V20H24v8h11.3a12 12 0 0 1-4.1 5.5l6.3 5.3C41 35.7 44 30.3 44 24c0-1.2-.1-2.4-.4-3.5z"/></svg>',us='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M17.05 20.28c-.98.95-2.05.8-3.08.35-1.09-.46-2.09-.48-3.24 0-1.44.62-2.2.44-3.06-.35C2.79 15.25 3.51 7.59 9.05 7.31c1.35.07 2.29.74 3.08.8 1.18-.24 2.31-.93 3.57-.84 1.51.12 2.65.72 3.4 1.8-3.12 1.87-2.38 5.98.48 7.13-.57 1.5-1.31 2.99-2.53 4.08zM12.03 7.25c-.15-2.23 1.66-4.07 3.74-4.25.29 2.58-2.34 4.5-3.74 4.25z"/></svg>';function Xt(e){return`data:image/svg+xml,${encodeURIComponent(e)}`}var Tn=Xt(cs),Pn=Xt(ds),Sn=Xt(ps),In=Xt(ms),Mn=Xt(us);import{jsx as at,jsxs as bo}from"react/jsx-runtime";function ni({isConnecting:e,address:t,provider:o,providerName:n,accountName:r,sendAccounts:i,onConnect:a,onDisconnect:c,onCopy:d,onSelectWallet:l,label:s="Connect Wallet",connectingLabel:m="Connecting...",disconnectLabel:k,className:b,theme:g="dark",env:w,showBalance:h=!0,showPortfolio:P,drawerDirection:A,modal:I,connectorId:N,style:V,sendTransaction:y,getTransactionReceipt:T,estimateGas:$}){if(e)return bo("button",{type:"button",disabled:!0,className:b,style:b?void 0:{...it.button,...it.buttonLoading},"aria-busy":"true",children:[at("style",{children:hs}),at("span",{style:it.spinner,"aria-hidden":"true"}),m]});if(t){let C=n??ws(o),U=o?fs[o]:void 0;return bo(Ot,{env:w,theme:g,drawerDirection:A,modal:I,showBalance:h,showPortfolio:P,walletAddress:t,accountName:r,sendAccounts:i,connectorId:N,onSelectWallet:l,onCopyAddress:d?(q,be)=>{be&&d()}:void 0,onDisconnect:c,disconnectLabel:k,style:V,sendTransaction:y,getTransactionReceipt:T,estimateGas:$,children:[at(Ot.Trigger,{asChild:!0,children:bo("button",{type:"button",className:b,style:b?void 0:it.connectedBtn,"aria-label":`Connected with ${C}: ${ti(t)}`,children:[U?at("img",{src:U,alt:"",width:20,height:20,style:it.connectedIcon}):at("span",{style:it.connectedIconPlaceholder,"aria-hidden":"true"}),at("span",{style:it.connectedAddress,children:ti(t)})]})}),at(Ot.Content,{align:"end",sideOffset:8})]})}return at("button",{type:"button",onClick:a,className:b,style:b?void 0:it.button,children:s})}var fs={google:In,apple:Mn,cross:Tn,metamask:Pn,binance:Sn},gs={google:"Google",apple:"Apple",cross:"CROSSx",metamask:"MetaMask",binance:"Binance Wallet"};function ws(e){return e?gs[e]:"Wallet"}function ti(e){return e.length<=10?e:`${e.slice(0,6)}...${e.slice(-4)}`}var hs="@keyframes cross-cb-spin{to{transform:rotate(360deg)}}",it={button:{padding:"10px 24px",borderRadius:"12px",border:"none",background:"#00D5AA",color:"#000",fontWeight:700,fontSize:"14px",cursor:"pointer",display:"inline-flex",alignItems:"center",gap:"8px",transition:"opacity 0.15s",fontFamily:"inherit"},buttonLoading:{opacity:.7,cursor:"default"},spinner:{display:"inline-block",width:"14px",height:"14px",border:"2px solid #00000030",borderTopColor:"#000",borderRadius:"50%",animation:"cross-cb-spin 0.6s linear infinite"},connectedBtn:{display:"inline-flex",alignItems:"center",gap:"8px",padding:"8px 14px",borderRadius:"999px",border:"1px solid var(--wi-border-default, #2a2d3a)",background:"var(--wi-surface-default, #1e232e)",color:"var(--wi-texticon-primary, #ffffff)",fontWeight:600,fontSize:"14px",cursor:"pointer",fontFamily:"inherit"},connectedIcon:{width:"20px",height:"20px",borderRadius:"50%",objectFit:"contain",flexShrink:0,background:"transparent"},connectedIconPlaceholder:{display:"inline-block",width:"20px",height:"20px",borderRadius:"50%",background:"var(--wi-surface-subtle, #2a2d3a)",flexShrink:0},connectedAddress:{fontFamily:"ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace",fontSize:"13px",letterSpacing:"0.02em"}};export{Mn as APPLE_ICON,ko as AppLauncher,Io as AppLauncherContent,Eo as AppLauncherTrigger,Sn as BINANCE_ICON,dn as CONNECTOR_REGISTRY,Tn as CROSSX_ICON,ni as ConnectButton,Bn as ConnectorId,In as GOOGLE_ICON,Pn as METAMASK_ICON,fn as SendPage,io as TOKEN_STATS_QUERY_KEY,ro as USER_BALANCE_QUERY_KEY,ho as WALLET_REGISTRY,ei as WalletConnectModal,Ot as WalletInfo,Or as WalletPortfolio,At as WalletPortfolioBody,ge as resolveEnvironment,ln as useGlobalMenu,Pt as useTokenBalance,St as useTokenStats,Ln as useWalletDetect};