@privy-io/react-auth 1.27.0 → 1.27.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -9,7 +9,7 @@ Chain ID: ${t}
|
|
|
9
9
|
Nonce: ${a}
|
|
10
10
|
Issued At: ${i}
|
|
11
11
|
Resources:
|
|
12
|
-
- https://privy.io`;this.wallet=t}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new P("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(zi(),{message:t,signature:o});return{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(t){throw Q(t)}}async link(){if(!this.api)throw new P("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(qi(),{message:t,signature:o})}catch(t){throw Q(t)}}async sign(){if(!this.api)throw new P("Auth flow has no API instance");if(this.preparedMessage||await this.buildSiweMessage(),!this.preparedMessage)throw new P("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async buildSiweMessage(){if(!this.api)throw new P("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:",""),r=await this.api.post(Vi(),{address:t});return this.preparedMessage=this.prepareMessage(o,t,r.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,o,n,i,l,r,a)}};var yt=class{constructor(t){this.meta={phoneNumber:t}}async authenticate(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new P("phone number and sms code must be set prior to calling authenticate.");try{let t=Zi(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw Q(t)}}async link(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new P("phone number and sms code must be set prior to calling authenticate.");try{let t=Qi();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw Q(t)}}async sendSmsCode(t){if(!this.api)throw new P("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),!this.meta.phoneNumber)throw new P("phone nNumber must be set when initialzing authentication.");try{let o=Yi();return await this.api.post(o,{phoneNumber:this.meta.phoneNumber})}catch(o){throw Q(o)}}};function qe(e){return new Date(e*1e3)}function Fc(e){let t=[];for(let o of e){let r=o.type;switch(o.type){case"wallet":let n={address:o.address,type:o.type,verifiedAt:qe(o.verified_at),chainType:o.chain_type,walletClient:o.wallet_client,recoveryMethod:o.recovery_method};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:qe(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:qe(o.verified_at)};t.push(a);break;case"google_oauth":let l={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:qe(o.verified_at)};t.push(l);break;case"twitter_oauth":let s={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:qe(o.verified_at)};t.push(s);break;case"discord_oauth":let p={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:qe(o.verified_at)};t.push(p);break;case"github_oauth":let h={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:qe(o.verified_at)};t.push(h);break;case"apple_oauth":let y={subject:o.subject,email:o.email,type:o.type,verifiedAt:qe(o.verified_at)};t.push(y);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function rt(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var $=e=>e==null?void 0:e.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClient==="privy"),Gc=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),Ft=(e,t)=>{var o;return t==="all-users"&&!$(e)||t==="users-without-wallets"&&!((o=Gc(e))!=null&&o.length)};function $e(e){if(!e)return null;let t=Fc(e.linked_accounts),o=rt(t,"wallet"),r=rt(t,"email"),n=rt(t,"phone"),i=rt(t,"google_oauth"),a=rt(t,"twitter_oauth"),l=rt(t,"discord_oauth"),s=rt(t,"github_oauth"),p=rt(t,"apple_oauth");return{id:e.id,createdAt:qe(e.created_at),linkedAccounts:t,email:r&&{address:r==null?void 0:r.address},phone:n&&{number:n==null?void 0:n.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},apple:p&&{subject:p.subject,email:p.email}}}import{getAddress as Ga}from"@ethersproject/address";import hd from"eventemitter3";var aa="1.27.0";var gt="4df5e2316331463a9130964bd6078dfa",sr="https://auth.privy.io",sa=1e4,ke=1400,la=4500,Cn=aa;var Gt="privy:token",En="privy-token",lr="privy:refresh_token",xn="privy-refresh-token",To="privy:session_transfer_token",Tn="privy:connectors",Pn="privy:connections",ca="walletconnect",da=3e4,xe=1;var An=class{constructor(){this._cache={}}get(t){return this._cache[t]}put(t,o){o!==void 0?this._cache[t]=o:this.del(t)}del(t){delete this._cache[t]}getKeys(){return Object.keys(this._cache)}},_n=class{get(t){let o=localStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?localStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){localStorage.removeItem(t)}getKeys(){return Object.entries(localStorage).map(([t])=>t)}};function Vc(){return typeof window<"u"&&window.localStorage?new _n:new An}var F=Vc();import{isPossiblePhoneNumber as zc}from"libphonenumber-js/min";var pa={id:42161,name:"Arbitrum One",network:"arbitrum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://arb-mainnet.g.alchemy.com/v2"],webSocket:["wss://arb-mainnet.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-mainnet.infura.io/v3"],webSocket:["wss://arbitrum-mainnet.infura.io/ws/v3"]},default:{http:["https://arb1.arbitrum.io/rpc"]},public:{http:["https://arb1.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://arbiscan.io"},default:{name:"Arbiscan",url:"https://arbiscan.io"}}};var ua={id:421613,name:"Arbitrum Goerli",network:"arbitrum-goerli",nativeCurrency:{name:"Arbitrum Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://arb-goerli.g.alchemy.com/v2"],webSocket:["wss://arb-goerli.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-goerli.infura.io/v3"],webSocket:["wss://arbitrum-goerli.infura.io/ws/v3"]},default:{http:["https://goerli-rollup.arbitrum.io/rpc"]},public:{http:["https://goerli-rollup.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"},default:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"}},testnet:!0};var ma={id:5,network:"goerli",name:"Goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://eth-goerli.g.alchemy.com/v2"],webSocket:["wss://eth-goerli.g.alchemy.com/v2"]},infura:{http:["https://goerli.infura.io/v3"],webSocket:["wss://goerli.infura.io/ws/v3"]},default:{http:["https://rpc.ankr.com/eth_goerli"]},public:{http:["https://rpc.ankr.com/eth_goerli"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli.etherscan.io"},default:{name:"Etherscan",url:"https://goerli.etherscan.io"}},testnet:!0};var ha={id:1,network:"homestead",name:"Ethereum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://eth-mainnet.g.alchemy.com/v2"],webSocket:["wss://eth-mainnet.g.alchemy.com/v2"]},infura:{http:["https://mainnet.infura.io/v3"],webSocket:["wss://mainnet.infura.io/ws/v3"]},default:{http:["https://cloudflare-eth.com"]},public:{http:["https://cloudflare-eth.com"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://etherscan.io"},default:{name:"Etherscan",url:"https://etherscan.io"}}};var fa={id:10,name:"Optimism",network:"optimism",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-mainnet.g.alchemy.com/v2"],webSocket:["wss://opt-mainnet.g.alchemy.com/v2"]},infura:{http:["https://optimism-mainnet.infura.io/v3"],webSocket:["wss://optimism-mainnet.infura.io/ws/v3"]},default:{http:["https://mainnet.optimism.io"]},public:{http:["https://mainnet.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://optimistic.etherscan.io"},default:{name:"Optimism Explorer",url:"https://explorer.optimism.io"}}};var ya={id:420,name:"Optimism Goerli",network:"optimism-goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-goerli.g.alchemy.com/v2"],webSocket:["wss://opt-goerli.g.alchemy.com/v2"]},infura:{http:["https://optimism-goerli.infura.io/v3"],webSocket:["wss://optimism-goerli.infura.io/ws/v3"]},default:{http:["https://goerli.optimism.io"]},public:{http:["https://goerli.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"},default:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"}},testnet:!0};var ga={id:137,name:"Polygon",network:"matic",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mainnet.g.alchemy.com/v2"],webSocket:["wss://polygon-mainnet.g.alchemy.com/v2"]},infura:{http:["https://polygon-mainnet.infura.io/v3"],webSocket:["wss://polygon-mainnet.infura.io/ws/v3"]},default:{http:["https://polygon-rpc.com"]},public:{http:["https://polygon-rpc.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://polygonscan.com"},default:{name:"PolygonScan",url:"https://polygonscan.com"}}};var va={id:80001,name:"Polygon Mumbai",network:"maticmum",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mumbai.g.alchemy.com/v2"],webSocket:["wss://polygon-mumbai.g.alchemy.com/v2"]},infura:{http:["https://polygon-mumbai.infura.io/v3"],webSocket:["wss://polygon-mumbai.infura.io/ws/v3"]},default:{http:["https://matic-mumbai.chainstacklabs.com"]},public:{http:["https://matic-mumbai.chainstacklabs.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"},default:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"}},testnet:!0};var cr=[pa,ua,ma,ha,fa,ya,ga,va];var ba=e=>!!String(e).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/),wa=e=>zc(String(e),"US"),Ca=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},Ht=(e,t=3,o=4)=>{if(!e)return"";let r=2,n=3;if(t+o+r+n>=e.length)return e;let i=e.slice(0,r+t),a=e.slice(e.length-o,e.length);return`${i}...${a}`},qc=e=>new Promise(t=>setTimeout(t,e)),Ea=(e,t={})=>{let o=t.delayMs||40,r=t.maxAttempts||1e3;return new Promise(async(n,i)=>{let a=!1,l=0;for(;!a&&l<r;)e().then(()=>{a=!0,n()},(...s)=>{a=!0,i(...s)}),l+=1,await qc(o);a||i(new Error("Exceeded max attempts before resolving function"))})},dr=(e,t,o={})=>{let r=new URL(t,e);for(let[n,i]of Object.entries(o))r.searchParams.set(n,i);return r.href};var Sn=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Po=e=>typeof e=="string"?e:"0x"+e.toString(16);async function xa(e=3e3){let t=!1,o=window;return new Promise(r=>{o.ethereum?n():(window.addEventListener("ethereum#initialized",n,{once:!0}),setTimeout(()=>{n()},e));function n(){if(t)return;t=!0,window.removeEventListener("ethereum#initialized",n);let i=[];pr()&&i.push("metamask"),Re()&&i.push("phantom"),o.ethereum&&o.ethereum.isBraveWallet&&i.push("brave"),r(i)}})}function kn(e){return`eip155:${String(Number(e))}`}var vt=e=>{var o;let t=cr.find(r=>r.id===e);if(!t)throw new H(`Unsupported chainId ${e}`,4901);return((o=t.rpcUrls.infura)==null?void 0:o.http[0])+`/${gt}`};import rd from"@coinbase/wallet-sdk";import{jsx as Ta,jsxs as $c}from"react/jsx-runtime";var Te=({style:e,...t})=>$c("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[Ta("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),Ta("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});import{getAddress as at}from"@ethersproject/address";import{Web3Provider as ka}from"@ethersproject/providers";import{default as od}from"eventemitter3";import{isHexString as Jc}from"@ethersproject/bytes";import{JsonRpcProvider as Aa}from"@ethersproject/providers";import{toUtf8String as Xc}from"@ethersproject/strings";import ed from"eventemitter3";var jc=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign"],Pa=e=>jc.includes(e);import{ErrorCode as Kc}from"@ethersproject/logger";var Vt=class extends H{constructor(){super("Wallet timeout");this.type="wallet_error"}},wt=class extends H{constructor(){super("User rejected connection");this.type="wallet_error"}},Pe=e=>{if(e instanceof H)return e;if((e==null?void 0:e.code)&&(e==null?void 0:e.reason)){let t=new zt(e);return e.code===Kc.ACTION_REJECTED&&(t.details=bt.E4001_USER_REJECTED_REQUEST),t}return e!=null&&e.code?new zt(e):new H("Unknown connector error",e)},Rn=class extends Se{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},zt=class extends Rn{constructor(o){var i,a,l;let r=o;super(r.message,r.code,r.data);let n=Object.values(bt).find(s=>s.eipCode===r.code);this.details=n||bt.UNKNOWN_ERROR,r.code===-32002&&((i=r.message)!=null&&i.includes("already pending for origin")?(a=r.message)!=null&&a.includes("wallet_requestPermissions")?this.details=bt.E32002_CONNECTION_ALREADY_PENDING:this.details=bt.E32002_REQUEST_ALREADY_PENDING:(l=r.message)!=null&&l.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=bt.E32002_WALLET_LOCKED))}},Yc={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0},ERROR_USER_REJECTED_CONNECTION:{message:"You rejected the request",detail:"Please try connecting again.",retryable:!0}},Zc={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},Qc={E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1}},bt={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Qc,...Zc},je={...Yc,...bt};var td=12e4,Wn=(e=new Vt,t=td)=>new Promise((o,r)=>setTimeout(()=>{r(e)},t)),z=class{constructor(t){this.removeListener=(t,o)=>{if(this.walletProvider)try{return this.walletProvider.removeListener(t,o)}catch{console.warn("Unable to remove wallet provider listener")}};this.setWalletProvider=t=>{this.walletProvider&&this._subscriptions.forEach(o=>{this.removeListener(o.eventName,o.listener)}),this.walletProvider=t,this._subscriptions.forEach(o=>{var r;(r=this.walletProvider)==null||r.on(o.eventName,o.listener)})};this.walletProvider=t,this._subscriptions=[]}on(t,o){if(this.walletProvider)return this.walletProvider.on(t,o);this._subscriptions.push({eventName:t,listener:o})}async request(t){if(!this.walletProvider)throw new H(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),Wn()]).catch(o=>{throw Pe(o)})}},nt=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},ur=class extends ed{constructor(o,r,n=1){super();this.walletProxy=o,this.address=r,this.chainId=n,this.provider=new Aa(vt(n))}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new nt(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Ao()||!this.address)throw new nt("Disconnected",4900);return(await Sa(r)).transactionHash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new nt(`Invalid params for ${o.method}`,4200);let r;if(typeof o.params[0]=="string")r=o.params[0];else if("chainId"in o.params[0]&&typeof o.params[0].chainId=="string")r=o.params[0].chainId;else throw new nt(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new Aa(vt(this.chainId)),this.emit("chainChanged",r)}async handlePersonalSign(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");let r=o.params[0],n=Jc(r)?Xc(r):r;return await _a(n)}async handleEstimateGas(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");let r={...o.params[0],chainId:Po(this.chainId)};return this.provider.send("eth_estimateGas",[r])}async request(o){switch(console.debug("Embedded1193Provider.request() called with args",o),o.method){case"eth_accounts":return this.address?[this.address]:[];case"eth_chainId":return Po(this.chainId);case"eth_estimateGas":return this.handleEstimateGas(o);case"eth_sendTransaction":return this.handleSendTransaction(o);case"wallet_switchEthereumChain":return this.handleSwitchEthereumChain(o);case"personal_sign":return this.handlePersonalSign(o);default:break}if(Pa(o.method)){let r=await Ao();if(!r||!this.address)throw new nt("Disconnected",4900);try{return(await this.walletProxy.rpc({address:this.address,accessToken:r,request:{method:o.method,params:o.params}})).response.data}catch(n){throw console.error(n),new nt("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await Ao();if(!o||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:o})).address}catch(r){return console.error(r),null}}},Le=class extends z{constructor(o){super(o)}},it=class extends z{constructor(t){super(t)}sendAsync(t,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var ge=class extends od{constructor(o){super();this.onAccountsChanged=o=>{this.syncAccounts(o)};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=kn(o)}),this.emit("walletsUpdated")};this.onDisconnect=()=>{this.connected=!1,this.wallets=[],this.emit("walletsUpdated")};this.onConnect=()=>{this.connected=!0,this.syncAccounts()};this.wallets=[],this.walletClientType=o,this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>at(i.address)===at(o));return{address:at(o),chainId:r,connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new H("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new H("Wallet is not currently connected.");return new ka(new Le(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new H("Wallet is not currently connected.");return new it(this.proxyProvider)},sign:async i=>{if(!await n())throw new H("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;if(r===void 0){let l=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(l)&&(r=l)}if(r===void 0||!Array.isArray(r)||r.length<=0)return;let n=[],i=await this.proxyProvider.request({method:"eth_chainId"}),a=kn(i);for(let l of r)n.find(s=>at(s.address)===at(l))||n.push(this.buildConnectedWallet(at(l),a));mr(n,this.wallets)||(this.wallets=n,this.emit("walletsUpdated"))}async getConnectedWallet(){let o=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((r,n)=>n.connectedAt-r.connectedAt).find(r=>o.find(n=>at(n)===at(r.address)))||null}async isConnected(){let o=await this.proxyProvider.request({method:"eth_accounts"});return Array.isArray(o)&&o.length>0}async sign(o){return await this.connect({showPrompt:!1}),new ka(new Le(this.proxyProvider)).getSigner().signMessage(o)}subscribeListeners(){this.proxyProvider.on("accountsChanged",this.onAccountsChanged),this.proxyProvider.on("chainChanged",this.onChainChanged),this.proxyProvider.on("disconnect",this.onDisconnect),this.proxyProvider.on("connect",this.onConnect)}unsubscribeListeners(){this.proxyProvider.removeListener("accountsChanged",this.onAccountsChanged),this.proxyProvider.removeListener("chainChanged",this.onChainChanged),this.proxyProvider.removeListener("disconnect",this.onDisconnect),this.proxyProvider.removeListener("connect",this.onConnect)}};var nd=e=>{let t=`https://mainnet.infura.io/v3/${gt}`,o=1;return e.makeWeb3Provider(t,o)},hr,fr=class extends ge{constructor(){super("coinbase_wallet");this.connectorType="coinbase_wallet";this.proxyProvider=new z,this.subscribeListeners(),hr||(hr=new rd({appName:"Privy",darkMode:!1,headlessMode:!1})),this.proxyProvider.setWalletProvider(nd(hr)),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){hr.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Te}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(o.length===0)throw new H("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts(o)}catch(o){throw Pe(o)}}};import{jsx as Ra}from"react/jsx-runtime";var qt=({style:e,...t})=>Ra("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:Ra("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99555 0.929932C-1.12055 1.31799 -0.499722 9.15734 2.17445 8.76915C0.0807959 10.5544 -0.960455 16.6416 6.01654 16.0265C10.6356 15.9489 15.5635 12.2232 15.5635 8.1095C15.5635 2.63748 10.7516 0.929932 7.99555 0.929932ZM9.47052 7.53055C9.47052 8.49933 8.81856 9.28468 8.01433 9.28468C7.2101 9.28468 6.55814 8.49933 6.55814 7.53055C6.55814 6.56176 7.2101 5.77641 8.01433 5.77641C8.81856 5.77641 9.47052 6.56176 9.47052 7.53055ZM12.3171 9.28468C13.1213 9.28468 13.7733 8.49933 13.7733 7.53055C13.7733 6.56176 13.1213 5.77641 12.3171 5.77641C11.5129 5.77641 10.8609 6.56176 10.8609 7.53055C10.8609 8.49933 11.5129 9.28468 12.3171 9.28468Z",fill:t.color||"var(--privy-color-foreground-3)"})});var yr=class extends ge{constructor(o){super("privy");this.connectorType="embedded";this.proxyProvider=o,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[Po((o==null?void 0:o.chainId)||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:qt}}disconnect(){this.connected=!1}async promptConnection(){}};import{getAddress as j1}from"@ethersproject/address";import{Web3Provider as Y1}from"@ethersproject/providers";import{isMobile as ad}from"react-device-detect";import{jsx as ve,jsxs as id}from"react/jsx-runtime";var ie=({style:e,...t})=>id("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",x:0,y:0,viewBox:"0 0 318.6 318.6",width:"28",height:"28",style:{height:"28px",width:"28px",...e},...t,children:[ve("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),ve("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),ve("path",{d:"m44.4 35.5 98.7 74.6-17.5-44.3zm193.9 171.3-26.5 40.6 56.7 15.6 16.3-55.3zm-204.4.9L50.1 263l56.7-15.6-26.5-40.6z",className:"s1 s2"}),ve("path",{d:"m103.6 138.2-15.8 23.9 56.3 2.5-2-60.5zm111.3 0-39-34.8-1.3 61.2 56.2-2.5zM106.8 247.4l33.8-16.5-29.2-22.8zm71.1-16.5 33.9 16.5-4.7-39.3z",className:"s1 s2"}),ve("path",{fill:"#d7c1b3",stroke:"#d7c1b3",className:"s1",d:"m211.8 247.4-33.9-16.5 2.7 22.1-.3 9.3zm-105 0 31.5 14.9-.2-9.3 2.5-22.1z"}),ve("path",{fill:"#233447",stroke:"#233447",className:"s1",d:"m138.8 193.5-28.2-8.3 19.9-9.1zm40.9 0 8.3-17.4 20 9.1z"}),ve("path",{fill:"#cd6116",stroke:"#cd6116",className:"s1",d:"m106.8 247.4 4.8-40.6-31.3.9zM207 206.8l4.8 40.6 26.5-39.7zm23.8-44.7-56.2 2.5 5.2 28.9 8.3-17.4 20 9.1zm-120.2 23.1 20-9.1 8.2 17.4 5.3-28.9-56.3-2.5z"}),ve("path",{fill:"#e4751f",stroke:"#e4751f",className:"s1",d:"m87.8 162.1 23.6 46-.8-22.9zm120.3 23.1-1 22.9 23.7-46zm-64-20.6-5.3 28.9 6.6 34.1 1.5-44.9zm30.5 0-2.7 18 1.2 45 6.7-34.1z"}),ve("path",{d:"m179.8 193.5-6.7 34.1 4.8 3.3 29.2-22.8 1-22.9zm-69.2-8.3.8 22.9 29.2 22.8 4.8-3.3-6.6-34.1z",className:"s3"}),ve("path",{fill:"#c0ad9e",stroke:"#c0ad9e",className:"s1",d:"m180.3 262.3.3-9.3-2.5-2.2h-37.7l-2.3 2.2.2 9.3-31.5-14.9 11 9 22.3 15.5h38.3l22.4-15.5 11-9z"}),ve("path",{fill:"#161616",stroke:"#161616",className:"s1",d:"m177.9 230.9-4.8-3.3h-27.7l-4.8 3.3-2.5 22.1 2.3-2.2h37.7l2.5 2.2z"}),ve("path",{fill:"#763d16",stroke:"#763d16",className:"s1",d:"m278.3 114.2 8.5-40.8-12.7-37.9-96.2 71.4 37 31.3 52.3 15.3 11.6-13.5-5-3.6 8-7.3-6.2-4.8 8-6.1zM31.8 73.4l8.5 40.8-5.4 4 8 6.1-6.1 4.8 8 7.3-5 3.6 11.5 13.5 52.3-15.3 37-31.3-96.2-71.4z"}),ve("path",{d:"m267.2 153.5-52.3-15.3 15.9 23.9-23.7 46 31.2-.4h46.5zm-163.6-15.3-52.3 15.3-17.4 54.2h46.4l31.1.4-23.6-46zm71 26.4 3.3-57.7 15.2-41.1h-67.5l15 41.1 3.5 57.7 1.2 18.2.1 44.8h27.7l.2-44.8z",className:"s3"})]});var gr=class extends ge{constructor(){super("metamask");this.connectorType="injected";this.proxyProvider=new z,this.subscribeListeners();let o=window,r=o.ethereum,n=o.ethereum.providers||[];for(let i of n)if(i.isMetaMask){r=i;break}this.proxyProvider.setWalletProvider(r),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:"MetaMask",icon:ie}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{!ad&&pr()&&await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0)throw new H("Unable to retrieve accounts");await this.syncAccounts(o)}catch(o){throw Pe(o)}}};import{jsx as $t,jsxs as vr}from"react/jsx-runtime";var Me=({style:e,...t})=>vr("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[$t("rect",{width:"28",height:"28",rx:"6",fill:"url(#paint0_linear_1765_9937)"}),$t("path",{d:"M24.0223 14.1704H21.5542C21.5542 9.14083 17.4627 5.06372 12.4151 5.06372C7.43008 5.06372 3.37717 9.04101 3.27798 13.9845C3.17536 19.0945 7.98653 23.5318 13.1154 23.5318H13.7605C18.2822 23.5318 24.3426 20.0047 25.2895 15.7072C25.4643 14.9151 24.8364 14.1704 24.0223 14.1704ZM8.74752 14.3945C8.74752 15.0671 8.19544 15.6172 7.52045 15.6172C6.84545 15.6172 6.29341 15.0669 6.29341 14.3945V12.4165C6.29341 11.7439 6.84545 11.1938 7.52045 11.1938C8.19544 11.1938 8.74752 11.7439 8.74752 12.4165V14.3945ZM13.0083 14.3945C13.0083 15.0671 12.4563 15.6172 11.7813 15.6172C11.1063 15.6172 10.5543 15.0669 10.5543 14.3945V12.4165C10.5543 11.7439 11.1065 11.1938 11.7813 11.1938C12.4563 11.1938 13.0083 11.7439 13.0083 12.4165V14.3945Z",fill:"url(#paint1_linear_1765_9937)"}),vr("defs",{children:[vr("linearGradient",{id:"paint0_linear_1765_9937",x1:"14",y1:"0",x2:"14",y2:"28",gradientUnits:"userSpaceOnUse",children:[$t("stop",{stopColor:"#534BB1"}),$t("stop",{offset:"1",stopColor:"#551BF9"})]}),vr("linearGradient",{id:"paint1_linear_1765_9937",x1:"14.2976",y1:"5.06372",x2:"14.2976",y2:"23.5318",gradientUnits:"userSpaceOnUse",children:[$t("stop",{stopColor:"white"}),$t("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]})]})]});var br=class extends ge{constructor(){super("phantom");this.connectorType="injected";this.proxyProvider=new z,this.subscribeListeners(),this.proxyProvider.setWalletProvider(window.phantom.ethereum),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:"Phantom",icon:Me}}disconnect(){console.warn("Phantom does not support programmatic disconnect.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});await this.syncAccounts(o)}catch(o){throw Pe(o)}}};import md from"@walletconnect/web3-provider";import{isAndroid as wr}from"react-device-detect";import{createContext as ld,useContext as cd,useEffect as In,useState as Ia}from"react";import{jsx as sd}from"react/jsx-runtime";function Wa(e){return sd("link",{rel:"prefetch",href:e.src})}import{jsx as dd,jsxs as pd}from"react/jsx-runtime";var Ke="LANDING",Na=ld({ready:!1,app:null,currentScreen:Ke,lastScreen:Ke,navigate:x,navigateBack:x,setModalData:x}),La=e=>{var h,y,v;let t=e.appConfig,o=e.authenticated,r=e.visible,[n,i]=Ia(e.initialScreen||Ke),[a,l]=Ia(e.initialScreen||Ke);In(()=>{o||i(Ke)},[o]),In(()=>{r||(l(Ke),i(Ke))},[r]),In(()=>{e.initialScreen&&n===Ke&&(i(e.initialScreen),l(e.initialScreen))},[e.initialScreen]);let s=e.initialScreen&&n===Ke?e.initialScreen:n,p={ready:!!(t!=null&&t.id),app:t,data:e.data,setModalData:e.setModalData,currentScreen:s,lastScreen:a,navigate:m=>{l(n),i(m)},navigateBack:()=>{i(a)}};return pd(Na.Provider,{value:p,children:[(typeof((h=t==null?void 0:t.appearance)==null?void 0:h.logo)=="string"||((v=(y=t==null?void 0:t.appearance)==null?void 0:y.logo)==null?void 0:v.type)==="img")&&dd(Wa,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},b=()=>cd(Na);import{jsx as jt,jsxs as ud}from"react/jsx-runtime";var Kt=({style:e,...t})=>{let{app:o}=b();return ud("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[jt("rect",{width:"28",height:"28",rx:"3",fill:(o==null?void 0:o.appearance.palette.colorScheme)==="dark"?"#3396ff":"#141414"}),jt("g",{clipPath:"url(#clip0_1765_9946)",children:jt("path",{d:"M8.09448 10.3941C11.3558 7.20196 16.6442 7.20196 19.9055 10.3941L20.2982 10.7782C20.3369 10.8157 20.3677 10.8606 20.3887 10.9102C20.4097 10.9599 20.4206 11.0132 20.4206 11.0671C20.4206 11.121 20.4097 11.1744 20.3887 11.224C20.3677 11.2737 20.3369 11.3186 20.2982 11.3561L18.9554 12.6702C18.9158 12.7086 18.8628 12.7301 18.8077 12.7301C18.7526 12.7301 18.6996 12.7086 18.66 12.6702L18.1198 12.1415C15.8448 9.91503 12.1557 9.91503 9.88015 12.1415L9.30167 12.7075C9.26207 12.7459 9.20909 12.7673 9.15395 12.7673C9.0988 12.7673 9.04582 12.7459 9.00622 12.7075L7.66346 11.3934C7.62475 11.3559 7.59397 11.3109 7.57295 11.2613C7.55193 11.2117 7.5411 11.1583 7.5411 11.1044C7.5411 11.0505 7.55193 10.9971 7.57295 10.9475C7.59397 10.8979 7.62475 10.8529 7.66346 10.8154L8.09448 10.3941ZM22.6829 13.1115L23.8776 14.2814C23.9163 14.319 23.9471 14.3639 23.9681 14.4135C23.9892 14.4632 24 14.5165 24 14.5704C24 14.6243 23.9892 14.6777 23.9681 14.7273C23.9471 14.777 23.9163 14.8219 23.8776 14.8594L18.4893 20.1332C18.4102 20.2101 18.3042 20.2531 18.1938 20.2531C18.0835 20.2531 17.9775 20.2101 17.8984 20.1332L14.0743 16.3901C14.0545 16.3708 14.0279 16.36 14.0003 16.36C13.9726 16.36 13.9461 16.3708 13.9263 16.3901L10.1021 20.1332C10.023 20.2101 9.91703 20.2531 9.8067 20.2531C9.69636 20.2531 9.59038 20.2101 9.51124 20.1332L4.12236 14.8594C4.08365 14.8219 4.05287 14.777 4.03185 14.7273C4.01083 14.6777 4 14.6243 4 14.5704C4 14.5165 4.01083 14.4632 4.03185 14.4135C4.05287 14.3639 4.08365 14.319 4.12236 14.2814L5.31767 13.1115C5.39678 13.0348 5.50265 12.9919 5.61285 12.9919C5.72305 12.9919 5.82892 13.0348 5.90803 13.1115L9.73216 16.8546C9.75194 16.874 9.7785 16.8848 9.80616 16.8848C9.83381 16.8848 9.86037 16.874 9.88015 16.8546L13.7043 13.1115C13.7834 13.0346 13.8894 12.9916 13.9997 12.9916C14.1101 12.9916 14.216 13.0346 14.2952 13.1115L18.1198 16.8546C18.1396 16.874 18.1662 16.8848 18.1938 16.8848C18.2215 16.8848 18.2481 16.874 18.2678 16.8546L22.092 13.1115C22.1711 13.0346 22.2771 12.9916 22.3874 12.9916C22.4977 12.9916 22.6037 13.0346 22.6829 13.1115Z",fill:"white"})}),jt("defs",{children:jt("clipPath",{id:"clip0_1765_9946",children:jt("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};import{saveMobileLinkInfo as Ma}from"@walletconnect/browser-utils";import{isAndroid as Nn}from"react-device-detect";var _o=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Ln))if(r.hostname===t)return{walletClientType:o,entry:r}};var Ln={rainbow:{id:"1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369",displayName:"Rainbow",image_id:"7a33d7f1-3d12-4b5c-f3ee-5cd83cb1b500",hostname:"rainbow.me",mobile:{universal:"https://rnbwapp.com"}},trust:{id:"4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0",displayName:"Trust",image_id:"0528ee7e-16d1-4089-21e3-bbfb41933100",hostname:"trustwallet.com",mobile:{universal:"https://link.trustwallet.com"}},uniswap:{id:"c03dfee351b6fcc421b4494ea33b9d4b92a984f87aa76d1663bb28705e95034a",displayName:"Uniswap",image_id:"bff9cf1f-df19-42ce-f62a-87f04df13c00",hostname:"uniswap.org",mobile:{universal:"https://uniswap.org/app"}},metamask:{id:"c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",displayName:"MetaMask",image_id:"5195e9db-94d8-4579-6f11-ef553be95100",hostname:"metamask.io",mobile:{native:"metamask:"}},argent:{id:"bc949c5d968ae81310268bf9193f9c9fb7bb4e1283e1284af8f2bd4992535fd6",displayName:"Argent",image_id:"215158d2-614b-49c9-410f-77aa661c3900",hostname:"www.argent.xyz",mobile:{universal:"https://www.argent.xyz/app"}},spot:{id:"74f8092562bd79675e276d8b2062a83601a4106d30202f2d509195e30e19673d",displayName:"Spot",image_id:"1bf33a89-b049-4a1c-d1f6-4dd7419ee400",hostname:"www.spot-wallet.com",mobile:{universal:"https://spot.so"}},zerion:{id:"ecc4036f814562b41a5268adc86270fba1365471402006302e70169465b7ac18",displayName:"Zerion",image_id:"f216b371-96cf-409a-9d88-296392b85800",hostname:"zerion.io",mobile:{universal:"https://wallet.zerion.io"}},bitkeep:{id:"38f5d18bd8522c244bdd70cb4a68e0e718865155811c043f052fb9f1c51de662",displayName:"BitKeep",image_id:"3f7075d0-4ab7-4db5-404d-3e4c05e6fe00",hostname:"bitkeep.com",mobile:{universal:"https://bkapp.vip"}},unstoppable:{id:"7e90b95230bc462869bbb59f952273d89841e1c76bcc5319898e08c9f34bd4cd",displayName:"Unstoppable",image_id:"5c38b22c-adb9-4899-3252-6e3d71458500",hostname:"unstoppable.money",mobile:{universal:"https://unstoppable.money"}},omni:{id:"afbd95522f4041c71dd4f1a065f971fd32372865b416f95a0b1db759ae33f2a7",displayName:"Omni",image_id:"2cd67b4c-282b-4809-e7c0-a88cd5116f00",hostname:"omni.app",mobile:{universal:"https://links.omni.app"}},mathwallet:{id:"7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26",displayName:"MathWallet",image_id:"26a8f588-3231-4411-60ce-5bb6b805a700",hostname:"mathwallet.org",mobile:{universal:"https://www.mathwallet.org"}},bitpay:{id:"ccb714920401f7d008dbe11281ae70e3a4bfb621763b187b9e4a3ce1ab8faa3b",displayName:"BitPay",image_id:"97d4429f-eaf0-4302-87f5-9d26d46fe700",hostname:"bitpay.com",mobile:{universal:"https://link.bitpay.com/wallet"}},"1inch":{id:"2863183c3299d820fb9a4cb8aab4a34f50380c9992e8be871fd60a62e8d36481",displayName:"1inch",image_id:"dce1ee99-403f-44a9-9f94-20de30616500",hostname:"1inch.io",mobile:{universal:"https://wallet.1inch.io"}},eidoo:{id:"efba9ae0a9e0fdd9e3e055ddf3c8e75f294babb8aea3499456eff27f771fda61",displayName:"Eidoo",image_id:"ef5b8bcf-00d5-457d-e161-9911e4788700",hostname:"eidoo.io",mobile:{universal:"https://eidoo.io/crypto-wallet"}},coin98:{id:"b021913ba555948a1c81eb3d89b372be46f8354e926679de648e4fa2938bed3e",displayName:"Coin98",image_id:"dee547be-936a-4c92-9e3f-7a2350a62e00",hostname:"coin98.com",mobile:{universal:"https://coin98.com"}},alphawallet:{id:"138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98",displayName:"AlphaWallet",image_id:"5b1cddfb-056e-4e78-029a-54de5d70c500",hostname:"alphawallet.com",mobile:{universal:"https://aw.app"}},rwallet:{id:"b13fcc7e3500a4580c9a5341ed64c49c17d7f864497881048eb160c089be5346",displayName:"RWallet",image_id:"a883229c-26cb-4c19-9b34-1f0ed4012a00",hostname:"rsk.co",mobile:{universal:"https://www.rwallet.app"}},plasmapay:{id:"13c6a06b733edf51784f669f508826b2ab0dc80122a8b5d25d84b17d94bbdf70",displayName:"PlasmaPay",image_id:"466c8fd0-fcec-4621-b94f-e91ce1439f00",hostname:"plasmapay.com",mobile:{universal:"https://plasmapay.com/"}},o3wallet:{id:"0aafbedfb8eb56dae59ecc37c9a5388509cf9c082635e3f752581cc7128a17c0",displayName:"O3Wallet",image_id:"e1c7c6af-c731-463e-55f0-5e686e9f6200",hostname:"o3.network",mobile:{universal:"https://o3.network"}},hashkey_me:{id:"761d3d98fd77bdb06e6c90092ee7071c6001e93401d05dcf2b007c1a6c9c222c",displayName:"HashKey Me",image_id:"72734fac-9500-4c2c-81ba-678f7fc32700",hostname:"me.hashkey.com",mobile:{universal:"https://me.hashkey.com"}},defiant:{id:"1986e7c874bb906f057d5d64a4806c004e021689536e5228c74d64a6058e8bac",displayName:"Defiant",image_id:"11a96ca4-3592-42ae-c781-2b7265ec9200",hostname:"www.defiantapp.tech",mobile:{universal:"https://defiantapp.tech/"}},essentials:{id:"717911f4db0c5eda0e02e76ed179b7940ba1eefffdfb3c9e6540696226860da0",displayName:"Essentials",image_id:"04a6bfed-d80e-4f7b-0516-261f86aa4000",hostname:"elastos.org",mobile:{universal:"https://essentials.elastos.net"}},stasis:{id:"9d6c614d1995741d5313f1f3dbf1f66dcba694de782087d13b8721822502692f",displayName:"Stasis",image_id:"7ae753bc-a754-450c-2d90-2c5521734400",hostname:"stasis.net",mobile:{universal:"https://app.stasis.net"}},julwallet:{id:"a6ffb821a3c32d36fc9d29e29c2ff79a0cd1db0bca453714777846ddf3fdff76",displayName:"JulWallet",image_id:"cabd50de-22fa-487b-ce68-2c63de8bb800",hostname:"justliquidity.org",mobile:{universal:"https://justliquidity.org"}},tangem:{id:"76745388a50e6fea982c4dee2a3ad61a8aa417668be870754689caa8a7506c93",displayName:"Tangem",image_id:"8a5b6e94-e378-458d-bf2e-017cc7958e00",hostname:"tangem.com",mobile:{universal:"https://app.tangem.com"}},secux:{id:"6464873279d46030c0b6b005b33da6be5ed57a752be3ef1f857dc10eaf8028aa",displayName:"SecuX",image_id:"6013a9a1-4a67-45bb-fc24-27c11eb13900",hostname:"secuxtech.com",mobile:{universal:"https://wsweb.secuxtech.com"}},linen:{id:"dd8ee41915d967e547c80266e883d77ee808427405f4e8026a85ac1308104221",displayName:"Linen",image_id:"aff3e4e1-92a9-4066-f48f-3591947cf200",hostname:"linen.app",mobile:{universal:"https://linen.app/"}},ambire:{id:"2c81da3add65899baeac53758a07e652eea46dbb5195b8074772c62a77bbf568",displayName:"Ambire",image_id:"c39b3a16-1a38-4588-f089-cb7aeb584700",hostname:"www.ambire.com",mobile:{universal:"https://mobile.ambire.com"}},obvious:{id:"031f0187049b7f96c6f039d1c9c8138ff7a17fd75d38b34350c7182232cc29aa",displayName:"Obvious",image_id:"61abe2ca-b06d-4a8b-de3e-8326f523e900",hostname:"obvious.technology",mobile:{universal:"https://wallet.obvious.technology"}},easypocket:{id:"244a0d93a45df0d0501a9cb9cdfb4e91aa750cfd4fc88f6e97a54d8455a76f5c",displayName:"EasyPocket",image_id:"a9fcf1d1-3b2c-4226-0fb9-a6c8f2647300",hostname:"easypocket.app",mobile:{universal:"https://wallet.easypocket.app"}},rice_wallet:{id:"c40b9bcef32fa6ce4e0df98be1420628bbc4957646f742380fe618fcb4ab74f1",displayName:"RICE Wallet",image_id:"df94578e-19be-4f00-258f-2470343e7b00",hostname:"ricewallet.io",mobile:{universal:"https://ricewallet.io"}},safemoon:{id:"a0e04f1086aac204d4ebdd5f985c12ed226cd0006323fd8143715f9324da58d1",displayName:"SafeMoon",image_id:"ea0140c7-787c-43a4-838f-d5ab6a342000",hostname:"safemoon.com",mobile:{universal:"https://safemoon.com/wc"}},simplehold:{id:"dc5415b6ea8114db518ae91195b027d690a11a1d2bfdd1a904e93c5cb746380e",displayName:"SimpleHold",image_id:"a9f1ba96-b658-4d13-f71f-226b6389f000",hostname:"simplehold.io",mobile:{universal:"https://simplehold.io"}},bitizen:{id:"41f20106359ff63cf732adf1f7dc1a157176c9b02fd266b50da6dcc1e9b86071",displayName:"Bitizen",image_id:"75dd1471-77e9-4811-ce57-ec8fc980ec00",hostname:"bitizen.org",mobile:{universal:"https://bitizen.org/wallet"}},slavi_wallet:{id:"b823fb0d7228ef8e3c0bc9607df9ed79dae2ab3a2811d33f22ade4f573c18232",displayName:"Slavi Wallet",image_id:"282ce060-0beb-4236-b7b0-1b34cc6c8f00",hostname:"slavi.io",mobile:{universal:"https://www.slaviwallet.io"}},nufinetes:{id:"dccbd717df77b395445cc6080e01fffada9d8b92dacfda312a26c70c2e9af673",displayName:"nufinetes",image_id:"70080bd7-9858-4720-cf74-8f74cd74cb00",hostname:"www.nufinetes.com",mobile:{universal:"https://apple.vimworld.org"}},now_wallet:{id:"c482dfe368d4f004479977fd88e80dc9e81107f3245d706811581a6dfe69c534",displayName:"NOW Wallet",image_id:"b6ee4efc-f53e-475b-927b-a7ded6211700",hostname:"walletnow.app",mobile:{universal:"https://walletnow.app.link"}},blocto:{id:"14e7176536cb3706e221daaa3cfd7b88b7da8c7dfb64d1d241044164802c6bdd",displayName:"Blocto",image_id:"374258d3-c749-4f37-7815-77e61f798c00",hostname:"blocto.io",mobile:{universal:"https://blocto.app"}},timeless:{id:"9751385960bca290c13b443155288f892f62ee920337eda8c5a8874135daaea8",displayName:"Timeless",image_id:"32e89601-0490-42fc-0cc4-8627d62a2000",hostname:"timelesswallet.xyz",mobile:{universal:"https://timelesswallet.xyz"}},arculus_wallet:{id:"0e4915107da5b3408b38e248f7a710f4529d54cd30e9d12ff0eb886d45c18e92",displayName:"Arculus Wallet",image_id:"f78dab27-7165-4a3d-fdb1-fcff06c0a700",hostname:"www.getarculus.com",mobile:{universal:"https://gw.arculus.co/app"}},card:{id:"11c5487e4d8dd8bf32d4c92222363df8296a27307b2531be1e25770365392ecb",displayName:"Card",image_id:"325428cf-c212-4d83-a434-7f48902d2c00",hostname:"cardstack.com",mobile:{universal:"https://wallet.cardstack.com"}},mew_wallet:{id:"f5b4eeb6015d66be3f5940a895cbaa49ef3439e518cd771270e6b553b48f31d2",displayName:"MEW wallet",image_id:"e2024511-2c9b-46d7-3111-52df3d241700",hostname:"mewwallet.com",mobile:{universal:"https://mewwallet.com"}},pltwallet:{id:"576c90ceaea34f29ff0104837cf2b2e23d201be43be1433feeb18d375430e1fd",displayName:"PLTwallet",image_id:"a5d9dd15-8cef-42de-8bed-09e01a8b0200",hostname:"pltwallet.io",mobile:{universal:"https://pltwallet.io/"}},avacus:{id:"94f785c0c8fb8c4f38cd9cd704416430bcaa2137f27e1468782d624bcd155a43",displayName:"Avacus",image_id:"a7106965-91cc-4a73-4688-c5c72ae0ed00",hostname:"avacus.cc",mobile:{universal:"https://avacus.app.link"}},bitski:{id:"3b9f67c2c0887f71e4f9ba1bd2bf5b4eb6cda94419abd3f0c5c12931a60928b0",displayName:"Bitski",image_id:"94d94cb5-a94f-47cf-70e6-fe8d3f1c3700",hostname:"bitski.com",mobile:{universal:"https://wallet.bitski.com/walletconnect/wc"}},hippowallet:{id:"664b505fea4c2117b8a55c054ef209664e0a68ddaafd7534df739f97a293fa1d",displayName:"HippoWallet",image_id:"f9570968-45f7-47c1-3189-98cf60e25c00",hostname:"hippowallet.io",mobile:{universal:"https://hippowallet.io"}},edge:{id:"0c5bba82e70a2b62405871af809020a077d110d765c0798eb660ad5d3131b328",displayName:"Edge",image_id:"f601bc29-4298-422f-dbf7-34dac2884f00",hostname:"edge.app",mobile:{universal:"https://deep.edge.app/wc"}},assure:{id:"792fbacfe787d67595dd4eb38ac308e14b3bbc810393db56f477a92e5ac8764b",displayName:"Assure",image_id:"64db7104-c8b7-44ea-e102-11ce87124200",hostname:"www.assure.pro",mobile:{universal:"https://www.assure.pro/Official"}},enjin_wallet:{id:"bdc9433ffdaee55d31737d83b931caa1f17e30666f5b8e03eea794bac960eb4a",displayName:"Enjin Wallet",image_id:"add9626b-a5fa-4c12-178c-e5584e6dcd00",hostname:"enjin.io",mobile:{universal:"https://deeplink.wallet.enjin.io/"}},slingshot:{id:"d23de318f0f56038c5edb730a083216ff0cce00c1514e619ab32231cc9ec484b",displayName:"Slingshot",image_id:"10c75467-6612-48ad-b97b-63985e922200",hostname:"slingshot.finance",mobile:{universal:"https://app.slingshot.finance"}},coinstats:{id:"7e94e75c90964a69ea375b92214f50c4223dfbfa4913a3733b615444b322f687",displayName:"CoinStats",image_id:"f989ab84-650b-4ad5-c342-77f3334f1b00",hostname:"coinstats.app",mobile:{universal:"https://coinstats.app"}},bitcoincom_wallet:{id:"107bb20463699c4e614d3a2fb7b961e66f48774cb8f6d6c1aee789853280972c",displayName:"Bitcoin.com Wallet",image_id:"0d7938e1-9b3b-4d8b-177b-98188c4cf400",hostname:"www.bitcoin.com",mobile:{universal:"https://wallet.bitcoin.com/"}},binance:{id:"8a0ee50d1f22f6651afcae7eb4253e52a3310b90af5daef78a8c4929a9bb99d4",displayName:"Binance",image_id:"ebac7b39-688c-41e3-7912-a4fefba74600",hostname:"www.binance.com",mobile:{universal:"https://app.binance.com/cedefi"}}},Oa=(e,t="md")=>`https://registry.walletconnect.com/v2/logo/${t}/${e}`;function Da(e){return{name:e.displayName||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function Ua(e,t){let o=encodeURIComponent(e);return t.universalLink?`${t.universalLink}/wc?uri=${o}`:t.deepLink?`${t.deepLink}${t.deepLink.endsWith(":")?"//":"/"}wc?uri=${e}`:""}function Ba(e,t){return Nn?e:Ua(e,Da(t))}var Mn=(e,t)=>{if(!e)return;if(Nn){Ma({name:"Unknown",href:t||"wc:"});return}let o=Ua(t||"wc:",Da(e));Ma({name:(e==null?void 0:e.displayName)||"",href:o})},Fa=()=>{!Nn||window.open("wc:","_self")};var Ct=class extends ge{constructor(o,r){super(o||"unknown");this.connectorType="wallet_connect";this.reconnectDelayMs=10;this.reconnectBackoff=2;this.proxyProvider=new z,this.subscribeListeners(),o&&(this.walletEntry=Ln[o]),this.setWalletProvider(this.createOrRestoreProvider(r)),r&&this.promptConnection(),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return this.walletProvider.connected}get walletBranding(){var o,r,n;return this.walletEntry?{name:this.walletEntry.displayName,icon:this.walletClientType==="metamask"?ie:Oa(this.walletEntry.image_id)}:{name:Sn(((o=this.walletProvider.walletMeta)==null?void 0:o.name)||"")||"WalletConnect",icon:((n=(r=this.walletProvider.walletMeta)==null?void 0:r.icons)==null?void 0:n[0])||Kt}}async promptConnection(){return new Promise((o,r)=>{this.walletProvider.connector.on("disconnect",(i,a)=>{if(i){r(Pe(i));return}if(a.params.some(l=>l.message==="Session Rejected")){this.setWalletProvider(this.replaceProvider()),r(new wt);return}r(new H("Unknown error during connection"))}),this.walletProvider.qrcode&&this.walletProvider.connector.on("modal_closed",()=>{this.setWalletProvider(this.replaceProvider()),r(new wt)}),this.walletProvider.connector.on("transport_error",(i,a)=>{r(Pe(i))}),(async()=>{var l;let i="",a=await Promise.race([this.enableProvider(),Wn()]);if(a.length>0&&(i=a[0]),!i||i==="")throw new H("Unable to retrieve address");if((l=this.walletProvider.walletMeta)!=null&&l.url){let s=_o(this.walletProvider.walletMeta.url);this.walletEntry=s==null?void 0:s.entry,this.walletClientType=(s==null?void 0:s.walletClientType)||"unknown"}this.connected=!0,await this.syncAccounts(a),o()})().catch(i=>r(Pe(i)))})}async sign(o){this.walletEntry&&Mn(this.walletEntry),this.walletProvider.connected||await this.enableProvider();let r=await this.walletProvider.getWalletConnector();return new Promise(async(n,i)=>{var a;r.signPersonalMessage([o,(a=this.walletProvider.accounts)==null?void 0:a[0]]).then(l=>n(l)).catch(l=>i(l)),wr&&Fa()})}disconnect(){this.walletProvider.close().catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}replaceProvider(){return this.walletProvider.close().catch(()=>console.warn("Unable to disconnect provider")),F.getKeys().forEach(o=>{o.startsWith("walletconnect")&&F.get(o).key===this.walletProvider.connector.session.key&&F.del(o)}),this.createOrRestoreProvider()}static generateStorageId(){return`${ca}:${Math.random().toString(36).slice(2)}`}createOrRestoreProvider(o){var l,s;o||(o=Ct.generateStorageId());let r=this.walletEntry||wr?{qrcode:!1}:{},n={};for(let p of cr){let h=(s=(l=p.rpcUrls.infura)==null?void 0:l.http)==null?void 0:s[0];h&&(n[p.id]=h+"/"+gt)}let i=new md({infuraId:gt,storageId:o,pollingInterval:da,rpc:n,...r}),a=this.walletEntry;return a&&(i.walletId=a.id),a?i.connector.on("display_uri",(p,h)=>{Mn(a);let y=h.params[0],v=Ba(y,a);wr?window.open(v,"_self"):window.open(v,"_self","noopener,noreferrer")}):wr?i.connector.on("display_uri",(p,h)=>{let y=h.params[0];window.open(y,"_self")}):i.connector.on("connect",()=>{var p,h;if((p=i.walletMeta)!=null&&p.url){let y=_o(i.walletMeta.url);i.walletId=(h=y==null?void 0:y.entry)==null?void 0:h.id,this.walletEntry=y==null?void 0:y.entry,this.walletClientType=(y==null?void 0:y.walletClientType)||"unknown"}}),i.connector.on("transport_error",()=>{console.warn("Transport failed. Replacing provider."),setTimeout(()=>{this.setWalletProvider(this.replaceProvider()),this.reconnectDelayMs*=this.reconnectBackoff},this.reconnectDelayMs)}),i}async enableProvider(){return this.walletProvider.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider.enable()}};var pr=()=>{let e=window;if(!e.ethereum)return!1;if(Cr(window.ethereum,!0))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(Cr(t,!0))return!0}return!1},Er=()=>{let e=window;if(!e.ethereum)return!1;if(Cr(window.ethereum,!1))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(Cr(t,!1))return!0}return!1},Cr=(e,t)=>e.isMetaMask?e.isMetaMask&&!t?!0:!(e.isBraveWallet&&!e._events&&!e._state||e.isApexWallet||e.isAvalanche||e.isBitKeep||e.isBlockWallet||e.isKuCoinWallet||e.isMathWallet||e.isOkxWallet||e.isOKExWallet||e.isOneInchIOSWallet||e.isOneInchAndroidWallet||e.isOpera||e.isPhantom||e.isPortal||e.isRabby||e.isTokenPocket||e.isTokenary||e.isZerion):!1,Re=()=>{var e,t;if("phantom"in window){let o=window;if((t=(e=o==null?void 0:o.phantom)==null?void 0:e.ethereum)!=null&&t.isPhantom)return!0}return!1},Et=()=>{let e=window;if(!e.ethereum)return!1;if(e.ethereum.isCoinbaseWallet)return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(t.isCoinbaseWallet)return!0}return!1},On=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!(e==null?void 0:e.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===Ga(t)).length):!1},So=class extends hd{constructor(){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===(o==null?void 0:o.address)));return!o||!r?new z:r.proxyProvider};this.walletConnectors=[],this.initialized=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}initialize(){this.initialized||(F.get(Tn)&&(F.getKeys().forEach(o=>{o.startsWith("walletconnect")&&F.del(o)}),F.del(Tn)),xa().then(o=>o.forEach(r=>{switch(r){case"metamask":this.createWalletConnector("injected","metamask");break;case"phantom":this.createWalletConnector("injected","phantom");break;case"unknown":default:break}})),(Et()||F.getKeys().find(o=>o.startsWith("-walletlink")))&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),this.restoreWalletConnectConnectors(),this.initialized=!0)}restoreWalletConnectConnectors(){typeof window>"u"||F.getKeys().forEach(o=>{var r,n;if(o.startsWith("walletconnect")){let i=(n=(r=F.get(o))==null?void 0:r.peerMeta)==null?void 0:n.url,a;if(i){let s=_o(i);s!=null&&s.walletClientType&&(a=s.walletClientType)}let l=new Ct(a,o);this.addWalletConnector(l)}})}findWalletConnector(o,r){return this.walletConnectors.find(n=>n.connectorType===o&&n.walletClientType===r)||null}onInitialized(o){o.wallets.forEach(r=>{let n=this.storedConnections.find(i=>i.address===r.address&&i.connectorType===r.connectorType&&i.walletClientType===r.walletClientType);n&&(r.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.emit("walletsUpdated")}onWalletsUpdated(o){o.initialized&&(this.saveConnectionHistory(),this.emit("walletsUpdated"))}addEmbeddedWalletConnector(o,r){if(!this.findWalletConnector("embedded","privy")){let i=new ur(o,r),a=new yr(i);this.addWalletConnector(a)}}removeEmbeddedWalletConnector(){let o=this.findWalletConnector("embedded","privy");if(o){let r=this.walletConnectors.indexOf(o);this.walletConnectors.splice(r,1),this.saveConnectionHistory(),this.emit("walletsUpdated")}}createWalletConnector(o,r){let n=this.findWalletConnector(o,r);if(n&&n.walletClientType!=="unknown")return n;let a=(()=>{switch(o){case"injected":switch(r){case"phantom":return Re()?new br:null;case"metamask":default:return Er()?new gr:null}case"coinbase_wallet":return new fr;case"wallet_connect":return new Ct(r)}})();return a&&this.addWalletConnector(a),a||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=F.get(Pn);return r&&Array.isArray(r)&&r.map(a=>o(a)).every(Boolean)?r:[]}saveConnectionHistory(){let o=this.wallets.map(r=>({address:r.address,connectorType:r.connectorType,walletClientType:r.walletClientType,connectedAt:r.connectedAt}));F.put(Pn,o)}async activeWalletSign(o){let r=this.wallets,n=r.length>0?r[0]:null;return n?n.sign(o):null}setActiveWallet(o){this.activeWallet=Ga(o),this.emit("walletsUpdated")}};function mr(e,t){if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++){let r=e[o],n=t[o];if((r==null?void 0:r.address)!==(n==null?void 0:n.address)||(r==null?void 0:r.chainId)!==(n==null?void 0:n.chainId)||(r==null?void 0:r.connectorType)!==(n==null?void 0:n.connectorType)||(r==null?void 0:r.connectedAt)!==(n==null?void 0:n.connectedAt)||(r==null?void 0:r.walletClientType)!==(n==null?void 0:n.walletClientType)||(r==null?void 0:r.isConnected)!==(n==null?void 0:n.isConnected)||(r==null?void 0:r.linked)!==(n==null?void 0:n.linked))return!1}return!0}import{ofetch as fd}from"ofetch";var yd=[ir(),ar()],xr=class{constructor(t,o,r){this.appId=t,this.sdkVersion=Cn,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=fd.create({baseURL:this.defaults.baseURL,credentials:"include",onRequest:async({request:n,options:i})=>{let a=new Headers(i.headers);a.set("privy-app-id",this.appId),a.set("privy-client",`react-auth:${this.sdkVersion}`);let l=!yd.includes(n.toString());if(!a.has("authorization")&&l){let s=await this.client.getAccessToken();s!==null&&a.set("authorization",`Bearer ${s}`)}i.headers=a,i.signal||(i.signal=AbortSignal.timeout(this.defaults.timeout))},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new nr}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw Q(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw Q(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw Q(r)}}};import Tr from"js-cookie";function Ha(e){return e instanceof ht?"email":e instanceof yt?"sms":e instanceof ft?"siwe":e instanceof ot?e.meta.provider:null}var st=class{constructor(t){this.promise=null;this.fn=t}execute(t){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(t)}finally{this.promise=null}})()),this.promise}};import*as Va from"jose";var Oe=class{static parse(t){try{return new Oe(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Va.decodeJwt(t)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(t=0){let o=Date.now(),r=(this.expiration-t)*1e3;return o>=r}};var gd=30,Pr=class{constructor(){this.authenticateOnce=new st(async t=>this._authenticate(t)),this.linkOnce=new st(async t=>this._link(t)),this.refreshOnce=new st(this._refresh.bind(this)),this.destroyOnce=new st(this._destroy.bind(this)),this.forkSessionOnce=new st(this._forkSession.bind(this))}get token(){try{let t=F.get(Gt);return typeof t=="string"?new Oe(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=F.get(lr);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=F.get(To);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasRecoveryCredentials(){return typeof this.forkedToken=="string"}hasActiveToken(){let t=Oe.parse(this.token);return t!==null&&!t.isExpired(gd)}authenticate(t){return this.authenticateOnce.execute(t)}link(t){return this.linkOnce.execute(t)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(t){try{let{token:o,refresh_token:r,user:n,is_new_user:i}=await t.authenticate();this.storeToken(o),this.storeRefreshToken(r);let a=Ha(t);return a&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate",{method:a,isNewUser:i}),a==="siwe"&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate_siwe",{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}),{user:$e(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Ee(o)}}async _link(t){try{let o=await t.link();return $e(o)}catch(o){throw console.warn("Error linking account"),Ee(o)}}async _refresh(){if(!this.api)throw new P("Session has no API instance");if(!this.client)throw new P("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o)n=await this.api.post(ir(),{refresh_token:o},{headers:{authorization:`Bearer ${t}`}}),r&&this.clearForkedToken();else if(r)n=await this.api.post(ar(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),$e(n.user)}catch(n){if(n instanceof Bt&&n.status===400&&n.message==="Invalid auth token")return this.destroyLocalState(),null;throw Ee(n)}}async _destroy(){var t;try{await((t=this.api)==null?void 0:t.post(Gi(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new P("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(Hi(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Ee(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){var o;if(typeof t=="string"){F.put(Gt,t);let r=(o=Oe.parse(t))==null?void 0:o.expiration;Tr.set(En,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}else F.del(Gt),Tr.remove(En)}storeRefreshToken(t){typeof t=="string"?(F.put(lr,t),Tr.set(xn,t,{sameSite:"Strict",secure:!0,expires:30})):(F.del(lr),Tr.remove(xn))}clearForkedToken(){F.del(To)}};var Dn,ko=class{constructor(t){this.apiUrl=t.apiUrl||sr,this.fallbackApiUrl=this.apiUrl,this.timeout=t.timeout||sa,this.appId=t.appId,this.clientAnalyticsId=typeof window>"u"?null:crypto.randomUUID(),this.connectors=new So,Dn||(Dn=new Pr),this.session=Dn,this.api=this.generateApi(),this.session.client=this}generateApi(){let t=new xr(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi()}authenticate(){if(!this.authFlow)throw new P("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new P("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}async unlinkEmail(t){try{let o=await this.api.post(oa(),{address:t});return $e(o)}catch(o){throw Ee(o)}}async unlinkPhone(t){try{let o=await this.api.post(ra(),{phoneNumber:t});return $e(o)}catch(o){throw Ee(o)}}async unlinkWallet(t){try{let o=await this.api.post(ta(),{address:t});return $e(o)}catch(o){throw Ee(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(na(),{provider:t,subject:o});return $e(r)}catch(r){throw Ee(r)}}async createAnalyticsEvent(t,o,r){try{if(!this.clientAnalyticsId)throw new Error("Cannot create analytics event if run in node and not browswer");await this.api.post(ia(),{event_name:t,client_id:this.clientAnalyticsId,payload:{...o||{},clientTimestamp:r?r.toISOString():new Date().toISOString()}})}catch(n){console.error("Failed to create analytics event",n)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){var o;return this.session.hasActiveToken()?((o=Oe.parse(this.session.token))==null?void 0:o.audience)!==this.appId?(await this.logout(),null):this.session.token:!(t!=null&&t.disableAutoRefresh)&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){var t,o;try{let r=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:r.id,name:r.name,verificationKey:r.verification_key,logoUrl:r.logo_url||void 0,accentColor:r.accent_color||void 0,showWalletLoginFirst:r.show_wallet_login_first,allowlistConfig:{errorTitle:r.allowlist_config.error_title,errorDetail:r.allowlist_config.error_detail,errorCtaText:r.allowlist_config.cta_text,errorCtaLink:r.allowlist_config.cta_link},walletAuth:r.wallet_auth,emailAuth:r.email_auth,smsAuth:r.sms_auth,googleOAuth:r.google_oauth,twitterOAuth:r.twitter_oauth,discordOAuth:r.discord_oauth,githubOAuth:r.github_oauth,appleOAuth:r.apple_oauth,termsAndConditionsUrl:r.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:(t=r.embedded_wallet_config)==null?void 0:t.create_on_login,requireUserPasswordOnCreate:(o=r.embedded_wallet_config)==null?void 0:o.require_user_password_on_create},privacyPolicyUrl:r.privacy_policy_url,customApiUrl:r.custom_api_url,createdAt:new Date(r.created_at*1e3),updatedAt:new Date(r.updated_at*1e3)}}catch(r){throw Ee(r)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t}`)).usd}catch{console.error(`Unable to fetch token price for chain with id ${t}`);return}}async forkSession(){return await this.session.forkSession()}};import"wicg-inert";import{disableBodyScroll as Fh,clearAllBodyScrollLocks as Gh}from"body-scroll-lock";import{useRef as Hh,useCallback as Vh}from"react";import{useEffect as Rc}from"react";import zh from"react-dom";import Oi from"styled-components";import{createContext as vd,useContext as bd}from"react";var Un=vd({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,getAuthMeta:x,getAuthFlow:x,closePrivyModal:x,connectWallet:x,initLoginWithWallet:x,loginWithWallet:x,loginWithCode:x,initLoginWithEmail:x,initLoginWithSms:x,resendEmailCode:x,resendSmsCode:x,initLoginWithOAuth:x,loginWithOAuth:x,refreshUser:x,walletProxy:null,createAnalyticsEvent:x,getUsdTokenPrice:x,recoverEmbeddedWallet:x}),R=()=>bd(Un);import{createContext as wd,useContext as Cd}from"react";var Bn=wd({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:x,login:x,linkEmail:x,linkPhone:x,linkWallet:x,linkGoogle:x,linkTwitter:x,linkDiscord:x,linkGithub:x,linkApple:x,logout:x,getAccessToken:x,getEthereumProvider:x,getEthersProvider:x,getWeb3jsProvider:x,unlinkEmail:x,unlinkPhone:x,unlinkWallet:x,unlinkGoogle:x,unlinkTwitter:x,unlinkDiscord:x,unlinkGithub:x,unlinkApple:x,setActiveWallet:x,forkSession:x,createWallet:x,signMessage:x,sendTransaction:x,exportWallet:x}),U=()=>Cd(Bn);import zn from"styled-components";import Wo,{css as za}from"styled-components";import Gn from"styled-components";import{Fragment as Td,jsx as Fn,jsxs as Pd}from"react/jsx-runtime";var Ar=({success:e,fail:t})=>Pd(Td,{children:[Fn(Ro,{className:e?"success":t?"fail":""}),Fn(Ed,{className:e?"success":t?"fail":""})]}),Ro=Gn.span`
|
|
12
|
+
- https://privy.io`;this.wallet=t}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new P("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(zi(),{message:t,signature:o});return{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(t){throw Q(t)}}async link(){if(!this.api)throw new P("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(qi(),{message:t,signature:o})}catch(t){throw Q(t)}}async sign(){if(!this.api)throw new P("Auth flow has no API instance");if(this.preparedMessage||await this.buildSiweMessage(),!this.preparedMessage)throw new P("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async buildSiweMessage(){if(!this.api)throw new P("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:",""),r=await this.api.post(Vi(),{address:t});return this.preparedMessage=this.prepareMessage(o,t,r.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,o,n,i,l,r,a)}};var yt=class{constructor(t){this.meta={phoneNumber:t}}async authenticate(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new P("phone number and sms code must be set prior to calling authenticate.");try{let t=Zi(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw Q(t)}}async link(){if(!this.api)throw new P("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new P("phone number and sms code must be set prior to calling authenticate.");try{let t=Qi();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw Q(t)}}async sendSmsCode(t){if(!this.api)throw new P("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),!this.meta.phoneNumber)throw new P("phone nNumber must be set when initialzing authentication.");try{let o=Yi();return await this.api.post(o,{phoneNumber:this.meta.phoneNumber})}catch(o){throw Q(o)}}};function qe(e){return new Date(e*1e3)}function Fc(e){let t=[];for(let o of e){let r=o.type;switch(o.type){case"wallet":let n={address:o.address,type:o.type,verifiedAt:qe(o.verified_at),chainType:o.chain_type,walletClient:o.wallet_client,recoveryMethod:o.recovery_method};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:qe(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:qe(o.verified_at)};t.push(a);break;case"google_oauth":let l={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:qe(o.verified_at)};t.push(l);break;case"twitter_oauth":let s={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:qe(o.verified_at)};t.push(s);break;case"discord_oauth":let p={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:qe(o.verified_at)};t.push(p);break;case"github_oauth":let h={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:qe(o.verified_at)};t.push(h);break;case"apple_oauth":let y={subject:o.subject,email:o.email,type:o.type,verifiedAt:qe(o.verified_at)};t.push(y);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function rt(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var $=e=>e==null?void 0:e.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClient==="privy"),Gc=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),Ft=(e,t)=>{var o;return t==="all-users"&&!$(e)||t==="users-without-wallets"&&!((o=Gc(e))!=null&&o.length)};function $e(e){if(!e)return null;let t=Fc(e.linked_accounts),o=rt(t,"wallet"),r=rt(t,"email"),n=rt(t,"phone"),i=rt(t,"google_oauth"),a=rt(t,"twitter_oauth"),l=rt(t,"discord_oauth"),s=rt(t,"github_oauth"),p=rt(t,"apple_oauth");return{id:e.id,createdAt:qe(e.created_at),linkedAccounts:t,email:r&&{address:r==null?void 0:r.address},phone:n&&{number:n==null?void 0:n.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},apple:p&&{subject:p.subject,email:p.email}}}import{getAddress as Ga}from"@ethersproject/address";import hd from"eventemitter3";var aa="1.27.1-beta.1";var gt="4df5e2316331463a9130964bd6078dfa",sr="https://auth.privy.io",sa=1e4,ke=1400,la=4500,Cn=aa;var Gt="privy:token",En="privy-token",lr="privy:refresh_token",xn="privy-refresh-token",To="privy:session_transfer_token",Tn="privy:connectors",Pn="privy:connections",ca="walletconnect",da=3e4,xe=1;var An=class{constructor(){this._cache={}}get(t){return this._cache[t]}put(t,o){o!==void 0?this._cache[t]=o:this.del(t)}del(t){delete this._cache[t]}getKeys(){return Object.keys(this._cache)}},_n=class{get(t){let o=localStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?localStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){localStorage.removeItem(t)}getKeys(){return Object.entries(localStorage).map(([t])=>t)}};function Vc(){return typeof window<"u"&&window.localStorage?new _n:new An}var F=Vc();import{isPossiblePhoneNumber as zc}from"libphonenumber-js/min";var pa={id:42161,name:"Arbitrum One",network:"arbitrum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://arb-mainnet.g.alchemy.com/v2"],webSocket:["wss://arb-mainnet.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-mainnet.infura.io/v3"],webSocket:["wss://arbitrum-mainnet.infura.io/ws/v3"]},default:{http:["https://arb1.arbitrum.io/rpc"]},public:{http:["https://arb1.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://arbiscan.io"},default:{name:"Arbiscan",url:"https://arbiscan.io"}}};var ua={id:421613,name:"Arbitrum Goerli",network:"arbitrum-goerli",nativeCurrency:{name:"Arbitrum Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://arb-goerli.g.alchemy.com/v2"],webSocket:["wss://arb-goerli.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-goerli.infura.io/v3"],webSocket:["wss://arbitrum-goerli.infura.io/ws/v3"]},default:{http:["https://goerli-rollup.arbitrum.io/rpc"]},public:{http:["https://goerli-rollup.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"},default:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"}},testnet:!0};var ma={id:5,network:"goerli",name:"Goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://eth-goerli.g.alchemy.com/v2"],webSocket:["wss://eth-goerli.g.alchemy.com/v2"]},infura:{http:["https://goerli.infura.io/v3"],webSocket:["wss://goerli.infura.io/ws/v3"]},default:{http:["https://rpc.ankr.com/eth_goerli"]},public:{http:["https://rpc.ankr.com/eth_goerli"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli.etherscan.io"},default:{name:"Etherscan",url:"https://goerli.etherscan.io"}},testnet:!0};var ha={id:1,network:"homestead",name:"Ethereum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://eth-mainnet.g.alchemy.com/v2"],webSocket:["wss://eth-mainnet.g.alchemy.com/v2"]},infura:{http:["https://mainnet.infura.io/v3"],webSocket:["wss://mainnet.infura.io/ws/v3"]},default:{http:["https://cloudflare-eth.com"]},public:{http:["https://cloudflare-eth.com"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://etherscan.io"},default:{name:"Etherscan",url:"https://etherscan.io"}}};var fa={id:10,name:"Optimism",network:"optimism",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-mainnet.g.alchemy.com/v2"],webSocket:["wss://opt-mainnet.g.alchemy.com/v2"]},infura:{http:["https://optimism-mainnet.infura.io/v3"],webSocket:["wss://optimism-mainnet.infura.io/ws/v3"]},default:{http:["https://mainnet.optimism.io"]},public:{http:["https://mainnet.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://optimistic.etherscan.io"},default:{name:"Optimism Explorer",url:"https://explorer.optimism.io"}}};var ya={id:420,name:"Optimism Goerli",network:"optimism-goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-goerli.g.alchemy.com/v2"],webSocket:["wss://opt-goerli.g.alchemy.com/v2"]},infura:{http:["https://optimism-goerli.infura.io/v3"],webSocket:["wss://optimism-goerli.infura.io/ws/v3"]},default:{http:["https://goerli.optimism.io"]},public:{http:["https://goerli.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"},default:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"}},testnet:!0};var ga={id:137,name:"Polygon",network:"matic",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mainnet.g.alchemy.com/v2"],webSocket:["wss://polygon-mainnet.g.alchemy.com/v2"]},infura:{http:["https://polygon-mainnet.infura.io/v3"],webSocket:["wss://polygon-mainnet.infura.io/ws/v3"]},default:{http:["https://polygon-rpc.com"]},public:{http:["https://polygon-rpc.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://polygonscan.com"},default:{name:"PolygonScan",url:"https://polygonscan.com"}}};var va={id:80001,name:"Polygon Mumbai",network:"maticmum",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mumbai.g.alchemy.com/v2"],webSocket:["wss://polygon-mumbai.g.alchemy.com/v2"]},infura:{http:["https://polygon-mumbai.infura.io/v3"],webSocket:["wss://polygon-mumbai.infura.io/ws/v3"]},default:{http:["https://matic-mumbai.chainstacklabs.com"]},public:{http:["https://matic-mumbai.chainstacklabs.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"},default:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"}},testnet:!0};var cr=[pa,ua,ma,ha,fa,ya,ga,va];var ba=e=>!!String(e).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/),wa=e=>zc(String(e),"US"),Ca=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},Ht=(e,t=3,o=4)=>{if(!e)return"";let r=2,n=3;if(t+o+r+n>=e.length)return e;let i=e.slice(0,r+t),a=e.slice(e.length-o,e.length);return`${i}...${a}`},qc=e=>new Promise(t=>setTimeout(t,e)),Ea=(e,t={})=>{let o=t.delayMs||40,r=t.maxAttempts||1e3;return new Promise(async(n,i)=>{let a=!1,l=0;for(;!a&&l<r;)e().then(()=>{a=!0,n()},(...s)=>{a=!0,i(...s)}),l+=1,await qc(o);a||i(new Error("Exceeded max attempts before resolving function"))})},dr=(e,t,o={})=>{let r=new URL(t,e);for(let[n,i]of Object.entries(o))r.searchParams.set(n,i);return r.href};var Sn=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Po=e=>typeof e=="string"?e:"0x"+e.toString(16);async function xa(e=3e3){let t=!1,o=window;return new Promise(r=>{o.ethereum?n():(window.addEventListener("ethereum#initialized",n,{once:!0}),setTimeout(()=>{n()},e));function n(){if(t)return;t=!0,window.removeEventListener("ethereum#initialized",n);let i=[];pr()&&i.push("metamask"),Re()&&i.push("phantom"),o.ethereum&&o.ethereum.isBraveWallet&&i.push("brave"),r(i)}})}function kn(e){return`eip155:${String(Number(e))}`}var vt=e=>{var o;let t=cr.find(r=>r.id===e);if(!t)throw new H(`Unsupported chainId ${e}`,4901);return((o=t.rpcUrls.infura)==null?void 0:o.http[0])+`/${gt}`};import rd from"@coinbase/wallet-sdk";import{jsx as Ta,jsxs as $c}from"react/jsx-runtime";var Te=({style:e,...t})=>$c("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[Ta("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),Ta("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});import{getAddress as at}from"@ethersproject/address";import{Web3Provider as ka}from"@ethersproject/providers";import{default as od}from"eventemitter3";import{isHexString as Jc}from"@ethersproject/bytes";import{JsonRpcProvider as Aa}from"@ethersproject/providers";import{toUtf8String as Xc}from"@ethersproject/strings";import ed from"eventemitter3";var jc=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign"],Pa=e=>jc.includes(e);import{ErrorCode as Kc}from"@ethersproject/logger";var Vt=class extends H{constructor(){super("Wallet timeout");this.type="wallet_error"}},wt=class extends H{constructor(){super("User rejected connection");this.type="wallet_error"}},Pe=e=>{if(e instanceof H)return e;if((e==null?void 0:e.code)&&(e==null?void 0:e.reason)){let t=new zt(e);return e.code===Kc.ACTION_REJECTED&&(t.details=bt.E4001_USER_REJECTED_REQUEST),t}return e!=null&&e.code?new zt(e):new H("Unknown connector error",e)},Rn=class extends Se{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},zt=class extends Rn{constructor(o){var i,a,l;let r=o;super(r.message,r.code,r.data);let n=Object.values(bt).find(s=>s.eipCode===r.code);this.details=n||bt.UNKNOWN_ERROR,r.code===-32002&&((i=r.message)!=null&&i.includes("already pending for origin")?(a=r.message)!=null&&a.includes("wallet_requestPermissions")?this.details=bt.E32002_CONNECTION_ALREADY_PENDING:this.details=bt.E32002_REQUEST_ALREADY_PENDING:(l=r.message)!=null&&l.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=bt.E32002_WALLET_LOCKED))}},Yc={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0},ERROR_USER_REJECTED_CONNECTION:{message:"You rejected the request",detail:"Please try connecting again.",retryable:!0}},Zc={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},Qc={E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1}},bt={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Qc,...Zc},je={...Yc,...bt};var td=12e4,Wn=(e=new Vt,t=td)=>new Promise((o,r)=>setTimeout(()=>{r(e)},t)),z=class{constructor(t){this.removeListener=(t,o)=>{if(this.walletProvider)try{return this.walletProvider.removeListener(t,o)}catch{console.warn("Unable to remove wallet provider listener")}};this.setWalletProvider=t=>{this.walletProvider&&this._subscriptions.forEach(o=>{this.removeListener(o.eventName,o.listener)}),this.walletProvider=t,this._subscriptions.forEach(o=>{var r;(r=this.walletProvider)==null||r.on(o.eventName,o.listener)})};this.walletProvider=t,this._subscriptions=[]}on(t,o){if(this.walletProvider)return this.walletProvider.on(t,o);this._subscriptions.push({eventName:t,listener:o})}async request(t){if(!this.walletProvider)throw new H(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),Wn()]).catch(o=>{throw Pe(o)})}},nt=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},ur=class extends ed{constructor(o,r,n=1){super();this.walletProxy=o,this.address=r,this.chainId=n,this.provider=new Aa(vt(n))}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new nt(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Ao()||!this.address)throw new nt("Disconnected",4900);return(await Sa(r)).transactionHash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new nt(`Invalid params for ${o.method}`,4200);let r;if(typeof o.params[0]=="string")r=o.params[0];else if("chainId"in o.params[0]&&typeof o.params[0].chainId=="string")r=o.params[0].chainId;else throw new nt(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new Aa(vt(this.chainId)),this.emit("chainChanged",r)}async handlePersonalSign(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");let r=o.params[0],n=Jc(r)?Xc(r):r;return await _a(n)}async handleEstimateGas(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");let r={...o.params[0],chainId:Po(this.chainId)};return this.provider.send("eth_estimateGas",[r])}async request(o){switch(console.debug("Embedded1193Provider.request() called with args",o),o.method){case"eth_accounts":return this.address?[this.address]:[];case"eth_chainId":return Po(this.chainId);case"eth_estimateGas":return this.handleEstimateGas(o);case"eth_sendTransaction":return this.handleSendTransaction(o);case"wallet_switchEthereumChain":return this.handleSwitchEthereumChain(o);case"personal_sign":return this.handlePersonalSign(o);default:break}if(Pa(o.method)){let r=await Ao();if(!r||!this.address)throw new nt("Disconnected",4900);try{return(await this.walletProxy.rpc({address:this.address,accessToken:r,request:{method:o.method,params:o.params}})).response.data}catch(n){throw console.error(n),new nt("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await Ao();if(!o||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:o})).address}catch(r){return console.error(r),null}}},Le=class extends z{constructor(o){super(o)}},it=class extends z{constructor(t){super(t)}sendAsync(t,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var ge=class extends od{constructor(o){super();this.onAccountsChanged=o=>{this.syncAccounts(o)};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=kn(o)}),this.emit("walletsUpdated")};this.onDisconnect=()=>{this.connected=!1,this.wallets=[],this.emit("walletsUpdated")};this.onConnect=()=>{this.connected=!0,this.syncAccounts()};this.wallets=[],this.walletClientType=o,this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>at(i.address)===at(o));return{address:at(o),chainId:r,connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new H("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new H("Wallet is not currently connected.");return new ka(new Le(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new H("Wallet is not currently connected.");return new it(this.proxyProvider)},sign:async i=>{if(!await n())throw new H("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;if(r===void 0){let l=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(l)&&(r=l)}if(r===void 0||!Array.isArray(r)||r.length<=0)return;let n=[],i=await this.proxyProvider.request({method:"eth_chainId"}),a=kn(i);for(let l of r)n.find(s=>at(s.address)===at(l))||n.push(this.buildConnectedWallet(at(l),a));mr(n,this.wallets)||(this.wallets=n,this.emit("walletsUpdated"))}async getConnectedWallet(){let o=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((r,n)=>n.connectedAt-r.connectedAt).find(r=>o.find(n=>at(n)===at(r.address)))||null}async isConnected(){let o=await this.proxyProvider.request({method:"eth_accounts"});return Array.isArray(o)&&o.length>0}async sign(o){return await this.connect({showPrompt:!1}),new ka(new Le(this.proxyProvider)).getSigner().signMessage(o)}subscribeListeners(){this.proxyProvider.on("accountsChanged",this.onAccountsChanged),this.proxyProvider.on("chainChanged",this.onChainChanged),this.proxyProvider.on("disconnect",this.onDisconnect),this.proxyProvider.on("connect",this.onConnect)}unsubscribeListeners(){this.proxyProvider.removeListener("accountsChanged",this.onAccountsChanged),this.proxyProvider.removeListener("chainChanged",this.onChainChanged),this.proxyProvider.removeListener("disconnect",this.onDisconnect),this.proxyProvider.removeListener("connect",this.onConnect)}};var nd=e=>{let t=`https://mainnet.infura.io/v3/${gt}`,o=1;return e.makeWeb3Provider(t,o)},hr,fr=class extends ge{constructor(){super("coinbase_wallet");this.connectorType="coinbase_wallet";this.proxyProvider=new z,this.subscribeListeners(),hr||(hr=new rd({appName:"Privy",darkMode:!1,headlessMode:!1})),this.proxyProvider.setWalletProvider(nd(hr)),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){hr.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Te}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(o.length===0)throw new H("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts(o)}catch(o){throw Pe(o)}}};import{jsx as Ra}from"react/jsx-runtime";var qt=({style:e,...t})=>Ra("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:Ra("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99555 0.929932C-1.12055 1.31799 -0.499722 9.15734 2.17445 8.76915C0.0807959 10.5544 -0.960455 16.6416 6.01654 16.0265C10.6356 15.9489 15.5635 12.2232 15.5635 8.1095C15.5635 2.63748 10.7516 0.929932 7.99555 0.929932ZM9.47052 7.53055C9.47052 8.49933 8.81856 9.28468 8.01433 9.28468C7.2101 9.28468 6.55814 8.49933 6.55814 7.53055C6.55814 6.56176 7.2101 5.77641 8.01433 5.77641C8.81856 5.77641 9.47052 6.56176 9.47052 7.53055ZM12.3171 9.28468C13.1213 9.28468 13.7733 8.49933 13.7733 7.53055C13.7733 6.56176 13.1213 5.77641 12.3171 5.77641C11.5129 5.77641 10.8609 6.56176 10.8609 7.53055C10.8609 8.49933 11.5129 9.28468 12.3171 9.28468Z",fill:t.color||"var(--privy-color-foreground-3)"})});var yr=class extends ge{constructor(o){super("privy");this.connectorType="embedded";this.proxyProvider=o,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[Po((o==null?void 0:o.chainId)||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:qt}}disconnect(){this.connected=!1}async promptConnection(){}};import{getAddress as j1}from"@ethersproject/address";import{Web3Provider as Y1}from"@ethersproject/providers";import{isMobile as ad}from"react-device-detect";import{jsx as ve,jsxs as id}from"react/jsx-runtime";var ie=({style:e,...t})=>id("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",x:0,y:0,viewBox:"0 0 318.6 318.6",width:"28",height:"28",style:{height:"28px",width:"28px",...e},...t,children:[ve("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),ve("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),ve("path",{d:"m44.4 35.5 98.7 74.6-17.5-44.3zm193.9 171.3-26.5 40.6 56.7 15.6 16.3-55.3zm-204.4.9L50.1 263l56.7-15.6-26.5-40.6z",className:"s1 s2"}),ve("path",{d:"m103.6 138.2-15.8 23.9 56.3 2.5-2-60.5zm111.3 0-39-34.8-1.3 61.2 56.2-2.5zM106.8 247.4l33.8-16.5-29.2-22.8zm71.1-16.5 33.9 16.5-4.7-39.3z",className:"s1 s2"}),ve("path",{fill:"#d7c1b3",stroke:"#d7c1b3",className:"s1",d:"m211.8 247.4-33.9-16.5 2.7 22.1-.3 9.3zm-105 0 31.5 14.9-.2-9.3 2.5-22.1z"}),ve("path",{fill:"#233447",stroke:"#233447",className:"s1",d:"m138.8 193.5-28.2-8.3 19.9-9.1zm40.9 0 8.3-17.4 20 9.1z"}),ve("path",{fill:"#cd6116",stroke:"#cd6116",className:"s1",d:"m106.8 247.4 4.8-40.6-31.3.9zM207 206.8l4.8 40.6 26.5-39.7zm23.8-44.7-56.2 2.5 5.2 28.9 8.3-17.4 20 9.1zm-120.2 23.1 20-9.1 8.2 17.4 5.3-28.9-56.3-2.5z"}),ve("path",{fill:"#e4751f",stroke:"#e4751f",className:"s1",d:"m87.8 162.1 23.6 46-.8-22.9zm120.3 23.1-1 22.9 23.7-46zm-64-20.6-5.3 28.9 6.6 34.1 1.5-44.9zm30.5 0-2.7 18 1.2 45 6.7-34.1z"}),ve("path",{d:"m179.8 193.5-6.7 34.1 4.8 3.3 29.2-22.8 1-22.9zm-69.2-8.3.8 22.9 29.2 22.8 4.8-3.3-6.6-34.1z",className:"s3"}),ve("path",{fill:"#c0ad9e",stroke:"#c0ad9e",className:"s1",d:"m180.3 262.3.3-9.3-2.5-2.2h-37.7l-2.3 2.2.2 9.3-31.5-14.9 11 9 22.3 15.5h38.3l22.4-15.5 11-9z"}),ve("path",{fill:"#161616",stroke:"#161616",className:"s1",d:"m177.9 230.9-4.8-3.3h-27.7l-4.8 3.3-2.5 22.1 2.3-2.2h37.7l2.5 2.2z"}),ve("path",{fill:"#763d16",stroke:"#763d16",className:"s1",d:"m278.3 114.2 8.5-40.8-12.7-37.9-96.2 71.4 37 31.3 52.3 15.3 11.6-13.5-5-3.6 8-7.3-6.2-4.8 8-6.1zM31.8 73.4l8.5 40.8-5.4 4 8 6.1-6.1 4.8 8 7.3-5 3.6 11.5 13.5 52.3-15.3 37-31.3-96.2-71.4z"}),ve("path",{d:"m267.2 153.5-52.3-15.3 15.9 23.9-23.7 46 31.2-.4h46.5zm-163.6-15.3-52.3 15.3-17.4 54.2h46.4l31.1.4-23.6-46zm71 26.4 3.3-57.7 15.2-41.1h-67.5l15 41.1 3.5 57.7 1.2 18.2.1 44.8h27.7l.2-44.8z",className:"s3"})]});var gr=class extends ge{constructor(){super("metamask");this.connectorType="injected";this.proxyProvider=new z,this.subscribeListeners();let o=window,r=o.ethereum,n=o.ethereum.providers||[];for(let i of n)if(i.isMetaMask){r=i;break}this.proxyProvider.setWalletProvider(r),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:"MetaMask",icon:ie}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{!ad&&pr()&&await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0)throw new H("Unable to retrieve accounts");await this.syncAccounts(o)}catch(o){throw Pe(o)}}};import{jsx as $t,jsxs as vr}from"react/jsx-runtime";var Me=({style:e,...t})=>vr("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[$t("rect",{width:"28",height:"28",rx:"6",fill:"url(#paint0_linear_1765_9937)"}),$t("path",{d:"M24.0223 14.1704H21.5542C21.5542 9.14083 17.4627 5.06372 12.4151 5.06372C7.43008 5.06372 3.37717 9.04101 3.27798 13.9845C3.17536 19.0945 7.98653 23.5318 13.1154 23.5318H13.7605C18.2822 23.5318 24.3426 20.0047 25.2895 15.7072C25.4643 14.9151 24.8364 14.1704 24.0223 14.1704ZM8.74752 14.3945C8.74752 15.0671 8.19544 15.6172 7.52045 15.6172C6.84545 15.6172 6.29341 15.0669 6.29341 14.3945V12.4165C6.29341 11.7439 6.84545 11.1938 7.52045 11.1938C8.19544 11.1938 8.74752 11.7439 8.74752 12.4165V14.3945ZM13.0083 14.3945C13.0083 15.0671 12.4563 15.6172 11.7813 15.6172C11.1063 15.6172 10.5543 15.0669 10.5543 14.3945V12.4165C10.5543 11.7439 11.1065 11.1938 11.7813 11.1938C12.4563 11.1938 13.0083 11.7439 13.0083 12.4165V14.3945Z",fill:"url(#paint1_linear_1765_9937)"}),vr("defs",{children:[vr("linearGradient",{id:"paint0_linear_1765_9937",x1:"14",y1:"0",x2:"14",y2:"28",gradientUnits:"userSpaceOnUse",children:[$t("stop",{stopColor:"#534BB1"}),$t("stop",{offset:"1",stopColor:"#551BF9"})]}),vr("linearGradient",{id:"paint1_linear_1765_9937",x1:"14.2976",y1:"5.06372",x2:"14.2976",y2:"23.5318",gradientUnits:"userSpaceOnUse",children:[$t("stop",{stopColor:"white"}),$t("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]})]})]});var br=class extends ge{constructor(){super("phantom");this.connectorType="injected";this.proxyProvider=new z,this.subscribeListeners(),this.proxyProvider.setWalletProvider(window.phantom.ethereum),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:"Phantom",icon:Me}}disconnect(){console.warn("Phantom does not support programmatic disconnect.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});await this.syncAccounts(o)}catch(o){throw Pe(o)}}};import md from"@walletconnect/web3-provider";import{isAndroid as wr}from"react-device-detect";import{createContext as ld,useContext as cd,useEffect as In,useState as Ia}from"react";import{jsx as sd}from"react/jsx-runtime";function Wa(e){return sd("link",{rel:"prefetch",href:e.src})}import{jsx as dd,jsxs as pd}from"react/jsx-runtime";var Ke="LANDING",Na=ld({ready:!1,app:null,currentScreen:Ke,lastScreen:Ke,navigate:x,navigateBack:x,setModalData:x}),La=e=>{var h,y,v;let t=e.appConfig,o=e.authenticated,r=e.visible,[n,i]=Ia(e.initialScreen||Ke),[a,l]=Ia(e.initialScreen||Ke);In(()=>{o||i(Ke)},[o]),In(()=>{r||(l(Ke),i(Ke))},[r]),In(()=>{e.initialScreen&&n===Ke&&(i(e.initialScreen),l(e.initialScreen))},[e.initialScreen]);let s=e.initialScreen&&n===Ke?e.initialScreen:n,p={ready:!!(t!=null&&t.id),app:t,data:e.data,setModalData:e.setModalData,currentScreen:s,lastScreen:a,navigate:m=>{l(n),i(m)},navigateBack:()=>{i(a)}};return pd(Na.Provider,{value:p,children:[(typeof((h=t==null?void 0:t.appearance)==null?void 0:h.logo)=="string"||((v=(y=t==null?void 0:t.appearance)==null?void 0:y.logo)==null?void 0:v.type)==="img")&&dd(Wa,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},b=()=>cd(Na);import{jsx as jt,jsxs as ud}from"react/jsx-runtime";var Kt=({style:e,...t})=>{let{app:o}=b();return ud("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[jt("rect",{width:"28",height:"28",rx:"3",fill:(o==null?void 0:o.appearance.palette.colorScheme)==="dark"?"#3396ff":"#141414"}),jt("g",{clipPath:"url(#clip0_1765_9946)",children:jt("path",{d:"M8.09448 10.3941C11.3558 7.20196 16.6442 7.20196 19.9055 10.3941L20.2982 10.7782C20.3369 10.8157 20.3677 10.8606 20.3887 10.9102C20.4097 10.9599 20.4206 11.0132 20.4206 11.0671C20.4206 11.121 20.4097 11.1744 20.3887 11.224C20.3677 11.2737 20.3369 11.3186 20.2982 11.3561L18.9554 12.6702C18.9158 12.7086 18.8628 12.7301 18.8077 12.7301C18.7526 12.7301 18.6996 12.7086 18.66 12.6702L18.1198 12.1415C15.8448 9.91503 12.1557 9.91503 9.88015 12.1415L9.30167 12.7075C9.26207 12.7459 9.20909 12.7673 9.15395 12.7673C9.0988 12.7673 9.04582 12.7459 9.00622 12.7075L7.66346 11.3934C7.62475 11.3559 7.59397 11.3109 7.57295 11.2613C7.55193 11.2117 7.5411 11.1583 7.5411 11.1044C7.5411 11.0505 7.55193 10.9971 7.57295 10.9475C7.59397 10.8979 7.62475 10.8529 7.66346 10.8154L8.09448 10.3941ZM22.6829 13.1115L23.8776 14.2814C23.9163 14.319 23.9471 14.3639 23.9681 14.4135C23.9892 14.4632 24 14.5165 24 14.5704C24 14.6243 23.9892 14.6777 23.9681 14.7273C23.9471 14.777 23.9163 14.8219 23.8776 14.8594L18.4893 20.1332C18.4102 20.2101 18.3042 20.2531 18.1938 20.2531C18.0835 20.2531 17.9775 20.2101 17.8984 20.1332L14.0743 16.3901C14.0545 16.3708 14.0279 16.36 14.0003 16.36C13.9726 16.36 13.9461 16.3708 13.9263 16.3901L10.1021 20.1332C10.023 20.2101 9.91703 20.2531 9.8067 20.2531C9.69636 20.2531 9.59038 20.2101 9.51124 20.1332L4.12236 14.8594C4.08365 14.8219 4.05287 14.777 4.03185 14.7273C4.01083 14.6777 4 14.6243 4 14.5704C4 14.5165 4.01083 14.4632 4.03185 14.4135C4.05287 14.3639 4.08365 14.319 4.12236 14.2814L5.31767 13.1115C5.39678 13.0348 5.50265 12.9919 5.61285 12.9919C5.72305 12.9919 5.82892 13.0348 5.90803 13.1115L9.73216 16.8546C9.75194 16.874 9.7785 16.8848 9.80616 16.8848C9.83381 16.8848 9.86037 16.874 9.88015 16.8546L13.7043 13.1115C13.7834 13.0346 13.8894 12.9916 13.9997 12.9916C14.1101 12.9916 14.216 13.0346 14.2952 13.1115L18.1198 16.8546C18.1396 16.874 18.1662 16.8848 18.1938 16.8848C18.2215 16.8848 18.2481 16.874 18.2678 16.8546L22.092 13.1115C22.1711 13.0346 22.2771 12.9916 22.3874 12.9916C22.4977 12.9916 22.6037 13.0346 22.6829 13.1115Z",fill:"white"})}),jt("defs",{children:jt("clipPath",{id:"clip0_1765_9946",children:jt("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};import{saveMobileLinkInfo as Ma}from"@walletconnect/browser-utils";import{isAndroid as Nn}from"react-device-detect";var _o=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Ln))if(r.hostname===t)return{walletClientType:o,entry:r}};var Ln={rainbow:{id:"1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369",displayName:"Rainbow",image_id:"7a33d7f1-3d12-4b5c-f3ee-5cd83cb1b500",hostname:"rainbow.me",mobile:{universal:"https://rnbwapp.com"}},trust:{id:"4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0",displayName:"Trust",image_id:"0528ee7e-16d1-4089-21e3-bbfb41933100",hostname:"trustwallet.com",mobile:{universal:"https://link.trustwallet.com"}},uniswap:{id:"c03dfee351b6fcc421b4494ea33b9d4b92a984f87aa76d1663bb28705e95034a",displayName:"Uniswap",image_id:"bff9cf1f-df19-42ce-f62a-87f04df13c00",hostname:"uniswap.org",mobile:{universal:"https://uniswap.org/app"}},metamask:{id:"c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",displayName:"MetaMask",image_id:"5195e9db-94d8-4579-6f11-ef553be95100",hostname:"metamask.io",mobile:{native:"metamask:"}},argent:{id:"bc949c5d968ae81310268bf9193f9c9fb7bb4e1283e1284af8f2bd4992535fd6",displayName:"Argent",image_id:"215158d2-614b-49c9-410f-77aa661c3900",hostname:"www.argent.xyz",mobile:{universal:"https://www.argent.xyz/app"}},spot:{id:"74f8092562bd79675e276d8b2062a83601a4106d30202f2d509195e30e19673d",displayName:"Spot",image_id:"1bf33a89-b049-4a1c-d1f6-4dd7419ee400",hostname:"www.spot-wallet.com",mobile:{universal:"https://spot.so"}},zerion:{id:"ecc4036f814562b41a5268adc86270fba1365471402006302e70169465b7ac18",displayName:"Zerion",image_id:"f216b371-96cf-409a-9d88-296392b85800",hostname:"zerion.io",mobile:{universal:"https://wallet.zerion.io"}},bitkeep:{id:"38f5d18bd8522c244bdd70cb4a68e0e718865155811c043f052fb9f1c51de662",displayName:"BitKeep",image_id:"3f7075d0-4ab7-4db5-404d-3e4c05e6fe00",hostname:"bitkeep.com",mobile:{universal:"https://bkapp.vip"}},unstoppable:{id:"7e90b95230bc462869bbb59f952273d89841e1c76bcc5319898e08c9f34bd4cd",displayName:"Unstoppable",image_id:"5c38b22c-adb9-4899-3252-6e3d71458500",hostname:"unstoppable.money",mobile:{universal:"https://unstoppable.money"}},omni:{id:"afbd95522f4041c71dd4f1a065f971fd32372865b416f95a0b1db759ae33f2a7",displayName:"Omni",image_id:"2cd67b4c-282b-4809-e7c0-a88cd5116f00",hostname:"omni.app",mobile:{universal:"https://links.omni.app"}},mathwallet:{id:"7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26",displayName:"MathWallet",image_id:"26a8f588-3231-4411-60ce-5bb6b805a700",hostname:"mathwallet.org",mobile:{universal:"https://www.mathwallet.org"}},bitpay:{id:"ccb714920401f7d008dbe11281ae70e3a4bfb621763b187b9e4a3ce1ab8faa3b",displayName:"BitPay",image_id:"97d4429f-eaf0-4302-87f5-9d26d46fe700",hostname:"bitpay.com",mobile:{universal:"https://link.bitpay.com/wallet"}},"1inch":{id:"2863183c3299d820fb9a4cb8aab4a34f50380c9992e8be871fd60a62e8d36481",displayName:"1inch",image_id:"dce1ee99-403f-44a9-9f94-20de30616500",hostname:"1inch.io",mobile:{universal:"https://wallet.1inch.io"}},eidoo:{id:"efba9ae0a9e0fdd9e3e055ddf3c8e75f294babb8aea3499456eff27f771fda61",displayName:"Eidoo",image_id:"ef5b8bcf-00d5-457d-e161-9911e4788700",hostname:"eidoo.io",mobile:{universal:"https://eidoo.io/crypto-wallet"}},coin98:{id:"b021913ba555948a1c81eb3d89b372be46f8354e926679de648e4fa2938bed3e",displayName:"Coin98",image_id:"dee547be-936a-4c92-9e3f-7a2350a62e00",hostname:"coin98.com",mobile:{universal:"https://coin98.com"}},alphawallet:{id:"138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98",displayName:"AlphaWallet",image_id:"5b1cddfb-056e-4e78-029a-54de5d70c500",hostname:"alphawallet.com",mobile:{universal:"https://aw.app"}},rwallet:{id:"b13fcc7e3500a4580c9a5341ed64c49c17d7f864497881048eb160c089be5346",displayName:"RWallet",image_id:"a883229c-26cb-4c19-9b34-1f0ed4012a00",hostname:"rsk.co",mobile:{universal:"https://www.rwallet.app"}},plasmapay:{id:"13c6a06b733edf51784f669f508826b2ab0dc80122a8b5d25d84b17d94bbdf70",displayName:"PlasmaPay",image_id:"466c8fd0-fcec-4621-b94f-e91ce1439f00",hostname:"plasmapay.com",mobile:{universal:"https://plasmapay.com/"}},o3wallet:{id:"0aafbedfb8eb56dae59ecc37c9a5388509cf9c082635e3f752581cc7128a17c0",displayName:"O3Wallet",image_id:"e1c7c6af-c731-463e-55f0-5e686e9f6200",hostname:"o3.network",mobile:{universal:"https://o3.network"}},hashkey_me:{id:"761d3d98fd77bdb06e6c90092ee7071c6001e93401d05dcf2b007c1a6c9c222c",displayName:"HashKey Me",image_id:"72734fac-9500-4c2c-81ba-678f7fc32700",hostname:"me.hashkey.com",mobile:{universal:"https://me.hashkey.com"}},defiant:{id:"1986e7c874bb906f057d5d64a4806c004e021689536e5228c74d64a6058e8bac",displayName:"Defiant",image_id:"11a96ca4-3592-42ae-c781-2b7265ec9200",hostname:"www.defiantapp.tech",mobile:{universal:"https://defiantapp.tech/"}},essentials:{id:"717911f4db0c5eda0e02e76ed179b7940ba1eefffdfb3c9e6540696226860da0",displayName:"Essentials",image_id:"04a6bfed-d80e-4f7b-0516-261f86aa4000",hostname:"elastos.org",mobile:{universal:"https://essentials.elastos.net"}},stasis:{id:"9d6c614d1995741d5313f1f3dbf1f66dcba694de782087d13b8721822502692f",displayName:"Stasis",image_id:"7ae753bc-a754-450c-2d90-2c5521734400",hostname:"stasis.net",mobile:{universal:"https://app.stasis.net"}},julwallet:{id:"a6ffb821a3c32d36fc9d29e29c2ff79a0cd1db0bca453714777846ddf3fdff76",displayName:"JulWallet",image_id:"cabd50de-22fa-487b-ce68-2c63de8bb800",hostname:"justliquidity.org",mobile:{universal:"https://justliquidity.org"}},tangem:{id:"76745388a50e6fea982c4dee2a3ad61a8aa417668be870754689caa8a7506c93",displayName:"Tangem",image_id:"8a5b6e94-e378-458d-bf2e-017cc7958e00",hostname:"tangem.com",mobile:{universal:"https://app.tangem.com"}},secux:{id:"6464873279d46030c0b6b005b33da6be5ed57a752be3ef1f857dc10eaf8028aa",displayName:"SecuX",image_id:"6013a9a1-4a67-45bb-fc24-27c11eb13900",hostname:"secuxtech.com",mobile:{universal:"https://wsweb.secuxtech.com"}},linen:{id:"dd8ee41915d967e547c80266e883d77ee808427405f4e8026a85ac1308104221",displayName:"Linen",image_id:"aff3e4e1-92a9-4066-f48f-3591947cf200",hostname:"linen.app",mobile:{universal:"https://linen.app/"}},ambire:{id:"2c81da3add65899baeac53758a07e652eea46dbb5195b8074772c62a77bbf568",displayName:"Ambire",image_id:"c39b3a16-1a38-4588-f089-cb7aeb584700",hostname:"www.ambire.com",mobile:{universal:"https://mobile.ambire.com"}},obvious:{id:"031f0187049b7f96c6f039d1c9c8138ff7a17fd75d38b34350c7182232cc29aa",displayName:"Obvious",image_id:"61abe2ca-b06d-4a8b-de3e-8326f523e900",hostname:"obvious.technology",mobile:{universal:"https://wallet.obvious.technology"}},easypocket:{id:"244a0d93a45df0d0501a9cb9cdfb4e91aa750cfd4fc88f6e97a54d8455a76f5c",displayName:"EasyPocket",image_id:"a9fcf1d1-3b2c-4226-0fb9-a6c8f2647300",hostname:"easypocket.app",mobile:{universal:"https://wallet.easypocket.app"}},rice_wallet:{id:"c40b9bcef32fa6ce4e0df98be1420628bbc4957646f742380fe618fcb4ab74f1",displayName:"RICE Wallet",image_id:"df94578e-19be-4f00-258f-2470343e7b00",hostname:"ricewallet.io",mobile:{universal:"https://ricewallet.io"}},safemoon:{id:"a0e04f1086aac204d4ebdd5f985c12ed226cd0006323fd8143715f9324da58d1",displayName:"SafeMoon",image_id:"ea0140c7-787c-43a4-838f-d5ab6a342000",hostname:"safemoon.com",mobile:{universal:"https://safemoon.com/wc"}},simplehold:{id:"dc5415b6ea8114db518ae91195b027d690a11a1d2bfdd1a904e93c5cb746380e",displayName:"SimpleHold",image_id:"a9f1ba96-b658-4d13-f71f-226b6389f000",hostname:"simplehold.io",mobile:{universal:"https://simplehold.io"}},bitizen:{id:"41f20106359ff63cf732adf1f7dc1a157176c9b02fd266b50da6dcc1e9b86071",displayName:"Bitizen",image_id:"75dd1471-77e9-4811-ce57-ec8fc980ec00",hostname:"bitizen.org",mobile:{universal:"https://bitizen.org/wallet"}},slavi_wallet:{id:"b823fb0d7228ef8e3c0bc9607df9ed79dae2ab3a2811d33f22ade4f573c18232",displayName:"Slavi Wallet",image_id:"282ce060-0beb-4236-b7b0-1b34cc6c8f00",hostname:"slavi.io",mobile:{universal:"https://www.slaviwallet.io"}},nufinetes:{id:"dccbd717df77b395445cc6080e01fffada9d8b92dacfda312a26c70c2e9af673",displayName:"nufinetes",image_id:"70080bd7-9858-4720-cf74-8f74cd74cb00",hostname:"www.nufinetes.com",mobile:{universal:"https://apple.vimworld.org"}},now_wallet:{id:"c482dfe368d4f004479977fd88e80dc9e81107f3245d706811581a6dfe69c534",displayName:"NOW Wallet",image_id:"b6ee4efc-f53e-475b-927b-a7ded6211700",hostname:"walletnow.app",mobile:{universal:"https://walletnow.app.link"}},blocto:{id:"14e7176536cb3706e221daaa3cfd7b88b7da8c7dfb64d1d241044164802c6bdd",displayName:"Blocto",image_id:"374258d3-c749-4f37-7815-77e61f798c00",hostname:"blocto.io",mobile:{universal:"https://blocto.app"}},timeless:{id:"9751385960bca290c13b443155288f892f62ee920337eda8c5a8874135daaea8",displayName:"Timeless",image_id:"32e89601-0490-42fc-0cc4-8627d62a2000",hostname:"timelesswallet.xyz",mobile:{universal:"https://timelesswallet.xyz"}},arculus_wallet:{id:"0e4915107da5b3408b38e248f7a710f4529d54cd30e9d12ff0eb886d45c18e92",displayName:"Arculus Wallet",image_id:"f78dab27-7165-4a3d-fdb1-fcff06c0a700",hostname:"www.getarculus.com",mobile:{universal:"https://gw.arculus.co/app"}},card:{id:"11c5487e4d8dd8bf32d4c92222363df8296a27307b2531be1e25770365392ecb",displayName:"Card",image_id:"325428cf-c212-4d83-a434-7f48902d2c00",hostname:"cardstack.com",mobile:{universal:"https://wallet.cardstack.com"}},mew_wallet:{id:"f5b4eeb6015d66be3f5940a895cbaa49ef3439e518cd771270e6b553b48f31d2",displayName:"MEW wallet",image_id:"e2024511-2c9b-46d7-3111-52df3d241700",hostname:"mewwallet.com",mobile:{universal:"https://mewwallet.com"}},pltwallet:{id:"576c90ceaea34f29ff0104837cf2b2e23d201be43be1433feeb18d375430e1fd",displayName:"PLTwallet",image_id:"a5d9dd15-8cef-42de-8bed-09e01a8b0200",hostname:"pltwallet.io",mobile:{universal:"https://pltwallet.io/"}},avacus:{id:"94f785c0c8fb8c4f38cd9cd704416430bcaa2137f27e1468782d624bcd155a43",displayName:"Avacus",image_id:"a7106965-91cc-4a73-4688-c5c72ae0ed00",hostname:"avacus.cc",mobile:{universal:"https://avacus.app.link"}},bitski:{id:"3b9f67c2c0887f71e4f9ba1bd2bf5b4eb6cda94419abd3f0c5c12931a60928b0",displayName:"Bitski",image_id:"94d94cb5-a94f-47cf-70e6-fe8d3f1c3700",hostname:"bitski.com",mobile:{universal:"https://wallet.bitski.com/walletconnect/wc"}},hippowallet:{id:"664b505fea4c2117b8a55c054ef209664e0a68ddaafd7534df739f97a293fa1d",displayName:"HippoWallet",image_id:"f9570968-45f7-47c1-3189-98cf60e25c00",hostname:"hippowallet.io",mobile:{universal:"https://hippowallet.io"}},edge:{id:"0c5bba82e70a2b62405871af809020a077d110d765c0798eb660ad5d3131b328",displayName:"Edge",image_id:"f601bc29-4298-422f-dbf7-34dac2884f00",hostname:"edge.app",mobile:{universal:"https://deep.edge.app/wc"}},assure:{id:"792fbacfe787d67595dd4eb38ac308e14b3bbc810393db56f477a92e5ac8764b",displayName:"Assure",image_id:"64db7104-c8b7-44ea-e102-11ce87124200",hostname:"www.assure.pro",mobile:{universal:"https://www.assure.pro/Official"}},enjin_wallet:{id:"bdc9433ffdaee55d31737d83b931caa1f17e30666f5b8e03eea794bac960eb4a",displayName:"Enjin Wallet",image_id:"add9626b-a5fa-4c12-178c-e5584e6dcd00",hostname:"enjin.io",mobile:{universal:"https://deeplink.wallet.enjin.io/"}},slingshot:{id:"d23de318f0f56038c5edb730a083216ff0cce00c1514e619ab32231cc9ec484b",displayName:"Slingshot",image_id:"10c75467-6612-48ad-b97b-63985e922200",hostname:"slingshot.finance",mobile:{universal:"https://app.slingshot.finance"}},coinstats:{id:"7e94e75c90964a69ea375b92214f50c4223dfbfa4913a3733b615444b322f687",displayName:"CoinStats",image_id:"f989ab84-650b-4ad5-c342-77f3334f1b00",hostname:"coinstats.app",mobile:{universal:"https://coinstats.app"}},bitcoincom_wallet:{id:"107bb20463699c4e614d3a2fb7b961e66f48774cb8f6d6c1aee789853280972c",displayName:"Bitcoin.com Wallet",image_id:"0d7938e1-9b3b-4d8b-177b-98188c4cf400",hostname:"www.bitcoin.com",mobile:{universal:"https://wallet.bitcoin.com/"}},binance:{id:"8a0ee50d1f22f6651afcae7eb4253e52a3310b90af5daef78a8c4929a9bb99d4",displayName:"Binance",image_id:"ebac7b39-688c-41e3-7912-a4fefba74600",hostname:"www.binance.com",mobile:{universal:"https://app.binance.com/cedefi"}}},Oa=(e,t="md")=>`https://registry.walletconnect.com/v2/logo/${t}/${e}`;function Da(e){return{name:e.displayName||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function Ua(e,t){let o=encodeURIComponent(e);return t.universalLink?`${t.universalLink}/wc?uri=${o}`:t.deepLink?`${t.deepLink}${t.deepLink.endsWith(":")?"//":"/"}wc?uri=${e}`:""}function Ba(e,t){return Nn?e:Ua(e,Da(t))}var Mn=(e,t)=>{if(!e)return;if(Nn){Ma({name:"Unknown",href:t||"wc:"});return}let o=Ua(t||"wc:",Da(e));Ma({name:(e==null?void 0:e.displayName)||"",href:o})},Fa=()=>{!Nn||window.open("wc:","_self")};var Ct=class extends ge{constructor(o,r){super(o||"unknown");this.connectorType="wallet_connect";this.reconnectDelayMs=10;this.reconnectBackoff=2;this.proxyProvider=new z,this.subscribeListeners(),o&&(this.walletEntry=Ln[o]),this.setWalletProvider(this.createOrRestoreProvider(r)),r&&this.promptConnection(),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return this.walletProvider.connected}get walletBranding(){var o,r,n;return this.walletEntry?{name:this.walletEntry.displayName,icon:this.walletClientType==="metamask"?ie:Oa(this.walletEntry.image_id)}:{name:Sn(((o=this.walletProvider.walletMeta)==null?void 0:o.name)||"")||"WalletConnect",icon:((n=(r=this.walletProvider.walletMeta)==null?void 0:r.icons)==null?void 0:n[0])||Kt}}async promptConnection(){return new Promise((o,r)=>{this.walletProvider.connector.on("disconnect",(i,a)=>{if(i){r(Pe(i));return}if(a.params.some(l=>l.message==="Session Rejected")){this.setWalletProvider(this.replaceProvider()),r(new wt);return}r(new H("Unknown error during connection"))}),this.walletProvider.qrcode&&this.walletProvider.connector.on("modal_closed",()=>{this.setWalletProvider(this.replaceProvider()),r(new wt)}),this.walletProvider.connector.on("transport_error",(i,a)=>{r(Pe(i))}),(async()=>{var l;let i="",a=await Promise.race([this.enableProvider(),Wn()]);if(a.length>0&&(i=a[0]),!i||i==="")throw new H("Unable to retrieve address");if((l=this.walletProvider.walletMeta)!=null&&l.url){let s=_o(this.walletProvider.walletMeta.url);this.walletEntry=s==null?void 0:s.entry,this.walletClientType=(s==null?void 0:s.walletClientType)||"unknown"}this.connected=!0,await this.syncAccounts(a),o()})().catch(i=>r(Pe(i)))})}async sign(o){this.walletEntry&&Mn(this.walletEntry),this.walletProvider.connected||await this.enableProvider();let r=await this.walletProvider.getWalletConnector();return new Promise(async(n,i)=>{var a;r.signPersonalMessage([o,(a=this.walletProvider.accounts)==null?void 0:a[0]]).then(l=>n(l)).catch(l=>i(l)),wr&&Fa()})}disconnect(){this.walletProvider.close().catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}replaceProvider(){return this.walletProvider.close().catch(()=>console.warn("Unable to disconnect provider")),F.getKeys().forEach(o=>{o.startsWith("walletconnect")&&F.get(o).key===this.walletProvider.connector.session.key&&F.del(o)}),this.createOrRestoreProvider()}static generateStorageId(){return`${ca}:${Math.random().toString(36).slice(2)}`}createOrRestoreProvider(o){var l,s;o||(o=Ct.generateStorageId());let r=this.walletEntry||wr?{qrcode:!1}:{},n={};for(let p of cr){let h=(s=(l=p.rpcUrls.infura)==null?void 0:l.http)==null?void 0:s[0];h&&(n[p.id]=h+"/"+gt)}let i=new md({infuraId:gt,storageId:o,pollingInterval:da,rpc:n,...r}),a=this.walletEntry;return a&&(i.walletId=a.id),a?i.connector.on("display_uri",(p,h)=>{Mn(a);let y=h.params[0],v=Ba(y,a);wr?window.open(v,"_self"):window.open(v,"_self","noopener,noreferrer")}):wr?i.connector.on("display_uri",(p,h)=>{let y=h.params[0];window.open(y,"_self")}):i.connector.on("connect",()=>{var p,h;if((p=i.walletMeta)!=null&&p.url){let y=_o(i.walletMeta.url);i.walletId=(h=y==null?void 0:y.entry)==null?void 0:h.id,this.walletEntry=y==null?void 0:y.entry,this.walletClientType=(y==null?void 0:y.walletClientType)||"unknown"}}),i.connector.on("transport_error",()=>{console.warn("Transport failed. Replacing provider."),setTimeout(()=>{this.setWalletProvider(this.replaceProvider()),this.reconnectDelayMs*=this.reconnectBackoff},this.reconnectDelayMs)}),i}async enableProvider(){return this.walletProvider.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider.enable()}};var pr=()=>{let e=window;if(!e.ethereum)return!1;if(Cr(window.ethereum,!0))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(Cr(t,!0))return!0}return!1},Er=()=>{let e=window;if(!e.ethereum)return!1;if(Cr(window.ethereum,!1))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(Cr(t,!1))return!0}return!1},Cr=(e,t)=>e.isMetaMask?e.isMetaMask&&!t?!0:!(e.isBraveWallet&&!e._events&&!e._state||e.isApexWallet||e.isAvalanche||e.isBitKeep||e.isBlockWallet||e.isKuCoinWallet||e.isMathWallet||e.isOkxWallet||e.isOKExWallet||e.isOneInchIOSWallet||e.isOneInchAndroidWallet||e.isOpera||e.isPhantom||e.isPortal||e.isRabby||e.isTokenPocket||e.isTokenary||e.isZerion):!1,Re=()=>{var e,t;if("phantom"in window){let o=window;if((t=(e=o==null?void 0:o.phantom)==null?void 0:e.ethereum)!=null&&t.isPhantom)return!0}return!1},Et=()=>{let e=window;if(!e.ethereum)return!1;if(e.ethereum.isCoinbaseWallet)return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(t.isCoinbaseWallet)return!0}return!1},On=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!(e==null?void 0:e.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===Ga(t)).length):!1},So=class extends hd{constructor(){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===(o==null?void 0:o.address)));return!o||!r?new z:r.proxyProvider};this.walletConnectors=[],this.initialized=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}initialize(){this.initialized||(F.get(Tn)&&(F.getKeys().forEach(o=>{o.startsWith("walletconnect")&&F.del(o)}),F.del(Tn)),xa().then(o=>o.forEach(r=>{switch(r){case"metamask":this.createWalletConnector("injected","metamask");break;case"phantom":this.createWalletConnector("injected","phantom");break;case"unknown":default:break}})),(Et()||F.getKeys().find(o=>o.startsWith("-walletlink")))&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),this.restoreWalletConnectConnectors(),this.initialized=!0)}restoreWalletConnectConnectors(){typeof window>"u"||F.getKeys().forEach(o=>{var r,n;if(o.startsWith("walletconnect")){let i=(n=(r=F.get(o))==null?void 0:r.peerMeta)==null?void 0:n.url,a;if(i){let s=_o(i);s!=null&&s.walletClientType&&(a=s.walletClientType)}let l=new Ct(a,o);this.addWalletConnector(l)}})}findWalletConnector(o,r){return this.walletConnectors.find(n=>n.connectorType===o&&n.walletClientType===r)||null}onInitialized(o){o.wallets.forEach(r=>{let n=this.storedConnections.find(i=>i.address===r.address&&i.connectorType===r.connectorType&&i.walletClientType===r.walletClientType);n&&(r.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.emit("walletsUpdated")}onWalletsUpdated(o){o.initialized&&(this.saveConnectionHistory(),this.emit("walletsUpdated"))}addEmbeddedWalletConnector(o,r){if(!this.findWalletConnector("embedded","privy")){let i=new ur(o,r),a=new yr(i);this.addWalletConnector(a)}}removeEmbeddedWalletConnector(){let o=this.findWalletConnector("embedded","privy");if(o){let r=this.walletConnectors.indexOf(o);this.walletConnectors.splice(r,1),this.saveConnectionHistory(),this.emit("walletsUpdated")}}createWalletConnector(o,r){let n=this.findWalletConnector(o,r);if(n&&n.walletClientType!=="unknown")return n;let a=(()=>{switch(o){case"injected":switch(r){case"phantom":return Re()?new br:null;case"metamask":default:return Er()?new gr:null}case"coinbase_wallet":return new fr;case"wallet_connect":return new Ct(r)}})();return a&&this.addWalletConnector(a),a||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=F.get(Pn);return r&&Array.isArray(r)&&r.map(a=>o(a)).every(Boolean)?r:[]}saveConnectionHistory(){let o=this.wallets.map(r=>({address:r.address,connectorType:r.connectorType,walletClientType:r.walletClientType,connectedAt:r.connectedAt}));F.put(Pn,o)}async activeWalletSign(o){let r=this.wallets,n=r.length>0?r[0]:null;return n?n.sign(o):null}setActiveWallet(o){this.activeWallet=Ga(o),this.emit("walletsUpdated")}};function mr(e,t){if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++){let r=e[o],n=t[o];if((r==null?void 0:r.address)!==(n==null?void 0:n.address)||(r==null?void 0:r.chainId)!==(n==null?void 0:n.chainId)||(r==null?void 0:r.connectorType)!==(n==null?void 0:n.connectorType)||(r==null?void 0:r.connectedAt)!==(n==null?void 0:n.connectedAt)||(r==null?void 0:r.walletClientType)!==(n==null?void 0:n.walletClientType)||(r==null?void 0:r.isConnected)!==(n==null?void 0:n.isConnected)||(r==null?void 0:r.linked)!==(n==null?void 0:n.linked))return!1}return!0}import{ofetch as fd}from"ofetch";var yd=[ir(),ar()],xr=class{constructor(t,o,r){this.appId=t,this.sdkVersion=Cn,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=fd.create({baseURL:this.defaults.baseURL,credentials:"include",onRequest:async({request:n,options:i})=>{let a=new Headers(i.headers);a.set("privy-app-id",this.appId),a.set("privy-client",`react-auth:${this.sdkVersion}`);let l=!yd.includes(n.toString());if(!a.has("authorization")&&l){let s=await this.client.getAccessToken();s!==null&&a.set("authorization",`Bearer ${s}`)}i.headers=a,i.signal||(i.signal=AbortSignal.timeout(this.defaults.timeout))},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new nr}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw Q(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw Q(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw Q(r)}}};import Tr from"js-cookie";function Ha(e){return e instanceof ht?"email":e instanceof yt?"sms":e instanceof ft?"siwe":e instanceof ot?e.meta.provider:null}var st=class{constructor(t){this.promise=null;this.fn=t}execute(t){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(t)}finally{this.promise=null}})()),this.promise}};import*as Va from"jose";var Oe=class{static parse(t){try{return new Oe(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Va.decodeJwt(t)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(t=0){let o=Date.now(),r=(this.expiration-t)*1e3;return o>=r}};var gd=30,Pr=class{constructor(){this.authenticateOnce=new st(async t=>this._authenticate(t)),this.linkOnce=new st(async t=>this._link(t)),this.refreshOnce=new st(this._refresh.bind(this)),this.destroyOnce=new st(this._destroy.bind(this)),this.forkSessionOnce=new st(this._forkSession.bind(this))}get token(){try{let t=F.get(Gt);return typeof t=="string"?new Oe(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=F.get(lr);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=F.get(To);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasRecoveryCredentials(){return typeof this.forkedToken=="string"}hasActiveToken(){let t=Oe.parse(this.token);return t!==null&&!t.isExpired(gd)}authenticate(t){return this.authenticateOnce.execute(t)}link(t){return this.linkOnce.execute(t)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(t){try{let{token:o,refresh_token:r,user:n,is_new_user:i}=await t.authenticate();this.storeToken(o),this.storeRefreshToken(r);let a=Ha(t);return a&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate",{method:a,isNewUser:i}),a==="siwe"&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate_siwe",{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}),{user:$e(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Ee(o)}}async _link(t){try{let o=await t.link();return $e(o)}catch(o){throw console.warn("Error linking account"),Ee(o)}}async _refresh(){if(!this.api)throw new P("Session has no API instance");if(!this.client)throw new P("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o)n=await this.api.post(ir(),{refresh_token:o},{headers:{authorization:`Bearer ${t}`}}),r&&this.clearForkedToken();else if(r)n=await this.api.post(ar(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),$e(n.user)}catch(n){if(n instanceof Bt&&n.status===400&&n.message==="Invalid auth token")return this.destroyLocalState(),null;throw Ee(n)}}async _destroy(){var t;try{await((t=this.api)==null?void 0:t.post(Gi(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new P("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(Hi(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Ee(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){var o;if(typeof t=="string"){F.put(Gt,t);let r=(o=Oe.parse(t))==null?void 0:o.expiration;Tr.set(En,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}else F.del(Gt),Tr.remove(En)}storeRefreshToken(t){typeof t=="string"?(F.put(lr,t),Tr.set(xn,t,{sameSite:"Strict",secure:!0,expires:30})):(F.del(lr),Tr.remove(xn))}clearForkedToken(){F.del(To)}};var Dn,ko=class{constructor(t){this.apiUrl=t.apiUrl||sr,this.fallbackApiUrl=this.apiUrl,this.timeout=t.timeout||sa,this.appId=t.appId,this.clientAnalyticsId=typeof window>"u"?null:crypto.randomUUID(),this.connectors=new So,Dn||(Dn=new Pr),this.session=Dn,this.api=this.generateApi(),this.session.client=this}generateApi(){let t=new xr(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi()}authenticate(){if(!this.authFlow)throw new P("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new P("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}async unlinkEmail(t){try{let o=await this.api.post(oa(),{address:t});return $e(o)}catch(o){throw Ee(o)}}async unlinkPhone(t){try{let o=await this.api.post(ra(),{phoneNumber:t});return $e(o)}catch(o){throw Ee(o)}}async unlinkWallet(t){try{let o=await this.api.post(ta(),{address:t});return $e(o)}catch(o){throw Ee(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(na(),{provider:t,subject:o});return $e(r)}catch(r){throw Ee(r)}}async createAnalyticsEvent(t,o,r){try{if(!this.clientAnalyticsId)throw new Error("Cannot create analytics event if run in node and not browswer");await this.api.post(ia(),{event_name:t,client_id:this.clientAnalyticsId,payload:{...o||{},clientTimestamp:r?r.toISOString():new Date().toISOString()}})}catch(n){console.error("Failed to create analytics event",n)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){var o;return this.session.hasActiveToken()?((o=Oe.parse(this.session.token))==null?void 0:o.audience)!==this.appId?(await this.logout(),null):this.session.token:!(t!=null&&t.disableAutoRefresh)&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){var t,o;try{let r=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:r.id,name:r.name,verificationKey:r.verification_key,logoUrl:r.logo_url||void 0,accentColor:r.accent_color||void 0,showWalletLoginFirst:r.show_wallet_login_first,allowlistConfig:{errorTitle:r.allowlist_config.error_title,errorDetail:r.allowlist_config.error_detail,errorCtaText:r.allowlist_config.cta_text,errorCtaLink:r.allowlist_config.cta_link},walletAuth:r.wallet_auth,emailAuth:r.email_auth,smsAuth:r.sms_auth,googleOAuth:r.google_oauth,twitterOAuth:r.twitter_oauth,discordOAuth:r.discord_oauth,githubOAuth:r.github_oauth,appleOAuth:r.apple_oauth,termsAndConditionsUrl:r.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:(t=r.embedded_wallet_config)==null?void 0:t.create_on_login,requireUserPasswordOnCreate:(o=r.embedded_wallet_config)==null?void 0:o.require_user_password_on_create},privacyPolicyUrl:r.privacy_policy_url,customApiUrl:r.custom_api_url,createdAt:new Date(r.created_at*1e3),updatedAt:new Date(r.updated_at*1e3)}}catch(r){throw Ee(r)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t}`)).usd}catch{console.error(`Unable to fetch token price for chain with id ${t}`);return}}async forkSession(){return await this.session.forkSession()}};import"wicg-inert";import{disableBodyScroll as Fh,clearAllBodyScrollLocks as Gh}from"body-scroll-lock";import{useRef as Hh,useCallback as Vh}from"react";import{useEffect as Rc}from"react";import zh from"react-dom";import Oi from"styled-components";import{createContext as vd,useContext as bd}from"react";var Un=vd({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,getAuthMeta:x,getAuthFlow:x,closePrivyModal:x,connectWallet:x,initLoginWithWallet:x,loginWithWallet:x,loginWithCode:x,initLoginWithEmail:x,initLoginWithSms:x,resendEmailCode:x,resendSmsCode:x,initLoginWithOAuth:x,loginWithOAuth:x,refreshUser:x,walletProxy:null,createAnalyticsEvent:x,getUsdTokenPrice:x,recoverEmbeddedWallet:x}),R=()=>bd(Un);import{createContext as wd,useContext as Cd}from"react";var Bn=wd({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:x,login:x,linkEmail:x,linkPhone:x,linkWallet:x,linkGoogle:x,linkTwitter:x,linkDiscord:x,linkGithub:x,linkApple:x,logout:x,getAccessToken:x,getEthereumProvider:x,getEthersProvider:x,getWeb3jsProvider:x,unlinkEmail:x,unlinkPhone:x,unlinkWallet:x,unlinkGoogle:x,unlinkTwitter:x,unlinkDiscord:x,unlinkGithub:x,unlinkApple:x,setActiveWallet:x,forkSession:x,createWallet:x,signMessage:x,sendTransaction:x,exportWallet:x}),U=()=>Cd(Bn);import zn from"styled-components";import Wo,{css as za}from"styled-components";import Gn from"styled-components";import{Fragment as Td,jsx as Fn,jsxs as Pd}from"react/jsx-runtime";var Ar=({success:e,fail:t})=>Pd(Td,{children:[Fn(Ro,{className:e?"success":t?"fail":""}),Fn(Ed,{className:e?"success":t?"fail":""})]}),Ro=Gn.span`
|
|
13
13
|
&& {
|
|
14
14
|
width: 82px;
|
|
15
15
|
height: 82px;
|
|
@@ -2134,4 +2134,4 @@ Resources:
|
|
|
2134
2134
|
align-items: center;
|
|
2135
2135
|
justify-content: center;
|
|
2136
2136
|
height: 100%;
|
|
2137
|
-
`;import go from"tinycolor2";var Ic="#FFFFFF",Yh="#000000",Zh=Ic,Qh="#1E1E1D";function Jh(e){return e<.8&&e>.2&&console.warn("Background color is not light or dark enough, which could lead to accessibility issues."),e>.5?"light":"dark"}function Lt(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return go({...e.toHsl(),l:o})}function Nc({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",errorHex:r="#EC6351",whiteHex:n=Ic,blackHex:i=Yh}){let a;switch(e){case"light":a=Zh;break;case"dark":a=Qh;break;default:a=e;break}let l=go(a),s=go(t),p=go(o),h=go(r),y=Jh(l.getLuminance()),v=Lt(l,y==="light"?-.04:.11),m=Lt(l,y==="light"?-.88:.87),f=Lt(l,y==="light"?-.77:.75),u=Lt(l,y==="light"?-.43:.45).desaturate(y==="light"?60:20),w=Lt(l,y==="light"?-.13:.25).desaturate(y==="light"?60:20),_=Lt(s,.15),W=Lt(s,-.06),C=go(s.getLuminance()>.5?i:n);return{colorScheme:y,background:l.toHslString(),background2:v.toHslString(),foreground:m.toHslString(),foreground2:f.toHslString(),foreground3:u.toHslString(),foreground4:w.toHslString(),accent:s.toHslString(),accentLight:_.toHslString(),accentDark:W.toHslString(),foregroundAccent:C.toHslString(),success:p.toHslString(),error:h.toHslString()}}var fn={appearance:{theme:"light",accentColor:"#676FFF"},_render:{inDialog:!0,inParentNodeId:null}};function Di(e,t){var y,v,m,f,u,w,_,W,C,S;let o,r,n,i,a,l,s,p;if(t!=null&&t.loginMethods?(o=t.loginMethods.includes("email"),r=t.loginMethods.includes("sms"),n=t.loginMethods.includes("wallet"),i=t.loginMethods.includes("google"),a=t.loginMethods.includes("twitter"),l=t.loginMethods.includes("discord"),s=t.loginMethods.includes("github"),p=t.loginMethods.includes("apple")):(o=e.emailAuth,r=e.smsAuth,n=e.walletAuth,i=e.googleOAuth,a=e.twitterOAuth,l=e.discordOAuth,s=e.githubOAuth,p=e.appleOAuth),o&&r&&(console.warn("Enabling both email and SMS passwordless is not currently supported. Disabling SMS."),r=!1),!o&&!r&&[i,a,l,s,p].some(k=>k))throw new Error("To enable social logins you must also enable either SMS or Email login");if(![o,r,n,i,a,l,s,p].some(k=>k))throw new Error("You must enable at least one login method");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:((y=t==null?void 0:t.appearance)==null?void 0:y.logo)??e.logoUrl,palette:Nc({backgroundTheme:((v=t==null?void 0:t.appearance)==null?void 0:v.theme)??fn.appearance.theme,accentHex:((m=t==null?void 0:t.appearance)==null?void 0:m.accentColor)??e.accentColor??fn.appearance.accentColor}),showWalletLoginFirst:((f=t==null?void 0:t.appearance)==null?void 0:f.showWalletLoginFirst)??e.showWalletLoginFirst},loginMethods:{wallet:n,email:o,sms:r,google:i,twitter:a,discord:l,github:s,apple:p},legal:{termsAndConditionsUrl:((u=t==null?void 0:t.legal)==null?void 0:u.termsAndConditionsUrl)??e.termsAndConditionsUrl,privacyPolicyUrl:((w=t==null?void 0:t.legal)==null?void 0:w.privacyPolicyUrl)??e.privacyPolicyUrl},embeddedWallets:{createOnLogin:((_=t==null?void 0:t.embeddedWallets)==null?void 0:_.createOnLogin)??e.embeddedWalletConfig.createOnLogin,requireUserPasswordOnCreate:((W=t==null?void 0:t.embeddedWallets)==null?void 0:W.requireUserPasswordOnCreate)??e.embeddedWalletConfig.requireUserPasswordOnCreate},render:{inDialog:((C=t==null?void 0:t._render)==null?void 0:C.inDialog)??fn._render.inDialog,inParentNodeId:((S=t==null?void 0:t._render)==null?void 0:S.inParentNodeId)??fn._render.inParentNodeId}}}import{useRef as Xh,useEffect as ef}from"react";var yn=class{constructor(){this.callbacks={}}enqueue(t,o){this.callbacks[t]=o}dequeue(t,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${t} event: no event found for id ${o}`);switch(delete this.callbacks[o],t){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:connect":return r;case"privy:wallet:recover":return r;case"privy:wallet:rpc":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};import{jsx as nf}from"react/jsx-runtime";var tf=function(e){return()=>`id-${e++}`}(0);function of(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Qo(e){return e.error!==void 0}var vo=new yn;function Jo(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((n,i)=>{let a=tf();vo.enqueue(a,{resolve:n,reject:i}),r.postMessage({id:a,event:e,data:t},"*")})}function rf(e){switch(e.event){case"privy:iframe:ready":let t=vo.dequeue(e.event,e.id);return Qo(e)?t.reject(new pt(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=vo.dequeue(e.event,e.id);return Qo(e)?o.reject(new pt(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=vo.dequeue(e.event,e.id);return Qo(e)?r.reject(new pt(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=vo.dequeue(e.event,e.id);return Qo(e)?n.reject(new pt(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=vo.dequeue(e.event,e.id);return Qo(e)?i.reject(new pt(e.error.type,e.error.message)):i.resolve(e.data)}}function Lc(e){let t=Xh(null);return ef(()=>{let o=t.current;if(!o)return;function r(l){l&&l.origin===e.origin&&of(l.data)&&rf(l.data)}let n={create(l){return Jo("privy:wallet:create",l,o)},connect(l){return Jo("privy:wallet:connect",l,o)},recover(l){return Jo("privy:wallet:recover",l,o)},rpc(l){return Jo("privy:wallet:rpc",l,o)}};window.addEventListener("message",r);let i=()=>e.onLoad(n),a=(...l)=>{console.error("privy iframe failed to load: ",...l),e.onLoadFailed()};return Ea(()=>Jo("privy:iframe:ready",{},o)).then(i,a),()=>window.removeEventListener("message",r)},[t.current]),nf("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:dr(e.origin,`/apps/${e.appId}/embedded-wallets`)})}import{createContext as af,useContext as sf}from"react";var Ui=af({wallets:[]});function lf(){return sf(Ui)}import{jsx as bo,jsxs as Mc}from"react/jsx-runtime";function pf(e){return typeof e=="string"&&e.length===25}var Xo;function Ao(){if(!Xo){let e=F.get(Gt);return Promise.resolve(e||null)}return Xo.getAccessToken()}var Oc,_a=(e,t)=>Oc(e,t),Dc,Sa=(e,t)=>Dc(e,t),uf=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;F.put(To,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},mf=({config:e,...t})=>{var r,n;if(!pf(t.appId))throw new P("Cannot initialize the Privy provider with an invalid Privy app ID");Xo||(Xo=new ko({appId:t.appId,apiUrl:t.apiUrl||sr}));let o=Object.assign({},e);return t.createPrivyWalletOnLogin!==void 0&&((r=o.embeddedWallets)==null?void 0:r.createOnLogin)===void 0&&(o.embeddedWallets||(o.embeddedWallets={}),o.embeddedWallets.createOnLogin=t.createPrivyWalletOnLogin?"users-without-wallets":"off"),t.createPrivyWalletOnLogin!==void 0&&((n=e==null?void 0:e.embeddedWallets)==null?void 0:n.createOnLogin)&&console.warn("Both `createPrivyWalletOnLogin` and `config.embeddedWallets.createOnLogin` are set. `createPrivyWalletOnLogin` is deprecated and should be removed."),bo(hf,{...t,config:o,client:Xo})},hf=e=>{let t=e.client,[o,r]=de(!1),[n,i]=de(!1),[a,l]=de(!1),[s,p]=de(null),[h,y]=de([]),v=df(h),[m,f]=de(!1),[u,w]=de(null),[_,W]=de(!1),[C,S]=de({status:"disconnected",connectError:null,connector:null,connectRetry:x}),[k,L]=de(null),[N,re]=de(null),[V,ne]=de({showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null,embeddedWalletConfig:{createOnLogin:"off",requireUserPasswordOnCreate:!1}}),[B,I]=de(Di(V,e.config)),[D,G]=de(!0),[q,pe]=de({}),[Xe,et]=de(null),ee=c=>{c&&w(c),r(!0),t.createAnalyticsEvent("modal_open",{initialScreen:c})},te=c=>{B.embeddedWallets.createOnLogin!=="off"&&G(!0),ee(c)};Mt(()=>{if(!N||!s){t.connectors.removeEmbeddedWalletConnector();return}let c=s==null?void 0:s.linkedAccounts.filter(d=>d.type==="wallet"&&d.walletClient==="privy");if(c&&c.length>0){let d=c[0].address;t.connectors.addEmbeddedWalletConnector(N,d)}},[N,s]),Mt(()=>{async function c(){let d=await t.getServerConfig();ne(d),d.customApiUrl&&t.updateApiUrl(d.customApiUrl),t.connectors.initialize();let g=tt();uf();let E=await t.getAuthenticatedUser();l(!!E),p(E),i(!0),Xe==null||Xe(),g&&E&&W(!0),er()}c()},[t,Xe,n]),Mt(()=>{let c=Di(V,e.config);I(c)},[e.config,V]);let tt=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_oauth_code"),g=c.get("privy_oauth_state"),E=c.get("privy_oauth_provider");return d&&g&&E?(t.startAuthFlow(new ot(E,d,g)),te("AWAITING_OAUTH_SCREEN"),!0):!1},Ot=async(c,d,g)=>{let E=t.connectors.createWalletConnector(c,d);wo(E,g)};async function wo(c,d){if(!c)return S({status:"disconnected",connectError:new H("Unable to connect to wallet."),connector:null,connectRetry:x}),d==null?void 0:d(null);S({connector:c,status:"connecting",connectError:null,connectRetry:()=>wo(c,d)});try{let g=await c.connect({showPrompt:!0});return S(E=>({...E,status:"connected",connectError:null,connectRetry:x})),d==null?void 0:d(g)}catch(g){return g instanceof Se?console.error(g.cause?g.cause:g.message):console.error(g),S(E=>({...E,status:"disconnected",connectError:g})),d==null?void 0:d(null)}}let Dt=c=>{if(c===null)throw new P("Error connecting to wallet.");t.startAuthFlow(new ft(c))},er=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_connector"),g=c.get("privy_wallet_client");if(!d||!g)return;if(g==="phantom"&&!Re()&&te("LOGIN_FAILED_SCREEN"),!t.connectors)throw new P("Connector not initialized");ee("AWAITING_CONNECTION");let E=new URL(window.location.href);E.searchParams.delete("privy_connector"),E.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",E),Ot(d,g,Dt)};Mt(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(p)},[n,a,s,t]);let Co=()=>{W(!0),ee("LINK_WALLET_SCREEN")},tr=c=>{if(!a||!s)return!1;for(let d of s.linkedAccounts)if(d.type==="wallet"&&d.address===c.address)return!0;return!1},or=async c=>{if(!t.connectors)throw new P("Connector not initialized");W(!!a);let d=t.connectors.findWalletConnector(c.connectorType,c.walletClientType)||null;S(g=>({...g,connector:d,status:"connected",connectError:null,connectRetry:x})),Dt(c),te("AWAITING_CONNECTION")},Z=(c,d)=>{if(!t.connectors)throw new P("Connector not initialized");W(!!a),Ot(c,d,Dt)},mt=()=>{y(c=>{let d=t.connectors.wallets.map(g=>({...g,linked:tr(g),loginOrLink:async()=>{if(!await g.isConnected())throw new P("Wallet is not connected");if(g.connectorType==="embedded"&&g.walletClientType==="privy")throw new P("Cannot link or login with embedded wallet");or(g)},unlink:async()=>{if(!a)throw new P("User is not authenticated.");if(g.connectorType==="embedded"&&g.walletClientType==="privy")throw new P("Cannot unlink an embedded wallet");let E=await t.unlinkWallet(g.address);p(E)}}));return mr(c,d)?c:d})};Mt(()=>{mt()},[s==null?void 0:s.linkedAccounts]),Mt(()=>{n&&(mt(),t.connectors.on("walletsUpdated",mt))},[n]);let vn=()=>{ee(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};Mt(()=>{if(!h[0])return;let c=h[0],d=v.current.find(E=>E.address===c.address),g=s==null?void 0:s.linkedAccounts.find(E=>E.type==="wallet"&&E.address===c.address);if(!d&&g){let E=Object.assign({},s);E.wallet=g&&{address:g.address,chainType:g.chainType,chainId:g.chainId,walletClient:g.walletClient},p(E)}v.current=h},[h]);let Eo={ready:n,authenticated:a,user:s,walletConnectors:t.connectors,connectWallet:vn,linkWallet:Co,linkEmail:()=>{W(!0),ee("LINK_EMAIL_SCREEN")},linkPhone:()=>{W(!0),ee("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await Ut.initLoginWithOAuth("google")},linkTwitter:async()=>{await Ut.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await Ut.initLoginWithOAuth("discord")},linkGithub:async()=>{await Ut.initLoginWithOAuth("github")},linkApple:async()=>{await Ut.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(c=>{et(()=>c)}),et(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}te()},logout:async()=>{await t.logout(),p(null),l(!1),w(null),W(!1),r(!1)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new z;let c=h.find(g=>s.wallet&&g.address===s.wallet.address),d=t.connectors.walletConnectors.find(g=>g.wallets.find(E=>E.address===(c==null?void 0:c.address)));return!c||!d?new z:d.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new Bi(new Le(new z));let c=h.find(g=>s.wallet&&g.address===s.wallet.address),d=t.connectors.walletConnectors.find(g=>g.wallets.find(E=>E.address===(c==null?void 0:c.address)));return!c||!d?new Bi(new Le(new z)):new Bi(new Le(d.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new it(new z);let c=h.find(g=>s.wallet&&g.address===s.wallet.address),d=t.connectors.walletConnectors.find(g=>g.wallets.find(E=>E.address===(c==null?void 0:c.address)));return!c||!d?new it(new z):new it(d.proxyProvider)},unlinkWallet:async c=>{let d=await t.unlinkWallet(c);return p(d),d},unlinkEmail:async c=>{let d=await t.unlinkEmail(c);return p(d),d},unlinkPhone:async c=>{let d=await t.unlinkPhone(c);return p(d),d},unlinkGoogle:async c=>{let d=await t.unlinkOAuth("google",c);return p(d),d},unlinkTwitter:async c=>{let d=await t.unlinkOAuth("twitter",c);return p(d),d},unlinkDiscord:async c=>{let d=await t.unlinkOAuth("discord",c);return p(d),d},unlinkGithub:async c=>{let d=await t.unlinkOAuth("github",c);return p(d),d},unlinkApple:async c=>{let d=await t.unlinkOAuth("apple",c);return p(d),d},setActiveWallet:async c=>{let d=h.find(E=>gn(E.address)===gn(c)),g=s==null?void 0:s.linkedAccounts.find(E=>E.type==="wallet"&&gn(E.address)===gn(c));if(!d||!await d.isConnected())L(c),Co();else if(!d.linked)d.loginOrLink();else{let E=Object.assign({},s);E.wallet=g&&{address:g.address,chainType:g.chainType,chainId:g.chainId,walletClient:g.walletClient},p(E)}},forkSession:()=>t.forkSession(),createWallet:()=>new Promise((c,d)=>{if(!a||!s){d(new Error("User must be authenticated before creating a Privy wallet"));return}if($(s)){d(new Error("Only one Privy wallet per user is currently allowed"));return}G(!0),pe({createWallet:{onSuccess:c,onFailure:d,callAuthOnSuccessOnClose:!1}}),ee("EMBEDDED_WALLET_SCREEN")}),signMessage:(c,d)=>new Promise((g,E)=>{if(!a||!s){E(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!$(s)){E(new Error("Must have a Privy wallet before signing"));return}if(typeof c!="string"||c.length<1){E(new Error("Message must be a non-empty string"));return}G(!0);let bn={message:c,onSuccess:g,onFailure:E,uiOptions:d||{}},wn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:E};pe({signMessage:bn,connectWallet:wn}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}),sendTransaction:(c,d)=>new Promise(async(g,E)=>{if(!a||!s){E(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!$(s)){E(new Error("Must have a Privy wallet before signing"));return}G(!0);let bn={transactionRequest:c,onSuccess:g,onFailure:E,uiOptions:d||{}},wn={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:E};pe({connectWallet:wn,sendTransaction:bn}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}),exportWallet:()=>new Promise((c,d)=>{if(!a||!s){d(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!$(s)){d(new Error("Must have a Privy wallet before exporting"));return}G(!0);let E={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},rr={appId:e.appId,origin:t.apiUrl,onSuccess:c,onFailure:d};pe({keyExport:rr,connectWallet:E}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")})};Oc=Eo.signMessage,Dc=Eo.sendTransaction;let Ut=(()=>({isNewUserThisSession:m,isLinking:_,linkingHint:k,walletConnectionStatus:C,getAuthFlow:()=>t.authFlow,getAuthMeta:()=>{var c;return(c=t.authFlow)==null?void 0:c.meta},closePrivyModal:(c={shouldCallAuthOnSuccess:!0})=>{var g;let d=n&&a&&s;c.shouldCallAuthOnSuccess&&d&&((g=e.onSuccess)==null||g.call(e,s,m)),t.authFlow=void 0,L(null),w(null),W(!1),f(!1),r(!1),t.createAnalyticsEvent("modal_closed")},connectWallet:Ot,initLoginWithWallet:Z,loginWithWallet:async()=>{if(!(t.authFlow instanceof ft))throw new P("Must initialize SIWE flow first.");let c,d;_?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),p(c||s||null),f(d||!1),l(!0)},initLoginWithOAuth:async c=>{t.startAuthFlow(new ot(c));let d=await t.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async()=>{if(!(t.authFlow instanceof ot))throw new P("Must initialize OAuth flow before calling loginWithOAuth");let c,d;n&&a?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),p(c),f(d||!1),l(!0)},initLoginWithEmail:async c=>{let d=new ht(c);t.startAuthFlow(d),await d.sendCodeEmail()},initLoginWithSms:async c=>{let d=new yt(c);t.startAuthFlow(d),await d.sendSmsCode()},resendEmailCode:async()=>{var c;await((c=t.authFlow)==null?void 0:c.sendCodeEmail())},resendSmsCode:async()=>{var c;await((c=t.authFlow)==null?void 0:c.sendSmsCode())},loginWithCode:async c=>{if(t.authFlow instanceof ht)t.authFlow.meta.emailCode=c.trim();else if(t.authFlow instanceof yt)t.authFlow.meta.smsCode=c.trim();else throw new P("Must initialize a passwordless code flow first");let d,g;_?d=await t.link():{user:d,isNewUser:g}=await t.authenticate(),p(d||s||null),f(g||!1),l(!0)},refreshUser:async()=>{let c=await t.getAuthenticatedUser();return p(c),c},walletProxy:N,createAnalyticsEvent:(c,d,g)=>t.createAnalyticsEvent(c,d,g),getUsdTokenPrice:c=>t.getUsdTokenPrice(c),recoverEmbeddedWallet:c=>new Promise((d,g)=>{if(!a||!s){g(new Error("User must be authenticated before recovering the Privy wallet"));return}let E=$(s);if(!E){g(new Error("Must have a Privy wallet in order to recover it"));return}G(!0),pe({recoverWallet:{privyWallet:E,onCompleteNavigateTo:c,onFailure:g,onSuccess:d}}),ee("EMBEDDED_WALLET_RECOVERY_SCREEN")})}))(),Uc=cf(()=>({wallets:h}),[h]);return bo(Bn.Provider,{value:Eo,children:Mc(Ui.Provider,{value:Uc,children:[e.children,Mc(Un.Provider,{value:Ut,children:[bo(_c,{theme:{...B.appearance.palette||{}}}),bo(La,{appConfig:B,data:q,setModalData:pe,initialScreen:u,visible:o,authenticated:a,children:o&&bo(Wc,{})}),D&&bo(Lc,{appId:e.appId,origin:t.apiUrl,onLoad:re,onLoadFailed:()=>null})]})]})})};export{Le as AsExternalProvider,So as ConnectorManager,ko as PrivyClient,mf as PrivyProvider,z as PrivyProxyProvider,Cn as VERSION,ge as WalletConnector,Ao as getAccessToken,U as usePrivy,lf as useWallets};
|
|
2137
|
+
`;import go from"tinycolor2";var Ic="#FFFFFF",Yh="#000000",Zh=Ic,Qh="#1E1E1D";function Jh(e){return e<.8&&e>.2&&console.warn("Background color is not light or dark enough, which could lead to accessibility issues."),e>.5?"light":"dark"}function Lt(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return go({...e.toHsl(),l:o})}function Nc({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",errorHex:r="#EC6351",whiteHex:n=Ic,blackHex:i=Yh}){let a;switch(e){case"light":a=Zh;break;case"dark":a=Qh;break;default:a=e;break}let l=go(a),s=go(t),p=go(o),h=go(r),y=Jh(l.getLuminance()),v=Lt(l,y==="light"?-.04:.11),m=Lt(l,y==="light"?-.88:.87),f=Lt(l,y==="light"?-.77:.75),u=Lt(l,y==="light"?-.43:.45).desaturate(y==="light"?60:20),w=Lt(l,y==="light"?-.13:.25).desaturate(y==="light"?60:20),_=Lt(s,.15),W=Lt(s,-.06),C=go(s.getLuminance()>.5?i:n);return{colorScheme:y,background:l.toHslString(),background2:v.toHslString(),foreground:m.toHslString(),foreground2:f.toHslString(),foreground3:u.toHslString(),foreground4:w.toHslString(),accent:s.toHslString(),accentLight:_.toHslString(),accentDark:W.toHslString(),foregroundAccent:C.toHslString(),success:p.toHslString(),error:h.toHslString()}}var fn={appearance:{theme:"light",accentColor:"#676FFF"},_render:{inDialog:!0,inParentNodeId:null}};function Di(e,t){var y,v,m,f,u,w,_,W,C,S;let o,r,n,i,a,l,s,p;if(t!=null&&t.loginMethods?(o=t.loginMethods.includes("email"),r=t.loginMethods.includes("sms"),n=t.loginMethods.includes("wallet"),i=t.loginMethods.includes("google"),a=t.loginMethods.includes("twitter"),l=t.loginMethods.includes("discord"),s=t.loginMethods.includes("github"),p=t.loginMethods.includes("apple")):(o=e.emailAuth,r=e.smsAuth,n=e.walletAuth,i=e.googleOAuth,a=e.twitterOAuth,l=e.discordOAuth,s=e.githubOAuth,p=e.appleOAuth),o&&r&&(console.warn("Enabling both email and SMS passwordless is not currently supported. Disabling SMS."),r=!1),!o&&!r&&[i,a,l,s,p].some(k=>k))throw new Error("To enable social logins you must also enable either SMS or Email login");if(![o,r,n,i,a,l,s,p].some(k=>k))throw new Error("You must enable at least one login method");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:((y=t==null?void 0:t.appearance)==null?void 0:y.logo)??e.logoUrl,palette:Nc({backgroundTheme:((v=t==null?void 0:t.appearance)==null?void 0:v.theme)??fn.appearance.theme,accentHex:((m=t==null?void 0:t.appearance)==null?void 0:m.accentColor)??e.accentColor??fn.appearance.accentColor}),showWalletLoginFirst:((f=t==null?void 0:t.appearance)==null?void 0:f.showWalletLoginFirst)??e.showWalletLoginFirst},loginMethods:{wallet:n,email:o,sms:r,google:i,twitter:a,discord:l,github:s,apple:p},legal:{termsAndConditionsUrl:((u=t==null?void 0:t.legal)==null?void 0:u.termsAndConditionsUrl)??e.termsAndConditionsUrl,privacyPolicyUrl:((w=t==null?void 0:t.legal)==null?void 0:w.privacyPolicyUrl)??e.privacyPolicyUrl},embeddedWallets:{createOnLogin:((_=t==null?void 0:t.embeddedWallets)==null?void 0:_.createOnLogin)??e.embeddedWalletConfig.createOnLogin,requireUserPasswordOnCreate:((W=t==null?void 0:t.embeddedWallets)==null?void 0:W.requireUserPasswordOnCreate)??e.embeddedWalletConfig.requireUserPasswordOnCreate},render:{inDialog:((C=t==null?void 0:t._render)==null?void 0:C.inDialog)??fn._render.inDialog,inParentNodeId:((S=t==null?void 0:t._render)==null?void 0:S.inParentNodeId)??fn._render.inParentNodeId}}}import{useRef as Xh,useEffect as ef}from"react";var yn=class{constructor(){this.callbacks={}}enqueue(t,o){this.callbacks[t]=o}dequeue(t,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${t} event: no event found for id ${o}`);switch(delete this.callbacks[o],t){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:connect":return r;case"privy:wallet:recover":return r;case"privy:wallet:rpc":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};import{jsx as nf}from"react/jsx-runtime";var tf=function(e){return()=>`id-${e++}`}(0);function of(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Qo(e){return e.error!==void 0}var vo=new yn;function Jo(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((n,i)=>{let a=tf();vo.enqueue(a,{resolve:n,reject:i}),r.postMessage({id:a,event:e,data:t},"*")})}function rf(e){switch(e.event){case"privy:iframe:ready":let t=vo.dequeue(e.event,e.id);return Qo(e)?t.reject(new pt(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=vo.dequeue(e.event,e.id);return Qo(e)?o.reject(new pt(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=vo.dequeue(e.event,e.id);return Qo(e)?r.reject(new pt(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=vo.dequeue(e.event,e.id);return Qo(e)?n.reject(new pt(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=vo.dequeue(e.event,e.id);return Qo(e)?i.reject(new pt(e.error.type,e.error.message)):i.resolve(e.data)}}function Lc(e){let t=Xh(null);return ef(()=>{let o=t.current;if(!o)return;function r(l){l&&l.origin===e.origin&&of(l.data)&&rf(l.data)}let n={create(l){return Jo("privy:wallet:create",l,o)},connect(l){return Jo("privy:wallet:connect",l,o)},recover(l){return Jo("privy:wallet:recover",l,o)},rpc(l){return Jo("privy:wallet:rpc",l,o)}};window.addEventListener("message",r);let i=()=>e.onLoad(n),a=(...l)=>{console.error("privy iframe failed to load: ",...l),e.onLoadFailed()};return Ea(()=>Jo("privy:iframe:ready",{},o)).then(i,a),()=>window.removeEventListener("message",r)},[t.current]),nf("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:dr(e.origin,`/apps/${e.appId}/embedded-wallets`)})}import{createContext as af,useContext as sf}from"react";var Ui=af({wallets:[]});function lf(){return sf(Ui)}import{jsx as bo,jsxs as Mc}from"react/jsx-runtime";function pf(e){return typeof e=="string"&&e.length===25}var Xo;function Ao(){if(!Xo){let e=F.get(Gt);return Promise.resolve(e||null)}return Xo.getAccessToken()}var Oc,_a=(e,t)=>Oc(e,t),Dc,Sa=(e,t)=>Dc(e,t),uf=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;F.put(To,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},mf=({config:e,...t})=>{var r,n;if(!pf(t.appId))throw new P("Cannot initialize the Privy provider with an invalid Privy app ID");Xo||(Xo=new ko({appId:t.appId,apiUrl:t.apiUrl||sr}));let o=Object.assign({},e);return t.createPrivyWalletOnLogin!==void 0&&((r=o.embeddedWallets)==null?void 0:r.createOnLogin)===void 0&&(o.embeddedWallets||(o.embeddedWallets={}),o.embeddedWallets.createOnLogin=t.createPrivyWalletOnLogin?"users-without-wallets":"off"),t.createPrivyWalletOnLogin!==void 0&&((n=e==null?void 0:e.embeddedWallets)==null?void 0:n.createOnLogin)&&console.warn("Both `createPrivyWalletOnLogin` and `config.embeddedWallets.createOnLogin` are set. `createPrivyWalletOnLogin` is deprecated and should be removed."),bo(hf,{...t,config:o,client:Xo})},hf=e=>{let t=e.client,[o,r]=de(!1),[n,i]=de(!1),[a,l]=de(!1),[s,p]=de(null),[h,y]=de([]),v=df(h),[m,f]=de(!1),[u,w]=de(null),[_,W]=de(!1),[C,S]=de({status:"disconnected",connectError:null,connector:null,connectRetry:x}),[k,L]=de(null),[N,re]=de(null),[V,ne]=de({showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null,embeddedWalletConfig:{createOnLogin:"off",requireUserPasswordOnCreate:!1}}),[B,I]=de(Di(V,e.config)),[D,G]=de(!0),[q,pe]=de({}),[Xe,et]=de(null),ee=c=>{c&&w(c),r(!0),t.createAnalyticsEvent("modal_open",{initialScreen:c})},te=c=>{B.embeddedWallets.createOnLogin!=="off"&&G(!0),ee(c)};Mt(()=>{if(!N||!s){t.connectors.removeEmbeddedWalletConnector();return}let c=s==null?void 0:s.linkedAccounts.filter(d=>d.type==="wallet"&&d.walletClient==="privy");if(c&&c.length>0){let d=c[0].address;t.connectors.addEmbeddedWalletConnector(N,d)}},[N,s]),Mt(()=>{async function c(){let d=await t.getServerConfig();ne(d),d.customApiUrl&&t.updateApiUrl(d.customApiUrl),t.connectors.initialize();let g=tt();uf();let E=await t.getAuthenticatedUser();l(!!E),p(E),i(!0),Xe==null||Xe(),g&&E&&W(!0),er()}c()},[t,Xe,n]),Mt(()=>{let c=Di(V,e.config);I(c)},[e.config,V]);let tt=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_oauth_code"),g=c.get("privy_oauth_state"),E=c.get("privy_oauth_provider");return d&&g&&E?(t.startAuthFlow(new ot(E,d,g)),te("AWAITING_OAUTH_SCREEN"),!0):!1},Ot=async(c,d,g)=>{let E=t.connectors.createWalletConnector(c,d);wo(E,g)};async function wo(c,d){if(!c)return S({status:"disconnected",connectError:new H("Unable to connect to wallet."),connector:null,connectRetry:x}),d==null?void 0:d(null);S({connector:c,status:"connecting",connectError:null,connectRetry:()=>wo(c,d)});try{let g=await c.connect({showPrompt:!0});return S(E=>({...E,status:"connected",connectError:null,connectRetry:x})),d==null?void 0:d(g)}catch(g){return g instanceof Se?console.error(g.cause?g.cause:g.message):console.error(g),S(E=>({...E,status:"disconnected",connectError:g})),d==null?void 0:d(null)}}let Dt=c=>{c!==null&&t.startAuthFlow(new ft(c))},er=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_connector"),g=c.get("privy_wallet_client");if(!d||!g)return;if(g==="phantom"&&!Re()&&te("LOGIN_FAILED_SCREEN"),!t.connectors)throw new P("Connector not initialized");ee("AWAITING_CONNECTION");let E=new URL(window.location.href);E.searchParams.delete("privy_connector"),E.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",E),Ot(d,g,Dt)};Mt(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(p)},[n,a,s,t]);let Co=()=>{W(!0),ee("LINK_WALLET_SCREEN")},tr=c=>{if(!a||!s)return!1;for(let d of s.linkedAccounts)if(d.type==="wallet"&&d.address===c.address)return!0;return!1},or=async c=>{if(!t.connectors)throw new P("Connector not initialized");W(!!a);let d=t.connectors.findWalletConnector(c.connectorType,c.walletClientType)||null;S(g=>({...g,connector:d,status:"connected",connectError:null,connectRetry:x})),Dt(c),te("AWAITING_CONNECTION")},Z=(c,d)=>{if(!t.connectors)throw new P("Connector not initialized");W(!!a),Ot(c,d,Dt)},mt=()=>{y(c=>{let d=t.connectors.wallets.map(g=>({...g,linked:tr(g),loginOrLink:async()=>{if(!await g.isConnected())throw new P("Wallet is not connected");if(g.connectorType==="embedded"&&g.walletClientType==="privy")throw new P("Cannot link or login with embedded wallet");or(g)},unlink:async()=>{if(!a)throw new P("User is not authenticated.");if(g.connectorType==="embedded"&&g.walletClientType==="privy")throw new P("Cannot unlink an embedded wallet");let E=await t.unlinkWallet(g.address);p(E)}}));return mr(c,d)?c:d})};Mt(()=>{mt()},[s==null?void 0:s.linkedAccounts]),Mt(()=>{n&&(mt(),t.connectors.on("walletsUpdated",mt))},[n]);let vn=()=>{ee(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};Mt(()=>{if(!h[0])return;let c=h[0],d=v.current.find(E=>E.address===c.address),g=s==null?void 0:s.linkedAccounts.find(E=>E.type==="wallet"&&E.address===c.address);if(!d&&g){let E=Object.assign({},s);E.wallet=g&&{address:g.address,chainType:g.chainType,chainId:g.chainId,walletClient:g.walletClient},p(E)}v.current=h},[h]);let Eo={ready:n,authenticated:a,user:s,walletConnectors:t.connectors,connectWallet:vn,linkWallet:Co,linkEmail:()=>{W(!0),ee("LINK_EMAIL_SCREEN")},linkPhone:()=>{W(!0),ee("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await Ut.initLoginWithOAuth("google")},linkTwitter:async()=>{await Ut.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await Ut.initLoginWithOAuth("discord")},linkGithub:async()=>{await Ut.initLoginWithOAuth("github")},linkApple:async()=>{await Ut.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(c=>{et(()=>c)}),et(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}te()},logout:async()=>{await t.logout(),p(null),l(!1),w(null),W(!1),r(!1)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new z;let c=h.find(g=>s.wallet&&g.address===s.wallet.address),d=t.connectors.walletConnectors.find(g=>g.wallets.find(E=>E.address===(c==null?void 0:c.address)));return!c||!d?new z:d.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new Bi(new Le(new z));let c=h.find(g=>s.wallet&&g.address===s.wallet.address),d=t.connectors.walletConnectors.find(g=>g.wallets.find(E=>E.address===(c==null?void 0:c.address)));return!c||!d?new Bi(new Le(new z)):new Bi(new Le(d.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new it(new z);let c=h.find(g=>s.wallet&&g.address===s.wallet.address),d=t.connectors.walletConnectors.find(g=>g.wallets.find(E=>E.address===(c==null?void 0:c.address)));return!c||!d?new it(new z):new it(d.proxyProvider)},unlinkWallet:async c=>{let d=await t.unlinkWallet(c);return p(d),d},unlinkEmail:async c=>{let d=await t.unlinkEmail(c);return p(d),d},unlinkPhone:async c=>{let d=await t.unlinkPhone(c);return p(d),d},unlinkGoogle:async c=>{let d=await t.unlinkOAuth("google",c);return p(d),d},unlinkTwitter:async c=>{let d=await t.unlinkOAuth("twitter",c);return p(d),d},unlinkDiscord:async c=>{let d=await t.unlinkOAuth("discord",c);return p(d),d},unlinkGithub:async c=>{let d=await t.unlinkOAuth("github",c);return p(d),d},unlinkApple:async c=>{let d=await t.unlinkOAuth("apple",c);return p(d),d},setActiveWallet:async c=>{let d=h.find(E=>gn(E.address)===gn(c)),g=s==null?void 0:s.linkedAccounts.find(E=>E.type==="wallet"&&gn(E.address)===gn(c));if(!d||!await d.isConnected())L(c),Co();else if(!d.linked)d.loginOrLink();else{let E=Object.assign({},s);E.wallet=g&&{address:g.address,chainType:g.chainType,chainId:g.chainId,walletClient:g.walletClient},p(E)}},forkSession:()=>t.forkSession(),createWallet:()=>new Promise((c,d)=>{if(!a||!s){d(new Error("User must be authenticated before creating a Privy wallet"));return}if($(s)){d(new Error("Only one Privy wallet per user is currently allowed"));return}G(!0),pe({createWallet:{onSuccess:c,onFailure:d,callAuthOnSuccessOnClose:!1}}),ee("EMBEDDED_WALLET_SCREEN")}),signMessage:(c,d)=>new Promise((g,E)=>{if(!a||!s){E(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!$(s)){E(new Error("Must have a Privy wallet before signing"));return}if(typeof c!="string"||c.length<1){E(new Error("Message must be a non-empty string"));return}G(!0);let bn={message:c,onSuccess:g,onFailure:E,uiOptions:d||{}},wn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:E};pe({signMessage:bn,connectWallet:wn}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}),sendTransaction:(c,d)=>new Promise(async(g,E)=>{if(!a||!s){E(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!$(s)){E(new Error("Must have a Privy wallet before signing"));return}G(!0);let bn={transactionRequest:c,onSuccess:g,onFailure:E,uiOptions:d||{}},wn={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:E};pe({connectWallet:wn,sendTransaction:bn}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}),exportWallet:()=>new Promise((c,d)=>{if(!a||!s){d(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!$(s)){d(new Error("Must have a Privy wallet before exporting"));return}G(!0);let E={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},rr={appId:e.appId,origin:t.apiUrl,onSuccess:c,onFailure:d};pe({keyExport:rr,connectWallet:E}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")})};Oc=Eo.signMessage,Dc=Eo.sendTransaction;let Ut=(()=>({isNewUserThisSession:m,isLinking:_,linkingHint:k,walletConnectionStatus:C,getAuthFlow:()=>t.authFlow,getAuthMeta:()=>{var c;return(c=t.authFlow)==null?void 0:c.meta},closePrivyModal:(c={shouldCallAuthOnSuccess:!0})=>{var g;let d=n&&a&&s;c.shouldCallAuthOnSuccess&&d&&((g=e.onSuccess)==null||g.call(e,s,m)),t.authFlow=void 0,L(null),w(null),W(!1),f(!1),r(!1),t.createAnalyticsEvent("modal_closed")},connectWallet:Ot,initLoginWithWallet:Z,loginWithWallet:async()=>{if(!(t.authFlow instanceof ft))throw new P("Must initialize SIWE flow first.");let c,d;_?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),p(c||s||null),f(d||!1),l(!0)},initLoginWithOAuth:async c=>{t.startAuthFlow(new ot(c));let d=await t.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async()=>{if(!(t.authFlow instanceof ot))throw new P("Must initialize OAuth flow before calling loginWithOAuth");let c,d;n&&a?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),p(c),f(d||!1),l(!0)},initLoginWithEmail:async c=>{let d=new ht(c);t.startAuthFlow(d),await d.sendCodeEmail()},initLoginWithSms:async c=>{let d=new yt(c);t.startAuthFlow(d),await d.sendSmsCode()},resendEmailCode:async()=>{var c;await((c=t.authFlow)==null?void 0:c.sendCodeEmail())},resendSmsCode:async()=>{var c;await((c=t.authFlow)==null?void 0:c.sendSmsCode())},loginWithCode:async c=>{if(t.authFlow instanceof ht)t.authFlow.meta.emailCode=c.trim();else if(t.authFlow instanceof yt)t.authFlow.meta.smsCode=c.trim();else throw new P("Must initialize a passwordless code flow first");let d,g;_?d=await t.link():{user:d,isNewUser:g}=await t.authenticate(),p(d||s||null),f(g||!1),l(!0)},refreshUser:async()=>{let c=await t.getAuthenticatedUser();return p(c),c},walletProxy:N,createAnalyticsEvent:(c,d,g)=>t.createAnalyticsEvent(c,d,g),getUsdTokenPrice:c=>t.getUsdTokenPrice(c),recoverEmbeddedWallet:c=>new Promise((d,g)=>{if(!a||!s){g(new Error("User must be authenticated before recovering the Privy wallet"));return}let E=$(s);if(!E){g(new Error("Must have a Privy wallet in order to recover it"));return}G(!0),pe({recoverWallet:{privyWallet:E,onCompleteNavigateTo:c,onFailure:g,onSuccess:d}}),ee("EMBEDDED_WALLET_RECOVERY_SCREEN")})}))(),Uc=cf(()=>({wallets:h}),[h]);return bo(Bn.Provider,{value:Eo,children:Mc(Ui.Provider,{value:Uc,children:[e.children,Mc(Un.Provider,{value:Ut,children:[bo(_c,{theme:{...B.appearance.palette||{}}}),bo(La,{appConfig:B,data:q,setModalData:pe,initialScreen:u,visible:o,authenticated:a,children:o&&bo(Wc,{})}),D&&bo(Lc,{appId:e.appId,origin:t.apiUrl,onLoad:re,onLoadFailed:()=>null})]})]})})};export{Le as AsExternalProvider,So as ConnectorManager,ko as PrivyClient,mf as PrivyProvider,z as PrivyProxyProvider,Cn as VERSION,ge as WalletConnector,Ao as getAccessToken,U as usePrivy,lf as useWallets};
|
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ Chain ID: ${t}
|
|
|
9
9
|
Nonce: ${a}
|
|
10
10
|
Issued At: ${i}
|
|
11
11
|
Resources:
|
|
12
|
-
- https://privy.io`;this.wallet=t}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new _("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(fa(),{message:t,signature:o});return{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(t){throw le(t)}}async link(){if(!this.api)throw new _("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(ya(),{message:t,signature:o})}catch(t){throw le(t)}}async sign(){if(!this.api)throw new _("Auth flow has no API instance");if(this.preparedMessage||await this.buildSiweMessage(),!this.preparedMessage)throw new _("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async buildSiweMessage(){if(!this.api)throw new _("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:",""),r=await this.api.post(ha(),{address:t});return this.preparedMessage=this.prepareMessage(o,t,r.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,o,n,i,l,r,a)}};var Xt=class{constructor(t){this.meta={phoneNumber:t}}async authenticate(){if(!this.api)throw new _("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new _("phone number and sms code must be set prior to calling authenticate.");try{let t=Ca(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw le(t)}}async link(){if(!this.api)throw new _("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new _("phone number and sms code must be set prior to calling authenticate.");try{let t=Ea();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw le(t)}}async sendSmsCode(t){if(!this.api)throw new _("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),!this.meta.phoneNumber)throw new _("phone nNumber must be set when initialzing authentication.");try{let o=wa();return await this.api.post(o,{phoneNumber:this.meta.phoneNumber})}catch(o){throw le(o)}}};function wt(e){return new Date(e*1e3)}function jc(e){let t=[];for(let o of e){let r=o.type;switch(o.type){case"wallet":let n={address:o.address,type:o.type,verifiedAt:wt(o.verified_at),chainType:o.chain_type,walletClient:o.wallet_client,recoveryMethod:o.recovery_method};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:wt(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:wt(o.verified_at)};t.push(a);break;case"google_oauth":let l={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:wt(o.verified_at)};t.push(l);break;case"twitter_oauth":let s={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:wt(o.verified_at)};t.push(s);break;case"discord_oauth":let p={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:wt(o.verified_at)};t.push(p);break;case"github_oauth":let h={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:wt(o.verified_at)};t.push(h);break;case"apple_oauth":let g={subject:o.subject,email:o.email,type:o.type,verifiedAt:wt(o.verified_at)};t.push(g);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function Ot(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var oe=e=>e==null?void 0:e.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClient==="privy"),Kc=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),Co=(e,t)=>{var o;return t==="all-users"&&!oe(e)||t==="users-without-wallets"&&!((o=Kc(e))!=null&&o.length)};function Ct(e){if(!e)return null;let t=jc(e.linked_accounts),o=Ot(t,"wallet"),r=Ot(t,"email"),n=Ot(t,"phone"),i=Ot(t,"google_oauth"),a=Ot(t,"twitter_oauth"),l=Ot(t,"discord_oauth"),s=Ot(t,"github_oauth"),p=Ot(t,"apple_oauth");return{id:e.id,createdAt:wt(e.created_at),linkedAccounts:t,email:r&&{address:r==null?void 0:r.address},phone:n&&{number:n==null?void 0:n.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},apple:p&&{subject:p.subject,email:p.email}}}var vi=require("@ethersproject/address"),ys=T(require("eventemitter3"));var Wa="1.27.0";var eo="4df5e2316331463a9130964bd6078dfa",Fr="https://auth.privy.io",Ia=1e4,Qe=1400,Na=4500,Gr=Wa;var Eo="privy:token",oi="privy-token",Hr="privy:refresh_token",ri="privy-refresh-token",er="privy:session_transfer_token",ni="privy:connectors",ii="privy:connections",La="walletconnect",Ma=3e4,Ge=1;var ai=class{constructor(){this._cache={}}get(t){return this._cache[t]}put(t,o){o!==void 0?this._cache[t]=o:this.del(t)}del(t){delete this._cache[t]}getKeys(){return Object.keys(this._cache)}},si=class{get(t){let o=localStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?localStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){localStorage.removeItem(t)}getKeys(){return Object.entries(localStorage).map(([t])=>t)}};function Zc(){return typeof window<"u"&&window.localStorage?new si:new ai}var $=Zc();var za=require("libphonenumber-js/min");var Oa={id:42161,name:"Arbitrum One",network:"arbitrum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://arb-mainnet.g.alchemy.com/v2"],webSocket:["wss://arb-mainnet.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-mainnet.infura.io/v3"],webSocket:["wss://arbitrum-mainnet.infura.io/ws/v3"]},default:{http:["https://arb1.arbitrum.io/rpc"]},public:{http:["https://arb1.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://arbiscan.io"},default:{name:"Arbiscan",url:"https://arbiscan.io"}}};var Da={id:421613,name:"Arbitrum Goerli",network:"arbitrum-goerli",nativeCurrency:{name:"Arbitrum Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://arb-goerli.g.alchemy.com/v2"],webSocket:["wss://arb-goerli.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-goerli.infura.io/v3"],webSocket:["wss://arbitrum-goerli.infura.io/ws/v3"]},default:{http:["https://goerli-rollup.arbitrum.io/rpc"]},public:{http:["https://goerli-rollup.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"},default:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"}},testnet:!0};var Ua={id:5,network:"goerli",name:"Goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://eth-goerli.g.alchemy.com/v2"],webSocket:["wss://eth-goerli.g.alchemy.com/v2"]},infura:{http:["https://goerli.infura.io/v3"],webSocket:["wss://goerli.infura.io/ws/v3"]},default:{http:["https://rpc.ankr.com/eth_goerli"]},public:{http:["https://rpc.ankr.com/eth_goerli"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli.etherscan.io"},default:{name:"Etherscan",url:"https://goerli.etherscan.io"}},testnet:!0};var Ba={id:1,network:"homestead",name:"Ethereum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://eth-mainnet.g.alchemy.com/v2"],webSocket:["wss://eth-mainnet.g.alchemy.com/v2"]},infura:{http:["https://mainnet.infura.io/v3"],webSocket:["wss://mainnet.infura.io/ws/v3"]},default:{http:["https://cloudflare-eth.com"]},public:{http:["https://cloudflare-eth.com"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://etherscan.io"},default:{name:"Etherscan",url:"https://etherscan.io"}}};var Fa={id:10,name:"Optimism",network:"optimism",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-mainnet.g.alchemy.com/v2"],webSocket:["wss://opt-mainnet.g.alchemy.com/v2"]},infura:{http:["https://optimism-mainnet.infura.io/v3"],webSocket:["wss://optimism-mainnet.infura.io/ws/v3"]},default:{http:["https://mainnet.optimism.io"]},public:{http:["https://mainnet.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://optimistic.etherscan.io"},default:{name:"Optimism Explorer",url:"https://explorer.optimism.io"}}};var Ga={id:420,name:"Optimism Goerli",network:"optimism-goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-goerli.g.alchemy.com/v2"],webSocket:["wss://opt-goerli.g.alchemy.com/v2"]},infura:{http:["https://optimism-goerli.infura.io/v3"],webSocket:["wss://optimism-goerli.infura.io/ws/v3"]},default:{http:["https://goerli.optimism.io"]},public:{http:["https://goerli.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"},default:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"}},testnet:!0};var Ha={id:137,name:"Polygon",network:"matic",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mainnet.g.alchemy.com/v2"],webSocket:["wss://polygon-mainnet.g.alchemy.com/v2"]},infura:{http:["https://polygon-mainnet.infura.io/v3"],webSocket:["wss://polygon-mainnet.infura.io/ws/v3"]},default:{http:["https://polygon-rpc.com"]},public:{http:["https://polygon-rpc.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://polygonscan.com"},default:{name:"PolygonScan",url:"https://polygonscan.com"}}};var Va={id:80001,name:"Polygon Mumbai",network:"maticmum",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mumbai.g.alchemy.com/v2"],webSocket:["wss://polygon-mumbai.g.alchemy.com/v2"]},infura:{http:["https://polygon-mumbai.infura.io/v3"],webSocket:["wss://polygon-mumbai.infura.io/ws/v3"]},default:{http:["https://matic-mumbai.chainstacklabs.com"]},public:{http:["https://matic-mumbai.chainstacklabs.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"},default:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"}},testnet:!0};var Vr=[Oa,Da,Ua,Ba,Fa,Ga,Ha,Va];var qa=e=>!!String(e).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/),$a=e=>(0,za.isPossiblePhoneNumber)(String(e),"US"),ja=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},xo=(e,t=3,o=4)=>{if(!e)return"";let r=2,n=3;if(t+o+r+n>=e.length)return e;let i=e.slice(0,r+t),a=e.slice(e.length-o,e.length);return`${i}...${a}`},Qc=e=>new Promise(t=>setTimeout(t,e)),Ka=(e,t={})=>{let o=t.delayMs||40,r=t.maxAttempts||1e3;return new Promise(async(n,i)=>{let a=!1,l=0;for(;!a&&l<r;)e().then(()=>{a=!0,n()},(...s)=>{a=!0,i(...s)}),l+=1,await Qc(o);a||i(new Error("Exceeded max attempts before resolving function"))})},zr=(e,t,o={})=>{let r=new URL(t,e);for(let[n,i]of Object.entries(o))r.searchParams.set(n,i);return r.href};var li=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),tr=e=>typeof e=="string"?e:"0x"+e.toString(16);async function Ya(e=3e3){let t=!1,o=window;return new Promise(r=>{o.ethereum?n():(window.addEventListener("ethereum#initialized",n,{once:!0}),setTimeout(()=>{n()},e));function n(){if(t)return;t=!0,window.removeEventListener("ethereum#initialized",n);let i=[];qr()&&i.push("metamask"),Je()&&i.push("phantom"),o.ethereum&&o.ethereum.isBraveWallet&&i.push("brave"),r(i)}})}function ci(e){return`eip155:${String(Number(e))}`}var to=e=>{var o;let t=Vr.find(r=>r.id===e);if(!t)throw new Q(`Unsupported chainId ${e}`,4901);return((o=t.rpcUrls.infura)==null?void 0:o.http[0])+`/${eo}`};var ns=T(require("@coinbase/wallet-sdk"));var or=require("react/jsx-runtime"),He=({style:e,...t})=>(0,or.jsxs)("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[(0,or.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,or.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});var xt=require("@ethersproject/address"),mi=require("@ethersproject/providers"),rs=T(require("eventemitter3"));var Ja=require("@ethersproject/bytes"),pi=require("@ethersproject/providers"),Xa=require("@ethersproject/strings"),es=T(require("eventemitter3"));var Jc=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign"],Za=e=>Jc.includes(e);var Qa=require("@ethersproject/logger");var To=class extends Q{constructor(){super("Wallet timeout");this.type="wallet_error"}},ro=class extends Q{constructor(){super("User rejected connection");this.type="wallet_error"}},Ve=e=>{if(e instanceof Q)return e;if((e==null?void 0:e.code)&&(e==null?void 0:e.reason)){let t=new Po(e);return e.code===Qa.ErrorCode.ACTION_REJECTED&&(t.details=oo.E4001_USER_REJECTED_REQUEST),t}return e!=null&&e.code?new Po(e):new Q("Unknown connector error",e)},di=class extends Ze{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Po=class extends di{constructor(o){var i,a,l;let r=o;super(r.message,r.code,r.data);let n=Object.values(oo).find(s=>s.eipCode===r.code);this.details=n||oo.UNKNOWN_ERROR,r.code===-32002&&((i=r.message)!=null&&i.includes("already pending for origin")?(a=r.message)!=null&&a.includes("wallet_requestPermissions")?this.details=oo.E32002_CONNECTION_ALREADY_PENDING:this.details=oo.E32002_REQUEST_ALREADY_PENDING:(l=r.message)!=null&&l.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=oo.E32002_WALLET_LOCKED))}},Xc={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0},ERROR_USER_REJECTED_CONNECTION:{message:"You rejected the request",detail:"Please try connecting again.",retryable:!0}},ed={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},td={E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1}},oo={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...td,...ed},Et={...Xc,...oo};var od=12e4,ui=(e=new To,t=od)=>new Promise((o,r)=>setTimeout(()=>{r(e)},t)),ee=class{constructor(t){this.removeListener=(t,o)=>{if(this.walletProvider)try{return this.walletProvider.removeListener(t,o)}catch{console.warn("Unable to remove wallet provider listener")}};this.setWalletProvider=t=>{this.walletProvider&&this._subscriptions.forEach(o=>{this.removeListener(o.eventName,o.listener)}),this.walletProvider=t,this._subscriptions.forEach(o=>{var r;(r=this.walletProvider)==null||r.on(o.eventName,o.listener)})};this.walletProvider=t,this._subscriptions=[]}on(t,o){if(this.walletProvider)return this.walletProvider.on(t,o);this._subscriptions.push({eventName:t,listener:o})}async request(t){if(!this.walletProvider)throw new Q(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),ui()]).catch(o=>{throw Ve(o)})}},Dt=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},$r=class extends es.default{constructor(o,r,n=1){super();this.walletProxy=o,this.address=r,this.chainId=n,this.provider=new pi.JsonRpcProvider(to(n))}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new Dt(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Ao()||!this.address)throw new Dt("Disconnected",4900);return(await os(r)).transactionHash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new Dt(`Invalid params for ${o.method}`,4200);let r;if(typeof o.params[0]=="string")r=o.params[0];else if("chainId"in o.params[0]&&typeof o.params[0].chainId=="string")r=o.params[0].chainId;else throw new Dt(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new pi.JsonRpcProvider(to(this.chainId)),this.emit("chainChanged",r)}async handlePersonalSign(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");let r=o.params[0],n=(0,Ja.isHexString)(r)?(0,Xa.toUtf8String)(r):r;return await ts(n)}async handleEstimateGas(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");let r={...o.params[0],chainId:tr(this.chainId)};return this.provider.send("eth_estimateGas",[r])}async request(o){switch(console.debug("Embedded1193Provider.request() called with args",o),o.method){case"eth_accounts":return this.address?[this.address]:[];case"eth_chainId":return tr(this.chainId);case"eth_estimateGas":return this.handleEstimateGas(o);case"eth_sendTransaction":return this.handleSendTransaction(o);case"wallet_switchEthereumChain":return this.handleSwitchEthereumChain(o);case"personal_sign":return this.handlePersonalSign(o);default:break}if(Za(o.method)){let r=await Ao();if(!r||!this.address)throw new Dt("Disconnected",4900);try{return(await this.walletProxy.rpc({address:this.address,accessToken:r,request:{method:o.method,params:o.params}})).response.data}catch(n){throw console.error(n),new Dt("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await Ao();if(!o||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:o})).address}catch(r){return console.error(r),null}}},Xe=class extends ee{constructor(o){super(o)}},Ut=class extends ee{constructor(t){super(t)}sendAsync(t,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var _e=class extends rs.default{constructor(o){super();this.onAccountsChanged=o=>{this.syncAccounts(o)};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=ci(o)}),this.emit("walletsUpdated")};this.onDisconnect=()=>{this.connected=!1,this.wallets=[],this.emit("walletsUpdated")};this.onConnect=()=>{this.connected=!0,this.syncAccounts()};this.wallets=[],this.walletClientType=o,this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>(0,xt.getAddress)(i.address)===(0,xt.getAddress)(o));return{address:(0,xt.getAddress)(o),chainId:r,connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new Q("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new Q("Wallet is not currently connected.");return new mi.Web3Provider(new Xe(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new Q("Wallet is not currently connected.");return new Ut(this.proxyProvider)},sign:async i=>{if(!await n())throw new Q("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;if(r===void 0){let l=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(l)&&(r=l)}if(r===void 0||!Array.isArray(r)||r.length<=0)return;let n=[],i=await this.proxyProvider.request({method:"eth_chainId"}),a=ci(i);for(let l of r)n.find(s=>(0,xt.getAddress)(s.address)===(0,xt.getAddress)(l))||n.push(this.buildConnectedWallet((0,xt.getAddress)(l),a));jr(n,this.wallets)||(this.wallets=n,this.emit("walletsUpdated"))}async getConnectedWallet(){let o=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((r,n)=>n.connectedAt-r.connectedAt).find(r=>o.find(n=>(0,xt.getAddress)(n)===(0,xt.getAddress)(r.address)))||null}async isConnected(){let o=await this.proxyProvider.request({method:"eth_accounts"});return Array.isArray(o)&&o.length>0}async sign(o){return await this.connect({showPrompt:!1}),new mi.Web3Provider(new Xe(this.proxyProvider)).getSigner().signMessage(o)}subscribeListeners(){this.proxyProvider.on("accountsChanged",this.onAccountsChanged),this.proxyProvider.on("chainChanged",this.onChainChanged),this.proxyProvider.on("disconnect",this.onDisconnect),this.proxyProvider.on("connect",this.onConnect)}unsubscribeListeners(){this.proxyProvider.removeListener("accountsChanged",this.onAccountsChanged),this.proxyProvider.removeListener("chainChanged",this.onChainChanged),this.proxyProvider.removeListener("disconnect",this.onDisconnect),this.proxyProvider.removeListener("connect",this.onConnect)}};var rd=e=>{let t=`https://mainnet.infura.io/v3/${eo}`,o=1;return e.makeWeb3Provider(t,o)},Kr,Yr=class extends _e{constructor(){super("coinbase_wallet");this.connectorType="coinbase_wallet";this.proxyProvider=new ee,this.subscribeListeners(),Kr||(Kr=new ns.default({appName:"Privy",darkMode:!1,headlessMode:!1})),this.proxyProvider.setWalletProvider(rd(Kr)),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){Kr.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:He}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(o.length===0)throw new Q("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts(o)}catch(o){throw Ve(o)}}};var hi=require("react/jsx-runtime"),_o=({style:e,...t})=>(0,hi.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:(0,hi.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99555 0.929932C-1.12055 1.31799 -0.499722 9.15734 2.17445 8.76915C0.0807959 10.5544 -0.960455 16.6416 6.01654 16.0265C10.6356 15.9489 15.5635 12.2232 15.5635 8.1095C15.5635 2.63748 10.7516 0.929932 7.99555 0.929932ZM9.47052 7.53055C9.47052 8.49933 8.81856 9.28468 8.01433 9.28468C7.2101 9.28468 6.55814 8.49933 6.55814 7.53055C6.55814 6.56176 7.2101 5.77641 8.01433 5.77641C8.81856 5.77641 9.47052 6.56176 9.47052 7.53055ZM12.3171 9.28468C13.1213 9.28468 13.7733 8.49933 13.7733 7.53055C13.7733 6.56176 13.1213 5.77641 12.3171 5.77641C11.5129 5.77641 10.8609 6.56176 10.8609 7.53055C10.8609 8.49933 11.5129 9.28468 12.3171 9.28468Z",fill:t.color||"var(--privy-color-foreground-3)"})});var Zr=class extends _e{constructor(o){super("privy");this.connectorType="embedded";this.proxyProvider=o,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[tr((o==null?void 0:o.chainId)||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:_o}}disconnect(){this.connected=!1}async promptConnection(){}};var nd=require("@ethersproject/address"),id=require("@ethersproject/providers"),is=require("react-device-detect");var ye=require("react/jsx-runtime"),ge=({style:e,...t})=>(0,ye.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",x:0,y:0,viewBox:"0 0 318.6 318.6",width:"28",height:"28",style:{height:"28px",width:"28px",...e},...t,children:[(0,ye.jsx)("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),(0,ye.jsx)("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),(0,ye.jsx)("path",{d:"m44.4 35.5 98.7 74.6-17.5-44.3zm193.9 171.3-26.5 40.6 56.7 15.6 16.3-55.3zm-204.4.9L50.1 263l56.7-15.6-26.5-40.6z",className:"s1 s2"}),(0,ye.jsx)("path",{d:"m103.6 138.2-15.8 23.9 56.3 2.5-2-60.5zm111.3 0-39-34.8-1.3 61.2 56.2-2.5zM106.8 247.4l33.8-16.5-29.2-22.8zm71.1-16.5 33.9 16.5-4.7-39.3z",className:"s1 s2"}),(0,ye.jsx)("path",{fill:"#d7c1b3",stroke:"#d7c1b3",className:"s1",d:"m211.8 247.4-33.9-16.5 2.7 22.1-.3 9.3zm-105 0 31.5 14.9-.2-9.3 2.5-22.1z"}),(0,ye.jsx)("path",{fill:"#233447",stroke:"#233447",className:"s1",d:"m138.8 193.5-28.2-8.3 19.9-9.1zm40.9 0 8.3-17.4 20 9.1z"}),(0,ye.jsx)("path",{fill:"#cd6116",stroke:"#cd6116",className:"s1",d:"m106.8 247.4 4.8-40.6-31.3.9zM207 206.8l4.8 40.6 26.5-39.7zm23.8-44.7-56.2 2.5 5.2 28.9 8.3-17.4 20 9.1zm-120.2 23.1 20-9.1 8.2 17.4 5.3-28.9-56.3-2.5z"}),(0,ye.jsx)("path",{fill:"#e4751f",stroke:"#e4751f",className:"s1",d:"m87.8 162.1 23.6 46-.8-22.9zm120.3 23.1-1 22.9 23.7-46zm-64-20.6-5.3 28.9 6.6 34.1 1.5-44.9zm30.5 0-2.7 18 1.2 45 6.7-34.1z"}),(0,ye.jsx)("path",{d:"m179.8 193.5-6.7 34.1 4.8 3.3 29.2-22.8 1-22.9zm-69.2-8.3.8 22.9 29.2 22.8 4.8-3.3-6.6-34.1z",className:"s3"}),(0,ye.jsx)("path",{fill:"#c0ad9e",stroke:"#c0ad9e",className:"s1",d:"m180.3 262.3.3-9.3-2.5-2.2h-37.7l-2.3 2.2.2 9.3-31.5-14.9 11 9 22.3 15.5h38.3l22.4-15.5 11-9z"}),(0,ye.jsx)("path",{fill:"#161616",stroke:"#161616",className:"s1",d:"m177.9 230.9-4.8-3.3h-27.7l-4.8 3.3-2.5 22.1 2.3-2.2h37.7l2.5 2.2z"}),(0,ye.jsx)("path",{fill:"#763d16",stroke:"#763d16",className:"s1",d:"m278.3 114.2 8.5-40.8-12.7-37.9-96.2 71.4 37 31.3 52.3 15.3 11.6-13.5-5-3.6 8-7.3-6.2-4.8 8-6.1zM31.8 73.4l8.5 40.8-5.4 4 8 6.1-6.1 4.8 8 7.3-5 3.6 11.5 13.5 52.3-15.3 37-31.3-96.2-71.4z"}),(0,ye.jsx)("path",{d:"m267.2 153.5-52.3-15.3 15.9 23.9-23.7 46 31.2-.4h46.5zm-163.6-15.3-52.3 15.3-17.4 54.2h46.4l31.1.4-23.6-46zm71 26.4 3.3-57.7 15.2-41.1h-67.5l15 41.1 3.5 57.7 1.2 18.2.1 44.8h27.7l.2-44.8z",className:"s3"})]});var Qr=class extends _e{constructor(){super("metamask");this.connectorType="injected";this.proxyProvider=new ee,this.subscribeListeners();let o=window,r=o.ethereum,n=o.ethereum.providers||[];for(let i of n)if(i.isMetaMask){r=i;break}this.proxyProvider.setWalletProvider(r),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:"MetaMask",icon:ge}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{!is.isMobile&&qr()&&await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0)throw new Q("Unable to retrieve accounts");await this.syncAccounts(o)}catch(o){throw Ve(o)}}};var ze=require("react/jsx-runtime"),lt=({style:e,...t})=>(0,ze.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[(0,ze.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"url(#paint0_linear_1765_9937)"}),(0,ze.jsx)("path",{d:"M24.0223 14.1704H21.5542C21.5542 9.14083 17.4627 5.06372 12.4151 5.06372C7.43008 5.06372 3.37717 9.04101 3.27798 13.9845C3.17536 19.0945 7.98653 23.5318 13.1154 23.5318H13.7605C18.2822 23.5318 24.3426 20.0047 25.2895 15.7072C25.4643 14.9151 24.8364 14.1704 24.0223 14.1704ZM8.74752 14.3945C8.74752 15.0671 8.19544 15.6172 7.52045 15.6172C6.84545 15.6172 6.29341 15.0669 6.29341 14.3945V12.4165C6.29341 11.7439 6.84545 11.1938 7.52045 11.1938C8.19544 11.1938 8.74752 11.7439 8.74752 12.4165V14.3945ZM13.0083 14.3945C13.0083 15.0671 12.4563 15.6172 11.7813 15.6172C11.1063 15.6172 10.5543 15.0669 10.5543 14.3945V12.4165C10.5543 11.7439 11.1065 11.1938 11.7813 11.1938C12.4563 11.1938 13.0083 11.7439 13.0083 12.4165V14.3945Z",fill:"url(#paint1_linear_1765_9937)"}),(0,ze.jsxs)("defs",{children:[(0,ze.jsxs)("linearGradient",{id:"paint0_linear_1765_9937",x1:"14",y1:"0",x2:"14",y2:"28",gradientUnits:"userSpaceOnUse",children:[(0,ze.jsx)("stop",{stopColor:"#534BB1"}),(0,ze.jsx)("stop",{offset:"1",stopColor:"#551BF9"})]}),(0,ze.jsxs)("linearGradient",{id:"paint1_linear_1765_9937",x1:"14.2976",y1:"5.06372",x2:"14.2976",y2:"23.5318",gradientUnits:"userSpaceOnUse",children:[(0,ze.jsx)("stop",{stopColor:"white"}),(0,ze.jsx)("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]})]})]});var Jr=class extends _e{constructor(){super("phantom");this.connectorType="injected";this.proxyProvider=new ee,this.subscribeListeners(),this.proxyProvider.setWalletProvider(window.phantom.ethereum),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:"Phantom",icon:lt}}disconnect(){console.warn("Phantom does not support programmatic disconnect.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});await this.syncAccounts(o)}catch(o){throw Ve(o)}}};var fs=T(require("@walletconnect/web3-provider")),nr=require("react-device-detect");var et=require("react");var ss=require("react/jsx-runtime");function as(e){return(0,ss.jsx)("link",{rel:"prefetch",href:e.src})}var Xr=require("react/jsx-runtime"),Tt="LANDING",ls=(0,et.createContext)({ready:!1,app:null,currentScreen:Tt,lastScreen:Tt,navigate:P,navigateBack:P,setModalData:P}),cs=e=>{var h,g,b;let t=e.appConfig,o=e.authenticated,r=e.visible,[n,i]=(0,et.useState)(e.initialScreen||Tt),[a,l]=(0,et.useState)(e.initialScreen||Tt);(0,et.useEffect)(()=>{o||i(Tt)},[o]),(0,et.useEffect)(()=>{r||(l(Tt),i(Tt))},[r]),(0,et.useEffect)(()=>{e.initialScreen&&n===Tt&&(i(e.initialScreen),l(e.initialScreen))},[e.initialScreen]);let s=e.initialScreen&&n===Tt?e.initialScreen:n,p={ready:!!(t!=null&&t.id),app:t,data:e.data,setModalData:e.setModalData,currentScreen:s,lastScreen:a,navigate:m=>{l(n),i(m)},navigateBack:()=>{i(a)}};return(0,Xr.jsxs)(ls.Provider,{value:p,children:[(typeof((h=t==null?void 0:t.appearance)==null?void 0:h.logo)=="string"||((b=(g=t==null?void 0:t.appearance)==null?void 0:g.logo)==null?void 0:b.type)==="img")&&(0,Xr.jsx)(as,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},w=()=>(0,et.useContext)(ls);var Pt=require("react/jsx-runtime"),So=({style:e,...t})=>{let{app:o}=w();return(0,Pt.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[(0,Pt.jsx)("rect",{width:"28",height:"28",rx:"3",fill:(o==null?void 0:o.appearance.palette.colorScheme)==="dark"?"#3396ff":"#141414"}),(0,Pt.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,Pt.jsx)("path",{d:"M8.09448 10.3941C11.3558 7.20196 16.6442 7.20196 19.9055 10.3941L20.2982 10.7782C20.3369 10.8157 20.3677 10.8606 20.3887 10.9102C20.4097 10.9599 20.4206 11.0132 20.4206 11.0671C20.4206 11.121 20.4097 11.1744 20.3887 11.224C20.3677 11.2737 20.3369 11.3186 20.2982 11.3561L18.9554 12.6702C18.9158 12.7086 18.8628 12.7301 18.8077 12.7301C18.7526 12.7301 18.6996 12.7086 18.66 12.6702L18.1198 12.1415C15.8448 9.91503 12.1557 9.91503 9.88015 12.1415L9.30167 12.7075C9.26207 12.7459 9.20909 12.7673 9.15395 12.7673C9.0988 12.7673 9.04582 12.7459 9.00622 12.7075L7.66346 11.3934C7.62475 11.3559 7.59397 11.3109 7.57295 11.2613C7.55193 11.2117 7.5411 11.1583 7.5411 11.1044C7.5411 11.0505 7.55193 10.9971 7.57295 10.9475C7.59397 10.8979 7.62475 10.8529 7.66346 10.8154L8.09448 10.3941ZM22.6829 13.1115L23.8776 14.2814C23.9163 14.319 23.9471 14.3639 23.9681 14.4135C23.9892 14.4632 24 14.5165 24 14.5704C24 14.6243 23.9892 14.6777 23.9681 14.7273C23.9471 14.777 23.9163 14.8219 23.8776 14.8594L18.4893 20.1332C18.4102 20.2101 18.3042 20.2531 18.1938 20.2531C18.0835 20.2531 17.9775 20.2101 17.8984 20.1332L14.0743 16.3901C14.0545 16.3708 14.0279 16.36 14.0003 16.36C13.9726 16.36 13.9461 16.3708 13.9263 16.3901L10.1021 20.1332C10.023 20.2101 9.91703 20.2531 9.8067 20.2531C9.69636 20.2531 9.59038 20.2101 9.51124 20.1332L4.12236 14.8594C4.08365 14.8219 4.05287 14.777 4.03185 14.7273C4.01083 14.6777 4 14.6243 4 14.5704C4 14.5165 4.01083 14.4632 4.03185 14.4135C4.05287 14.3639 4.08365 14.319 4.12236 14.2814L5.31767 13.1115C5.39678 13.0348 5.50265 12.9919 5.61285 12.9919C5.72305 12.9919 5.82892 13.0348 5.90803 13.1115L9.73216 16.8546C9.75194 16.874 9.7785 16.8848 9.80616 16.8848C9.83381 16.8848 9.86037 16.874 9.88015 16.8546L13.7043 13.1115C13.7834 13.0346 13.8894 12.9916 13.9997 12.9916C14.1101 12.9916 14.216 13.0346 14.2952 13.1115L18.1198 16.8546C18.1396 16.874 18.1662 16.8848 18.1938 16.8848C18.2215 16.8848 18.2481 16.874 18.2678 16.8546L22.092 13.1115C22.1711 13.0346 22.2771 12.9916 22.3874 12.9916C22.4977 12.9916 22.6037 13.0346 22.6829 13.1115Z",fill:"white"})}),(0,Pt.jsx)("defs",{children:(0,Pt.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,Pt.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var fi=require("@walletconnect/browser-utils"),en=require("react-device-detect");var rr=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(yi))if(r.hostname===t)return{walletClientType:o,entry:r}};var yi={rainbow:{id:"1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369",displayName:"Rainbow",image_id:"7a33d7f1-3d12-4b5c-f3ee-5cd83cb1b500",hostname:"rainbow.me",mobile:{universal:"https://rnbwapp.com"}},trust:{id:"4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0",displayName:"Trust",image_id:"0528ee7e-16d1-4089-21e3-bbfb41933100",hostname:"trustwallet.com",mobile:{universal:"https://link.trustwallet.com"}},uniswap:{id:"c03dfee351b6fcc421b4494ea33b9d4b92a984f87aa76d1663bb28705e95034a",displayName:"Uniswap",image_id:"bff9cf1f-df19-42ce-f62a-87f04df13c00",hostname:"uniswap.org",mobile:{universal:"https://uniswap.org/app"}},metamask:{id:"c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",displayName:"MetaMask",image_id:"5195e9db-94d8-4579-6f11-ef553be95100",hostname:"metamask.io",mobile:{native:"metamask:"}},argent:{id:"bc949c5d968ae81310268bf9193f9c9fb7bb4e1283e1284af8f2bd4992535fd6",displayName:"Argent",image_id:"215158d2-614b-49c9-410f-77aa661c3900",hostname:"www.argent.xyz",mobile:{universal:"https://www.argent.xyz/app"}},spot:{id:"74f8092562bd79675e276d8b2062a83601a4106d30202f2d509195e30e19673d",displayName:"Spot",image_id:"1bf33a89-b049-4a1c-d1f6-4dd7419ee400",hostname:"www.spot-wallet.com",mobile:{universal:"https://spot.so"}},zerion:{id:"ecc4036f814562b41a5268adc86270fba1365471402006302e70169465b7ac18",displayName:"Zerion",image_id:"f216b371-96cf-409a-9d88-296392b85800",hostname:"zerion.io",mobile:{universal:"https://wallet.zerion.io"}},bitkeep:{id:"38f5d18bd8522c244bdd70cb4a68e0e718865155811c043f052fb9f1c51de662",displayName:"BitKeep",image_id:"3f7075d0-4ab7-4db5-404d-3e4c05e6fe00",hostname:"bitkeep.com",mobile:{universal:"https://bkapp.vip"}},unstoppable:{id:"7e90b95230bc462869bbb59f952273d89841e1c76bcc5319898e08c9f34bd4cd",displayName:"Unstoppable",image_id:"5c38b22c-adb9-4899-3252-6e3d71458500",hostname:"unstoppable.money",mobile:{universal:"https://unstoppable.money"}},omni:{id:"afbd95522f4041c71dd4f1a065f971fd32372865b416f95a0b1db759ae33f2a7",displayName:"Omni",image_id:"2cd67b4c-282b-4809-e7c0-a88cd5116f00",hostname:"omni.app",mobile:{universal:"https://links.omni.app"}},mathwallet:{id:"7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26",displayName:"MathWallet",image_id:"26a8f588-3231-4411-60ce-5bb6b805a700",hostname:"mathwallet.org",mobile:{universal:"https://www.mathwallet.org"}},bitpay:{id:"ccb714920401f7d008dbe11281ae70e3a4bfb621763b187b9e4a3ce1ab8faa3b",displayName:"BitPay",image_id:"97d4429f-eaf0-4302-87f5-9d26d46fe700",hostname:"bitpay.com",mobile:{universal:"https://link.bitpay.com/wallet"}},"1inch":{id:"2863183c3299d820fb9a4cb8aab4a34f50380c9992e8be871fd60a62e8d36481",displayName:"1inch",image_id:"dce1ee99-403f-44a9-9f94-20de30616500",hostname:"1inch.io",mobile:{universal:"https://wallet.1inch.io"}},eidoo:{id:"efba9ae0a9e0fdd9e3e055ddf3c8e75f294babb8aea3499456eff27f771fda61",displayName:"Eidoo",image_id:"ef5b8bcf-00d5-457d-e161-9911e4788700",hostname:"eidoo.io",mobile:{universal:"https://eidoo.io/crypto-wallet"}},coin98:{id:"b021913ba555948a1c81eb3d89b372be46f8354e926679de648e4fa2938bed3e",displayName:"Coin98",image_id:"dee547be-936a-4c92-9e3f-7a2350a62e00",hostname:"coin98.com",mobile:{universal:"https://coin98.com"}},alphawallet:{id:"138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98",displayName:"AlphaWallet",image_id:"5b1cddfb-056e-4e78-029a-54de5d70c500",hostname:"alphawallet.com",mobile:{universal:"https://aw.app"}},rwallet:{id:"b13fcc7e3500a4580c9a5341ed64c49c17d7f864497881048eb160c089be5346",displayName:"RWallet",image_id:"a883229c-26cb-4c19-9b34-1f0ed4012a00",hostname:"rsk.co",mobile:{universal:"https://www.rwallet.app"}},plasmapay:{id:"13c6a06b733edf51784f669f508826b2ab0dc80122a8b5d25d84b17d94bbdf70",displayName:"PlasmaPay",image_id:"466c8fd0-fcec-4621-b94f-e91ce1439f00",hostname:"plasmapay.com",mobile:{universal:"https://plasmapay.com/"}},o3wallet:{id:"0aafbedfb8eb56dae59ecc37c9a5388509cf9c082635e3f752581cc7128a17c0",displayName:"O3Wallet",image_id:"e1c7c6af-c731-463e-55f0-5e686e9f6200",hostname:"o3.network",mobile:{universal:"https://o3.network"}},hashkey_me:{id:"761d3d98fd77bdb06e6c90092ee7071c6001e93401d05dcf2b007c1a6c9c222c",displayName:"HashKey Me",image_id:"72734fac-9500-4c2c-81ba-678f7fc32700",hostname:"me.hashkey.com",mobile:{universal:"https://me.hashkey.com"}},defiant:{id:"1986e7c874bb906f057d5d64a4806c004e021689536e5228c74d64a6058e8bac",displayName:"Defiant",image_id:"11a96ca4-3592-42ae-c781-2b7265ec9200",hostname:"www.defiantapp.tech",mobile:{universal:"https://defiantapp.tech/"}},essentials:{id:"717911f4db0c5eda0e02e76ed179b7940ba1eefffdfb3c9e6540696226860da0",displayName:"Essentials",image_id:"04a6bfed-d80e-4f7b-0516-261f86aa4000",hostname:"elastos.org",mobile:{universal:"https://essentials.elastos.net"}},stasis:{id:"9d6c614d1995741d5313f1f3dbf1f66dcba694de782087d13b8721822502692f",displayName:"Stasis",image_id:"7ae753bc-a754-450c-2d90-2c5521734400",hostname:"stasis.net",mobile:{universal:"https://app.stasis.net"}},julwallet:{id:"a6ffb821a3c32d36fc9d29e29c2ff79a0cd1db0bca453714777846ddf3fdff76",displayName:"JulWallet",image_id:"cabd50de-22fa-487b-ce68-2c63de8bb800",hostname:"justliquidity.org",mobile:{universal:"https://justliquidity.org"}},tangem:{id:"76745388a50e6fea982c4dee2a3ad61a8aa417668be870754689caa8a7506c93",displayName:"Tangem",image_id:"8a5b6e94-e378-458d-bf2e-017cc7958e00",hostname:"tangem.com",mobile:{universal:"https://app.tangem.com"}},secux:{id:"6464873279d46030c0b6b005b33da6be5ed57a752be3ef1f857dc10eaf8028aa",displayName:"SecuX",image_id:"6013a9a1-4a67-45bb-fc24-27c11eb13900",hostname:"secuxtech.com",mobile:{universal:"https://wsweb.secuxtech.com"}},linen:{id:"dd8ee41915d967e547c80266e883d77ee808427405f4e8026a85ac1308104221",displayName:"Linen",image_id:"aff3e4e1-92a9-4066-f48f-3591947cf200",hostname:"linen.app",mobile:{universal:"https://linen.app/"}},ambire:{id:"2c81da3add65899baeac53758a07e652eea46dbb5195b8074772c62a77bbf568",displayName:"Ambire",image_id:"c39b3a16-1a38-4588-f089-cb7aeb584700",hostname:"www.ambire.com",mobile:{universal:"https://mobile.ambire.com"}},obvious:{id:"031f0187049b7f96c6f039d1c9c8138ff7a17fd75d38b34350c7182232cc29aa",displayName:"Obvious",image_id:"61abe2ca-b06d-4a8b-de3e-8326f523e900",hostname:"obvious.technology",mobile:{universal:"https://wallet.obvious.technology"}},easypocket:{id:"244a0d93a45df0d0501a9cb9cdfb4e91aa750cfd4fc88f6e97a54d8455a76f5c",displayName:"EasyPocket",image_id:"a9fcf1d1-3b2c-4226-0fb9-a6c8f2647300",hostname:"easypocket.app",mobile:{universal:"https://wallet.easypocket.app"}},rice_wallet:{id:"c40b9bcef32fa6ce4e0df98be1420628bbc4957646f742380fe618fcb4ab74f1",displayName:"RICE Wallet",image_id:"df94578e-19be-4f00-258f-2470343e7b00",hostname:"ricewallet.io",mobile:{universal:"https://ricewallet.io"}},safemoon:{id:"a0e04f1086aac204d4ebdd5f985c12ed226cd0006323fd8143715f9324da58d1",displayName:"SafeMoon",image_id:"ea0140c7-787c-43a4-838f-d5ab6a342000",hostname:"safemoon.com",mobile:{universal:"https://safemoon.com/wc"}},simplehold:{id:"dc5415b6ea8114db518ae91195b027d690a11a1d2bfdd1a904e93c5cb746380e",displayName:"SimpleHold",image_id:"a9f1ba96-b658-4d13-f71f-226b6389f000",hostname:"simplehold.io",mobile:{universal:"https://simplehold.io"}},bitizen:{id:"41f20106359ff63cf732adf1f7dc1a157176c9b02fd266b50da6dcc1e9b86071",displayName:"Bitizen",image_id:"75dd1471-77e9-4811-ce57-ec8fc980ec00",hostname:"bitizen.org",mobile:{universal:"https://bitizen.org/wallet"}},slavi_wallet:{id:"b823fb0d7228ef8e3c0bc9607df9ed79dae2ab3a2811d33f22ade4f573c18232",displayName:"Slavi Wallet",image_id:"282ce060-0beb-4236-b7b0-1b34cc6c8f00",hostname:"slavi.io",mobile:{universal:"https://www.slaviwallet.io"}},nufinetes:{id:"dccbd717df77b395445cc6080e01fffada9d8b92dacfda312a26c70c2e9af673",displayName:"nufinetes",image_id:"70080bd7-9858-4720-cf74-8f74cd74cb00",hostname:"www.nufinetes.com",mobile:{universal:"https://apple.vimworld.org"}},now_wallet:{id:"c482dfe368d4f004479977fd88e80dc9e81107f3245d706811581a6dfe69c534",displayName:"NOW Wallet",image_id:"b6ee4efc-f53e-475b-927b-a7ded6211700",hostname:"walletnow.app",mobile:{universal:"https://walletnow.app.link"}},blocto:{id:"14e7176536cb3706e221daaa3cfd7b88b7da8c7dfb64d1d241044164802c6bdd",displayName:"Blocto",image_id:"374258d3-c749-4f37-7815-77e61f798c00",hostname:"blocto.io",mobile:{universal:"https://blocto.app"}},timeless:{id:"9751385960bca290c13b443155288f892f62ee920337eda8c5a8874135daaea8",displayName:"Timeless",image_id:"32e89601-0490-42fc-0cc4-8627d62a2000",hostname:"timelesswallet.xyz",mobile:{universal:"https://timelesswallet.xyz"}},arculus_wallet:{id:"0e4915107da5b3408b38e248f7a710f4529d54cd30e9d12ff0eb886d45c18e92",displayName:"Arculus Wallet",image_id:"f78dab27-7165-4a3d-fdb1-fcff06c0a700",hostname:"www.getarculus.com",mobile:{universal:"https://gw.arculus.co/app"}},card:{id:"11c5487e4d8dd8bf32d4c92222363df8296a27307b2531be1e25770365392ecb",displayName:"Card",image_id:"325428cf-c212-4d83-a434-7f48902d2c00",hostname:"cardstack.com",mobile:{universal:"https://wallet.cardstack.com"}},mew_wallet:{id:"f5b4eeb6015d66be3f5940a895cbaa49ef3439e518cd771270e6b553b48f31d2",displayName:"MEW wallet",image_id:"e2024511-2c9b-46d7-3111-52df3d241700",hostname:"mewwallet.com",mobile:{universal:"https://mewwallet.com"}},pltwallet:{id:"576c90ceaea34f29ff0104837cf2b2e23d201be43be1433feeb18d375430e1fd",displayName:"PLTwallet",image_id:"a5d9dd15-8cef-42de-8bed-09e01a8b0200",hostname:"pltwallet.io",mobile:{universal:"https://pltwallet.io/"}},avacus:{id:"94f785c0c8fb8c4f38cd9cd704416430bcaa2137f27e1468782d624bcd155a43",displayName:"Avacus",image_id:"a7106965-91cc-4a73-4688-c5c72ae0ed00",hostname:"avacus.cc",mobile:{universal:"https://avacus.app.link"}},bitski:{id:"3b9f67c2c0887f71e4f9ba1bd2bf5b4eb6cda94419abd3f0c5c12931a60928b0",displayName:"Bitski",image_id:"94d94cb5-a94f-47cf-70e6-fe8d3f1c3700",hostname:"bitski.com",mobile:{universal:"https://wallet.bitski.com/walletconnect/wc"}},hippowallet:{id:"664b505fea4c2117b8a55c054ef209664e0a68ddaafd7534df739f97a293fa1d",displayName:"HippoWallet",image_id:"f9570968-45f7-47c1-3189-98cf60e25c00",hostname:"hippowallet.io",mobile:{universal:"https://hippowallet.io"}},edge:{id:"0c5bba82e70a2b62405871af809020a077d110d765c0798eb660ad5d3131b328",displayName:"Edge",image_id:"f601bc29-4298-422f-dbf7-34dac2884f00",hostname:"edge.app",mobile:{universal:"https://deep.edge.app/wc"}},assure:{id:"792fbacfe787d67595dd4eb38ac308e14b3bbc810393db56f477a92e5ac8764b",displayName:"Assure",image_id:"64db7104-c8b7-44ea-e102-11ce87124200",hostname:"www.assure.pro",mobile:{universal:"https://www.assure.pro/Official"}},enjin_wallet:{id:"bdc9433ffdaee55d31737d83b931caa1f17e30666f5b8e03eea794bac960eb4a",displayName:"Enjin Wallet",image_id:"add9626b-a5fa-4c12-178c-e5584e6dcd00",hostname:"enjin.io",mobile:{universal:"https://deeplink.wallet.enjin.io/"}},slingshot:{id:"d23de318f0f56038c5edb730a083216ff0cce00c1514e619ab32231cc9ec484b",displayName:"Slingshot",image_id:"10c75467-6612-48ad-b97b-63985e922200",hostname:"slingshot.finance",mobile:{universal:"https://app.slingshot.finance"}},coinstats:{id:"7e94e75c90964a69ea375b92214f50c4223dfbfa4913a3733b615444b322f687",displayName:"CoinStats",image_id:"f989ab84-650b-4ad5-c342-77f3334f1b00",hostname:"coinstats.app",mobile:{universal:"https://coinstats.app"}},bitcoincom_wallet:{id:"107bb20463699c4e614d3a2fb7b961e66f48774cb8f6d6c1aee789853280972c",displayName:"Bitcoin.com Wallet",image_id:"0d7938e1-9b3b-4d8b-177b-98188c4cf400",hostname:"www.bitcoin.com",mobile:{universal:"https://wallet.bitcoin.com/"}},binance:{id:"8a0ee50d1f22f6651afcae7eb4253e52a3310b90af5daef78a8c4929a9bb99d4",displayName:"Binance",image_id:"ebac7b39-688c-41e3-7912-a4fefba74600",hostname:"www.binance.com",mobile:{universal:"https://app.binance.com/cedefi"}}},ds=(e,t="md")=>`https://registry.walletconnect.com/v2/logo/${t}/${e}`;function ps(e){return{name:e.displayName||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function us(e,t){let o=encodeURIComponent(e);return t.universalLink?`${t.universalLink}/wc?uri=${o}`:t.deepLink?`${t.deepLink}${t.deepLink.endsWith(":")?"//":"/"}wc?uri=${e}`:""}function ms(e,t){return en.isAndroid?e:us(e,ps(t))}var gi=(e,t)=>{if(!e)return;if(en.isAndroid){(0,fi.saveMobileLinkInfo)({name:"Unknown",href:t||"wc:"});return}let o=us(t||"wc:",ps(e));(0,fi.saveMobileLinkInfo)({name:(e==null?void 0:e.displayName)||"",href:o})},hs=()=>{!en.isAndroid||window.open("wc:","_self")};var no=class extends _e{constructor(o,r){super(o||"unknown");this.connectorType="wallet_connect";this.reconnectDelayMs=10;this.reconnectBackoff=2;this.proxyProvider=new ee,this.subscribeListeners(),o&&(this.walletEntry=yi[o]),this.setWalletProvider(this.createOrRestoreProvider(r)),r&&this.promptConnection(),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return this.walletProvider.connected}get walletBranding(){var o,r,n;return this.walletEntry?{name:this.walletEntry.displayName,icon:this.walletClientType==="metamask"?ge:ds(this.walletEntry.image_id)}:{name:li(((o=this.walletProvider.walletMeta)==null?void 0:o.name)||"")||"WalletConnect",icon:((n=(r=this.walletProvider.walletMeta)==null?void 0:r.icons)==null?void 0:n[0])||So}}async promptConnection(){return new Promise((o,r)=>{this.walletProvider.connector.on("disconnect",(i,a)=>{if(i){r(Ve(i));return}if(a.params.some(l=>l.message==="Session Rejected")){this.setWalletProvider(this.replaceProvider()),r(new ro);return}r(new Q("Unknown error during connection"))}),this.walletProvider.qrcode&&this.walletProvider.connector.on("modal_closed",()=>{this.setWalletProvider(this.replaceProvider()),r(new ro)}),this.walletProvider.connector.on("transport_error",(i,a)=>{r(Ve(i))}),(async()=>{var l;let i="",a=await Promise.race([this.enableProvider(),ui()]);if(a.length>0&&(i=a[0]),!i||i==="")throw new Q("Unable to retrieve address");if((l=this.walletProvider.walletMeta)!=null&&l.url){let s=rr(this.walletProvider.walletMeta.url);this.walletEntry=s==null?void 0:s.entry,this.walletClientType=(s==null?void 0:s.walletClientType)||"unknown"}this.connected=!0,await this.syncAccounts(a),o()})().catch(i=>r(Ve(i)))})}async sign(o){this.walletEntry&&gi(this.walletEntry),this.walletProvider.connected||await this.enableProvider();let r=await this.walletProvider.getWalletConnector();return new Promise(async(n,i)=>{var a;r.signPersonalMessage([o,(a=this.walletProvider.accounts)==null?void 0:a[0]]).then(l=>n(l)).catch(l=>i(l)),nr.isAndroid&&hs()})}disconnect(){this.walletProvider.close().catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}replaceProvider(){return this.walletProvider.close().catch(()=>console.warn("Unable to disconnect provider")),$.getKeys().forEach(o=>{o.startsWith("walletconnect")&&$.get(o).key===this.walletProvider.connector.session.key&&$.del(o)}),this.createOrRestoreProvider()}static generateStorageId(){return`${La}:${Math.random().toString(36).slice(2)}`}createOrRestoreProvider(o){var l,s;o||(o=no.generateStorageId());let r=this.walletEntry||nr.isAndroid?{qrcode:!1}:{},n={};for(let p of Vr){let h=(s=(l=p.rpcUrls.infura)==null?void 0:l.http)==null?void 0:s[0];h&&(n[p.id]=h+"/"+eo)}let i=new fs.default({infuraId:eo,storageId:o,pollingInterval:Ma,rpc:n,...r}),a=this.walletEntry;return a&&(i.walletId=a.id),a?i.connector.on("display_uri",(p,h)=>{gi(a);let g=h.params[0],b=ms(g,a);nr.isAndroid?window.open(b,"_self"):window.open(b,"_self","noopener,noreferrer")}):nr.isAndroid?i.connector.on("display_uri",(p,h)=>{let g=h.params[0];window.open(g,"_self")}):i.connector.on("connect",()=>{var p,h;if((p=i.walletMeta)!=null&&p.url){let g=rr(i.walletMeta.url);i.walletId=(h=g==null?void 0:g.entry)==null?void 0:h.id,this.walletEntry=g==null?void 0:g.entry,this.walletClientType=(g==null?void 0:g.walletClientType)||"unknown"}}),i.connector.on("transport_error",()=>{console.warn("Transport failed. Replacing provider."),setTimeout(()=>{this.setWalletProvider(this.replaceProvider()),this.reconnectDelayMs*=this.reconnectBackoff},this.reconnectDelayMs)}),i}async enableProvider(){return this.walletProvider.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider.enable()}};var qr=()=>{let e=window;if(!e.ethereum)return!1;if(tn(window.ethereum,!0))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(tn(t,!0))return!0}return!1},on=()=>{let e=window;if(!e.ethereum)return!1;if(tn(window.ethereum,!1))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(tn(t,!1))return!0}return!1},tn=(e,t)=>e.isMetaMask?e.isMetaMask&&!t?!0:!(e.isBraveWallet&&!e._events&&!e._state||e.isApexWallet||e.isAvalanche||e.isBitKeep||e.isBlockWallet||e.isKuCoinWallet||e.isMathWallet||e.isOkxWallet||e.isOKExWallet||e.isOneInchIOSWallet||e.isOneInchAndroidWallet||e.isOpera||e.isPhantom||e.isPortal||e.isRabby||e.isTokenPocket||e.isTokenary||e.isZerion):!1,Je=()=>{var e,t;if("phantom"in window){let o=window;if((t=(e=o==null?void 0:o.phantom)==null?void 0:e.ethereum)!=null&&t.isPhantom)return!0}return!1},io=()=>{let e=window;if(!e.ethereum)return!1;if(e.ethereum.isCoinbaseWallet)return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(t.isCoinbaseWallet)return!0}return!1},bi=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!(e==null?void 0:e.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===(0,vi.getAddress)(t)).length):!1},ko=class extends ys.default{constructor(){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===(o==null?void 0:o.address)));return!o||!r?new ee:r.proxyProvider};this.walletConnectors=[],this.initialized=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}initialize(){this.initialized||($.get(ni)&&($.getKeys().forEach(o=>{o.startsWith("walletconnect")&&$.del(o)}),$.del(ni)),Ya().then(o=>o.forEach(r=>{switch(r){case"metamask":this.createWalletConnector("injected","metamask");break;case"phantom":this.createWalletConnector("injected","phantom");break;case"unknown":default:break}})),(io()||$.getKeys().find(o=>o.startsWith("-walletlink")))&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),this.restoreWalletConnectConnectors(),this.initialized=!0)}restoreWalletConnectConnectors(){typeof window>"u"||$.getKeys().forEach(o=>{var r,n;if(o.startsWith("walletconnect")){let i=(n=(r=$.get(o))==null?void 0:r.peerMeta)==null?void 0:n.url,a;if(i){let s=rr(i);s!=null&&s.walletClientType&&(a=s.walletClientType)}let l=new no(a,o);this.addWalletConnector(l)}})}findWalletConnector(o,r){return this.walletConnectors.find(n=>n.connectorType===o&&n.walletClientType===r)||null}onInitialized(o){o.wallets.forEach(r=>{let n=this.storedConnections.find(i=>i.address===r.address&&i.connectorType===r.connectorType&&i.walletClientType===r.walletClientType);n&&(r.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.emit("walletsUpdated")}onWalletsUpdated(o){o.initialized&&(this.saveConnectionHistory(),this.emit("walletsUpdated"))}addEmbeddedWalletConnector(o,r){if(!this.findWalletConnector("embedded","privy")){let i=new $r(o,r),a=new Zr(i);this.addWalletConnector(a)}}removeEmbeddedWalletConnector(){let o=this.findWalletConnector("embedded","privy");if(o){let r=this.walletConnectors.indexOf(o);this.walletConnectors.splice(r,1),this.saveConnectionHistory(),this.emit("walletsUpdated")}}createWalletConnector(o,r){let n=this.findWalletConnector(o,r);if(n&&n.walletClientType!=="unknown")return n;let a=(()=>{switch(o){case"injected":switch(r){case"phantom":return Je()?new Jr:null;case"metamask":default:return on()?new Qr:null}case"coinbase_wallet":return new Yr;case"wallet_connect":return new no(r)}})();return a&&this.addWalletConnector(a),a||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=$.get(ii);return r&&Array.isArray(r)&&r.map(a=>o(a)).every(Boolean)?r:[]}saveConnectionHistory(){let o=this.wallets.map(r=>({address:r.address,connectorType:r.connectorType,walletClientType:r.walletClientType,connectedAt:r.connectedAt}));$.put(ii,o)}async activeWalletSign(o){let r=this.wallets,n=r.length>0?r[0]:null;return n?n.sign(o):null}setActiveWallet(o){this.activeWallet=(0,vi.getAddress)(o),this.emit("walletsUpdated")}};function jr(e,t){if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++){let r=e[o],n=t[o];if((r==null?void 0:r.address)!==(n==null?void 0:n.address)||(r==null?void 0:r.chainId)!==(n==null?void 0:n.chainId)||(r==null?void 0:r.connectorType)!==(n==null?void 0:n.connectorType)||(r==null?void 0:r.connectedAt)!==(n==null?void 0:n.connectedAt)||(r==null?void 0:r.walletClientType)!==(n==null?void 0:n.walletClientType)||(r==null?void 0:r.isConnected)!==(n==null?void 0:n.isConnected)||(r==null?void 0:r.linked)!==(n==null?void 0:n.linked))return!1}return!0}var gs=require("ofetch");var ad=[Ur(),Br()],rn=class{constructor(t,o,r){this.appId=t,this.sdkVersion=Gr,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=gs.ofetch.create({baseURL:this.defaults.baseURL,credentials:"include",onRequest:async({request:n,options:i})=>{let a=new Headers(i.headers);a.set("privy-app-id",this.appId),a.set("privy-client",`react-auth:${this.sdkVersion}`);let l=!ad.includes(n.toString());if(!a.has("authorization")&&l){let s=await this.client.getAccessToken();s!==null&&a.set("authorization",`Bearer ${s}`)}i.headers=a,i.signal||(i.signal=AbortSignal.timeout(this.defaults.timeout))},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new Dr}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw le(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw le(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw le(r)}}};var ir=T(require("js-cookie"));function vs(e){return e instanceof Qt?"email":e instanceof Xt?"sms":e instanceof Jt?"siwe":e instanceof Mt?e.meta.provider:null}var Bt=class{constructor(t){this.promise=null;this.fn=t}execute(t){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(t)}finally{this.promise=null}})()),this.promise}};var bs=T(require("jose")),ct=class{static parse(t){try{return new ct(t)}catch{return null}}constructor(t){this.value=t,this._decoded=bs.decodeJwt(t)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(t=0){let o=Date.now(),r=(this.expiration-t)*1e3;return o>=r}};var sd=30,nn=class{constructor(){this.authenticateOnce=new Bt(async t=>this._authenticate(t)),this.linkOnce=new Bt(async t=>this._link(t)),this.refreshOnce=new Bt(this._refresh.bind(this)),this.destroyOnce=new Bt(this._destroy.bind(this)),this.forkSessionOnce=new Bt(this._forkSession.bind(this))}get token(){try{let t=$.get(Eo);return typeof t=="string"?new ct(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=$.get(Hr);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=$.get(er);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasRecoveryCredentials(){return typeof this.forkedToken=="string"}hasActiveToken(){let t=ct.parse(this.token);return t!==null&&!t.isExpired(sd)}authenticate(t){return this.authenticateOnce.execute(t)}link(t){return this.linkOnce.execute(t)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(t){try{let{token:o,refresh_token:r,user:n,is_new_user:i}=await t.authenticate();this.storeToken(o),this.storeRefreshToken(r);let a=vs(t);return a&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate",{method:a,isNewUser:i}),a==="siwe"&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate_siwe",{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}),{user:Ct(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Fe(o)}}async _link(t){try{let o=await t.link();return Ct(o)}catch(o){throw console.warn("Error linking account"),Fe(o)}}async _refresh(){if(!this.api)throw new _("Session has no API instance");if(!this.client)throw new _("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o)n=await this.api.post(Ur(),{refresh_token:o},{headers:{authorization:`Bearer ${t}`}}),r&&this.clearForkedToken();else if(r)n=await this.api.post(Br(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),Ct(n.user)}catch(n){if(n instanceof wo&&n.status===400&&n.message==="Invalid auth token")return this.destroyLocalState(),null;throw Fe(n)}}async _destroy(){var t;try{await((t=this.api)==null?void 0:t.post(ua(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new _("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(ma(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Fe(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){var o;if(typeof t=="string"){$.put(Eo,t);let r=(o=ct.parse(t))==null?void 0:o.expiration;ir.default.set(oi,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}else $.del(Eo),ir.default.remove(oi)}storeRefreshToken(t){typeof t=="string"?($.put(Hr,t),ir.default.set(ri,t,{sameSite:"Strict",secure:!0,expires:30})):($.del(Hr),ir.default.remove(ri))}clearForkedToken(){$.del(er)}};var wi,Ro=class{constructor(t){this.apiUrl=t.apiUrl||Fr,this.fallbackApiUrl=this.apiUrl,this.timeout=t.timeout||Ia,this.appId=t.appId,this.clientAnalyticsId=typeof window>"u"?null:crypto.randomUUID(),this.connectors=new ko,wi||(wi=new nn),this.session=wi,this.api=this.generateApi(),this.session.client=this}generateApi(){let t=new rn(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi()}authenticate(){if(!this.authFlow)throw new _("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new _("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}async unlinkEmail(t){try{let o=await this.api.post(_a(),{address:t});return Ct(o)}catch(o){throw Fe(o)}}async unlinkPhone(t){try{let o=await this.api.post(Sa(),{phoneNumber:t});return Ct(o)}catch(o){throw Fe(o)}}async unlinkWallet(t){try{let o=await this.api.post(Aa(),{address:t});return Ct(o)}catch(o){throw Fe(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(ka(),{provider:t,subject:o});return Ct(r)}catch(r){throw Fe(r)}}async createAnalyticsEvent(t,o,r){try{if(!this.clientAnalyticsId)throw new Error("Cannot create analytics event if run in node and not browswer");await this.api.post(Ra(),{event_name:t,client_id:this.clientAnalyticsId,payload:{...o||{},clientTimestamp:r?r.toISOString():new Date().toISOString()}})}catch(n){console.error("Failed to create analytics event",n)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){var o;return this.session.hasActiveToken()?((o=ct.parse(this.session.token))==null?void 0:o.audience)!==this.appId?(await this.logout(),null):this.session.token:!(t!=null&&t.disableAutoRefresh)&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){var t,o;try{let r=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:r.id,name:r.name,verificationKey:r.verification_key,logoUrl:r.logo_url||void 0,accentColor:r.accent_color||void 0,showWalletLoginFirst:r.show_wallet_login_first,allowlistConfig:{errorTitle:r.allowlist_config.error_title,errorDetail:r.allowlist_config.error_detail,errorCtaText:r.allowlist_config.cta_text,errorCtaLink:r.allowlist_config.cta_link},walletAuth:r.wallet_auth,emailAuth:r.email_auth,smsAuth:r.sms_auth,googleOAuth:r.google_oauth,twitterOAuth:r.twitter_oauth,discordOAuth:r.discord_oauth,githubOAuth:r.github_oauth,appleOAuth:r.apple_oauth,termsAndConditionsUrl:r.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:(t=r.embedded_wallet_config)==null?void 0:t.create_on_login,requireUserPasswordOnCreate:(o=r.embedded_wallet_config)==null?void 0:o.require_user_password_on_create},privacyPolicyUrl:r.privacy_policy_url,customApiUrl:r.custom_api_url,createdAt:new Date(r.created_at*1e3),updatedAt:new Date(r.updated_at*1e3)}}catch(r){throw Fe(r)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t}`)).usd}catch{console.error(`Unable to fetch token price for chain with id ${t}`);return}}async forkSession(){return await this.session.forkSession()}};var A4=require("wicg-inert"),qn=require("body-scroll-lock"),$n=require("react"),aa=require("react"),kc=T(require("react-dom")),jn=T(require("styled-components"));var an=require("react");var Ci=(0,an.createContext)({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,getAuthMeta:P,getAuthFlow:P,closePrivyModal:P,connectWallet:P,initLoginWithWallet:P,loginWithWallet:P,loginWithCode:P,initLoginWithEmail:P,initLoginWithSms:P,resendEmailCode:P,resendSmsCode:P,initLoginWithOAuth:P,loginWithOAuth:P,refreshUser:P,walletProxy:null,createAnalyticsEvent:P,getUsdTokenPrice:P,recoverEmbeddedWallet:P}),W=()=>(0,an.useContext)(Ci);var sn=require("react");var Ei=(0,sn.createContext)({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:P,login:P,linkEmail:P,linkPhone:P,linkWallet:P,linkGoogle:P,linkTwitter:P,linkDiscord:P,linkGithub:P,linkApple:P,logout:P,getAccessToken:P,getEthereumProvider:P,getEthersProvider:P,getWeb3jsProvider:P,unlinkEmail:P,unlinkPhone:P,unlinkWallet:P,unlinkGoogle:P,unlinkTwitter:P,unlinkDiscord:P,unlinkGithub:P,unlinkApple:P,setActiveWallet:P,forkSession:P,createWallet:P,signMessage:P,sendTransaction:P,exportWallet:P}),G=()=>(0,sn.useContext)(Ei);var un=T(require("styled-components"));var At=T(require("styled-components"));var ln=T(require("styled-components")),Ft=require("react/jsx-runtime"),cn=({success:e,fail:t})=>(0,Ft.jsxs)(Ft.Fragment,{children:[(0,Ft.jsx)(ar,{className:e?"success":t?"fail":""}),(0,Ft.jsx)(ld,{className:e?"success":t?"fail":""})]}),ar=ln.default.span`
|
|
12
|
+
- https://privy.io`;this.wallet=t}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new _("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(fa(),{message:t,signature:o});return{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(t){throw le(t)}}async link(){if(!this.api)throw new _("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(ya(),{message:t,signature:o})}catch(t){throw le(t)}}async sign(){if(!this.api)throw new _("Auth flow has no API instance");if(this.preparedMessage||await this.buildSiweMessage(),!this.preparedMessage)throw new _("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async buildSiweMessage(){if(!this.api)throw new _("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:",""),r=await this.api.post(ha(),{address:t});return this.preparedMessage=this.prepareMessage(o,t,r.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,o,n,i,l,r,a)}};var Xt=class{constructor(t){this.meta={phoneNumber:t}}async authenticate(){if(!this.api)throw new _("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new _("phone number and sms code must be set prior to calling authenticate.");try{let t=Ca(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw le(t)}}async link(){if(!this.api)throw new _("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new _("phone number and sms code must be set prior to calling authenticate.");try{let t=Ea();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw le(t)}}async sendSmsCode(t){if(!this.api)throw new _("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),!this.meta.phoneNumber)throw new _("phone nNumber must be set when initialzing authentication.");try{let o=wa();return await this.api.post(o,{phoneNumber:this.meta.phoneNumber})}catch(o){throw le(o)}}};function wt(e){return new Date(e*1e3)}function jc(e){let t=[];for(let o of e){let r=o.type;switch(o.type){case"wallet":let n={address:o.address,type:o.type,verifiedAt:wt(o.verified_at),chainType:o.chain_type,walletClient:o.wallet_client,recoveryMethod:o.recovery_method};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:wt(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:wt(o.verified_at)};t.push(a);break;case"google_oauth":let l={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:wt(o.verified_at)};t.push(l);break;case"twitter_oauth":let s={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:wt(o.verified_at)};t.push(s);break;case"discord_oauth":let p={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:wt(o.verified_at)};t.push(p);break;case"github_oauth":let h={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:wt(o.verified_at)};t.push(h);break;case"apple_oauth":let g={subject:o.subject,email:o.email,type:o.type,verifiedAt:wt(o.verified_at)};t.push(g);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function Ot(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var oe=e=>e==null?void 0:e.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClient==="privy"),Kc=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),Co=(e,t)=>{var o;return t==="all-users"&&!oe(e)||t==="users-without-wallets"&&!((o=Kc(e))!=null&&o.length)};function Ct(e){if(!e)return null;let t=jc(e.linked_accounts),o=Ot(t,"wallet"),r=Ot(t,"email"),n=Ot(t,"phone"),i=Ot(t,"google_oauth"),a=Ot(t,"twitter_oauth"),l=Ot(t,"discord_oauth"),s=Ot(t,"github_oauth"),p=Ot(t,"apple_oauth");return{id:e.id,createdAt:wt(e.created_at),linkedAccounts:t,email:r&&{address:r==null?void 0:r.address},phone:n&&{number:n==null?void 0:n.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},apple:p&&{subject:p.subject,email:p.email}}}var vi=require("@ethersproject/address"),ys=T(require("eventemitter3"));var Wa="1.27.1-beta.1";var eo="4df5e2316331463a9130964bd6078dfa",Fr="https://auth.privy.io",Ia=1e4,Qe=1400,Na=4500,Gr=Wa;var Eo="privy:token",oi="privy-token",Hr="privy:refresh_token",ri="privy-refresh-token",er="privy:session_transfer_token",ni="privy:connectors",ii="privy:connections",La="walletconnect",Ma=3e4,Ge=1;var ai=class{constructor(){this._cache={}}get(t){return this._cache[t]}put(t,o){o!==void 0?this._cache[t]=o:this.del(t)}del(t){delete this._cache[t]}getKeys(){return Object.keys(this._cache)}},si=class{get(t){let o=localStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?localStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){localStorage.removeItem(t)}getKeys(){return Object.entries(localStorage).map(([t])=>t)}};function Zc(){return typeof window<"u"&&window.localStorage?new si:new ai}var $=Zc();var za=require("libphonenumber-js/min");var Oa={id:42161,name:"Arbitrum One",network:"arbitrum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://arb-mainnet.g.alchemy.com/v2"],webSocket:["wss://arb-mainnet.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-mainnet.infura.io/v3"],webSocket:["wss://arbitrum-mainnet.infura.io/ws/v3"]},default:{http:["https://arb1.arbitrum.io/rpc"]},public:{http:["https://arb1.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://arbiscan.io"},default:{name:"Arbiscan",url:"https://arbiscan.io"}}};var Da={id:421613,name:"Arbitrum Goerli",network:"arbitrum-goerli",nativeCurrency:{name:"Arbitrum Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://arb-goerli.g.alchemy.com/v2"],webSocket:["wss://arb-goerli.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-goerli.infura.io/v3"],webSocket:["wss://arbitrum-goerli.infura.io/ws/v3"]},default:{http:["https://goerli-rollup.arbitrum.io/rpc"]},public:{http:["https://goerli-rollup.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"},default:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"}},testnet:!0};var Ua={id:5,network:"goerli",name:"Goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://eth-goerli.g.alchemy.com/v2"],webSocket:["wss://eth-goerli.g.alchemy.com/v2"]},infura:{http:["https://goerli.infura.io/v3"],webSocket:["wss://goerli.infura.io/ws/v3"]},default:{http:["https://rpc.ankr.com/eth_goerli"]},public:{http:["https://rpc.ankr.com/eth_goerli"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli.etherscan.io"},default:{name:"Etherscan",url:"https://goerli.etherscan.io"}},testnet:!0};var Ba={id:1,network:"homestead",name:"Ethereum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://eth-mainnet.g.alchemy.com/v2"],webSocket:["wss://eth-mainnet.g.alchemy.com/v2"]},infura:{http:["https://mainnet.infura.io/v3"],webSocket:["wss://mainnet.infura.io/ws/v3"]},default:{http:["https://cloudflare-eth.com"]},public:{http:["https://cloudflare-eth.com"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://etherscan.io"},default:{name:"Etherscan",url:"https://etherscan.io"}}};var Fa={id:10,name:"Optimism",network:"optimism",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-mainnet.g.alchemy.com/v2"],webSocket:["wss://opt-mainnet.g.alchemy.com/v2"]},infura:{http:["https://optimism-mainnet.infura.io/v3"],webSocket:["wss://optimism-mainnet.infura.io/ws/v3"]},default:{http:["https://mainnet.optimism.io"]},public:{http:["https://mainnet.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://optimistic.etherscan.io"},default:{name:"Optimism Explorer",url:"https://explorer.optimism.io"}}};var Ga={id:420,name:"Optimism Goerli",network:"optimism-goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-goerli.g.alchemy.com/v2"],webSocket:["wss://opt-goerli.g.alchemy.com/v2"]},infura:{http:["https://optimism-goerli.infura.io/v3"],webSocket:["wss://optimism-goerli.infura.io/ws/v3"]},default:{http:["https://goerli.optimism.io"]},public:{http:["https://goerli.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"},default:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"}},testnet:!0};var Ha={id:137,name:"Polygon",network:"matic",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mainnet.g.alchemy.com/v2"],webSocket:["wss://polygon-mainnet.g.alchemy.com/v2"]},infura:{http:["https://polygon-mainnet.infura.io/v3"],webSocket:["wss://polygon-mainnet.infura.io/ws/v3"]},default:{http:["https://polygon-rpc.com"]},public:{http:["https://polygon-rpc.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://polygonscan.com"},default:{name:"PolygonScan",url:"https://polygonscan.com"}}};var Va={id:80001,name:"Polygon Mumbai",network:"maticmum",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mumbai.g.alchemy.com/v2"],webSocket:["wss://polygon-mumbai.g.alchemy.com/v2"]},infura:{http:["https://polygon-mumbai.infura.io/v3"],webSocket:["wss://polygon-mumbai.infura.io/ws/v3"]},default:{http:["https://matic-mumbai.chainstacklabs.com"]},public:{http:["https://matic-mumbai.chainstacklabs.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"},default:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"}},testnet:!0};var Vr=[Oa,Da,Ua,Ba,Fa,Ga,Ha,Va];var qa=e=>!!String(e).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/),$a=e=>(0,za.isPossiblePhoneNumber)(String(e),"US"),ja=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},xo=(e,t=3,o=4)=>{if(!e)return"";let r=2,n=3;if(t+o+r+n>=e.length)return e;let i=e.slice(0,r+t),a=e.slice(e.length-o,e.length);return`${i}...${a}`},Qc=e=>new Promise(t=>setTimeout(t,e)),Ka=(e,t={})=>{let o=t.delayMs||40,r=t.maxAttempts||1e3;return new Promise(async(n,i)=>{let a=!1,l=0;for(;!a&&l<r;)e().then(()=>{a=!0,n()},(...s)=>{a=!0,i(...s)}),l+=1,await Qc(o);a||i(new Error("Exceeded max attempts before resolving function"))})},zr=(e,t,o={})=>{let r=new URL(t,e);for(let[n,i]of Object.entries(o))r.searchParams.set(n,i);return r.href};var li=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),tr=e=>typeof e=="string"?e:"0x"+e.toString(16);async function Ya(e=3e3){let t=!1,o=window;return new Promise(r=>{o.ethereum?n():(window.addEventListener("ethereum#initialized",n,{once:!0}),setTimeout(()=>{n()},e));function n(){if(t)return;t=!0,window.removeEventListener("ethereum#initialized",n);let i=[];qr()&&i.push("metamask"),Je()&&i.push("phantom"),o.ethereum&&o.ethereum.isBraveWallet&&i.push("brave"),r(i)}})}function ci(e){return`eip155:${String(Number(e))}`}var to=e=>{var o;let t=Vr.find(r=>r.id===e);if(!t)throw new Q(`Unsupported chainId ${e}`,4901);return((o=t.rpcUrls.infura)==null?void 0:o.http[0])+`/${eo}`};var ns=T(require("@coinbase/wallet-sdk"));var or=require("react/jsx-runtime"),He=({style:e,...t})=>(0,or.jsxs)("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[(0,or.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,or.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});var xt=require("@ethersproject/address"),mi=require("@ethersproject/providers"),rs=T(require("eventemitter3"));var Ja=require("@ethersproject/bytes"),pi=require("@ethersproject/providers"),Xa=require("@ethersproject/strings"),es=T(require("eventemitter3"));var Jc=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign"],Za=e=>Jc.includes(e);var Qa=require("@ethersproject/logger");var To=class extends Q{constructor(){super("Wallet timeout");this.type="wallet_error"}},ro=class extends Q{constructor(){super("User rejected connection");this.type="wallet_error"}},Ve=e=>{if(e instanceof Q)return e;if((e==null?void 0:e.code)&&(e==null?void 0:e.reason)){let t=new Po(e);return e.code===Qa.ErrorCode.ACTION_REJECTED&&(t.details=oo.E4001_USER_REJECTED_REQUEST),t}return e!=null&&e.code?new Po(e):new Q("Unknown connector error",e)},di=class extends Ze{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Po=class extends di{constructor(o){var i,a,l;let r=o;super(r.message,r.code,r.data);let n=Object.values(oo).find(s=>s.eipCode===r.code);this.details=n||oo.UNKNOWN_ERROR,r.code===-32002&&((i=r.message)!=null&&i.includes("already pending for origin")?(a=r.message)!=null&&a.includes("wallet_requestPermissions")?this.details=oo.E32002_CONNECTION_ALREADY_PENDING:this.details=oo.E32002_REQUEST_ALREADY_PENDING:(l=r.message)!=null&&l.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=oo.E32002_WALLET_LOCKED))}},Xc={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0},ERROR_USER_REJECTED_CONNECTION:{message:"You rejected the request",detail:"Please try connecting again.",retryable:!0}},ed={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},td={E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1}},oo={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...td,...ed},Et={...Xc,...oo};var od=12e4,ui=(e=new To,t=od)=>new Promise((o,r)=>setTimeout(()=>{r(e)},t)),ee=class{constructor(t){this.removeListener=(t,o)=>{if(this.walletProvider)try{return this.walletProvider.removeListener(t,o)}catch{console.warn("Unable to remove wallet provider listener")}};this.setWalletProvider=t=>{this.walletProvider&&this._subscriptions.forEach(o=>{this.removeListener(o.eventName,o.listener)}),this.walletProvider=t,this._subscriptions.forEach(o=>{var r;(r=this.walletProvider)==null||r.on(o.eventName,o.listener)})};this.walletProvider=t,this._subscriptions=[]}on(t,o){if(this.walletProvider)return this.walletProvider.on(t,o);this._subscriptions.push({eventName:t,listener:o})}async request(t){if(!this.walletProvider)throw new Q(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),ui()]).catch(o=>{throw Ve(o)})}},Dt=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},$r=class extends es.default{constructor(o,r,n=1){super();this.walletProxy=o,this.address=r,this.chainId=n,this.provider=new pi.JsonRpcProvider(to(n))}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new Dt(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Ao()||!this.address)throw new Dt("Disconnected",4900);return(await os(r)).transactionHash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new Dt(`Invalid params for ${o.method}`,4200);let r;if(typeof o.params[0]=="string")r=o.params[0];else if("chainId"in o.params[0]&&typeof o.params[0].chainId=="string")r=o.params[0].chainId;else throw new Dt(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new pi.JsonRpcProvider(to(this.chainId)),this.emit("chainChanged",r)}async handlePersonalSign(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");let r=o.params[0],n=(0,Ja.isHexString)(r)?(0,Xa.toUtf8String)(r):r;return await ts(n)}async handleEstimateGas(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");let r={...o.params[0],chainId:tr(this.chainId)};return this.provider.send("eth_estimateGas",[r])}async request(o){switch(console.debug("Embedded1193Provider.request() called with args",o),o.method){case"eth_accounts":return this.address?[this.address]:[];case"eth_chainId":return tr(this.chainId);case"eth_estimateGas":return this.handleEstimateGas(o);case"eth_sendTransaction":return this.handleSendTransaction(o);case"wallet_switchEthereumChain":return this.handleSwitchEthereumChain(o);case"personal_sign":return this.handlePersonalSign(o);default:break}if(Za(o.method)){let r=await Ao();if(!r||!this.address)throw new Dt("Disconnected",4900);try{return(await this.walletProxy.rpc({address:this.address,accessToken:r,request:{method:o.method,params:o.params}})).response.data}catch(n){throw console.error(n),new Dt("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await Ao();if(!o||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:o})).address}catch(r){return console.error(r),null}}},Xe=class extends ee{constructor(o){super(o)}},Ut=class extends ee{constructor(t){super(t)}sendAsync(t,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var _e=class extends rs.default{constructor(o){super();this.onAccountsChanged=o=>{this.syncAccounts(o)};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=ci(o)}),this.emit("walletsUpdated")};this.onDisconnect=()=>{this.connected=!1,this.wallets=[],this.emit("walletsUpdated")};this.onConnect=()=>{this.connected=!0,this.syncAccounts()};this.wallets=[],this.walletClientType=o,this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>(0,xt.getAddress)(i.address)===(0,xt.getAddress)(o));return{address:(0,xt.getAddress)(o),chainId:r,connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new Q("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new Q("Wallet is not currently connected.");return new mi.Web3Provider(new Xe(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new Q("Wallet is not currently connected.");return new Ut(this.proxyProvider)},sign:async i=>{if(!await n())throw new Q("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;if(r===void 0){let l=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(l)&&(r=l)}if(r===void 0||!Array.isArray(r)||r.length<=0)return;let n=[],i=await this.proxyProvider.request({method:"eth_chainId"}),a=ci(i);for(let l of r)n.find(s=>(0,xt.getAddress)(s.address)===(0,xt.getAddress)(l))||n.push(this.buildConnectedWallet((0,xt.getAddress)(l),a));jr(n,this.wallets)||(this.wallets=n,this.emit("walletsUpdated"))}async getConnectedWallet(){let o=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((r,n)=>n.connectedAt-r.connectedAt).find(r=>o.find(n=>(0,xt.getAddress)(n)===(0,xt.getAddress)(r.address)))||null}async isConnected(){let o=await this.proxyProvider.request({method:"eth_accounts"});return Array.isArray(o)&&o.length>0}async sign(o){return await this.connect({showPrompt:!1}),new mi.Web3Provider(new Xe(this.proxyProvider)).getSigner().signMessage(o)}subscribeListeners(){this.proxyProvider.on("accountsChanged",this.onAccountsChanged),this.proxyProvider.on("chainChanged",this.onChainChanged),this.proxyProvider.on("disconnect",this.onDisconnect),this.proxyProvider.on("connect",this.onConnect)}unsubscribeListeners(){this.proxyProvider.removeListener("accountsChanged",this.onAccountsChanged),this.proxyProvider.removeListener("chainChanged",this.onChainChanged),this.proxyProvider.removeListener("disconnect",this.onDisconnect),this.proxyProvider.removeListener("connect",this.onConnect)}};var rd=e=>{let t=`https://mainnet.infura.io/v3/${eo}`,o=1;return e.makeWeb3Provider(t,o)},Kr,Yr=class extends _e{constructor(){super("coinbase_wallet");this.connectorType="coinbase_wallet";this.proxyProvider=new ee,this.subscribeListeners(),Kr||(Kr=new ns.default({appName:"Privy",darkMode:!1,headlessMode:!1})),this.proxyProvider.setWalletProvider(rd(Kr)),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){Kr.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:He}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(o.length===0)throw new Q("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts(o)}catch(o){throw Ve(o)}}};var hi=require("react/jsx-runtime"),_o=({style:e,...t})=>(0,hi.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:(0,hi.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99555 0.929932C-1.12055 1.31799 -0.499722 9.15734 2.17445 8.76915C0.0807959 10.5544 -0.960455 16.6416 6.01654 16.0265C10.6356 15.9489 15.5635 12.2232 15.5635 8.1095C15.5635 2.63748 10.7516 0.929932 7.99555 0.929932ZM9.47052 7.53055C9.47052 8.49933 8.81856 9.28468 8.01433 9.28468C7.2101 9.28468 6.55814 8.49933 6.55814 7.53055C6.55814 6.56176 7.2101 5.77641 8.01433 5.77641C8.81856 5.77641 9.47052 6.56176 9.47052 7.53055ZM12.3171 9.28468C13.1213 9.28468 13.7733 8.49933 13.7733 7.53055C13.7733 6.56176 13.1213 5.77641 12.3171 5.77641C11.5129 5.77641 10.8609 6.56176 10.8609 7.53055C10.8609 8.49933 11.5129 9.28468 12.3171 9.28468Z",fill:t.color||"var(--privy-color-foreground-3)"})});var Zr=class extends _e{constructor(o){super("privy");this.connectorType="embedded";this.proxyProvider=o,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[tr((o==null?void 0:o.chainId)||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:_o}}disconnect(){this.connected=!1}async promptConnection(){}};var nd=require("@ethersproject/address"),id=require("@ethersproject/providers"),is=require("react-device-detect");var ye=require("react/jsx-runtime"),ge=({style:e,...t})=>(0,ye.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",x:0,y:0,viewBox:"0 0 318.6 318.6",width:"28",height:"28",style:{height:"28px",width:"28px",...e},...t,children:[(0,ye.jsx)("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),(0,ye.jsx)("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),(0,ye.jsx)("path",{d:"m44.4 35.5 98.7 74.6-17.5-44.3zm193.9 171.3-26.5 40.6 56.7 15.6 16.3-55.3zm-204.4.9L50.1 263l56.7-15.6-26.5-40.6z",className:"s1 s2"}),(0,ye.jsx)("path",{d:"m103.6 138.2-15.8 23.9 56.3 2.5-2-60.5zm111.3 0-39-34.8-1.3 61.2 56.2-2.5zM106.8 247.4l33.8-16.5-29.2-22.8zm71.1-16.5 33.9 16.5-4.7-39.3z",className:"s1 s2"}),(0,ye.jsx)("path",{fill:"#d7c1b3",stroke:"#d7c1b3",className:"s1",d:"m211.8 247.4-33.9-16.5 2.7 22.1-.3 9.3zm-105 0 31.5 14.9-.2-9.3 2.5-22.1z"}),(0,ye.jsx)("path",{fill:"#233447",stroke:"#233447",className:"s1",d:"m138.8 193.5-28.2-8.3 19.9-9.1zm40.9 0 8.3-17.4 20 9.1z"}),(0,ye.jsx)("path",{fill:"#cd6116",stroke:"#cd6116",className:"s1",d:"m106.8 247.4 4.8-40.6-31.3.9zM207 206.8l4.8 40.6 26.5-39.7zm23.8-44.7-56.2 2.5 5.2 28.9 8.3-17.4 20 9.1zm-120.2 23.1 20-9.1 8.2 17.4 5.3-28.9-56.3-2.5z"}),(0,ye.jsx)("path",{fill:"#e4751f",stroke:"#e4751f",className:"s1",d:"m87.8 162.1 23.6 46-.8-22.9zm120.3 23.1-1 22.9 23.7-46zm-64-20.6-5.3 28.9 6.6 34.1 1.5-44.9zm30.5 0-2.7 18 1.2 45 6.7-34.1z"}),(0,ye.jsx)("path",{d:"m179.8 193.5-6.7 34.1 4.8 3.3 29.2-22.8 1-22.9zm-69.2-8.3.8 22.9 29.2 22.8 4.8-3.3-6.6-34.1z",className:"s3"}),(0,ye.jsx)("path",{fill:"#c0ad9e",stroke:"#c0ad9e",className:"s1",d:"m180.3 262.3.3-9.3-2.5-2.2h-37.7l-2.3 2.2.2 9.3-31.5-14.9 11 9 22.3 15.5h38.3l22.4-15.5 11-9z"}),(0,ye.jsx)("path",{fill:"#161616",stroke:"#161616",className:"s1",d:"m177.9 230.9-4.8-3.3h-27.7l-4.8 3.3-2.5 22.1 2.3-2.2h37.7l2.5 2.2z"}),(0,ye.jsx)("path",{fill:"#763d16",stroke:"#763d16",className:"s1",d:"m278.3 114.2 8.5-40.8-12.7-37.9-96.2 71.4 37 31.3 52.3 15.3 11.6-13.5-5-3.6 8-7.3-6.2-4.8 8-6.1zM31.8 73.4l8.5 40.8-5.4 4 8 6.1-6.1 4.8 8 7.3-5 3.6 11.5 13.5 52.3-15.3 37-31.3-96.2-71.4z"}),(0,ye.jsx)("path",{d:"m267.2 153.5-52.3-15.3 15.9 23.9-23.7 46 31.2-.4h46.5zm-163.6-15.3-52.3 15.3-17.4 54.2h46.4l31.1.4-23.6-46zm71 26.4 3.3-57.7 15.2-41.1h-67.5l15 41.1 3.5 57.7 1.2 18.2.1 44.8h27.7l.2-44.8z",className:"s3"})]});var Qr=class extends _e{constructor(){super("metamask");this.connectorType="injected";this.proxyProvider=new ee,this.subscribeListeners();let o=window,r=o.ethereum,n=o.ethereum.providers||[];for(let i of n)if(i.isMetaMask){r=i;break}this.proxyProvider.setWalletProvider(r),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:"MetaMask",icon:ge}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{!is.isMobile&&qr()&&await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0)throw new Q("Unable to retrieve accounts");await this.syncAccounts(o)}catch(o){throw Ve(o)}}};var ze=require("react/jsx-runtime"),lt=({style:e,...t})=>(0,ze.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[(0,ze.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"url(#paint0_linear_1765_9937)"}),(0,ze.jsx)("path",{d:"M24.0223 14.1704H21.5542C21.5542 9.14083 17.4627 5.06372 12.4151 5.06372C7.43008 5.06372 3.37717 9.04101 3.27798 13.9845C3.17536 19.0945 7.98653 23.5318 13.1154 23.5318H13.7605C18.2822 23.5318 24.3426 20.0047 25.2895 15.7072C25.4643 14.9151 24.8364 14.1704 24.0223 14.1704ZM8.74752 14.3945C8.74752 15.0671 8.19544 15.6172 7.52045 15.6172C6.84545 15.6172 6.29341 15.0669 6.29341 14.3945V12.4165C6.29341 11.7439 6.84545 11.1938 7.52045 11.1938C8.19544 11.1938 8.74752 11.7439 8.74752 12.4165V14.3945ZM13.0083 14.3945C13.0083 15.0671 12.4563 15.6172 11.7813 15.6172C11.1063 15.6172 10.5543 15.0669 10.5543 14.3945V12.4165C10.5543 11.7439 11.1065 11.1938 11.7813 11.1938C12.4563 11.1938 13.0083 11.7439 13.0083 12.4165V14.3945Z",fill:"url(#paint1_linear_1765_9937)"}),(0,ze.jsxs)("defs",{children:[(0,ze.jsxs)("linearGradient",{id:"paint0_linear_1765_9937",x1:"14",y1:"0",x2:"14",y2:"28",gradientUnits:"userSpaceOnUse",children:[(0,ze.jsx)("stop",{stopColor:"#534BB1"}),(0,ze.jsx)("stop",{offset:"1",stopColor:"#551BF9"})]}),(0,ze.jsxs)("linearGradient",{id:"paint1_linear_1765_9937",x1:"14.2976",y1:"5.06372",x2:"14.2976",y2:"23.5318",gradientUnits:"userSpaceOnUse",children:[(0,ze.jsx)("stop",{stopColor:"white"}),(0,ze.jsx)("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]})]})]});var Jr=class extends _e{constructor(){super("phantom");this.connectorType="injected";this.proxyProvider=new ee,this.subscribeListeners(),this.proxyProvider.setWalletProvider(window.phantom.ethereum),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:"Phantom",icon:lt}}disconnect(){console.warn("Phantom does not support programmatic disconnect.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});await this.syncAccounts(o)}catch(o){throw Ve(o)}}};var fs=T(require("@walletconnect/web3-provider")),nr=require("react-device-detect");var et=require("react");var ss=require("react/jsx-runtime");function as(e){return(0,ss.jsx)("link",{rel:"prefetch",href:e.src})}var Xr=require("react/jsx-runtime"),Tt="LANDING",ls=(0,et.createContext)({ready:!1,app:null,currentScreen:Tt,lastScreen:Tt,navigate:P,navigateBack:P,setModalData:P}),cs=e=>{var h,g,b;let t=e.appConfig,o=e.authenticated,r=e.visible,[n,i]=(0,et.useState)(e.initialScreen||Tt),[a,l]=(0,et.useState)(e.initialScreen||Tt);(0,et.useEffect)(()=>{o||i(Tt)},[o]),(0,et.useEffect)(()=>{r||(l(Tt),i(Tt))},[r]),(0,et.useEffect)(()=>{e.initialScreen&&n===Tt&&(i(e.initialScreen),l(e.initialScreen))},[e.initialScreen]);let s=e.initialScreen&&n===Tt?e.initialScreen:n,p={ready:!!(t!=null&&t.id),app:t,data:e.data,setModalData:e.setModalData,currentScreen:s,lastScreen:a,navigate:m=>{l(n),i(m)},navigateBack:()=>{i(a)}};return(0,Xr.jsxs)(ls.Provider,{value:p,children:[(typeof((h=t==null?void 0:t.appearance)==null?void 0:h.logo)=="string"||((b=(g=t==null?void 0:t.appearance)==null?void 0:g.logo)==null?void 0:b.type)==="img")&&(0,Xr.jsx)(as,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},w=()=>(0,et.useContext)(ls);var Pt=require("react/jsx-runtime"),So=({style:e,...t})=>{let{app:o}=w();return(0,Pt.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[(0,Pt.jsx)("rect",{width:"28",height:"28",rx:"3",fill:(o==null?void 0:o.appearance.palette.colorScheme)==="dark"?"#3396ff":"#141414"}),(0,Pt.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,Pt.jsx)("path",{d:"M8.09448 10.3941C11.3558 7.20196 16.6442 7.20196 19.9055 10.3941L20.2982 10.7782C20.3369 10.8157 20.3677 10.8606 20.3887 10.9102C20.4097 10.9599 20.4206 11.0132 20.4206 11.0671C20.4206 11.121 20.4097 11.1744 20.3887 11.224C20.3677 11.2737 20.3369 11.3186 20.2982 11.3561L18.9554 12.6702C18.9158 12.7086 18.8628 12.7301 18.8077 12.7301C18.7526 12.7301 18.6996 12.7086 18.66 12.6702L18.1198 12.1415C15.8448 9.91503 12.1557 9.91503 9.88015 12.1415L9.30167 12.7075C9.26207 12.7459 9.20909 12.7673 9.15395 12.7673C9.0988 12.7673 9.04582 12.7459 9.00622 12.7075L7.66346 11.3934C7.62475 11.3559 7.59397 11.3109 7.57295 11.2613C7.55193 11.2117 7.5411 11.1583 7.5411 11.1044C7.5411 11.0505 7.55193 10.9971 7.57295 10.9475C7.59397 10.8979 7.62475 10.8529 7.66346 10.8154L8.09448 10.3941ZM22.6829 13.1115L23.8776 14.2814C23.9163 14.319 23.9471 14.3639 23.9681 14.4135C23.9892 14.4632 24 14.5165 24 14.5704C24 14.6243 23.9892 14.6777 23.9681 14.7273C23.9471 14.777 23.9163 14.8219 23.8776 14.8594L18.4893 20.1332C18.4102 20.2101 18.3042 20.2531 18.1938 20.2531C18.0835 20.2531 17.9775 20.2101 17.8984 20.1332L14.0743 16.3901C14.0545 16.3708 14.0279 16.36 14.0003 16.36C13.9726 16.36 13.9461 16.3708 13.9263 16.3901L10.1021 20.1332C10.023 20.2101 9.91703 20.2531 9.8067 20.2531C9.69636 20.2531 9.59038 20.2101 9.51124 20.1332L4.12236 14.8594C4.08365 14.8219 4.05287 14.777 4.03185 14.7273C4.01083 14.6777 4 14.6243 4 14.5704C4 14.5165 4.01083 14.4632 4.03185 14.4135C4.05287 14.3639 4.08365 14.319 4.12236 14.2814L5.31767 13.1115C5.39678 13.0348 5.50265 12.9919 5.61285 12.9919C5.72305 12.9919 5.82892 13.0348 5.90803 13.1115L9.73216 16.8546C9.75194 16.874 9.7785 16.8848 9.80616 16.8848C9.83381 16.8848 9.86037 16.874 9.88015 16.8546L13.7043 13.1115C13.7834 13.0346 13.8894 12.9916 13.9997 12.9916C14.1101 12.9916 14.216 13.0346 14.2952 13.1115L18.1198 16.8546C18.1396 16.874 18.1662 16.8848 18.1938 16.8848C18.2215 16.8848 18.2481 16.874 18.2678 16.8546L22.092 13.1115C22.1711 13.0346 22.2771 12.9916 22.3874 12.9916C22.4977 12.9916 22.6037 13.0346 22.6829 13.1115Z",fill:"white"})}),(0,Pt.jsx)("defs",{children:(0,Pt.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,Pt.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var fi=require("@walletconnect/browser-utils"),en=require("react-device-detect");var rr=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(yi))if(r.hostname===t)return{walletClientType:o,entry:r}};var yi={rainbow:{id:"1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369",displayName:"Rainbow",image_id:"7a33d7f1-3d12-4b5c-f3ee-5cd83cb1b500",hostname:"rainbow.me",mobile:{universal:"https://rnbwapp.com"}},trust:{id:"4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0",displayName:"Trust",image_id:"0528ee7e-16d1-4089-21e3-bbfb41933100",hostname:"trustwallet.com",mobile:{universal:"https://link.trustwallet.com"}},uniswap:{id:"c03dfee351b6fcc421b4494ea33b9d4b92a984f87aa76d1663bb28705e95034a",displayName:"Uniswap",image_id:"bff9cf1f-df19-42ce-f62a-87f04df13c00",hostname:"uniswap.org",mobile:{universal:"https://uniswap.org/app"}},metamask:{id:"c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",displayName:"MetaMask",image_id:"5195e9db-94d8-4579-6f11-ef553be95100",hostname:"metamask.io",mobile:{native:"metamask:"}},argent:{id:"bc949c5d968ae81310268bf9193f9c9fb7bb4e1283e1284af8f2bd4992535fd6",displayName:"Argent",image_id:"215158d2-614b-49c9-410f-77aa661c3900",hostname:"www.argent.xyz",mobile:{universal:"https://www.argent.xyz/app"}},spot:{id:"74f8092562bd79675e276d8b2062a83601a4106d30202f2d509195e30e19673d",displayName:"Spot",image_id:"1bf33a89-b049-4a1c-d1f6-4dd7419ee400",hostname:"www.spot-wallet.com",mobile:{universal:"https://spot.so"}},zerion:{id:"ecc4036f814562b41a5268adc86270fba1365471402006302e70169465b7ac18",displayName:"Zerion",image_id:"f216b371-96cf-409a-9d88-296392b85800",hostname:"zerion.io",mobile:{universal:"https://wallet.zerion.io"}},bitkeep:{id:"38f5d18bd8522c244bdd70cb4a68e0e718865155811c043f052fb9f1c51de662",displayName:"BitKeep",image_id:"3f7075d0-4ab7-4db5-404d-3e4c05e6fe00",hostname:"bitkeep.com",mobile:{universal:"https://bkapp.vip"}},unstoppable:{id:"7e90b95230bc462869bbb59f952273d89841e1c76bcc5319898e08c9f34bd4cd",displayName:"Unstoppable",image_id:"5c38b22c-adb9-4899-3252-6e3d71458500",hostname:"unstoppable.money",mobile:{universal:"https://unstoppable.money"}},omni:{id:"afbd95522f4041c71dd4f1a065f971fd32372865b416f95a0b1db759ae33f2a7",displayName:"Omni",image_id:"2cd67b4c-282b-4809-e7c0-a88cd5116f00",hostname:"omni.app",mobile:{universal:"https://links.omni.app"}},mathwallet:{id:"7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26",displayName:"MathWallet",image_id:"26a8f588-3231-4411-60ce-5bb6b805a700",hostname:"mathwallet.org",mobile:{universal:"https://www.mathwallet.org"}},bitpay:{id:"ccb714920401f7d008dbe11281ae70e3a4bfb621763b187b9e4a3ce1ab8faa3b",displayName:"BitPay",image_id:"97d4429f-eaf0-4302-87f5-9d26d46fe700",hostname:"bitpay.com",mobile:{universal:"https://link.bitpay.com/wallet"}},"1inch":{id:"2863183c3299d820fb9a4cb8aab4a34f50380c9992e8be871fd60a62e8d36481",displayName:"1inch",image_id:"dce1ee99-403f-44a9-9f94-20de30616500",hostname:"1inch.io",mobile:{universal:"https://wallet.1inch.io"}},eidoo:{id:"efba9ae0a9e0fdd9e3e055ddf3c8e75f294babb8aea3499456eff27f771fda61",displayName:"Eidoo",image_id:"ef5b8bcf-00d5-457d-e161-9911e4788700",hostname:"eidoo.io",mobile:{universal:"https://eidoo.io/crypto-wallet"}},coin98:{id:"b021913ba555948a1c81eb3d89b372be46f8354e926679de648e4fa2938bed3e",displayName:"Coin98",image_id:"dee547be-936a-4c92-9e3f-7a2350a62e00",hostname:"coin98.com",mobile:{universal:"https://coin98.com"}},alphawallet:{id:"138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98",displayName:"AlphaWallet",image_id:"5b1cddfb-056e-4e78-029a-54de5d70c500",hostname:"alphawallet.com",mobile:{universal:"https://aw.app"}},rwallet:{id:"b13fcc7e3500a4580c9a5341ed64c49c17d7f864497881048eb160c089be5346",displayName:"RWallet",image_id:"a883229c-26cb-4c19-9b34-1f0ed4012a00",hostname:"rsk.co",mobile:{universal:"https://www.rwallet.app"}},plasmapay:{id:"13c6a06b733edf51784f669f508826b2ab0dc80122a8b5d25d84b17d94bbdf70",displayName:"PlasmaPay",image_id:"466c8fd0-fcec-4621-b94f-e91ce1439f00",hostname:"plasmapay.com",mobile:{universal:"https://plasmapay.com/"}},o3wallet:{id:"0aafbedfb8eb56dae59ecc37c9a5388509cf9c082635e3f752581cc7128a17c0",displayName:"O3Wallet",image_id:"e1c7c6af-c731-463e-55f0-5e686e9f6200",hostname:"o3.network",mobile:{universal:"https://o3.network"}},hashkey_me:{id:"761d3d98fd77bdb06e6c90092ee7071c6001e93401d05dcf2b007c1a6c9c222c",displayName:"HashKey Me",image_id:"72734fac-9500-4c2c-81ba-678f7fc32700",hostname:"me.hashkey.com",mobile:{universal:"https://me.hashkey.com"}},defiant:{id:"1986e7c874bb906f057d5d64a4806c004e021689536e5228c74d64a6058e8bac",displayName:"Defiant",image_id:"11a96ca4-3592-42ae-c781-2b7265ec9200",hostname:"www.defiantapp.tech",mobile:{universal:"https://defiantapp.tech/"}},essentials:{id:"717911f4db0c5eda0e02e76ed179b7940ba1eefffdfb3c9e6540696226860da0",displayName:"Essentials",image_id:"04a6bfed-d80e-4f7b-0516-261f86aa4000",hostname:"elastos.org",mobile:{universal:"https://essentials.elastos.net"}},stasis:{id:"9d6c614d1995741d5313f1f3dbf1f66dcba694de782087d13b8721822502692f",displayName:"Stasis",image_id:"7ae753bc-a754-450c-2d90-2c5521734400",hostname:"stasis.net",mobile:{universal:"https://app.stasis.net"}},julwallet:{id:"a6ffb821a3c32d36fc9d29e29c2ff79a0cd1db0bca453714777846ddf3fdff76",displayName:"JulWallet",image_id:"cabd50de-22fa-487b-ce68-2c63de8bb800",hostname:"justliquidity.org",mobile:{universal:"https://justliquidity.org"}},tangem:{id:"76745388a50e6fea982c4dee2a3ad61a8aa417668be870754689caa8a7506c93",displayName:"Tangem",image_id:"8a5b6e94-e378-458d-bf2e-017cc7958e00",hostname:"tangem.com",mobile:{universal:"https://app.tangem.com"}},secux:{id:"6464873279d46030c0b6b005b33da6be5ed57a752be3ef1f857dc10eaf8028aa",displayName:"SecuX",image_id:"6013a9a1-4a67-45bb-fc24-27c11eb13900",hostname:"secuxtech.com",mobile:{universal:"https://wsweb.secuxtech.com"}},linen:{id:"dd8ee41915d967e547c80266e883d77ee808427405f4e8026a85ac1308104221",displayName:"Linen",image_id:"aff3e4e1-92a9-4066-f48f-3591947cf200",hostname:"linen.app",mobile:{universal:"https://linen.app/"}},ambire:{id:"2c81da3add65899baeac53758a07e652eea46dbb5195b8074772c62a77bbf568",displayName:"Ambire",image_id:"c39b3a16-1a38-4588-f089-cb7aeb584700",hostname:"www.ambire.com",mobile:{universal:"https://mobile.ambire.com"}},obvious:{id:"031f0187049b7f96c6f039d1c9c8138ff7a17fd75d38b34350c7182232cc29aa",displayName:"Obvious",image_id:"61abe2ca-b06d-4a8b-de3e-8326f523e900",hostname:"obvious.technology",mobile:{universal:"https://wallet.obvious.technology"}},easypocket:{id:"244a0d93a45df0d0501a9cb9cdfb4e91aa750cfd4fc88f6e97a54d8455a76f5c",displayName:"EasyPocket",image_id:"a9fcf1d1-3b2c-4226-0fb9-a6c8f2647300",hostname:"easypocket.app",mobile:{universal:"https://wallet.easypocket.app"}},rice_wallet:{id:"c40b9bcef32fa6ce4e0df98be1420628bbc4957646f742380fe618fcb4ab74f1",displayName:"RICE Wallet",image_id:"df94578e-19be-4f00-258f-2470343e7b00",hostname:"ricewallet.io",mobile:{universal:"https://ricewallet.io"}},safemoon:{id:"a0e04f1086aac204d4ebdd5f985c12ed226cd0006323fd8143715f9324da58d1",displayName:"SafeMoon",image_id:"ea0140c7-787c-43a4-838f-d5ab6a342000",hostname:"safemoon.com",mobile:{universal:"https://safemoon.com/wc"}},simplehold:{id:"dc5415b6ea8114db518ae91195b027d690a11a1d2bfdd1a904e93c5cb746380e",displayName:"SimpleHold",image_id:"a9f1ba96-b658-4d13-f71f-226b6389f000",hostname:"simplehold.io",mobile:{universal:"https://simplehold.io"}},bitizen:{id:"41f20106359ff63cf732adf1f7dc1a157176c9b02fd266b50da6dcc1e9b86071",displayName:"Bitizen",image_id:"75dd1471-77e9-4811-ce57-ec8fc980ec00",hostname:"bitizen.org",mobile:{universal:"https://bitizen.org/wallet"}},slavi_wallet:{id:"b823fb0d7228ef8e3c0bc9607df9ed79dae2ab3a2811d33f22ade4f573c18232",displayName:"Slavi Wallet",image_id:"282ce060-0beb-4236-b7b0-1b34cc6c8f00",hostname:"slavi.io",mobile:{universal:"https://www.slaviwallet.io"}},nufinetes:{id:"dccbd717df77b395445cc6080e01fffada9d8b92dacfda312a26c70c2e9af673",displayName:"nufinetes",image_id:"70080bd7-9858-4720-cf74-8f74cd74cb00",hostname:"www.nufinetes.com",mobile:{universal:"https://apple.vimworld.org"}},now_wallet:{id:"c482dfe368d4f004479977fd88e80dc9e81107f3245d706811581a6dfe69c534",displayName:"NOW Wallet",image_id:"b6ee4efc-f53e-475b-927b-a7ded6211700",hostname:"walletnow.app",mobile:{universal:"https://walletnow.app.link"}},blocto:{id:"14e7176536cb3706e221daaa3cfd7b88b7da8c7dfb64d1d241044164802c6bdd",displayName:"Blocto",image_id:"374258d3-c749-4f37-7815-77e61f798c00",hostname:"blocto.io",mobile:{universal:"https://blocto.app"}},timeless:{id:"9751385960bca290c13b443155288f892f62ee920337eda8c5a8874135daaea8",displayName:"Timeless",image_id:"32e89601-0490-42fc-0cc4-8627d62a2000",hostname:"timelesswallet.xyz",mobile:{universal:"https://timelesswallet.xyz"}},arculus_wallet:{id:"0e4915107da5b3408b38e248f7a710f4529d54cd30e9d12ff0eb886d45c18e92",displayName:"Arculus Wallet",image_id:"f78dab27-7165-4a3d-fdb1-fcff06c0a700",hostname:"www.getarculus.com",mobile:{universal:"https://gw.arculus.co/app"}},card:{id:"11c5487e4d8dd8bf32d4c92222363df8296a27307b2531be1e25770365392ecb",displayName:"Card",image_id:"325428cf-c212-4d83-a434-7f48902d2c00",hostname:"cardstack.com",mobile:{universal:"https://wallet.cardstack.com"}},mew_wallet:{id:"f5b4eeb6015d66be3f5940a895cbaa49ef3439e518cd771270e6b553b48f31d2",displayName:"MEW wallet",image_id:"e2024511-2c9b-46d7-3111-52df3d241700",hostname:"mewwallet.com",mobile:{universal:"https://mewwallet.com"}},pltwallet:{id:"576c90ceaea34f29ff0104837cf2b2e23d201be43be1433feeb18d375430e1fd",displayName:"PLTwallet",image_id:"a5d9dd15-8cef-42de-8bed-09e01a8b0200",hostname:"pltwallet.io",mobile:{universal:"https://pltwallet.io/"}},avacus:{id:"94f785c0c8fb8c4f38cd9cd704416430bcaa2137f27e1468782d624bcd155a43",displayName:"Avacus",image_id:"a7106965-91cc-4a73-4688-c5c72ae0ed00",hostname:"avacus.cc",mobile:{universal:"https://avacus.app.link"}},bitski:{id:"3b9f67c2c0887f71e4f9ba1bd2bf5b4eb6cda94419abd3f0c5c12931a60928b0",displayName:"Bitski",image_id:"94d94cb5-a94f-47cf-70e6-fe8d3f1c3700",hostname:"bitski.com",mobile:{universal:"https://wallet.bitski.com/walletconnect/wc"}},hippowallet:{id:"664b505fea4c2117b8a55c054ef209664e0a68ddaafd7534df739f97a293fa1d",displayName:"HippoWallet",image_id:"f9570968-45f7-47c1-3189-98cf60e25c00",hostname:"hippowallet.io",mobile:{universal:"https://hippowallet.io"}},edge:{id:"0c5bba82e70a2b62405871af809020a077d110d765c0798eb660ad5d3131b328",displayName:"Edge",image_id:"f601bc29-4298-422f-dbf7-34dac2884f00",hostname:"edge.app",mobile:{universal:"https://deep.edge.app/wc"}},assure:{id:"792fbacfe787d67595dd4eb38ac308e14b3bbc810393db56f477a92e5ac8764b",displayName:"Assure",image_id:"64db7104-c8b7-44ea-e102-11ce87124200",hostname:"www.assure.pro",mobile:{universal:"https://www.assure.pro/Official"}},enjin_wallet:{id:"bdc9433ffdaee55d31737d83b931caa1f17e30666f5b8e03eea794bac960eb4a",displayName:"Enjin Wallet",image_id:"add9626b-a5fa-4c12-178c-e5584e6dcd00",hostname:"enjin.io",mobile:{universal:"https://deeplink.wallet.enjin.io/"}},slingshot:{id:"d23de318f0f56038c5edb730a083216ff0cce00c1514e619ab32231cc9ec484b",displayName:"Slingshot",image_id:"10c75467-6612-48ad-b97b-63985e922200",hostname:"slingshot.finance",mobile:{universal:"https://app.slingshot.finance"}},coinstats:{id:"7e94e75c90964a69ea375b92214f50c4223dfbfa4913a3733b615444b322f687",displayName:"CoinStats",image_id:"f989ab84-650b-4ad5-c342-77f3334f1b00",hostname:"coinstats.app",mobile:{universal:"https://coinstats.app"}},bitcoincom_wallet:{id:"107bb20463699c4e614d3a2fb7b961e66f48774cb8f6d6c1aee789853280972c",displayName:"Bitcoin.com Wallet",image_id:"0d7938e1-9b3b-4d8b-177b-98188c4cf400",hostname:"www.bitcoin.com",mobile:{universal:"https://wallet.bitcoin.com/"}},binance:{id:"8a0ee50d1f22f6651afcae7eb4253e52a3310b90af5daef78a8c4929a9bb99d4",displayName:"Binance",image_id:"ebac7b39-688c-41e3-7912-a4fefba74600",hostname:"www.binance.com",mobile:{universal:"https://app.binance.com/cedefi"}}},ds=(e,t="md")=>`https://registry.walletconnect.com/v2/logo/${t}/${e}`;function ps(e){return{name:e.displayName||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function us(e,t){let o=encodeURIComponent(e);return t.universalLink?`${t.universalLink}/wc?uri=${o}`:t.deepLink?`${t.deepLink}${t.deepLink.endsWith(":")?"//":"/"}wc?uri=${e}`:""}function ms(e,t){return en.isAndroid?e:us(e,ps(t))}var gi=(e,t)=>{if(!e)return;if(en.isAndroid){(0,fi.saveMobileLinkInfo)({name:"Unknown",href:t||"wc:"});return}let o=us(t||"wc:",ps(e));(0,fi.saveMobileLinkInfo)({name:(e==null?void 0:e.displayName)||"",href:o})},hs=()=>{!en.isAndroid||window.open("wc:","_self")};var no=class extends _e{constructor(o,r){super(o||"unknown");this.connectorType="wallet_connect";this.reconnectDelayMs=10;this.reconnectBackoff=2;this.proxyProvider=new ee,this.subscribeListeners(),o&&(this.walletEntry=yi[o]),this.setWalletProvider(this.createOrRestoreProvider(r)),r&&this.promptConnection(),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return this.walletProvider.connected}get walletBranding(){var o,r,n;return this.walletEntry?{name:this.walletEntry.displayName,icon:this.walletClientType==="metamask"?ge:ds(this.walletEntry.image_id)}:{name:li(((o=this.walletProvider.walletMeta)==null?void 0:o.name)||"")||"WalletConnect",icon:((n=(r=this.walletProvider.walletMeta)==null?void 0:r.icons)==null?void 0:n[0])||So}}async promptConnection(){return new Promise((o,r)=>{this.walletProvider.connector.on("disconnect",(i,a)=>{if(i){r(Ve(i));return}if(a.params.some(l=>l.message==="Session Rejected")){this.setWalletProvider(this.replaceProvider()),r(new ro);return}r(new Q("Unknown error during connection"))}),this.walletProvider.qrcode&&this.walletProvider.connector.on("modal_closed",()=>{this.setWalletProvider(this.replaceProvider()),r(new ro)}),this.walletProvider.connector.on("transport_error",(i,a)=>{r(Ve(i))}),(async()=>{var l;let i="",a=await Promise.race([this.enableProvider(),ui()]);if(a.length>0&&(i=a[0]),!i||i==="")throw new Q("Unable to retrieve address");if((l=this.walletProvider.walletMeta)!=null&&l.url){let s=rr(this.walletProvider.walletMeta.url);this.walletEntry=s==null?void 0:s.entry,this.walletClientType=(s==null?void 0:s.walletClientType)||"unknown"}this.connected=!0,await this.syncAccounts(a),o()})().catch(i=>r(Ve(i)))})}async sign(o){this.walletEntry&&gi(this.walletEntry),this.walletProvider.connected||await this.enableProvider();let r=await this.walletProvider.getWalletConnector();return new Promise(async(n,i)=>{var a;r.signPersonalMessage([o,(a=this.walletProvider.accounts)==null?void 0:a[0]]).then(l=>n(l)).catch(l=>i(l)),nr.isAndroid&&hs()})}disconnect(){this.walletProvider.close().catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}replaceProvider(){return this.walletProvider.close().catch(()=>console.warn("Unable to disconnect provider")),$.getKeys().forEach(o=>{o.startsWith("walletconnect")&&$.get(o).key===this.walletProvider.connector.session.key&&$.del(o)}),this.createOrRestoreProvider()}static generateStorageId(){return`${La}:${Math.random().toString(36).slice(2)}`}createOrRestoreProvider(o){var l,s;o||(o=no.generateStorageId());let r=this.walletEntry||nr.isAndroid?{qrcode:!1}:{},n={};for(let p of Vr){let h=(s=(l=p.rpcUrls.infura)==null?void 0:l.http)==null?void 0:s[0];h&&(n[p.id]=h+"/"+eo)}let i=new fs.default({infuraId:eo,storageId:o,pollingInterval:Ma,rpc:n,...r}),a=this.walletEntry;return a&&(i.walletId=a.id),a?i.connector.on("display_uri",(p,h)=>{gi(a);let g=h.params[0],b=ms(g,a);nr.isAndroid?window.open(b,"_self"):window.open(b,"_self","noopener,noreferrer")}):nr.isAndroid?i.connector.on("display_uri",(p,h)=>{let g=h.params[0];window.open(g,"_self")}):i.connector.on("connect",()=>{var p,h;if((p=i.walletMeta)!=null&&p.url){let g=rr(i.walletMeta.url);i.walletId=(h=g==null?void 0:g.entry)==null?void 0:h.id,this.walletEntry=g==null?void 0:g.entry,this.walletClientType=(g==null?void 0:g.walletClientType)||"unknown"}}),i.connector.on("transport_error",()=>{console.warn("Transport failed. Replacing provider."),setTimeout(()=>{this.setWalletProvider(this.replaceProvider()),this.reconnectDelayMs*=this.reconnectBackoff},this.reconnectDelayMs)}),i}async enableProvider(){return this.walletProvider.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider.enable()}};var qr=()=>{let e=window;if(!e.ethereum)return!1;if(tn(window.ethereum,!0))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(tn(t,!0))return!0}return!1},on=()=>{let e=window;if(!e.ethereum)return!1;if(tn(window.ethereum,!1))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(tn(t,!1))return!0}return!1},tn=(e,t)=>e.isMetaMask?e.isMetaMask&&!t?!0:!(e.isBraveWallet&&!e._events&&!e._state||e.isApexWallet||e.isAvalanche||e.isBitKeep||e.isBlockWallet||e.isKuCoinWallet||e.isMathWallet||e.isOkxWallet||e.isOKExWallet||e.isOneInchIOSWallet||e.isOneInchAndroidWallet||e.isOpera||e.isPhantom||e.isPortal||e.isRabby||e.isTokenPocket||e.isTokenary||e.isZerion):!1,Je=()=>{var e,t;if("phantom"in window){let o=window;if((t=(e=o==null?void 0:o.phantom)==null?void 0:e.ethereum)!=null&&t.isPhantom)return!0}return!1},io=()=>{let e=window;if(!e.ethereum)return!1;if(e.ethereum.isCoinbaseWallet)return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(t.isCoinbaseWallet)return!0}return!1},bi=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!(e==null?void 0:e.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===(0,vi.getAddress)(t)).length):!1},ko=class extends ys.default{constructor(){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===(o==null?void 0:o.address)));return!o||!r?new ee:r.proxyProvider};this.walletConnectors=[],this.initialized=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}initialize(){this.initialized||($.get(ni)&&($.getKeys().forEach(o=>{o.startsWith("walletconnect")&&$.del(o)}),$.del(ni)),Ya().then(o=>o.forEach(r=>{switch(r){case"metamask":this.createWalletConnector("injected","metamask");break;case"phantom":this.createWalletConnector("injected","phantom");break;case"unknown":default:break}})),(io()||$.getKeys().find(o=>o.startsWith("-walletlink")))&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),this.restoreWalletConnectConnectors(),this.initialized=!0)}restoreWalletConnectConnectors(){typeof window>"u"||$.getKeys().forEach(o=>{var r,n;if(o.startsWith("walletconnect")){let i=(n=(r=$.get(o))==null?void 0:r.peerMeta)==null?void 0:n.url,a;if(i){let s=rr(i);s!=null&&s.walletClientType&&(a=s.walletClientType)}let l=new no(a,o);this.addWalletConnector(l)}})}findWalletConnector(o,r){return this.walletConnectors.find(n=>n.connectorType===o&&n.walletClientType===r)||null}onInitialized(o){o.wallets.forEach(r=>{let n=this.storedConnections.find(i=>i.address===r.address&&i.connectorType===r.connectorType&&i.walletClientType===r.walletClientType);n&&(r.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.emit("walletsUpdated")}onWalletsUpdated(o){o.initialized&&(this.saveConnectionHistory(),this.emit("walletsUpdated"))}addEmbeddedWalletConnector(o,r){if(!this.findWalletConnector("embedded","privy")){let i=new $r(o,r),a=new Zr(i);this.addWalletConnector(a)}}removeEmbeddedWalletConnector(){let o=this.findWalletConnector("embedded","privy");if(o){let r=this.walletConnectors.indexOf(o);this.walletConnectors.splice(r,1),this.saveConnectionHistory(),this.emit("walletsUpdated")}}createWalletConnector(o,r){let n=this.findWalletConnector(o,r);if(n&&n.walletClientType!=="unknown")return n;let a=(()=>{switch(o){case"injected":switch(r){case"phantom":return Je()?new Jr:null;case"metamask":default:return on()?new Qr:null}case"coinbase_wallet":return new Yr;case"wallet_connect":return new no(r)}})();return a&&this.addWalletConnector(a),a||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=$.get(ii);return r&&Array.isArray(r)&&r.map(a=>o(a)).every(Boolean)?r:[]}saveConnectionHistory(){let o=this.wallets.map(r=>({address:r.address,connectorType:r.connectorType,walletClientType:r.walletClientType,connectedAt:r.connectedAt}));$.put(ii,o)}async activeWalletSign(o){let r=this.wallets,n=r.length>0?r[0]:null;return n?n.sign(o):null}setActiveWallet(o){this.activeWallet=(0,vi.getAddress)(o),this.emit("walletsUpdated")}};function jr(e,t){if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++){let r=e[o],n=t[o];if((r==null?void 0:r.address)!==(n==null?void 0:n.address)||(r==null?void 0:r.chainId)!==(n==null?void 0:n.chainId)||(r==null?void 0:r.connectorType)!==(n==null?void 0:n.connectorType)||(r==null?void 0:r.connectedAt)!==(n==null?void 0:n.connectedAt)||(r==null?void 0:r.walletClientType)!==(n==null?void 0:n.walletClientType)||(r==null?void 0:r.isConnected)!==(n==null?void 0:n.isConnected)||(r==null?void 0:r.linked)!==(n==null?void 0:n.linked))return!1}return!0}var gs=require("ofetch");var ad=[Ur(),Br()],rn=class{constructor(t,o,r){this.appId=t,this.sdkVersion=Gr,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=gs.ofetch.create({baseURL:this.defaults.baseURL,credentials:"include",onRequest:async({request:n,options:i})=>{let a=new Headers(i.headers);a.set("privy-app-id",this.appId),a.set("privy-client",`react-auth:${this.sdkVersion}`);let l=!ad.includes(n.toString());if(!a.has("authorization")&&l){let s=await this.client.getAccessToken();s!==null&&a.set("authorization",`Bearer ${s}`)}i.headers=a,i.signal||(i.signal=AbortSignal.timeout(this.defaults.timeout))},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new Dr}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw le(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw le(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw le(r)}}};var ir=T(require("js-cookie"));function vs(e){return e instanceof Qt?"email":e instanceof Xt?"sms":e instanceof Jt?"siwe":e instanceof Mt?e.meta.provider:null}var Bt=class{constructor(t){this.promise=null;this.fn=t}execute(t){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(t)}finally{this.promise=null}})()),this.promise}};var bs=T(require("jose")),ct=class{static parse(t){try{return new ct(t)}catch{return null}}constructor(t){this.value=t,this._decoded=bs.decodeJwt(t)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(t=0){let o=Date.now(),r=(this.expiration-t)*1e3;return o>=r}};var sd=30,nn=class{constructor(){this.authenticateOnce=new Bt(async t=>this._authenticate(t)),this.linkOnce=new Bt(async t=>this._link(t)),this.refreshOnce=new Bt(this._refresh.bind(this)),this.destroyOnce=new Bt(this._destroy.bind(this)),this.forkSessionOnce=new Bt(this._forkSession.bind(this))}get token(){try{let t=$.get(Eo);return typeof t=="string"?new ct(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=$.get(Hr);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=$.get(er);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasRecoveryCredentials(){return typeof this.forkedToken=="string"}hasActiveToken(){let t=ct.parse(this.token);return t!==null&&!t.isExpired(sd)}authenticate(t){return this.authenticateOnce.execute(t)}link(t){return this.linkOnce.execute(t)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(t){try{let{token:o,refresh_token:r,user:n,is_new_user:i}=await t.authenticate();this.storeToken(o),this.storeRefreshToken(r);let a=vs(t);return a&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate",{method:a,isNewUser:i}),a==="siwe"&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate_siwe",{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}),{user:Ct(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Fe(o)}}async _link(t){try{let o=await t.link();return Ct(o)}catch(o){throw console.warn("Error linking account"),Fe(o)}}async _refresh(){if(!this.api)throw new _("Session has no API instance");if(!this.client)throw new _("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o)n=await this.api.post(Ur(),{refresh_token:o},{headers:{authorization:`Bearer ${t}`}}),r&&this.clearForkedToken();else if(r)n=await this.api.post(Br(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),Ct(n.user)}catch(n){if(n instanceof wo&&n.status===400&&n.message==="Invalid auth token")return this.destroyLocalState(),null;throw Fe(n)}}async _destroy(){var t;try{await((t=this.api)==null?void 0:t.post(ua(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new _("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(ma(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Fe(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){var o;if(typeof t=="string"){$.put(Eo,t);let r=(o=ct.parse(t))==null?void 0:o.expiration;ir.default.set(oi,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}else $.del(Eo),ir.default.remove(oi)}storeRefreshToken(t){typeof t=="string"?($.put(Hr,t),ir.default.set(ri,t,{sameSite:"Strict",secure:!0,expires:30})):($.del(Hr),ir.default.remove(ri))}clearForkedToken(){$.del(er)}};var wi,Ro=class{constructor(t){this.apiUrl=t.apiUrl||Fr,this.fallbackApiUrl=this.apiUrl,this.timeout=t.timeout||Ia,this.appId=t.appId,this.clientAnalyticsId=typeof window>"u"?null:crypto.randomUUID(),this.connectors=new ko,wi||(wi=new nn),this.session=wi,this.api=this.generateApi(),this.session.client=this}generateApi(){let t=new rn(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi()}authenticate(){if(!this.authFlow)throw new _("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new _("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}async unlinkEmail(t){try{let o=await this.api.post(_a(),{address:t});return Ct(o)}catch(o){throw Fe(o)}}async unlinkPhone(t){try{let o=await this.api.post(Sa(),{phoneNumber:t});return Ct(o)}catch(o){throw Fe(o)}}async unlinkWallet(t){try{let o=await this.api.post(Aa(),{address:t});return Ct(o)}catch(o){throw Fe(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(ka(),{provider:t,subject:o});return Ct(r)}catch(r){throw Fe(r)}}async createAnalyticsEvent(t,o,r){try{if(!this.clientAnalyticsId)throw new Error("Cannot create analytics event if run in node and not browswer");await this.api.post(Ra(),{event_name:t,client_id:this.clientAnalyticsId,payload:{...o||{},clientTimestamp:r?r.toISOString():new Date().toISOString()}})}catch(n){console.error("Failed to create analytics event",n)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){var o;return this.session.hasActiveToken()?((o=ct.parse(this.session.token))==null?void 0:o.audience)!==this.appId?(await this.logout(),null):this.session.token:!(t!=null&&t.disableAutoRefresh)&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){var t,o;try{let r=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:r.id,name:r.name,verificationKey:r.verification_key,logoUrl:r.logo_url||void 0,accentColor:r.accent_color||void 0,showWalletLoginFirst:r.show_wallet_login_first,allowlistConfig:{errorTitle:r.allowlist_config.error_title,errorDetail:r.allowlist_config.error_detail,errorCtaText:r.allowlist_config.cta_text,errorCtaLink:r.allowlist_config.cta_link},walletAuth:r.wallet_auth,emailAuth:r.email_auth,smsAuth:r.sms_auth,googleOAuth:r.google_oauth,twitterOAuth:r.twitter_oauth,discordOAuth:r.discord_oauth,githubOAuth:r.github_oauth,appleOAuth:r.apple_oauth,termsAndConditionsUrl:r.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:(t=r.embedded_wallet_config)==null?void 0:t.create_on_login,requireUserPasswordOnCreate:(o=r.embedded_wallet_config)==null?void 0:o.require_user_password_on_create},privacyPolicyUrl:r.privacy_policy_url,customApiUrl:r.custom_api_url,createdAt:new Date(r.created_at*1e3),updatedAt:new Date(r.updated_at*1e3)}}catch(r){throw Fe(r)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t}`)).usd}catch{console.error(`Unable to fetch token price for chain with id ${t}`);return}}async forkSession(){return await this.session.forkSession()}};var A4=require("wicg-inert"),qn=require("body-scroll-lock"),$n=require("react"),aa=require("react"),kc=T(require("react-dom")),jn=T(require("styled-components"));var an=require("react");var Ci=(0,an.createContext)({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,getAuthMeta:P,getAuthFlow:P,closePrivyModal:P,connectWallet:P,initLoginWithWallet:P,loginWithWallet:P,loginWithCode:P,initLoginWithEmail:P,initLoginWithSms:P,resendEmailCode:P,resendSmsCode:P,initLoginWithOAuth:P,loginWithOAuth:P,refreshUser:P,walletProxy:null,createAnalyticsEvent:P,getUsdTokenPrice:P,recoverEmbeddedWallet:P}),W=()=>(0,an.useContext)(Ci);var sn=require("react");var Ei=(0,sn.createContext)({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:P,login:P,linkEmail:P,linkPhone:P,linkWallet:P,linkGoogle:P,linkTwitter:P,linkDiscord:P,linkGithub:P,linkApple:P,logout:P,getAccessToken:P,getEthereumProvider:P,getEthersProvider:P,getWeb3jsProvider:P,unlinkEmail:P,unlinkPhone:P,unlinkWallet:P,unlinkGoogle:P,unlinkTwitter:P,unlinkDiscord:P,unlinkGithub:P,unlinkApple:P,setActiveWallet:P,forkSession:P,createWallet:P,signMessage:P,sendTransaction:P,exportWallet:P}),G=()=>(0,sn.useContext)(Ei);var un=T(require("styled-components"));var At=T(require("styled-components"));var ln=T(require("styled-components")),Ft=require("react/jsx-runtime"),cn=({success:e,fail:t})=>(0,Ft.jsxs)(Ft.Fragment,{children:[(0,Ft.jsx)(ar,{className:e?"success":t?"fail":""}),(0,Ft.jsx)(ld,{className:e?"success":t?"fail":""})]}),ar=ln.default.span`
|
|
13
13
|
&& {
|
|
14
14
|
width: 82px;
|
|
15
15
|
height: 82px;
|
|
@@ -2134,4 +2134,4 @@ Resources:
|
|
|
2134
2134
|
align-items: center;
|
|
2135
2135
|
justify-content: center;
|
|
2136
2136
|
height: 100%;
|
|
2137
|
-
`;var yo=T(require("tinycolor2")),Wc="#FFFFFF",zu="#000000",qu=Wc,$u="#1E1E1D";function ju(e){return e<.8&&e>.2&&console.warn("Background color is not light or dark enough, which could lead to accessibility issues."),e>.5?"light":"dark"}function fo(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return(0,yo.default)({...e.toHsl(),l:o})}function Ic({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",errorHex:r="#EC6351",whiteHex:n=Wc,blackHex:i=zu}){let a;switch(e){case"light":a=qu;break;case"dark":a=$u;break;default:a=e;break}let l=(0,yo.default)(a),s=(0,yo.default)(t),p=(0,yo.default)(o),h=(0,yo.default)(r),g=ju(l.getLuminance()),b=fo(l,g==="light"?-.04:.11),m=fo(l,g==="light"?-.88:.87),f=fo(l,g==="light"?-.77:.75),u=fo(l,g==="light"?-.43:.45).desaturate(g==="light"?60:20),C=fo(l,g==="light"?-.13:.25).desaturate(g==="light"?60:20),S=fo(s,.15),I=fo(s,-.06),E=(0,yo.default)(s.getLuminance()>.5?i:n);return{colorScheme:g,background:l.toHslString(),background2:b.toHslString(),foreground:m.toHslString(),foreground2:f.toHslString(),foreground3:u.toHslString(),foreground4:C.toHslString(),accent:s.toHslString(),accentLight:S.toHslString(),accentDark:I.toHslString(),foregroundAccent:E.toHslString(),success:p.toHslString(),error:h.toHslString()}}var Kn={appearance:{theme:"light",accentColor:"#676FFF"},_render:{inDialog:!0,inParentNodeId:null}};function sa(e,t){var g,b,m,f,u,C,S,I,E,k;let o,r,n,i,a,l,s,p;if(t!=null&&t.loginMethods?(o=t.loginMethods.includes("email"),r=t.loginMethods.includes("sms"),n=t.loginMethods.includes("wallet"),i=t.loginMethods.includes("google"),a=t.loginMethods.includes("twitter"),l=t.loginMethods.includes("discord"),s=t.loginMethods.includes("github"),p=t.loginMethods.includes("apple")):(o=e.emailAuth,r=e.smsAuth,n=e.walletAuth,i=e.googleOAuth,a=e.twitterOAuth,l=e.discordOAuth,s=e.githubOAuth,p=e.appleOAuth),o&&r&&(console.warn("Enabling both email and SMS passwordless is not currently supported. Disabling SMS."),r=!1),!o&&!r&&[i,a,l,s,p].some(R=>R))throw new Error("To enable social logins you must also enable either SMS or Email login");if(![o,r,n,i,a,l,s,p].some(R=>R))throw new Error("You must enable at least one login method");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:((g=t==null?void 0:t.appearance)==null?void 0:g.logo)??e.logoUrl,palette:Ic({backgroundTheme:((b=t==null?void 0:t.appearance)==null?void 0:b.theme)??Kn.appearance.theme,accentHex:((m=t==null?void 0:t.appearance)==null?void 0:m.accentColor)??e.accentColor??Kn.appearance.accentColor}),showWalletLoginFirst:((f=t==null?void 0:t.appearance)==null?void 0:f.showWalletLoginFirst)??e.showWalletLoginFirst},loginMethods:{wallet:n,email:o,sms:r,google:i,twitter:a,discord:l,github:s,apple:p},legal:{termsAndConditionsUrl:((u=t==null?void 0:t.legal)==null?void 0:u.termsAndConditionsUrl)??e.termsAndConditionsUrl,privacyPolicyUrl:((C=t==null?void 0:t.legal)==null?void 0:C.privacyPolicyUrl)??e.privacyPolicyUrl},embeddedWallets:{createOnLogin:((S=t==null?void 0:t.embeddedWallets)==null?void 0:S.createOnLogin)??e.embeddedWalletConfig.createOnLogin,requireUserPasswordOnCreate:((I=t==null?void 0:t.embeddedWallets)==null?void 0:I.requireUserPasswordOnCreate)??e.embeddedWalletConfig.requireUserPasswordOnCreate},render:{inDialog:((E=t==null?void 0:t._render)==null?void 0:E.inDialog)??Kn._render.inDialog,inParentNodeId:((k=t==null?void 0:t._render)==null?void 0:k.inParentNodeId)??Kn._render.inParentNodeId}}}var Zn=require("react");var Yn=class{constructor(){this.callbacks={}}enqueue(t,o){this.callbacks[t]=o}dequeue(t,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${t} event: no event found for id ${o}`);switch(delete this.callbacks[o],t){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:connect":return r;case"privy:wallet:recover":return r;case"privy:wallet:rpc":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};var Lc=require("react/jsx-runtime"),Ku=function(e){return()=>`id-${e++}`}(0);function Yu(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Sr(e){return e.error!==void 0}var Yo=new Yn;function kr(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((n,i)=>{let a=Ku();Yo.enqueue(a,{resolve:n,reject:i}),r.postMessage({id:a,event:e,data:t},"*")})}function Zu(e){switch(e.event){case"privy:iframe:ready":let t=Yo.dequeue(e.event,e.id);return Sr(e)?t.reject(new zt(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=Yo.dequeue(e.event,e.id);return Sr(e)?o.reject(new zt(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=Yo.dequeue(e.event,e.id);return Sr(e)?r.reject(new zt(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=Yo.dequeue(e.event,e.id);return Sr(e)?n.reject(new zt(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=Yo.dequeue(e.event,e.id);return Sr(e)?i.reject(new zt(e.error.type,e.error.message)):i.resolve(e.data)}}function Nc(e){let t=(0,Zn.useRef)(null);return(0,Zn.useEffect)(()=>{let o=t.current;if(!o)return;function r(l){l&&l.origin===e.origin&&Yu(l.data)&&Zu(l.data)}let n={create(l){return kr("privy:wallet:create",l,o)},connect(l){return kr("privy:wallet:connect",l,o)},recover(l){return kr("privy:wallet:recover",l,o)},rpc(l){return kr("privy:wallet:rpc",l,o)}};window.addEventListener("message",r);let i=()=>e.onLoad(n),a=(...l)=>{console.error("privy iframe failed to load: ",...l),e.onLoadFailed()};return Ka(()=>kr("privy:iframe:ready",{},o)).then(i,a),()=>window.removeEventListener("message",r)},[t.current]),(0,Lc.jsx)("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:zr(e.origin,`/apps/${e.appId}/embedded-wallets`)})}var Qn=require("react"),la=(0,Qn.createContext)({wallets:[]});function Mc(){return(0,Qn.useContext)(la)}var bt=require("react/jsx-runtime");function Qu(e){return typeof e=="string"&&e.length===25}var Wr;function Ao(){if(!Wr){let e=$.get(Eo);return Promise.resolve(e||null)}return Wr.getAccessToken()}var Oc,ts=(e,t)=>Oc(e,t),Dc,os=(e,t)=>Dc(e,t),Ju=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;$.put(er,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},Uc=({config:e,...t})=>{var r,n;if(!Qu(t.appId))throw new _("Cannot initialize the Privy provider with an invalid Privy app ID");Wr||(Wr=new Ro({appId:t.appId,apiUrl:t.apiUrl||Fr}));let o=Object.assign({},e);return t.createPrivyWalletOnLogin!==void 0&&((r=o.embeddedWallets)==null?void 0:r.createOnLogin)===void 0&&(o.embeddedWallets||(o.embeddedWallets={}),o.embeddedWallets.createOnLogin=t.createPrivyWalletOnLogin?"users-without-wallets":"off"),t.createPrivyWalletOnLogin!==void 0&&((n=e==null?void 0:e.embeddedWallets)==null?void 0:n.createOnLogin)&&console.warn("Both `createPrivyWalletOnLogin` and `config.embeddedWallets.createOnLogin` are set. `createPrivyWalletOnLogin` is deprecated and should be removed."),(0,bt.jsx)(Xu,{...t,config:o,client:Wr})},Xu=e=>{let t=e.client,[o,r]=(0,H.useState)(!1),[n,i]=(0,H.useState)(!1),[a,l]=(0,H.useState)(!1),[s,p]=(0,H.useState)(null),[h,g]=(0,H.useState)([]),b=(0,H.useRef)(h),[m,f]=(0,H.useState)(!1),[u,C]=(0,H.useState)(null),[S,I]=(0,H.useState)(!1),[E,k]=(0,H.useState)({status:"disconnected",connectError:null,connector:null,connectRetry:P}),[R,O]=(0,H.useState)(null),[L,he]=(0,H.useState)(null),[X,fe]=(0,H.useState)({showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null,embeddedWalletConfig:{createOnLogin:"off",requireUserPasswordOnCreate:!1}}),[z,N]=(0,H.useState)(sa(X,e.config)),[F,Z]=(0,H.useState)(!0),[te,Ee]=(0,H.useState)({}),[It,Nt]=(0,H.useState)(null),ce=c=>{c&&C(c),r(!0),t.createAnalyticsEvent("modal_open",{initialScreen:c})},de=c=>{z.embeddedWallets.createOnLogin!=="off"&&Z(!0),ce(c)};(0,H.useEffect)(()=>{if(!L||!s){t.connectors.removeEmbeddedWalletConnector();return}let c=s==null?void 0:s.linkedAccounts.filter(d=>d.type==="wallet"&&d.walletClient==="privy");if(c&&c.length>0){let d=c[0].address;t.connectors.addEmbeddedWalletConnector(L,d)}},[L,s]),(0,H.useEffect)(()=>{async function c(){let d=await t.getServerConfig();fe(d),d.customApiUrl&&t.updateApiUrl(d.customApiUrl),t.connectors.initialize();let v=Lt();Ju();let x=await t.getAuthenticatedUser();l(!!x),p(x),i(!0),It==null||It(),v&&x&&I(!0),Ir()}c()},[t,It,n]),(0,H.useEffect)(()=>{let c=sa(X,e.config);N(c)},[e.config,X]);let Lt=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_oauth_code"),v=c.get("privy_oauth_state"),x=c.get("privy_oauth_provider");return d&&v&&x?(t.startAuthFlow(new Mt(x,d,v)),de("AWAITING_OAUTH_SCREEN"),!0):!1},go=async(c,d,v)=>{let x=t.connectors.createWalletConnector(c,d);Zo(x,v)};async function Zo(c,d){if(!c)return k({status:"disconnected",connectError:new Q("Unable to connect to wallet."),connector:null,connectRetry:P}),d==null?void 0:d(null);k({connector:c,status:"connecting",connectError:null,connectRetry:()=>Zo(c,d)});try{let v=await c.connect({showPrompt:!0});return k(x=>({...x,status:"connected",connectError:null,connectRetry:P})),d==null?void 0:d(v)}catch(v){return v instanceof Ze?console.error(v.cause?v.cause:v.message):console.error(v),k(x=>({...x,status:"disconnected",connectError:v})),d==null?void 0:d(null)}}let vo=c=>{if(c===null)throw new _("Error connecting to wallet.");t.startAuthFlow(new Jt(c))},Ir=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_connector"),v=c.get("privy_wallet_client");if(!d||!v)return;if(v==="phantom"&&!Je()&&de("LOGIN_FAILED_SCREEN"),!t.connectors)throw new _("Connector not initialized");ce("AWAITING_CONNECTION");let x=new URL(window.location.href);x.searchParams.delete("privy_connector"),x.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",x),go(d,v,vo)};(0,H.useEffect)(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(p)},[n,a,s,t]);let Qo=()=>{I(!0),ce("LINK_WALLET_SCREEN")},Nr=c=>{if(!a||!s)return!1;for(let d of s.linkedAccounts)if(d.type==="wallet"&&d.address===c.address)return!0;return!1},Lr=async c=>{if(!t.connectors)throw new _("Connector not initialized");I(!!a);let d=t.connectors.findWalletConnector(c.connectorType,c.walletClientType)||null;k(v=>({...v,connector:d,status:"connected",connectError:null,connectRetry:P})),vo(c),de("AWAITING_CONNECTION")},se=(c,d)=>{if(!t.connectors)throw new _("Connector not initialized");I(!!a),go(c,d,vo)},Zt=()=>{g(c=>{let d=t.connectors.wallets.map(v=>({...v,linked:Nr(v),loginOrLink:async()=>{if(!await v.isConnected())throw new _("Wallet is not connected");if(v.connectorType==="embedded"&&v.walletClientType==="privy")throw new _("Cannot link or login with embedded wallet");Lr(v)},unlink:async()=>{if(!a)throw new _("User is not authenticated.");if(v.connectorType==="embedded"&&v.walletClientType==="privy")throw new _("Cannot unlink an embedded wallet");let x=await t.unlinkWallet(v.address);p(x)}}));return jr(c,d)?c:d})};(0,H.useEffect)(()=>{Zt()},[s==null?void 0:s.linkedAccounts]),(0,H.useEffect)(()=>{n&&(Zt(),t.connectors.on("walletsUpdated",Zt))},[n]);let Xn=()=>{ce(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};(0,H.useEffect)(()=>{if(!h[0])return;let c=h[0],d=b.current.find(x=>x.address===c.address),v=s==null?void 0:s.linkedAccounts.find(x=>x.type==="wallet"&&x.address===c.address);if(!d&&v){let x=Object.assign({},s);x.wallet=v&&{address:v.address,chainType:v.chainType,chainId:v.chainId,walletClient:v.walletClient},p(x)}b.current=h},[h]);let Jo={ready:n,authenticated:a,user:s,walletConnectors:t.connectors,connectWallet:Xn,linkWallet:Qo,linkEmail:()=>{I(!0),ce("LINK_EMAIL_SCREEN")},linkPhone:()=>{I(!0),ce("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await bo.initLoginWithOAuth("google")},linkTwitter:async()=>{await bo.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await bo.initLoginWithOAuth("discord")},linkGithub:async()=>{await bo.initLoginWithOAuth("github")},linkApple:async()=>{await bo.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(c=>{Nt(()=>c)}),Nt(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}de()},logout:async()=>{await t.logout(),p(null),l(!1),C(null),I(!1),r(!1)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new ee;let c=h.find(v=>s.wallet&&v.address===s.wallet.address),d=t.connectors.walletConnectors.find(v=>v.wallets.find(x=>x.address===(c==null?void 0:c.address)));return!c||!d?new ee:d.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new Jn.Web3Provider(new Xe(new ee));let c=h.find(v=>s.wallet&&v.address===s.wallet.address),d=t.connectors.walletConnectors.find(v=>v.wallets.find(x=>x.address===(c==null?void 0:c.address)));return!c||!d?new Jn.Web3Provider(new Xe(new ee)):new Jn.Web3Provider(new Xe(d.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new Ut(new ee);let c=h.find(v=>s.wallet&&v.address===s.wallet.address),d=t.connectors.walletConnectors.find(v=>v.wallets.find(x=>x.address===(c==null?void 0:c.address)));return!c||!d?new Ut(new ee):new Ut(d.proxyProvider)},unlinkWallet:async c=>{let d=await t.unlinkWallet(c);return p(d),d},unlinkEmail:async c=>{let d=await t.unlinkEmail(c);return p(d),d},unlinkPhone:async c=>{let d=await t.unlinkPhone(c);return p(d),d},unlinkGoogle:async c=>{let d=await t.unlinkOAuth("google",c);return p(d),d},unlinkTwitter:async c=>{let d=await t.unlinkOAuth("twitter",c);return p(d),d},unlinkDiscord:async c=>{let d=await t.unlinkOAuth("discord",c);return p(d),d},unlinkGithub:async c=>{let d=await t.unlinkOAuth("github",c);return p(d),d},unlinkApple:async c=>{let d=await t.unlinkOAuth("apple",c);return p(d),d},setActiveWallet:async c=>{let d=h.find(x=>(0,Rr.getAddress)(x.address)===(0,Rr.getAddress)(c)),v=s==null?void 0:s.linkedAccounts.find(x=>x.type==="wallet"&&(0,Rr.getAddress)(x.address)===(0,Rr.getAddress)(c));if(!d||!await d.isConnected())O(c),Qo();else if(!d.linked)d.loginOrLink();else{let x=Object.assign({},s);x.wallet=v&&{address:v.address,chainType:v.chainType,chainId:v.chainId,walletClient:v.walletClient},p(x)}},forkSession:()=>t.forkSession(),createWallet:()=>new Promise((c,d)=>{if(!a||!s){d(new Error("User must be authenticated before creating a Privy wallet"));return}if(oe(s)){d(new Error("Only one Privy wallet per user is currently allowed"));return}Z(!0),Ee({createWallet:{onSuccess:c,onFailure:d,callAuthOnSuccessOnClose:!1}}),ce("EMBEDDED_WALLET_SCREEN")}),signMessage:(c,d)=>new Promise((v,x)=>{if(!a||!s){x(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!oe(s)){x(new Error("Must have a Privy wallet before signing"));return}if(typeof c!="string"||c.length<1){x(new Error("Message must be a non-empty string"));return}Z(!0);let ei={message:c,onSuccess:v,onFailure:x,uiOptions:d||{}},ti={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:x};Ee({signMessage:ei,connectWallet:ti}),ce("EMBEDDED_WALLET_CONNECTING_SCREEN")}),sendTransaction:(c,d)=>new Promise(async(v,x)=>{if(!a||!s){x(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!oe(s)){x(new Error("Must have a Privy wallet before signing"));return}Z(!0);let ei={transactionRequest:c,onSuccess:v,onFailure:x,uiOptions:d||{}},ti={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:x};Ee({connectWallet:ti,sendTransaction:ei}),ce("EMBEDDED_WALLET_CONNECTING_SCREEN")}),exportWallet:()=>new Promise((c,d)=>{if(!a||!s){d(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!oe(s)){d(new Error("Must have a Privy wallet before exporting"));return}Z(!0);let x={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},Mr={appId:e.appId,origin:t.apiUrl,onSuccess:c,onFailure:d};Ee({keyExport:Mr,connectWallet:x}),ce("EMBEDDED_WALLET_CONNECTING_SCREEN")})};Oc=Jo.signMessage,Dc=Jo.sendTransaction;let bo=(()=>({isNewUserThisSession:m,isLinking:S,linkingHint:R,walletConnectionStatus:E,getAuthFlow:()=>t.authFlow,getAuthMeta:()=>{var c;return(c=t.authFlow)==null?void 0:c.meta},closePrivyModal:(c={shouldCallAuthOnSuccess:!0})=>{var v;let d=n&&a&&s;c.shouldCallAuthOnSuccess&&d&&((v=e.onSuccess)==null||v.call(e,s,m)),t.authFlow=void 0,O(null),C(null),I(!1),f(!1),r(!1),t.createAnalyticsEvent("modal_closed")},connectWallet:go,initLoginWithWallet:se,loginWithWallet:async()=>{if(!(t.authFlow instanceof Jt))throw new _("Must initialize SIWE flow first.");let c,d;S?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),p(c||s||null),f(d||!1),l(!0)},initLoginWithOAuth:async c=>{t.startAuthFlow(new Mt(c));let d=await t.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async()=>{if(!(t.authFlow instanceof Mt))throw new _("Must initialize OAuth flow before calling loginWithOAuth");let c,d;n&&a?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),p(c),f(d||!1),l(!0)},initLoginWithEmail:async c=>{let d=new Qt(c);t.startAuthFlow(d),await d.sendCodeEmail()},initLoginWithSms:async c=>{let d=new Xt(c);t.startAuthFlow(d),await d.sendSmsCode()},resendEmailCode:async()=>{var c;await((c=t.authFlow)==null?void 0:c.sendCodeEmail())},resendSmsCode:async()=>{var c;await((c=t.authFlow)==null?void 0:c.sendSmsCode())},loginWithCode:async c=>{if(t.authFlow instanceof Qt)t.authFlow.meta.emailCode=c.trim();else if(t.authFlow instanceof Xt)t.authFlow.meta.smsCode=c.trim();else throw new _("Must initialize a passwordless code flow first");let d,v;S?d=await t.link():{user:d,isNewUser:v}=await t.authenticate(),p(d||s||null),f(v||!1),l(!0)},refreshUser:async()=>{let c=await t.getAuthenticatedUser();return p(c),c},walletProxy:L,createAnalyticsEvent:(c,d,v)=>t.createAnalyticsEvent(c,d,v),getUsdTokenPrice:c=>t.getUsdTokenPrice(c),recoverEmbeddedWallet:c=>new Promise((d,v)=>{if(!a||!s){v(new Error("User must be authenticated before recovering the Privy wallet"));return}let x=oe(s);if(!x){v(new Error("Must have a Privy wallet in order to recover it"));return}Z(!0),Ee({recoverWallet:{privyWallet:x,onCompleteNavigateTo:c,onFailure:v,onSuccess:d}}),ce("EMBEDDED_WALLET_RECOVERY_SCREEN")})}))(),Bc=(0,H.useMemo)(()=>({wallets:h}),[h]);return(0,bt.jsx)(Ei.Provider,{value:Jo,children:(0,bt.jsxs)(la.Provider,{value:Bc,children:[e.children,(0,bt.jsxs)(Ci.Provider,{value:bo,children:[(0,bt.jsx)(_c,{theme:{...z.appearance.palette||{}}}),(0,bt.jsx)(cs,{appConfig:z,data:te,setModalData:Ee,initialScreen:u,visible:o,authenticated:a,children:o&&(0,bt.jsx)(Rc,{})}),F&&(0,bt.jsx)(Nc,{appId:e.appId,origin:t.apiUrl,onLoad:he,onLoadFailed:()=>null})]})]})})};0&&(module.exports={AsExternalProvider,ConnectorManager,PrivyClient,PrivyProvider,PrivyProxyProvider,VERSION,WalletConnector,getAccessToken,usePrivy,useWallets});
|
|
2137
|
+
`;var yo=T(require("tinycolor2")),Wc="#FFFFFF",zu="#000000",qu=Wc,$u="#1E1E1D";function ju(e){return e<.8&&e>.2&&console.warn("Background color is not light or dark enough, which could lead to accessibility issues."),e>.5?"light":"dark"}function fo(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return(0,yo.default)({...e.toHsl(),l:o})}function Ic({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",errorHex:r="#EC6351",whiteHex:n=Wc,blackHex:i=zu}){let a;switch(e){case"light":a=qu;break;case"dark":a=$u;break;default:a=e;break}let l=(0,yo.default)(a),s=(0,yo.default)(t),p=(0,yo.default)(o),h=(0,yo.default)(r),g=ju(l.getLuminance()),b=fo(l,g==="light"?-.04:.11),m=fo(l,g==="light"?-.88:.87),f=fo(l,g==="light"?-.77:.75),u=fo(l,g==="light"?-.43:.45).desaturate(g==="light"?60:20),C=fo(l,g==="light"?-.13:.25).desaturate(g==="light"?60:20),S=fo(s,.15),I=fo(s,-.06),E=(0,yo.default)(s.getLuminance()>.5?i:n);return{colorScheme:g,background:l.toHslString(),background2:b.toHslString(),foreground:m.toHslString(),foreground2:f.toHslString(),foreground3:u.toHslString(),foreground4:C.toHslString(),accent:s.toHslString(),accentLight:S.toHslString(),accentDark:I.toHslString(),foregroundAccent:E.toHslString(),success:p.toHslString(),error:h.toHslString()}}var Kn={appearance:{theme:"light",accentColor:"#676FFF"},_render:{inDialog:!0,inParentNodeId:null}};function sa(e,t){var g,b,m,f,u,C,S,I,E,k;let o,r,n,i,a,l,s,p;if(t!=null&&t.loginMethods?(o=t.loginMethods.includes("email"),r=t.loginMethods.includes("sms"),n=t.loginMethods.includes("wallet"),i=t.loginMethods.includes("google"),a=t.loginMethods.includes("twitter"),l=t.loginMethods.includes("discord"),s=t.loginMethods.includes("github"),p=t.loginMethods.includes("apple")):(o=e.emailAuth,r=e.smsAuth,n=e.walletAuth,i=e.googleOAuth,a=e.twitterOAuth,l=e.discordOAuth,s=e.githubOAuth,p=e.appleOAuth),o&&r&&(console.warn("Enabling both email and SMS passwordless is not currently supported. Disabling SMS."),r=!1),!o&&!r&&[i,a,l,s,p].some(R=>R))throw new Error("To enable social logins you must also enable either SMS or Email login");if(![o,r,n,i,a,l,s,p].some(R=>R))throw new Error("You must enable at least one login method");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:((g=t==null?void 0:t.appearance)==null?void 0:g.logo)??e.logoUrl,palette:Ic({backgroundTheme:((b=t==null?void 0:t.appearance)==null?void 0:b.theme)??Kn.appearance.theme,accentHex:((m=t==null?void 0:t.appearance)==null?void 0:m.accentColor)??e.accentColor??Kn.appearance.accentColor}),showWalletLoginFirst:((f=t==null?void 0:t.appearance)==null?void 0:f.showWalletLoginFirst)??e.showWalletLoginFirst},loginMethods:{wallet:n,email:o,sms:r,google:i,twitter:a,discord:l,github:s,apple:p},legal:{termsAndConditionsUrl:((u=t==null?void 0:t.legal)==null?void 0:u.termsAndConditionsUrl)??e.termsAndConditionsUrl,privacyPolicyUrl:((C=t==null?void 0:t.legal)==null?void 0:C.privacyPolicyUrl)??e.privacyPolicyUrl},embeddedWallets:{createOnLogin:((S=t==null?void 0:t.embeddedWallets)==null?void 0:S.createOnLogin)??e.embeddedWalletConfig.createOnLogin,requireUserPasswordOnCreate:((I=t==null?void 0:t.embeddedWallets)==null?void 0:I.requireUserPasswordOnCreate)??e.embeddedWalletConfig.requireUserPasswordOnCreate},render:{inDialog:((E=t==null?void 0:t._render)==null?void 0:E.inDialog)??Kn._render.inDialog,inParentNodeId:((k=t==null?void 0:t._render)==null?void 0:k.inParentNodeId)??Kn._render.inParentNodeId}}}var Zn=require("react");var Yn=class{constructor(){this.callbacks={}}enqueue(t,o){this.callbacks[t]=o}dequeue(t,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${t} event: no event found for id ${o}`);switch(delete this.callbacks[o],t){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:connect":return r;case"privy:wallet:recover":return r;case"privy:wallet:rpc":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};var Lc=require("react/jsx-runtime"),Ku=function(e){return()=>`id-${e++}`}(0);function Yu(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Sr(e){return e.error!==void 0}var Yo=new Yn;function kr(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((n,i)=>{let a=Ku();Yo.enqueue(a,{resolve:n,reject:i}),r.postMessage({id:a,event:e,data:t},"*")})}function Zu(e){switch(e.event){case"privy:iframe:ready":let t=Yo.dequeue(e.event,e.id);return Sr(e)?t.reject(new zt(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=Yo.dequeue(e.event,e.id);return Sr(e)?o.reject(new zt(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=Yo.dequeue(e.event,e.id);return Sr(e)?r.reject(new zt(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=Yo.dequeue(e.event,e.id);return Sr(e)?n.reject(new zt(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=Yo.dequeue(e.event,e.id);return Sr(e)?i.reject(new zt(e.error.type,e.error.message)):i.resolve(e.data)}}function Nc(e){let t=(0,Zn.useRef)(null);return(0,Zn.useEffect)(()=>{let o=t.current;if(!o)return;function r(l){l&&l.origin===e.origin&&Yu(l.data)&&Zu(l.data)}let n={create(l){return kr("privy:wallet:create",l,o)},connect(l){return kr("privy:wallet:connect",l,o)},recover(l){return kr("privy:wallet:recover",l,o)},rpc(l){return kr("privy:wallet:rpc",l,o)}};window.addEventListener("message",r);let i=()=>e.onLoad(n),a=(...l)=>{console.error("privy iframe failed to load: ",...l),e.onLoadFailed()};return Ka(()=>kr("privy:iframe:ready",{},o)).then(i,a),()=>window.removeEventListener("message",r)},[t.current]),(0,Lc.jsx)("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:zr(e.origin,`/apps/${e.appId}/embedded-wallets`)})}var Qn=require("react"),la=(0,Qn.createContext)({wallets:[]});function Mc(){return(0,Qn.useContext)(la)}var bt=require("react/jsx-runtime");function Qu(e){return typeof e=="string"&&e.length===25}var Wr;function Ao(){if(!Wr){let e=$.get(Eo);return Promise.resolve(e||null)}return Wr.getAccessToken()}var Oc,ts=(e,t)=>Oc(e,t),Dc,os=(e,t)=>Dc(e,t),Ju=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;$.put(er,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},Uc=({config:e,...t})=>{var r,n;if(!Qu(t.appId))throw new _("Cannot initialize the Privy provider with an invalid Privy app ID");Wr||(Wr=new Ro({appId:t.appId,apiUrl:t.apiUrl||Fr}));let o=Object.assign({},e);return t.createPrivyWalletOnLogin!==void 0&&((r=o.embeddedWallets)==null?void 0:r.createOnLogin)===void 0&&(o.embeddedWallets||(o.embeddedWallets={}),o.embeddedWallets.createOnLogin=t.createPrivyWalletOnLogin?"users-without-wallets":"off"),t.createPrivyWalletOnLogin!==void 0&&((n=e==null?void 0:e.embeddedWallets)==null?void 0:n.createOnLogin)&&console.warn("Both `createPrivyWalletOnLogin` and `config.embeddedWallets.createOnLogin` are set. `createPrivyWalletOnLogin` is deprecated and should be removed."),(0,bt.jsx)(Xu,{...t,config:o,client:Wr})},Xu=e=>{let t=e.client,[o,r]=(0,H.useState)(!1),[n,i]=(0,H.useState)(!1),[a,l]=(0,H.useState)(!1),[s,p]=(0,H.useState)(null),[h,g]=(0,H.useState)([]),b=(0,H.useRef)(h),[m,f]=(0,H.useState)(!1),[u,C]=(0,H.useState)(null),[S,I]=(0,H.useState)(!1),[E,k]=(0,H.useState)({status:"disconnected",connectError:null,connector:null,connectRetry:P}),[R,O]=(0,H.useState)(null),[L,he]=(0,H.useState)(null),[X,fe]=(0,H.useState)({showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null,embeddedWalletConfig:{createOnLogin:"off",requireUserPasswordOnCreate:!1}}),[z,N]=(0,H.useState)(sa(X,e.config)),[F,Z]=(0,H.useState)(!0),[te,Ee]=(0,H.useState)({}),[It,Nt]=(0,H.useState)(null),ce=c=>{c&&C(c),r(!0),t.createAnalyticsEvent("modal_open",{initialScreen:c})},de=c=>{z.embeddedWallets.createOnLogin!=="off"&&Z(!0),ce(c)};(0,H.useEffect)(()=>{if(!L||!s){t.connectors.removeEmbeddedWalletConnector();return}let c=s==null?void 0:s.linkedAccounts.filter(d=>d.type==="wallet"&&d.walletClient==="privy");if(c&&c.length>0){let d=c[0].address;t.connectors.addEmbeddedWalletConnector(L,d)}},[L,s]),(0,H.useEffect)(()=>{async function c(){let d=await t.getServerConfig();fe(d),d.customApiUrl&&t.updateApiUrl(d.customApiUrl),t.connectors.initialize();let v=Lt();Ju();let x=await t.getAuthenticatedUser();l(!!x),p(x),i(!0),It==null||It(),v&&x&&I(!0),Ir()}c()},[t,It,n]),(0,H.useEffect)(()=>{let c=sa(X,e.config);N(c)},[e.config,X]);let Lt=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_oauth_code"),v=c.get("privy_oauth_state"),x=c.get("privy_oauth_provider");return d&&v&&x?(t.startAuthFlow(new Mt(x,d,v)),de("AWAITING_OAUTH_SCREEN"),!0):!1},go=async(c,d,v)=>{let x=t.connectors.createWalletConnector(c,d);Zo(x,v)};async function Zo(c,d){if(!c)return k({status:"disconnected",connectError:new Q("Unable to connect to wallet."),connector:null,connectRetry:P}),d==null?void 0:d(null);k({connector:c,status:"connecting",connectError:null,connectRetry:()=>Zo(c,d)});try{let v=await c.connect({showPrompt:!0});return k(x=>({...x,status:"connected",connectError:null,connectRetry:P})),d==null?void 0:d(v)}catch(v){return v instanceof Ze?console.error(v.cause?v.cause:v.message):console.error(v),k(x=>({...x,status:"disconnected",connectError:v})),d==null?void 0:d(null)}}let vo=c=>{c!==null&&t.startAuthFlow(new Jt(c))},Ir=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_connector"),v=c.get("privy_wallet_client");if(!d||!v)return;if(v==="phantom"&&!Je()&&de("LOGIN_FAILED_SCREEN"),!t.connectors)throw new _("Connector not initialized");ce("AWAITING_CONNECTION");let x=new URL(window.location.href);x.searchParams.delete("privy_connector"),x.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",x),go(d,v,vo)};(0,H.useEffect)(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(p)},[n,a,s,t]);let Qo=()=>{I(!0),ce("LINK_WALLET_SCREEN")},Nr=c=>{if(!a||!s)return!1;for(let d of s.linkedAccounts)if(d.type==="wallet"&&d.address===c.address)return!0;return!1},Lr=async c=>{if(!t.connectors)throw new _("Connector not initialized");I(!!a);let d=t.connectors.findWalletConnector(c.connectorType,c.walletClientType)||null;k(v=>({...v,connector:d,status:"connected",connectError:null,connectRetry:P})),vo(c),de("AWAITING_CONNECTION")},se=(c,d)=>{if(!t.connectors)throw new _("Connector not initialized");I(!!a),go(c,d,vo)},Zt=()=>{g(c=>{let d=t.connectors.wallets.map(v=>({...v,linked:Nr(v),loginOrLink:async()=>{if(!await v.isConnected())throw new _("Wallet is not connected");if(v.connectorType==="embedded"&&v.walletClientType==="privy")throw new _("Cannot link or login with embedded wallet");Lr(v)},unlink:async()=>{if(!a)throw new _("User is not authenticated.");if(v.connectorType==="embedded"&&v.walletClientType==="privy")throw new _("Cannot unlink an embedded wallet");let x=await t.unlinkWallet(v.address);p(x)}}));return jr(c,d)?c:d})};(0,H.useEffect)(()=>{Zt()},[s==null?void 0:s.linkedAccounts]),(0,H.useEffect)(()=>{n&&(Zt(),t.connectors.on("walletsUpdated",Zt))},[n]);let Xn=()=>{ce(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};(0,H.useEffect)(()=>{if(!h[0])return;let c=h[0],d=b.current.find(x=>x.address===c.address),v=s==null?void 0:s.linkedAccounts.find(x=>x.type==="wallet"&&x.address===c.address);if(!d&&v){let x=Object.assign({},s);x.wallet=v&&{address:v.address,chainType:v.chainType,chainId:v.chainId,walletClient:v.walletClient},p(x)}b.current=h},[h]);let Jo={ready:n,authenticated:a,user:s,walletConnectors:t.connectors,connectWallet:Xn,linkWallet:Qo,linkEmail:()=>{I(!0),ce("LINK_EMAIL_SCREEN")},linkPhone:()=>{I(!0),ce("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await bo.initLoginWithOAuth("google")},linkTwitter:async()=>{await bo.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await bo.initLoginWithOAuth("discord")},linkGithub:async()=>{await bo.initLoginWithOAuth("github")},linkApple:async()=>{await bo.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(c=>{Nt(()=>c)}),Nt(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}de()},logout:async()=>{await t.logout(),p(null),l(!1),C(null),I(!1),r(!1)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new ee;let c=h.find(v=>s.wallet&&v.address===s.wallet.address),d=t.connectors.walletConnectors.find(v=>v.wallets.find(x=>x.address===(c==null?void 0:c.address)));return!c||!d?new ee:d.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new Jn.Web3Provider(new Xe(new ee));let c=h.find(v=>s.wallet&&v.address===s.wallet.address),d=t.connectors.walletConnectors.find(v=>v.wallets.find(x=>x.address===(c==null?void 0:c.address)));return!c||!d?new Jn.Web3Provider(new Xe(new ee)):new Jn.Web3Provider(new Xe(d.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new Ut(new ee);let c=h.find(v=>s.wallet&&v.address===s.wallet.address),d=t.connectors.walletConnectors.find(v=>v.wallets.find(x=>x.address===(c==null?void 0:c.address)));return!c||!d?new Ut(new ee):new Ut(d.proxyProvider)},unlinkWallet:async c=>{let d=await t.unlinkWallet(c);return p(d),d},unlinkEmail:async c=>{let d=await t.unlinkEmail(c);return p(d),d},unlinkPhone:async c=>{let d=await t.unlinkPhone(c);return p(d),d},unlinkGoogle:async c=>{let d=await t.unlinkOAuth("google",c);return p(d),d},unlinkTwitter:async c=>{let d=await t.unlinkOAuth("twitter",c);return p(d),d},unlinkDiscord:async c=>{let d=await t.unlinkOAuth("discord",c);return p(d),d},unlinkGithub:async c=>{let d=await t.unlinkOAuth("github",c);return p(d),d},unlinkApple:async c=>{let d=await t.unlinkOAuth("apple",c);return p(d),d},setActiveWallet:async c=>{let d=h.find(x=>(0,Rr.getAddress)(x.address)===(0,Rr.getAddress)(c)),v=s==null?void 0:s.linkedAccounts.find(x=>x.type==="wallet"&&(0,Rr.getAddress)(x.address)===(0,Rr.getAddress)(c));if(!d||!await d.isConnected())O(c),Qo();else if(!d.linked)d.loginOrLink();else{let x=Object.assign({},s);x.wallet=v&&{address:v.address,chainType:v.chainType,chainId:v.chainId,walletClient:v.walletClient},p(x)}},forkSession:()=>t.forkSession(),createWallet:()=>new Promise((c,d)=>{if(!a||!s){d(new Error("User must be authenticated before creating a Privy wallet"));return}if(oe(s)){d(new Error("Only one Privy wallet per user is currently allowed"));return}Z(!0),Ee({createWallet:{onSuccess:c,onFailure:d,callAuthOnSuccessOnClose:!1}}),ce("EMBEDDED_WALLET_SCREEN")}),signMessage:(c,d)=>new Promise((v,x)=>{if(!a||!s){x(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!oe(s)){x(new Error("Must have a Privy wallet before signing"));return}if(typeof c!="string"||c.length<1){x(new Error("Message must be a non-empty string"));return}Z(!0);let ei={message:c,onSuccess:v,onFailure:x,uiOptions:d||{}},ti={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:x};Ee({signMessage:ei,connectWallet:ti}),ce("EMBEDDED_WALLET_CONNECTING_SCREEN")}),sendTransaction:(c,d)=>new Promise(async(v,x)=>{if(!a||!s){x(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!oe(s)){x(new Error("Must have a Privy wallet before signing"));return}Z(!0);let ei={transactionRequest:c,onSuccess:v,onFailure:x,uiOptions:d||{}},ti={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:x};Ee({connectWallet:ti,sendTransaction:ei}),ce("EMBEDDED_WALLET_CONNECTING_SCREEN")}),exportWallet:()=>new Promise((c,d)=>{if(!a||!s){d(new Error("User must be authenticated before exporting their Privy wallet"));return}if(!oe(s)){d(new Error("Must have a Privy wallet before exporting"));return}Z(!0);let x={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},Mr={appId:e.appId,origin:t.apiUrl,onSuccess:c,onFailure:d};Ee({keyExport:Mr,connectWallet:x}),ce("EMBEDDED_WALLET_CONNECTING_SCREEN")})};Oc=Jo.signMessage,Dc=Jo.sendTransaction;let bo=(()=>({isNewUserThisSession:m,isLinking:S,linkingHint:R,walletConnectionStatus:E,getAuthFlow:()=>t.authFlow,getAuthMeta:()=>{var c;return(c=t.authFlow)==null?void 0:c.meta},closePrivyModal:(c={shouldCallAuthOnSuccess:!0})=>{var v;let d=n&&a&&s;c.shouldCallAuthOnSuccess&&d&&((v=e.onSuccess)==null||v.call(e,s,m)),t.authFlow=void 0,O(null),C(null),I(!1),f(!1),r(!1),t.createAnalyticsEvent("modal_closed")},connectWallet:go,initLoginWithWallet:se,loginWithWallet:async()=>{if(!(t.authFlow instanceof Jt))throw new _("Must initialize SIWE flow first.");let c,d;S?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),p(c||s||null),f(d||!1),l(!0)},initLoginWithOAuth:async c=>{t.startAuthFlow(new Mt(c));let d=await t.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async()=>{if(!(t.authFlow instanceof Mt))throw new _("Must initialize OAuth flow before calling loginWithOAuth");let c,d;n&&a?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),p(c),f(d||!1),l(!0)},initLoginWithEmail:async c=>{let d=new Qt(c);t.startAuthFlow(d),await d.sendCodeEmail()},initLoginWithSms:async c=>{let d=new Xt(c);t.startAuthFlow(d),await d.sendSmsCode()},resendEmailCode:async()=>{var c;await((c=t.authFlow)==null?void 0:c.sendCodeEmail())},resendSmsCode:async()=>{var c;await((c=t.authFlow)==null?void 0:c.sendSmsCode())},loginWithCode:async c=>{if(t.authFlow instanceof Qt)t.authFlow.meta.emailCode=c.trim();else if(t.authFlow instanceof Xt)t.authFlow.meta.smsCode=c.trim();else throw new _("Must initialize a passwordless code flow first");let d,v;S?d=await t.link():{user:d,isNewUser:v}=await t.authenticate(),p(d||s||null),f(v||!1),l(!0)},refreshUser:async()=>{let c=await t.getAuthenticatedUser();return p(c),c},walletProxy:L,createAnalyticsEvent:(c,d,v)=>t.createAnalyticsEvent(c,d,v),getUsdTokenPrice:c=>t.getUsdTokenPrice(c),recoverEmbeddedWallet:c=>new Promise((d,v)=>{if(!a||!s){v(new Error("User must be authenticated before recovering the Privy wallet"));return}let x=oe(s);if(!x){v(new Error("Must have a Privy wallet in order to recover it"));return}Z(!0),Ee({recoverWallet:{privyWallet:x,onCompleteNavigateTo:c,onFailure:v,onSuccess:d}}),ce("EMBEDDED_WALLET_RECOVERY_SCREEN")})}))(),Bc=(0,H.useMemo)(()=>({wallets:h}),[h]);return(0,bt.jsx)(Ei.Provider,{value:Jo,children:(0,bt.jsxs)(la.Provider,{value:Bc,children:[e.children,(0,bt.jsxs)(Ci.Provider,{value:bo,children:[(0,bt.jsx)(_c,{theme:{...z.appearance.palette||{}}}),(0,bt.jsx)(cs,{appConfig:z,data:te,setModalData:Ee,initialScreen:u,visible:o,authenticated:a,children:o&&(0,bt.jsx)(Rc,{})}),F&&(0,bt.jsx)(Nc,{appId:e.appId,origin:t.apiUrl,onLoad:he,onLoadFailed:()=>null})]})]})})};0&&(module.exports={AsExternalProvider,ConnectorManager,PrivyClient,PrivyProvider,PrivyProxyProvider,VERSION,WalletConnector,getAccessToken,usePrivy,useWallets});
|