@nexus-cross/dapp-ui 1.1.3-beta.3 → 1.1.3-beta.5
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.cjs +9 -9
- package/dist/index.d.cts +9 -4
- package/dist/index.d.ts +9 -4
- package/dist/index.js +9 -9
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var Bi=Object.create;var mn=Object.defineProperty;var zi=Object.getOwnPropertyDescriptor;var $i=Object.getOwnPropertyNames;var Hi=Object.getPrototypeOf,Vi=Object.prototype.hasOwnProperty;var ji=(e,t)=>{for(var o in t)mn(e,o,{get:t[o],enumerable:!0})},Fo=(e,t,o,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of $i(t))!Vi.call(e,r)&&r!==o&&mn(e,r,{get:()=>t[r],enumerable:!(n=zi(t,r))||n.enumerable});return e};var G=(e,t,o)=>(o=e!=null?Bi(Hi(e)):{},Fo(t||!e||!e.__esModule?mn(o,"default",{value:e,enumerable:!0}):o,e)),Gi=e=>Fo(mn({},"__esModule",{value:!0}),e);var us={};ji(us,{APPLE_ICON:()=>rn,AppLauncher:()=>Zn,AppLauncherContent:()=>Yn,AppLauncherTrigger:()=>Kn,BINANCE_ICON:()=>nn,CONNECTOR_REGISTRY:()=>Ht,CROSSX_ICON:()=>en,ConnectButton:()=>Ao,ConnectorId:()=>xn,DEFAULT_SKILLS_HREF:()=>Vn,GOOGLE_ICON:()=>on,METAMASK_ICON:()=>tn,SOCIAL_REGISTRY:()=>Hn,SendPage:()=>Ut,SkillsButton:()=>_o,TOKEN_STATS_QUERY_KEY:()=>Nn,USER_BALANCE_QUERY_KEY:()=>kn,WALLET_REGISTRY:()=>$n,WalletConnectModal:()=>Mo,WalletInfo:()=>Ct,WalletPortfolio:()=>Eo,WalletPortfolioBody:()=>vt,resolveEnvironment:()=>fe,useGlobalMenu:()=>$t,useTokenBalance:()=>wt,useTokenStats:()=>bt,useWalletDetect:()=>Qt});module.exports=Gi(us);function fe(e){if(e)return Do(e);let t=typeof process<"u"?process.env?.NEXT_PUBLIC_CROSSX_ENVIRONMENT:void 0;return Do(t)}function Do(e){switch(e?.toLowerCase()){case"dev":case"development":return"dev";case"stage":case"staging":case"stg":return"stage";default:return"production"}}var Et=G(require("react"),1),Wo=G(require("@radix-ui/react-popover"),1),Bo=require("vaul");var fn=require("react"),qn=(0,fn.createContext)(null);function un(){let e=(0,fn.useContext)(qn);if(!e)throw new Error("AppLauncher compound components must be used within <AppLauncher>");return e}var gn=require("react");function St(e){let[t,o]=(0,gn.useState)(!1);return(0,gn.useEffect)(()=>{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 A(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))}A(`[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
|
`);A(`.al-trigger-btn{--at-bg: transparent;--at-bg-hover: var(--cck-surface-default, transparent);--at-color: currentColor;--at-border: none;--at-border-radius: 8px;--at-size: 36px;--at-padding: 0;--at-press-scale: .95;--at-transition: background-color .15s ease;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:var(--at-size);height:var(--at-size);padding:var(--at-padding);border:var(--at-border);background:var(--at-bg);border-radius:var(--at-border-radius);color:var(--at-color);cursor:pointer;transition:var(--at-transition)}.al-trigger-btn:hover{background:var(--at-bg-hover)}.al-trigger-btn:active:not(:disabled){transform:scale(var(--at-press-scale))}.al-trigger-btn[data-theme=dark]{--at-color: var(--cck-texticon-primary, hsla(200, 19%, 94%, 1))}.al-trigger-btn[data-theme=light]{--at-color: var(--cck-texticon-primary, hsla(221, 21%, 15%, 1))}
|
|
3
3
|
`);A(`@keyframes al-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
|
|
4
4
|
`);A(`.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:20px 4px;box-sizing:border-box}.al-popover-content .al-grid{grid-template-columns:repeat(4,100px);row-gap:16px;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:6px;padding:6px 0;width:100px;min-width:0;border-radius:10px}.al-popover-content .al-grid-item-left{flex-direction:column;align-items:center;gap:6px;width:100%;overflow:visible}.al-popover-content .al-grid-item-icon{width:50px;height:50px;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.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:8px 16px}.al-drawer-content .al-grid-item{width:100%;max-width:100%;gap:8px;padding:10px 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:32px;height:32px;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.35;letter-spacing:0;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:0;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:0;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:0;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
|
-
`);A("");var wn=require("react/jsx-runtime");function qn({env:e,theme:t="dark",mobileBreakpoint:o=768,domain:n,children:r}){let i=St(`(max-width: ${o}px)`),[c,d]=Et.useState(!1),m=Et.useCallback(()=>d(!1),[]),p=fe(e),l=Et.useMemo(()=>({env:p,theme:t,isMobile:i,open:c,domain:n,close:m}),[p,t,i,c,n,m]);return(0,wn.jsx)(Un.Provider,{value:l,children:i?(0,wn.jsx)(Wo.Drawer.Root,{direction:"right",open:c,onOpenChange:d,noBodyStyles:!0,children:r},"drawer"):(0,wn.jsx)(Do.Root,{open:c,onOpenChange:d,children:r},"popover")})}var Vo=G(require("@radix-ui/react-popover"),1),Ho=require("vaul");var se=require("react/jsx-runtime");function Bo({size:e=18}){return(0,se.jsxs)("svg",{className:"al-trigger-icon",width:e,height:e,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,se.jsx)("rect",{width:"4",height:"4",fill:"currentColor"}),(0,se.jsx)("rect",{x:"7",width:"4",height:"4",fill:"currentColor"}),(0,se.jsx)("rect",{x:"14",width:"4",height:"4",fill:"currentColor"}),(0,se.jsx)("rect",{y:"7",width:"4",height:"4",fill:"currentColor"}),(0,se.jsx)("rect",{x:"7",y:"7",width:"4",height:"4",fill:"currentColor"}),(0,se.jsx)("rect",{x:"14",y:"7",width:"4",height:"4",fill:"currentColor"}),(0,se.jsx)("rect",{y:"14",width:"4",height:"4",fill:"currentColor"}),(0,se.jsx)("rect",{x:"7",y:"14",width:"4",height:"4",fill:"currentColor"}),(0,se.jsx)("rect",{x:"14",y:"14",width:"4",height:"4",fill:"currentColor"})]})}function zo(){return(0,se.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,se.jsx)("path",{d:"M12 19L5 12M5 12L12 5M5 12H19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function $o(){return(0,se.jsx)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,se.jsx)("path",{d:"M15 5L5 15M5 5L15 15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}var zt=require("react/jsx-runtime");function Zn({asChild:e,children:t,className:o,style:n}){let{isMobile:r,theme:i}=un(),c=t!=null,d=e??!0,m=o?`al-trigger-btn ${o}`:"al-trigger-btn",p=c?t:(0,zt.jsx)("button",{type:"button",className:m,"data-theme":i,style:n,children:(0,zt.jsx)(Bo,{size:r?12:18})});return r?(0,zt.jsx)(Ho.Drawer.Trigger,{asChild:d,children:p}):(0,zt.jsx)(Vo.Trigger,{asChild:d,children:p})}var mt=G(require("react"),1),hn=G(require("@radix-ui/react-popover"),1),pt=require("vaul");var Uo=require("@tanstack/react-query");var jo={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 Gi="https://stg-contents.crosstoken.io/frontend/common/app-launcher/icons",Ui="https://contents.crosstoken.io/frontend/common/app-launcher/icons";function Oe(e,t){return`${e==="production"?Ui:Gi}/${t}.png`}function Go(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:"play",label:"Play",description:"Discover and play games on CROSS.",url:{dev:"https://stg-play.cross.nexus",stage:"https://stg-play.cross.nexus",production:"https://play.cross.nexus"},iconUrl:Oe(t,"play"),order:8500,type:"play",badge:null,isNew:!0},{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 $t(e){let t=fe(e);return(0,Uo.useQuery)({queryKey:["global-menu",t],queryFn:async({signal:o})=>{try{let n=await fetch(jo[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 Go(t)}},staleTime:0,gcTime:0,retry:!1,refetchOnMount:!0})}function X(...e){return e.filter(Boolean).join(" ")}var Y=require("react/jsx-runtime");function qi(e){return e.id==="cross-staking"||e.type==="cross-staking"}function Yn({align:e="end",sideOffset:t=12,className:o}){let{env:n,theme:r,isMobile:i,domain:c,close:d}=un(),{data:m}=$t(n),p=mt.useMemo(()=>(m?.items??[]).sort((w,C)=>w.order-C.order),[m]),l=8,f=mt.useRef(null),b=mt.useCallback(w=>{f.current={x:w.clientX,y:w.clientY}},[]),h=typeof window<"u"?window.location.pathname:"",x=mt.useCallback((w,C)=>{if(f.current){let L=w.clientX-f.current.x,D=w.clientY-f.current.y;if(f.current=null,Math.abs(L)>l||Math.abs(D)>l)return}let M=C.url[n]??C.url.production,T=qo(M,c);if(!T)try{let L=new URL(M).pathname;if(h===L||h.startsWith(L+"/")){d();return}}catch{}T?window.open(M,"_blank","noopener,noreferrer"):window.location.href=M,d()},[n,c,d,h]),g=(0,Y.jsx)("div",{className:"al-grid","data-theme":r,children:p.map(w=>{let C=w.url[n]??w.url.production,M=qo(C,c),T=!1;if(!M)try{let L=new URL(C).pathname;T=h===L||h.startsWith(L+"/")}catch{T=!1}return(0,Y.jsxs)("button",{type:"button",className:"al-grid-item","data-active":T||void 0,onPointerDown:b,onClick:L=>x(L,w),children:[(0,Y.jsxs)("div",{className:"al-grid-item-left",children:[(0,Y.jsx)("div",{className:"al-grid-item-icon",children:(0,Y.jsx)("img",{src:w.iconUrl,alt:w.label,width:24,height:24,loading:"lazy"})}),(0,Y.jsx)("span",{className:"al-grid-item-label",children:w.label}),w.isNew&&(0,Y.jsx)("span",{className:"al-badge-new",children:"N"})]}),(0,Y.jsx)("div",{className:"al-grid-item-right",children:w.badge&&!qi(w)&&(0,Y.jsx)("span",{className:"al-badge",children:w.badge})})]},w.id)})});return i?(0,Y.jsxs)(pt.Drawer.Portal,{children:[(0,Y.jsx)(pt.Drawer.Overlay,{className:"al-drawer-overlay"}),(0,Y.jsxs)(pt.Drawer.Content,{className:X("al-drawer-content",o),"data-theme":r,children:[(0,Y.jsxs)("div",{className:"al-drawer-header",children:[(0,Y.jsx)(pt.Drawer.Close,{className:"al-drawer-close",children:(0,Y.jsx)(zo,{})}),(0,Y.jsx)(pt.Drawer.Title,{className:"al-drawer-title",children:"CROSS Services"}),(0,Y.jsx)(pt.Drawer.Close,{className:"al-drawer-close",children:(0,Y.jsx)($o,{})})]}),(0,Y.jsx)("div",{className:"al-drawer-body",children:g})]})]}):(0,Y.jsx)(hn.Portal,{children:(0,Y.jsx)(hn.Content,{align:e,sideOffset:t,className:X("al-popover-content",o),"data-theme":r,children:g})})}function qo(e,t){try{let o=new URL(e).hostname;return typeof window>"u"?!0:o!==(t??window.location.hostname)}catch{return!1}}var de=G(require("react"),1),hi=G(require("@radix-ui/react-popover"),1),bi=require("vaul");var bn=require("react"),Kn=(0,bn.createContext)(null);function Xe(){let e=(0,bn.useContext)(Kn);if(!e)throw new Error("WalletInfo compound components must be used within <WalletInfo>");return e}var xn=(n=>(n.CROSSx="crossx",n.MetaMask="io.metamask",n.Binance="com.binance.wallet",n))(xn||{}),Vt={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"}};var S=G(require("react"),1);var Je=G(require("bignumber.js"),1);function Zi(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 ft(e,t){if(!e||e==="0")return"0.00";let o=new Je.default(e).shiftedBy(-t),n=o.isGreaterThanOrEqualTo(1)?2:4;return o.toFormat(n,Je.default.ROUND_DOWN)}function Ne(e){return e.length<=10?e:`${e.slice(0,6)}...${e.slice(-4)}`}function Qn(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 Zo(e,t,o){let r=new Je.default(e).shiftedBy(-t).multipliedBy(new Je.default(o));return r.isZero()||r.isNaN()?"$0.00":`$${(r.integerValue(Je.default.ROUND_DOWN).isGreaterThanOrEqualTo(1)?r.decimalPlaces(2,Je.default.ROUND_DOWN):r.decimalPlaces(4,Je.default.ROUND_DOWN)).toFormat()}`}function Yo(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 c=Number(o);if(!Number.isFinite(c)||c===0)return{displayValue:"0",isLowerBound:!1};o=Zi(c.toFixed(18))}let[n="0",r=""]=o.split(".");if(Number(n)>=1){let c=r.slice(0,2).padEnd(2,"0");return{displayValue:`${Number(n).toLocaleString("en-US")}.${c}`,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"},ue={dev:{cross:612044,bsc:97},stage:{cross:612044,bsc:97},production:{cross:612055,bsc:56}};var Xn={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"},Ko={cross:"https://contents.crosstoken.io/wallet/token/images/CROSS.svg",bsc:"https://contents.crosstoken.io/wallet/token/images/BSC.svg"};function Jn(e,t){let o=ue[e];if(t===o.cross)return Ko.cross;if(t===o.bsc)return Ko.bsc}var Yi={dev:"https://dev-portrait.crosstoken.io",stage:"https://dev-portrait.crosstoken.io",production:"https://portrait.crosstoken.io"};function ut(e,t,o={}){if(!t||!t.startsWith("0x"))return;let{size:n=120,bg:r,format:i="png"}=o,c=Yi[e],d=r?`&bg=${r}`:"";return`${c}/portrait/evm/${t}.${i}?size=${n}${d}`}var B=require("react/jsx-runtime");function Qo({size:e=16,className:t}){return(0,B.jsxs)("svg",{width:e,height:e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[(0,B.jsx)("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"}),(0,B.jsx)("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 eo({size:e=16,className:t}){return(0,B.jsx)("svg",{width:e,height:e,viewBox:"4 4 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,B.jsx)("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 Ht({size:e=16,className:t}){return(0,B.jsx)("svg",{width:e,height:e,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,B.jsx)("path",{d:"M11.6667 3.5L5.25 9.91667L2.33334 7",stroke:"currentColor",strokeWidth:1.16667,strokeLinecap:"round",strokeLinejoin:"round"})})}function to({size:e=24,className:t}){return(0,B.jsx)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,B.jsx)("path",{d:"M18 6L6 18M6 6l12 12",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})})}function Xo({size:e=20,className:t}){return(0,B.jsxs)("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[(0,B.jsx)("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"}),(0,B.jsx)("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 Jo({size:e=20,className:t}){return(0,B.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:e,height:e,viewBox:"0 0 20 20",fill:"none",className:t,children:(0,B.jsx)("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 er({size:e=20,className:t}){return(0,B.jsx)("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,B.jsx)("path",{d:"M12.5 15L7.5 10L12.5 5",stroke:"currentColor",strokeWidth:1.67,strokeLinecap:"round",strokeLinejoin:"round"})})}function tr({size:e=20,className:t}){return(0,B.jsx)("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,B.jsx)("path",{d:"M8 5L13 10L8 15",stroke:"currentColor",strokeWidth:1.67,strokeLinecap:"round",strokeLinejoin:"round"})})}function nr({size:e=20,className:t}){return(0,B.jsx)("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,B.jsx)("path",{d:"M5 8L10 13L15 8",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})})}function or({size:e=16,className:t}){return(0,B.jsxs)("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[(0,B.jsx)("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"}),(0,B.jsx)("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 rr({size:e=16,className:t}){return(0,B.jsxs)("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[(0,B.jsx)("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"}),(0,B.jsx)("path",{d:"M1.667 1.667l16.666 16.666",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]})}function ir({size:e=42,className:t}){return(0,B.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:e,height:e,viewBox:"0 0 42 42",fill:"none",className:t,children:(0,B.jsx)("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})})}var ar=require("react"),sr=require("@tanstack/react-query");var Ki="send:chain-info";function Qi(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 no(e,...t){let o=e.replace(/\/+$/,""),n=t.map(r=>r.replace(/^\/+|\/+$/g,"")).filter(Boolean);return[o,...n].join("/")}function Xi(e,t,o,n){if(n)return t===ue[e].cross?lr(t,n):o?.explorer_url?no(o.explorer_url,o.explorer_postfix?.transaction??"tx",n):Ji(e,t,n)}function lr(e,t){return no("https://explorer.crosstoken.io",String(e),"tx",t)}function Ji(e,t,o){let n=ue[e];if(t===n.cross)return lr(t,o);if(t===n.bsc)return no(e==="production"?"https://bscscan.com":"https://testnet.bscscan.com","tx",o)}function cr(e,t,o,n=!0){let r=Le[e],i=(0,sr.useQuery)({queryKey:[Ki,e,t],queryFn:async({signal:m})=>{let p=await fetch(`${r}/v1/public/chain/info/${t}`,{cache:"no-store",signal:m});if(!p.ok)throw new Error(`Failed to fetch chain info: ${p.status}`);let l=await p.json();if("code"in l&&l.code!==void 0&&l.code!==200)throw new Error(`Chain info API error: ${l.code}`);return Qi(l)},enabled:n,staleTime:300*1e3}),c=i.data;return{transactionUrl:(0,ar.useMemo)(()=>Xi(e,t,c,o),[t,c,e,o]),chainInfo:c,...i}}var dr="0x0000000000000000000000000000000000000001";var ea="0xa9059cbb",ta=/^0x[a-fA-F0-9]{40}$/,na="nexus-cross:dapp-ui:send:recent:",pr=10;function oa(e){let t=e.length;for(;t>0&&e.charCodeAt(t-1)===48;)t--;return e.slice(0,t)}function jt(e){return e.toLowerCase()}function Gt(e){return ta.test(e)}function oo(e){return jt(e.address)===dr}function ro(e){return`${na}${e.toLowerCase()}`}function Pt(e){if(typeof window>"u")return[];try{let t=window.localStorage.getItem(ro(e));if(!t)return[];let o=JSON.parse(t);return Array.isArray(o)?o.filter(n=>n!==null&&typeof n=="object"&&Gt(n.address)&&typeof n.updatedAt=="number").slice(0,pr):[]}catch{return[]}}function io(e,t){if(typeof window>"u")return[];let o=jt(t),n=[{address:o,updatedAt:Date.now()},...Pt(e).filter(r=>r.address!==o)].slice(0,pr);try{window.localStorage.setItem(ro(e),JSON.stringify(n))}catch{return Pt(e)}return n}function ao(e){if(!(typeof window>"u"))try{window.localStorage.removeItem(ro(e))}catch{}}function so(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"),c=r.padEnd(t,"0"),d=c?BigInt(c):0n,m=10n**BigInt(t),p=i*m+d;return p<=0n?{error:"Amount must be greater than 0."}:{value:p}}function lo(e,t){let o=BigInt(e||"0"),n=10n**BigInt(t),r=o/n,i=o%n;if(i===0n)return r.toString();let c=oa(i.toString().padStart(t,"0"));return`${r.toString()}.${c}`}function co(e,t){let o=e.replace(/^0x/,"").toLowerCase().padStart(64,"0"),n=t.toString(16).padStart(64,"0");return`${ea}${o}${n}`}var ra=2000000000n,ia=1000000000n;async function vn(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 yn(e){return BigInt(e)}function aa(e){return`0x${e.toString(16)}`}function sa(e){let t={to:e.to};return e.from&&(t.from=e.from),e.value!==void 0&&e.value>0n&&(t.value=aa(e.value)),e.data&&(t.data=e.data),t}function la(e){return e===56||e===97}async function mr(e){try{let t=await vn(e,"eth_gasPrice",[]);return{gasPrice:yn(t)}}catch{return{gasPrice:ra}}}async function ca(e,t){let o=ia;try{let n=await vn(e,"eth_maxPriorityFeePerGas",[]);o=yn(n)}catch{}return{maxFeePerGas:t+o,maxPriorityFeePerGas:o}}async function da(e,t){if(t)return mr(e);let o;try{o=(await vn(e,"eth_getBlockByNumber",["latest",!1]))?.baseFeePerGas}catch{}return o?ca(e,yn(o)):mr(e)}async function fr(e,t){let o=la(t.chainId),n=sa(t),[r,i]=await Promise.all([vn(e,"eth_estimateGas",[n]),da(e,o)]);return{gasLimit:yn(r),gasPrice:i.gasPrice,maxFeePerGas:i.maxFeePerGas,maxPriorityFeePerGas:i.maxPriorityFeePerGas}}function ur(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(ur(o.cause,t+1)),n.join(`
|
|
6
|
-
`).toLowerCase()}function pa(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 po(e,t={},o="Failed to send transaction."){let n=ur(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 c=i?` on ${i}`:"";return`Not enough ${r} to cover the gas fee.Please top up your ${r} balance 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.":pa(e)||o}A(`.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
|
-
`);var a=require("react/jsx-runtime"),ma=1500,fa=120;function mo(e){return`${e.chainId}:${e.address.toLowerCase()}`}function gr(e,t){return e.name||`Account ${(e.index??t)+1}`}function wr(e){return e.trim().slice(0,1).toUpperCase()||"A"}function ua(e){return new Promise(t=>setTimeout(t,e))}function ga(e){let{status:t}=e;return t==="reverted"||t==="0x0"||t===0||t===0n||t===!1}function wa(e){return!!(e.token||e.recipient||e.amount)}function go(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 d=i.toString().padStart(t,"0").slice(0,Math.max(0,Math.min(o,t)));return d=d.replace(/0+$/,""),d?`${r.toString()}.${d}`:r.toString()}function fo(e,t){return go(e,t,6)}function uo(e){return go(e,9,2)}function ha(e){return e.toLocaleString("en-US")}function ba(e){return e.maxFeePerGas!==void 0?"dynamic":e.gasPrice!==void 0?"legacy":null}function xa(e){return e.maxFeePerGas!==void 0?e.gasLimit*e.maxFeePerGas:e.gasPrice!==void 0?e.gasLimit*e.gasPrice:null}function va(){return(0,a.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none","aria-hidden":"true",children:[(0,a.jsx)("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"}),(0,a.jsx)("path",{d:"M4.5 14.5C4.5 13.67 5.17 13 6 13h9.5",stroke:"currentColor",strokeWidth:"1.7",strokeLinecap:"round"}),(0,a.jsx)("path",{d:"M8 6.5h4M8 9h3",stroke:"currentColor",strokeWidth:"1.7",strokeLinecap:"round"})]})}function ya(){return(0,a.jsxs)("svg",{width:"56",height:"56",viewBox:"0 0 56 56",fill:"none","aria-hidden":"true",children:[(0,a.jsx)("circle",{cx:"28",cy:"28",r:"28",fill:"var(--wi-primary)"}),(0,a.jsx)("path",{d:"M17 28.5L24.2 35.5L39 20.5",stroke:"var(--wi-primary-contrast, #001410)",strokeWidth:"4",strokeLinecap:"round",strokeLinejoin:"round"})]})}function Ut({env:e,theme:t="dark",walletAddress:o,accountName:n,accounts:r=[],token:i,tokens:c=[],onTokenChange:d,sendTransaction:m,getTransactionReceipt:p,estimateGas:l,onSuccess:f,onConfirmSuccess:b,onOutlink:h}){let[x,g]=S.useState(""),[w,C]=S.useState(""),[M,T]=S.useState(""),[L,D]=S.useState({}),[k,I]=S.useState(""),[E,N]=S.useState(!1),[Z,W]=S.useState(!1),[be,Fe]=S.useState(!1),[re,Ee]=S.useState("account"),Pe=S.useRef(void 0),J=S.useRef(void 0),qe=S.useRef(null),Ze=S.useRef(null),[ge,Ye]=S.useState(()=>Pt(o)),[xe,te]=S.useState("idle"),[Q,Ve]=S.useState(null),[pe,De]=S.useState(!1),[ve,me]=S.useState(""),ye=S.useRef(0),[ne,Ie]=S.useState(null),[ie,ot]=S.useState(""),ke=oo(i),Ke=S.useMemo(()=>BigInt(i.quantity.numeric||"0"),[i.quantity.numeric]),He=S.useMemo(()=>ft(i.quantity.numeric,i.quantity.decimals),[i.quantity.numeric,i.quantity.decimals]),je=S.useMemo(()=>r.filter(u=>u.address.toLowerCase()!==o.toLowerCase()),[r,o]),rt=S.useMemo(()=>{let u=new Map;return je.forEach((R,F)=>{u.set(R.address.toLowerCase(),{account:R,index:F})}),u},[je]),Te=je.length>0,Ge=S.useMemo(()=>fe(e),[e]),Me=t==="dark"?"1A1A2E":"F3F6F8",Qe=c.length>0?c:[i],Ue=Qe.length>1&&!!d,{transactionUrl:Ae,chainInfo:we}=cr(Ge,i.chainId,k||void 0,!0),_e=we?.currency_symbol??"",Ce=we?.name??`Chain ID ${i.chainId}`;S.useEffect(()=>{T(""),D({}),I(""),te("idle"),Ve(null),me(""),De(!1),ye.current+=1},[i.address,i.chainId,x,w]),S.useEffect(()=>{C(""),N(!1)},[i.address,i.chainId]),S.useEffect(()=>{Ye(Pt(o))},[o]),S.useEffect(()=>()=>{clearTimeout(Pe.current),clearTimeout(J.current)},[]),S.useEffect(()=>{!Te&&re==="account"&&Ee("recent")},[re,Te]),S.useEffect(()=>{let u=window.visualViewport,R=qe.current;if(!u||!R)return;let F=()=>{let le=document.activeElement;return R.contains(le)&&(le instanceof HTMLInputElement||le instanceof HTMLTextAreaElement)},O=48,q=()=>{R.style.paddingBottom=""},ae=()=>{if(!F()){q();return}let le=Math.max(0,window.innerHeight-u.height-u.offsetTop);le>0?R.style.paddingBottom=`${le+O}px`:q();let lt=document.activeElement;lt instanceof HTMLElement&&requestAnimationFrame(()=>{let Dt=lt.getBoundingClientRect(),dn=R.getBoundingClientRect().bottom-le-O,Bt=Dt.bottom-dn;Bt>0&&R.scrollBy({top:Bt,behavior:"smooth"})})},st=()=>{setTimeout(()=>{F()||q()},0)};return u.addEventListener("resize",ae),window.addEventListener("resize",ae),R.addEventListener("focusout",st),()=>{u.removeEventListener("resize",ae),window.removeEventListener("resize",ae),R.removeEventListener("focusout",st),q()}},[]);let We=S.useCallback(()=>{clearTimeout(J.current),J.current=setTimeout(()=>{Ze.current?.scrollIntoView({behavior:"smooth",block:"nearest"})},10)},[]),Hn=S.useCallback(()=>{C(lo(i.quantity.numeric,i.quantity.decimals))},[i.quantity.numeric,i.quantity.decimals]),an=S.useCallback(u=>{g(u),W(!1)},[]),sn=S.useCallback(()=>{let u={},R=x.trim(),F=so(w,i.quantity.decimals),O;return R?Gt(R)||(u.recipient="Enter a valid EVM recipient address."):u.recipient="Enter a recipient address.","error"in F?u.amount=F.error:(O=F.value,O>Ke&&(u.amount="Amount exceeds available balance.")),!ke&&!Gt(i.address)&&(u.token="Token contract address is invalid."),{errors:u,rawAmount:O,trimmedRecipient:R}},[w,Ke,ke,x,i.address,i.quantity.decimals]),ln=S.useCallback(async()=>{if(k)try{await navigator.clipboard.writeText(k),Fe(!0),clearTimeout(Pe.current),Pe.current=setTimeout(()=>Fe(!1),2e3)}catch{}},[k]),it=S.useCallback(()=>{if(!Ae||!k)return;let u=O=>{typeof window>"u"||window.open(O,"_blank","noopener,noreferrer")};if(!h){u(Ae);return}let R=h(Ae,{category:"send",origin:"send-transaction",payload:{chainId:i.chainId,txHash:k}});if(R&&(typeof R=="object"||typeof R=="function")&&typeof R.then=="function"){let O=typeof window<"u"?window.open("","_blank","noopener,noreferrer"):null;R.then(q=>{if(q===null){O?.close();return}let ae=q??Ae;if(O)try{O.location.href=ae}catch{O.close(),u(ae)}else u(ae)});return}let F=R;F!==null&&u(F??Ae)},[h,i.chainId,Ae,k]),at=S.useCallback((u,R)=>ke?{to:u,value:R,chainId:i.chainId,from:o}:{to:jt(i.address),data:co(u,R),value:0n,chainId:i.chainId,from:o},[ke,i.address,i.chainId,o]),Lt=S.useCallback(async(u,R,F)=>{if(!l&&!F)return;let O=++ye.current;De(!0),me("");try{let q=at(u,R),ae=l?await l(q):await fr(F,q);if(ye.current!==O)return;Ve(ae)}catch(q){if(ye.current!==O)return;me(po(q,{nativeSymbol:_e||void 0,networkName:Ce,tokenSymbol:i.symbol},"Failed to estimate gas."))}finally{ye.current===O&&De(!1)}},[at,l,_e,Ce,i.symbol]),cn=S.useCallback(u=>{if(u.preventDefault(),T(""),I(""),!m){te("error"),T("Sending is not available for this wallet.");return}let{errors:R,rawAmount:F,trimmedRecipient:O}=sn();if(D(R),wa(R)||F===void 0){te("error");return}let q=O;Ie(F),ot(q),Ve(null),me(""),te("review")},[m,sn]);S.useEffect(()=>{xe==="review"&&(!ie||ne===null||Q===null&&(pe||ve||!l&&!we?.rpc||Lt(ie,ne,we?.rpc)))},[we?.rpc,l,Lt,Q,ve,pe,ne,ie,xe]);let Ot=S.useCallback(async()=>{if(!(!m||!ie||ne===null)){T(""),I("");try{te("submitting");let u=await m(at(ie,ne));if(I(u),te("confirming"),Ye(io(o,ie)),f?.(u),!p){te("success");return}for(let R=0;R<fa;R+=1){let F=await p({hash:u,chainId:i.chainId}).catch(()=>null);if(F){if(ga(F)){te("error"),T("Transaction reverted on-chain.");return}te("success");return}await ua(ma)}te("error"),T("Transaction receipt was not found. Please check again later.")}catch(u){te("error"),T(po(u,{nativeSymbol:_e||void 0,networkName:Ce,tokenSymbol:i.symbol}))}}},[at,p,_e,Ce,f,ne,ie,m,i.chainId,i.symbol,o]),jn=S.useCallback(()=>{ye.current+=1,Ve(null),me(""),De(!1),T(""),te("idle")},[]),Ft=Ke<=0n||!x.trim()||!w.trim();if(xe==="review"||xe==="submitting"){let u=xe==="submitting",R=ne!==null?go(ne,i.quantity.decimals):w.trim(),F=n?.trim()||`Account ${(r[0]?.index??0)+1}`,O="\u2014",q=_e||(ke?i.symbol:""),ae=we?.currency_decimals??(ke?i.quantity.decimals:18),st=Q?ba(Q):null,le=Q?xa(Q):null,lt=le!==null&&q?`${fo(le,ae)} ${q}`:O,Dt=Q?ha(Q.gasLimit):O,Wt=Q?.maxPriorityFeePerGas!==void 0?`${uo(Q.maxPriorityFeePerGas)} Gwei`:O,dn=Q?.maxFeePerGas!==void 0?`${uo(Q.maxFeePerGas)} Gwei`:O,Bt=Q?.gasPrice!==void 0?`${uo(Q.gasPrice)} Gwei`:O,_o=`${R} ${i.symbol}`,pn=(()=>{if(!Q||le===null)return O;if(ke&&ne!==null){let Rt=ne+le;return`${fo(Rt,ae)} ${q||i.symbol}`}return q?`${fo(le,ae)} ${q}`:O})();return(0,a.jsxs)("div",{className:"send-page send-page--review",children:[(0,a.jsxs)("div",{className:"send-scroll send-review-scroll","data-vaul-no-drag":!0,children:[(0,a.jsxs)("div",{className:"send-review-amount",children:[(0,a.jsx)("img",{className:"send-review-amount-icon",src:i.icon_url,alt:"",width:32,height:32,draggable:!1,onError:Rt=>{Rt.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),(0,a.jsxs)("span",{className:"send-review-amount-value",children:[R," ",i.symbol]})]}),(0,a.jsxs)("div",{className:"send-review-parties",children:[(0,a.jsxs)("div",{className:"send-review-party",children:[(0,a.jsx)("span",{className:"send-review-party-label",children:"From"}),(0,a.jsxs)("div",{className:"send-review-party-info",children:[(0,a.jsx)("span",{className:"send-review-party-name",children:F}),(0,a.jsx)("span",{className:"send-review-party-addr",children:o})]})]}),(0,a.jsxs)("div",{className:"send-review-party",children:[(0,a.jsx)("span",{className:"send-review-party-label",children:"To"}),(0,a.jsx)("div",{className:"send-review-party-info",children:(0,a.jsx)("span",{className:"send-review-party-addr",children:ie})})]})]}),(0,a.jsxs)("section",{className:"send-review-section",children:[(0,a.jsx)("h3",{className:"send-review-section-title",children:"Summary"}),(0,a.jsxs)("div",{className:"send-review-row",children:[(0,a.jsx)("span",{className:"send-review-row-label",children:"Network"}),(0,a.jsxs)("span",{className:"send-review-row-value send-review-network",children:[(0,a.jsx)("span",{className:"send-review-network-dot","aria-hidden":!0}),Ce]})]}),(0,a.jsxs)("div",{className:"send-review-row",children:[(0,a.jsx)("span",{className:"send-review-row-label",children:"Est. Tx Fee"}),(0,a.jsx)("span",{className:"send-review-row-value",children:pe?"\u2026":lt})]}),st==="dynamic"?(0,a.jsxs)(a.Fragment,{children:[(0,a.jsxs)("div",{className:"send-review-row",children:[(0,a.jsx)("span",{className:"send-review-row-label",children:"Max Priority Fee"}),(0,a.jsx)("span",{className:"send-review-row-value",children:pe?"\u2026":Wt})]}),(0,a.jsxs)("div",{className:"send-review-row",children:[(0,a.jsx)("span",{className:"send-review-row-label",children:"Max Gas Fee"}),(0,a.jsx)("span",{className:"send-review-row-value",children:pe?"\u2026":dn})]})]}):st==="legacy"?(0,a.jsxs)("div",{className:"send-review-row",children:[(0,a.jsx)("span",{className:"send-review-row-label",children:"Gas Price"}),(0,a.jsx)("span",{className:"send-review-row-value",children:pe?"\u2026":Bt})]}):null,(0,a.jsxs)("div",{className:"send-review-row",children:[(0,a.jsx)("span",{className:"send-review-row-label",children:"Gas Limit"}),(0,a.jsx)("span",{className:"send-review-row-value",children:pe?"\u2026":Dt})]})]}),(0,a.jsxs)("section",{className:"send-review-section",children:[(0,a.jsx)("h3",{className:"send-review-section-title",children:"Total"}),(0,a.jsxs)("div",{className:"send-review-row",children:[(0,a.jsx)("span",{className:"send-review-row-label",children:"Total Amount"}),(0,a.jsx)("span",{className:"send-review-row-value",children:_o})]}),(0,a.jsxs)("div",{className:"send-review-row",children:[(0,a.jsx)("span",{className:"send-review-row-label",children:"Max. Total Amount"}),(0,a.jsx)("span",{className:"send-review-row-value",children:pe?"\u2026":pn})]})]}),ve&&(0,a.jsx)("div",{className:"send-message send-message--error",role:"alert",children:ve}),M&&(0,a.jsx)("div",{className:"send-message send-message--error",role:"alert",children:M})]}),(0,a.jsxs)("div",{className:"send-footer send-footer--review",children:[(0,a.jsx)("button",{type:"button",className:"send-review-btn send-review-btn--cancel",onClick:jn,disabled:u,children:"Cancel"}),(0,a.jsx)("button",{type:"button",className:"send-review-btn send-review-btn--confirm",onClick:Ot,disabled:u,children:u?"Sending...":"Send"})]})]})}if((xe==="confirming"||xe==="success")&&k){let u=xe==="success";return(0,a.jsxs)("div",{className:"send-page send-page--success",children:[(0,a.jsxs)("div",{className:"send-success-body","data-vaul-no-drag":!0,children:[(0,a.jsx)("div",{className:"send-success-icon","data-pending":!u||void 0,children:u?(0,a.jsx)(ya,{}):(0,a.jsx)("span",{className:"send-success-spinner"})}),(0,a.jsxs)("div",{className:"send-success-copy",children:[(0,a.jsx)("h3",{className:"send-success-title",children:u?"Transaction Complete":"Transaction in Progress"}),(0,a.jsx)("p",{className:"send-success-desc",children:u?"Your transfer was sent successfully.":"Transfer in progress. Waiting for confirmation."})]}),(0,a.jsxs)("div",{className:"send-success-hash-card",children:[(0,a.jsx)("span",{className:"send-success-hash-label",children:"Transaction Hash"}),(0,a.jsxs)("div",{className:"send-success-hash-row","data-vaul-no-drag":!0,children:[(0,a.jsx)("button",{type:"button",className:"send-success-hash-link",onClick:it,"aria-label":"Open transaction in explorer",children:Ne(k)}),(0,a.jsx)("button",{type:"button",className:"send-success-copy-btn",onClick:ln,"aria-label":"Copy transaction hash",children:be?(0,a.jsx)(Ht,{size:16}):"Copy"})]})]})]}),(0,a.jsx)("div",{className:"send-footer",children:(0,a.jsx)("button",{type:"button",className:"send-submit-btn",onClick:b,disabled:!u,children:u?"All done":"Sending..."})})]})}return(0,a.jsxs)("form",{className:"send-page",onSubmit:cn,children:[(0,a.jsxs)("div",{className:"send-scroll","data-vaul-no-drag":!0,ref:qe,children:[(0,a.jsxs)("section",{className:"send-section","aria-label":"Select token to send",children:[(0,a.jsx)("span",{className:"send-label",children:"Token"}),(0,a.jsxs)("button",{type:"button",className:"send-asset-card",onClick:()=>{Ue&&N(u=>!u)},disabled:!Ue,"aria-expanded":Ue?E:void 0,children:[(0,a.jsxs)("span",{className:"send-asset-left",children:[(0,a.jsx)("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"}}),(0,a.jsxs)("span",{className:"send-asset-info",children:[(0,a.jsx)("span",{className:"send-asset-symbol",children:i.symbol}),(0,a.jsx)("span",{className:"send-asset-name",children:i.name})]})]}),(0,a.jsxs)("span",{className:"send-asset-balance",children:[(0,a.jsx)("span",{className:"send-balance-label",children:"Available"}),(0,a.jsxs)("span",{className:"send-balance-value",children:[He," ",i.symbol]})]})]}),Ue&&E&&(0,a.jsx)("div",{className:"send-token-list",role:"listbox",children:Qe.map(u=>{let R=mo(u)===mo(i);return(0,a.jsxs)("button",{type:"button",role:"option","aria-selected":R,className:"send-token-option","data-selected":R||void 0,onClick:()=>d?.(u),children:[(0,a.jsxs)("span",{className:"send-asset-left",children:[(0,a.jsx)("img",{className:"send-token-option-icon",src:u.icon_url,alt:u.symbol,width:28,height:28,draggable:!1,onError:F=>{F.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),(0,a.jsxs)("span",{className:"send-asset-info",children:[(0,a.jsx)("span",{className:"send-token-option-symbol",children:u.symbol}),(0,a.jsx)("span",{className:"send-asset-name",children:u.name})]})]}),(0,a.jsx)("span",{className:"send-token-option-balance",children:ft(u.quantity.numeric,u.quantity.decimals)})]},mo(u))})}),L.token&&(0,a.jsx)("p",{className:"send-field-error",role:"alert",children:L.token})]}),(0,a.jsxs)("section",{className:"send-field","aria-label":"Recipient address",children:[(0,a.jsx)("span",{className:"send-label",children:"To"}),(0,a.jsxs)("div",{className:"send-address-wrap","data-invalid":L.recipient||void 0,children:[(0,a.jsx)("input",{className:"send-input send-input--address",value:x,onChange:u=>g(u.target.value),placeholder:"0x...",autoComplete:"off",spellCheck:!1,"aria-invalid":!!L.recipient,"aria-describedby":L.recipient?"send-recipient-error":void 0}),(0,a.jsx)("button",{type:"button",className:"send-address-book-btn",onClick:()=>W(u=>!u),"aria-label":"Open address book","aria-expanded":Z,children:(0,a.jsx)(va,{})})]}),L.recipient&&(0,a.jsx)("p",{id:"send-recipient-error",className:"send-field-error",role:"alert",children:L.recipient}),Z&&(0,a.jsxs)("div",{className:"send-address-picker",children:[(0,a.jsxs)("div",{className:"send-address-tabs",role:"tablist",children:[Te&&(0,a.jsx)("button",{type:"button",role:"tab",className:"send-address-tab","data-active":re==="account"||void 0,"aria-selected":re==="account",onClick:()=>Ee("account"),children:"My Account"}),(0,a.jsx)("button",{type:"button",role:"tab",className:"send-address-tab","data-active":re==="recent"||void 0,"aria-selected":re==="recent",onClick:()=>Ee("recent"),children:"Recent"})]}),Te&&re==="account"?(0,a.jsx)("div",{className:"send-address-list",children:je.map((u,R)=>{let F=gr(u,R),O=ut(Ge,u.address,{size:56,bg:Me});return(0,a.jsxs)("button",{type:"button",className:"send-address-option",onClick:()=>an(u.address),children:[(0,a.jsxs)("span",{className:"send-address-avatar","aria-hidden":!0,children:[O&&(0,a.jsx)("img",{className:"send-address-avatar-img",src:O,alt:"",width:36,height:36,draggable:!1,onError:q=>{q.currentTarget.style.display="none"}}),(0,a.jsx)("span",{className:"send-address-avatar-fallback",children:wr(F)})]}),(0,a.jsxs)("span",{className:"send-address-copy",children:[(0,a.jsx)("span",{className:"send-address-name",children:F}),(0,a.jsx)("span",{className:"send-address-value",children:Ne(u.address)})]})]},u.address)})}):ge.length>0?(0,a.jsx)("div",{className:"send-address-list",children:ge.map(u=>{let R=rt.get(u.address.toLowerCase()),F=R?gr(R.account,R.index):void 0,O=ut(Ge,u.address,{size:56,bg:Me});return(0,a.jsxs)("button",{type:"button",className:"send-address-option",onClick:()=>an(u.address),children:[(0,a.jsxs)("span",{className:"send-address-avatar","aria-hidden":!0,children:[O&&(0,a.jsx)("img",{className:"send-address-avatar-img",src:O,alt:"",width:36,height:36,draggable:!1,onError:q=>{q.currentTarget.style.display="none"}}),(0,a.jsx)("span",{className:"send-address-avatar-fallback",children:F?wr(F):u.address.slice(2,4).toUpperCase()})]}),(0,a.jsxs)("span",{className:"send-address-copy",children:[(0,a.jsx)("span",{className:"send-address-name",children:F??Ne(u.address)}),(0,a.jsx)("span",{className:"send-address-value",children:R?Ne(R.account.address):"Recently sent"})]})]},u.address)})}):(0,a.jsx)("div",{className:"send-address-empty",children:"No Send History"})]})]}),(0,a.jsxs)("section",{className:"send-field","aria-labelledby":"send-amount-label",children:[(0,a.jsxs)("span",{className:"send-label-row",children:[(0,a.jsx)("span",{id:"send-amount-label",className:"send-label",children:"Amount"}),(0,a.jsx)("button",{type:"button",className:"send-max-btn",onClick:Hn,disabled:Ke<=0n,children:"Max"})]}),(0,a.jsxs)("div",{className:"send-amount-wrap","data-invalid":L.amount||void 0,children:[(0,a.jsx)("input",{ref:Ze,className:"send-input send-input--amount",value:w,onChange:u=>C(u.target.value),onFocus:We,placeholder:"0.00",inputMode:"decimal",autoComplete:"off","aria-labelledby":"send-amount-label","aria-invalid":!!L.amount,"aria-describedby":L.amount?"send-amount-error":void 0}),(0,a.jsx)("span",{className:"send-amount-symbol",children:i.symbol})]}),L.amount&&(0,a.jsx)("p",{id:"send-amount-error",className:"send-field-error",role:"alert",children:L.amount})]}),(0,a.jsxs)("div",{className:"send-meta",children:[(0,a.jsx)("span",{children:"From"}),(0,a.jsx)("span",{children:Ne(o)})]}),(0,a.jsxs)("div",{className:"send-meta",children:[(0,a.jsx)("span",{children:"Network"}),(0,a.jsxs)("span",{children:["Chain ID ",i.chainId]})]}),M&&(0,a.jsx)("div",{className:"send-message send-message--error",role:"alert",children:M})]}),(0,a.jsx)("div",{className:"send-footer",children:(0,a.jsx)("button",{type:"submit",className:"send-submit-btn","data-disabled":Ft||void 0,"aria-disabled":Ft,children:"Send"})})]})}var hr=G(require("@radix-ui/react-popover"),1),br=require("vaul");var gt=require("react/jsx-runtime");function xr({asChild:e,className:t,children:o}){let{isMobile:n,theme:r,walletAddress:i}=Xe(),c=o!=null,d=e??!0,m=c?o:(0,gt.jsxs)("button",{type:"button",className:X("wi-trigger-btn",t),"data-theme":r,"data-mobile":n||void 0,children:[(0,gt.jsx)(Qo,{size:n?14:16}),(0,gt.jsx)("span",{className:"wi-trigger-address",children:Ne(i)})]});return n?(0,gt.jsx)(br.Drawer.Trigger,{asChild:d,children:m}):(0,gt.jsx)(hr.Trigger,{asChild:d,children:m})}var U=G(require("react"),1),Fn=G(require("@radix-ui/react-popover"),1),Yt=require("vaul");var At=G(require("bignumber.js"),1);var vr=require("@tanstack/react-query"),yr=require("react");var kn="user-balance";async function ka(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 c=await i.json();if(c.code!==200)throw new Error(`Token balance API error: ${c.code}`);return c.data}function wt(e,t,o=!0){let n=Le[e],r=ue[e],i=[r.cross,r.bsc],c=(0,vr.useQueries)({queries:i.map(l=>({queryKey:[kn,e,t,l],queryFn:({signal:f})=>ka(n,l,t,f),enabled:!!t&&o,staleTime:0,refetchInterval:o?5e3:!1}))}),d=c.some(l=>l.isLoading),m=c.some(l=>l.isError);return{tokens:(0,yr.useMemo)(()=>{let l=[];for(let f of c)f.data&&l.push(...f.data);return l},[c]),isLoading:d,isError:m}}var Cn=require("@tanstack/react-query"),kr=require("react");var Ca="forge-holdings",Na="forge-token-image";async function La(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 Cr(e,t,o=!0){let n=Xn[e],{data:r,...i}=(0,Cn.useQuery)({queryKey:[Ca,e,t],queryFn:({signal:c})=>La(n,t,c),enabled:!!t&&o,staleTime:0,refetchInterval:o?5e3:!1});return{holdings:r??[],...i}}function Nr(e,t,o=!0){let n=Xn[e],r=(0,Cn.useQueries)({queries:t.map(c=>({queryKey:[Na,e,c],queryFn:({signal:d})=>Ra(n,c,d),enabled:o,staleTime:1/0}))});return{imageMap:(0,kr.useMemo)(()=>{let c=new Map;for(let d of r)d.data&&c.set(d.data.address,d.data.image_url);return c},[r])}}var Lr=require("@tanstack/react-query"),Rr=require("react");var Nn="token-stats";function ht(e,t){return`${e}:${t.toLowerCase()}`}function bt(e,t=!0){let o=Le[e],{data:n,...r}=(0,Lr.useQuery)({queryKey:[Nn,e],queryFn:async({signal:c})=>{let d=await fetch(`${o}/v1/public/token/stats`,{cache:"no-store",signal:c});if(!d.ok)throw new Error(`Failed to fetch token stats: ${d.status}`);let m=await d.json();if(m.code!==200)throw new Error(`Token stats API error: ${m.code}`);return m},enabled:t,staleTime:3e4});return{statsMap:(0,Rr.useMemo)(()=>{let c=new Map;if(!n?.data)return c;for(let d of n.data){let m=ht(d.chain_id,d.address);c.set(m,d)}return c},[n]),...r}}var Sr=require("@tanstack/react-query"),Er=require("react");var Sa="token-info";function wo(e,t){return`${t.toLowerCase()}_${e}`}function Pr(e,t=!0){let o=Le[e],{data:n,...r}=(0,Sr.useQuery)({queryKey:[Sa,e],queryFn:async({signal:c})=>{let d=await fetch(`${o}/v1/public/token/info`,{cache:"no-store",signal:c});if(!d.ok)throw new Error(`Failed to fetch token info: ${d.status}`);let m=await d.json();if(m.code!==200)throw new Error(`Token info API error: ${m.code}`);return m},enabled:t,staleTime:1/0});return{categoryMap:(0,Er.useMemo)(()=>{let c=new Map;if(!n?.data)return c;for(let d of n.data){let m=wo(d.chain_id,d.address);c.set(m,d.category)}return c},[n]),...r}}var Ir=require("react"),Ln=G(require("bignumber.js"),1);function Tr(e,t,o){let{tokens:n,isLoading:r}=wt(e,t,o),{statsMap:i}=bt(e,o);return(0,Ir.useMemo)(()=>{let c=new Ln.default(0);for(let l of n){let f=i.get(ht(l.chainId,l.address));if(!f)continue;let h=new Ln.default(l.quantity.numeric).shiftedBy(-l.quantity.decimals).multipliedBy(new Ln.default(f.price));h.isNaN()||(c=c.plus(h))}let d=c.toFixed(),{displayValue:m,isLowerBound:p}=Yo(d);return{totalUsd:d,displayValue:m,isLowerBound:p,isLoading:r}},[n,i,r])}var pi=require("qrcode.react");function Be(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(p){console.error("[dapp-ui] onOutlink threw:",p);return}let i=p=>{typeof window>"u"||window.open(p,"_blank","noopener,noreferrer")};if((p=>!!p&&(typeof p=="object"||typeof p=="function")&&typeof p.then=="function")(r)){let p=typeof window<"u"?window.open("","_blank","noopener,noreferrer"):null,l=f=>{if(f===null){p?.close();return}let b=f??t;if(p)try{p.location.href=b}catch{p.close(),i(b)}else i(b)};r.then(l,f=>{console.error("[dapp-ui] onOutlink rejected:",f),p?.close()});return}let d=r;if(d===null)return;i(d??t)}var kt=G(require("react"),1),di=require("vaul");var Rn=require("react"),qt=(0,Rn.createContext)(null);function Re(){let e=(0,Rn.useContext)(qt);if(!e)throw new Error("WalletPortfolio compound components must be used within <WalletPortfolio>");return e}var Mr=require("vaul");var ho=require("react/jsx-runtime");function Ar({asChild:e,children:t}){let{walletAddress:o}=Re(),n=t!=null,r=e??!0,i=n?t:(0,ho.jsx)("button",{type:"button",children:Ne(o)});return(0,ho.jsx)(Mr.Drawer.Trigger,{asChild:r,children:i})}var Zt=require("vaul");var he=G(require("react"),1),li=require("@tanstack/react-query");var $r=require("react"),Mn=G(require("bignumber.js"),1);var Fr=require("@tanstack/react-query"),bo=require("react");var Sn={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"},_r={dev:"https://stg-x.crosstoken.io",stage:"https://stg-x.crosstoken.io",production:"https://x.crosstoken.io"},En={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"},Pn={dev:"https://stg-x.crosstoken.io",stage:"https://stg-x.crosstoken.io",production:"https://x.crosstoken.io"},It={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"},Or={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 Ea="wp:reward-pools";function In(e,t=!0){let o=Sn[e],{data:n,...r}=(0,Fr.useQuery)({queryKey:[Ea,e],queryFn:async({signal:d})=>{let m=await fetch(`${o}/v1/pools`,{cache:"no-store",signal:d});if(!m.ok)throw new Error(`Failed to fetch pools: ${m.status}`);let p=await m.json();if(p.code!==200)throw new Error(`Pools API error: ${p.code}`);return p},enabled:t,staleTime:0}),i=(0,bo.useMemo)(()=>n?.data.pools.filter(d=>d.pool_type==="CrossPool")??[],[n]),c=(0,bo.useMemo)(()=>n?.data.pools.filter(d=>d.pool_type==="GamePool")??[],[n]);return{crossPools:i,gamePools:c,allPools:n?.data.pools??[],...r}}var Dr=require("@tanstack/react-query"),Wr=require("react");var Pa="wp:user-deposits";function Tn(e,t,o=!0){let n=Sn[e],r=o&&!!t,{data:i,...c}=(0,Dr.useQuery)({queryKey:[Pa,e,t],queryFn:async({signal:m})=>{let p=await fetch(`${n}/v1/users/${t}/deposits`,{cache:"no-store",signal:m});if(!p.ok)throw new Error(`Deposits fetch failed: ${p.status}`);let l=await p.json();if(l.code!==200)throw new Error(`Deposits API error: ${l.code}`);return l},enabled:r,staleTime:0});return{depositMap:(0,Wr.useMemo)(()=>{let m=new Map;if(!i?.data.user_deposits)return m;for(let p of i.data.user_deposits)m.set(p.pool_address.toLowerCase(),p);return m},[i]),deposits:i?.data.user_deposits??[],...c}}var xo=require("@tanstack/react-query"),vo=require("react");function et(e,t,o,n=!0){let r=Or[e][t],i=n&&!!o,{data:c,...d}=(0,xo.useQuery)({queryKey:["wp:dex-pairs",e,t],queryFn:async({signal:x})=>{let g=await fetch(`${r}/pair-info`,{cache:"no-store",signal:x});if(!g.ok)throw new Error(`pair-info fetch failed: ${g.status}`);let w=await g.json();if(w.code!==200)throw new Error(`pair-info API error: ${w.code}`);return w},enabled:n,staleTime:0}),m=c?.data??[],p=(0,vo.useMemo)(()=>{let x=new Map;for(let g of m)x.set(g.pair_address.toLowerCase(),g);return x},[m]),{data:l,...f}=(0,xo.useQuery)({queryKey:["wp:dex-orders",e,t,o],queryFn:async({signal:x})=>{let g=Math.floor(Date.now()/1e3),w=new URLSearchParams({owner:o,size:"200",start_date:"0",end_date:String(g)}),C=await fetch(`${r}/open-order?${w}`,{cache:"no-store",signal:x});if(!C.ok)throw new Error(`open-order fetch failed: ${C.status}`);let M=await C.json();if(M.code!==200)throw new Error(`open-order API error: ${M.code}`);return M.data?.data??[]},enabled:i,staleTime:0}),b=l??[],h=(0,vo.useMemo)(()=>{let x=new Map;for(let g of b){let w=g.pair.toLowerCase();x.has(w)||x.set(w,{buys:[],sells:[]});let C=x.get(w);g.order_side===1?C.buys.push(g):C.sells.push(g)}return x},[b]);return{allPairs:m,pairMap:p,orders:b,ordersByPair:h,isEmpty:b.length===0,isLoading:d.isLoading||f.isLoading}}var Ia=["var(--wp-blue)","var(--wp-purple)","var(--wp-red)","var(--wp-orange)"],Br="var(--wp-green)",zr=4;function Vr(e,t,o=!0){let n=o&&!!t,{allPools:r}=In(e,n),{depositMap:i}=Tn(e,t,n),{allPairs:c,pairMap:d,ordersByPair:m}=et(e,"cross",t,n),{allPairs:p,pairMap:l,ordersByPair:f}=et(e,"crossd",t,n),{allPairs:b,pairMap:h,ordersByPair:x}=et(e,"forge",t,n);return(0,$r.useMemo)(()=>{let g=new Map,w=new Map,C=(k,I)=>{!Number.isFinite(I)||I<=0||w.set(k,(w.get(k)??0)+I)};for(let k of r){let I=Number(k.deposit_token.price);I>0&&g.set(k.deposit_token.symbol,I);for(let E of k.reward_tokens){let N=Number(E.price);N>0&&g.set(E.symbol,N)}}for(let k of[...c,...p,...b]){let I=g.get(k.quote_symbol),E=Number(k.billboard?.price);I&&E>0&&!g.has(k.base_symbol)&&g.set(k.base_symbol,E*I)}for(let k of r){let I=i.get(k.pool_address.toLowerCase());if(!I)continue;let E=new Mn.default(I.deposited_amount).shiftedBy(-k.deposit_token.decimals).toNumber();if(C(k.deposit_token.symbol,E),k.reward_tokens.length>0){let N=k.reward_tokens[0],Z=new Mn.default(I.claimable_reward).shiftedBy(-N.decimals).toNumber();C(N.symbol,Z)}}let M=[{pairMap:d,ordersByPair:m},{pairMap:l,ordersByPair:f},{pairMap:h,ordersByPair:x}];for(let{pairMap:k,ordersByPair:I}of M)for(let[E,N]of I){let Z=k.get(E);if(Z){for(let W of N.buys){let be=Number(W.amount)-Number(W.filled);C(Z.quote_symbol,be*Number(W.price))}for(let W of N.sells){let be=Number(W.amount)-Number(W.filled);C(Z.base_symbol,be)}}}let T=[],L=0;for(let[k,I]of w){let E=g.get(k)??0,N=I*E;N>0&&(T.push({symbol:k,usdValue:N}),L+=N)}T.sort((k,I)=>I.usdValue-k.usdValue);let D=[];if(L>0){let k=T.slice(0,zr),I=T.slice(zr);for(let N=0;N<k.length;N++)D.push({symbol:k[N].symbol,usdValue:k[N].usdValue,percentage:Math.round(k[N].usdValue/L*100),color:Ia[N]??Br});if(I.length>0){let N=I.reduce((Z,W)=>Z+W.usdValue,0);D.push({symbol:"Others",usdValue:N,percentage:Math.round(N/L*100),color:Br})}let E=D.reduce((N,Z)=>N+Z.percentage,0);E!==100&&D.length>0&&(D[0].percentage+=100-E)}return{totalUsd:L,formattedTotal:L>0?`$${new Mn.default(L).toFormat(2)}`:"$0.00",segments:D}},[r,i,c,d,m,p,l,f,b,h,x])}var ce=require("react/jsx-runtime");function Hr({size:e=22,className:t}){return(0,ce.jsx)("svg",{width:e,height:e,viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,ce.jsx)("path",{d:"M14 4L7 11L14 18",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})})}function jr({size:e=22,className:t}){return(0,ce.jsxs)("svg",{width:e,height:e,viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[(0,ce.jsx)("path",{d:"M18.333 3.667v5.5h-5.5",stroke:"currentColor",strokeWidth:1.833,strokeLinecap:"round",strokeLinejoin:"round"}),(0,ce.jsx)("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(0,ce.jsx)("svg",{width:e,height:e,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,ce.jsx)("path",{d:"M6 11A5 5 0 106 1a5 5 0 000 10zM6 8V6M6 4h.005",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"})})}function Ur({size:e=6,className:t}){return(0,ce.jsx)("svg",{width:e,height:e*4/6,viewBox:"0 0 6 4",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,ce.jsx)("path",{d:"M1 1l2 2 2-2",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"})})}function xt({size:e=12,className:t}){return(0,ce.jsxs)("svg",{width:e,height:e,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,"aria-hidden":"true",children:[(0,ce.jsx)("path",{d:"M5 2H2.5A1.5 1.5 0 0 0 1 3.5V9.5A1.5 1.5 0 0 0 2.5 11H8.5A1.5 1.5 0 0 0 10 9.5V7",stroke:"currentColor",strokeWidth:1.2,strokeLinecap:"round",strokeLinejoin:"round"}),(0,ce.jsx)("path",{d:"M7 1H11V5",stroke:"currentColor",strokeWidth:1.2,strokeLinecap:"round",strokeLinejoin:"round"}),(0,ce.jsx)("path",{d:"M11 1L6 6",stroke:"currentColor",strokeWidth:1.2,strokeLinecap:"round",strokeLinejoin:"round"})]})}var An=G(require("bignumber.js"),1),yo={included:["CROSS Rewards deposited assets","CROSS Rewards claimable rewards","Gametoken open buy/sell orders"],excluded:["Forge LP value","Wallet balances outside Portfolio"]};function qr(e){return e!=="production"}function Zr(e){return e.length<=12?e:`${e.slice(0,6)}...${e.slice(-4)}`}function ko(e,t){let o=new An.default(e).shiftedBy(-t);return!o.isFinite()||o.isZero()?"0":o.isGreaterThanOrEqualTo(1)?o.toFormat(2,An.default.ROUND_DOWN):o.toFormat(4,An.default.ROUND_DOWN)}var Yr=require("@tanstack/react-query"),Kr=require("react");var Ta="wp:token-info";function _n(e,t=!0){let o=Le[e],n=ue[e].cross,{data:r,...i}=(0,Yr.useQuery)({queryKey:[Ta,e],queryFn:async({signal:p})=>{let l=await fetch(`${o}/v1/public/token/info`,{cache:"no-store",signal:p});if(!l.ok)throw new Error(`Failed to fetch token info: ${l.status}`);let f=await l.json();if(f.code!==200)throw new Error(`Token info API error: ${f.code}`);return f},enabled:t,staleTime:300*1e3}),{byChainAddr:c,byChainSym:d}=(0,Kr.useMemo)(()=>{let p=new Map,l=new Map;if(!r?.data)return{byChainAddr:p,byChainSym:l};for(let f of r.data){let b=f.address.toLowerCase();p.set(`${f.chain_id}:${b}`,f),p.set(b,f);let h=f.symbol.replace(/^t/,"").toUpperCase(),x=`${f.chain_id}:${h}`;l.has(x)||l.set(x,f),l.has(h)||l.set(h,f)}return{byChainAddr:p,byChainSym:l}},[r]);return{getTokenImage:(p,l)=>{let f=p.toLowerCase(),b=c.get(`${n}:${f}`);if(b?.image)return b.image;let h=c.get(f);if(h?.image)return h.image;if(l){let x=l.replace(/^t/,"").toUpperCase(),g=d.get(`${n}:${x}`);if(g?.image)return g.image;let w=d.get(x);if(w?.image)return w.image}return""},...i}}var tt=require("react/jsx-runtime");function Tt({title:e,icon:t,iconFit:o="cover",isEmpty:n,children:r}){return(0,tt.jsxs)("div",{className:"wp-svc-card",children:[(0,tt.jsxs)("div",{className:"wp-svc-card-head",children:[(0,tt.jsx)("img",{className:"wp-svc-card-icon",src:t,alt:"",style:{objectFit:o}}),(0,tt.jsx)("span",{className:"wp-svc-card-title",children:e})]}),n?(0,tt.jsx)("div",{className:"wp-svc-empty",children:"No assets yet"}):(0,tt.jsx)("div",{className:"wp-svc-items",children:r})]})}var Mt=G(require("bignumber.js"),1),z=require("react/jsx-runtime"),Ma="CROSS Rewards";function Aa(e){return new Mt.default(e||"0").isGreaterThan(0)}function _a(e,t,o){let n=new Mt.default(e||"0").shiftedBy(-t).times(o||"0");return!n.isFinite()||n.isZero()?"$0.00":`$${n.toFormat(2,Mt.default.ROUND_DOWN)}`}function Qr(){let{env:e,walletAddress:t,onOutlink:o}=Re(),n=!!t,{allPools:r}=In(e,n),{depositMap:i}=Tn(e,t,n),{getTokenImage:c}=_n(e,n),d=(l,f)=>`${_r[e]}/rewards/${l.pool_address}?action=${f}`,m=`${It[e]}/reward.png`,p=r.filter(l=>{let f=i.get(l.pool_address.toLowerCase()),b=f?.deposited_amount??"0",h=f?.claimable_reward??"0";return!(new Mt.default(b).isZero()&&new Mt.default(h).isZero())});return(0,z.jsx)(Tt,{title:Ma,icon:m,isEmpty:p.length===0,children:p.map(l=>{let f=i.get(l.pool_address.toLowerCase()),b=f?.deposited_amount??"0",h=f?.claimable_reward??"0",x=d(l,"withdraw"),g=d(l,"claim"),w=c(l.deposit_token.address,l.deposit_token.symbol),C=l.reward_tokens[0],M=C?c(C.address,C.symbol):"",T=l.reward_tokens.map(N=>N.symbol),L=T.length>0?`${l.deposit_token.symbol}-${T.join("/")}`:l.deposit_token.symbol,D=C?ko(h,C.decimals):"0",k=C?.symbol??"Reward",I=C?_a(h,C.decimals,C.price):"$0.00",E=!!f&&Aa(h);return(0,z.jsxs)("article",{className:"wp-item","data-side":"reward",children:[(0,z.jsxs)("div",{className:"wp-item-body",children:[(0,z.jsxs)("div",{className:"wp-item-line",children:[(0,z.jsx)("span",{className:"wp-item-label",children:"Pool (Deposit - Earn)"}),(0,z.jsxs)("div",{className:"wp-svc-token",children:[(0,z.jsxs)("span",{className:"wp-token-stack","aria-hidden":!0,children:[w&&(0,z.jsx)("img",{className:"wp-svc-token-icon",src:w,alt:""}),M&&(0,z.jsx)("img",{className:"wp-svc-token-icon",src:M,alt:""})]}),(0,z.jsx)("span",{children:L})]})]}),(0,z.jsxs)("div",{className:"wp-item-line",children:[(0,z.jsx)("span",{className:"wp-item-label",children:"Deposited"}),(0,z.jsxs)("div",{className:"wp-svc-token",children:[w&&(0,z.jsx)("img",{className:"wp-svc-token-icon",src:w,alt:""}),(0,z.jsx)("span",{children:ko(b,l.deposit_token.decimals)})]})]}),(0,z.jsxs)("div",{className:"wp-item-line",children:[(0,z.jsxs)("span",{className:"wp-item-label",children:["Claimable (",k,")"]}),(0,z.jsxs)("div",{className:"wp-svc-token",children:[M&&(0,z.jsx)("img",{className:"wp-svc-token-icon",src:M,alt:""}),(0,z.jsx)("span",{children:D}),(0,z.jsx)("span",{className:"wp-item-usd",children:I})]})]})]}),(0,z.jsxs)("div",{className:"wp-item-tags",children:[(0,z.jsxs)("a",{className:"wp-tag wp-tag--muted",href:x,target:"_blank",rel:"noopener noreferrer",onClick:N=>Be(N,x,{category:"portfolio",origin:"portfolio-rewards",payload:{pool:l,userDeposit:f}},o),children:[(0,z.jsx)("span",{className:"wp-tag-label",children:"Withdraw"}),(0,z.jsx)(xt,{size:12,className:"wp-tag-icon"})]}),(0,z.jsxs)("a",{className:"wp-tag wp-tag--mint","data-disabled":!E||void 0,"aria-disabled":!E||void 0,href:E?g:void 0,target:E?"_blank":void 0,rel:E?"noopener noreferrer":void 0,onClick:N=>{if(!E){N.preventDefault();return}Be(N,g,{category:"portfolio",origin:"portfolio-rewards",payload:{pool:l,userDeposit:f}},o)},children:[(0,z.jsx)("span",{className:"wp-tag-label",children:"Claim"}),(0,z.jsx)(xt,{size:12,className:"wp-tag-icon"})]})]})]},l.pool_address)})})}var Co=G(require("bignumber.js"),1);var H=require("react/jsx-runtime");function Xr(e){let t=new Co.default(e);if(t.isNaN())return e;let o=t.decimalPlaces()??0;return t.toFormat(o)}function Oa(e){let t=new Co.default(e.amount).minus(e.filled);return Xr(t.toString())}function Jr({market:e,pairMap:t,ordersByPair:o,getDexUrl:n,getTokenImage:r}){let{onOutlink:i}=Re(),c=[];for(let[d,m]of o){let p=t.get(d),l=p?r(p.base_address,p.base_symbol):"",f=p?r(p.quote_address,p.quote_symbol):"",b=n(d),h=p?`${p.base_symbol}/${p.quote_symbol}`:"Unknown Pair",x=(g,w)=>(0,H.jsxs)("a",{className:"wp-item","data-side":w,href:b,target:"_blank",rel:"noopener noreferrer",onClick:C=>Be(C,b,{category:"portfolio",origin:"portfolio-dex-order",payload:{market:e,side:w,order:g,pair:p}},i),children:[(0,H.jsxs)("div",{className:"wp-item-body",children:[(0,H.jsx)("div",{className:"wp-order-head",children:(0,H.jsxs)("div",{className:"wp-svc-token",children:[l&&(0,H.jsx)("img",{className:"wp-svc-token-icon",src:l,alt:""}),(0,H.jsx)("span",{children:p?.base_symbol??"Token"}),(0,H.jsx)("span",{className:"wp-token-subtle",children:h})]})}),(0,H.jsxs)("div",{className:"wp-item-line",children:[(0,H.jsx)("span",{className:"wp-item-label",children:"Price"}),(0,H.jsxs)("div",{className:"wp-svc-token",children:[f&&(0,H.jsx)("img",{className:"wp-svc-token-icon",src:f,alt:""}),(0,H.jsx)("span",{children:Xr(g.price)})]})]}),(0,H.jsxs)("div",{className:"wp-item-line",children:[(0,H.jsx)("span",{className:"wp-item-label",children:"Amount"}),(0,H.jsxs)("div",{className:"wp-svc-token",children:[l&&(0,H.jsx)("img",{className:"wp-svc-token-icon",src:l,alt:""}),(0,H.jsx)("span",{children:Oa(g)})]})]}),(0,H.jsxs)("div",{className:"wp-item-line",children:[(0,H.jsx)("span",{className:"wp-item-label",children:"Type"}),(0,H.jsx)("span",{className:`wp-order-side wp-order-side--${w}`,children:w==="buy"?"Buy":"Sell"})]})]}),(0,H.jsx)("div",{className:"wp-item-tags",children:(0,H.jsxs)("span",{className:"wp-tag wp-tag--muted",children:[(0,H.jsx)("span",{className:"wp-tag-label",children:"Cancel"}),(0,H.jsx)(xt,{size:12,className:"wp-tag-icon"})]})})]},`${w}-${g.order_id}`);for(let g of m.buys)c.push(x(g,"buy"));for(let g of m.sells)c.push(x(g,"sell"))}return(0,H.jsx)(H.Fragment,{children:c})}var No=require("react/jsx-runtime"),Fa="Gametoken";function Da(e){return e==="cross"?"cross":e==="crossd"?"crossd":"forge"}function ei(){let{env:e,walletAddress:t}=Re(),o=!!t,n=et(e,"cross",t,o),r=et(e,"crossd",t,o),i=et(e,"forge",t,o),{getTokenImage:c}=_n(e,o),d=`${It[e]}/dex.png`,m=[{market:"cross",data:n},{market:"crossd",data:r},{market:"forge",data:i}],p=m.every(({data:l})=>l.isEmpty);return(0,No.jsx)(Tt,{title:Fa,icon:d,isEmpty:p,children:m.map(({market:l,data:f})=>(0,No.jsx)(Jr,{market:l,pairMap:f.pairMap,ordersByPair:f.ordersByPair,getDexUrl:b=>{let h=f.pairMap.get(b.toLowerCase());return`${Pn[e]}/gametoken/${Da(l)}/${h?.base_symbol??""}`},getTokenImage:c},l))})}var On=G(require("bignumber.js"),1),ai=require("react");var ti=require("@tanstack/react-query");var Wa="wp:forge-pools";function ni(e,t,o=!0){let n=En[e],r=o&&!!t,{data:i,...c}=(0,ti.useQuery)({queryKey:[Wa,e,t],queryFn:async()=>{let m=await fetch(`${n}/v1/users/${t}/pools`,{cache:"no-store"});if(!m.ok)throw new Error(`forge pools fetch failed: ${m.status}`);return(await m.json()).data?.items??[]},enabled:r,staleTime:0}),d=i??[];return{pools:d,isEmpty:d.length===0,...c}}var oi=require("@tanstack/react-query"),ri=require("react");var Ba="wp:forge-token-detail";async function za(e,t){let o=await fetch(`${e}/v1/tokens/${t}`,{cache:"no-store"});return o.ok?(await o.json())?.data?.token??null:null}function ii(e,t,o=!0){let n=En[e],r=(0,oi.useQueries)({queries:t.map(d=>({queryKey:[Ba,e,d],queryFn:()=>za(n,d),enabled:o&&!!d,staleTime:3e4}))}),i=(0,ri.useMemo)(()=>{let d=new Map;for(let m=0;m<r.length;m++){let p=r[m]?.data,l=t[m];p&&l&&d.set(l.toLowerCase(),p)}return d},[r,t]),c=r.some(d=>d.isLoading);return{detailMap:i,isLoading:c}}var K=require("react/jsx-runtime"),$a="Forge",Va=18,Ha="https://contents.crosstoken.io/wallet/token/images/FT.png";function ja(e){if(!e||e==="0")return"0";let t=new On.default(e).shiftedBy(-Va);return t.isZero()?"0":t.isGreaterThanOrEqualTo(1)?t.toFormat(2,On.default.ROUND_DOWN):t.toFormat(4,On.default.ROUND_DOWN)}function Ga(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 si(){let{env:e,walletAddress:t,onOutlink:o}=Re(),n=!!t,{pools:r,isEmpty:i}=ni(e,t,n),c=(0,ai.useMemo)(()=>r.map(l=>l.token.address),[r]),{detailMap:d}=ii(e,c,n&&c.length>0),m=l=>`${Pn[e]}/forge/token/${l.token.address}`,p=`${It[e]}/forge.png`;return(0,K.jsx)(Tt,{title:$a,icon:p,iconFit:"contain",isEmpty:i,children:r.map(l=>{let f=d.get(l.token.address.toLowerCase()),b=f?.image_url||f?.image||l.token.image||Ha,h=f?.symbol||l.token.symbol,x=m(l);return(0,K.jsxs)("a",{className:"wp-item","data-side":"lp",href:x,target:"_blank",rel:"noopener noreferrer",onClick:g=>Be(g,x,{category:"portfolio",origin:"portfolio-forge",payload:{pool:l,tokenDetail:f}},o),children:[(0,K.jsxs)("div",{className:"wp-item-body",children:[(0,K.jsxs)("div",{className:"wp-item-line",children:[(0,K.jsx)("span",{className:"wp-item-label",children:"Asset"}),(0,K.jsxs)("div",{className:"wp-svc-token",children:[(0,K.jsx)("img",{className:"wp-svc-token-icon",src:b,alt:""}),(0,K.jsx)("span",{children:h}),f?.name&&(0,K.jsx)("span",{className:"wp-token-subtle",children:f.name})]})]}),(0,K.jsxs)("div",{className:"wp-item-line",children:[(0,K.jsx)("span",{className:"wp-item-label",children:"LP Balance"}),(0,K.jsx)("div",{className:"wp-svc-token",children:(0,K.jsx)("span",{children:ja(l.lp_balance)})})]}),(0,K.jsxs)("div",{className:"wp-item-line",children:[(0,K.jsx)("span",{className:"wp-item-label",children:"Ownership"}),(0,K.jsx)("span",{className:"wp-line-value",children:Ga(l.pool_ownership)})]})]}),(0,K.jsx)("div",{className:"wp-item-tags",children:(0,K.jsxs)("span",{className:"wp-tag wp-tag--muted",children:[(0,K.jsx)("span",{className:"wp-tag-label",children:"Withdraw"}),(0,K.jsx)(xt,{size:12,className:"wp-tag-icon"})]})})]},l.pair_address)})})}A(`.wp-fullscreen[data-theme=dark],.wp-embed[data-theme=dark]{--wp-bg: var(--cck-surface-bg, #202530);--wp-card: var(--cck-surface-default, #252b39);--wp-control: #292f40;--wp-border: var(--cck-border-default, #292f40);--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-chrome-text: #ffffff;--wp-tooltip-bg: #151a23;--wp-tooltip-text: #ffffff;--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-claim-primary: #9b8cef;--wp-claim-primary-text: #202530;--wp-claim-secondary-bg: var(--wp-control);--wp-claim-success: #00d4aa;--wp-claim-success-soft: rgba(0, 212, 170, .18);--wp-claim-error: #ff3aa3;--wp-claim-error-soft: rgba(255, 58, 163, .16)}.wp-fullscreen[data-theme=light],.wp-embed[data-theme=light]{--wp-bg: #e6edf4;--wp-card: #ffffff;--wp-control: #edf2f6;--wp-border: #d6dee8;--wp-text: var(--cck-texticon-primary, #192023);--wp-text-60: var(--cck-texticon-secondary, #4c5863);--wp-text-40: #8c97ad;--wp-text-30: var(--cck-texticon-tertiary, #a0a9b8);--wp-chrome-text: var(--cck-texticon-primary, #192023);--wp-card-shadow: 0 1px 2px rgba(25, 32, 35, .04), 0 8px 24px rgba(25, 32, 35, .05);--wp-tooltip-bg: #192023;--wp-tooltip-text: #ffffff;--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-claim-primary: #7346f3;--wp-claim-primary-text: #ffffff;--wp-claim-secondary-bg: #ffffff;--wp-claim-success: #019d92;--wp-claim-success-soft: rgba(1, 157, 146, .15);--wp-claim-error: #e70077;--wp-claim-error-soft: rgba(231, 0, 119, .12)}.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;position:relative;font-family:inherit;font-feature-settings:"calt" 0,"lnum" 1,"pnum" 1;box-sizing:border-box;-webkit-font-smoothing:antialiased;color:var(--wp-chrome-text)}.wp-embed{width:100%;height:100%;min-height:0;background:var(--wp-bg);display:flex;flex-direction:column;overflow:hidden;position:relative;font-family:inherit;font-feature-settings:"calt" 0,"lnum" 1,"pnum" 1;box-sizing:border-box;-webkit-font-smoothing:antialiased;color:var(--wp-chrome-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-chrome-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-chrome-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:0 16px 128px;display:flex;flex-direction:column;gap:24px}.wp-summary-card{display:flex;flex-direction:column;gap:8px;width:100%;padding:16px;border-radius:8px;background:var(--wp-card);box-shadow:var(--wp-card-shadow, none);box-sizing:border-box}.wp-summary-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.wp-address{display:inline-flex;align-items:center;gap:8px;min-width:0}.wp-address-avatar{width:16px;height:16px;border-radius:50%;flex-shrink:0;background:radial-gradient(circle at 68% 34%,#ff78d1 0 18%,transparent 19%),radial-gradient(circle at 34% 66%,#00d4aa 0 20%,transparent 21%),linear-gradient(135deg,#7346f3,#0488fc)}.wp-address-label{font-size:12px;font-weight:400;line-height:1.4;letter-spacing:0;color:var(--wp-text-40);white-space:nowrap}.wp-address-chevron{display:inline-flex;align-items:center;color:var(--wp-text-40);flex-shrink:0}.wp-summary-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;background:#019d921a;color:var(--wp-mint);font-size:12px;font-weight:400;line-height:1.4;letter-spacing:0;white-space:nowrap}.wp-summary-estimate{position:relative;display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.wp-estimate-info{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--wp-text-40);cursor:help}.wp-estimate-tooltip{position:absolute;top:calc(100% + 8px);right:0;z-index:3;display:flex;flex-direction:column;gap:8px;width:min(280px,calc(100vw - 48px));padding:12px;border-radius:8px;background:var(--wp-tooltip-bg);box-shadow:0 12px 32px #0000003d;color:var(--wp-tooltip-text);font-size:12px;font-weight:400;line-height:1.4;letter-spacing:0;text-align:left;white-space:normal;opacity:0;pointer-events:none;transform:translateY(-4px);visibility:hidden;transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.wp-estimate-tooltip-title{display:block;font-size:12px;font-weight:600;line-height:1.3}.wp-estimate-tooltip-group{display:flex;flex-direction:column;gap:4px}.wp-estimate-tooltip-item{display:block;color:#ffffffc7}.wp-estimate-tooltip-item:before{content:"- "}.wp-estimate-info:hover .wp-estimate-tooltip,.wp-estimate-info:focus .wp-estimate-tooltip,.wp-estimate-info:focus-visible .wp-estimate-tooltip{opacity:1;transform:translateY(0);visibility:visible}.wp-total{font-size:28px;font-weight:600;line-height:1.3;letter-spacing:0;color:var(--wp-text);margin:0}.wp-svc-card{display:flex;flex-direction:column;gap:12px}.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:16px;font-weight:600;line-height:1.3;letter-spacing:0;color:var(--wp-text-60);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-svc-items{display:flex;flex-direction:column;gap:20px;width:100%;padding:20px 16px;border-radius:8px;background:var(--wp-card);box-shadow:var(--wp-card-shadow, none);box-sizing:border-box}.wp-item{position:relative;display:flex;flex-direction:column;gap:16px;color:inherit;text-decoration:none;cursor:pointer;outline:none;transition:opacity .15s ease}.wp-item+.wp-item{padding-top:20px;border-top:1px solid var(--wp-control)}.wp-item:hover{opacity:.88}.wp-item-body{display:flex;flex-direction:column;gap:8px;min-width:0}.wp-order-head{display:flex;align-items:center;width:100%}.wp-item-line{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:18px;min-width:0}.wp-item-label{flex-shrink:0;font-size:12px;font-weight:400;line-height:1.4;letter-spacing:0;color:var(--wp-text-40);white-space:nowrap}.wp-line-value,.wp-order-side{font-size:14px;font-weight:400;line-height:1.3;letter-spacing:0;color:var(--wp-text);white-space:nowrap}.wp-order-side--buy{color:var(--wp-mint)}.wp-order-side--sell{color:var(--wp-red)}.wp-svc-token{display:flex;align-items:center;justify-content:flex-end;gap:4px;min-width:0;min-height:20px}.wp-svc-token>span{font-size:13px;font-weight:400;line-height:1.3;letter-spacing:0;color:var(--wp-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-svc-token-icon{width:16px;height:16px;border-radius:50%;flex-shrink:0;object-fit:cover}.wp-token-stack{display:inline-flex;align-items:center;justify-content:flex-end;width:29px;min-width:29px;overflow:visible}.wp-token-stack .wp-svc-token-icon+.wp-svc-token-icon{margin-left:-3.5px}.wp-token-subtle{color:var(--wp-text-40)!important}.wp-order-head .wp-svc-token{justify-content:flex-start}.wp-order-head .wp-svc-token>span:first-of-type{font-size:14px}.wp-item-tags{display:flex;align-items:stretch;gap:8px;width:100%}.wp-tag{appearance:none;display:inline-flex;flex:1 1 0;align-items:center;justify-content:center;gap:6px;min-width:0;min-height:34px;padding:8px 12px;border-radius:999px;border:1px solid var(--wp-border);background:transparent;font-family:inherit;font-size:14px;font-weight:500;line-height:1.3;letter-spacing:0;color:var(--wp-text-40);text-align:center;text-decoration:none;white-space:nowrap;box-sizing:border-box;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}a.wp-tag,button.wp-tag{cursor:pointer}.wp-tag:hover{background:var(--wp-control);transform:translateY(-1px)}.wp-tag:focus-visible{outline:2px solid var(--wp-mint);outline-offset:2px}.wp-tag[aria-disabled=true],.wp-tag[data-disabled]{cursor:default;opacity:.48;pointer-events:none}.wp-tag-label{display:inline-flex;align-items:center}.wp-tag-icon{flex-shrink:0;opacity:.85;transition:transform .15s ease,opacity .15s ease}.wp-tag:hover .wp-tag-icon{opacity:1;transform:translate(1px,-1px)}.wp-tag--mint{color:var(--wp-mint);border-color:color-mix(in srgb,var(--wp-mint) 45%,transparent);background:color-mix(in srgb,var(--wp-mint) 10%,transparent)}.wp-tag--mint:hover{background:color-mix(in srgb,var(--wp-mint) 18%,transparent);border-color:var(--wp-mint)}.wp-tag--muted{color:var(--wp-text-40)}.wp-svc-empty{display:flex;align-items:center;justify-content:center;min-height:74px;padding:20px 16px;background:var(--wp-card);border-radius:8px;box-shadow:var(--wp-card-shadow, none);font-size:13px;font-weight:400;line-height:1.3;letter-spacing:0;color:var(--wp-text-30);box-sizing:border-box}.wp-claim-overlay{position:absolute;inset:0;z-index:8;display:flex;align-items:flex-end;justify-content:center;background:#00000094;box-sizing:border-box}.wp-claim-sheet{display:flex;flex-direction:column;width:100%;max-width:375px;max-height:calc(100% - 24px);overflow:hidden;border-radius:24px 24px 0 0;background:var(--wp-bg);color:var(--wp-text);box-shadow:0 -18px 48px #00000042;animation:wp-claim-slide-up .22s ease-out}@keyframes wp-claim-slide-up{0%{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:1}}.wp-claim-grabber{display:flex;align-items:flex-start;justify-content:center;height:38px;min-height:38px;padding-top:12px;box-sizing:border-box}.wp-claim-grabber span{display:block;width:52px;height:5px;border-radius:999px;background:var(--wp-control)}.wp-claim-content{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;padding:20px;box-sizing:border-box}.wp-claim-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;flex-shrink:0}.wp-claim-icon--success{background:var(--wp-claim-success-soft);color:var(--wp-claim-success)}.wp-claim-icon--pending{background:#9b8cef29;color:var(--wp-claim-primary)}.wp-claim-icon--error{background:var(--wp-claim-error-soft);color:var(--wp-claim-error);font-size:30px;font-weight:600;line-height:1}.wp-claim-icon--token{background:#00d4aa29}.wp-claim-icon--token img{width:48px;height:48px;border-radius:50%;object-fit:cover}.wp-claim-icon--token span{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--wp-mint);color:#101820;font-size:18px;font-weight:600}.wp-claim-spinner{width:36px;height:36px;border-radius:50%;border:3px solid rgba(155,140,239,.28);border-top-color:var(--wp-claim-primary);animation:wp-claim-spin .8s linear infinite}@keyframes wp-claim-spin{to{transform:rotate(360deg)}}.wp-claim-copy{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;text-align:center}.wp-claim-title{margin:0;font-size:20px;font-weight:600;line-height:1.3;letter-spacing:0;color:var(--wp-text)}.wp-claim-desc{max-width:335px;margin:0;font-size:13px;font-weight:400;line-height:1.3;letter-spacing:0;color:var(--wp-text-40)}.wp-claim-heading{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.wp-claim-error-message{margin:0;color:var(--wp-claim-error);font-size:13px;font-weight:400;line-height:1.3;letter-spacing:0}.wp-claim-reward-card{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:60px;padding:16px;border-radius:8px;background:var(--wp-card);box-sizing:border-box}.wp-claim-reward-token{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;flex-shrink:0;overflow:hidden;background:var(--wp-control)}.wp-claim-reward-token img{width:28px;height:28px;object-fit:cover}.wp-claim-reward-token span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--wp-mint);color:#101820;font-size:13px;font-weight:600;line-height:1}.wp-claim-reward-symbol{flex:1 1 auto;min-width:0;overflow:hidden;color:var(--wp-text);font-size:18px;font-weight:600;line-height:1.3;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.wp-claim-reward-amount{flex-shrink:0;color:var(--wp-text);font-size:20px;font-weight:600;line-height:1.3;letter-spacing:0;white-space:nowrap}.wp-claim-account-card{display:flex;flex-direction:column;gap:12px;width:100%;padding:16px;border-radius:8px;background:var(--wp-card);box-sizing:border-box}.wp-claim-account-row{display:flex;align-items:center;justify-content:space-between;gap:4px;width:100%;min-height:40px}.wp-claim-account-row>span{flex-shrink:0;color:var(--wp-text-40);font-size:14px;font-weight:400;line-height:1.3;letter-spacing:0;white-space:nowrap}.wp-claim-account{display:flex;align-items:center;gap:8px;min-width:0}.wp-claim-account strong{overflow:hidden;color:var(--wp-text);font-size:15px;font-weight:600;line-height:1.6;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.wp-claim-account-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;background:radial-gradient(circle at 30% 28%,#d87aff 0 12%,transparent 13%),radial-gradient(circle at 68% 28%,#f0a1ff 0 12%,transparent 13%),radial-gradient(circle at 32% 70%,#b561e7 0 13%,transparent 14%),radial-gradient(circle at 70% 70%,#d4a2ff 0 13%,transparent 14%),radial-gradient(circle at 50% 50%,#8c4fc4 0 18%,transparent 19%),#4a315f;box-shadow:inset 0 0 0 3.37px var(--wp-control)}.wp-claim-divider{display:block;width:100%;height:1px;background:var(--wp-border)}.wp-claim-detail-list{display:flex;flex-direction:column;gap:8px;width:100%}.wp-claim-detail-row{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;min-height:20px}.wp-claim-detail-row>span{min-width:0;color:var(--wp-text-40);font-size:13px;font-weight:400;line-height:1.3;letter-spacing:0;white-space:nowrap}.wp-claim-detail-row--sub>span:before{content:"";display:inline-block;width:3px;height:3px;margin:0 8px 3px;background:currentColor}.wp-claim-detail-row strong{min-width:0;overflow:hidden;color:var(--wp-text);font-size:13px;font-weight:400;line-height:1.3;letter-spacing:0;text-align:right;text-overflow:ellipsis;white-space:nowrap}.wp-claim-list{display:flex;flex-direction:column;gap:8px;width:100%;padding-bottom:8px}.wp-claim-list-item{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:56px;padding:8px 16px;border-radius:8px;background:var(--wp-card);box-sizing:border-box}.wp-claim-list-item>span{flex-shrink:0;font-size:14px;font-weight:400;line-height:1.3;color:var(--wp-text-40);white-space:nowrap}.wp-claim-list-item strong{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;min-width:0;overflow:hidden;color:var(--wp-text);font-size:14px;font-weight:400;line-height:1.3;text-align:right;text-overflow:ellipsis;white-space:nowrap}.wp-claim-list-item img{width:16px;height:16px;border-radius:50%;flex-shrink:0}.wp-claim-hash{appearance:none;display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;min-width:0;padding:0;border:none;background:transparent;color:var(--wp-text);cursor:pointer;font:inherit}.wp-claim-hash svg{flex-shrink:0;color:var(--wp-text-60)}.wp-claim-gas-card{display:flex;flex-direction:column;gap:4px;width:100%;padding:14px 16px;border-radius:8px;border:1px solid var(--wp-border);background:var(--wp-card);box-sizing:border-box}.wp-claim-gas-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:28px}.wp-claim-gas-row>span{min-width:0;font-size:12px;font-weight:400;line-height:1.3;color:var(--wp-text-40)}.wp-claim-gas-row strong{min-width:0;overflow:hidden;color:var(--wp-text);font-size:12px;font-weight:400;line-height:1.3;text-align:right;text-overflow:ellipsis;white-space:nowrap}.wp-claim-gas-row--primary{min-height:32px}.wp-claim-gas-row--primary>span,.wp-claim-gas-row--primary strong{font-size:14px;color:var(--wp-text)}.wp-claim-fee-label{position:relative;display:inline-flex;align-items:center;text-decoration:underline dotted;text-underline-offset:3px;cursor:help;overflow:visible!important}.wp-claim-fee-tooltip{position:absolute;left:0;bottom:calc(100% + 8px);z-index:2;width:min(260px,calc(100vw - 64px));padding:10px 12px;border-radius:8px;background:var(--wp-tooltip-bg);color:var(--wp-tooltip-text);box-shadow:0 12px 32px #0000003d;font-size:11px;font-weight:400;line-height:1.4;text-align:left;text-decoration:none;white-space:normal;opacity:0;pointer-events:none;transform:translateY(4px);visibility:hidden;transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.wp-claim-fee-label:hover .wp-claim-fee-tooltip,.wp-claim-fee-label:focus .wp-claim-fee-tooltip,.wp-claim-fee-label:focus-visible .wp-claim-fee-tooltip{opacity:1;transform:translateY(0);visibility:visible}.wp-claim-actions{display:flex;align-items:center;gap:8px;width:100%}.wp-claim-primary,.wp-claim-secondary{appearance:none;display:inline-flex;align-items:center;justify-content:center;width:100%;min-width:0;height:52px;padding:0 24px;border:none;border-radius:40px;font-family:inherit;font-size:15px;font-weight:600;line-height:1.3;letter-spacing:0;white-space:nowrap;cursor:pointer}.wp-claim-primary{background:var(--wp-claim-primary);color:var(--wp-claim-primary-text)}.wp-claim-primary:disabled{cursor:default;opacity:.72}.wp-claim-secondary{background:var(--wp-claim-secondary-bg, var(--wp-control));color:var(--wp-claim-primary)}.wp-claim-actions[data-count="2"] .wp-claim-primary{flex:1 1 0}.wp-claim-actions[data-count="2"] .wp-claim-secondary{flex:0 0 120px}.wp-claim-button-spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(32,37,48,.28);border-top-color:var(--wp-claim-primary-text);animation:wp-claim-spin .8s linear infinite}.wp-claim-home-indicator{display:flex;align-items:flex-end;justify-content:center;height:34px;min-height:34px;padding-bottom:8px;box-sizing:border-box}.wp-claim-home-indicator span{display:block;width:134px;height:5px;border-radius:16px;background:var(--wp-text-40)}@media(max-width:359px){.wp-header{gap:12px;padding:0 12px}.wp-total{font-size:24px}.wp-body-inner{padding:0 12px 128px;gap:20px}.wp-svc-items,.wp-claim-content{padding:18px 14px}.wp-item-line{gap:10px}.wp-svc-token>span{max-width:168px}}.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
|
-
`);var _=require("react/jsx-runtime"),Lo=5,Ua="wp:";function vt({env:e,theme:t="dark",walletAddress:o,walletName:n,onBack:r,showHeader:i=!0,variant:c="embed",className:d,onOutlink:m}){let p=fe(e),l=!!o,f=(0,li.useQueryClient)(),b=he.useId(),h=qr(p),{formattedTotal:x}=Vr(p,o,l),[,g]=he.useState(Lo),[w,C]=he.useState(!1),M=he.useCallback(()=>{f.invalidateQueries({predicate:E=>typeof E.queryKey[0]=="string"&&E.queryKey[0].startsWith(Ua)})},[f]),T=he.useCallback(()=>{M(),C(!0),setTimeout(()=>C(!1),600),g(Lo)},[M]);he.useEffect(()=>{if(!l)return;let E=setInterval(()=>{g(N=>N<=1?(T(),Lo):N-1)},1e3);return()=>clearInterval(E)},[l,T]);let L=he.useCallback(()=>{r?.()},[r]),D=l?ut(p,o,{size:64}):void 0,k=he.useMemo(()=>({env:p,theme:t,open:!0,walletAddress:o,close:L,onOutlink:m}),[p,t,o,L,m]),I=(0,_.jsxs)(_.Fragment,{children:[i&&(0,_.jsxs)("div",{className:"wp-header",children:[(0,_.jsxs)("div",{className:"wp-header-account",children:[r?(0,_.jsx)("button",{type:"button",className:"wp-header-btn",onClick:r,children:(0,_.jsx)(Hr,{})}):(0,_.jsx)("span",{className:"wp-header-avatar","aria-hidden":!0,children:D&&(0,_.jsx)("img",{src:D,alt:"",className:"wp-header-avatar-img",draggable:!1})}),n&&(0,_.jsx)("span",{className:"wp-header-wallet-name",title:n,children:n})]}),(0,_.jsx)("button",{type:"button",className:"wp-header-btn wp-refresh-btn",onClick:T,children:(0,_.jsx)(jr,{className:w?"wp-spin-once":void 0})})]}),(0,_.jsx)("div",{className:"wp-body",children:(0,_.jsxs)("div",{className:"wp-body-inner",children:[(0,_.jsxs)("section",{className:"wp-summary-card","aria-label":"Estimated portfolio value",children:[(0,_.jsxs)("div",{className:"wp-summary-head",children:[(0,_.jsxs)("div",{className:"wp-address",children:[(0,_.jsx)("span",{className:"wp-address-avatar","aria-hidden":!0}),(0,_.jsx)("span",{className:"wp-address-label",children:Zr(o)}),(0,_.jsx)(Ur,{className:"wp-address-chevron"})]}),(0,_.jsxs)("div",{className:"wp-summary-estimate",children:[(0,_.jsx)("span",{className:"wp-summary-badge",children:"Estimated"}),h&&(0,_.jsxs)("button",{type:"button",className:"wp-estimate-info","aria-label":"USD estimate details","aria-describedby":b,children:[(0,_.jsx)(Gr,{size:14}),(0,_.jsxs)("span",{id:b,role:"tooltip",className:"wp-estimate-tooltip",children:[(0,_.jsx)("span",{className:"wp-estimate-tooltip-title",children:"USD estimate includes"}),(0,_.jsx)("span",{className:"wp-estimate-tooltip-group",children:yo.included.map(E=>(0,_.jsx)("span",{className:"wp-estimate-tooltip-item",children:E},E))}),(0,_.jsx)("span",{className:"wp-estimate-tooltip-title",children:"Not included"}),(0,_.jsx)("span",{className:"wp-estimate-tooltip-group",children:yo.excluded.map(E=>(0,_.jsx)("span",{className:"wp-estimate-tooltip-item",children:E},E))})]})]})]})]}),(0,_.jsx)("p",{className:"wp-total",children:x})]}),(0,_.jsx)(Qr,{}),(0,_.jsx)(ei,{}),(0,_.jsx)(si,{})]})})]});return(0,_.jsx)(qt.Provider,{value:k,children:c==="none"?I:(0,_.jsx)("div",{className:X(c==="fullscreen"?"wp-fullscreen":"wp-embed",d),"data-theme":t,children:I})})}var yt=require("react/jsx-runtime");function ci({className:e}){let{env:t,theme:o,walletAddress:n,close:r,onOutlink:i}=Re();return(0,yt.jsxs)(Zt.Drawer.Portal,{children:[(0,yt.jsx)(Zt.Drawer.Overlay,{className:"wp-overlay"}),(0,yt.jsxs)(Zt.Drawer.Content,{className:X("wp-fullscreen",e),"data-theme":o,children:[(0,yt.jsx)(Zt.Drawer.Title,{className:"wp-sr-only",children:"My Portfolio"}),(0,yt.jsx)(vt,{env:t,theme:o,walletAddress:n,onBack:r,variant:"none",onOutlink:i})]})]})}var Ro=require("react/jsx-runtime");function qa({env:e,theme:t="dark",walletAddress:o,open:n,onOpenChange:r,onOutlink:i,children:c}){let d=fe(e),m=n!==void 0,[p,l]=kt.useState(!1),f=m?n:p,b=kt.useCallback(g=>{m||l(g),r?.(g)},[m,r]),h=kt.useCallback(()=>b(!1),[b]),x=kt.useMemo(()=>({env:d,theme:t,open:f,walletAddress:o,close:h,onOutlink:i}),[d,t,f,o,h,i]);return(0,Ro.jsx)(qt.Provider,{value:x,children:(0,Ro.jsx)(di.Drawer.Root,{direction:"bottom",open:f,onOpenChange:b,noBodyStyles:!0,children:c})})}var So=Object.assign(qa,{Trigger:Ar,Content:ci});var s=require("react/jsx-runtime");function Eo(e,t,o){let n=ue[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 Ya(e){let t=e.lastIndexOf(".");return t===-1?{main:e,decimal:""}:{main:e.slice(0,t),decimal:e.slice(t)}}function Ka(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 mi({align:e="end",sideOffset:t=12,className:o,children:n}){let{env:r,theme:i,isMobile:c,open:d,drawerDirection:m,modal:p,showBalance:l,showForgeToken:f,showGameToken:b,showQR:h,qrLogoSrc:x,walletAddress:g,accountName:w,sendAccounts:C,profileImageUrl:M,preferredTokens:T,close:L,onSelectWallet:D,onCopyAddress:k,onDisconnect:I,disconnectLabel:E,termsUrl:N,termsLabel:Z,privacyUrl:W,privacyLabel:be,portalStyle:Fe,navContent:re,navPosition:Ee,footerContent:Pe,view:J,setView:qe,selectedSendToken:Ze,setSelectedSendToken:ge,showPortfolio:Ye,portfolioTitle:xe,showTotalAssets:te,totalAssetsLabel:Q,sendTransaction:Ve,getTransactionReceipt:pe,estimateGas:De,onOutlink:ve}=Xe(),{tokens:me,isLoading:ye}=wt(r,g,d&&l),{statsMap:ne}=bt(r,l),{categoryMap:Ie}=Pr(r,l),ie=l&&te,{displayValue:ot,isLowerBound:ke,isLoading:Ke}=Tr(r,g,d&&ie),[He,je]=U.useState(!1),rt=U.useRef(null),[Te,Ge]=U.useState(0),{holdings:Me,isLoading:Qe}=Cr(r,g,d&&l&&f),Ue=U.useMemo(()=>Me.map(v=>v.token),[Me]),{imageMap:Ae}=Nr(r,Ue,f&&Me.length>0),we=U.useMemo(()=>{let v=[],$=[],j=[],oe=new Map((T??[]).map((V,ee)=>[`${Za(V.chainId)}:${V.address.toLowerCase()}`,ee]));for(let V of me){let ee=Eo(r,V.chainId,V.symbol)!==void 0,ct=`${V.chainId}:${V.address.toLowerCase()}`,dt=oe.get(ct),Gn=new At.default(V.quantity.numeric).shiftedBy(-V.quantity.decimals);if(ee)v.push(V);else if(dt!==void 0)$.push(V);else if(Gn.isGreaterThan(0)){if(!b&&Ie.get(wo(V.chainId,V.address))==="game")continue;j.push(V)}}return v.sort((V,ee)=>{let ct=Eo(r,V.chainId,V.symbol)??99,dt=Eo(r,ee.chainId,ee.symbol)??99;return ct-dt}),$.sort((V,ee)=>{let ct=oe.get(`${V.chainId}:${V.address.toLowerCase()}`)??99,dt=oe.get(`${ee.chainId}:${ee.address.toLowerCase()}`)??99;return ct-dt}),j.sort((V,ee)=>{let ct=ne.get(ht(V.chainId,V.address)),dt=ne.get(ht(ee.chainId,ee.address)),Gn=new At.default(V.quantity.numeric).shiftedBy(-V.quantity.decimals).multipliedBy(ct?.price??0);return new At.default(ee.quantity.numeric).shiftedBy(-ee.quantity.decimals).multipliedBy(dt?.price??0).minus(Gn).toNumber()}),[...v,...$,...j]},[me,r,ne,b,Ie,T]),_e=U.useMemo(()=>{if(!f)return[];let v=new Set(me.map($=>$.address.toLowerCase()));return[...Me].filter($=>!v.has($.token.toLowerCase())).sort(($,j)=>{let oe=new At.default($.value);return new At.default(j.value).minus(oe).toNumber()})},[Me,f,me]),Ce=U.useRef(!1),We=U.useCallback(v=>{Ce.current=!0,qe(v)},[qe]),Hn=U.useCallback(()=>{ge(null),We("wallet")},[ge,We]),an=U.useCallback(v=>{ge(v),We("send")},[ge,We]),sn=U.useCallback(()=>{ge(null),We("wallet")},[ge,We]);U.useEffect(()=>{d||(Ce.current=!1)},[d]);let ln=U.useRef(null);U.useEffect(()=>{let v=ln.current;if(!v||!c)return;let $=j=>{j.pointerType==="touch"&&j.stopPropagation()};return v.addEventListener("pointerdown",$),()=>v.removeEventListener("pointerdown",$)},[c]);let[it,at]=U.useState(!1),Lt=U.useRef(void 0);U.useEffect(()=>()=>clearTimeout(Lt.current),[]),U.useEffect(()=>{let v=rt.current;if(!v||Pe===null){Ge(0);return}let $=()=>{Ge(v.offsetHeight)};if($(),typeof ResizeObserver>"u")return;let j=new ResizeObserver($);return j.observe(v),()=>j.disconnect()},[Pe]);let cn=U.useCallback(async()=>{if(!it)try{await navigator.clipboard.writeText(g),at(!0),clearTimeout(Lt.current),Lt.current=setTimeout(()=>at(!1),2e3),k?.(g,!0)}catch{k?.(g,!1)}},[g,k,it]),Ot=U.useCallback(v=>{v.currentTarget.setAttribute("data-loaded","true")},[]),jn=U.useMemo(()=>({background:Ka(g)}),[g]),Ft=U.useMemo(()=>M||ut(r,g,{size:120,bg:i==="dark"?"1A1A2E":"F3F6F8"}),[M,r,g,i]),u=U.useMemo(()=>Ya(ot),[ot]),R=N||W?(0,s.jsxs)("div",{className:"wi-legal-links",children:[N&&(0,s.jsx)("a",{className:"wi-legal-link",href:N,target:"_blank",rel:"noopener noreferrer",onClick:v=>Be(v,N,{category:"terms",origin:"terms"},ve),children:Z}),N&&W&&(0,s.jsx)("span",{className:"wi-legal-sep","aria-hidden":!0,children:"\xB7"}),W&&(0,s.jsx)("a",{className:"wi-legal-link",href:W,target:"_blank",rel:"noopener noreferrer",onClick:v=>Be(v,W,{category:"privacy",origin:"privacy"},ve),children:be})]}):null,F=I?(0,s.jsxs)("button",{type:"button",className:"wi-disconnect-btn",onClick:()=>{I(),L()},children:[(0,s.jsx)(Xo,{size:12}),(0,s.jsx)("span",{className:"wi-disconnect-label",children:E})]}):null,O=(0,s.jsxs)("div",{className:X("wi-view-inner",Ce.current&&"wi-view-wallet"),children:[ie&&(()=>{let v=Ye;return(0,s.jsxs)(v?"button":"div",{...v?{type:"button",onClick:()=>We("portfolio"),"aria-label":"View Portfolio"}:{},className:"wi-total-section","data-clickable":v||void 0,children:[(0,s.jsxs)("div",{className:"wi-total-head",children:[(0,s.jsx)("span",{className:"wi-total-label",children:Q}),(0,s.jsx)("span",{role:"button",tabIndex:0,className:"wi-total-eye",onClick:j=>{j.stopPropagation(),je(oe=>!oe)},onKeyDown:j=>{(j.key==="Enter"||j.key===" ")&&(j.preventDefault(),j.stopPropagation(),je(oe=>!oe))},"aria-label":He?"Show balance":"Hide balance",children:He?(0,s.jsx)(rr,{}):(0,s.jsx)(or,{})})]}),(0,s.jsxs)("div",{className:"wi-total-body",children:[Ke?(0,s.jsx)("div",{className:"wi-skeleton-block wi-total-skeleton",style:{width:160,height:36}}):(0,s.jsx)("div",{className:"wi-total-value","data-hidden":He||void 0,children:He?(0,s.jsx)("span",{className:"wi-total-mask",children:"\u2022\u2022\u2022\u2022\u2022\u2022"}):(0,s.jsxs)(s.Fragment,{children:[ke&&(0,s.jsx)("span",{className:"wi-total-lte",children:"\u2264"}),(0,s.jsx)("span",{className:"wi-total-currency",children:"$"}),(0,s.jsx)("span",{className:"wi-total-amount",children:u.main}),u.decimal&&(0,s.jsx)("span",{className:"wi-total-decimal",children:u.decimal})]})}),v&&(0,s.jsx)("span",{className:"wi-total-chevron","aria-hidden":!0,children:(0,s.jsx)(tr,{size:18})})]})]})})(),Ee==="top"&&re&&(0,s.jsx)("div",{className:"wi-nav-fixed",children:re}),l&&(0,s.jsx)("div",{ref:ln,className:"wi-scrollable-body","data-vaul-no-drag":!0,children:(0,s.jsxs)("div",{className:"wi-token-list",children:[ye&&Array.from({length:5},(v,$)=>(0,s.jsxs)("div",{className:"wi-skeleton-item",children:[(0,s.jsxs)("div",{className:"wi-skeleton-left",children:[(0,s.jsx)("div",{className:"wi-skeleton-block wi-skeleton-icon"}),(0,s.jsxs)("div",{className:"wi-skeleton-lines",children:[(0,s.jsx)("div",{className:"wi-skeleton-block",style:{width:64,height:14}}),(0,s.jsx)("div",{className:"wi-skeleton-block",style:{width:80,height:12}})]})]}),(0,s.jsxs)("div",{className:"wi-skeleton-right",children:[(0,s.jsx)("div",{className:"wi-skeleton-block",style:{width:72,height:14}}),(0,s.jsx)("div",{className:"wi-skeleton-block",style:{width:48,height:12}})]})]},$)),!ye&&we.length===0&&!f&&(0,s.jsx)("div",{className:"wi-empty",children:"No Tokens Found"}),we.map(v=>{let $=ne.get(ht(v.chainId,v.address)),j=$?parseFloat($.percent_change_24h):null,oe=j!==null&&j>=0,V=Jn(r,v.chainId);return(0,s.jsxs)("button",{type:"button",className:"wi-token-item wi-token-item--button",onClick:()=>an(v),"aria-label":`Send ${v.symbol}`,children:[(0,s.jsxs)("div",{className:"wi-token-left",children:[(0,s.jsxs)("div",{className:"wi-token-icon-wrap",children:[(0,s.jsx)("img",{src:v.icon_url,alt:v.symbol,className:"wi-token-icon",width:32,height:32,loading:"lazy",draggable:!1,onLoad:Ot,onError:ee=>{ee.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),V&&(0,s.jsx)("img",{src:V,alt:"","aria-hidden":!0,className:"wi-token-chain-badge",width:14,height:14,loading:"lazy",draggable:!1,onError:ee=>{ee.currentTarget.style.display="none"}})]}),(0,s.jsxs)("div",{className:"wi-token-info",children:[(0,s.jsx)("span",{className:"wi-token-name",children:v.symbol}),$&&(0,s.jsxs)("div",{className:"wi-token-price-row",children:[(0,s.jsx)("span",{className:"wi-token-price",children:Qn($.price)}),(0,s.jsx)("span",{className:"wi-token-change","data-positive":oe,"data-zero":j===0||void 0,children:j!==null&&(j===0?"0%":`${oe?"+":"-"}${(oe?Math.floor:Math.ceil)(Math.abs(j)*100)/100}%`)})]})]})]}),(0,s.jsxs)("div",{className:"wi-token-right",children:[(0,s.jsx)("span",{className:"wi-token-balance",children:ft(v.quantity.numeric,v.quantity.decimals)}),$&&(0,s.jsx)("span",{className:"wi-token-value",children:Zo(v.quantity.numeric,v.quantity.decimals,$.price)})]})]},`${v.address}-${v.chainId}`)}),f&&Qe&&Array.from({length:3},(v,$)=>(0,s.jsxs)("div",{className:"wi-skeleton-item",children:[(0,s.jsxs)("div",{className:"wi-skeleton-left",children:[(0,s.jsx)("div",{className:"wi-skeleton-block wi-skeleton-icon"}),(0,s.jsxs)("div",{className:"wi-skeleton-lines",children:[(0,s.jsx)("div",{className:"wi-skeleton-block",style:{width:64,height:14}}),(0,s.jsx)("div",{className:"wi-skeleton-block",style:{width:80,height:12}})]})]}),(0,s.jsxs)("div",{className:"wi-skeleton-right",children:[(0,s.jsx)("div",{className:"wi-skeleton-block",style:{width:72,height:14}}),(0,s.jsx)("div",{className:"wi-skeleton-block",style:{width:48,height:12}})]})]},`forge-sk-${$}`)),f&&!Qe&&!ye&&we.length===0&&_e.length===0&&(0,s.jsx)("div",{className:"wi-empty",children:"No Tokens Found"}),f&&_e.map(v=>{let $=Ae.get(v.token)||"",j=Jn(r,ue[r].cross);return(0,s.jsxs)("div",{className:"wi-token-item",children:[(0,s.jsxs)("div",{className:"wi-token-left",children:[(0,s.jsxs)("div",{className:"wi-token-icon-wrap",children:[(0,s.jsx)("img",{src:$||"https://contents.crosstoken.io/wallet/token/images/FT.png",alt:v.token_name,className:"wi-token-icon",width:32,height:32,loading:"lazy",draggable:!1,onLoad:Ot,onError:oe=>{oe.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),j&&(0,s.jsx)("img",{src:j,alt:"","aria-hidden":!0,className:"wi-token-chain-badge",width:14,height:14,loading:"lazy",draggable:!1,onError:oe=>{oe.currentTarget.style.display="none"}})]}),(0,s.jsxs)("div",{className:"wi-token-info",children:[(0,s.jsx)("span",{className:"wi-token-name",children:v.token_name}),(0,s.jsx)("div",{className:"wi-token-price-row",children:(0,s.jsxs)("span",{className:"wi-token-price",children:[ft(v.current_price,18)," CROSS"]})})]})]}),(0,s.jsxs)("div",{className:"wi-token-right",children:[(0,s.jsx)("span",{className:"wi-token-balance",children:ft(v.balance,18)}),(0,s.jsx)("span",{className:"wi-token-value",children:Qn(v.current_value_usd)})]})]},`forge-${v.token}`)})]})}),Ee==="bottom"&&re&&(0,s.jsx)("div",{className:"wi-nav-fixed",children:re}),F&&(0,s.jsx)("div",{className:"wi-wallet-disconnect-row",children:F})]},"wallet"),q=Ye?(0,s.jsx)("div",{className:X("wi-view-inner wi-portfolio-body",Ce.current&&"wi-view-portfolio"),children:(0,s.jsx)(vt,{env:r,theme:i,walletAddress:g,showHeader:!1,onOutlink:ve})},"portfolio"):null,ae=Ze?(0,s.jsx)("div",{className:X("wi-view-inner wi-send-body",Ce.current&&"wi-view-send"),children:(0,s.jsx)(Ut,{env:r,theme:i,walletAddress:g,accountName:w,accounts:C,token:Ze,tokens:we,onTokenChange:ge,sendTransaction:Ve,getTransactionReceipt:pe,estimateGas:De,onConfirmSuccess:sn,onOutlink:ve})},"send"):null,st=(0,s.jsx)("div",{className:X("wi-view-inner wi-qr-body",Ce.current&&"wi-view-qr"),children:(0,s.jsxs)("div",{className:"wi-qr-section",children:[(0,s.jsxs)("div",{className:"wi-qr-card",children:[(0,s.jsxs)("div",{className:"wi-qr-code",children:[(0,s.jsx)(pi.QRCodeSVG,{value:g,size:180,level:"H",marginSize:2,...x&&{imageSettings:{src:x,height:33,width:33,excavate:!0}}}),!x&&(0,s.jsx)("div",{className:"wi-qr-logo",children:(0,s.jsx)(ir,{size:33})})]}),(0,s.jsx)("p",{className:"wi-qr-address",children:g}),(0,s.jsxs)("button",{type:"button",className:"wi-qr-copy-btn",onClick:cn,children:[(0,s.jsx)("span",{className:"wi-qr-copy-icon",children:it?(0,s.jsx)(Ht,{size:16}):(0,s.jsx)(eo,{size:16})}),(0,s.jsx)("span",{className:"wi-qr-copy-text",children:it?"Copied!":"Copy address"})]})]}),R]})},"qr"),le=J==="qr"||J==="portfolio"||J==="send",lt=Pe!==null?(0,s.jsx)("div",{className:"wi-builtin-footer",children:Pe}):null,Dt=!!D&&w?.trim().toLowerCase()!=="my wallet",Wt=(0,s.jsxs)("div",{className:"wi-account-text",children:[Dt?(0,s.jsxs)("button",{type:"button",className:"wi-account-row wi-account-row--btn",onClick:D,"aria-label":"Switch account",children:[(0,s.jsx)("span",{className:"wi-account-name",children:w??"Account 1"}),(0,s.jsx)("span",{className:"wi-account-switch","aria-hidden":"true",children:(0,s.jsx)(nr,{size:12})})]}):(0,s.jsx)("div",{className:"wi-account-row",children:(0,s.jsx)("span",{className:"wi-account-name",children:w??"Account 1"})}),(0,s.jsxs)("button",{type:"button",className:"wi-address-row-btn",onClick:cn,"aria-label":"Copy address",children:[(0,s.jsx)("span",{className:"wi-account-address",children:Ne(g)}),(0,s.jsx)("span",{className:"wi-account-copy",children:it?(0,s.jsx)(Ht,{size:14}):(0,s.jsx)(eo,{size:14})})]})]}),pn=(0,s.jsxs)(s.Fragment,{children:[n,le?(0,s.jsxs)("div",{className:"wi-sticky-header",children:[(0,s.jsxs)("div",{className:"wi-header wi-header--wallet wi-header--sub-account",children:[(0,s.jsx)("button",{type:"button",className:"wi-header-back",onClick:Hn,"aria-label":"Back",children:(0,s.jsx)(er,{})}),(0,s.jsx)("div",{className:"wi-account-block wi-account-block--sub-account",children:Wt}),(0,s.jsx)("button",{type:"button",className:"wi-header-action",onClick:L,"aria-label":"Close",children:(0,s.jsx)(to,{size:24})})]}),(0,s.jsx)("hr",{className:"wi-divider"})]}):(0,s.jsxs)("div",{className:"wi-sticky-header",children:[(0,s.jsxs)("div",{className:"wi-header wi-header--wallet",children:[(0,s.jsxs)("div",{className:"wi-account-block",children:[(0,s.jsxs)("div",{className:"wi-avatar",children:[(0,s.jsx)("div",{className:"wi-avatar-fallback",style:jn}),Ft&&(0,s.jsx)("img",{src:Ft,alt:"",className:"wi-avatar-img",width:30,height:30,draggable:!1,onLoad:Ot,onError:v=>{v.currentTarget.style.display="none"}})]}),Wt]}),(0,s.jsxs)("div",{className:"wi-header-actions",children:[h&&(0,s.jsx)("button",{type:"button",className:"wi-header-action",onClick:()=>We("qr"),"aria-label":"Show QR code",children:(0,s.jsx)(Jo,{size:20})}),(0,s.jsx)("button",{type:"button",className:"wi-header-action",onClick:L,"aria-label":"Close",children:(0,s.jsx)(to,{size:24})})]})]}),(0,s.jsx)("hr",{className:"wi-divider"})]}),(0,s.jsxs)("div",{className:"wi-view-container",children:[J==="wallet"&&O,J==="qr"&&st,J==="portfolio"&&q,J==="send"&&ae]}),lt&&J!=="portfolio"&&J!=="send"&&(0,s.jsx)("div",{className:"wi-sticky-footer",children:(0,s.jsx)("div",{className:"wi-footer",ref:rt,children:lt})})]}),Rt={...Fe,...Te>0?{"--wi-footer-height":`${Te}px`}:null};return c?(0,s.jsxs)(Yt.Drawer.Portal,{children:[p&&(0,s.jsx)(Yt.Drawer.Overlay,{className:"wi-drawer-overlay"}),(0,s.jsxs)(Yt.Drawer.Content,{className:X("wi-drawer-content",o),"data-theme":i,style:Rt,"data-direction":m,"data-no-balance":!l||void 0,"data-has-footer":Te>0||void 0,"data-view":J,children:[(0,s.jsx)(Yt.Drawer.Title,{className:"wi-sr-only",children:"My Wallet"}),pn]})]}):(0,s.jsxs)(s.Fragment,{children:[p&&d&&(0,s.jsx)("div",{className:"wi-drawer-overlay",onClick:L}),(0,s.jsx)(Fn.Portal,{children:(0,s.jsx)(Fn.Content,{align:e,sideOffset:t,className:X("wi-popover-content",o),"data-theme":i,style:Rt,"data-no-balance":!l||void 0,"data-has-footer":Te>0||void 0,"data-view":J,children:pn})})]})}var fi=G(require("react"),1);function ui({position:e="top",children:t}){let{setNavContent:o,setNavPosition:n}=Xe();return fi.useEffect(()=>(o(t),n(e),()=>o(null)),[t,e,o,n]),null}var gi=G(require("react"),1);function wi({children:e}){let{setFooterContent:t}=Xe();return gi.useEffect(()=>(t(e),()=>t(null)),[e,t]),null}A(`[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
|
+
`);A("");var wn=require("react/jsx-runtime");function Zn({env:e,theme:t="dark",mobileBreakpoint:o=768,domain:n,children:r}){let i=St(`(max-width: ${o}px)`),[c,d]=Et.useState(!1),m=Et.useCallback(()=>d(!1),[]),p=fe(e),l=Et.useMemo(()=>({env:p,theme:t,isMobile:i,open:c,domain:n,close:m}),[p,t,i,c,n,m]);return(0,wn.jsx)(qn.Provider,{value:l,children:i?(0,wn.jsx)(Bo.Drawer.Root,{direction:"right",open:c,onOpenChange:d,noBodyStyles:!0,children:r},"drawer"):(0,wn.jsx)(Wo.Root,{open:c,onOpenChange:d,children:r},"popover")})}var Vo=G(require("@radix-ui/react-popover"),1),jo=require("vaul");var se=require("react/jsx-runtime");function zo({size:e=18}){return(0,se.jsxs)("svg",{className:"al-trigger-icon",width:e,height:e,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,se.jsx)("rect",{width:"4",height:"4",fill:"currentColor"}),(0,se.jsx)("rect",{x:"7",width:"4",height:"4",fill:"currentColor"}),(0,se.jsx)("rect",{x:"14",width:"4",height:"4",fill:"currentColor"}),(0,se.jsx)("rect",{y:"7",width:"4",height:"4",fill:"currentColor"}),(0,se.jsx)("rect",{x:"7",y:"7",width:"4",height:"4",fill:"currentColor"}),(0,se.jsx)("rect",{x:"14",y:"7",width:"4",height:"4",fill:"currentColor"}),(0,se.jsx)("rect",{y:"14",width:"4",height:"4",fill:"currentColor"}),(0,se.jsx)("rect",{x:"7",y:"14",width:"4",height:"4",fill:"currentColor"}),(0,se.jsx)("rect",{x:"14",y:"14",width:"4",height:"4",fill:"currentColor"})]})}function $o(){return(0,se.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,se.jsx)("path",{d:"M12 19L5 12M5 12L12 5M5 12H19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function Ho(){return(0,se.jsx)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,se.jsx)("path",{d:"M15 5L5 15M5 5L15 15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}var zt=require("react/jsx-runtime");function Kn({asChild:e,children:t,className:o,style:n}){let{isMobile:r,theme:i}=un(),c=t!=null,d=e??!0,m=o?`al-trigger-btn ${o}`:"al-trigger-btn",p=c?t:(0,zt.jsx)("button",{type:"button",className:m,"data-theme":i,style:n,children:(0,zt.jsx)(zo,{size:r?12:18})});return r?(0,zt.jsx)(jo.Drawer.Trigger,{asChild:d,children:p}):(0,zt.jsx)(Vo.Trigger,{asChild:d,children:p})}var mt=G(require("react"),1),hn=G(require("@radix-ui/react-popover"),1),pt=require("vaul");var qo=require("@tanstack/react-query");var Go={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 Ui="https://stg-contents.crosstoken.io/frontend/common/app-launcher/icons",qi="https://contents.crosstoken.io/frontend/common/app-launcher/icons";function Oe(e,t){return`${e==="production"?qi:Ui}/${t}.png`}function Uo(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:"play",label:"Play",description:"Discover and play games on CROSS.",url:{dev:"https://stg-play.cross.nexus",stage:"https://stg-play.cross.nexus",production:"https://play.cross.nexus"},iconUrl:Oe(t,"play"),order:8500,type:"play",badge:null,isNew:!0},{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 $t(e){let t=fe(e);return(0,qo.useQuery)({queryKey:["global-menu",t],queryFn:async({signal:o})=>{try{let n=await fetch(Go[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 Uo(t)}},staleTime:0,gcTime:0,retry:!1,refetchOnMount:!0})}function X(...e){return e.filter(Boolean).join(" ")}var K=require("react/jsx-runtime");function Zi(e){return e.id==="cross-staking"||e.type==="cross-staking"}function Yn({align:e="end",sideOffset:t=12,className:o}){let{env:n,theme:r,isMobile:i,domain:c,close:d}=un(),{data:m}=$t(n),p=mt.useMemo(()=>(m?.items??[]).sort((w,C)=>w.order-C.order),[m]),l=8,f=mt.useRef(null),b=mt.useCallback(w=>{f.current={x:w.clientX,y:w.clientY}},[]),h=typeof window<"u"?window.location.pathname:"",x=mt.useCallback((w,C)=>{if(f.current){let L=w.clientX-f.current.x,D=w.clientY-f.current.y;if(f.current=null,Math.abs(L)>l||Math.abs(D)>l)return}let M=C.url[n]??C.url.production,T=Zo(M,c);if(!T)try{let L=new URL(M).pathname;if(h===L||h.startsWith(L+"/")){d();return}}catch{}T?window.open(M,"_blank","noopener,noreferrer"):window.location.href=M,d()},[n,c,d,h]),g=(0,K.jsx)("div",{className:"al-grid","data-theme":r,children:p.map(w=>{let C=w.url[n]??w.url.production,M=Zo(C,c),T=!1;if(!M)try{let L=new URL(C).pathname;T=h===L||h.startsWith(L+"/")}catch{T=!1}return(0,K.jsxs)("button",{type:"button",className:"al-grid-item","data-active":T||void 0,onPointerDown:b,onClick:L=>x(L,w),children:[(0,K.jsxs)("div",{className:"al-grid-item-left",children:[(0,K.jsx)("div",{className:"al-grid-item-icon",children:(0,K.jsx)("img",{src:w.iconUrl,alt:w.label,width:24,height:24,loading:"lazy"})}),(0,K.jsx)("span",{className:"al-grid-item-label",children:w.label}),w.isNew&&(0,K.jsx)("span",{className:"al-badge-new",children:"N"})]}),(0,K.jsx)("div",{className:"al-grid-item-right",children:w.badge&&!Zi(w)&&(0,K.jsx)("span",{className:"al-badge",children:w.badge})})]},w.id)})});return i?(0,K.jsxs)(pt.Drawer.Portal,{children:[(0,K.jsx)(pt.Drawer.Overlay,{className:"al-drawer-overlay"}),(0,K.jsxs)(pt.Drawer.Content,{className:X("al-drawer-content",o),"data-theme":r,children:[(0,K.jsxs)("div",{className:"al-drawer-header",children:[(0,K.jsx)(pt.Drawer.Close,{className:"al-drawer-close",children:(0,K.jsx)($o,{})}),(0,K.jsx)(pt.Drawer.Title,{className:"al-drawer-title",children:"CROSS Services"}),(0,K.jsx)(pt.Drawer.Close,{className:"al-drawer-close",children:(0,K.jsx)(Ho,{})})]}),(0,K.jsx)("div",{className:"al-drawer-body",children:g})]})]}):(0,K.jsx)(hn.Portal,{children:(0,K.jsx)(hn.Content,{align:e,sideOffset:t,className:X("al-popover-content",o),"data-theme":r,children:g})})}function Zo(e,t){try{let o=new URL(e).hostname;return typeof window>"u"?!0:o!==(t??window.location.hostname)}catch{return!1}}var de=G(require("react"),1),bi=G(require("@radix-ui/react-popover"),1),xi=require("vaul");var bn=require("react"),Qn=(0,bn.createContext)(null);function Xe(){let e=(0,bn.useContext)(Qn);if(!e)throw new Error("WalletInfo compound components must be used within <WalletInfo>");return e}var xn=(n=>(n.CROSSx="crossx",n.MetaMask="io.metamask",n.Binance="com.binance.wallet",n))(xn||{}),Ht={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"}};var S=G(require("react"),1);var Je=G(require("bignumber.js"),1);function Ki(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 ft(e,t){if(!e||e==="0")return"0.00";let o=new Je.default(e).shiftedBy(-t),n=o.isGreaterThanOrEqualTo(1)?2:4;return o.toFormat(n,Je.default.ROUND_DOWN)}function Ne(e){return e.length<=10?e:`${e.slice(0,6)}...${e.slice(-4)}`}function Xn(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 Ko(e,t,o){let r=new Je.default(e).shiftedBy(-t).multipliedBy(new Je.default(o));return r.isZero()||r.isNaN()?"$0.00":`$${(r.integerValue(Je.default.ROUND_DOWN).isGreaterThanOrEqualTo(1)?r.decimalPlaces(2,Je.default.ROUND_DOWN):r.decimalPlaces(4,Je.default.ROUND_DOWN)).toFormat()}`}function Yo(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 c=Number(o);if(!Number.isFinite(c)||c===0)return{displayValue:"0",isLowerBound:!1};o=Ki(c.toFixed(18))}let[n="0",r=""]=o.split(".");if(Number(n)>=1){let c=r.slice(0,2).padEnd(2,"0");return{displayValue:`${Number(n).toLocaleString("en-US")}.${c}`,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"},ue={dev:{cross:612044,bsc:97},stage:{cross:612044,bsc:97},production:{cross:612055,bsc:56}};var Jn={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"},Qo={cross:"https://contents.crosstoken.io/wallet/token/images/CROSS.svg",bsc:"https://contents.crosstoken.io/wallet/token/images/BSC.svg"};function eo(e,t){let o=ue[e];if(t===o.cross)return Qo.cross;if(t===o.bsc)return Qo.bsc}var Yi={dev:"https://dev-portrait.crosstoken.io",stage:"https://dev-portrait.crosstoken.io",production:"https://portrait.crosstoken.io"};function ut(e,t,o={}){if(!t||!t.startsWith("0x"))return;let{size:n=120,bg:r,format:i="png"}=o,c=Yi[e],d=r?`&bg=${r}`:"";return`${c}/portrait/evm/${t}.${i}?size=${n}${d}`}var B=require("react/jsx-runtime");function Xo({size:e=16,className:t}){return(0,B.jsxs)("svg",{width:e,height:e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[(0,B.jsx)("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"}),(0,B.jsx)("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 to({size:e=16,className:t}){return(0,B.jsx)("svg",{width:e,height:e,viewBox:"4 4 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,B.jsx)("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 Vt({size:e=16,className:t}){return(0,B.jsx)("svg",{width:e,height:e,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,B.jsx)("path",{d:"M11.6667 3.5L5.25 9.91667L2.33334 7",stroke:"currentColor",strokeWidth:1.16667,strokeLinecap:"round",strokeLinejoin:"round"})})}function no({size:e=24,className:t}){return(0,B.jsx)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,B.jsx)("path",{d:"M18 6L6 18M6 6l12 12",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})})}function Jo({size:e=20,className:t}){return(0,B.jsxs)("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[(0,B.jsx)("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"}),(0,B.jsx)("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 er({size:e=20,className:t}){return(0,B.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:e,height:e,viewBox:"0 0 20 20",fill:"none",className:t,children:(0,B.jsx)("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 tr({size:e=20,className:t}){return(0,B.jsx)("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,B.jsx)("path",{d:"M12.5 15L7.5 10L12.5 5",stroke:"currentColor",strokeWidth:1.67,strokeLinecap:"round",strokeLinejoin:"round"})})}function nr({size:e=20,className:t}){return(0,B.jsx)("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,B.jsx)("path",{d:"M8 5L13 10L8 15",stroke:"currentColor",strokeWidth:1.67,strokeLinecap:"round",strokeLinejoin:"round"})})}function or({size:e=20,className:t}){return(0,B.jsx)("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,B.jsx)("path",{d:"M5 8L10 13L15 8",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})})}function rr({size:e=16,className:t}){return(0,B.jsxs)("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[(0,B.jsx)("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"}),(0,B.jsx)("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 ir({size:e=16,className:t}){return(0,B.jsxs)("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[(0,B.jsx)("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"}),(0,B.jsx)("path",{d:"M1.667 1.667l16.666 16.666",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]})}function ar({size:e=42,className:t}){return(0,B.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:e,height:e,viewBox:"0 0 42 42",fill:"none",className:t,children:(0,B.jsx)("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})})}var sr=require("react"),lr=require("@tanstack/react-query");var Qi="send:chain-info";function Xi(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 oo(e,...t){let o=e.replace(/\/+$/,""),n=t.map(r=>r.replace(/^\/+|\/+$/g,"")).filter(Boolean);return[o,...n].join("/")}function Ji(e,t,o,n){if(n)return t===ue[e].cross?cr(t,n):o?.explorer_url?oo(o.explorer_url,o.explorer_postfix?.transaction??"tx",n):ea(e,t,n)}function cr(e,t){return oo("https://explorer.crosstoken.io",String(e),"tx",t)}function ea(e,t,o){let n=ue[e];if(t===n.cross)return cr(t,o);if(t===n.bsc)return oo(e==="production"?"https://bscscan.com":"https://testnet.bscscan.com","tx",o)}function dr(e,t,o,n=!0){let r=Le[e],i=(0,lr.useQuery)({queryKey:[Qi,e,t],queryFn:async({signal:m})=>{let p=await fetch(`${r}/v1/public/chain/info/${t}`,{cache:"no-store",signal:m});if(!p.ok)throw new Error(`Failed to fetch chain info: ${p.status}`);let l=await p.json();if("code"in l&&l.code!==void 0&&l.code!==200)throw new Error(`Chain info API error: ${l.code}`);return Xi(l)},enabled:n,staleTime:300*1e3}),c=i.data;return{transactionUrl:(0,sr.useMemo)(()=>Ji(e,t,c,o),[t,c,e,o]),chainInfo:c,...i}}var pr="0x0000000000000000000000000000000000000001";var ta="0xa9059cbb",na=/^0x[a-fA-F0-9]{40}$/,oa="nexus-cross:dapp-ui:send:recent:",mr=10;function ra(e){let t=e.length;for(;t>0&&e.charCodeAt(t-1)===48;)t--;return e.slice(0,t)}function jt(e){return e.toLowerCase()}function Gt(e){return na.test(e)}function ro(e){return jt(e.address)===pr}function io(e){return`${oa}${e.toLowerCase()}`}function Pt(e){if(typeof window>"u")return[];try{let t=window.localStorage.getItem(io(e));if(!t)return[];let o=JSON.parse(t);return Array.isArray(o)?o.filter(n=>n!==null&&typeof n=="object"&&Gt(n.address)&&typeof n.updatedAt=="number").slice(0,mr):[]}catch{return[]}}function ao(e,t){if(typeof window>"u")return[];let o=jt(t),n=[{address:o,updatedAt:Date.now()},...Pt(e).filter(r=>r.address!==o)].slice(0,mr);try{window.localStorage.setItem(io(e),JSON.stringify(n))}catch{return Pt(e)}return n}function so(e){if(!(typeof window>"u"))try{window.localStorage.removeItem(io(e))}catch{}}function lo(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"),c=r.padEnd(t,"0"),d=c?BigInt(c):0n,m=10n**BigInt(t),p=i*m+d;return p<=0n?{error:"Amount must be greater than 0."}:{value:p}}function co(e,t){let o=BigInt(e||"0"),n=10n**BigInt(t),r=o/n,i=o%n;if(i===0n)return r.toString();let c=ra(i.toString().padStart(t,"0"));return`${r.toString()}.${c}`}function po(e,t){let o=e.replace(/^0x/,"").toLowerCase().padStart(64,"0"),n=t.toString(16).padStart(64,"0");return`${ta}${o}${n}`}var ia=2000000000n,aa=1000000000n;async function vn(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 yn(e){return BigInt(e)}function sa(e){return`0x${e.toString(16)}`}function la(e){let t={to:e.to};return e.from&&(t.from=e.from),e.value!==void 0&&e.value>0n&&(t.value=sa(e.value)),e.data&&(t.data=e.data),t}function ca(e){return e===56||e===97}async function fr(e){try{let t=await vn(e,"eth_gasPrice",[]);return{gasPrice:yn(t)}}catch{return{gasPrice:ia}}}async function da(e,t){let o=aa;try{let n=await vn(e,"eth_maxPriorityFeePerGas",[]);o=yn(n)}catch{}return{maxFeePerGas:t+o,maxPriorityFeePerGas:o}}async function pa(e,t){if(t)return fr(e);let o;try{o=(await vn(e,"eth_getBlockByNumber",["latest",!1]))?.baseFeePerGas}catch{}return o?da(e,yn(o)):fr(e)}async function ur(e,t){let o=ca(t.chainId),n=la(t),[r,i]=await Promise.all([vn(e,"eth_estimateGas",[n]),pa(e,o)]);return{gasLimit:yn(r),gasPrice:i.gasPrice,maxFeePerGas:i.maxFeePerGas,maxPriorityFeePerGas:i.maxPriorityFeePerGas}}function gr(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(gr(o.cause,t+1)),n.join(`
|
|
6
|
+
`).toLowerCase()}function ma(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 mo(e,t={},o="Failed to send transaction."){let n=gr(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 c=i?` on ${i}`:"";return`Not enough ${r} to cover the gas fee.Please top up your ${r} balance 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.":ma(e)||o}A(`.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
|
+
`);var a=require("react/jsx-runtime"),fa=1500,ua=120;function fo(e){return`${e.chainId}:${e.address.toLowerCase()}`}function wr(e,t){return e.name||`Account ${(e.index??t)+1}`}function hr(e){return e.trim().slice(0,1).toUpperCase()||"A"}function ga(e){return new Promise(t=>setTimeout(t,e))}function wa(e){let{status:t}=e;return t==="reverted"||t==="0x0"||t===0||t===0n||t===!1}function ha(e){return!!(e.token||e.recipient||e.amount)}function wo(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 d=i.toString().padStart(t,"0").slice(0,Math.max(0,Math.min(o,t)));return d=d.replace(/0+$/,""),d?`${r.toString()}.${d}`:r.toString()}function uo(e,t){return wo(e,t,6)}function go(e){return wo(e,9,2)}function ba(e){return e.toLocaleString("en-US")}function xa(e){return e.maxFeePerGas!==void 0?"dynamic":e.gasPrice!==void 0?"legacy":null}function va(e){return e.maxFeePerGas!==void 0?e.gasLimit*e.maxFeePerGas:e.gasPrice!==void 0?e.gasLimit*e.gasPrice:null}function ya(){return(0,a.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none","aria-hidden":"true",children:[(0,a.jsx)("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"}),(0,a.jsx)("path",{d:"M4.5 14.5C4.5 13.67 5.17 13 6 13h9.5",stroke:"currentColor",strokeWidth:"1.7",strokeLinecap:"round"}),(0,a.jsx)("path",{d:"M8 6.5h4M8 9h3",stroke:"currentColor",strokeWidth:"1.7",strokeLinecap:"round"})]})}function ka(){return(0,a.jsxs)("svg",{width:"56",height:"56",viewBox:"0 0 56 56",fill:"none","aria-hidden":"true",children:[(0,a.jsx)("circle",{cx:"28",cy:"28",r:"28",fill:"var(--wi-primary)"}),(0,a.jsx)("path",{d:"M17 28.5L24.2 35.5L39 20.5",stroke:"var(--wi-primary-contrast, #001410)",strokeWidth:"4",strokeLinecap:"round",strokeLinejoin:"round"})]})}function Ut({env:e,theme:t="dark",walletAddress:o,accountName:n,accounts:r=[],token:i,tokens:c=[],onTokenChange:d,sendTransaction:m,getTransactionReceipt:p,estimateGas:l,onSuccess:f,onConfirmSuccess:b,onOutlink:h}){let[x,g]=S.useState(""),[w,C]=S.useState(""),[M,T]=S.useState(""),[L,D]=S.useState({}),[k,I]=S.useState(""),[E,N]=S.useState(!1),[Z,W]=S.useState(!1),[be,Fe]=S.useState(!1),[re,Ee]=S.useState("account"),Pe=S.useRef(void 0),J=S.useRef(void 0),qe=S.useRef(null),Ze=S.useRef(null),[ge,Ke]=S.useState(()=>Pt(o)),[xe,te]=S.useState("idle"),[Q,He]=S.useState(null),[pe,De]=S.useState(!1),[ve,me]=S.useState(""),ye=S.useRef(0),[ne,Ie]=S.useState(null),[ie,ot]=S.useState(""),ke=ro(i),Ye=S.useMemo(()=>BigInt(i.quantity.numeric||"0"),[i.quantity.numeric]),Ve=S.useMemo(()=>ft(i.quantity.numeric,i.quantity.decimals),[i.quantity.numeric,i.quantity.decimals]),je=S.useMemo(()=>r.filter(u=>u.address.toLowerCase()!==o.toLowerCase()),[r,o]),rt=S.useMemo(()=>{let u=new Map;return je.forEach((R,F)=>{u.set(R.address.toLowerCase(),{account:R,index:F})}),u},[je]),Te=je.length>0,Ge=S.useMemo(()=>fe(e),[e]),Me=t==="dark"?"1A1A2E":"F3F6F8",Qe=c.length>0?c:[i],Ue=Qe.length>1&&!!d,{transactionUrl:Ae,chainInfo:we}=dr(Ge,i.chainId,k||void 0,!0),_e=we?.currency_symbol??"",Ce=we?.name??`Chain ID ${i.chainId}`;S.useEffect(()=>{T(""),D({}),I(""),te("idle"),He(null),me(""),De(!1),ye.current+=1},[i.address,i.chainId,x,w]),S.useEffect(()=>{C(""),N(!1)},[i.address,i.chainId]),S.useEffect(()=>{Ke(Pt(o))},[o]),S.useEffect(()=>()=>{clearTimeout(Pe.current),clearTimeout(J.current)},[]),S.useEffect(()=>{!Te&&re==="account"&&Ee("recent")},[re,Te]),S.useEffect(()=>{let u=window.visualViewport,R=qe.current;if(!u||!R)return;let F=()=>{let le=document.activeElement;return R.contains(le)&&(le instanceof HTMLInputElement||le instanceof HTMLTextAreaElement)},O=48,q=()=>{R.style.paddingBottom=""},ae=()=>{if(!F()){q();return}let le=Math.max(0,window.innerHeight-u.height-u.offsetTop);le>0?R.style.paddingBottom=`${le+O}px`:q();let lt=document.activeElement;lt instanceof HTMLElement&&requestAnimationFrame(()=>{let Dt=lt.getBoundingClientRect(),dn=R.getBoundingClientRect().bottom-le-O,Bt=Dt.bottom-dn;Bt>0&&R.scrollBy({top:Bt,behavior:"smooth"})})},st=()=>{setTimeout(()=>{F()||q()},0)};return u.addEventListener("resize",ae),window.addEventListener("resize",ae),R.addEventListener("focusout",st),()=>{u.removeEventListener("resize",ae),window.removeEventListener("resize",ae),R.removeEventListener("focusout",st),q()}},[]);let We=S.useCallback(()=>{clearTimeout(J.current),J.current=setTimeout(()=>{Ze.current?.scrollIntoView({behavior:"smooth",block:"nearest"})},10)},[]),jn=S.useCallback(()=>{C(co(i.quantity.numeric,i.quantity.decimals))},[i.quantity.numeric,i.quantity.decimals]),an=S.useCallback(u=>{g(u),W(!1)},[]),sn=S.useCallback(()=>{let u={},R=x.trim(),F=lo(w,i.quantity.decimals),O;return R?Gt(R)||(u.recipient="Enter a valid EVM recipient address."):u.recipient="Enter a recipient address.","error"in F?u.amount=F.error:(O=F.value,O>Ye&&(u.amount="Amount exceeds available balance.")),!ke&&!Gt(i.address)&&(u.token="Token contract address is invalid."),{errors:u,rawAmount:O,trimmedRecipient:R}},[w,Ye,ke,x,i.address,i.quantity.decimals]),ln=S.useCallback(async()=>{if(k)try{await navigator.clipboard.writeText(k),Fe(!0),clearTimeout(Pe.current),Pe.current=setTimeout(()=>Fe(!1),2e3)}catch{}},[k]),it=S.useCallback(()=>{if(!Ae||!k)return;let u=O=>{typeof window>"u"||window.open(O,"_blank","noopener,noreferrer")};if(!h){u(Ae);return}let R=h(Ae,{category:"send",origin:"send-transaction",payload:{chainId:i.chainId,txHash:k}});if(R&&(typeof R=="object"||typeof R=="function")&&typeof R.then=="function"){let O=typeof window<"u"?window.open("","_blank","noopener,noreferrer"):null;R.then(q=>{if(q===null){O?.close();return}let ae=q??Ae;if(O)try{O.location.href=ae}catch{O.close(),u(ae)}else u(ae)});return}let F=R;F!==null&&u(F??Ae)},[h,i.chainId,Ae,k]),at=S.useCallback((u,R)=>ke?{to:u,value:R,chainId:i.chainId,from:o}:{to:jt(i.address),data:po(u,R),value:0n,chainId:i.chainId,from:o},[ke,i.address,i.chainId,o]),Lt=S.useCallback(async(u,R,F)=>{if(!l&&!F)return;let O=++ye.current;De(!0),me("");try{let q=at(u,R),ae=l?await l(q):await ur(F,q);if(ye.current!==O)return;He(ae)}catch(q){if(ye.current!==O)return;me(mo(q,{nativeSymbol:_e||void 0,networkName:Ce,tokenSymbol:i.symbol},"Failed to estimate gas."))}finally{ye.current===O&&De(!1)}},[at,l,_e,Ce,i.symbol]),cn=S.useCallback(u=>{if(u.preventDefault(),T(""),I(""),!m){te("error"),T("Sending is not available for this wallet.");return}let{errors:R,rawAmount:F,trimmedRecipient:O}=sn();if(D(R),ha(R)||F===void 0){te("error");return}let q=O;Ie(F),ot(q),He(null),me(""),te("review")},[m,sn]);S.useEffect(()=>{xe==="review"&&(!ie||ne===null||Q===null&&(pe||ve||!l&&!we?.rpc||Lt(ie,ne,we?.rpc)))},[we?.rpc,l,Lt,Q,ve,pe,ne,ie,xe]);let Ot=S.useCallback(async()=>{if(!(!m||!ie||ne===null)){T(""),I("");try{te("submitting");let u=await m(at(ie,ne));if(I(u),te("confirming"),Ke(ao(o,ie)),f?.(u),!p){te("success");return}for(let R=0;R<ua;R+=1){let F=await p({hash:u,chainId:i.chainId}).catch(()=>null);if(F){if(wa(F)){te("error"),T("Transaction reverted on-chain.");return}te("success");return}await ga(fa)}te("error"),T("Transaction receipt was not found. Please check again later.")}catch(u){te("error"),T(mo(u,{nativeSymbol:_e||void 0,networkName:Ce,tokenSymbol:i.symbol}))}}},[at,p,_e,Ce,f,ne,ie,m,i.chainId,i.symbol,o]),Gn=S.useCallback(()=>{ye.current+=1,He(null),me(""),De(!1),T(""),te("idle")},[]),Ft=Ye<=0n||!x.trim()||!w.trim();if(xe==="review"||xe==="submitting"){let u=xe==="submitting",R=ne!==null?wo(ne,i.quantity.decimals):w.trim(),F=n?.trim()||`Account ${(r[0]?.index??0)+1}`,O="\u2014",q=_e||(ke?i.symbol:""),ae=we?.currency_decimals??(ke?i.quantity.decimals:18),st=Q?xa(Q):null,le=Q?va(Q):null,lt=le!==null&&q?`${uo(le,ae)} ${q}`:O,Dt=Q?ba(Q.gasLimit):O,Wt=Q?.maxPriorityFeePerGas!==void 0?`${go(Q.maxPriorityFeePerGas)} Gwei`:O,dn=Q?.maxFeePerGas!==void 0?`${go(Q.maxFeePerGas)} Gwei`:O,Bt=Q?.gasPrice!==void 0?`${go(Q.gasPrice)} Gwei`:O,Oo=`${R} ${i.symbol}`,pn=(()=>{if(!Q||le===null)return O;if(ke&&ne!==null){let Rt=ne+le;return`${uo(Rt,ae)} ${q||i.symbol}`}return q?`${uo(le,ae)} ${q}`:O})();return(0,a.jsxs)("div",{className:"send-page send-page--review",children:[(0,a.jsxs)("div",{className:"send-scroll send-review-scroll","data-vaul-no-drag":!0,children:[(0,a.jsxs)("div",{className:"send-review-amount",children:[(0,a.jsx)("img",{className:"send-review-amount-icon",src:i.icon_url,alt:"",width:32,height:32,draggable:!1,onError:Rt=>{Rt.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),(0,a.jsxs)("span",{className:"send-review-amount-value",children:[R," ",i.symbol]})]}),(0,a.jsxs)("div",{className:"send-review-parties",children:[(0,a.jsxs)("div",{className:"send-review-party",children:[(0,a.jsx)("span",{className:"send-review-party-label",children:"From"}),(0,a.jsxs)("div",{className:"send-review-party-info",children:[(0,a.jsx)("span",{className:"send-review-party-name",children:F}),(0,a.jsx)("span",{className:"send-review-party-addr",children:o})]})]}),(0,a.jsxs)("div",{className:"send-review-party",children:[(0,a.jsx)("span",{className:"send-review-party-label",children:"To"}),(0,a.jsx)("div",{className:"send-review-party-info",children:(0,a.jsx)("span",{className:"send-review-party-addr",children:ie})})]})]}),(0,a.jsxs)("section",{className:"send-review-section",children:[(0,a.jsx)("h3",{className:"send-review-section-title",children:"Summary"}),(0,a.jsxs)("div",{className:"send-review-row",children:[(0,a.jsx)("span",{className:"send-review-row-label",children:"Network"}),(0,a.jsxs)("span",{className:"send-review-row-value send-review-network",children:[(0,a.jsx)("span",{className:"send-review-network-dot","aria-hidden":!0}),Ce]})]}),(0,a.jsxs)("div",{className:"send-review-row",children:[(0,a.jsx)("span",{className:"send-review-row-label",children:"Est. Tx Fee"}),(0,a.jsx)("span",{className:"send-review-row-value",children:pe?"\u2026":lt})]}),st==="dynamic"?(0,a.jsxs)(a.Fragment,{children:[(0,a.jsxs)("div",{className:"send-review-row",children:[(0,a.jsx)("span",{className:"send-review-row-label",children:"Max Priority Fee"}),(0,a.jsx)("span",{className:"send-review-row-value",children:pe?"\u2026":Wt})]}),(0,a.jsxs)("div",{className:"send-review-row",children:[(0,a.jsx)("span",{className:"send-review-row-label",children:"Max Gas Fee"}),(0,a.jsx)("span",{className:"send-review-row-value",children:pe?"\u2026":dn})]})]}):st==="legacy"?(0,a.jsxs)("div",{className:"send-review-row",children:[(0,a.jsx)("span",{className:"send-review-row-label",children:"Gas Price"}),(0,a.jsx)("span",{className:"send-review-row-value",children:pe?"\u2026":Bt})]}):null,(0,a.jsxs)("div",{className:"send-review-row",children:[(0,a.jsx)("span",{className:"send-review-row-label",children:"Gas Limit"}),(0,a.jsx)("span",{className:"send-review-row-value",children:pe?"\u2026":Dt})]})]}),(0,a.jsxs)("section",{className:"send-review-section",children:[(0,a.jsx)("h3",{className:"send-review-section-title",children:"Total"}),(0,a.jsxs)("div",{className:"send-review-row",children:[(0,a.jsx)("span",{className:"send-review-row-label",children:"Total Amount"}),(0,a.jsx)("span",{className:"send-review-row-value",children:Oo})]}),(0,a.jsxs)("div",{className:"send-review-row",children:[(0,a.jsx)("span",{className:"send-review-row-label",children:"Max. Total Amount"}),(0,a.jsx)("span",{className:"send-review-row-value",children:pe?"\u2026":pn})]})]}),ve&&(0,a.jsx)("div",{className:"send-message send-message--error",role:"alert",children:ve}),M&&(0,a.jsx)("div",{className:"send-message send-message--error",role:"alert",children:M})]}),(0,a.jsxs)("div",{className:"send-footer send-footer--review",children:[(0,a.jsx)("button",{type:"button",className:"send-review-btn send-review-btn--cancel",onClick:Gn,disabled:u,children:"Cancel"}),(0,a.jsx)("button",{type:"button",className:"send-review-btn send-review-btn--confirm",onClick:Ot,disabled:u,children:u?"Sending...":"Send"})]})]})}if((xe==="confirming"||xe==="success")&&k){let u=xe==="success";return(0,a.jsxs)("div",{className:"send-page send-page--success",children:[(0,a.jsxs)("div",{className:"send-success-body","data-vaul-no-drag":!0,children:[(0,a.jsx)("div",{className:"send-success-icon","data-pending":!u||void 0,children:u?(0,a.jsx)(ka,{}):(0,a.jsx)("span",{className:"send-success-spinner"})}),(0,a.jsxs)("div",{className:"send-success-copy",children:[(0,a.jsx)("h3",{className:"send-success-title",children:u?"Transaction Complete":"Transaction in Progress"}),(0,a.jsx)("p",{className:"send-success-desc",children:u?"Your transfer was sent successfully.":"Transfer in progress. Waiting for confirmation."})]}),(0,a.jsxs)("div",{className:"send-success-hash-card",children:[(0,a.jsx)("span",{className:"send-success-hash-label",children:"Transaction Hash"}),(0,a.jsxs)("div",{className:"send-success-hash-row","data-vaul-no-drag":!0,children:[(0,a.jsx)("button",{type:"button",className:"send-success-hash-link",onClick:it,"aria-label":"Open transaction in explorer",children:Ne(k)}),(0,a.jsx)("button",{type:"button",className:"send-success-copy-btn",onClick:ln,"aria-label":"Copy transaction hash",children:be?(0,a.jsx)(Vt,{size:16}):"Copy"})]})]})]}),(0,a.jsx)("div",{className:"send-footer",children:(0,a.jsx)("button",{type:"button",className:"send-submit-btn",onClick:b,disabled:!u,children:u?"All done":"Sending..."})})]})}return(0,a.jsxs)("form",{className:"send-page",onSubmit:cn,children:[(0,a.jsxs)("div",{className:"send-scroll","data-vaul-no-drag":!0,ref:qe,children:[(0,a.jsxs)("section",{className:"send-section","aria-label":"Select token to send",children:[(0,a.jsx)("span",{className:"send-label",children:"Token"}),(0,a.jsxs)("button",{type:"button",className:"send-asset-card",onClick:()=>{Ue&&N(u=>!u)},disabled:!Ue,"aria-expanded":Ue?E:void 0,children:[(0,a.jsxs)("span",{className:"send-asset-left",children:[(0,a.jsx)("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"}}),(0,a.jsxs)("span",{className:"send-asset-info",children:[(0,a.jsx)("span",{className:"send-asset-symbol",children:i.symbol}),(0,a.jsx)("span",{className:"send-asset-name",children:i.name})]})]}),(0,a.jsxs)("span",{className:"send-asset-balance",children:[(0,a.jsx)("span",{className:"send-balance-label",children:"Available"}),(0,a.jsxs)("span",{className:"send-balance-value",children:[Ve," ",i.symbol]})]})]}),Ue&&E&&(0,a.jsx)("div",{className:"send-token-list",role:"listbox",children:Qe.map(u=>{let R=fo(u)===fo(i);return(0,a.jsxs)("button",{type:"button",role:"option","aria-selected":R,className:"send-token-option","data-selected":R||void 0,onClick:()=>d?.(u),children:[(0,a.jsxs)("span",{className:"send-asset-left",children:[(0,a.jsx)("img",{className:"send-token-option-icon",src:u.icon_url,alt:u.symbol,width:28,height:28,draggable:!1,onError:F=>{F.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),(0,a.jsxs)("span",{className:"send-asset-info",children:[(0,a.jsx)("span",{className:"send-token-option-symbol",children:u.symbol}),(0,a.jsx)("span",{className:"send-asset-name",children:u.name})]})]}),(0,a.jsx)("span",{className:"send-token-option-balance",children:ft(u.quantity.numeric,u.quantity.decimals)})]},fo(u))})}),L.token&&(0,a.jsx)("p",{className:"send-field-error",role:"alert",children:L.token})]}),(0,a.jsxs)("section",{className:"send-field","aria-label":"Recipient address",children:[(0,a.jsx)("span",{className:"send-label",children:"To"}),(0,a.jsxs)("div",{className:"send-address-wrap","data-invalid":L.recipient||void 0,children:[(0,a.jsx)("input",{className:"send-input send-input--address",value:x,onChange:u=>g(u.target.value),placeholder:"0x...",autoComplete:"off",spellCheck:!1,"aria-invalid":!!L.recipient,"aria-describedby":L.recipient?"send-recipient-error":void 0}),(0,a.jsx)("button",{type:"button",className:"send-address-book-btn",onClick:()=>W(u=>!u),"aria-label":"Open address book","aria-expanded":Z,children:(0,a.jsx)(ya,{})})]}),L.recipient&&(0,a.jsx)("p",{id:"send-recipient-error",className:"send-field-error",role:"alert",children:L.recipient}),Z&&(0,a.jsxs)("div",{className:"send-address-picker",children:[(0,a.jsxs)("div",{className:"send-address-tabs",role:"tablist",children:[Te&&(0,a.jsx)("button",{type:"button",role:"tab",className:"send-address-tab","data-active":re==="account"||void 0,"aria-selected":re==="account",onClick:()=>Ee("account"),children:"My Account"}),(0,a.jsx)("button",{type:"button",role:"tab",className:"send-address-tab","data-active":re==="recent"||void 0,"aria-selected":re==="recent",onClick:()=>Ee("recent"),children:"Recent"})]}),Te&&re==="account"?(0,a.jsx)("div",{className:"send-address-list",children:je.map((u,R)=>{let F=wr(u,R),O=ut(Ge,u.address,{size:56,bg:Me});return(0,a.jsxs)("button",{type:"button",className:"send-address-option",onClick:()=>an(u.address),children:[(0,a.jsxs)("span",{className:"send-address-avatar","aria-hidden":!0,children:[O&&(0,a.jsx)("img",{className:"send-address-avatar-img",src:O,alt:"",width:36,height:36,draggable:!1,onError:q=>{q.currentTarget.style.display="none"}}),(0,a.jsx)("span",{className:"send-address-avatar-fallback",children:hr(F)})]}),(0,a.jsxs)("span",{className:"send-address-copy",children:[(0,a.jsx)("span",{className:"send-address-name",children:F}),(0,a.jsx)("span",{className:"send-address-value",children:Ne(u.address)})]})]},u.address)})}):ge.length>0?(0,a.jsx)("div",{className:"send-address-list",children:ge.map(u=>{let R=rt.get(u.address.toLowerCase()),F=R?wr(R.account,R.index):void 0,O=ut(Ge,u.address,{size:56,bg:Me});return(0,a.jsxs)("button",{type:"button",className:"send-address-option",onClick:()=>an(u.address),children:[(0,a.jsxs)("span",{className:"send-address-avatar","aria-hidden":!0,children:[O&&(0,a.jsx)("img",{className:"send-address-avatar-img",src:O,alt:"",width:36,height:36,draggable:!1,onError:q=>{q.currentTarget.style.display="none"}}),(0,a.jsx)("span",{className:"send-address-avatar-fallback",children:F?hr(F):u.address.slice(2,4).toUpperCase()})]}),(0,a.jsxs)("span",{className:"send-address-copy",children:[(0,a.jsx)("span",{className:"send-address-name",children:F??Ne(u.address)}),(0,a.jsx)("span",{className:"send-address-value",children:R?Ne(R.account.address):"Recently sent"})]})]},u.address)})}):(0,a.jsx)("div",{className:"send-address-empty",children:"No Send History"})]})]}),(0,a.jsxs)("section",{className:"send-field","aria-labelledby":"send-amount-label",children:[(0,a.jsxs)("span",{className:"send-label-row",children:[(0,a.jsx)("span",{id:"send-amount-label",className:"send-label",children:"Amount"}),(0,a.jsx)("button",{type:"button",className:"send-max-btn",onClick:jn,disabled:Ye<=0n,children:"Max"})]}),(0,a.jsxs)("div",{className:"send-amount-wrap","data-invalid":L.amount||void 0,children:[(0,a.jsx)("input",{ref:Ze,className:"send-input send-input--amount",value:w,onChange:u=>C(u.target.value),onFocus:We,placeholder:"0.00",inputMode:"decimal",autoComplete:"off","aria-labelledby":"send-amount-label","aria-invalid":!!L.amount,"aria-describedby":L.amount?"send-amount-error":void 0}),(0,a.jsx)("span",{className:"send-amount-symbol",children:i.symbol})]}),L.amount&&(0,a.jsx)("p",{id:"send-amount-error",className:"send-field-error",role:"alert",children:L.amount})]}),(0,a.jsxs)("div",{className:"send-meta",children:[(0,a.jsx)("span",{children:"From"}),(0,a.jsx)("span",{children:Ne(o)})]}),(0,a.jsxs)("div",{className:"send-meta",children:[(0,a.jsx)("span",{children:"Network"}),(0,a.jsxs)("span",{children:["Chain ID ",i.chainId]})]}),M&&(0,a.jsx)("div",{className:"send-message send-message--error",role:"alert",children:M})]}),(0,a.jsx)("div",{className:"send-footer",children:(0,a.jsx)("button",{type:"submit",className:"send-submit-btn","data-disabled":Ft||void 0,"aria-disabled":Ft,children:"Send"})})]})}var br=G(require("@radix-ui/react-popover"),1),xr=require("vaul");var gt=require("react/jsx-runtime");function vr({asChild:e,className:t,children:o}){let{isMobile:n,theme:r,walletAddress:i}=Xe(),c=o!=null,d=e??!0,m=c?o:(0,gt.jsxs)("button",{type:"button",className:X("wi-trigger-btn",t),"data-theme":r,"data-mobile":n||void 0,children:[(0,gt.jsx)(Xo,{size:n?14:16}),(0,gt.jsx)("span",{className:"wi-trigger-address",children:Ne(i)})]});return n?(0,gt.jsx)(xr.Drawer.Trigger,{asChild:d,children:m}):(0,gt.jsx)(br.Trigger,{asChild:d,children:m})}var U=G(require("react"),1),Fn=G(require("@radix-ui/react-popover"),1),Kt=require("vaul");var At=G(require("bignumber.js"),1);var yr=require("@tanstack/react-query"),kr=require("react");var kn="user-balance";async function Ca(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 c=await i.json();if(c.code!==200)throw new Error(`Token balance API error: ${c.code}`);return c.data}function wt(e,t,o=!0){let n=Le[e],r=ue[e],i=[r.cross,r.bsc],c=(0,yr.useQueries)({queries:i.map(l=>({queryKey:[kn,e,t,l],queryFn:({signal:f})=>Ca(n,l,t,f),enabled:!!t&&o,staleTime:0,refetchInterval:o?5e3:!1}))}),d=c.some(l=>l.isLoading),m=c.some(l=>l.isError);return{tokens:(0,kr.useMemo)(()=>{let l=[];for(let f of c)f.data&&l.push(...f.data);return l},[c]),isLoading:d,isError:m}}var Cn=require("@tanstack/react-query"),Cr=require("react");var Na="forge-holdings",La="forge-token-image";async function Ra(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 Sa(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 Nr(e,t,o=!0){let n=Jn[e],{data:r,...i}=(0,Cn.useQuery)({queryKey:[Na,e,t],queryFn:({signal:c})=>Ra(n,t,c),enabled:!!t&&o,staleTime:0,refetchInterval:o?5e3:!1});return{holdings:r??[],...i}}function Lr(e,t,o=!0){let n=Jn[e],r=(0,Cn.useQueries)({queries:t.map(c=>({queryKey:[La,e,c],queryFn:({signal:d})=>Sa(n,c,d),enabled:o,staleTime:1/0}))});return{imageMap:(0,Cr.useMemo)(()=>{let c=new Map;for(let d of r)d.data&&c.set(d.data.address,d.data.image_url);return c},[r])}}var Rr=require("@tanstack/react-query"),Sr=require("react");var Nn="token-stats";function ht(e,t){return`${e}:${t.toLowerCase()}`}function bt(e,t=!0){let o=Le[e],{data:n,...r}=(0,Rr.useQuery)({queryKey:[Nn,e],queryFn:async({signal:c})=>{let d=await fetch(`${o}/v1/public/token/stats`,{cache:"no-store",signal:c});if(!d.ok)throw new Error(`Failed to fetch token stats: ${d.status}`);let m=await d.json();if(m.code!==200)throw new Error(`Token stats API error: ${m.code}`);return m},enabled:t,staleTime:3e4});return{statsMap:(0,Sr.useMemo)(()=>{let c=new Map;if(!n?.data)return c;for(let d of n.data){let m=ht(d.chain_id,d.address);c.set(m,d)}return c},[n]),...r}}var Er=require("@tanstack/react-query"),Pr=require("react");var Ea="token-info";function ho(e,t){return`${t.toLowerCase()}_${e}`}function Ir(e,t=!0){let o=Le[e],{data:n,...r}=(0,Er.useQuery)({queryKey:[Ea,e],queryFn:async({signal:c})=>{let d=await fetch(`${o}/v1/public/token/info`,{cache:"no-store",signal:c});if(!d.ok)throw new Error(`Failed to fetch token info: ${d.status}`);let m=await d.json();if(m.code!==200)throw new Error(`Token info API error: ${m.code}`);return m},enabled:t,staleTime:1/0});return{categoryMap:(0,Pr.useMemo)(()=>{let c=new Map;if(!n?.data)return c;for(let d of n.data){let m=ho(d.chain_id,d.address);c.set(m,d.category)}return c},[n]),...r}}var Tr=require("react"),Ln=G(require("bignumber.js"),1);function Mr(e,t,o){let{tokens:n,isLoading:r}=wt(e,t,o),{statsMap:i}=bt(e,o);return(0,Tr.useMemo)(()=>{let c=new Ln.default(0);for(let l of n){let f=i.get(ht(l.chainId,l.address));if(!f)continue;let h=new Ln.default(l.quantity.numeric).shiftedBy(-l.quantity.decimals).multipliedBy(new Ln.default(f.price));h.isNaN()||(c=c.plus(h))}let d=c.toFixed(),{displayValue:m,isLowerBound:p}=Yo(d);return{totalUsd:d,displayValue:m,isLowerBound:p,isLoading:r}},[n,i,r])}var mi=require("qrcode.react");function Be(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(p){console.error("[dapp-ui] onOutlink threw:",p);return}let i=p=>{typeof window>"u"||window.open(p,"_blank","noopener,noreferrer")};if((p=>!!p&&(typeof p=="object"||typeof p=="function")&&typeof p.then=="function")(r)){let p=typeof window<"u"?window.open("","_blank","noopener,noreferrer"):null,l=f=>{if(f===null){p?.close();return}let b=f??t;if(p)try{p.location.href=b}catch{p.close(),i(b)}else i(b)};r.then(l,f=>{console.error("[dapp-ui] onOutlink rejected:",f),p?.close()});return}let d=r;if(d===null)return;i(d??t)}var kt=G(require("react"),1),pi=require("vaul");var Rn=require("react"),qt=(0,Rn.createContext)(null);function Re(){let e=(0,Rn.useContext)(qt);if(!e)throw new Error("WalletPortfolio compound components must be used within <WalletPortfolio>");return e}var Ar=require("vaul");var bo=require("react/jsx-runtime");function _r({asChild:e,children:t}){let{walletAddress:o}=Re(),n=t!=null,r=e??!0,i=n?t:(0,bo.jsx)("button",{type:"button",children:Ne(o)});return(0,bo.jsx)(Ar.Drawer.Trigger,{asChild:r,children:i})}var Zt=require("vaul");var he=G(require("react"),1),ci=require("@tanstack/react-query");var Hr=require("react"),Mn=G(require("bignumber.js"),1);var Dr=require("@tanstack/react-query"),xo=require("react");var Sn={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"},Or={dev:"https://stg-x.crosstoken.io",stage:"https://stg-x.crosstoken.io",production:"https://x.crosstoken.io"},En={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"},Pn={dev:"https://stg-x.crosstoken.io",stage:"https://stg-x.crosstoken.io",production:"https://x.crosstoken.io"},It={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"},Fr={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 Pa="wp:reward-pools";function In(e,t=!0){let o=Sn[e],{data:n,...r}=(0,Dr.useQuery)({queryKey:[Pa,e],queryFn:async({signal:d})=>{let m=await fetch(`${o}/v1/pools`,{cache:"no-store",signal:d});if(!m.ok)throw new Error(`Failed to fetch pools: ${m.status}`);let p=await m.json();if(p.code!==200)throw new Error(`Pools API error: ${p.code}`);return p},enabled:t,staleTime:0}),i=(0,xo.useMemo)(()=>n?.data.pools.filter(d=>d.pool_type==="CrossPool")??[],[n]),c=(0,xo.useMemo)(()=>n?.data.pools.filter(d=>d.pool_type==="GamePool")??[],[n]);return{crossPools:i,gamePools:c,allPools:n?.data.pools??[],...r}}var Wr=require("@tanstack/react-query"),Br=require("react");var Ia="wp:user-deposits";function Tn(e,t,o=!0){let n=Sn[e],r=o&&!!t,{data:i,...c}=(0,Wr.useQuery)({queryKey:[Ia,e,t],queryFn:async({signal:m})=>{let p=await fetch(`${n}/v1/users/${t}/deposits`,{cache:"no-store",signal:m});if(!p.ok)throw new Error(`Deposits fetch failed: ${p.status}`);let l=await p.json();if(l.code!==200)throw new Error(`Deposits API error: ${l.code}`);return l},enabled:r,staleTime:0});return{depositMap:(0,Br.useMemo)(()=>{let m=new Map;if(!i?.data.user_deposits)return m;for(let p of i.data.user_deposits)m.set(p.pool_address.toLowerCase(),p);return m},[i]),deposits:i?.data.user_deposits??[],...c}}var vo=require("@tanstack/react-query"),yo=require("react");function et(e,t,o,n=!0){let r=Fr[e][t],i=n&&!!o,{data:c,...d}=(0,vo.useQuery)({queryKey:["wp:dex-pairs",e,t],queryFn:async({signal:x})=>{let g=await fetch(`${r}/pair-info`,{cache:"no-store",signal:x});if(!g.ok)throw new Error(`pair-info fetch failed: ${g.status}`);let w=await g.json();if(w.code!==200)throw new Error(`pair-info API error: ${w.code}`);return w},enabled:n,staleTime:0}),m=c?.data??[],p=(0,yo.useMemo)(()=>{let x=new Map;for(let g of m)x.set(g.pair_address.toLowerCase(),g);return x},[m]),{data:l,...f}=(0,vo.useQuery)({queryKey:["wp:dex-orders",e,t,o],queryFn:async({signal:x})=>{let g=Math.floor(Date.now()/1e3),w=new URLSearchParams({owner:o,size:"200",start_date:"0",end_date:String(g)}),C=await fetch(`${r}/open-order?${w}`,{cache:"no-store",signal:x});if(!C.ok)throw new Error(`open-order fetch failed: ${C.status}`);let M=await C.json();if(M.code!==200)throw new Error(`open-order API error: ${M.code}`);return M.data?.data??[]},enabled:i,staleTime:0}),b=l??[],h=(0,yo.useMemo)(()=>{let x=new Map;for(let g of b){let w=g.pair.toLowerCase();x.has(w)||x.set(w,{buys:[],sells:[]});let C=x.get(w);g.order_side===1?C.buys.push(g):C.sells.push(g)}return x},[b]);return{allPairs:m,pairMap:p,orders:b,ordersByPair:h,isEmpty:b.length===0,isLoading:d.isLoading||f.isLoading}}var Ta=["var(--wp-blue)","var(--wp-purple)","var(--wp-red)","var(--wp-orange)"],zr="var(--wp-green)",$r=4;function Vr(e,t,o=!0){let n=o&&!!t,{allPools:r}=In(e,n),{depositMap:i}=Tn(e,t,n),{allPairs:c,pairMap:d,ordersByPair:m}=et(e,"cross",t,n),{allPairs:p,pairMap:l,ordersByPair:f}=et(e,"crossd",t,n),{allPairs:b,pairMap:h,ordersByPair:x}=et(e,"forge",t,n);return(0,Hr.useMemo)(()=>{let g=new Map,w=new Map,C=(k,I)=>{!Number.isFinite(I)||I<=0||w.set(k,(w.get(k)??0)+I)};for(let k of r){let I=Number(k.deposit_token.price);I>0&&g.set(k.deposit_token.symbol,I);for(let E of k.reward_tokens){let N=Number(E.price);N>0&&g.set(E.symbol,N)}}for(let k of[...c,...p,...b]){let I=g.get(k.quote_symbol),E=Number(k.billboard?.price);I&&E>0&&!g.has(k.base_symbol)&&g.set(k.base_symbol,E*I)}for(let k of r){let I=i.get(k.pool_address.toLowerCase());if(!I)continue;let E=new Mn.default(I.deposited_amount).shiftedBy(-k.deposit_token.decimals).toNumber();if(C(k.deposit_token.symbol,E),k.reward_tokens.length>0){let N=k.reward_tokens[0],Z=new Mn.default(I.claimable_reward).shiftedBy(-N.decimals).toNumber();C(N.symbol,Z)}}let M=[{pairMap:d,ordersByPair:m},{pairMap:l,ordersByPair:f},{pairMap:h,ordersByPair:x}];for(let{pairMap:k,ordersByPair:I}of M)for(let[E,N]of I){let Z=k.get(E);if(Z){for(let W of N.buys){let be=Number(W.amount)-Number(W.filled);C(Z.quote_symbol,be*Number(W.price))}for(let W of N.sells){let be=Number(W.amount)-Number(W.filled);C(Z.base_symbol,be)}}}let T=[],L=0;for(let[k,I]of w){let E=g.get(k)??0,N=I*E;N>0&&(T.push({symbol:k,usdValue:N}),L+=N)}T.sort((k,I)=>I.usdValue-k.usdValue);let D=[];if(L>0){let k=T.slice(0,$r),I=T.slice($r);for(let N=0;N<k.length;N++)D.push({symbol:k[N].symbol,usdValue:k[N].usdValue,percentage:Math.round(k[N].usdValue/L*100),color:Ta[N]??zr});if(I.length>0){let N=I.reduce((Z,W)=>Z+W.usdValue,0);D.push({symbol:"Others",usdValue:N,percentage:Math.round(N/L*100),color:zr})}let E=D.reduce((N,Z)=>N+Z.percentage,0);E!==100&&D.length>0&&(D[0].percentage+=100-E)}return{totalUsd:L,formattedTotal:L>0?`$${new Mn.default(L).toFormat(2)}`:"$0.00",segments:D}},[r,i,c,d,m,p,l,f,b,h,x])}var ce=require("react/jsx-runtime");function jr({size:e=22,className:t}){return(0,ce.jsx)("svg",{width:e,height:e,viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,ce.jsx)("path",{d:"M14 4L7 11L14 18",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})})}function Gr({size:e=22,className:t}){return(0,ce.jsxs)("svg",{width:e,height:e,viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:[(0,ce.jsx)("path",{d:"M18.333 3.667v5.5h-5.5",stroke:"currentColor",strokeWidth:1.833,strokeLinecap:"round",strokeLinejoin:"round"}),(0,ce.jsx)("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 Ur({size:e=12,className:t}){return(0,ce.jsx)("svg",{width:e,height:e,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,ce.jsx)("path",{d:"M6 11A5 5 0 106 1a5 5 0 000 10zM6 8V6M6 4h.005",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"})})}function qr({size:e=6,className:t}){return(0,ce.jsx)("svg",{width:e,height:e*4/6,viewBox:"0 0 6 4",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,children:(0,ce.jsx)("path",{d:"M1 1l2 2 2-2",stroke:"currentColor",strokeWidth:1,strokeLinecap:"round",strokeLinejoin:"round"})})}function xt({size:e=12,className:t}){return(0,ce.jsxs)("svg",{width:e,height:e,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t,"aria-hidden":"true",children:[(0,ce.jsx)("path",{d:"M5 2H2.5A1.5 1.5 0 0 0 1 3.5V9.5A1.5 1.5 0 0 0 2.5 11H8.5A1.5 1.5 0 0 0 10 9.5V7",stroke:"currentColor",strokeWidth:1.2,strokeLinecap:"round",strokeLinejoin:"round"}),(0,ce.jsx)("path",{d:"M7 1H11V5",stroke:"currentColor",strokeWidth:1.2,strokeLinecap:"round",strokeLinejoin:"round"}),(0,ce.jsx)("path",{d:"M11 1L6 6",stroke:"currentColor",strokeWidth:1.2,strokeLinecap:"round",strokeLinejoin:"round"})]})}var An=G(require("bignumber.js"),1),ko={included:["CROSS Rewards deposited assets","CROSS Rewards claimable rewards","Gametoken open buy/sell orders"],excluded:["Forge LP value","Wallet balances outside Portfolio"]};function Zr(e){return e!=="production"}function Kr(e){return e.length<=12?e:`${e.slice(0,6)}...${e.slice(-4)}`}function Co(e,t){let o=new An.default(e).shiftedBy(-t);return!o.isFinite()||o.isZero()?"0":o.isGreaterThanOrEqualTo(1)?o.toFormat(2,An.default.ROUND_DOWN):o.toFormat(4,An.default.ROUND_DOWN)}var Yr=require("@tanstack/react-query"),Qr=require("react");var Ma="wp:token-info";function _n(e,t=!0){let o=Le[e],n=ue[e].cross,{data:r,...i}=(0,Yr.useQuery)({queryKey:[Ma,e],queryFn:async({signal:p})=>{let l=await fetch(`${o}/v1/public/token/info`,{cache:"no-store",signal:p});if(!l.ok)throw new Error(`Failed to fetch token info: ${l.status}`);let f=await l.json();if(f.code!==200)throw new Error(`Token info API error: ${f.code}`);return f},enabled:t,staleTime:300*1e3}),{byChainAddr:c,byChainSym:d}=(0,Qr.useMemo)(()=>{let p=new Map,l=new Map;if(!r?.data)return{byChainAddr:p,byChainSym:l};for(let f of r.data){let b=f.address.toLowerCase();p.set(`${f.chain_id}:${b}`,f),p.set(b,f);let h=f.symbol.replace(/^t/,"").toUpperCase(),x=`${f.chain_id}:${h}`;l.has(x)||l.set(x,f),l.has(h)||l.set(h,f)}return{byChainAddr:p,byChainSym:l}},[r]);return{getTokenImage:(p,l)=>{let f=p.toLowerCase(),b=c.get(`${n}:${f}`);if(b?.image)return b.image;let h=c.get(f);if(h?.image)return h.image;if(l){let x=l.replace(/^t/,"").toUpperCase(),g=d.get(`${n}:${x}`);if(g?.image)return g.image;let w=d.get(x);if(w?.image)return w.image}return""},...i}}var tt=require("react/jsx-runtime");function Tt({title:e,icon:t,iconFit:o="cover",isEmpty:n,children:r}){return(0,tt.jsxs)("div",{className:"wp-svc-card",children:[(0,tt.jsxs)("div",{className:"wp-svc-card-head",children:[(0,tt.jsx)("img",{className:"wp-svc-card-icon",src:t,alt:"",style:{objectFit:o}}),(0,tt.jsx)("span",{className:"wp-svc-card-title",children:e})]}),n?(0,tt.jsx)("div",{className:"wp-svc-empty",children:"No assets yet"}):(0,tt.jsx)("div",{className:"wp-svc-items",children:r})]})}var Mt=G(require("bignumber.js"),1),z=require("react/jsx-runtime"),Aa="CROSS Rewards";function _a(e){return new Mt.default(e||"0").isGreaterThan(0)}function Oa(e,t,o){let n=new Mt.default(e||"0").shiftedBy(-t).times(o||"0");return!n.isFinite()||n.isZero()?"$0.00":`$${n.toFormat(2,Mt.default.ROUND_DOWN)}`}function Xr(){let{env:e,walletAddress:t,onOutlink:o}=Re(),n=!!t,{allPools:r}=In(e,n),{depositMap:i}=Tn(e,t,n),{getTokenImage:c}=_n(e,n),d=(l,f)=>`${Or[e]}/rewards/${l.pool_address}?action=${f}`,m=`${It[e]}/reward.png`,p=r.filter(l=>{let f=i.get(l.pool_address.toLowerCase()),b=f?.deposited_amount??"0",h=f?.claimable_reward??"0";return!(new Mt.default(b).isZero()&&new Mt.default(h).isZero())});return(0,z.jsx)(Tt,{title:Aa,icon:m,isEmpty:p.length===0,children:p.map(l=>{let f=i.get(l.pool_address.toLowerCase()),b=f?.deposited_amount??"0",h=f?.claimable_reward??"0",x=d(l,"withdraw"),g=d(l,"claim"),w=c(l.deposit_token.address,l.deposit_token.symbol),C=l.reward_tokens[0],M=C?c(C.address,C.symbol):"",T=l.reward_tokens.map(N=>N.symbol),L=T.length>0?`${l.deposit_token.symbol}-${T.join("/")}`:l.deposit_token.symbol,D=C?Co(h,C.decimals):"0",k=C?.symbol??"Reward",I=C?Oa(h,C.decimals,C.price):"$0.00",E=!!f&&_a(h);return(0,z.jsxs)("article",{className:"wp-item","data-side":"reward",children:[(0,z.jsxs)("div",{className:"wp-item-body",children:[(0,z.jsxs)("div",{className:"wp-item-line",children:[(0,z.jsx)("span",{className:"wp-item-label",children:"Pool (Deposit - Earn)"}),(0,z.jsxs)("div",{className:"wp-svc-token",children:[(0,z.jsxs)("span",{className:"wp-token-stack","aria-hidden":!0,children:[w&&(0,z.jsx)("img",{className:"wp-svc-token-icon",src:w,alt:""}),M&&(0,z.jsx)("img",{className:"wp-svc-token-icon",src:M,alt:""})]}),(0,z.jsx)("span",{children:L})]})]}),(0,z.jsxs)("div",{className:"wp-item-line",children:[(0,z.jsx)("span",{className:"wp-item-label",children:"Deposited"}),(0,z.jsxs)("div",{className:"wp-svc-token",children:[w&&(0,z.jsx)("img",{className:"wp-svc-token-icon",src:w,alt:""}),(0,z.jsx)("span",{children:Co(b,l.deposit_token.decimals)})]})]}),(0,z.jsxs)("div",{className:"wp-item-line",children:[(0,z.jsxs)("span",{className:"wp-item-label",children:["Claimable (",k,")"]}),(0,z.jsxs)("div",{className:"wp-svc-token",children:[M&&(0,z.jsx)("img",{className:"wp-svc-token-icon",src:M,alt:""}),(0,z.jsx)("span",{children:D}),(0,z.jsx)("span",{className:"wp-item-usd",children:I})]})]})]}),(0,z.jsxs)("div",{className:"wp-item-tags",children:[(0,z.jsxs)("a",{className:"wp-tag wp-tag--muted",href:x,target:"_blank",rel:"noopener noreferrer",onClick:N=>Be(N,x,{category:"portfolio",origin:"portfolio-rewards",payload:{pool:l,userDeposit:f}},o),children:[(0,z.jsx)("span",{className:"wp-tag-label",children:"Withdraw"}),(0,z.jsx)(xt,{size:12,className:"wp-tag-icon"})]}),(0,z.jsxs)("a",{className:"wp-tag wp-tag--mint","data-disabled":!E||void 0,"aria-disabled":!E||void 0,href:E?g:void 0,target:E?"_blank":void 0,rel:E?"noopener noreferrer":void 0,onClick:N=>{if(!E){N.preventDefault();return}Be(N,g,{category:"portfolio",origin:"portfolio-rewards",payload:{pool:l,userDeposit:f}},o)},children:[(0,z.jsx)("span",{className:"wp-tag-label",children:"Claim"}),(0,z.jsx)(xt,{size:12,className:"wp-tag-icon"})]})]})]},l.pool_address)})})}var No=G(require("bignumber.js"),1);var V=require("react/jsx-runtime");function Jr(e){let t=new No.default(e);if(t.isNaN())return e;let o=t.decimalPlaces()??0;return t.toFormat(o)}function Fa(e){let t=new No.default(e.amount).minus(e.filled);return Jr(t.toString())}function ei({market:e,pairMap:t,ordersByPair:o,getDexUrl:n,getTokenImage:r}){let{onOutlink:i}=Re(),c=[];for(let[d,m]of o){let p=t.get(d),l=p?r(p.base_address,p.base_symbol):"",f=p?r(p.quote_address,p.quote_symbol):"",b=n(d),h=p?`${p.base_symbol}/${p.quote_symbol}`:"Unknown Pair",x=(g,w)=>(0,V.jsxs)("a",{className:"wp-item","data-side":w,href:b,target:"_blank",rel:"noopener noreferrer",onClick:C=>Be(C,b,{category:"portfolio",origin:"portfolio-dex-order",payload:{market:e,side:w,order:g,pair:p}},i),children:[(0,V.jsxs)("div",{className:"wp-item-body",children:[(0,V.jsx)("div",{className:"wp-order-head",children:(0,V.jsxs)("div",{className:"wp-svc-token",children:[l&&(0,V.jsx)("img",{className:"wp-svc-token-icon",src:l,alt:""}),(0,V.jsx)("span",{children:p?.base_symbol??"Token"}),(0,V.jsx)("span",{className:"wp-token-subtle",children:h})]})}),(0,V.jsxs)("div",{className:"wp-item-line",children:[(0,V.jsx)("span",{className:"wp-item-label",children:"Price"}),(0,V.jsxs)("div",{className:"wp-svc-token",children:[f&&(0,V.jsx)("img",{className:"wp-svc-token-icon",src:f,alt:""}),(0,V.jsx)("span",{children:Jr(g.price)})]})]}),(0,V.jsxs)("div",{className:"wp-item-line",children:[(0,V.jsx)("span",{className:"wp-item-label",children:"Amount"}),(0,V.jsxs)("div",{className:"wp-svc-token",children:[l&&(0,V.jsx)("img",{className:"wp-svc-token-icon",src:l,alt:""}),(0,V.jsx)("span",{children:Fa(g)})]})]}),(0,V.jsxs)("div",{className:"wp-item-line",children:[(0,V.jsx)("span",{className:"wp-item-label",children:"Type"}),(0,V.jsx)("span",{className:`wp-order-side wp-order-side--${w}`,children:w==="buy"?"Buy":"Sell"})]})]}),(0,V.jsx)("div",{className:"wp-item-tags",children:(0,V.jsxs)("span",{className:"wp-tag wp-tag--muted",children:[(0,V.jsx)("span",{className:"wp-tag-label",children:"Cancel"}),(0,V.jsx)(xt,{size:12,className:"wp-tag-icon"})]})})]},`${w}-${g.order_id}`);for(let g of m.buys)c.push(x(g,"buy"));for(let g of m.sells)c.push(x(g,"sell"))}return(0,V.jsx)(V.Fragment,{children:c})}var Lo=require("react/jsx-runtime"),Da="Gametoken";function Wa(e){return e==="cross"?"cross":e==="crossd"?"crossd":"forge"}function ti(){let{env:e,walletAddress:t}=Re(),o=!!t,n=et(e,"cross",t,o),r=et(e,"crossd",t,o),i=et(e,"forge",t,o),{getTokenImage:c}=_n(e,o),d=`${It[e]}/dex.png`,m=[{market:"cross",data:n},{market:"crossd",data:r},{market:"forge",data:i}],p=m.every(({data:l})=>l.isEmpty);return(0,Lo.jsx)(Tt,{title:Da,icon:d,isEmpty:p,children:m.map(({market:l,data:f})=>(0,Lo.jsx)(ei,{market:l,pairMap:f.pairMap,ordersByPair:f.ordersByPair,getDexUrl:b=>{let h=f.pairMap.get(b.toLowerCase());return`${Pn[e]}/gametoken/${Wa(l)}/${h?.base_symbol??""}`},getTokenImage:c},l))})}var On=G(require("bignumber.js"),1),si=require("react");var ni=require("@tanstack/react-query");var Ba="wp:forge-pools";function oi(e,t,o=!0){let n=En[e],r=o&&!!t,{data:i,...c}=(0,ni.useQuery)({queryKey:[Ba,e,t],queryFn:async()=>{let m=await fetch(`${n}/v1/users/${t}/pools`,{cache:"no-store"});if(!m.ok)throw new Error(`forge pools fetch failed: ${m.status}`);return(await m.json()).data?.items??[]},enabled:r,staleTime:0}),d=i??[];return{pools:d,isEmpty:d.length===0,...c}}var ri=require("@tanstack/react-query"),ii=require("react");var za="wp:forge-token-detail";async function $a(e,t){let o=await fetch(`${e}/v1/tokens/${t}`,{cache:"no-store"});return o.ok?(await o.json())?.data?.token??null:null}function ai(e,t,o=!0){let n=En[e],r=(0,ri.useQueries)({queries:t.map(d=>({queryKey:[za,e,d],queryFn:()=>$a(n,d),enabled:o&&!!d,staleTime:3e4}))}),i=(0,ii.useMemo)(()=>{let d=new Map;for(let m=0;m<r.length;m++){let p=r[m]?.data,l=t[m];p&&l&&d.set(l.toLowerCase(),p)}return d},[r,t]),c=r.some(d=>d.isLoading);return{detailMap:i,isLoading:c}}var Y=require("react/jsx-runtime"),Ha="Forge",Va=18,ja="https://contents.crosstoken.io/wallet/token/images/FT.png";function Ga(e){if(!e||e==="0")return"0";let t=new On.default(e).shiftedBy(-Va);return t.isZero()?"0":t.isGreaterThanOrEqualTo(1)?t.toFormat(2,On.default.ROUND_DOWN):t.toFormat(4,On.default.ROUND_DOWN)}function Ua(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 li(){let{env:e,walletAddress:t,onOutlink:o}=Re(),n=!!t,{pools:r,isEmpty:i}=oi(e,t,n),c=(0,si.useMemo)(()=>r.map(l=>l.token.address),[r]),{detailMap:d}=ai(e,c,n&&c.length>0),m=l=>`${Pn[e]}/forge/token/${l.token.address}`,p=`${It[e]}/forge.png`;return(0,Y.jsx)(Tt,{title:Ha,icon:p,iconFit:"contain",isEmpty:i,children:r.map(l=>{let f=d.get(l.token.address.toLowerCase()),b=f?.image_url||f?.image||l.token.image||ja,h=f?.symbol||l.token.symbol,x=m(l);return(0,Y.jsxs)("a",{className:"wp-item","data-side":"lp",href:x,target:"_blank",rel:"noopener noreferrer",onClick:g=>Be(g,x,{category:"portfolio",origin:"portfolio-forge",payload:{pool:l,tokenDetail:f}},o),children:[(0,Y.jsxs)("div",{className:"wp-item-body",children:[(0,Y.jsxs)("div",{className:"wp-item-line",children:[(0,Y.jsx)("span",{className:"wp-item-label",children:"Asset"}),(0,Y.jsxs)("div",{className:"wp-svc-token",children:[(0,Y.jsx)("img",{className:"wp-svc-token-icon",src:b,alt:""}),(0,Y.jsx)("span",{children:h}),f?.name&&(0,Y.jsx)("span",{className:"wp-token-subtle",children:f.name})]})]}),(0,Y.jsxs)("div",{className:"wp-item-line",children:[(0,Y.jsx)("span",{className:"wp-item-label",children:"LP Balance"}),(0,Y.jsx)("div",{className:"wp-svc-token",children:(0,Y.jsx)("span",{children:Ga(l.lp_balance)})})]}),(0,Y.jsxs)("div",{className:"wp-item-line",children:[(0,Y.jsx)("span",{className:"wp-item-label",children:"Ownership"}),(0,Y.jsx)("span",{className:"wp-line-value",children:Ua(l.pool_ownership)})]})]}),(0,Y.jsx)("div",{className:"wp-item-tags",children:(0,Y.jsxs)("span",{className:"wp-tag wp-tag--muted",children:[(0,Y.jsx)("span",{className:"wp-tag-label",children:"Withdraw"}),(0,Y.jsx)(xt,{size:12,className:"wp-tag-icon"})]})})]},l.pair_address)})})}A(`.wp-fullscreen[data-theme=dark],.wp-embed[data-theme=dark]{--wp-bg: var(--cck-surface-bg, #202530);--wp-card: var(--cck-surface-default, #252b39);--wp-control: #292f40;--wp-border: var(--cck-border-default, #292f40);--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-chrome-text: #ffffff;--wp-tooltip-bg: #151a23;--wp-tooltip-text: #ffffff;--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-claim-primary: #9b8cef;--wp-claim-primary-text: #202530;--wp-claim-secondary-bg: var(--wp-control);--wp-claim-success: #00d4aa;--wp-claim-success-soft: rgba(0, 212, 170, .18);--wp-claim-error: #ff3aa3;--wp-claim-error-soft: rgba(255, 58, 163, .16)}.wp-fullscreen[data-theme=light],.wp-embed[data-theme=light]{--wp-bg: #e6edf4;--wp-card: #ffffff;--wp-control: #edf2f6;--wp-border: #d6dee8;--wp-text: var(--cck-texticon-primary, #192023);--wp-text-60: var(--cck-texticon-secondary, #4c5863);--wp-text-40: #8c97ad;--wp-text-30: var(--cck-texticon-tertiary, #a0a9b8);--wp-chrome-text: var(--cck-texticon-primary, #192023);--wp-card-shadow: 0 1px 2px rgba(25, 32, 35, .04), 0 8px 24px rgba(25, 32, 35, .05);--wp-tooltip-bg: #192023;--wp-tooltip-text: #ffffff;--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-claim-primary: #7346f3;--wp-claim-primary-text: #ffffff;--wp-claim-secondary-bg: #ffffff;--wp-claim-success: #019d92;--wp-claim-success-soft: rgba(1, 157, 146, .15);--wp-claim-error: #e70077;--wp-claim-error-soft: rgba(231, 0, 119, .12)}.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;position:relative;font-family:inherit;font-feature-settings:"calt" 0,"lnum" 1,"pnum" 1;box-sizing:border-box;-webkit-font-smoothing:antialiased;color:var(--wp-chrome-text)}.wp-embed{width:100%;height:100%;min-height:0;background:var(--wp-bg);display:flex;flex-direction:column;overflow:hidden;position:relative;font-family:inherit;font-feature-settings:"calt" 0,"lnum" 1,"pnum" 1;box-sizing:border-box;-webkit-font-smoothing:antialiased;color:var(--wp-chrome-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-chrome-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-chrome-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:0 16px 128px;display:flex;flex-direction:column;gap:24px}.wp-summary-card{display:flex;flex-direction:column;gap:8px;width:100%;padding:16px;border-radius:8px;background:var(--wp-card);box-shadow:var(--wp-card-shadow, none);box-sizing:border-box}.wp-summary-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.wp-address{display:inline-flex;align-items:center;gap:8px;min-width:0}.wp-address-avatar{width:16px;height:16px;border-radius:50%;flex-shrink:0;background:radial-gradient(circle at 68% 34%,#ff78d1 0 18%,transparent 19%),radial-gradient(circle at 34% 66%,#00d4aa 0 20%,transparent 21%),linear-gradient(135deg,#7346f3,#0488fc)}.wp-address-label{font-size:12px;font-weight:400;line-height:1.4;letter-spacing:0;color:var(--wp-text-40);white-space:nowrap}.wp-address-chevron{display:inline-flex;align-items:center;color:var(--wp-text-40);flex-shrink:0}.wp-summary-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;background:#019d921a;color:var(--wp-mint);font-size:12px;font-weight:400;line-height:1.4;letter-spacing:0;white-space:nowrap}.wp-summary-estimate{position:relative;display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.wp-estimate-info{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--wp-text-40);cursor:help}.wp-estimate-tooltip{position:absolute;top:calc(100% + 8px);right:0;z-index:3;display:flex;flex-direction:column;gap:8px;width:min(280px,calc(100vw - 48px));padding:12px;border-radius:8px;background:var(--wp-tooltip-bg);box-shadow:0 12px 32px #0000003d;color:var(--wp-tooltip-text);font-size:12px;font-weight:400;line-height:1.4;letter-spacing:0;text-align:left;white-space:normal;opacity:0;pointer-events:none;transform:translateY(-4px);visibility:hidden;transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.wp-estimate-tooltip-title{display:block;font-size:12px;font-weight:600;line-height:1.3}.wp-estimate-tooltip-group{display:flex;flex-direction:column;gap:4px}.wp-estimate-tooltip-item{display:block;color:#ffffffc7}.wp-estimate-tooltip-item:before{content:"- "}.wp-estimate-info:hover .wp-estimate-tooltip,.wp-estimate-info:focus .wp-estimate-tooltip,.wp-estimate-info:focus-visible .wp-estimate-tooltip{opacity:1;transform:translateY(0);visibility:visible}.wp-total{font-size:28px;font-weight:600;line-height:1.3;letter-spacing:0;color:var(--wp-text);margin:0}.wp-svc-card{display:flex;flex-direction:column;gap:12px}.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:16px;font-weight:600;line-height:1.3;letter-spacing:0;color:var(--wp-text-60);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-svc-items{display:flex;flex-direction:column;gap:20px;width:100%;padding:20px 16px;border-radius:8px;background:var(--wp-card);box-shadow:var(--wp-card-shadow, none);box-sizing:border-box}.wp-item{position:relative;display:flex;flex-direction:column;gap:16px;color:inherit;text-decoration:none;cursor:pointer;outline:none;transition:opacity .15s ease}.wp-item+.wp-item{padding-top:20px;border-top:1px solid var(--wp-control)}.wp-item:hover{opacity:.88}.wp-item-body{display:flex;flex-direction:column;gap:8px;min-width:0}.wp-order-head{display:flex;align-items:center;width:100%}.wp-item-line{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:18px;min-width:0}.wp-item-label{flex-shrink:0;font-size:12px;font-weight:400;line-height:1.4;letter-spacing:0;color:var(--wp-text-40);white-space:nowrap}.wp-line-value,.wp-order-side{font-size:14px;font-weight:400;line-height:1.3;letter-spacing:0;color:var(--wp-text);white-space:nowrap}.wp-order-side--buy{color:var(--wp-mint)}.wp-order-side--sell{color:var(--wp-red)}.wp-svc-token{display:flex;align-items:center;justify-content:flex-end;gap:4px;min-width:0;min-height:20px}.wp-svc-token>span{font-size:13px;font-weight:400;line-height:1.3;letter-spacing:0;color:var(--wp-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-svc-token-icon{width:16px;height:16px;border-radius:50%;flex-shrink:0;object-fit:cover}.wp-token-stack{display:inline-flex;align-items:center;justify-content:flex-end;width:29px;min-width:29px;overflow:visible}.wp-token-stack .wp-svc-token-icon+.wp-svc-token-icon{margin-left:-3.5px}.wp-token-subtle{color:var(--wp-text-40)!important}.wp-order-head .wp-svc-token{justify-content:flex-start}.wp-order-head .wp-svc-token>span:first-of-type{font-size:14px}.wp-item-tags{display:flex;align-items:stretch;gap:8px;width:100%}.wp-tag{appearance:none;display:inline-flex;flex:1 1 0;align-items:center;justify-content:center;gap:6px;min-width:0;min-height:34px;padding:8px 12px;border-radius:999px;border:1px solid var(--wp-border);background:transparent;font-family:inherit;font-size:14px;font-weight:500;line-height:1.3;letter-spacing:0;color:var(--wp-text-40);text-align:center;text-decoration:none;white-space:nowrap;box-sizing:border-box;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}a.wp-tag,button.wp-tag{cursor:pointer}.wp-tag:hover{background:var(--wp-control);transform:translateY(-1px)}.wp-tag:focus-visible{outline:2px solid var(--wp-mint);outline-offset:2px}.wp-tag[aria-disabled=true],.wp-tag[data-disabled]{cursor:default;opacity:.48;pointer-events:none}.wp-tag-label{display:inline-flex;align-items:center}.wp-tag-icon{flex-shrink:0;opacity:.85;transition:transform .15s ease,opacity .15s ease}.wp-tag:hover .wp-tag-icon{opacity:1;transform:translate(1px,-1px)}.wp-tag--mint{color:var(--wp-mint);border-color:color-mix(in srgb,var(--wp-mint) 45%,transparent);background:color-mix(in srgb,var(--wp-mint) 10%,transparent)}.wp-tag--mint:hover{background:color-mix(in srgb,var(--wp-mint) 18%,transparent);border-color:var(--wp-mint)}.wp-tag--muted{color:var(--wp-text-40)}.wp-svc-empty{display:flex;align-items:center;justify-content:center;min-height:74px;padding:20px 16px;background:var(--wp-card);border-radius:8px;box-shadow:var(--wp-card-shadow, none);font-size:13px;font-weight:400;line-height:1.3;letter-spacing:0;color:var(--wp-text-30);box-sizing:border-box}.wp-claim-overlay{position:absolute;inset:0;z-index:8;display:flex;align-items:flex-end;justify-content:center;background:#00000094;box-sizing:border-box}.wp-claim-sheet{display:flex;flex-direction:column;width:100%;max-width:375px;max-height:calc(100% - 24px);overflow:hidden;border-radius:24px 24px 0 0;background:var(--wp-bg);color:var(--wp-text);box-shadow:0 -18px 48px #00000042;animation:wp-claim-slide-up .22s ease-out}@keyframes wp-claim-slide-up{0%{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:1}}.wp-claim-grabber{display:flex;align-items:flex-start;justify-content:center;height:38px;min-height:38px;padding-top:12px;box-sizing:border-box}.wp-claim-grabber span{display:block;width:52px;height:5px;border-radius:999px;background:var(--wp-control)}.wp-claim-content{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;padding:20px;box-sizing:border-box}.wp-claim-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;flex-shrink:0}.wp-claim-icon--success{background:var(--wp-claim-success-soft);color:var(--wp-claim-success)}.wp-claim-icon--pending{background:#9b8cef29;color:var(--wp-claim-primary)}.wp-claim-icon--error{background:var(--wp-claim-error-soft);color:var(--wp-claim-error);font-size:30px;font-weight:600;line-height:1}.wp-claim-icon--token{background:#00d4aa29}.wp-claim-icon--token img{width:48px;height:48px;border-radius:50%;object-fit:cover}.wp-claim-icon--token span{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--wp-mint);color:#101820;font-size:18px;font-weight:600}.wp-claim-spinner{width:36px;height:36px;border-radius:50%;border:3px solid rgba(155,140,239,.28);border-top-color:var(--wp-claim-primary);animation:wp-claim-spin .8s linear infinite}@keyframes wp-claim-spin{to{transform:rotate(360deg)}}.wp-claim-copy{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;text-align:center}.wp-claim-title{margin:0;font-size:20px;font-weight:600;line-height:1.3;letter-spacing:0;color:var(--wp-text)}.wp-claim-desc{max-width:335px;margin:0;font-size:13px;font-weight:400;line-height:1.3;letter-spacing:0;color:var(--wp-text-40)}.wp-claim-heading{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.wp-claim-error-message{margin:0;color:var(--wp-claim-error);font-size:13px;font-weight:400;line-height:1.3;letter-spacing:0}.wp-claim-reward-card{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:60px;padding:16px;border-radius:8px;background:var(--wp-card);box-sizing:border-box}.wp-claim-reward-token{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;flex-shrink:0;overflow:hidden;background:var(--wp-control)}.wp-claim-reward-token img{width:28px;height:28px;object-fit:cover}.wp-claim-reward-token span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--wp-mint);color:#101820;font-size:13px;font-weight:600;line-height:1}.wp-claim-reward-symbol{flex:1 1 auto;min-width:0;overflow:hidden;color:var(--wp-text);font-size:18px;font-weight:600;line-height:1.3;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.wp-claim-reward-amount{flex-shrink:0;color:var(--wp-text);font-size:20px;font-weight:600;line-height:1.3;letter-spacing:0;white-space:nowrap}.wp-claim-account-card{display:flex;flex-direction:column;gap:12px;width:100%;padding:16px;border-radius:8px;background:var(--wp-card);box-sizing:border-box}.wp-claim-account-row{display:flex;align-items:center;justify-content:space-between;gap:4px;width:100%;min-height:40px}.wp-claim-account-row>span{flex-shrink:0;color:var(--wp-text-40);font-size:14px;font-weight:400;line-height:1.3;letter-spacing:0;white-space:nowrap}.wp-claim-account{display:flex;align-items:center;gap:8px;min-width:0}.wp-claim-account strong{overflow:hidden;color:var(--wp-text);font-size:15px;font-weight:600;line-height:1.6;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.wp-claim-account-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;background:radial-gradient(circle at 30% 28%,#d87aff 0 12%,transparent 13%),radial-gradient(circle at 68% 28%,#f0a1ff 0 12%,transparent 13%),radial-gradient(circle at 32% 70%,#b561e7 0 13%,transparent 14%),radial-gradient(circle at 70% 70%,#d4a2ff 0 13%,transparent 14%),radial-gradient(circle at 50% 50%,#8c4fc4 0 18%,transparent 19%),#4a315f;box-shadow:inset 0 0 0 3.37px var(--wp-control)}.wp-claim-divider{display:block;width:100%;height:1px;background:var(--wp-border)}.wp-claim-detail-list{display:flex;flex-direction:column;gap:8px;width:100%}.wp-claim-detail-row{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;min-height:20px}.wp-claim-detail-row>span{min-width:0;color:var(--wp-text-40);font-size:13px;font-weight:400;line-height:1.3;letter-spacing:0;white-space:nowrap}.wp-claim-detail-row--sub>span:before{content:"";display:inline-block;width:3px;height:3px;margin:0 8px 3px;background:currentColor}.wp-claim-detail-row strong{min-width:0;overflow:hidden;color:var(--wp-text);font-size:13px;font-weight:400;line-height:1.3;letter-spacing:0;text-align:right;text-overflow:ellipsis;white-space:nowrap}.wp-claim-list{display:flex;flex-direction:column;gap:8px;width:100%;padding-bottom:8px}.wp-claim-list-item{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:56px;padding:8px 16px;border-radius:8px;background:var(--wp-card);box-sizing:border-box}.wp-claim-list-item>span{flex-shrink:0;font-size:14px;font-weight:400;line-height:1.3;color:var(--wp-text-40);white-space:nowrap}.wp-claim-list-item strong{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;min-width:0;overflow:hidden;color:var(--wp-text);font-size:14px;font-weight:400;line-height:1.3;text-align:right;text-overflow:ellipsis;white-space:nowrap}.wp-claim-list-item img{width:16px;height:16px;border-radius:50%;flex-shrink:0}.wp-claim-hash{appearance:none;display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;min-width:0;padding:0;border:none;background:transparent;color:var(--wp-text);cursor:pointer;font:inherit}.wp-claim-hash svg{flex-shrink:0;color:var(--wp-text-60)}.wp-claim-gas-card{display:flex;flex-direction:column;gap:4px;width:100%;padding:14px 16px;border-radius:8px;border:1px solid var(--wp-border);background:var(--wp-card);box-sizing:border-box}.wp-claim-gas-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:28px}.wp-claim-gas-row>span{min-width:0;font-size:12px;font-weight:400;line-height:1.3;color:var(--wp-text-40)}.wp-claim-gas-row strong{min-width:0;overflow:hidden;color:var(--wp-text);font-size:12px;font-weight:400;line-height:1.3;text-align:right;text-overflow:ellipsis;white-space:nowrap}.wp-claim-gas-row--primary{min-height:32px}.wp-claim-gas-row--primary>span,.wp-claim-gas-row--primary strong{font-size:14px;color:var(--wp-text)}.wp-claim-fee-label{position:relative;display:inline-flex;align-items:center;text-decoration:underline dotted;text-underline-offset:3px;cursor:help;overflow:visible!important}.wp-claim-fee-tooltip{position:absolute;left:0;bottom:calc(100% + 8px);z-index:2;width:min(260px,calc(100vw - 64px));padding:10px 12px;border-radius:8px;background:var(--wp-tooltip-bg);color:var(--wp-tooltip-text);box-shadow:0 12px 32px #0000003d;font-size:11px;font-weight:400;line-height:1.4;text-align:left;text-decoration:none;white-space:normal;opacity:0;pointer-events:none;transform:translateY(4px);visibility:hidden;transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.wp-claim-fee-label:hover .wp-claim-fee-tooltip,.wp-claim-fee-label:focus .wp-claim-fee-tooltip,.wp-claim-fee-label:focus-visible .wp-claim-fee-tooltip{opacity:1;transform:translateY(0);visibility:visible}.wp-claim-actions{display:flex;align-items:center;gap:8px;width:100%}.wp-claim-primary,.wp-claim-secondary{appearance:none;display:inline-flex;align-items:center;justify-content:center;width:100%;min-width:0;height:52px;padding:0 24px;border:none;border-radius:40px;font-family:inherit;font-size:15px;font-weight:600;line-height:1.3;letter-spacing:0;white-space:nowrap;cursor:pointer}.wp-claim-primary{background:var(--wp-claim-primary);color:var(--wp-claim-primary-text)}.wp-claim-primary:disabled{cursor:default;opacity:.72}.wp-claim-secondary{background:var(--wp-claim-secondary-bg, var(--wp-control));color:var(--wp-claim-primary)}.wp-claim-actions[data-count="2"] .wp-claim-primary{flex:1 1 0}.wp-claim-actions[data-count="2"] .wp-claim-secondary{flex:0 0 120px}.wp-claim-button-spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(32,37,48,.28);border-top-color:var(--wp-claim-primary-text);animation:wp-claim-spin .8s linear infinite}.wp-claim-home-indicator{display:flex;align-items:flex-end;justify-content:center;height:34px;min-height:34px;padding-bottom:8px;box-sizing:border-box}.wp-claim-home-indicator span{display:block;width:134px;height:5px;border-radius:16px;background:var(--wp-text-40)}@media(max-width:359px){.wp-header{gap:12px;padding:0 12px}.wp-total{font-size:24px}.wp-body-inner{padding:0 12px 128px;gap:20px}.wp-svc-items,.wp-claim-content{padding:18px 14px}.wp-item-line{gap:10px}.wp-svc-token>span{max-width:168px}}.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
|
+
`);var _=require("react/jsx-runtime"),Ro=5,qa="wp:";function vt({env:e,theme:t="dark",walletAddress:o,walletName:n,onBack:r,showHeader:i=!0,variant:c="embed",className:d,onOutlink:m}){let p=fe(e),l=!!o,f=(0,ci.useQueryClient)(),b=he.useId(),h=Zr(p),{formattedTotal:x}=Vr(p,o,l),[,g]=he.useState(Ro),[w,C]=he.useState(!1),M=he.useCallback(()=>{f.invalidateQueries({predicate:E=>typeof E.queryKey[0]=="string"&&E.queryKey[0].startsWith(qa)})},[f]),T=he.useCallback(()=>{M(),C(!0),setTimeout(()=>C(!1),600),g(Ro)},[M]);he.useEffect(()=>{if(!l)return;let E=setInterval(()=>{g(N=>N<=1?(T(),Ro):N-1)},1e3);return()=>clearInterval(E)},[l,T]);let L=he.useCallback(()=>{r?.()},[r]),D=l?ut(p,o,{size:64}):void 0,k=he.useMemo(()=>({env:p,theme:t,open:!0,walletAddress:o,close:L,onOutlink:m}),[p,t,o,L,m]),I=(0,_.jsxs)(_.Fragment,{children:[i&&(0,_.jsxs)("div",{className:"wp-header",children:[(0,_.jsxs)("div",{className:"wp-header-account",children:[r?(0,_.jsx)("button",{type:"button",className:"wp-header-btn",onClick:r,children:(0,_.jsx)(jr,{})}):(0,_.jsx)("span",{className:"wp-header-avatar","aria-hidden":!0,children:D&&(0,_.jsx)("img",{src:D,alt:"",className:"wp-header-avatar-img",draggable:!1})}),n&&(0,_.jsx)("span",{className:"wp-header-wallet-name",title:n,children:n})]}),(0,_.jsx)("button",{type:"button",className:"wp-header-btn wp-refresh-btn",onClick:T,children:(0,_.jsx)(Gr,{className:w?"wp-spin-once":void 0})})]}),(0,_.jsx)("div",{className:"wp-body",children:(0,_.jsxs)("div",{className:"wp-body-inner",children:[(0,_.jsxs)("section",{className:"wp-summary-card","aria-label":"Estimated portfolio value",children:[(0,_.jsxs)("div",{className:"wp-summary-head",children:[(0,_.jsxs)("div",{className:"wp-address",children:[(0,_.jsx)("span",{className:"wp-address-avatar","aria-hidden":!0}),(0,_.jsx)("span",{className:"wp-address-label",children:Kr(o)}),(0,_.jsx)(qr,{className:"wp-address-chevron"})]}),(0,_.jsxs)("div",{className:"wp-summary-estimate",children:[(0,_.jsx)("span",{className:"wp-summary-badge",children:"Estimated"}),h&&(0,_.jsxs)("button",{type:"button",className:"wp-estimate-info","aria-label":"USD estimate details","aria-describedby":b,children:[(0,_.jsx)(Ur,{size:14}),(0,_.jsxs)("span",{id:b,role:"tooltip",className:"wp-estimate-tooltip",children:[(0,_.jsx)("span",{className:"wp-estimate-tooltip-title",children:"USD estimate includes"}),(0,_.jsx)("span",{className:"wp-estimate-tooltip-group",children:ko.included.map(E=>(0,_.jsx)("span",{className:"wp-estimate-tooltip-item",children:E},E))}),(0,_.jsx)("span",{className:"wp-estimate-tooltip-title",children:"Not included"}),(0,_.jsx)("span",{className:"wp-estimate-tooltip-group",children:ko.excluded.map(E=>(0,_.jsx)("span",{className:"wp-estimate-tooltip-item",children:E},E))})]})]})]})]}),(0,_.jsx)("p",{className:"wp-total",children:x})]}),(0,_.jsx)(Xr,{}),(0,_.jsx)(ti,{}),(0,_.jsx)(li,{})]})})]});return(0,_.jsx)(qt.Provider,{value:k,children:c==="none"?I:(0,_.jsx)("div",{className:X(c==="fullscreen"?"wp-fullscreen":"wp-embed",d),"data-theme":t,children:I})})}var yt=require("react/jsx-runtime");function di({className:e}){let{env:t,theme:o,walletAddress:n,close:r,onOutlink:i}=Re();return(0,yt.jsxs)(Zt.Drawer.Portal,{children:[(0,yt.jsx)(Zt.Drawer.Overlay,{className:"wp-overlay"}),(0,yt.jsxs)(Zt.Drawer.Content,{className:X("wp-fullscreen",e),"data-theme":o,children:[(0,yt.jsx)(Zt.Drawer.Title,{className:"wp-sr-only",children:"My Portfolio"}),(0,yt.jsx)(vt,{env:t,theme:o,walletAddress:n,onBack:r,variant:"none",onOutlink:i})]})]})}var So=require("react/jsx-runtime");function Za({env:e,theme:t="dark",walletAddress:o,open:n,onOpenChange:r,onOutlink:i,children:c}){let d=fe(e),m=n!==void 0,[p,l]=kt.useState(!1),f=m?n:p,b=kt.useCallback(g=>{m||l(g),r?.(g)},[m,r]),h=kt.useCallback(()=>b(!1),[b]),x=kt.useMemo(()=>({env:d,theme:t,open:f,walletAddress:o,close:h,onOutlink:i}),[d,t,f,o,h,i]);return(0,So.jsx)(qt.Provider,{value:x,children:(0,So.jsx)(pi.Drawer.Root,{direction:"bottom",open:f,onOpenChange:b,noBodyStyles:!0,children:c})})}var Eo=Object.assign(Za,{Trigger:_r,Content:di});var s=require("react/jsx-runtime");function Po(e,t,o){let n=ue[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 Ka(e){return parseInt(e.split(":")[1],10)}function Ya(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/,""),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 fi({align:e="end",sideOffset:t=12,className:o,children:n}){let{env:r,theme:i,isMobile:c,open:d,drawerDirection:m,modal:p,showBalance:l,showForgeToken:f,showGameToken:b,showQR:h,qrLogoSrc:x,walletAddress:g,accountName:w,sendAccounts:C,profileImageUrl:M,preferredTokens:T,close:L,onSelectWallet:D,onCopyAddress:k,onDisconnect:I,disconnectLabel:E,termsUrl:N,termsLabel:Z,privacyUrl:W,privacyLabel:be,portalStyle:Fe,navContent:re,navPosition:Ee,footerContent:Pe,view:J,setView:qe,selectedSendToken:Ze,setSelectedSendToken:ge,showPortfolio:Ke,portfolioTitle:xe,showTotalAssets:te,totalAssetsLabel:Q,sendTransaction:He,getTransactionReceipt:pe,estimateGas:De,onOutlink:ve}=Xe(),{tokens:me,isLoading:ye}=wt(r,g,d&&l),{statsMap:ne}=bt(r,l),{categoryMap:Ie}=Ir(r,l),ie=l&&te,{displayValue:ot,isLowerBound:ke,isLoading:Ye}=Mr(r,g,d&&ie),[Ve,je]=U.useState(!1),rt=U.useRef(null),[Te,Ge]=U.useState(0),{holdings:Me,isLoading:Qe}=Nr(r,g,d&&l&&f),Ue=U.useMemo(()=>Me.map(v=>v.token),[Me]),{imageMap:Ae}=Lr(r,Ue,f&&Me.length>0),we=U.useMemo(()=>{let v=[],$=[],j=[],oe=new Map((T??[]).map((H,ee)=>[`${Ka(H.chainId)}:${H.address.toLowerCase()}`,ee]));for(let H of me){let ee=Po(r,H.chainId,H.symbol)!==void 0,ct=`${H.chainId}:${H.address.toLowerCase()}`,dt=oe.get(ct),Un=new At.default(H.quantity.numeric).shiftedBy(-H.quantity.decimals);if(ee)v.push(H);else if(dt!==void 0)$.push(H);else if(Un.isGreaterThan(0)){if(!b&&Ie.get(ho(H.chainId,H.address))==="game")continue;j.push(H)}}return v.sort((H,ee)=>{let ct=Po(r,H.chainId,H.symbol)??99,dt=Po(r,ee.chainId,ee.symbol)??99;return ct-dt}),$.sort((H,ee)=>{let ct=oe.get(`${H.chainId}:${H.address.toLowerCase()}`)??99,dt=oe.get(`${ee.chainId}:${ee.address.toLowerCase()}`)??99;return ct-dt}),j.sort((H,ee)=>{let ct=ne.get(ht(H.chainId,H.address)),dt=ne.get(ht(ee.chainId,ee.address)),Un=new At.default(H.quantity.numeric).shiftedBy(-H.quantity.decimals).multipliedBy(ct?.price??0);return new At.default(ee.quantity.numeric).shiftedBy(-ee.quantity.decimals).multipliedBy(dt?.price??0).minus(Un).toNumber()}),[...v,...$,...j]},[me,r,ne,b,Ie,T]),_e=U.useMemo(()=>{if(!f)return[];let v=new Set(me.map($=>$.address.toLowerCase()));return[...Me].filter($=>!v.has($.token.toLowerCase())).sort(($,j)=>{let oe=new At.default($.value);return new At.default(j.value).minus(oe).toNumber()})},[Me,f,me]),Ce=U.useRef(!1),We=U.useCallback(v=>{Ce.current=!0,qe(v)},[qe]),jn=U.useCallback(()=>{ge(null),We("wallet")},[ge,We]),an=U.useCallback(v=>{ge(v),We("send")},[ge,We]),sn=U.useCallback(()=>{ge(null),We("wallet")},[ge,We]);U.useEffect(()=>{d||(Ce.current=!1)},[d]);let ln=U.useRef(null);U.useEffect(()=>{let v=ln.current;if(!v||!c)return;let $=j=>{j.pointerType==="touch"&&j.stopPropagation()};return v.addEventListener("pointerdown",$),()=>v.removeEventListener("pointerdown",$)},[c]);let[it,at]=U.useState(!1),Lt=U.useRef(void 0);U.useEffect(()=>()=>clearTimeout(Lt.current),[]),U.useEffect(()=>{let v=rt.current;if(!v||Pe===null){Ge(0);return}let $=()=>{Ge(v.offsetHeight)};if($(),typeof ResizeObserver>"u")return;let j=new ResizeObserver($);return j.observe(v),()=>j.disconnect()},[Pe]);let cn=U.useCallback(async()=>{if(!it)try{await navigator.clipboard.writeText(g),at(!0),clearTimeout(Lt.current),Lt.current=setTimeout(()=>at(!1),2e3),k?.(g,!0)}catch{k?.(g,!1)}},[g,k,it]),Ot=U.useCallback(v=>{v.currentTarget.setAttribute("data-loaded","true")},[]),Gn=U.useMemo(()=>({background:Qa(g)}),[g]),Ft=U.useMemo(()=>M||ut(r,g,{size:120,bg:i==="dark"?"1A1A2E":"F3F6F8"}),[M,r,g,i]),u=U.useMemo(()=>Ya(ot),[ot]),R=N||W?(0,s.jsxs)("div",{className:"wi-legal-links",children:[N&&(0,s.jsx)("a",{className:"wi-legal-link",href:N,target:"_blank",rel:"noopener noreferrer",onClick:v=>Be(v,N,{category:"terms",origin:"terms"},ve),children:Z}),N&&W&&(0,s.jsx)("span",{className:"wi-legal-sep","aria-hidden":!0,children:"\xB7"}),W&&(0,s.jsx)("a",{className:"wi-legal-link",href:W,target:"_blank",rel:"noopener noreferrer",onClick:v=>Be(v,W,{category:"privacy",origin:"privacy"},ve),children:be})]}):null,F=I?(0,s.jsxs)("button",{type:"button",className:"wi-disconnect-btn",onClick:()=>{I(),L()},children:[(0,s.jsx)(Jo,{size:12}),(0,s.jsx)("span",{className:"wi-disconnect-label",children:E})]}):null,O=(0,s.jsxs)("div",{className:X("wi-view-inner",Ce.current&&"wi-view-wallet"),children:[ie&&(()=>{let v=Ke;return(0,s.jsxs)(v?"button":"div",{...v?{type:"button",onClick:()=>We("portfolio"),"aria-label":"View Portfolio"}:{},className:"wi-total-section","data-clickable":v||void 0,children:[(0,s.jsxs)("div",{className:"wi-total-head",children:[(0,s.jsx)("span",{className:"wi-total-label",children:Q}),(0,s.jsx)("span",{role:"button",tabIndex:0,className:"wi-total-eye",onClick:j=>{j.stopPropagation(),je(oe=>!oe)},onKeyDown:j=>{(j.key==="Enter"||j.key===" ")&&(j.preventDefault(),j.stopPropagation(),je(oe=>!oe))},"aria-label":Ve?"Show balance":"Hide balance",children:Ve?(0,s.jsx)(ir,{}):(0,s.jsx)(rr,{})})]}),(0,s.jsxs)("div",{className:"wi-total-body",children:[Ye?(0,s.jsx)("div",{className:"wi-skeleton-block wi-total-skeleton",style:{width:160,height:36}}):(0,s.jsx)("div",{className:"wi-total-value","data-hidden":Ve||void 0,children:Ve?(0,s.jsx)("span",{className:"wi-total-mask",children:"\u2022\u2022\u2022\u2022\u2022\u2022"}):(0,s.jsxs)(s.Fragment,{children:[ke&&(0,s.jsx)("span",{className:"wi-total-lte",children:"\u2264"}),(0,s.jsx)("span",{className:"wi-total-currency",children:"$"}),(0,s.jsx)("span",{className:"wi-total-amount",children:u.main}),u.decimal&&(0,s.jsx)("span",{className:"wi-total-decimal",children:u.decimal})]})}),v&&(0,s.jsx)("span",{className:"wi-total-chevron","aria-hidden":!0,children:(0,s.jsx)(nr,{size:18})})]})]})})(),Ee==="top"&&re&&(0,s.jsx)("div",{className:"wi-nav-fixed",children:re}),l&&(0,s.jsx)("div",{ref:ln,className:"wi-scrollable-body","data-vaul-no-drag":!0,children:(0,s.jsxs)("div",{className:"wi-token-list",children:[ye&&Array.from({length:5},(v,$)=>(0,s.jsxs)("div",{className:"wi-skeleton-item",children:[(0,s.jsxs)("div",{className:"wi-skeleton-left",children:[(0,s.jsx)("div",{className:"wi-skeleton-block wi-skeleton-icon"}),(0,s.jsxs)("div",{className:"wi-skeleton-lines",children:[(0,s.jsx)("div",{className:"wi-skeleton-block",style:{width:64,height:14}}),(0,s.jsx)("div",{className:"wi-skeleton-block",style:{width:80,height:12}})]})]}),(0,s.jsxs)("div",{className:"wi-skeleton-right",children:[(0,s.jsx)("div",{className:"wi-skeleton-block",style:{width:72,height:14}}),(0,s.jsx)("div",{className:"wi-skeleton-block",style:{width:48,height:12}})]})]},$)),!ye&&we.length===0&&!f&&(0,s.jsx)("div",{className:"wi-empty",children:"No Tokens Found"}),we.map(v=>{let $=ne.get(ht(v.chainId,v.address)),j=$?parseFloat($.percent_change_24h):null,oe=j!==null&&j>=0,H=eo(r,v.chainId);return(0,s.jsxs)("button",{type:"button",className:"wi-token-item wi-token-item--button",onClick:()=>an(v),"aria-label":`Send ${v.symbol}`,children:[(0,s.jsxs)("div",{className:"wi-token-left",children:[(0,s.jsxs)("div",{className:"wi-token-icon-wrap",children:[(0,s.jsx)("img",{src:v.icon_url,alt:v.symbol,className:"wi-token-icon",width:32,height:32,loading:"lazy",draggable:!1,onLoad:Ot,onError:ee=>{ee.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),H&&(0,s.jsx)("img",{src:H,alt:"","aria-hidden":!0,className:"wi-token-chain-badge",width:14,height:14,loading:"lazy",draggable:!1,onError:ee=>{ee.currentTarget.style.display="none"}})]}),(0,s.jsxs)("div",{className:"wi-token-info",children:[(0,s.jsx)("span",{className:"wi-token-name",children:v.symbol}),$&&(0,s.jsxs)("div",{className:"wi-token-price-row",children:[(0,s.jsx)("span",{className:"wi-token-price",children:Xn($.price)}),(0,s.jsx)("span",{className:"wi-token-change","data-positive":oe,"data-zero":j===0||void 0,children:j!==null&&(j===0?"0%":`${oe?"+":"-"}${(oe?Math.floor:Math.ceil)(Math.abs(j)*100)/100}%`)})]})]})]}),(0,s.jsxs)("div",{className:"wi-token-right",children:[(0,s.jsx)("span",{className:"wi-token-balance",children:ft(v.quantity.numeric,v.quantity.decimals)}),$&&(0,s.jsx)("span",{className:"wi-token-value",children:Ko(v.quantity.numeric,v.quantity.decimals,$.price)})]})]},`${v.address}-${v.chainId}`)}),f&&Qe&&Array.from({length:3},(v,$)=>(0,s.jsxs)("div",{className:"wi-skeleton-item",children:[(0,s.jsxs)("div",{className:"wi-skeleton-left",children:[(0,s.jsx)("div",{className:"wi-skeleton-block wi-skeleton-icon"}),(0,s.jsxs)("div",{className:"wi-skeleton-lines",children:[(0,s.jsx)("div",{className:"wi-skeleton-block",style:{width:64,height:14}}),(0,s.jsx)("div",{className:"wi-skeleton-block",style:{width:80,height:12}})]})]}),(0,s.jsxs)("div",{className:"wi-skeleton-right",children:[(0,s.jsx)("div",{className:"wi-skeleton-block",style:{width:72,height:14}}),(0,s.jsx)("div",{className:"wi-skeleton-block",style:{width:48,height:12}})]})]},`forge-sk-${$}`)),f&&!Qe&&!ye&&we.length===0&&_e.length===0&&(0,s.jsx)("div",{className:"wi-empty",children:"No Tokens Found"}),f&&_e.map(v=>{let $=Ae.get(v.token)||"",j=eo(r,ue[r].cross);return(0,s.jsxs)("div",{className:"wi-token-item",children:[(0,s.jsxs)("div",{className:"wi-token-left",children:[(0,s.jsxs)("div",{className:"wi-token-icon-wrap",children:[(0,s.jsx)("img",{src:$||"https://contents.crosstoken.io/wallet/token/images/FT.png",alt:v.token_name,className:"wi-token-icon",width:32,height:32,loading:"lazy",draggable:!1,onLoad:Ot,onError:oe=>{oe.currentTarget.src="https://contents.crosstoken.io/wallet/token/images/FT.png"}}),j&&(0,s.jsx)("img",{src:j,alt:"","aria-hidden":!0,className:"wi-token-chain-badge",width:14,height:14,loading:"lazy",draggable:!1,onError:oe=>{oe.currentTarget.style.display="none"}})]}),(0,s.jsxs)("div",{className:"wi-token-info",children:[(0,s.jsx)("span",{className:"wi-token-name",children:v.token_name}),(0,s.jsx)("div",{className:"wi-token-price-row",children:(0,s.jsxs)("span",{className:"wi-token-price",children:[ft(v.current_price,18)," CROSS"]})})]})]}),(0,s.jsxs)("div",{className:"wi-token-right",children:[(0,s.jsx)("span",{className:"wi-token-balance",children:ft(v.balance,18)}),(0,s.jsx)("span",{className:"wi-token-value",children:Xn(v.current_value_usd)})]})]},`forge-${v.token}`)})]})}),Ee==="bottom"&&re&&(0,s.jsx)("div",{className:"wi-nav-fixed",children:re}),F&&(0,s.jsx)("div",{className:"wi-wallet-disconnect-row",children:F})]},"wallet"),q=Ke?(0,s.jsx)("div",{className:X("wi-view-inner wi-portfolio-body",Ce.current&&"wi-view-portfolio"),children:(0,s.jsx)(vt,{env:r,theme:i,walletAddress:g,showHeader:!1,onOutlink:ve})},"portfolio"):null,ae=Ze?(0,s.jsx)("div",{className:X("wi-view-inner wi-send-body",Ce.current&&"wi-view-send"),children:(0,s.jsx)(Ut,{env:r,theme:i,walletAddress:g,accountName:w,accounts:C,token:Ze,tokens:we,onTokenChange:ge,sendTransaction:He,getTransactionReceipt:pe,estimateGas:De,onConfirmSuccess:sn,onOutlink:ve})},"send"):null,st=(0,s.jsx)("div",{className:X("wi-view-inner wi-qr-body",Ce.current&&"wi-view-qr"),children:(0,s.jsxs)("div",{className:"wi-qr-section",children:[(0,s.jsxs)("div",{className:"wi-qr-card",children:[(0,s.jsxs)("div",{className:"wi-qr-code",children:[(0,s.jsx)(mi.QRCodeSVG,{value:g,size:180,level:"H",marginSize:2,...x&&{imageSettings:{src:x,height:33,width:33,excavate:!0}}}),!x&&(0,s.jsx)("div",{className:"wi-qr-logo",children:(0,s.jsx)(ar,{size:33})})]}),(0,s.jsx)("p",{className:"wi-qr-address",children:g}),(0,s.jsxs)("button",{type:"button",className:"wi-qr-copy-btn",onClick:cn,children:[(0,s.jsx)("span",{className:"wi-qr-copy-icon",children:it?(0,s.jsx)(Vt,{size:16}):(0,s.jsx)(to,{size:16})}),(0,s.jsx)("span",{className:"wi-qr-copy-text",children:it?"Copied!":"Copy address"})]})]}),R]})},"qr"),le=J==="qr"||J==="portfolio"||J==="send",lt=Pe!==null?(0,s.jsx)("div",{className:"wi-builtin-footer",children:Pe}):null,Dt=!!D&&w?.trim().toLowerCase()!=="my wallet",Wt=(0,s.jsxs)("div",{className:"wi-account-text",children:[Dt?(0,s.jsxs)("button",{type:"button",className:"wi-account-row wi-account-row--btn",onClick:D,"aria-label":"Switch account",children:[(0,s.jsx)("span",{className:"wi-account-name",children:w??"Account 1"}),(0,s.jsx)("span",{className:"wi-account-switch","aria-hidden":"true",children:(0,s.jsx)(or,{size:12})})]}):(0,s.jsx)("div",{className:"wi-account-row",children:(0,s.jsx)("span",{className:"wi-account-name",children:w??"Account 1"})}),(0,s.jsxs)("button",{type:"button",className:"wi-address-row-btn",onClick:cn,"aria-label":"Copy address",children:[(0,s.jsx)("span",{className:"wi-account-address",children:Ne(g)}),(0,s.jsx)("span",{className:"wi-account-copy",children:it?(0,s.jsx)(Vt,{size:14}):(0,s.jsx)(to,{size:14})})]})]}),pn=(0,s.jsxs)(s.Fragment,{children:[n,le?(0,s.jsxs)("div",{className:"wi-sticky-header",children:[(0,s.jsxs)("div",{className:"wi-header wi-header--wallet wi-header--sub-account",children:[(0,s.jsx)("button",{type:"button",className:"wi-header-back",onClick:jn,"aria-label":"Back",children:(0,s.jsx)(tr,{})}),(0,s.jsx)("div",{className:"wi-account-block wi-account-block--sub-account",children:Wt}),(0,s.jsx)("button",{type:"button",className:"wi-header-action",onClick:L,"aria-label":"Close",children:(0,s.jsx)(no,{size:24})})]}),(0,s.jsx)("hr",{className:"wi-divider"})]}):(0,s.jsxs)("div",{className:"wi-sticky-header",children:[(0,s.jsxs)("div",{className:"wi-header wi-header--wallet",children:[(0,s.jsxs)("div",{className:"wi-account-block",children:[(0,s.jsxs)("div",{className:"wi-avatar",children:[(0,s.jsx)("div",{className:"wi-avatar-fallback",style:Gn}),Ft&&(0,s.jsx)("img",{src:Ft,alt:"",className:"wi-avatar-img",width:30,height:30,draggable:!1,onLoad:Ot,onError:v=>{v.currentTarget.style.display="none"}})]}),Wt]}),(0,s.jsxs)("div",{className:"wi-header-actions",children:[h&&(0,s.jsx)("button",{type:"button",className:"wi-header-action",onClick:()=>We("qr"),"aria-label":"Show QR code",children:(0,s.jsx)(er,{size:20})}),(0,s.jsx)("button",{type:"button",className:"wi-header-action",onClick:L,"aria-label":"Close",children:(0,s.jsx)(no,{size:24})})]})]}),(0,s.jsx)("hr",{className:"wi-divider"})]}),(0,s.jsxs)("div",{className:"wi-view-container",children:[J==="wallet"&&O,J==="qr"&&st,J==="portfolio"&&q,J==="send"&&ae]}),lt&&J!=="portfolio"&&J!=="send"&&(0,s.jsx)("div",{className:"wi-sticky-footer",children:(0,s.jsx)("div",{className:"wi-footer",ref:rt,children:lt})})]}),Rt={...Fe,...Te>0?{"--wi-footer-height":`${Te}px`}:null};return c?(0,s.jsxs)(Kt.Drawer.Portal,{children:[p&&(0,s.jsx)(Kt.Drawer.Overlay,{className:"wi-drawer-overlay"}),(0,s.jsxs)(Kt.Drawer.Content,{className:X("wi-drawer-content",o),"data-theme":i,style:Rt,"data-direction":m,"data-no-balance":!l||void 0,"data-has-footer":Te>0||void 0,"data-view":J,children:[(0,s.jsx)(Kt.Drawer.Title,{className:"wi-sr-only",children:"My Wallet"}),pn]})]}):(0,s.jsxs)(s.Fragment,{children:[p&&d&&(0,s.jsx)("div",{className:"wi-drawer-overlay",onClick:L}),(0,s.jsx)(Fn.Portal,{children:(0,s.jsx)(Fn.Content,{align:e,sideOffset:t,className:X("wi-popover-content",o),"data-theme":i,style:Rt,"data-no-balance":!l||void 0,"data-has-footer":Te>0||void 0,"data-view":J,children:pn})})]})}var ui=G(require("react"),1);function gi({position:e="top",children:t}){let{setNavContent:o,setNavPosition:n}=Xe();return ui.useEffect(()=>(o(t),n(e),()=>o(null)),[t,e,o,n]),null}var wi=G(require("react"),1);function hi({children:e}){let{setFooterContent:t}=Xe();return wi.useEffect(()=>(t(e),()=>t(null)),[e,t]),null}A(`[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)}
|
|
9
9
|
`);A(`.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}
|
|
10
10
|
`);A(`@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}}
|
|
11
11
|
`);A(`.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}
|
|
12
12
|
`);A(`.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}
|
|
13
|
-
`);var Dn=require("react/jsx-runtime"),Qa="https://terms.crosstoken.io/docs/cross-terms-of-use",Xa="https://terms.crosstoken.io/docs/nexus-privacy-policy";function Ja({env:e,theme:t="dark",mobileBreakpoint:o=768,drawerDirection:n,modal:r,showBalance:i=!1,showForgeToken:c=!1,showGameToken:d=!0,showQR:m=!0,qrLogoSrc:p,walletAddress:l,accountName:f,sendAccounts:b,profileImageUrl:h,connectorId:x,connectorName:g,connectorIconUrl:w,preferredTokens:C=[],onSelectWallet:M,onCopyAddress:T,onDisconnect:L,disconnectLabel:D="Disconnect",termsUrl:k=Qa,termsLabel:I="Terms of Service",privacyUrl:E=Xa,privacyLabel:N="Privacy Policy",open:Z,onOpenChange:W,showPortfolio:be=!1,portfolioTitle:Fe="My Portfolio",showTotalAssets:re=!0,totalAssetsLabel:Ee="Total Assets USD",sendTransaction:Pe,getTransactionReceipt:J,estimateGas:qe,onOutlink:Ze,style:ge,children:Ye}){let xe=fe(e),te=x?Vt[x]:void 0,Q=g??te?.name,Ve=w??te?.iconUrl,pe=St(`(max-width: ${o}px)`),De=n??(i?"right":"bottom"),ve=r??!1,me=Z!==void 0,[ye,ne]=de.useState(!1),Ie=me?Z:ye,ie=de.useCallback(_e=>{me||ne(_e),W?.(_e)},[me,W]),ot=de.useCallback(()=>ie(!1),[ie]),[ke,Ke]=de.useState(null),[He,je]=de.useState("top"),[rt,Te]=de.useState(null),[Ge,Me]=de.useState("wallet"),[Qe,Ue]=de.useState(null);de.useEffect(()=>{Ie||(Me("wallet"),Ue(null))},[Ie]);let Ae=de.useCallback(()=>{ao(l),L?.()},[L,l]),we=de.useMemo(()=>({env:xe,theme:t,isMobile:pe,open:Ie,drawerDirection:De,modal:ve,showBalance:i,showForgeToken:c,showGameToken:d,showQR:m,qrLogoSrc:p,walletAddress:l,accountName:f,sendAccounts:b,profileImageUrl:h,connectorName:Q,connectorIconUrl:Ve,preferredTokens:C,close:ot,onSelectWallet:M,onCopyAddress:T,onDisconnect:L?Ae:void 0,disconnectLabel:D,termsUrl:k,termsLabel:I,privacyUrl:E,privacyLabel:N,portalStyle:ge,navContent:ke,navPosition:He,setNavContent:Ke,setNavPosition:je,footerContent:rt,setFooterContent:Te,view:Ge,setView:Me,selectedSendToken:Qe,setSelectedSendToken:Ue,showPortfolio:be,portfolioTitle:Fe,showTotalAssets:re,totalAssetsLabel:Ee,sendTransaction:Pe,getTransactionReceipt:J,estimateGas:qe,onOutlink:Ze}),[xe,t,pe,Ie,De,ve,i,c,d,m,p,l,f,b,h,Q,Ve,C,ot,M,T,L,Ae,D,k,I,E,N,ge,ke,He,rt,Ge,Qe,be,Fe,re,Ee,Pe,J,qe,Ze]);return(0,Dn.jsx)(Kn.Provider,{value:we,children:pe?(0,Dn.jsx)(bi.Drawer.Root,{direction:De,open:Ie,onOpenChange:ie,noBodyStyles:!0,repositionInputs:!1,children:Ye},"drawer"):(0,Dn.jsx)(hi.Root,{open:Ie,onOpenChange:ie,children:Ye},"popover")})}var Ct=Object.assign(Ja,{Trigger:xr,Content:mi,Nav:ui,Footer:wi});var $e=G(require("react"),1),Ai=G(require("@radix-ui/react-dialog"),1),_i=require("vaul");var Wn=require("react"),Bn=(0,Wn.createContext)(null);function Kt(){let e=(0,Wn.useContext)(Bn);if(!e)throw new Error("WalletConnectModal compound components must be used within <WalletConnectModal>");return e}var Nt=require("react");function Qt(){let[e,t]=(0,Nt.useState)([]),[o,n]=(0,Nt.useState)(!0);(0,Nt.useEffect)(()=>{if(typeof window>"u"){n(!1);return}let i=[],c=m=>{let{info:p}=m.detail;p?.rdns&&!i.some(l=>l.rdns===p.rdns)&&(i.push({rdns:p.rdns,name:p.name,icon:p.icon}),t([...i]))};window.addEventListener("eip6963:announceProvider",c),window.addEventListener("eip6963:crossAnnounceProvider",c),window.dispatchEvent(new Event("eip6963:requestProvider")),window.dispatchEvent(new Event("eip6963:crossRequestProvider"));let d=setTimeout(()=>n(!1),500);return()=>{window.removeEventListener("eip6963:announceProvider",c),window.removeEventListener("eip6963:crossAnnounceProvider",c),clearTimeout(d)}},[]);let r=(0,Nt.useCallback)(i=>e.some(c=>c.rdns===i),[e]);return{wallets:e,isDetected:r,isLoading:o}}var xi=G(require("@radix-ui/react-dialog"),1),vi=require("vaul");var Po=require("react/jsx-runtime");function yi({asChild:e,children:t}){let{isMobile:o}=Kt(),n=o?vi.Drawer.Trigger:xi.Trigger;return(0,Po.jsx)(n,{asChild:e??t!=null,children:t??(0,Po.jsx)("button",{type:"button",children:"Connect Wallet"})})}var ze=G(require("@radix-ui/react-dialog"),1),Xt=require("vaul");var P=require("react/jsx-runtime");function zn(){return(0,P.jsxs)("svg",{width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,P.jsx)("circle",{cx:"20",cy:"20",r:"20",fill:"#00D5AA"}),(0,P.jsx)("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 ki(){return(0,P.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",children:[(0,P.jsxs)("g",{clipPath:"url(#clip0_1331_27065)",children:[(0,P.jsx)("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"}),(0,P.jsx)("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"}),(0,P.jsx)("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"}),(0,P.jsx)("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"}),(0,P.jsx)("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"}),(0,P.jsx)("path",{d:"M22.1857 36.1951V39.831H17.6699V36.1951H22.1857Z",fill:"#C0C4CD"}),(0,P.jsx)("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"})]}),(0,P.jsx)("defs",{children:(0,P.jsx)("clipPath",{id:"clip0_1331_27065",children:(0,P.jsx)("rect",{width:"40",height:"40",fill:"white"})})})]})}function Ci(){return(0,P.jsxs)("svg",{width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,P.jsx)("path",{d:"M12.23 16.81L20 9.04L27.77 16.81L32.29 12.29L20 0L7.71 12.29L12.23 16.81Z",fill:"#F3BA2F"}),(0,P.jsx)("path",{d:"M9.04 20L4.52 15.48L0 20L4.52 24.52L9.04 20Z",fill:"#F3BA2F"}),(0,P.jsx)("path",{d:"M12.23 23.19L20 30.96L27.77 23.19L32.29 27.71L20 40L7.71 27.71L12.23 23.19Z",fill:"#F3BA2F"}),(0,P.jsx)("path",{d:"M35.48 24.52L40 20L35.48 15.48L30.96 20L35.48 24.52Z",fill:"#F3BA2F"}),(0,P.jsx)("path",{d:"M24.58 20L20 15.41L16.61 18.8L16.22 19.19L15.42 19.99L20 24.59L24.59 20L24.58 20Z",fill:"#F3BA2F"})]})}function Ni(){return(0,P.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"247",height:"246",viewBox:"0 0 247 246",fill:"none",children:[(0,P.jsx)("rect",{width:"247.005",height:"245.105",rx:"36",fill:"#121212"}),(0,P.jsx)("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"}),(0,P.jsx)("path",{d:"M59.8364 99.8915V59.7551H12.0414L30.4787 77.8377V99.8915H59.8364Z",fill:"#2FD7FF"}),(0,P.jsx)("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 Li(){return(0,P.jsxs)("svg",{width:"40",height:"40",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,P.jsxs)("g",{clipPath:"url(#clip0_1185_7785)",children:[(0,P.jsx)("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"}),(0,P.jsx)("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"})]}),(0,P.jsx)("defs",{children:(0,P.jsx)("clipPath",{id:"clip0_1185_7785",children:(0,P.jsx)("rect",{width:"28",height:"28",fill:"white"})})})]})}function Ri(){return(0,P.jsxs)("svg",{width:"40",height:"40",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg",children:[(0,P.jsx)("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"}),(0,P.jsx)("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"}),(0,P.jsx)("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"}),(0,P.jsx)("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"})]})}function Si(){return(0,P.jsx)("svg",{width:"40",height:"40",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",children:(0,P.jsx)("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"})})}function Ei(){return(0,P.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,P.jsx)("path",{d:"M18 6L6 18M6 6L18 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}var $n={cross_embedded:{id:"cross_embedded",name:"CROSSx with Social",description:"Sign in with Google or Apple",icon:zn},cross_wallet:{id:"cross_wallet",name:"CROSSx",description:"App approval is required",icon:zn,featured:!0},cross_extension:{id:"cross_extension",name:"CROSSx Extension",description:"Browser extension approval is required",icon:zn,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:ki,rdns:"io.metamask"},binance:{id:"binance",name:"Binance",description:"Mobile app only \u2014 Add CROSS network first",icon:Ci},verse8:{id:"verse8",name:"Verse8 Wallet",description:"Optimized for Forge and Verse8 ecosystem",icon:Ni,badge:"For Forge"},tron:{id:"tron",name:"Tron Wallet",description:"Dedicated for Tron-based transactions and assets",icon:Li,badge:"For SHOP"}};function Io(e){return $n[e]}var Vn={google:{id:"google",name:"Google",icon:Ri},apple:{id:"apple",name:"Apple",icon:Si}};function Pi(e){return Vn[e]}var y=require("react/jsx-runtime");function es({wallet:e,detected:t,onConnect:o}){let n=()=>{if(e.installUrl&&!t){window.open(e.installUrl,"_blank","noopener,noreferrer");return}o()},r=e.icon,i=e.featured===!0;return(0,y.jsxs)("button",{type:"button",className:X("wcm-wallet-item",i&&"wcm-wallet-item--featured"),onClick:n,children:[(0,y.jsxs)("div",{className:"wcm-wallet-item-left",children:[(0,y.jsx)("div",{className:"wcm-wallet-icon",children:(0,y.jsx)(r,{})}),(0,y.jsxs)("div",{className:"wcm-wallet-name-row",children:[(0,y.jsx)("span",{className:"wcm-wallet-name",children:e.name}),e.badge&&(0,y.jsx)("span",{className:"wcm-wallet-badge",children:e.badge})]})]}),e.installUrl&&(t?(0,y.jsx)("span",{className:"wcm-installed-label",children:"Installed"}):(0,y.jsx)("span",{className:"wcm-install-btn",children:"Install"}))]})}function ts({social:e,onSignIn:t}){let o=e.icon,n=`Sign in with ${e.name}`;return(0,y.jsxs)("button",{type:"button",className:"wcm-social-item",onClick:t,"aria-label":n,children:[(0,y.jsx)("span",{className:"wcm-social-icon",children:(0,y.jsx)(o,{})}),(0,y.jsx)("span",{className:"wcm-social-name",children:n})]})}function Ii(){let{wallets:e,activeWalletIds:t,socialProviders:o,activeSocialIds:n,termsUrl:r,privacyUrl:i,isDetected:c,close:d,isMobile:m}=Kt(),p=t.filter(b=>{let h=Io(b).visibility;return!h||h==="always"?!0:h==="desktop-only"?!m:h==="mobile-only"?m:!0}),l=n.length>0,f=p.length>0;return(0,y.jsxs)(y.Fragment,{children:[(0,y.jsxs)("div",{className:"wcm-header",children:[(0,y.jsxs)("div",{className:"wcm-header-text",children:[(0,y.jsx)("h2",{className:"wcm-title",children:"CROSS Wallet"}),!m&&(0,y.jsx)("p",{className:"wcm-subtitle",children:"Sign in instantly with your social account"})]}),(0,y.jsx)("button",{type:"button",className:"wcm-close-btn",onClick:d,"aria-label":"Close",children:(0,y.jsx)(Ei,{})})]}),(0,y.jsx)("div",{className:"wcm-divider"}),(0,y.jsxs)("div",{className:"wcm-body",children:[l&&(0,y.jsxs)(y.Fragment,{children:[!m&&(0,y.jsxs)("div",{className:"wcm-section-header",children:[(0,y.jsx)("span",{className:"wcm-section-title",children:"Social Account Wallet Connect"}),(0,y.jsx)("span",{className:"wcm-recommended-badge",children:"Recommended"})]}),(0,y.jsx)("div",{className:"wcm-social-grid",children:n.map(b=>{let h=Pi(b);return(0,y.jsx)(ts,{social:h,onSignIn:()=>{o[b]?.(),d()}},b)})}),f&&(0,y.jsxs)("div",{className:"wcm-separator",children:[(0,y.jsx)("div",{className:"wcm-separator-line"}),(0,y.jsx)("span",{className:"wcm-separator-text",children:"Other Wallets"}),(0,y.jsx)("div",{className:"wcm-separator-line"})]})]}),f&&(0,y.jsx)("div",{className:"wcm-wallet-list",children:p.map(b=>{let h=Io(b),x=h.rdns?c(h.rdns):!1;return(0,y.jsx)(es,{wallet:h,detected:x,onConnect:()=>{e[b]?.(),d()}},b)})}),(0,y.jsxs)("p",{className:"wcm-terms",children:["By continuing, you agree to NEXUS"," ",(0,y.jsx)(Ti,{href:r,children:"Terms of Service"})," and consent to its ",(0,y.jsx)(Ti,{href:i,children:"Privacy Policy"}),"."]})]})]})}function Ti({href:e,children:t}){return e?(0,y.jsx)("a",{className:"wcm-terms-link",href:e,target:"_blank",rel:"noopener noreferrer",children:t}):(0,y.jsx)("span",{className:"wcm-terms-link",children:t})}function Mi({className:e}){let{isMobile:t,theme:o,portalStyle:n}=Kt();return t?(0,y.jsxs)(Xt.Drawer.Portal,{children:[(0,y.jsx)(Xt.Drawer.Overlay,{className:"wcm-overlay"}),(0,y.jsxs)(Xt.Drawer.Content,{className:X("wcm-drawer-content",e),"data-theme":o,style:n,children:[(0,y.jsx)(Xt.Drawer.Title,{className:"wcm-sr-only",children:"Connect Wallet"}),(0,y.jsx)("div",{className:"wcm-drawer-handle"}),(0,y.jsx)("div",{className:"wcm-drawer-body",children:(0,y.jsx)(Ii,{})})]})]}):(0,y.jsxs)(ze.Portal,{children:[(0,y.jsx)(ze.Overlay,{className:"wcm-overlay"}),(0,y.jsxs)(ze.Content,{className:X("wcm-dialog-content",e),"data-theme":o,style:n,children:[(0,y.jsx)(ze.Title,{className:"wcm-sr-only",children:"Connect Wallet"}),(0,y.jsx)(ze.Description,{className:"wcm-sr-only",children:"Sign in with a social provider or pick a wallet to connect."}),(0,y.jsx)("div",{className:"wcm-dialog-body",children:(0,y.jsx)(Ii,{})})]})]})}A(`[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
|
+
`);var Dn=require("react/jsx-runtime"),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:c=!1,showGameToken:d=!0,showQR:m=!0,qrLogoSrc:p,walletAddress:l,accountName:f,sendAccounts:b,profileImageUrl:h,connectorId:x,connectorName:g,connectorIconUrl:w,preferredTokens:C=[],onSelectWallet:M,onCopyAddress:T,onDisconnect:L,disconnectLabel:D="Disconnect",termsUrl:k=Xa,termsLabel:I="Terms of Service",privacyUrl:E=Ja,privacyLabel:N="Privacy Policy",open:Z,onOpenChange:W,showPortfolio:be=!1,portfolioTitle:Fe="My Portfolio",showTotalAssets:re=!0,totalAssetsLabel:Ee="Total Assets USD",sendTransaction:Pe,getTransactionReceipt:J,estimateGas:qe,onOutlink:Ze,style:ge,children:Ke}){let xe=fe(e),te=x?Ht[x]:void 0,Q=g??te?.name,He=w??te?.iconUrl,pe=St(`(max-width: ${o}px)`),De=n??(i?"right":"bottom"),ve=r??!1,me=Z!==void 0,[ye,ne]=de.useState(!1),Ie=me?Z:ye,ie=de.useCallback(_e=>{me||ne(_e),W?.(_e)},[me,W]),ot=de.useCallback(()=>ie(!1),[ie]),[ke,Ye]=de.useState(null),[Ve,je]=de.useState("top"),[rt,Te]=de.useState(null),[Ge,Me]=de.useState("wallet"),[Qe,Ue]=de.useState(null);de.useEffect(()=>{Ie||(Me("wallet"),Ue(null))},[Ie]);let Ae=de.useCallback(()=>{so(l),L?.()},[L,l]),we=de.useMemo(()=>({env:xe,theme:t,isMobile:pe,open:Ie,drawerDirection:De,modal:ve,showBalance:i,showForgeToken:c,showGameToken:d,showQR:m,qrLogoSrc:p,walletAddress:l,accountName:f,sendAccounts:b,profileImageUrl:h,connectorName:Q,connectorIconUrl:He,preferredTokens:C,close:ot,onSelectWallet:M,onCopyAddress:T,onDisconnect:L?Ae:void 0,disconnectLabel:D,termsUrl:k,termsLabel:I,privacyUrl:E,privacyLabel:N,portalStyle:ge,navContent:ke,navPosition:Ve,setNavContent:Ye,setNavPosition:je,footerContent:rt,setFooterContent:Te,view:Ge,setView:Me,selectedSendToken:Qe,setSelectedSendToken:Ue,showPortfolio:be,portfolioTitle:Fe,showTotalAssets:re,totalAssetsLabel:Ee,sendTransaction:Pe,getTransactionReceipt:J,estimateGas:qe,onOutlink:Ze}),[xe,t,pe,Ie,De,ve,i,c,d,m,p,l,f,b,h,Q,He,C,ot,M,T,L,Ae,D,k,I,E,N,ge,ke,Ve,rt,Ge,Qe,be,Fe,re,Ee,Pe,J,qe,Ze]);return(0,Dn.jsx)(Qn.Provider,{value:we,children:pe?(0,Dn.jsx)(xi.Drawer.Root,{direction:De,open:Ie,onOpenChange:ie,noBodyStyles:!0,repositionInputs:!1,children:Ke},"drawer"):(0,Dn.jsx)(bi.Root,{open:Ie,onOpenChange:ie,children:Ke},"popover")})}var Ct=Object.assign(es,{Trigger:vr,Content:fi,Nav:gi,Footer:hi});var $e=G(require("react"),1),_i=G(require("@radix-ui/react-dialog"),1),Oi=require("vaul");var Wn=require("react"),Bn=(0,Wn.createContext)(null);function Yt(){let e=(0,Wn.useContext)(Bn);if(!e)throw new Error("WalletConnectModal compound components must be used within <WalletConnectModal>");return e}var Nt=require("react");function Qt(){let[e,t]=(0,Nt.useState)([]),[o,n]=(0,Nt.useState)(!0);(0,Nt.useEffect)(()=>{if(typeof window>"u"){n(!1);return}let i=[],c=m=>{let{info:p}=m.detail;p?.rdns&&!i.some(l=>l.rdns===p.rdns)&&(i.push({rdns:p.rdns,name:p.name,icon:p.icon}),t([...i]))};window.addEventListener("eip6963:announceProvider",c),window.addEventListener("eip6963:crossAnnounceProvider",c),window.dispatchEvent(new Event("eip6963:requestProvider")),window.dispatchEvent(new Event("eip6963:crossRequestProvider"));let d=setTimeout(()=>n(!1),500);return()=>{window.removeEventListener("eip6963:announceProvider",c),window.removeEventListener("eip6963:crossAnnounceProvider",c),clearTimeout(d)}},[]);let r=(0,Nt.useCallback)(i=>e.some(c=>c.rdns===i),[e]);return{wallets:e,isDetected:r,isLoading:o}}var vi=G(require("@radix-ui/react-dialog"),1),yi=require("vaul");var Io=require("react/jsx-runtime");function ki({asChild:e,children:t}){let{isMobile:o}=Yt(),n=o?yi.Drawer.Trigger:vi.Trigger;return(0,Io.jsx)(n,{asChild:e??t!=null,children:t??(0,Io.jsx)("button",{type:"button",children:"Connect Wallet"})})}var ze=G(require("@radix-ui/react-dialog"),1),Xt=require("vaul");var P=require("react/jsx-runtime");function zn(){return(0,P.jsxs)("svg",{width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,P.jsx)("circle",{cx:"20",cy:"20",r:"20",fill:"#00D5AA"}),(0,P.jsx)("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 Ci(){return(0,P.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",children:[(0,P.jsxs)("g",{clipPath:"url(#clip0_1331_27065)",children:[(0,P.jsx)("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"}),(0,P.jsx)("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"}),(0,P.jsx)("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"}),(0,P.jsx)("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"}),(0,P.jsx)("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"}),(0,P.jsx)("path",{d:"M22.1857 36.1951V39.831H17.6699V36.1951H22.1857Z",fill:"#C0C4CD"}),(0,P.jsx)("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"})]}),(0,P.jsx)("defs",{children:(0,P.jsx)("clipPath",{id:"clip0_1331_27065",children:(0,P.jsx)("rect",{width:"40",height:"40",fill:"white"})})})]})}function Ni(){return(0,P.jsxs)("svg",{width:"40",height:"40",viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,P.jsx)("path",{d:"M12.23 16.81L20 9.04L27.77 16.81L32.29 12.29L20 0L7.71 12.29L12.23 16.81Z",fill:"#F3BA2F"}),(0,P.jsx)("path",{d:"M9.04 20L4.52 15.48L0 20L4.52 24.52L9.04 20Z",fill:"#F3BA2F"}),(0,P.jsx)("path",{d:"M12.23 23.19L20 30.96L27.77 23.19L32.29 27.71L20 40L7.71 27.71L12.23 23.19Z",fill:"#F3BA2F"}),(0,P.jsx)("path",{d:"M35.48 24.52L40 20L35.48 15.48L30.96 20L35.48 24.52Z",fill:"#F3BA2F"}),(0,P.jsx)("path",{d:"M24.58 20L20 15.41L16.61 18.8L16.22 19.19L15.42 19.99L20 24.59L24.59 20L24.58 20Z",fill:"#F3BA2F"})]})}function Li(){return(0,P.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"247",height:"246",viewBox:"0 0 247 246",fill:"none",children:[(0,P.jsx)("rect",{width:"247.005",height:"245.105",rx:"36",fill:"#121212"}),(0,P.jsx)("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"}),(0,P.jsx)("path",{d:"M59.8364 99.8915V59.7551H12.0414L30.4787 77.8377V99.8915H59.8364Z",fill:"#2FD7FF"}),(0,P.jsx)("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 Ri(){return(0,P.jsxs)("svg",{width:"40",height:"40",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,P.jsxs)("g",{clipPath:"url(#clip0_1185_7785)",children:[(0,P.jsx)("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"}),(0,P.jsx)("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"})]}),(0,P.jsx)("defs",{children:(0,P.jsx)("clipPath",{id:"clip0_1185_7785",children:(0,P.jsx)("rect",{width:"28",height:"28",fill:"white"})})})]})}function Si(){return(0,P.jsxs)("svg",{width:"40",height:"40",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg",children:[(0,P.jsx)("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"}),(0,P.jsx)("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"}),(0,P.jsx)("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"}),(0,P.jsx)("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"})]})}function Ei(){return(0,P.jsx)("svg",{width:"40",height:"40",viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",children:(0,P.jsx)("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"})})}function Pi(){return(0,P.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,P.jsx)("path",{d:"M18 6L6 18M6 6L18 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}var $n={cross_embedded:{id:"cross_embedded",name:"CROSSx with Social",description:"Sign in with Google or Apple",icon:zn},cross_wallet:{id:"cross_wallet",name:"CROSSx",description:"App approval is required",icon:zn,featured:!0},cross_extension:{id:"cross_extension",name:"CROSSx Extension",description:"Browser extension approval is required",icon:zn,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:Ci,rdns:"io.metamask"},binance:{id:"binance",name:"Binance",description:"Mobile app only \u2014 Add CROSS network first",icon:Ni},verse8:{id:"verse8",name:"Verse8 Wallet",description:"Optimized for Forge and Verse8 ecosystem",icon:Li,badge:"For Forge"},tron:{id:"tron",name:"Tron Wallet",description:"Dedicated for Tron-based transactions and assets",icon:Ri,badge:"For SHOP"}};function To(e){return $n[e]}var Hn={google:{id:"google",name:"Google",icon:Si},apple:{id:"apple",name:"Apple",icon:Ei}};function Ii(e){return Hn[e]}var y=require("react/jsx-runtime");function ts({wallet:e,detected:t,onConnect:o}){let n=()=>{if(e.installUrl&&!t){window.open(e.installUrl,"_blank","noopener,noreferrer");return}o()},r=e.icon,i=e.featured===!0;return(0,y.jsxs)("button",{type:"button",className:X("wcm-wallet-item",i&&"wcm-wallet-item--featured"),onClick:n,children:[(0,y.jsxs)("div",{className:"wcm-wallet-item-left",children:[(0,y.jsx)("div",{className:"wcm-wallet-icon",children:(0,y.jsx)(r,{})}),(0,y.jsxs)("div",{className:"wcm-wallet-name-row",children:[(0,y.jsx)("span",{className:"wcm-wallet-name",children:e.name}),e.badge&&(0,y.jsx)("span",{className:"wcm-wallet-badge",children:e.badge})]})]}),e.installUrl&&(t?(0,y.jsx)("span",{className:"wcm-installed-label",children:"Installed"}):(0,y.jsx)("span",{className:"wcm-install-btn",children:"Install"}))]})}function ns({social:e,onSignIn:t}){let o=e.icon,n=`Sign in with ${e.name}`;return(0,y.jsxs)("button",{type:"button",className:"wcm-social-item",onClick:t,"aria-label":n,children:[(0,y.jsx)("span",{className:"wcm-social-icon",children:(0,y.jsx)(o,{})}),(0,y.jsx)("span",{className:"wcm-social-name",children:n})]})}function Ti(){let{wallets:e,activeWalletIds:t,socialProviders:o,activeSocialIds:n,termsUrl:r,privacyUrl:i,isDetected:c,close:d,isMobile:m}=Yt(),p=t.filter(b=>{let h=To(b).visibility;return!h||h==="always"?!0:h==="desktop-only"?!m:h==="mobile-only"?m:!0}),l=n.length>0,f=p.length>0;return(0,y.jsxs)(y.Fragment,{children:[(0,y.jsxs)("div",{className:"wcm-header",children:[(0,y.jsxs)("div",{className:"wcm-header-text",children:[(0,y.jsx)("h2",{className:"wcm-title",children:"CROSS Wallet"}),!m&&(0,y.jsx)("p",{className:"wcm-subtitle",children:"Sign in instantly with your social account"})]}),(0,y.jsx)("button",{type:"button",className:"wcm-close-btn",onClick:d,"aria-label":"Close",children:(0,y.jsx)(Pi,{})})]}),(0,y.jsx)("div",{className:"wcm-divider"}),(0,y.jsxs)("div",{className:"wcm-body",children:[l&&(0,y.jsxs)(y.Fragment,{children:[!m&&(0,y.jsxs)("div",{className:"wcm-section-header",children:[(0,y.jsx)("span",{className:"wcm-section-title",children:"Social Account Wallet Connect"}),(0,y.jsx)("span",{className:"wcm-recommended-badge",children:"Recommended"})]}),(0,y.jsx)("div",{className:"wcm-social-grid",children:n.map(b=>{let h=Ii(b);return(0,y.jsx)(ns,{social:h,onSignIn:()=>{o[b]?.(),d()}},b)})}),f&&(0,y.jsxs)("div",{className:"wcm-separator",children:[(0,y.jsx)("div",{className:"wcm-separator-line"}),(0,y.jsx)("span",{className:"wcm-separator-text",children:"Other Wallets"}),(0,y.jsx)("div",{className:"wcm-separator-line"})]})]}),f&&(0,y.jsx)("div",{className:"wcm-wallet-list",children:p.map(b=>{let h=To(b),x=h.rdns?c(h.rdns):!1;return(0,y.jsx)(ts,{wallet:h,detected:x,onConnect:()=>{e[b]?.(),d()}},b)})}),(0,y.jsxs)("p",{className:"wcm-terms",children:["By continuing, you agree to NEXUS"," ",(0,y.jsx)(Mi,{href:r,children:"Terms of Service"})," and consent to its ",(0,y.jsx)(Mi,{href:i,children:"Privacy Policy"}),"."]})]})]})}function Mi({href:e,children:t}){return e?(0,y.jsx)("a",{className:"wcm-terms-link",href:e,target:"_blank",rel:"noopener noreferrer",children:t}):(0,y.jsx)("span",{className:"wcm-terms-link",children:t})}function Ai({className:e}){let{isMobile:t,theme:o,portalStyle:n}=Yt();return t?(0,y.jsxs)(Xt.Drawer.Portal,{children:[(0,y.jsx)(Xt.Drawer.Overlay,{className:"wcm-overlay"}),(0,y.jsxs)(Xt.Drawer.Content,{className:X("wcm-drawer-content",e),"data-theme":o,style:n,children:[(0,y.jsx)(Xt.Drawer.Title,{className:"wcm-sr-only",children:"Connect Wallet"}),(0,y.jsx)("div",{className:"wcm-drawer-handle"}),(0,y.jsx)("div",{className:"wcm-drawer-body",children:(0,y.jsx)(Ti,{})})]})]}):(0,y.jsxs)(ze.Portal,{children:[(0,y.jsx)(ze.Overlay,{className:"wcm-overlay"}),(0,y.jsxs)(ze.Content,{className:X("wcm-dialog-content",e),"data-theme":o,style:n,children:[(0,y.jsx)(ze.Title,{className:"wcm-sr-only",children:"Connect Wallet"}),(0,y.jsx)(ze.Description,{className:"wcm-sr-only",children:"Sign in with a social provider or pick a wallet to connect."}),(0,y.jsx)("div",{className:"wcm-dialog-body",children:(0,y.jsx)(Ti,{})})]})]})}A(`[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))}
|
|
14
14
|
`);A(`.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:1px 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-section-header{display:flex;align-items:center;gap:8px;width:100%}.wcm-section-title{font-family:inherit;font-weight:600;font-size:18px;line-height:1.3;color:var(--wcm-texticon-primary)}.wcm-recommended-badge{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 8px;background:var(--wcm-primary);border-radius:8px;font-family:inherit;font-weight:600;font-size:14px;line-height:1.4;color:#fff;white-space:nowrap}.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%;height:75px;padding:16px;background:var(--wcm-surface-default);border:1px solid var(--wcm-border-default);border-radius:12px;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:32px;height:32px;display:flex;align-items:center;justify-content:center}.wcm-wallet-icon>svg{width:32px;height:32px}.wcm-wallet-name-row{display:flex;align-items:center;gap:8px;min-width:0}.wcm-wallet-name{font-family:inherit;font-weight:600;font-size:18px;line-height:1.3;color:var(--wcm-texticon-primary);white-space:nowrap}.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-terms-link{color:var(--wcm-primary);text-decoration:none}.wcm-terms-link:hover{text-decoration:underline}.wcm-social-grid{display:grid;gap:8px;width:100%}.wcm-dialog-body .wcm-social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wcm-drawer-body .wcm-social-grid{grid-template-columns:1fr}.wcm-social-item{display:flex;background:var(--wcm-surface-default);border:1px solid var(--wcm-border-default);border-radius:12px;cursor:pointer;transition:border-color .15s;font-family:inherit;color:var(--wcm-texticon-primary)}.wcm-social-item:hover{border-color:var(--wcm-primary)}.wcm-dialog-body .wcm-social-item{flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;height:111px;padding:24px 16px}.wcm-drawer-body .wcm-social-item{flex-direction:row;align-items:center;justify-content:flex-start;gap:16px;padding:16px;min-height:60px}.wcm-social-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.wcm-social-icon>svg{width:32px;height:32px}.wcm-social-name{font-family:inherit;font-weight:600;font-size:18px;line-height:1.3;color:var(--wcm-texticon-primary);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-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}
|
|
15
15
|
`);A(`@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)}}
|
|
16
|
-
`);var _t=require("react/jsx-runtime"),
|
|
16
|
+
`);var _t=require("react/jsx-runtime"),os={};function rs({wallets:e,socialProviders:t=os,termsUrl:o,privacyUrl:n,theme:r="dark",mobileBreakpoint:i=768,drawerDirection:c="bottom",dialogWidth:d,drawerMaxWidth:m,drawerMinWidth:p,style:l,open:f,onOpenChange:b,children:h}){let x=St(`(max-width: ${i}px)`),[g,w]=$e.useState(!1),C=f!==void 0,M=C?f:g,T=$e.useCallback(W=>{C||w(W),b?.(W)},[C,b]),L=$e.useCallback(()=>T(!1),[T]),{isDetected:D}=Qt(),k=$e.useMemo(()=>Object.keys(e),[e]),I=$e.useMemo(()=>Object.keys(t),[t]),E=$e.useMemo(()=>{let W={};return d&&(W["--wcm-dialog-width"]=d),m&&(W["--wcm-drawer-max-width"]=m),p&&(W["--wcm-drawer-min-width"]=p),{...W,...l}},[d,m,p,l]),N=$e.useMemo(()=>({theme:r,isMobile:x,open:M,setOpen:T,close:L,wallets:e,activeWalletIds:k,socialProviders:t,activeSocialIds:I,termsUrl:o,privacyUrl:n,isDetected:D,portalStyle:E}),[r,x,M,T,L,e,k,t,I,o,n,D,E]),Z=(0,_t.jsx)("div",{"data-theme":r,style:E,children:h});return x?(0,_t.jsx)(Bn.Provider,{value:N,children:(0,_t.jsx)(Oi.Drawer.Root,{direction:c,open:M,onOpenChange:T,noBodyStyles:!0,children:Z},"drawer")}):(0,_t.jsx)(Bn.Provider,{value:N,children:(0,_t.jsx)(_i.Root,{open:M,onOpenChange:T,children:Z})})}var Mo=Object.assign(rs,{Trigger:ki,Content:Ai});A(`.cb-button{--cb-bg: var(--cck-primary, #00D5AA);--cb-bg-hover: var(--cb-bg);--cb-color: var(--cck-on-primary, #000);--cb-border: none;--cb-radius: 8px;--cb-height: 36px;--cb-padding: 0 20px;--cb-font-family: inherit;--cb-font-size: 14px;--cb-font-weight: 700;--cb-gap: 8px;--cb-transition: opacity .15s;--cb-loading-opacity: .7;--cb-press-scale: .95;--cb-spinner-size: 14px;--cb-spinner-thumb: currentColor;--cb-spinner-track: color-mix(in srgb, currentColor 20%, transparent)}.cb-pill{--cb-pill-bg: var(--cck-surface-default, #1e232e);--cb-pill-bg-hover: var(--cb-pill-bg);--cb-pill-color: var(--cck-texticon-primary, #ffffff);--cb-pill-border: 1px solid var(--cck-border-default, #2a2d3a);--cb-pill-radius: 8px;--cb-pill-height: 36px;--cb-pill-padding: 0 12px;--cb-pill-press-scale: .95;--cb-pill-font-family: inherit;--cb-pill-font-size: 14px;--cb-pill-font-weight: 600;--cb-pill-gap: 8px;--cb-pill-icon-size: 20px;--cb-pill-icon-placeholder-bg: var(--cck-surface-subtle, #2a2d3a);--cb-pill-address-font: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--cb-pill-address-font-size: 13px;--cb-pill-address-letter-spacing: .02em}
|
|
17
17
|
`);A(`.cb-button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;height:var(--cb-height);gap:var(--cb-gap);padding:var(--cb-padding);border-radius:var(--cb-radius);border:var(--cb-border);background:var(--cb-bg);color:var(--cb-color);font-family:var(--cb-font-family);font-size:var(--cb-font-size);font-weight:var(--cb-font-weight);cursor:pointer;transition:var(--cb-transition)}.cb-button:hover:not(:disabled){background:var(--cb-bg-hover)}.cb-button:active:not(:disabled){transform:scale(var(--cb-press-scale))}.cb-button:disabled,.cb-button[aria-busy=true]{cursor:default;opacity:var(--cb-loading-opacity)}.cb-spinner{display:inline-block;width:var(--cb-spinner-size);height:var(--cb-spinner-size);border:2px solid var(--cb-spinner-track);border-top-color:var(--cb-spinner-thumb);border-radius:50%;animation:cb-spin .6s linear infinite;flex-shrink:0}.cb-pill{display:inline-flex;align-items:center;box-sizing:border-box;height:var(--cb-pill-height);gap:var(--cb-pill-gap);padding:var(--cb-pill-padding);border-radius:var(--cb-pill-radius);border:var(--cb-pill-border);background:var(--cb-pill-bg);color:var(--cb-pill-color);font-family:var(--cb-pill-font-family);font-size:var(--cb-pill-font-size);font-weight:var(--cb-pill-font-weight);cursor:pointer}.cb-pill:hover{background:var(--cb-pill-bg-hover)}.cb-pill:active:not(:disabled){transform:scale(var(--cb-pill-press-scale))}.cb-pill-icon{width:var(--cb-pill-icon-size);height:var(--cb-pill-icon-size);border-radius:50%;object-fit:contain;flex-shrink:0;background:transparent}.cb-pill-icon-placeholder{display:inline-block;width:var(--cb-pill-icon-size);height:var(--cb-pill-icon-size);border-radius:50%;background:var(--cb-pill-icon-placeholder-bg);flex-shrink:0}.cb-pill-address{font-family:var(--cb-pill-address-font);font-size:var(--cb-pill-address-font-size);letter-spacing:var(--cb-pill-address-letter-spacing)}@keyframes cb-spin{to{transform:rotate(360deg)}}
|
|
18
|
-
`);var
|
|
18
|
+
`);var is='<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>',as='<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>',ss='<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>',ls='<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>',cs='<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 Jt(e){return`data:image/svg+xml,${encodeURIComponent(e)}`}var en=Jt(is),tn=Jt(as),nn=Jt(ss),on=Jt(ls),rn=Jt(cs);var Se=require("react/jsx-runtime");function Ao({isConnecting:e,address:t,provider:o,providerName:n,accountName:r,sendAccounts:i,onConnect:c,onDisconnect:d,onCopy:m,onSelectWallet:p,label:l="Connect Wallet",connectingLabel:f="Connecting...",disconnectLabel:b,className:h,theme:x="dark",env:g,showBalance:w=!0,showPortfolio:C,drawerDirection:M,modal:T,connectorId:L,style:D,walletInfoStyle:k,sendTransaction:I,getTransactionReceipt:E,estimateGas:N}){let Z=h?`cb-button ${h}`:"cb-button",W=h?`cb-pill ${h}`:"cb-pill";if(e)return(0,Se.jsxs)("button",{type:"button",disabled:!0,className:Z,style:D,"aria-busy":"true",children:[(0,Se.jsx)("span",{className:"cb-spinner","aria-hidden":"true"}),f]});if(t){let be=n??ms(o),Fe=o?ds[o]:void 0;return(0,Se.jsxs)(Ct,{env:g,theme:x,drawerDirection:M,modal:T,showBalance:w,showPortfolio:C,walletAddress:t,accountName:r,sendAccounts:i,connectorId:L,onSelectWallet:p,onCopyAddress:m?(re,Ee)=>{Ee&&m()}:void 0,onDisconnect:d,disconnectLabel:b,style:k,sendTransaction:I,getTransactionReceipt:E,estimateGas:N,children:[(0,Se.jsx)(Ct.Trigger,{asChild:!0,children:(0,Se.jsxs)("button",{type:"button",className:W,style:D,"aria-label":`Connected with ${be}: ${Fi(t)}`,children:[Fe?(0,Se.jsx)("img",{src:Fe,alt:"",width:20,height:20,className:"cb-pill-icon"}):(0,Se.jsx)("span",{className:"cb-pill-icon-placeholder","aria-hidden":"true"}),(0,Se.jsx)("span",{className:"cb-pill-address",children:Fi(t)})]})}),(0,Se.jsx)(Ct.Content,{align:"end",sideOffset:8})]})}return(0,Se.jsx)("button",{type:"button",onClick:c,className:Z,style:D,children:l})}var ds={google:on,apple:rn,cross:en,metamask:tn,binance:nn},ps={google:"Google",apple:"Apple",cross:"CROSSx",metamask:"MetaMask",binance:"Binance Wallet"};function ms(e){return e?ps[e]:"Wallet"}function Fi(e){return e.length<=10?e:`${e.slice(0,6)}...${e.slice(-4)}`}var Di=G(require("react"),1);A(`.sb-button{--sb-bg: var(--cck-surface-subtle, rgba(255, 255, 255, .08));--sb-border: var(--cck-border-default, rgba(255, 255, 255, .15));--sb-border-hover: rgba(255, 255, 255, .3);--sb-color: rgba(0, 0, 0, .6);--sb-color-hover: rgba(0, 0, 0, 1);--sb-radius: 8px;--sb-height: 36px;--sb-padding: 0 12px;--sb-gap: 6px;--sb-font-size: 14px;--sb-font-weight: 500;--sb-line-height: 1.5;--sb-letter-spacing: -.01em;--sb-blur: 35px;--sb-border-width: 1px;--sb-icon-size: 16px;--sb-icon-hover-rotation: 180deg;--sb-spinner-size: 12px;--sb-spinner-thumb: currentColor;--sb-spinner-track: color-mix(in srgb, currentColor 20%, transparent);--sb-disabled-opacity: .6;--sb-press-scale: .95;--sb-hover-duration: .2s;--sb-icon-duration: .3s;--sb-easing: ease}.sb-button[data-theme=dark]{--sb-color: color-mix(in srgb, var(--cck-texticon-primary, #ffffff) 60%, transparent);--sb-color-hover: var(--cck-texticon-primary, #ffffff)}.sb-button[data-theme=light]{--sb-color: color-mix(in srgb, var(--cck-texticon-primary, #000000) 60%, transparent);--sb-color-hover: var(--cck-texticon-primary, #000000)}
|
|
19
19
|
`);A(`.sb-button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;height:var(--sb-height);gap:var(--sb-gap);padding:var(--sb-padding);border-radius:var(--sb-radius);border:var(--sb-border-width) solid var(--sb-border);background:var(--sb-bg);backdrop-filter:blur(var(--sb-blur));-webkit-backdrop-filter:blur(var(--sb-blur));color:var(--sb-color);font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:var(--sb-font-weight);font-size:var(--sb-font-size);line-height:var(--sb-line-height);letter-spacing:var(--sb-letter-spacing);cursor:pointer;transition:border-color var(--sb-hover-duration) var(--sb-easing),color var(--sb-hover-duration) var(--sb-easing)}@media(hover:hover){.sb-button:hover:not(:disabled){border-color:var(--sb-border-hover);color:var(--sb-color-hover)}.sb-button:hover:not(:disabled) .sb-button-icon{transform:rotate(var(--sb-icon-hover-rotation))}}.sb-button:active:not(:disabled){transform:scale(var(--sb-press-scale))}.sb-button:disabled,.sb-button[aria-busy=true]{cursor:default;opacity:var(--sb-disabled-opacity)}.sb-button-icon{width:var(--sb-icon-size);height:var(--sb-icon-size);flex-shrink:0;color:inherit;transition:transform var(--sb-icon-duration) var(--sb-easing),color var(--sb-icon-duration) var(--sb-easing)}.sb-spinner{display:inline-block;width:var(--sb-spinner-size);height:var(--sb-spinner-size);border:2px solid var(--sb-spinner-track);border-top-color:var(--sb-spinner-thumb);border-radius:50%;animation:sb-spin .6s linear infinite;flex-shrink:0}.sb-label{white-space:nowrap}@keyframes sb-spin{to{transform:rotate(360deg)}}
|
|
20
|
-
`);var nt=require("react/jsx-runtime");function
|
|
20
|
+
`);var nt=require("react/jsx-runtime"),Vn="https://skills.cross.nexus";function _o({label:e="Skills",href:t=Vn,onClick:o,className:n,style:r,theme:i,disabled:c=!1,isLoading:d=!1,loadingLabel:m="Loading...",openInNewTab:p=!1,type:l="button"}){let[f,b]=Di.useState(!1),h=async M=>{if(t&&!o){p?window.open(t,"_blank","noopener,noreferrer"):window.location.href=t;return}if(o)try{b(!0),await o()}finally{b(!1)}},x=c||d||f,g=d||f,w=g?m:e,C=n?`sb-button ${n}`:"sb-button";return(0,nt.jsxs)("button",{type:l,onClick:h,disabled:x,className:C,"data-theme":i,style:r,"aria-busy":g,children:[g?(0,nt.jsx)("span",{className:"sb-spinner","aria-hidden":"true"}):(0,nt.jsx)(fs,{}),(0,nt.jsx)("span",{className:"sb-label",children:w})]})}function fs(){return(0,nt.jsx)("svg",{className:"sb-button-icon",viewBox:"0 0 34 34",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:(0,nt.jsx)("path",{d:"M15.5879 3.95142C16.0211 2.78097 17.6761 2.78099 18.1094 3.95142L19.6221 8.03833C20.6569 10.8348 22.8618 13.0396 25.6582 14.0745L29.7451 15.5872C30.9157 16.0204 30.9157 17.6754 29.7451 18.1086L25.6582 19.6213C22.8618 20.6562 20.657 22.861 19.6221 25.6575L18.1094 29.7444C17.6762 30.9149 16.0211 30.9149 15.5879 29.7444L14.0752 25.6575C13.0403 22.861 10.8355 20.6562 8.03906 19.6213L3.95215 18.1086C2.78172 17.6754 2.7817 16.0204 3.95215 15.5872L8.03906 14.0745C10.8355 13.0396 13.0403 10.8348 14.0752 8.03833L15.5879 3.95142Z",stroke:"currentColor",strokeWidth:"1.93556"})})}0&&(module.exports={APPLE_ICON,AppLauncher,AppLauncherContent,AppLauncherTrigger,BINANCE_ICON,CONNECTOR_REGISTRY,CROSSX_ICON,ConnectButton,ConnectorId,DEFAULT_SKILLS_HREF,GOOGLE_ICON,METAMASK_ICON,SOCIAL_REGISTRY,SendPage,SkillsButton,TOKEN_STATS_QUERY_KEY,USER_BALANCE_QUERY_KEY,WALLET_REGISTRY,WalletConnectModal,WalletInfo,WalletPortfolio,WalletPortfolioBody,resolveEnvironment,useGlobalMenu,useTokenBalance,useTokenStats,useWalletDetect});
|