@privy-io/react-auth 1.26.0-beta.4 → 1.26.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +11 -11
- package/dist/index.js +11 -11
- 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 b("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Wi(),{message:t,signature:o});return{user:r.data.user,token:r.data.token,refresh_token:r.data.refresh_token,is_new_user:r.data.is_new_user}}catch(t){throw Q(t)}}async link(){if(!this.api)throw new b("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return(await this.api.post(Ii(),{message:t,signature:o})).data}catch(t){throw Q(t)}}async sign(){if(!this.api)throw new b("Auth flow has no API instance");if(this.preparedMessage||await this.buildSiweMessage(),!this.preparedMessage)throw new b("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 b("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:",""),r=await this.api.post(Ri(),{address:t});return this.preparedMessage=this.prepareMessage(o,t,r.data.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 Ct=class{constructor(t){this.meta={phoneNumber:t}}async authenticate(){if(!this.api)throw new b("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new b("phone number and sms code must be set prior to calling authenticate.");try{let t=Di(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(t){throw Q(t)}}async link(){if(!this.api)throw new b("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new b("phone number and sms code must be set prior to calling authenticate.");try{let t=Ui();return(await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(t){throw Q(t)}}async sendSmsCode(t){if(!this.api)throw new b("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),!this.meta.phoneNumber)throw new b("phone nNumber must be set when initialzing authentication.");try{let o=Oi();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw Q(o)}}};function Ze(e){return new Date(e*1e3)}function bc(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:Ze(o.verified_at),chainType:o.chain_type,walletClient:o.wallet_client};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:Ze(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:Ze(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:Ze(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:Ze(o.verified_at)};t.push(p);break;case"github_oauth":let g={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(g);break;case"apple_oauth":let h={subject:o.subject,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(h);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function lt(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var H=e=>e==null?void 0:e.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClient==="privy");function Qe(e){if(!e)return null;let t=bc(e.linked_accounts),o=lt(t,"wallet"),r=lt(t,"email"),n=lt(t,"phone"),i=lt(t,"google_oauth"),a=lt(t,"twitter_oauth"),l=lt(t,"discord_oauth"),s=lt(t,"github_oauth"),p=lt(t,"apple_oauth");return{id:e.id,createdAt:Ze(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},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 va}from"@ethersproject/address";import Kc from"eventemitter3";var ji="1.26.0-beta.4";var Oe="4df5e2316331463a9130964bd6078dfa",or="https://auth.privy.io",Ki=1e4,De=1400,pn=ji;var Gt="privy:token",rr="privy:refresh_token",xo="privy:session_transfer_token";var un="privy:connections",Yi="walletconnect",Zi=3e4,Pe=1;var mn=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)}},hn=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 xc(){return typeof window<"u"&&window.localStorage?new hn:new mn}var V=xc();import{isPossiblePhoneNumber as Ec}from"libphonenumber-js/min";var Qi=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,}))$/),Ji=e=>Ec(String(e),"US"),Xi=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},ct=(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}`},Tc=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 Tc(o);a||i(new Error("Exceeded max attempts before resolving function"))})},nr=(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 fn=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Eo=e=>typeof e=="string"?e:"0x"+e.toString(16);async function ta(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=[];ir()&&i.push("metamask"),Ue()&&i.push("phantom"),o.ethereum&&o.ethereum.isBraveWallet&&i.push("brave"),r(i)}})}function gn(e){return`eip155:${String(Number(e))}`}import Dc from"@coinbase/wallet-sdk";import{jsx as oa,jsxs as Pc}from"react/jsx-runtime";var _e=({style:e,...t})=>Pc("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:[oa("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),oa("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 dt}from"@ethersproject/address";import{Web3Provider as aa}from"@ethersproject/providers";import{default as Oc}from"eventemitter3";import{isHexString as Wc}from"@ethersproject/bytes";import{InfuraProvider as Ic}from"@ethersproject/providers";import{toUtf8String as Nc}from"@ethersproject/strings";import Lc from"eventemitter3";var _c=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign"],ra=e=>_c.includes(e);import{ErrorCode as Ac}from"@ethersproject/logger";var Ht=class extends j{constructor(){super("Wallet timeout");this.type="wallet_error"}},Et=class extends j{constructor(){super("User rejected connection");this.type="wallet_error"}},Ae=e=>{if(e instanceof j)return e;if((e==null?void 0:e.code)&&(e==null?void 0:e.reason)){let t=new Vt(e);return e.code===Ac.ACTION_REJECTED&&(t.details=xt.E4001_USER_REJECTED_REQUEST),t}return e!=null&&e.code?new Vt(e):new j("Unknown connector error",e)},yn=class extends We{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Vt=class extends yn{constructor(o){var i,a,l;let r=o;super(r.message,r.code,r.data);let n=Object.values(xt).find(s=>s.eipCode===r.code);this.details=n||xt.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=xt.E32002_CONNECTION_ALREADY_PENDING:this.details=xt.E32002_REQUEST_ALREADY_PENDING:(l=r.message)!=null&&l.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=xt.E32002_WALLET_LOCKED))}},Sc={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}},kc={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}},Rc={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}},xt={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Rc,...kc},Je={...Sc,...xt};var Mc=12e4,vn=(e=new Ht,t=Mc)=>new Promise((o,r)=>setTimeout(()=>{r(e)},t)),z=class{constructor(t){this.removeListener=(t,o)=>{if(this.walletProvider)return this.walletProvider.removeListener(t,o)};this.setWalletProvider=t=>{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 j(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),vn()]).catch(o=>{throw Ae(o)})}},Tt=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},ar=class extends Lc{constructor(o,r,n=1){super();this.walletProxy=o,this.address=r,this.chainId=n,this.infuraProvider=new Ic(n,Oe)}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new Tt(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await To()||!this.address)throw new Tt("Disconnected",4900);return(await ia(r)).transactionHash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new Tt(`Invalid params for ${o.method}`,4200);let r=o.params[0];this.chainId=Number(r),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=Wc(r)?Nc(r):r;return await na(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:Eo(this.chainId)};return delete r.from,this.infuraProvider.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 Eo(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(ra(o.method)){let r=await To();if(!r||!this.address)throw new Tt("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 Tt("Disconnected",4900)}}else return this.infuraProvider.send(o.method,o.params)}async connect(){let o=await To();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 z{constructor(o){super(o)}},Pt=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 ve=class extends Oc{constructor(o){super();this.onAccountsChanged=o=>{this.syncAccounts()};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=gn(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()=>(await this.syncAccounts(),!!this.wallets.find(i=>dt(i.address)===dt(o)));return{address:dt(o),chainId:r,connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:()=>this.proxyProvider,getEthersProvider:()=>new aa(new Xe(this.proxyProvider)),getWeb3jsProvider:()=>new Pt(this.proxyProvider),sign:async i=>{if(!await n())throw new j("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(){if(!await this.isConnected())return;this.wallets=[];let o=await this.proxyProvider.request({method:"eth_chainId"}),r=gn(o),n=await this.proxyProvider.request({method:"eth_accounts"});if(Array.isArray(n)&&n.length>0)for(let a of n)this.wallets.find(l=>dt(l.address)===dt(a))||this.wallets.push(this.buildConnectedWallet(dt(a),r));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=>dt(n)===dt(r.address)))||null}async isConnected(){let o=await this.proxyProvider.request({method:"eth_accounts"});return o!==void 0&&Array.isArray(o)&&o.length>0}async sign(o){return await this.connect({showPrompt:!1}),new aa(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 Uc=e=>{let t=`https://mainnet.infura.io/v3/${Oe}`,o=1;return e.makeWeb3Provider(t,o)},sr,lr=class extends ve{constructor(){super("coinbase_wallet");this.connectorType="coinbase_wallet";this.proxyProvider=new z,this.subscribeListeners(),sr||(sr=new Dc({appName:"Privy",darkMode:!1,headlessMode:!1})),this.proxyProvider.setWalletProvider(Uc(sr)),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(){sr.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:_e}}async promptConnection(){try{if((await this.proxyProvider.request({method:"eth_requestAccounts"})).length===0)throw new j("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts()}catch(o){throw Ae(o)}}};import{jsx as sa}from"react/jsx-runtime";var pt=({style:e,...t})=>sa("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:sa("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 cr=class extends ve{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:[Eo((o==null?void 0:o.chainId)||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:pt}}disconnect(){this.connected=!1}async promptConnection(){}};import{getAddress as df}from"@ethersproject/address";import{Web3Provider as uf}from"@ethersproject/providers";import{isMobile as Fc}from"react-device-detect";import{jsx as we,jsxs as Bc}from"react/jsx-runtime";var ae=({style:e,...t})=>Bc("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:[we("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),we("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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 dr=class extends ve{constructor(){var r;super("metamask");this.connectorType="injected";this.proxyProvider=new z,this.subscribeListeners();let o=window;this.proxyProvider.setWalletProvider(o.ethereum),(r=o.ethereum.providers)==null||r.forEach(n=>{n.isMetaMask&&this.proxyProvider.setWalletProvider(n)}),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:ae}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{!Fc&&ir()&&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 j("Unable to retrieve accounts");await this.syncAccounts()}catch(o){throw Ae(o)}}};import{jsx as zt,jsxs as pr}from"react/jsx-runtime";var Be=({style:e,...t})=>pr("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:[zt("rect",{width:"28",height:"28",rx:"6",fill:"url(#paint0_linear_1765_9937)"}),zt("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)"}),pr("defs",{children:[pr("linearGradient",{id:"paint0_linear_1765_9937",x1:"14",y1:"0",x2:"14",y2:"28",gradientUnits:"userSpaceOnUse",children:[zt("stop",{stopColor:"#534BB1"}),zt("stop",{offset:"1",stopColor:"#551BF9"})]}),pr("linearGradient",{id:"paint1_linear_1765_9937",x1:"14.2976",y1:"5.06372",x2:"14.2976",y2:"23.5318",gradientUnits:"userSpaceOnUse",children:[zt("stop",{stopColor:"white"}),zt("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]})]})]});var ur=class extends ve{constructor(){var r,n;super("phantom");this.connectorType="injected";this.proxyProvider=new z,this.subscribeListeners();let o=window;this.proxyProvider.setWalletProvider(o.phantom.ethereum),(n=(r=o.phantom.ethereum)==null?void 0:r.providers)==null||n.forEach(i=>{i.isPhantom&&this.proxyProvider.setWalletProvider(i)}),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:Be}}disconnect(){console.warn("Phantom does not support programmatic disconnect.")}async promptConnection(){try{await this.proxyProvider.request({method:"eth_requestAccounts"}),await this.syncAccounts()}catch(o){throw Ae(o)}}};import jc from"@walletconnect/web3-provider";import{isAndroid as mr}from"react-device-detect";import{createContext as Hc,useContext as Vc,useEffect as wn,useState as ca}from"react";import{jsx as Gc}from"react/jsx-runtime";function la(e){return Gc("link",{rel:"prefetch",href:e.src})}import{jsx as zc,jsxs as qc}from"react/jsx-runtime";var et="LANDING",da=Hc({ready:!1,app:null,currentScreen:et,lastScreen:et,navigate:E,navigateBack:E,setModalData:E}),pa=e=>{var g,h,m;let t=e.appConfig,o=e.authenticated,r=e.visible,[n,i]=ca(e.initialScreen||et),[a,l]=ca(e.initialScreen||et);wn(()=>{o||i(et)},[o]),wn(()=>{r||(l(et),i(et))},[r]),wn(()=>{e.initialScreen&&n===et&&(i(e.initialScreen),l(e.initialScreen))},[e.initialScreen]);let s=e.initialScreen&&n===et?e.initialScreen:n,p={ready:!!(t!=null&&t.id),app:t,data:e.data,setModalData:e.setModalData,currentScreen:s,lastScreen:a,navigate:w=>{l(n),i(w)},navigateBack:()=>{i(a)}};return qc(da.Provider,{value:p,children:[(typeof((g=t==null?void 0:t.appearance)==null?void 0:g.logo)=="string"||((m=(h=t==null?void 0:t.appearance)==null?void 0:h.logo)==null?void 0:m.type)==="img")&&zc(la,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},v=()=>Vc(da);import{jsx as qt,jsxs as $c}from"react/jsx-runtime";var $t=({style:e,...t})=>{let{app:o}=v();return $c("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:[qt("rect",{width:"28",height:"28",rx:"3",fill:(o==null?void 0:o.appearance.palette.colorScheme)==="dark"?"#3396ff":"#141414"}),qt("g",{clipPath:"url(#clip0_1765_9946)",children:qt("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"})}),qt("defs",{children:qt("clipPath",{id:"clip0_1765_9946",children:qt("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};import{saveMobileLinkInfo as ua}from"@walletconnect/browser-utils";import{isAndroid as bn}from"react-device-detect";var Po=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Cn))if(r.hostname===t)return{walletClientType:o,entry:r}};var Cn={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"}}},ma=(e,t="md")=>`https://registry.walletconnect.com/v2/logo/${t}/${e}`;function ha(e){return{name:e.displayName||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function fa(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 ga(e,t){return bn?e:fa(e,ha(t))}var xn=(e,t)=>{if(!e)return;if(bn){ua({name:"Unknown",href:t||"wc:"});return}let o=fa(t||"wc:",ha(e));ua({name:(e==null?void 0:e.displayName)||"",href:o})},ya=()=>{!bn||window.open("wc:","_self")};var _t=class extends ve{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=Cn[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"?ae:ma(this.walletEntry.image_id)}:{name:fn(((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])||$t}}async promptConnection(){return new Promise((o,r)=>{this.walletProvider.connector.on("disconnect",(i,a)=>{if(i){r(Ae(i));return}if(a.params.some(l=>l.message==="Session Rejected")){this.setWalletProvider(this.replaceProvider()),r(new Et);return}r(new j("Unknown error during connection"))}),this.walletProvider.qrcode&&this.walletProvider.connector.on("modal_closed",()=>{this.setWalletProvider(this.replaceProvider()),r(new Et)}),this.walletProvider.connector.on("transport_error",(i,a)=>{r(Ae(i))}),(async()=>{var l;let i="",a=await Promise.race([this.enableProvider(),vn()]);if(a.length>0&&(i=a[0]),!i||i==="")throw new j("Unable to retrieve address");if((l=this.walletProvider.walletMeta)!=null&&l.url){let s=Po(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(),o()})().catch(i=>r(Ae(i)))})}async sign(o){this.walletEntry&&xn(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)),mr&&ya()})}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")),V.getKeys().forEach(o=>{o.startsWith("walletconnect")&&V.get(o).key===this.walletProvider.connector.session.key&&V.del(o)}),this.createOrRestoreProvider()}static generateStorageId(){return`${Yi}:${Math.random().toString(36).slice(2)}`}createOrRestoreProvider(o){o||(o=_t.generateStorageId());let r=this.walletEntry||mr?{qrcode:!1}:{},n=new jc({infuraId:Oe,storageId:o,pollingInterval:Zi,...r}),i=this.walletEntry;return i&&(n.walletId=i.id),i?n.connector.on("display_uri",(a,l)=>{xn(i);let s=l.params[0],p=ga(s,i);mr?window.open(p,"_self"):window.open(p,"_self","noopener,noreferrer")}):mr?n.connector.on("display_uri",(a,l)=>{let s=l.params[0];window.open(s,"_self")}):n.connector.on("connect",()=>{var a,l;if((a=n.walletMeta)!=null&&a.url){let s=Po(n.walletMeta.url);n.walletId=(l=s==null?void 0:s.entry)==null?void 0:l.id,this.walletEntry=s==null?void 0:s.entry,this.walletClientType=(s==null?void 0:s.walletClientType)||"unknown"}}),n.connector.on("transport_error",()=>{console.warn("Transport failed. Replacing provider."),setTimeout(()=>{this.setWalletProvider(this.replaceProvider()),this.reconnectDelayMs*=this.reconnectBackoff},this.reconnectDelayMs)}),n}async enableProvider(){return this.walletProvider.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider.enable()}};var ir=()=>{let e=window;if(!e.ethereum)return!1;if(hr(window.ethereum,!0))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(hr(t,!0))return!0}return!1},En=()=>{let e=window;if(!e.ethereum)return!1;if(hr(window.ethereum,!1))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(hr(t,!1))return!0}return!1},hr=(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,Ue=()=>{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},At=()=>{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},Tn=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===va(t)).length):!1},_o=class extends Kc{constructor(){super();this.getEthereumProvider=()=>this.wallets[0]?this.wallets[0].getEthereumProvider():new z;this.walletConnectors=[],this.initialized=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=this.walletConnectors.flatMap(n=>n.wallets).sort((n,i)=>n.connectedAt&&i.connectedAt?i.connectedAt-n.connectedAt:0),r=o.findIndex(n=>n.address===(this.activeWallet?this.activeWallet:"unknown"));return r>=0&&o.unshift(o.splice(r,1)[0]),o}initialize(){this.initialized||(ta().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}})),(At()||V.getKeys().find(o=>o.startsWith("-walletlink")))&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),this.restoreWalletConnectConnectors(),this.initialized=!0)}restoreWalletConnectConnectors(){typeof window>"u"||V.getKeys().forEach(o=>{var r,n;if(o.startsWith("walletconnect")){let i=(n=(r=V.get(o))==null?void 0:r.peerMeta)==null?void 0:n.url,a;if(i){let s=Po(i);s!=null&&s.walletClientType&&(a=s.walletClientType)}let l=new _t(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 ar(o,r),a=new cr(i);this.addWalletConnector(a)}}removeEmbeddedWalletConnector(){let o=this.findWalletConnector("embedded","privy");if(o){let r=this.walletConnectors.indexOf(o);delete this.walletConnectors[r],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 new ur;case"metamask":default:return new dr}case"coinbase_wallet":return new lr;case"wallet_connect":return new _t(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=V.get(un);return r&&Array.isArray(r)&&r.map(a=>o(a)).every(Boolean)?r:[]}saveConnectionHistory(){let r=this.wallets.map(n=>({address:n.address,connectorType:n.connectorType,walletClientType:n.walletClientType,connectedAt:n.connectedAt}));V.put(un,r)}async activeWalletSign(o){let r=this.wallets,n=r.length>0?r[0]:null;return n?n.sign(o):null}setActiveWallet(o){this.activeWallet=va(o),this.emit("walletsUpdated")}};import Pn from"axios";var fr=class{constructor(t,o,r){this.appId=t,this.sdkVersion=pn,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl}async get(t,o,r=!0){try{return await Pn.get(t,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o},r))}catch(n){throw Q(n)}}async post(t,o,r,n=!0){try{return await Pn.post(t,o,await this.buildConfig(r,n))}catch(i){throw Q(i)}}async delete(t,o,r=!0){try{return await Pn.delete(t,await this.buildConfig(o,r))}catch(n){throw Q(n)}}async buildConfig(t,o=!0){if(t=Object.assign({withCredentials:!0},t||{}),t.headers=t.headers||{},t.headers["privy-app-id"]=this.appId,t.headers["privy-client"]=`react-auth:${this.sdkVersion}`,o){let r=await this.client.getAccessToken();r!==null&&(t.headers.authorization=`Bearer ${r}`)}return{...this.defaults,...t}}};function wa(e){return e instanceof bt?"email":e instanceof Ct?"sms":e instanceof Ye?"siwe":e instanceof st?e.meta.provider:null}var ut=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 ba from"jose";var tt=class{static parse(t){try{return new tt(t)}catch{return null}}constructor(t){this.value=t,this._decoded=ba.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 Yc=30,gr=class{constructor(){this.authenticateOnce=new ut(async t=>this._authenticate(t)),this.linkOnce=new ut(async t=>this._link(t)),this.refreshOnce=new ut(this._refresh.bind(this)),this.destroyOnce=new ut(this._destroy.bind(this)),this.forkSessionOnce=new ut(this._forkSession.bind(this))}get token(){try{let t=V.get(Gt);return typeof t=="string"?new tt(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=V.get(rr);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=V.get(xo);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=tt.parse(this.token);return t!==null&&!t.isExpired(Yc)}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=wa(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:Qe(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Te(o)}}async _link(t){try{let o=await t.link();return Qe(o)}catch(o){throw console.warn("Error linking account"),Te(o)}}async _refresh(){if(!this.api)throw new b("Session has no API instance");if(!this.client)throw new b("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(_i(),{refresh_token:o},{headers:{authorization:`Bearer ${t}`}},!1),r&&this.clearForkedToken();else if(r)n=await this.api.post(ki(),{refresh_token:r},{},!1),this.clearForkedToken();else return null;return this.storeToken(n.data.token),this.storeRefreshToken(n.data.refresh_token),Qe(n.data.user)}catch(n){if(n instanceof Ft&&n.status===400&&n.message==="Invalid auth token")return this.destroyLocalState(),null;throw Te(n)}}async _destroy(){var t;try{await((t=this.api)==null?void 0:t.post(Ai(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new b("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(Si(),{refresh_token:t});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw Te(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){typeof t=="string"?V.put(Gt,t):V.del(Gt)}storeRefreshToken(t){typeof t=="string"?V.put(rr,t):V.del(rr)}clearForkedToken(){V.del(xo)}};var _n,Ao=class{constructor(t){this.apiUrl=t.apiUrl||or,this.fallbackApiUrl=this.apiUrl,this.timeout=t.timeout||Ki,this.appId=t.appId,this.clientAnalyticsId=typeof window>"u"?null:crypto.randomUUID(),this.connectors=new _o,_n||(_n=new gr),this.session=_n,this.api=this.generateApi(),this.session.client=this}generateApi(){let t=new fr(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 b("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new b("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(Vi(),{address:t});return Qe(o.data)}catch(o){throw Te(o)}}async unlinkPhone(t){try{let o=await this.api.post(zi(),{phoneNumber:t});return Qe(o.data)}catch(o){throw Te(o)}}async unlinkWallet(t){try{let o=await this.api.post(Hi(),{address:t});return Qe(o.data)}catch(o){throw Te(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(qi(),{provider:t,subject:o});return Qe(r.data)}catch(r){throw Te(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($i(),{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=tt.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(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.data.id,name:t.data.name,verificationKey:t.data.verification_key,logoUrl:t.data.logo_url||void 0,accentColor:t.data.accent_color||void 0,showWalletLoginFirst:t.data.show_wallet_login_first,allowlistConfig:{errorTitle:t.data.allowlist_config.error_title,errorDetail:t.data.allowlist_config.error_detail,errorCtaText:t.data.allowlist_config.cta_text,errorCtaLink:t.data.allowlist_config.cta_link},walletAuth:t.data.wallet_auth,emailAuth:t.data.email_auth,smsAuth:t.data.sms_auth,googleOAuth:t.data.google_oauth,twitterOAuth:t.data.twitter_oauth,discordOAuth:t.data.discord_oauth,githubOAuth:t.data.github_oauth,appleOAuth:t.data.apple_oauth,termsAndConditionsUrl:t.data.terms_and_conditions_url,privacyPolicyUrl:t.data.privacy_policy_url,customApiUrl:t.data.custom_api_url,createdAt:new Date(t.data.created_at*1e3),updatedAt:new Date(t.data.updated_at*1e3)}}catch(t){throw Te(t)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t}`)).data.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 x1,clearAllBodyScrollLocks as E1}from"body-scroll-lock";import{useRef as T1,useCallback as P1}from"react";import{useEffect as lc}from"react";import _1 from"react-dom";import Ei from"styled-components";import{createContext as Zc,useContext as Qc}from"react";var An=Zc({isLinking:!1,linkingHint:null,walletConnectionStatus:null,getAuthMeta:E,getAuthFlow:E,closePrivyModal:E,connectWallet:E,initLoginWithWallet:E,loginWithWallet:E,loginWithCode:E,initLoginWithEmail:E,initLoginWithSms:E,resendEmailCode:E,resendSmsCode:E,initLoginWithOAuth:E,loginWithOAuth:E,refreshUser:E,walletProxy:null,createAnalyticsEvent:E,getUsdTokenPrice:E,recoverEmbeddedWallet:E}),k=()=>Qc(An);import{createContext as Jc,useContext as Xc}from"react";var Sn=Jc({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:E,login:E,linkEmail:E,linkPhone:E,linkWallet:E,linkGoogle:E,linkTwitter:E,linkDiscord:E,linkGithub:E,linkApple:E,logout:E,getAccessToken:E,getEthereumProvider:E,getEthersProvider:E,getWeb3jsProvider:E,unlinkEmail:E,unlinkPhone:E,unlinkWallet:E,unlinkGoogle:E,unlinkTwitter:E,unlinkDiscord:E,unlinkGithub:E,unlinkApple:E,setActiveWallet:E,forkSession:E,createWallet:E,signMessage:E,sendTransaction:E,exportWallet:E}),D=()=>Xc(Sn);import Nn from"styled-components";import ko,{css as Ca}from"styled-components";import Rn from"styled-components";import{Fragment as od,jsx as kn,jsxs as rd}from"react/jsx-runtime";var yr=({success:e,fail:t})=>rd(od,{children:[kn(So,{className:e?"success":t?"fail":""}),kn(ed,{className:e?"success":t?"fail":""})]}),So=Rn.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 b("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Wi(),{message:t,signature:o});return{user:r.data.user,token:r.data.token,refresh_token:r.data.refresh_token,is_new_user:r.data.is_new_user}}catch(t){throw Q(t)}}async link(){if(!this.api)throw new b("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return(await this.api.post(Ii(),{message:t,signature:o})).data}catch(t){throw Q(t)}}async sign(){if(!this.api)throw new b("Auth flow has no API instance");if(this.preparedMessage||await this.buildSiweMessage(),!this.preparedMessage)throw new b("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 b("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:",""),r=await this.api.post(Ri(),{address:t});return this.preparedMessage=this.prepareMessage(o,t,r.data.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 Ct=class{constructor(t){this.meta={phoneNumber:t}}async authenticate(){if(!this.api)throw new b("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new b("phone number and sms code must be set prior to calling authenticate.");try{let t=Di(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(t){throw Q(t)}}async link(){if(!this.api)throw new b("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new b("phone number and sms code must be set prior to calling authenticate.");try{let t=Ui();return(await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(t){throw Q(t)}}async sendSmsCode(t){if(!this.api)throw new b("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),!this.meta.phoneNumber)throw new b("phone nNumber must be set when initialzing authentication.");try{let o=Oi();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw Q(o)}}};function Ze(e){return new Date(e*1e3)}function bc(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:Ze(o.verified_at),chainType:o.chain_type,walletClient:o.wallet_client};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:Ze(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:Ze(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:Ze(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:Ze(o.verified_at)};t.push(p);break;case"github_oauth":let g={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(g);break;case"apple_oauth":let h={subject:o.subject,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(h);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function lt(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var H=e=>e==null?void 0:e.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClient==="privy");function Qe(e){if(!e)return null;let t=bc(e.linked_accounts),o=lt(t,"wallet"),r=lt(t,"email"),n=lt(t,"phone"),i=lt(t,"google_oauth"),a=lt(t,"twitter_oauth"),l=lt(t,"discord_oauth"),s=lt(t,"github_oauth"),p=lt(t,"apple_oauth");return{id:e.id,createdAt:Ze(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},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 va}from"@ethersproject/address";import Kc from"eventemitter3";var ji="1.26.0-beta.5";var Oe="4df5e2316331463a9130964bd6078dfa",or="https://auth.privy.io",Ki=1e4,De=1400,pn=ji;var Gt="privy:token",rr="privy:refresh_token",xo="privy:session_transfer_token";var un="privy:connections",Yi="walletconnect",Zi=3e4,Pe=1;var mn=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)}},hn=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 xc(){return typeof window<"u"&&window.localStorage?new hn:new mn}var V=xc();import{isPossiblePhoneNumber as Ec}from"libphonenumber-js/min";var Qi=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,}))$/),Ji=e=>Ec(String(e),"US"),Xi=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},ct=(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}`},Tc=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 Tc(o);a||i(new Error("Exceeded max attempts before resolving function"))})},nr=(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 fn=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),Eo=e=>typeof e=="string"?e:"0x"+e.toString(16);async function ta(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=[];ir()&&i.push("metamask"),Ue()&&i.push("phantom"),o.ethereum&&o.ethereum.isBraveWallet&&i.push("brave"),r(i)}})}function gn(e){return`eip155:${String(Number(e))}`}import Dc from"@coinbase/wallet-sdk";import{jsx as oa,jsxs as Pc}from"react/jsx-runtime";var _e=({style:e,...t})=>Pc("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:[oa("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),oa("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 dt}from"@ethersproject/address";import{Web3Provider as aa}from"@ethersproject/providers";import{default as Oc}from"eventemitter3";import{isHexString as Wc}from"@ethersproject/bytes";import{InfuraProvider as Ic}from"@ethersproject/providers";import{toUtf8String as Nc}from"@ethersproject/strings";import Lc from"eventemitter3";var _c=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign"],ra=e=>_c.includes(e);import{ErrorCode as Ac}from"@ethersproject/logger";var Ht=class extends j{constructor(){super("Wallet timeout");this.type="wallet_error"}},Et=class extends j{constructor(){super("User rejected connection");this.type="wallet_error"}},Ae=e=>{if(e instanceof j)return e;if((e==null?void 0:e.code)&&(e==null?void 0:e.reason)){let t=new Vt(e);return e.code===Ac.ACTION_REJECTED&&(t.details=xt.E4001_USER_REJECTED_REQUEST),t}return e!=null&&e.code?new Vt(e):new j("Unknown connector error",e)},yn=class extends We{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Vt=class extends yn{constructor(o){var i,a,l;let r=o;super(r.message,r.code,r.data);let n=Object.values(xt).find(s=>s.eipCode===r.code);this.details=n||xt.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=xt.E32002_CONNECTION_ALREADY_PENDING:this.details=xt.E32002_REQUEST_ALREADY_PENDING:(l=r.message)!=null&&l.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=xt.E32002_WALLET_LOCKED))}},Sc={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}},kc={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}},Rc={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}},xt={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Rc,...kc},Je={...Sc,...xt};var Mc=12e4,vn=(e=new Ht,t=Mc)=>new Promise((o,r)=>setTimeout(()=>{r(e)},t)),z=class{constructor(t){this.removeListener=(t,o)=>{if(this.walletProvider)return this.walletProvider.removeListener(t,o)};this.setWalletProvider=t=>{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 j(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),vn()]).catch(o=>{throw Ae(o)})}},Tt=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},ar=class extends Lc{constructor(o,r,n=1){super();this.walletProxy=o,this.address=r,this.chainId=n,this.infuraProvider=new Ic(n,Oe)}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new Tt(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await To()||!this.address)throw new Tt("Disconnected",4900);return(await ia(r)).transactionHash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new Tt(`Invalid params for ${o.method}`,4200);let r=o.params[0];this.chainId=Number(r),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=Wc(r)?Nc(r):r;return await na(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:Eo(this.chainId)};return delete r.from,this.infuraProvider.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 Eo(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(ra(o.method)){let r=await To();if(!r||!this.address)throw new Tt("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 Tt("Disconnected",4900)}}else return this.infuraProvider.send(o.method,o.params)}async connect(){let o=await To();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 z{constructor(o){super(o)}},Pt=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 ve=class extends Oc{constructor(o){super();this.onAccountsChanged=o=>{this.syncAccounts()};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=gn(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()=>(await this.syncAccounts(),!!this.wallets.find(i=>dt(i.address)===dt(o)));return{address:dt(o),chainId:r,connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:()=>this.proxyProvider,getEthersProvider:()=>new aa(new Xe(this.proxyProvider)),getWeb3jsProvider:()=>new Pt(this.proxyProvider),sign:async i=>{if(!await n())throw new j("Wallet is not currently connected.");return await this.sign(i)},disconnect:()=>{this.disconnect()}}}async syncAccounts(){if(!await this.isConnected())return;this.wallets=[];let o=await this.proxyProvider.request({method:"eth_chainId"}),r=gn(o),n=await this.proxyProvider.request({method:"eth_accounts"});if(Array.isArray(n)&&n.length>0)for(let a of n)this.wallets.find(l=>dt(l.address)===dt(a))||this.wallets.push(this.buildConnectedWallet(dt(a),r));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=>dt(n)===dt(r.address)))||null}async isConnected(){let o=await this.proxyProvider.request({method:"eth_accounts"});return o!==void 0&&Array.isArray(o)&&o.length>0}async sign(o){return await this.connect({showPrompt:!1}),new aa(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 Uc=e=>{let t=`https://mainnet.infura.io/v3/${Oe}`,o=1;return e.makeWeb3Provider(t,o)},sr,lr=class extends ve{constructor(){super("coinbase_wallet");this.connectorType="coinbase_wallet";this.proxyProvider=new z,this.subscribeListeners(),sr||(sr=new Dc({appName:"Privy",darkMode:!1,headlessMode:!1})),this.proxyProvider.setWalletProvider(Uc(sr)),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(){sr.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:_e}}async promptConnection(){try{if((await this.proxyProvider.request({method:"eth_requestAccounts"})).length===0)throw new j("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts()}catch(o){throw Ae(o)}}};import{jsx as sa}from"react/jsx-runtime";var pt=({style:e,...t})=>sa("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:sa("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 cr=class extends ve{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:[Eo((o==null?void 0:o.chainId)||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:pt}}disconnect(){this.connected=!1}async promptConnection(){}};import{getAddress as df}from"@ethersproject/address";import{Web3Provider as uf}from"@ethersproject/providers";import{isMobile as Fc}from"react-device-detect";import{jsx as we,jsxs as Bc}from"react/jsx-runtime";var ae=({style:e,...t})=>Bc("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:[we("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),we("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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"}),we("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 dr=class extends ve{constructor(){var r;super("metamask");this.connectorType="injected";this.proxyProvider=new z,this.subscribeListeners();let o=window;this.proxyProvider.setWalletProvider(o.ethereum),(r=o.ethereum.providers)==null||r.forEach(n=>{n.isMetaMask&&this.proxyProvider.setWalletProvider(n)}),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:ae}}disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{!Fc&&ir()&&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 j("Unable to retrieve accounts");await this.syncAccounts()}catch(o){throw Ae(o)}}};import{jsx as zt,jsxs as pr}from"react/jsx-runtime";var Be=({style:e,...t})=>pr("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:[zt("rect",{width:"28",height:"28",rx:"6",fill:"url(#paint0_linear_1765_9937)"}),zt("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)"}),pr("defs",{children:[pr("linearGradient",{id:"paint0_linear_1765_9937",x1:"14",y1:"0",x2:"14",y2:"28",gradientUnits:"userSpaceOnUse",children:[zt("stop",{stopColor:"#534BB1"}),zt("stop",{offset:"1",stopColor:"#551BF9"})]}),pr("linearGradient",{id:"paint1_linear_1765_9937",x1:"14.2976",y1:"5.06372",x2:"14.2976",y2:"23.5318",gradientUnits:"userSpaceOnUse",children:[zt("stop",{stopColor:"white"}),zt("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]})]})]});var ur=class extends ve{constructor(){var r,n;super("phantom");this.connectorType="injected";this.proxyProvider=new z,this.subscribeListeners();let o=window;this.proxyProvider.setWalletProvider(o.phantom.ethereum),(n=(r=o.phantom.ethereum)==null?void 0:r.providers)==null||n.forEach(i=>{i.isPhantom&&this.proxyProvider.setWalletProvider(i)}),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:Be}}disconnect(){console.warn("Phantom does not support programmatic disconnect.")}async promptConnection(){try{await this.proxyProvider.request({method:"eth_requestAccounts"}),await this.syncAccounts()}catch(o){throw Ae(o)}}};import jc from"@walletconnect/web3-provider";import{isAndroid as mr}from"react-device-detect";import{createContext as Hc,useContext as Vc,useEffect as wn,useState as ca}from"react";import{jsx as Gc}from"react/jsx-runtime";function la(e){return Gc("link",{rel:"prefetch",href:e.src})}import{jsx as zc,jsxs as qc}from"react/jsx-runtime";var et="LANDING",da=Hc({ready:!1,app:null,currentScreen:et,lastScreen:et,navigate:E,navigateBack:E,setModalData:E}),pa=e=>{var g,h,m;let t=e.appConfig,o=e.authenticated,r=e.visible,[n,i]=ca(e.initialScreen||et),[a,l]=ca(e.initialScreen||et);wn(()=>{o||i(et)},[o]),wn(()=>{r||(l(et),i(et))},[r]),wn(()=>{e.initialScreen&&n===et&&(i(e.initialScreen),l(e.initialScreen))},[e.initialScreen]);let s=e.initialScreen&&n===et?e.initialScreen:n,p={ready:!!(t!=null&&t.id),app:t,data:e.data,setModalData:e.setModalData,currentScreen:s,lastScreen:a,navigate:w=>{l(n),i(w)},navigateBack:()=>{i(a)}};return qc(da.Provider,{value:p,children:[(typeof((g=t==null?void 0:t.appearance)==null?void 0:g.logo)=="string"||((m=(h=t==null?void 0:t.appearance)==null?void 0:h.logo)==null?void 0:m.type)==="img")&&zc(la,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},v=()=>Vc(da);import{jsx as qt,jsxs as $c}from"react/jsx-runtime";var $t=({style:e,...t})=>{let{app:o}=v();return $c("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:[qt("rect",{width:"28",height:"28",rx:"3",fill:(o==null?void 0:o.appearance.palette.colorScheme)==="dark"?"#3396ff":"#141414"}),qt("g",{clipPath:"url(#clip0_1765_9946)",children:qt("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"})}),qt("defs",{children:qt("clipPath",{id:"clip0_1765_9946",children:qt("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};import{saveMobileLinkInfo as ua}from"@walletconnect/browser-utils";import{isAndroid as bn}from"react-device-detect";var Po=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Cn))if(r.hostname===t)return{walletClientType:o,entry:r}};var Cn={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"}}},ma=(e,t="md")=>`https://registry.walletconnect.com/v2/logo/${t}/${e}`;function ha(e){return{name:e.displayName||"",universalLink:e.mobile.universal||"",deepLink:e.mobile.native||""}}function fa(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 ga(e,t){return bn?e:fa(e,ha(t))}var xn=(e,t)=>{if(!e)return;if(bn){ua({name:"Unknown",href:t||"wc:"});return}let o=fa(t||"wc:",ha(e));ua({name:(e==null?void 0:e.displayName)||"",href:o})},ya=()=>{!bn||window.open("wc:","_self")};var _t=class extends ve{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=Cn[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"?ae:ma(this.walletEntry.image_id)}:{name:fn(((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])||$t}}async promptConnection(){return new Promise((o,r)=>{this.walletProvider.connector.on("disconnect",(i,a)=>{if(i){r(Ae(i));return}if(a.params.some(l=>l.message==="Session Rejected")){this.setWalletProvider(this.replaceProvider()),r(new Et);return}r(new j("Unknown error during connection"))}),this.walletProvider.qrcode&&this.walletProvider.connector.on("modal_closed",()=>{this.setWalletProvider(this.replaceProvider()),r(new Et)}),this.walletProvider.connector.on("transport_error",(i,a)=>{r(Ae(i))}),(async()=>{var l;let i="",a=await Promise.race([this.enableProvider(),vn()]);if(a.length>0&&(i=a[0]),!i||i==="")throw new j("Unable to retrieve address");if((l=this.walletProvider.walletMeta)!=null&&l.url){let s=Po(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(),o()})().catch(i=>r(Ae(i)))})}async sign(o){this.walletEntry&&xn(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)),mr&&ya()})}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")),V.getKeys().forEach(o=>{o.startsWith("walletconnect")&&V.get(o).key===this.walletProvider.connector.session.key&&V.del(o)}),this.createOrRestoreProvider()}static generateStorageId(){return`${Yi}:${Math.random().toString(36).slice(2)}`}createOrRestoreProvider(o){o||(o=_t.generateStorageId());let r=this.walletEntry||mr?{qrcode:!1}:{},n=new jc({infuraId:Oe,storageId:o,pollingInterval:Zi,...r}),i=this.walletEntry;return i&&(n.walletId=i.id),i?n.connector.on("display_uri",(a,l)=>{xn(i);let s=l.params[0],p=ga(s,i);mr?window.open(p,"_self"):window.open(p,"_self","noopener,noreferrer")}):mr?n.connector.on("display_uri",(a,l)=>{let s=l.params[0];window.open(s,"_self")}):n.connector.on("connect",()=>{var a,l;if((a=n.walletMeta)!=null&&a.url){let s=Po(n.walletMeta.url);n.walletId=(l=s==null?void 0:s.entry)==null?void 0:l.id,this.walletEntry=s==null?void 0:s.entry,this.walletClientType=(s==null?void 0:s.walletClientType)||"unknown"}}),n.connector.on("transport_error",()=>{console.warn("Transport failed. Replacing provider."),setTimeout(()=>{this.setWalletProvider(this.replaceProvider()),this.reconnectDelayMs*=this.reconnectBackoff},this.reconnectDelayMs)}),n}async enableProvider(){return this.walletProvider.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider.enable()}};var ir=()=>{let e=window;if(!e.ethereum)return!1;if(hr(window.ethereum,!0))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(hr(t,!0))return!0}return!1},En=()=>{let e=window;if(!e.ethereum)return!1;if(hr(window.ethereum,!1))return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(hr(t,!1))return!0}return!1},hr=(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,Ue=()=>{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},At=()=>{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},Tn=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===va(t)).length):!1},_o=class extends Kc{constructor(){super();this.getEthereumProvider=()=>this.wallets[0]?this.wallets[0].getEthereumProvider():new z;this.walletConnectors=[],this.initialized=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=this.walletConnectors.flatMap(n=>n.wallets).sort((n,i)=>n.connectedAt&&i.connectedAt?i.connectedAt-n.connectedAt:0),r=o.findIndex(n=>n.address===(this.activeWallet?this.activeWallet:"unknown"));return r>=0&&o.unshift(o.splice(r,1)[0]),o}initialize(){this.initialized||(ta().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}})),(At()||V.getKeys().find(o=>o.startsWith("-walletlink")))&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),this.restoreWalletConnectConnectors(),this.initialized=!0)}restoreWalletConnectConnectors(){typeof window>"u"||V.getKeys().forEach(o=>{var r,n;if(o.startsWith("walletconnect")){let i=(n=(r=V.get(o))==null?void 0:r.peerMeta)==null?void 0:n.url,a;if(i){let s=Po(i);s!=null&&s.walletClientType&&(a=s.walletClientType)}let l=new _t(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 ar(o,r),a=new cr(i);this.addWalletConnector(a)}}removeEmbeddedWalletConnector(){let o=this.findWalletConnector("embedded","privy");if(o){let r=this.walletConnectors.indexOf(o);delete this.walletConnectors[r],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 new ur;case"metamask":default:return new dr}case"coinbase_wallet":return new lr;case"wallet_connect":return new _t(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=V.get(un);return r&&Array.isArray(r)&&r.map(a=>o(a)).every(Boolean)?r:[]}saveConnectionHistory(){let r=this.wallets.map(n=>({address:n.address,connectorType:n.connectorType,walletClientType:n.walletClientType,connectedAt:n.connectedAt}));V.put(un,r)}async activeWalletSign(o){let r=this.wallets,n=r.length>0?r[0]:null;return n?n.sign(o):null}setActiveWallet(o){this.activeWallet=va(o),this.emit("walletsUpdated")}};import Pn from"axios";var fr=class{constructor(t,o,r){this.appId=t,this.sdkVersion=pn,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl}async get(t,o,r=!0){try{return await Pn.get(t,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o},r))}catch(n){throw Q(n)}}async post(t,o,r,n=!0){try{return await Pn.post(t,o,await this.buildConfig(r,n))}catch(i){throw Q(i)}}async delete(t,o,r=!0){try{return await Pn.delete(t,await this.buildConfig(o,r))}catch(n){throw Q(n)}}async buildConfig(t,o=!0){if(t=Object.assign({withCredentials:!0},t||{}),t.headers=t.headers||{},t.headers["privy-app-id"]=this.appId,t.headers["privy-client"]=`react-auth:${this.sdkVersion}`,o){let r=await this.client.getAccessToken();r!==null&&(t.headers.authorization=`Bearer ${r}`)}return{...this.defaults,...t}}};function wa(e){return e instanceof bt?"email":e instanceof Ct?"sms":e instanceof Ye?"siwe":e instanceof st?e.meta.provider:null}var ut=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 ba from"jose";var tt=class{static parse(t){try{return new tt(t)}catch{return null}}constructor(t){this.value=t,this._decoded=ba.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 Yc=30,gr=class{constructor(){this.authenticateOnce=new ut(async t=>this._authenticate(t)),this.linkOnce=new ut(async t=>this._link(t)),this.refreshOnce=new ut(this._refresh.bind(this)),this.destroyOnce=new ut(this._destroy.bind(this)),this.forkSessionOnce=new ut(this._forkSession.bind(this))}get token(){try{let t=V.get(Gt);return typeof t=="string"?new tt(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=V.get(rr);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=V.get(xo);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=tt.parse(this.token);return t!==null&&!t.isExpired(Yc)}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=wa(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:Qe(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Te(o)}}async _link(t){try{let o=await t.link();return Qe(o)}catch(o){throw console.warn("Error linking account"),Te(o)}}async _refresh(){if(!this.api)throw new b("Session has no API instance");if(!this.client)throw new b("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(_i(),{refresh_token:o},{headers:{authorization:`Bearer ${t}`}},!1),r&&this.clearForkedToken();else if(r)n=await this.api.post(ki(),{refresh_token:r},{},!1),this.clearForkedToken();else return null;return this.storeToken(n.data.token),this.storeRefreshToken(n.data.refresh_token),Qe(n.data.user)}catch(n){if(n instanceof Ft&&n.status===400&&n.message==="Invalid auth token")return this.destroyLocalState(),null;throw Te(n)}}async _destroy(){var t;try{await((t=this.api)==null?void 0:t.post(Ai(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new b("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(Si(),{refresh_token:t});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw Te(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken()}storeToken(t){typeof t=="string"?V.put(Gt,t):V.del(Gt)}storeRefreshToken(t){typeof t=="string"?V.put(rr,t):V.del(rr)}clearForkedToken(){V.del(xo)}};var _n,Ao=class{constructor(t){this.apiUrl=t.apiUrl||or,this.fallbackApiUrl=this.apiUrl,this.timeout=t.timeout||Ki,this.appId=t.appId,this.clientAnalyticsId=typeof window>"u"?null:crypto.randomUUID(),this.connectors=new _o,_n||(_n=new gr),this.session=_n,this.api=this.generateApi(),this.session.client=this}generateApi(){let t=new fr(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 b("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new b("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(Vi(),{address:t});return Qe(o.data)}catch(o){throw Te(o)}}async unlinkPhone(t){try{let o=await this.api.post(zi(),{phoneNumber:t});return Qe(o.data)}catch(o){throw Te(o)}}async unlinkWallet(t){try{let o=await this.api.post(Hi(),{address:t});return Qe(o.data)}catch(o){throw Te(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(qi(),{provider:t,subject:o});return Qe(r.data)}catch(r){throw Te(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($i(),{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=tt.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(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.data.id,name:t.data.name,verificationKey:t.data.verification_key,logoUrl:t.data.logo_url||void 0,accentColor:t.data.accent_color||void 0,showWalletLoginFirst:t.data.show_wallet_login_first,allowlistConfig:{errorTitle:t.data.allowlist_config.error_title,errorDetail:t.data.allowlist_config.error_detail,errorCtaText:t.data.allowlist_config.cta_text,errorCtaLink:t.data.allowlist_config.cta_link},walletAuth:t.data.wallet_auth,emailAuth:t.data.email_auth,smsAuth:t.data.sms_auth,googleOAuth:t.data.google_oauth,twitterOAuth:t.data.twitter_oauth,discordOAuth:t.data.discord_oauth,githubOAuth:t.data.github_oauth,appleOAuth:t.data.apple_oauth,termsAndConditionsUrl:t.data.terms_and_conditions_url,privacyPolicyUrl:t.data.privacy_policy_url,customApiUrl:t.data.custom_api_url,createdAt:new Date(t.data.created_at*1e3),updatedAt:new Date(t.data.updated_at*1e3)}}catch(t){throw Te(t)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t}`)).data.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 x1,clearAllBodyScrollLocks as E1}from"body-scroll-lock";import{useRef as T1,useCallback as P1}from"react";import{useEffect as lc}from"react";import _1 from"react-dom";import Ei from"styled-components";import{createContext as Zc,useContext as Qc}from"react";var An=Zc({isLinking:!1,linkingHint:null,walletConnectionStatus:null,getAuthMeta:E,getAuthFlow:E,closePrivyModal:E,connectWallet:E,initLoginWithWallet:E,loginWithWallet:E,loginWithCode:E,initLoginWithEmail:E,initLoginWithSms:E,resendEmailCode:E,resendSmsCode:E,initLoginWithOAuth:E,loginWithOAuth:E,refreshUser:E,walletProxy:null,createAnalyticsEvent:E,getUsdTokenPrice:E,recoverEmbeddedWallet:E}),k=()=>Qc(An);import{createContext as Jc,useContext as Xc}from"react";var Sn=Jc({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:E,login:E,linkEmail:E,linkPhone:E,linkWallet:E,linkGoogle:E,linkTwitter:E,linkDiscord:E,linkGithub:E,linkApple:E,logout:E,getAccessToken:E,getEthereumProvider:E,getEthersProvider:E,getWeb3jsProvider:E,unlinkEmail:E,unlinkPhone:E,unlinkWallet:E,unlinkGoogle:E,unlinkTwitter:E,unlinkDiscord:E,unlinkGithub:E,unlinkApple:E,setActiveWallet:E,forkSession:E,createWallet:E,signMessage:E,sendTransaction:E,exportWallet:E}),D=()=>Xc(Sn);import Nn from"styled-components";import ko,{css as Ca}from"styled-components";import Rn from"styled-components";import{Fragment as od,jsx as kn,jsxs as rd}from"react/jsx-runtime";var yr=({success:e,fail:t})=>rd(od,{children:[kn(So,{className:e?"success":t?"fail":""}),kn(ed,{className:e?"success":t?"fail":""})]}),So=Rn.span`
|
|
13
13
|
&& {
|
|
14
14
|
width: 82px;
|
|
15
15
|
height: 82px;
|
|
@@ -388,7 +388,7 @@ Resources:
|
|
|
388
388
|
border-color: var(--privy-color-background-2);
|
|
389
389
|
border-width: 1px;
|
|
390
390
|
}
|
|
391
|
-
`;import{Fragment as Mn,jsx as be,jsxs as St}from"react/jsx-runtime";var On=6,Ba=new Array(On).fill(""),Cd=1400;var Fa=()=>{var ie,ee,F;let{app:e,data:t,navigate:o,setModalData:r}=v(),{closePrivyModal:n,resendEmailCode:i,resendSmsCode:a,getAuthMeta:l,loginWithCode:s}=k(),{authenticated:p,user:g}=D(),[h,m]=Er(Ba),[w,y]=Er(!1),[u,f]=Er(null),[I,P]=Er(null),
|
|
391
|
+
`;import{Fragment as Mn,jsx as be,jsxs as St}from"react/jsx-runtime";var On=6,Ba=new Array(On).fill(""),Cd=1400;var Fa=()=>{var ie,ee,F;let{app:e,data:t,navigate:o,setModalData:r}=v(),{closePrivyModal:n,resendEmailCode:i,resendSmsCode:a,getAuthMeta:l,loginWithCode:s}=k(),{authenticated:p,user:g}=D(),[h,m]=Er(Ba),[w,y]=Er(!1),[u,f]=Er(null),[I,P]=Er(null),_=(ie=l())!=null&&ie.email?0:1,N=e!=null&&e.render.inDialog?De:0,S=e!=null&&e.render.inDialog?N-500:0;Ua(()=>{var U;if(!(p&&w&&g))return;if(((U=t==null?void 0:t.login)==null?void 0:U.promptCreatePrivyWalletFlow)&&!g.wallet){let q=setTimeout(()=>{r({createWallet:{onSuccess:()=>{},onFailure:Ee=>console.error(Ee),callAuthOnSuccessOnClose:!0}}),o("EMBEDDED_WALLET_SCREEN")},S);return()=>clearTimeout(q)}else{let q=setTimeout(n,N);return()=>clearTimeout(q)}},[p,w,g]),Ua(()=>{if(u&&I===0){let re=setTimeout(()=>{m(Ba),f(null);let B=document.querySelector("input[name=code-0]");B==null||B.focus()},Cd);return()=>clearTimeout(re)}},[u]);let L=re=>{var Me;let B=re.currentTarget.value.replace(" ","");if(B==="")return;if(isNaN(Number(B))){f("Code should be numeric"),P(1);return}f(null),P(null);let U=Number((Me=re.currentTarget.name)==null?void 0:Me.charAt(5)),q=[...B||[""]].slice(0,On-U),Ee=[...h.slice(0,U),...q,...h.slice(U+q.length)];m(Ee);let wt=q.length,te=Math.min(Math.max(U+wt,0),On-1);if(!isNaN(Number(re.currentTarget.value))){let ue=document.querySelector(`input[name=code-${te}]`);ue==null||ue.focus()}if(Ee.every(ue=>ue&&!isNaN(+ue))){let ue=document.querySelector(`input[name=code-${te}]`);ue==null||ue.blur(),s(Ee.join("")).then(()=>y(!0)).catch(ke=>{(ke==null?void 0:ke.status)===422?f("Invalid or expired verification code"):f("Issue verifying code"),P(0)})}re.preventDefault()},W=re=>{I===1&&(f(null),P(null));let B=[...h.slice(0,re),"",...h.slice(re+1)];if(m(B),re>0){let U=document.querySelector(`input[name=code-${re-1}]`);U==null||U.focus()}},pe=`Verify your ${_==0?"email":"phone"}`,G=_==0?St("p",{children:["Please check ",be(_d,{children:(ee=l())==null?void 0:ee.email})," for an email from privy.io and enter your code below."]}):`Please check ${(F=l())==null?void 0:F.phoneNumber} for a message from ${(e==null?void 0:e.name)||"privy.io"} and enter your code below.`;return St(Mn,{children:[be(C,{},"header"),St(xd,{children:[be(oe,{title:pe,description:G}),St(jt,{children:[St(Ed,{children:[be(Td,{fail:!!u,success:w,children:be("span",{children:u||(w?"Success!":"")})}),be("div",{children:h.map((re,B)=>be("input",{name:`code-${B}`,type:"text",value:h[B],onChange:L,onKeyUp:U=>{U.key==="Backspace"&&W(B)},inputMode:"numeric",autoFocus:B===0,pattern:"[0-9]",className:`${w?"success":""} ${u?"fail":""}`,autoComplete:bd?"one-time-code":"off"},B))})]}),be(Pd,{children:_==0?St(Mn,{children:[be("span",{children:"Didn't get an email?"}),be("button",{onClick:i,children:"Resend Code"})]}):St(Mn,{children:[be("span",{children:"Didn't get a message?"}),be("button",{onClick:a,children:"Resend Code"})]})})]})]}),be(O,{protectedByPrivy:!0})]})},xd=Ro.div`
|
|
392
392
|
display: flex;
|
|
393
393
|
flex-direction: column;
|
|
394
394
|
align-items: flex-start;
|
|
@@ -599,7 +599,7 @@ Resources:
|
|
|
599
599
|
@media (max-width: 440px) {
|
|
600
600
|
padding: 10px 10px 20px;
|
|
601
601
|
}
|
|
602
|
-
`;import{useEffect as ts,useState as os}from"react";import rs from"styled-components";import{useEffect as Un,useState as Io}from"react";import{isMobile as Bn}from"react-device-detect";import Fn from"styled-components";import{Fragment as es,jsx as me,jsxs as Sr}from"react/jsx-runtime";var Ar=2,No={metamask:{name:"MetaMask",component:ae},phantom:{name:"Phantom",component:Be},coinbase_wallet:{name:"Coinbase Wallet",component:_e},wallet_connect:{name:"WalletConnect",component:$t},embedded:{name:"Privy Wallet",component:pt}},Gn=e=>(e==null?void 0:e.privyErrorCode)==="linked_to_another_user"?Je.ERROR_USER_EXISTS:e instanceof Vt&&!e.details.default?e.details:e instanceof Ht?Je.ERROR_TIMED_OUT:e instanceof Et?Je.ERROR_USER_REJECTED_CONNECTION:Je.ERROR_WALLET_CONNECTION,Xa=()=>{var wt,te,Me,ue,ke,Xo,vo,er,wo,bo,tr;let[e,t]=Io(!1),[o,r]=Io(!1),[n,i]=Io(void 0),{app:a,navigate:l,navigateBack:s,lastScreen:p,currentScreen:g}=v(),{getAuthFlow:h,walletConnectionStatus:m,closePrivyModal:w,loginWithWallet:y}=k(),{walletConnectors:u}=D(),[f,I]=Io(0),{user:P}=D(),[
|
|
602
|
+
`;import{useEffect as ts,useState as os}from"react";import rs from"styled-components";import{useEffect as Un,useState as Io}from"react";import{isMobile as Bn}from"react-device-detect";import Fn from"styled-components";import{Fragment as es,jsx as me,jsxs as Sr}from"react/jsx-runtime";var Ar=2,No={metamask:{name:"MetaMask",component:ae},phantom:{name:"Phantom",component:Be},coinbase_wallet:{name:"Coinbase Wallet",component:_e},wallet_connect:{name:"WalletConnect",component:$t},embedded:{name:"Privy Wallet",component:pt}},Gn=e=>(e==null?void 0:e.privyErrorCode)==="linked_to_another_user"?Je.ERROR_USER_EXISTS:e instanceof Vt&&!e.details.default?e.details:e instanceof Ht?Je.ERROR_TIMED_OUT:e instanceof Et?Je.ERROR_USER_REJECTED_CONNECTION:Je.ERROR_WALLET_CONNECTION,Xa=()=>{var wt,te,Me,ue,ke,Xo,vo,er,wo,bo,tr;let[e,t]=Io(!1),[o,r]=Io(!1),[n,i]=Io(void 0),{app:a,navigate:l,navigateBack:s,lastScreen:p,currentScreen:g}=v(),{getAuthFlow:h,walletConnectionStatus:m,closePrivyModal:w,loginWithWallet:y}=k(),{walletConnectors:u}=D(),[f,I]=Io(0),{user:P}=D(),[_]=Io((P==null?void 0:P.linkedAccounts.length)||0),N=h(),S=Bn&&((wt=m==null?void 0:m.connector)==null?void 0:wt.connectorType)==="wallet_connect"||Bn&&((te=m==null?void 0:m.connector)==null?void 0:te.connectorType)==="coinbase_wallet"||Bn&&((Me=m==null?void 0:m.connector)==null?void 0:Me.connectorType)==="injected"&&((ue=m==null?void 0:m.connector)==null?void 0:ue.walletClientType)==="phantom",L=(m==null?void 0:m.status)==="connected",W=a!=null&&a.render.inDialog?De:0;Un(()=>{if(N&&S&&L&&!N.preparedMessage){N.buildSiweMessage();return}!N||S||!L||(r(!0),i(void 0),G().catch($=>console.warn("Auto-prompted signature failed",$)).finally(()=>r(!1)))},[f,L]),Un(()=>{if(P&&e){let $=setTimeout(w,W);return()=>clearTimeout($)}},[P,e]);let pe=$=>{if(($==null?void 0:$.privyErrorCode)==="allowlist_rejected"){l("ALLOWLIST_REJECTION_SCREEN");return}i(Gn($))};async function G(){try{await y(),t(!0)}catch($){pe($)}finally{r(!1)}}Un(()=>{m!=null&&m.connectError&&pe(m==null?void 0:m.connectError)},[m]);let ie=((ke=m==null?void 0:m.connector)==null?void 0:ke.connectorType)||"metamask",ee=((Xo=m==null?void 0:m.connector)==null?void 0:Xo.walletClientType)||"metamask",F=((vo=m==null?void 0:m.connector)==null?void 0:vo.walletBranding.name)||((er=No[ee])==null?void 0:er.name)||"Metamask",re=((wo=m==null?void 0:m.connector)==null?void 0:wo.walletBranding.icon)||((bo=No[ee])==null?void 0:bo.component)||($=>me(ae,{...$})),B=e?`Successfully connected with ${F}`:n?n.message:L?"Sign to verify":`Waiting for ${F}`,U="Don\u2019t see your wallet modal? Check your other browser windows.";if(e){let $=(P==null?void 0:P.linkedAccounts.length)||0;_===$?U="Wallet was already linked.":U="You\u2019re good to go!"}else f>=Ar&&n?U="Unable to connect wallet":n?U=n.detail:L&&S?U="Sign the message in your wallet to verify it belongs to you.":ee==="metamask"?U="For the best experience, connect only one wallet at a time.":ie==="wallet_connect"?U="Open your mobile wallet app to continue":ie==="coinbase_wallet"&&(At()||(Tn(P)?U="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":U="Open the Coinbase app on your phone to continue."));let q=(tr=u==null?void 0:u.walletConnectors)==null?void 0:tr.find($=>$.walletClientType==="coinbase_wallet"),Ee=ee==="coinbase_wallet"&&(Tn(P)||n===Je.ERROR_USER_EXISTS);return Sr(es,{children:[me(C,{backFn:g===p?void 0:s}),Sr(zd,{children:[me(Hn,{walletLogo:re,success:e,fail:!!n}),Sr(qd,{children:[me("h3",{children:B}),me("p",{children:U})]}),me(wr,{children:Ee?me(ne,{onClick:()=>q&&(q==null?void 0:q.disconnect()),invisible:e,disabled:e,children:"Use a different wallet"}):n==Je.ERROR_USER_EXISTS?me(ne,{onClick:s,children:"Use a different wallet"}):L&&!e&&S?me(ne,{onClick:()=>{r(!0),G()},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&(n==null?void 0:n.retryable)&&f<Ar?me(ne,{onClick:()=>{I(f+1),i(void 0),m==null||m.connectRetry()},invisible:e||!(n!=null&&n.retryable)||f>=Ar,disabled:!e&&(!(n!=null&&n.retryable)||f>=Ar),children:"Retry"}):null})]})]})},zd=Fn.div`
|
|
603
603
|
display: flex;
|
|
604
604
|
flex-direction: column;
|
|
605
605
|
align-items: center;
|
|
@@ -637,7 +637,7 @@ Resources:
|
|
|
637
637
|
left: -19px;
|
|
638
638
|
top: -19px;
|
|
639
639
|
}
|
|
640
|
-
`,Hn=e=>{let t=e.walletLogo;return me(es,{children:me($d,{children:Sr("div",{children:[me(yr,{success:e.success,fail:e.fail}),typeof t=="string"?me("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):me(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as Yd,jsx as gt,jsxs as Vn}from"react/jsx-runtime";var kr=2,ns=()=>{var I,P,
|
|
640
|
+
`,Hn=e=>{let t=e.walletLogo;return me(es,{children:me($d,{children:Sr("div",{children:[me(yr,{success:e.success,fail:e.fail}),typeof t=="string"?me("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):me(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as Yd,jsx as gt,jsxs as Vn}from"react/jsx-runtime";var kr=2,ns=()=>{var I,P,_,N,S,L;let{navigateBack:e,lastScreen:t,currentScreen:o}=v(),{walletConnectionStatus:r,closePrivyModal:n}=k(),[i,a]=os(void 0),[l,s]=os(0),p=(r==null?void 0:r.status)==="connected";ts(()=>{if(p){let W=setTimeout(n,De);return()=>clearTimeout(W)}},[p]);let g=W=>{a(Gn(W))};ts(()=>{r!=null&&r.connectError&&g(r==null?void 0:r.connectError)},[r]);let h=((I=r==null?void 0:r.connector)==null?void 0:I.connectorType)||"metamask",m=((P=r==null?void 0:r.connector)==null?void 0:P.walletClientType)||"metamask",w=((_=r==null?void 0:r.connector)==null?void 0:_.walletBranding.name)||((N=No[m])==null?void 0:N.name)||"Metamask",y=((S=r==null?void 0:r.connector)==null?void 0:S.walletBranding.icon)||((L=No[m])==null?void 0:L.component)||(W=>gt(ae,{...W})),u=p?`Successfully connected with ${w}`:i?i.message:`Waiting for ${w}`,f="Don\u2019t see your wallet modal? Check your other browser windows.";return p?f="You\u2019re good to go!":l>=kr&&i?f="Unable to connect wallet":i?f=i.detail:m==="metamask"?f="For the best experience, connect only one wallet at a time.":h==="wallet_connect"?f="Open your mobile wallet app to continue":h==="coinbase_wallet"&&(f="Open the Coinbase app on your phone to continue."),Vn(Yd,{children:[gt(C,{backFn:o===t?void 0:e}),Vn(jd,{children:[gt(Hn,{walletLogo:y,success:p,fail:!!i}),Vn(Kd,{children:[gt("h3",{children:u}),gt("p",{children:f})]}),gt(wr,{children:i==Je.ERROR_USER_EXISTS?gt(ne,{onClick:e,children:"Use a different wallet"}):!p&&(i==null?void 0:i.retryable)&&l<kr?gt(ne,{onClick:()=>{s(l+1),a(void 0),r==null||r.connectRetry()},invisible:p||!(i!=null&&i.retryable)||l>=kr,disabled:!p&&(!(i!=null&&i.retryable)||l>=kr),children:"Retry"}):null})]})]})},jd=rs.div`
|
|
641
641
|
display: flex;
|
|
642
642
|
flex-direction: column;
|
|
643
643
|
align-items: center;
|
|
@@ -880,7 +880,7 @@ Resources:
|
|
|
880
880
|
&& > h4 {
|
|
881
881
|
color: var(--privy-color-error);
|
|
882
882
|
}
|
|
883
|
-
`;import{useEffect as zp,useState as Qn}from"react";import Jn,{css as qp}from"styled-components";import{useEffect as Wp,useState as Mo}from"react";import Zn from"styled-components";import{jsx as Es}from"react/jsx-runtime";var Ts=({style:e,...t})=>Es("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:Es("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99"})});import{Fragment as Vp,jsx as to,jsxs as Yn}from"react/jsx-runtime";var oo=6,Ip=new Array(oo).fill("");function Np(e){return e.replace(/\s+/g,"")}function Kn(e){return/^[a-zA-Z0-9]{1}$/.test(e)}function Lp(e){return/^[a-zA-Z]{1}$/.test(e)}function Mp(e){return/^[a-z]{1}$/.test(e)}function Ps(e){return e.length===oo&&e.every(Kn)}function Op(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}function Dp(){return crypto.getRandomValues(new Uint8Array(1))[0]}function Up(){let e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",t=[];for(;t.length<oo;){let o=Dp();o>247||t.push(e.charAt(o%62))}return t.join("")}var Lr=({onChange:e,disabled:t,readOnly:o,disableGeneration:r,errorReasonOverride:n})=>{let[i,a]=Mo(Ip),[l,s]=Mo(null),[p,g]=Mo(null),h=y=>{var ee;let u=Np(y.currentTarget.value);if(u==="")return;let f=Op(i,Kn),I=u.split(""),P=!I.every(Kn),
|
|
883
|
+
`;import{useEffect as zp,useState as Qn}from"react";import Jn,{css as qp}from"styled-components";import{useEffect as Wp,useState as Mo}from"react";import Zn from"styled-components";import{jsx as Es}from"react/jsx-runtime";var Ts=({style:e,...t})=>Es("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:Es("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99"})});import{Fragment as Vp,jsx as to,jsxs as Yn}from"react/jsx-runtime";var oo=6,Ip=new Array(oo).fill("");function Np(e){return e.replace(/\s+/g,"")}function Kn(e){return/^[a-zA-Z0-9]{1}$/.test(e)}function Lp(e){return/^[a-zA-Z]{1}$/.test(e)}function Mp(e){return/^[a-z]{1}$/.test(e)}function Ps(e){return e.length===oo&&e.every(Kn)}function Op(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}function Dp(){return crypto.getRandomValues(new Uint8Array(1))[0]}function Up(){let e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",t=[];for(;t.length<oo;){let o=Dp();o>247||t.push(e.charAt(o%62))}return t.join("")}var Lr=({onChange:e,disabled:t,readOnly:o,disableGeneration:r,errorReasonOverride:n})=>{let[i,a]=Mo(Ip),[l,s]=Mo(null),[p,g]=Mo(null),h=y=>{var ee;let u=Np(y.currentTarget.value);if(u==="")return;let f=Op(i,Kn),I=u.split(""),P=!I.every(Kn),_=I.length+f>oo;if(P){s("Passcode can only be letters and numbers"),g(1);return}if(_){s("Passcode must be exactly 6 letters and numbers"),g(1);return}s(null),g(null);let N=Number((ee=y.currentTarget.name)==null?void 0:ee.charAt(4)),S=[...u||[""]].slice(0,oo-N),L=[...i.slice(0,N),...S,...i.slice(N+S.length)];a(L);let W=S.length,pe=Math.min(Math.max(N+W,0),oo-1),G=document.querySelector(`input[name=pin-${pe}]`),ie=S[S.length-1]||"";if(Lp(ie)&&(Mp(ie)?G.autocapitalize="none":G.autocapitalize="on"),G==null||G.focus(),Ps(L)){let F=document.querySelector(`input[name=pin-${pe}]`);F==null||F.blur(),e(L.join(""))}else e(null);y.preventDefault()},m=y=>{p===1&&(s(null),g(null));let u=[...i.slice(0,y),"",...i.slice(y+1)];if(a(u),y>0){let f=document.querySelector(`input[name=pin-${y-1}]`);f==null||f.focus()}Ps(u)?e(u.join("")):e(null)},w=o||r;return Yn(Vp,{children:[Yn(Bp,{children:[to(Fp,{fail:!!n||!!l,children:n||l||"Passcode can be letters and numbers"}),to("div",{children:i.map((y,u)=>to("input",{name:`pin-${u}`,type:"text",value:i[u],onChange:h,onKeyUp:f=>{f.key==="Backspace"&&m(u)},inputMode:"text",autoFocus:u===0,pattern:"[a-zA-Z0-9]",className:l?"fail":"",autoComplete:"off",disabled:t||o,autoCapitalize:"none"},u))})]}),!w&&to(Gp,{disabled:t,onClick:()=>{let y=Up();a([...y]),e(y)}})]})},Bp=Zn.div`
|
|
884
884
|
display: flex;
|
|
885
885
|
flex-direction: column;
|
|
886
886
|
width: 100%;
|
|
@@ -993,7 +993,7 @@ Resources:
|
|
|
993
993
|
width: 14px;
|
|
994
994
|
height: 14px;
|
|
995
995
|
}
|
|
996
|
-
`;import{Fragment as Yp,jsx as Rt,jsxs as Mr}from"react/jsx-runtime";var _s=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,closePrivyModal:n,createAnalyticsEvent:i}=k(),{navigate:a,data:l}=v(),[s,p]=Qn(null),[g,h]=Qn(""),[m,w]=Qn(!1),{onCompleteNavigateTo:y,onSuccess:u,onFailure:f}=l.recoverWallet,I=S=>{n({shouldCallAuthOnSuccess:!1}),f(typeof S=="string"?new Error(S):S)};zp(()=>{if(!e||!H(o))return I("User must be authenticated and have a Privy wallet before it can be recovered")},[e,o]);let P=S=>{p(S)},
|
|
996
|
+
`;import{Fragment as Yp,jsx as Rt,jsxs as Mr}from"react/jsx-runtime";var _s=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,closePrivyModal:n,createAnalyticsEvent:i}=k(),{navigate:a,data:l}=v(),[s,p]=Qn(null),[g,h]=Qn(""),[m,w]=Qn(!1),{onCompleteNavigateTo:y,onSuccess:u,onFailure:f}=l.recoverWallet,I=S=>{n({shouldCallAuthOnSuccess:!1}),f(typeof S=="string"?new Error(S):S)};zp(()=>{if(!e||!H(o))return I("User must be authenticated and have a Privy wallet before it can be recovered")},[e,o]);let P=S=>{p(S)},_=H(o);return Mr(Yp,{children:[Rt(C,{onClose:()=>I("User exited before their wallet could be recovered")}),Mr($p,{children:[Mr("div",{children:[Rt(oe,{title:"Load your account",description:"We haven't seen this device yet. To continue, please enter your passcode."}),Rt(Lr,{onChange:P,disabled:m,errorReasonOverride:g,disableGeneration:!0})]}),Mr(jp,{children:[Rt("h4",{children:"Why am I doing this?"}),Rt("p",{children:"When you created your account, you entered a passcode\u2014this helps secure your digital wallet and ensure only you can access it."})]}),Rt(Kp,{loading:m||!r,disabled:!s,onClick:async()=>{w(!0);let S=await t();if(S&&_&&s!==null)try{i("embedded_wallet_recovery_started",{walletAddress:_.address}),await(r==null?void 0:r.recover({address:_.address,accessToken:S,recoveryPin:s})),h(""),y?a(y):n({shouldCallAuthOnSuccess:!1}),u==null||u(_),i("embedded_wallet_recovery_completed",{walletAddress:_.address})}catch(L){ss(L)?h("Invalid recovery passcode, please try again."):h("An error has occurred, please try again.")}finally{w(!1)}else return I("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!_&&m,children:"Recover your account"})]}),Rt(O,{protectedByPrivy:!0})]})},$p=Jn.div`
|
|
997
997
|
display: flex;
|
|
998
998
|
height: 100%;
|
|
999
999
|
flex-direction: column;
|
|
@@ -1031,7 +1031,7 @@ Resources:
|
|
|
1031
1031
|
transition: none;
|
|
1032
1032
|
}
|
|
1033
1033
|
`}
|
|
1034
|
-
`;import{useEffect as Zp,useState as Xn}from"react";import ei,{css as Qp}from"styled-components";import{Fragment as tu,jsx as it,jsxs as Or}from"react/jsx-runtime";var As=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,refreshUser:n,closePrivyModal:i,createAnalyticsEvent:a}=k(),{navigate:l,data:s}=v(),[p,g]=Xn(null),[h,m]=Xn(""),[w,y]=Xn(!1),{onFailure:u,callAuthOnSuccessOnClose:f}=s.createWallet;Zp(()=>{e||(l("LANDING"),u(new Error("User must be authenticated before creating a Privy wallet")))},[e]);let I=()=>{u(new Error("User exited before creating a wallet")),i({shouldCallAuthOnSuccess:f})},P=L=>{g(L)},
|
|
1034
|
+
`;import{useEffect as Zp,useState as Xn}from"react";import ei,{css as Qp}from"styled-components";import{Fragment as tu,jsx as it,jsxs as Or}from"react/jsx-runtime";var As=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,refreshUser:n,closePrivyModal:i,createAnalyticsEvent:a}=k(),{navigate:l,data:s}=v(),[p,g]=Xn(null),[h,m]=Xn(""),[w,y]=Xn(!1),{onFailure:u,callAuthOnSuccessOnClose:f}=s.createWallet;Zp(()=>{e||(l("LANDING"),u(new Error("User must be authenticated before creating a Privy wallet")))},[e]);let I=()=>{u(new Error("User exited before creating a wallet")),i({shouldCallAuthOnSuccess:f})},P=L=>{g(L)},_=H(o),N=_?()=>{y(!0),setTimeout(()=>{y(!1),l("EMBEDDED_WALLET_CREATED_SCREEN")},350)}:async()=>{y(!0);let L=await t();if(L&&p!==null)try{a("embedded_wallet_creation_started");let W=await(r==null?void 0:r.create({accessToken:L,recoveryPin:p}));a("embedded_wallet_creation_completed",{walletAddress:W==null?void 0:W.address}),m(""),await n()}catch(W){m("An error has occurred, please try again."),console.error(W)}finally{y(!1)}},S=!!_;return Or(tu,{children:[it(C,{onClose:I}),Or(Jp,{children:[Or("div",{children:[it(oe,{title:S?"Secure your passcode":"Set your passcode",description:S?"Don\u2019t lose this passcode. You\u2019ll need it to access your full account on another device.":"You will need it when you sign in on a different device."}),it(Lr,{onChange:P,disabled:w,readOnly:S,errorReasonOverride:h}),S?it(Nr,{text:p||""}):null]}),Or(Xp,{children:[it("h4",{children:"Why am I doing this?"}),S?it("p",{children:"This passcode allows you to access your account on another device. If you lose it, there is no way to recover your full account."}):it("p",{children:"For your security, your account is tied to this device. Your passcode allows you to access it across devices."})]}),it(eu,{loading:w||!r,disabled:!p,onClick:N,warn:S,hideAnimations:!_&&w,children:S?"I have saved my passcode":"Set passcode"})]}),it(O,{protectedByPrivy:!0})]})},Jp=ei.div`
|
|
1035
1035
|
display: flex;
|
|
1036
1036
|
height: 100%;
|
|
1037
1037
|
flex-direction: column;
|
|
@@ -1474,7 +1474,7 @@ Resources:
|
|
|
1474
1474
|
}
|
|
1475
1475
|
`,Ku=ao(le)`
|
|
1476
1476
|
flex-direction: ${e=>e.reverse?"column-reverse":"column"};
|
|
1477
|
-
`;import{Fragment as Yu,jsx as so,jsxs as Zu}from"react/jsx-runtime";var ol=()=>{let{app:e}=v();return Zu(Yu,{children:[so(C,{},"header"),so(mt,{title:"Connect your email",description:`Add your email to your ${e==null?void 0:e.name} account`,icon:so(Hr,{})}),so(le,{children:so(zr,{stacked:!0})}),so(O,{protectedByPrivy:!0})]})};import{Fragment as Qu,jsx as lo,jsxs as Ju}from"react/jsx-runtime";var rl=()=>{let{app:e}=v();return Ju(Qu,{children:[lo(C,{},"header"),lo(mt,{title:"Connect your phone",description:`Add your number to your ${e==null?void 0:e.name} account`,icon:lo(qr,{})}),lo(le,{children:lo(jr,{stacked:!0})}),lo(O,{protectedByPrivy:!0})]})};import{Fragment as Xu,jsx as Uo,jsxs as nl}from"react/jsx-runtime";var il=()=>{let{linkingHint:e}=k(),{app:t}=v(),o=e?`Select the wallet with ${ct(e)} and follow the instructions to reconnect your wallet${t!=null&&t.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t==null?void 0:t.name} account`;return nl(Xu,{children:[Uo(C,{},"header"),Uo(He,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),nl(le,{children:[Uo(ht,{connectOnly:!1}),Uo(ft,{})]}),Uo(O,{protectedByPrivy:!0})]})};import{jsx as al,jsxs as em}from"react/jsx-runtime";var sl=({style:e,...t})=>em("svg",{width:"164",height:"164",viewBox:"0 0 164 164",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:[al("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),al("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M81.9999 100.788C93.3288 100.788 102.513 91.6043 102.513 80.2754C102.513 68.9465 93.3288 59.7626 81.9999 59.7626C70.671 59.7626 61.4871 68.9465 61.4871 80.2754C61.4871 91.6043 70.671 100.788 81.9999 100.788ZM88.3236 71.8304C88.9093 71.2446 89.8591 71.2446 90.4449 71.8304C91.0307 72.4161 91.0307 73.3659 90.4449 73.9517L84.121 80.2756L90.445 86.5996C91.0308 87.1854 91.0308 88.1351 90.445 88.7209C89.8592 89.3067 88.9095 89.3067 88.3237 88.7209L81.9997 82.3969L75.6756 88.7209C75.0899 89.3067 74.1401 89.3067 73.5543 88.7209C72.9685 88.1351 72.9685 87.1854 73.5543 86.5996L79.8783 80.2756L73.5544 73.9517C72.9686 73.3659 72.9686 72.4161 73.5544 71.8304C74.1402 71.2446 75.09 71.2446 75.6758 71.8304L81.9997 78.1543L88.3236 71.8304Z",fill:"#EC6351"})]});import{Fragment as tm,jsx as co,jsxs as ll}from"react/jsx-runtime";var cl=()=>{let{closePrivyModal:e}=k(),{navigate:t}=v();return ll(tm,{children:[co(C,{},"header"),co(sl,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),co(He,{title:"Could not connect with wallet",description:"Please check that Phantom multichain is enabled and try again.",style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",textAlign:"center"}}),ll(le,{children:[co(K,{onClick:()=>t("LANDING"),children:"Try again"}),co(Ta,{onClick:()=>e(),children:"Cancel"})]}),co(O,{protectedByPrivy:!0})]})};import{useEffect as dl,useState as pl}from"react";import fi from"styled-components";import{Fragment as am,jsx as Nt,jsxs as en}from"react/jsx-runtime";var ul={google:{name:"Google",component:Jr},discord:{name:"Discord",component:Yr},github:{name:"Github",component:Zr},twitter:{name:"Twitter",component:Xr},apple:{name:"Apple",component:Kr}},om=e=>e.charAt(0).toUpperCase()+e.slice(1),hi=()=>{let e=new URL(window.location.href);e.searchParams.delete("privy_oauth_code"),e.searchParams.delete("privy_oauth_provider"),e.searchParams.delete("privy_oauth_state"),window.history.pushState({},"",e)},ml=()=>{var S;let{ready:e,user:t,authenticated:o}=D(),{app:r,data:n,setModalData:i,navigate:a}=v(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:p,closePrivyModal:g}=k(),[h,m]=pl(!1),[w,y]=pl(void 0),u=((S=l())==null?void 0:S.provider)||"google",f=ul[u].name,I=ul[u].component,P=r!=null&&r.render.inDialog?De:0;dl(()=>{!e||p().then(()=>{hi(),m(!0)}).catch(L=>{let W={retryable:!1,message:"Authentication failed."};L.message.includes("Another user has already linked this")?W.detail="This account has already been linked to another user.":L.message==="Invalid code during oauth flow."?(W.retryable=!0,W.detail="Something went wrong. Try again."):L.message==="User denied confirmation during OAuth flow"&&(W.detail=`Retry and check ${om(u)} to finish connecting your account.`,W.retryable=!0),hi(),y(W)})},[e]),dl(()=>{var pe;if(!(o&&h&&t))return;if(((pe=n==null?void 0:n.login)==null?void 0:pe.promptCreatePrivyWalletFlow)&&!t.wallet){let G=setTimeout(()=>{i({createWallet:{onSuccess:()=>{},onFailure:ie=>console.error(ie),callAuthOnSuccessOnClose:!0}}),console.log("Navigating to wallet creation flow"),a("EMBEDDED_WALLET_SCREEN")},P);return()=>clearTimeout(G)}else{let G=setTimeout(g,P);return()=>clearTimeout(G)}},[o,h,t]);let
|
|
1477
|
+
`;import{Fragment as Yu,jsx as so,jsxs as Zu}from"react/jsx-runtime";var ol=()=>{let{app:e}=v();return Zu(Yu,{children:[so(C,{},"header"),so(mt,{title:"Connect your email",description:`Add your email to your ${e==null?void 0:e.name} account`,icon:so(Hr,{})}),so(le,{children:so(zr,{stacked:!0})}),so(O,{protectedByPrivy:!0})]})};import{Fragment as Qu,jsx as lo,jsxs as Ju}from"react/jsx-runtime";var rl=()=>{let{app:e}=v();return Ju(Qu,{children:[lo(C,{},"header"),lo(mt,{title:"Connect your phone",description:`Add your number to your ${e==null?void 0:e.name} account`,icon:lo(qr,{})}),lo(le,{children:lo(jr,{stacked:!0})}),lo(O,{protectedByPrivy:!0})]})};import{Fragment as Xu,jsx as Uo,jsxs as nl}from"react/jsx-runtime";var il=()=>{let{linkingHint:e}=k(),{app:t}=v(),o=e?`Select the wallet with ${ct(e)} and follow the instructions to reconnect your wallet${t!=null&&t.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t==null?void 0:t.name} account`;return nl(Xu,{children:[Uo(C,{},"header"),Uo(He,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),nl(le,{children:[Uo(ht,{connectOnly:!1}),Uo(ft,{})]}),Uo(O,{protectedByPrivy:!0})]})};import{jsx as al,jsxs as em}from"react/jsx-runtime";var sl=({style:e,...t})=>em("svg",{width:"164",height:"164",viewBox:"0 0 164 164",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:[al("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),al("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M81.9999 100.788C93.3288 100.788 102.513 91.6043 102.513 80.2754C102.513 68.9465 93.3288 59.7626 81.9999 59.7626C70.671 59.7626 61.4871 68.9465 61.4871 80.2754C61.4871 91.6043 70.671 100.788 81.9999 100.788ZM88.3236 71.8304C88.9093 71.2446 89.8591 71.2446 90.4449 71.8304C91.0307 72.4161 91.0307 73.3659 90.4449 73.9517L84.121 80.2756L90.445 86.5996C91.0308 87.1854 91.0308 88.1351 90.445 88.7209C89.8592 89.3067 88.9095 89.3067 88.3237 88.7209L81.9997 82.3969L75.6756 88.7209C75.0899 89.3067 74.1401 89.3067 73.5543 88.7209C72.9685 88.1351 72.9685 87.1854 73.5543 86.5996L79.8783 80.2756L73.5544 73.9517C72.9686 73.3659 72.9686 72.4161 73.5544 71.8304C74.1402 71.2446 75.09 71.2446 75.6758 71.8304L81.9997 78.1543L88.3236 71.8304Z",fill:"#EC6351"})]});import{Fragment as tm,jsx as co,jsxs as ll}from"react/jsx-runtime";var cl=()=>{let{closePrivyModal:e}=k(),{navigate:t}=v();return ll(tm,{children:[co(C,{},"header"),co(sl,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),co(He,{title:"Could not connect with wallet",description:"Please check that Phantom multichain is enabled and try again.",style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",textAlign:"center"}}),ll(le,{children:[co(K,{onClick:()=>t("LANDING"),children:"Try again"}),co(Ta,{onClick:()=>e(),children:"Cancel"})]}),co(O,{protectedByPrivy:!0})]})};import{useEffect as dl,useState as pl}from"react";import fi from"styled-components";import{Fragment as am,jsx as Nt,jsxs as en}from"react/jsx-runtime";var ul={google:{name:"Google",component:Jr},discord:{name:"Discord",component:Yr},github:{name:"Github",component:Zr},twitter:{name:"Twitter",component:Xr},apple:{name:"Apple",component:Kr}},om=e=>e.charAt(0).toUpperCase()+e.slice(1),hi=()=>{let e=new URL(window.location.href);e.searchParams.delete("privy_oauth_code"),e.searchParams.delete("privy_oauth_provider"),e.searchParams.delete("privy_oauth_state"),window.history.pushState({},"",e)},ml=()=>{var S;let{ready:e,user:t,authenticated:o}=D(),{app:r,data:n,setModalData:i,navigate:a}=v(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:p,closePrivyModal:g}=k(),[h,m]=pl(!1),[w,y]=pl(void 0),u=((S=l())==null?void 0:S.provider)||"google",f=ul[u].name,I=ul[u].component,P=r!=null&&r.render.inDialog?De:0;dl(()=>{!e||p().then(()=>{hi(),m(!0)}).catch(L=>{let W={retryable:!1,message:"Authentication failed."};L.message.includes("Another user has already linked this")?W.detail="This account has already been linked to another user.":L.message==="Invalid code during oauth flow."?(W.retryable=!0,W.detail="Something went wrong. Try again."):L.message==="User denied confirmation during OAuth flow"&&(W.detail=`Retry and check ${om(u)} to finish connecting your account.`,W.retryable=!0),hi(),y(W)})},[e]),dl(()=>{var pe;if(!(o&&h&&t))return;if(((pe=n==null?void 0:n.login)==null?void 0:pe.promptCreatePrivyWalletFlow)&&!t.wallet){let G=setTimeout(()=>{i({createWallet:{onSuccess:()=>{},onFailure:ie=>console.error(ie),callAuthOnSuccessOnClose:!0}}),console.log("Navigating to wallet creation flow"),a("EMBEDDED_WALLET_SCREEN")},P);return()=>clearTimeout(G)}else{let G=setTimeout(g,P);return()=>clearTimeout(G)}},[o,h,t]);let _=h?`Successfully connected with ${f}`:w?w.message:`Verifying connection to ${f}`,N="";return h?N="You\u2019re good to go!":w?N=w.detail:N="Just a few moments more",en(am,{children:[Nt(C,{}),en(rm,{children:[Nt(im,{children:en("div",{children:[Nt(yr,{success:h,fail:!!w}),Nt(I,{style:{width:"38px",height:"38px"}})]})}),en(nm,{children:[Nt("h3",{children:_}),Nt("p",{children:N})]}),Nt(ne,{onClick:()=>{hi(),s(u),y(void 0)},invisible:h||!(w!=null&&w.retryable),disabled:!h&&!(w!=null&&w.retryable),children:"Retry"})]})]})},rm=fi.div`
|
|
1478
1478
|
display: flex;
|
|
1479
1479
|
flex-direction: column;
|
|
1480
1480
|
align-items: center;
|
|
@@ -1736,7 +1736,7 @@ Resources:
|
|
|
1736
1736
|
flex-grow: 1;
|
|
1737
1737
|
`,r1=Ql(K)`
|
|
1738
1738
|
transition: color 350ms ease, background-color 350ms ease;
|
|
1739
|
-
`;import{Fragment as an,jsx as ce,jsxs as Ko}from"react/jsx-runtime";var i1=e=>{var t;switch(e.txnFamily){case"SEND_ETH":return ce(an,{children:ce(Yl,{description:((t=e.uiOptions.transactionInfo)==null?void 0:t.description)||"",txn:e.txn})});case"CONTRACT_CALL":return ce(an,{children:e.uiOptions.senderInfo&&ce(Dl,{partyInfo:e.uiOptions.senderInfo})});default:return ce("div",{children:"Unsupported transaction."})}},tc=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,closePrivyModal:n}=k(),{navigate:i,data:a}=v(),{transactionRequest:l,onSuccess:s,onFailure:p,uiOptions:g}=a.sendTransaction,[h,m]=jo(null),[w,y]=jo(""),[u,f]=jo(!0),[I,P]=jo(!1),[
|
|
1739
|
+
`;import{Fragment as an,jsx as ce,jsxs as Ko}from"react/jsx-runtime";var i1=e=>{var t;switch(e.txnFamily){case"SEND_ETH":return ce(an,{children:ce(Yl,{description:((t=e.uiOptions.transactionInfo)==null?void 0:t.description)||"",txn:e.txn})});case"CONTRACT_CALL":return ce(an,{children:e.uiOptions.senderInfo&&ce(Dl,{partyInfo:e.uiOptions.senderInfo})});default:return ce("div",{children:"Unsupported transaction."})}},tc=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,closePrivyModal:n}=k(),{navigate:i,data:a}=v(),{transactionRequest:l,onSuccess:s,onFailure:p,uiOptions:g}=a.sendTransaction,[h,m]=jo(null),[w,y]=jo(""),[u,f]=jo(!0),[I,P]=jo(!1),[_,N]=jo(l),{tokenPrice:S,estimatedGas:L}=rn(_);Xl(()=>{e||(i("LANDING"),p(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let W=H(o);Xl(()=>{async function ee(){let F=await t();return!F||!r||!W?_:Ul(F,W.address,r,_)}ee().then(F=>{f(!1),N(F)},F=>{f(!0),ls(F)?y(F.message):(y("There was an error preparing transaction"),console.error(F))})},[r]);let pe=Zl(_),G={modalTitle:g.modalTitle||"Review transaction",title:g.title||pe==="SEND_ETH"?"Send ETH":"Submit transaction",description:g.description||"Confirm the details of the transaction",buttonText:g.buttonText||"Submit"},ie=()=>{I||(h?s(h):p(new Error(w||"User exited the modal before submitting the transaction")),n({shouldCallAuthOnSuccess:!1}))};return S===void 0||L===null?Ko(an,{children:[ce(C,{title:G.modalTitle,onClose:ie}),ce(ec,{children:ce(Wr,{})})]}):h!==null?ce(Jl,{txn:_,onClose:ie,receipt:h,transactionInfo:g.transactionInfo,tokenPrice:S}):Ko(an,{children:[ce(C,{title:G.modalTitle,onClose:ie}),Ko(ec,{children:[Ko(c1,{children:[ce(i1,{txn:_,txnFamily:pe,uiOptions:g}),W?ce(on,{from:W.address,to:_.to,txn:_,transactionInfo:g.transactionInfo,gas:xe(L).toHexString(),tokenPrice:S}):null]}),Ko(d1,{children:[ce(a1,{children:w}),W?ce(jl,{txnValue:_.value,wallet:W,chainId:Number(_.chainId)}):null,ce(s1,{children:ce(l1,{disabled:u||I,loading:!r||I,loadingText:I?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{P(!0);let ee=await t();if(ee&&!I&&W)try{let F=await Bl(ee,W.address,r,_);m(F),y("")}catch(F){y(F.reason||"An error has occurred, please try again.")}finally{P(!1)}},children:G.buttonText})})]})]})]})},ec=mo.div`
|
|
1740
1740
|
display: flex;
|
|
1741
1741
|
height: 100%;
|
|
1742
1742
|
flex-direction: column;
|
|
@@ -1767,7 +1767,7 @@ Resources:
|
|
|
1767
1767
|
display: flex;
|
|
1768
1768
|
flex-direction: column;
|
|
1769
1769
|
gap: 8px;
|
|
1770
|
-
`;import{useEffect as p1,useState as oc}from"react";import Yo,{css as u1}from"styled-components";import{Fragment as v1,jsx as vt,jsxs as sn}from"react/jsx-runtime";var rc=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,closePrivyModal:n,createAnalyticsEvent:i}=k(),{navigate:a,data:l}=v(),[s,p]=oc(!1),[g,h]=oc("");p1(()=>{e||(a("LANDING"),y(new Error("User must be authenticated before signing with a Privy wallet")))},[e]);let{message:m,onSuccess:w,onFailure:y,uiOptions:u}=l.signMessage,f=H(o),I=!r,P={title:u.title||"Sign message",description:u.description||"Signing this message will not cost you any fees.",buttonText:u.buttonText||"Sign and continue"};return sn(v1,{children:[vt(C,{onClose:()=>n({shouldCallAuthOnSuccess:!1})}),sn(m1,{children:[sn("div",{children:[vt(oe,{title:P.title,description:P.description}),vt(h1,{children:m}),vt(f1,{fail:!0,children:g})]}),vt(y1,{success:s,loading:I,disabled:s,onClick:async()=>{let
|
|
1770
|
+
`;import{useEffect as p1,useState as oc}from"react";import Yo,{css as u1}from"styled-components";import{Fragment as v1,jsx as vt,jsxs as sn}from"react/jsx-runtime";var rc=()=>{let{authenticated:e,getAccessToken:t,user:o}=D(),{walletProxy:r,closePrivyModal:n,createAnalyticsEvent:i}=k(),{navigate:a,data:l}=v(),[s,p]=oc(!1),[g,h]=oc("");p1(()=>{e||(a("LANDING"),y(new Error("User must be authenticated before signing with a Privy wallet")))},[e]);let{message:m,onSuccess:w,onFailure:y,uiOptions:u}=l.signMessage,f=H(o),I=!r,P={title:u.title||"Sign message",description:u.description||"Signing this message will not cost you any fees.",buttonText:u.buttonText||"Sign and continue"};return sn(v1,{children:[vt(C,{onClose:()=>n({shouldCallAuthOnSuccess:!1})}),sn(m1,{children:[sn("div",{children:[vt(oe,{title:P.title,description:P.description}),vt(h1,{children:m}),vt(f1,{fail:!0,children:g})]}),vt(y1,{success:s,loading:I,disabled:s,onClick:async()=>{let _=await t();if(_&&!I&&f)try{i("embedded_wallet_sign_message_started",{walletAddress:f.address});let{response:N}=await r.rpc({accessToken:_,address:f==null?void 0:f.address,request:{method:"eth_sign",params:[f.address,m]}}),S=N.data;h(""),w(S),i("embedded_wallet_sign_message_completed",{walletAddress:f.address}),p(!0),setTimeout(()=>{n({shouldCallAuthOnSuccess:!1})},De)}catch(N){h("An error has occurred, please try again."),y(N)}},children:s?sn(g1,{children:[vt(Jt,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",vt("span",{children:"Success"})]}):P.buttonText})]}),vt(O,{protectedByPrivy:!0})]})},m1=Yo.div`
|
|
1771
1771
|
display: flex;
|
|
1772
1772
|
height: 100%;
|
|
1773
1773
|
flex-direction: column;
|
|
@@ -2186,4 +2186,4 @@ Resources:
|
|
|
2186
2186
|
align-items: center;
|
|
2187
2187
|
justify-content: center;
|
|
2188
2188
|
height: 100%;
|
|
2189
|
-
`;import ho from"tinycolor2";var dc="#FFFFFF",W1="#000000",I1=dc,N1="#1E1E1D";function L1(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 Ut(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return ho({...e.toHsl(),l:o})}function pc({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",errorHex:r="#EC6351",whiteHex:n=dc,blackHex:i=W1}){let a;switch(e){case"light":a=I1;break;case"dark":a=N1;break;default:a=e;break}let l=ho(a),s=ho(t),p=ho(o),g=ho(r),h=L1(l.getLuminance()),m=Ut(l,h==="light"?-.04:.11),w=Ut(l,h==="light"?-.88:.87),y=Ut(l,h==="light"?-.77:.75),u=Ut(l,h==="light"?-.43:.45).desaturate(h==="light"?60:20),f=Ut(l,h==="light"?-.13:.25).desaturate(h==="light"?60:20),I=Ut(s,.15),P=Ut(s,-.06),A=ho(s.getLuminance()>.5?i:n);return{colorScheme:h,background:l.toHslString(),background2:m.toHslString(),foreground:w.toHslString(),foreground2:y.toHslString(),foreground3:u.toHslString(),foreground4:f.toHslString(),accent:s.toHslString(),accentLight:I.toHslString(),accentDark:P.toHslString(),foregroundAccent:A.toHslString(),success:p.toHslString(),error:g.toHslString()}}var uc={appearance:{theme:"light",accentColor:"#676FFF"}};function Ti(e,t){var h,m,w,y,u,f,I,P;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(A=>A))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(A=>A))throw new Error("You must enable at least one login method");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:((h=t==null?void 0:t.appearance)==null?void 0:h.logo)??e.logoUrl,palette:pc({backgroundTheme:((m=t==null?void 0:t.appearance)==null?void 0:m.theme)??uc.appearance.theme,accentHex:((w=t==null?void 0:t.appearance)==null?void 0:w.accentColor)??e.accentColor??uc.appearance.accentColor}),showWalletLoginFirst:((y=t==null?void 0:t.appearance)==null?void 0:y.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:((f=t==null?void 0:t.legal)==null?void 0:f.privacyPolicyUrl)??e.privacyPolicyUrl},render:{inDialog:((I=t==null?void 0:t._render)==null?void 0:I.inDialog)??!0,inParentNodeId:((P=t==null?void 0:t._render)==null?void 0:P.inParentNodeId)??null}}}import{useRef as M1,useEffect as O1}from"react";var ln=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 F1}from"react/jsx-runtime";var D1=function(e){return()=>`id-${e++}`}(0);function U1(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Zo(e){return e.error!==void 0}var fo=new ln;function Qo(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((n,i)=>{let a=D1();fo.enqueue(a,{resolve:n,reject:i}),r.postMessage({id:a,event:e,data:t},"*")})}function B1(e){switch(e.event){case"privy:iframe:ready":let t=fo.dequeue(e.event,e.id);return Zo(e)?t.reject(new yt(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=fo.dequeue(e.event,e.id);return Zo(e)?o.reject(new yt(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=fo.dequeue(e.event,e.id);return Zo(e)?r.reject(new yt(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=fo.dequeue(e.event,e.id);return Zo(e)?n.reject(new yt(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=fo.dequeue(e.event,e.id);return Zo(e)?i.reject(new yt(e.error.type,e.error.message)):i.resolve(e.data)}}function mc(e){let t=M1(null);return O1(()=>{let o=t.current;if(!o)return;function r(l){l&&l.origin===e.origin&&U1(l.data)&&B1(l.data)}let n={create(l){return Qo("privy:wallet:create",l,o)},connect(l){return Qo("privy:wallet:connect",l,o)},recover(l){return Qo("privy:wallet:recover",l,o)},rpc(l){return Qo("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(()=>Qo("privy:iframe:ready",{},o)).then(i,a),()=>window.removeEventListener("message",r)},[t.current]),F1("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:nr(e.origin,`/apps/${e.appId}/embedded-wallets`)})}import{createContext as G1,useContext as H1}from"react";var Pi=G1({wallets:[]});function V1(){return H1(Pi)}import{jsx as yo,jsxs as fc}from"react/jsx-runtime";function $1(e){return typeof e=="string"&&e.length===25}var Jo;function To(){if(!Jo){let e=V.get(Gt);return Promise.resolve(e||null)}return Jo.getAccessToken()}var gc,na=(e,t)=>gc(e,t),yc,ia=(e,t)=>yc(e,t),j1=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;V.put(xo,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},K1=e=>{if(!$1(e.appId))throw new b("Cannot initialize the Privy provider with an invalid Privy app ID");return Jo||(Jo=new Ao({appId:e.appId,apiUrl:e.apiUrl||or})),yo(Y1,{...e,client:Jo})},Y1=e=>{let t=e.client,[o,r]=de(!1),[n,i]=de(!1),[a,l]=de(!1),[s,p]=de(null),[g,h]=de([]),m=q1(g),[w,y]=de(!1),[u,f]=de(null),[I,P]=de(!1),[A,N]=de({status:"disconnected",connectError:null,connector:null,connectRetry:E}),[S,L]=de(null),[W,pe]=de(null),[G,ie]=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}),[ee,F]=de(Ti(G,e.config)),[re,B]=de(!0),[U,q]=de({}),[Ee,wt]=de(null),te=c=>{c&&f(c),r(!0),t.createAnalyticsEvent("modal_open",{initialScreen:c})},Me=c=>{let d=e.createPrivyWalletOnLogin===!0;q({login:{promptCreatePrivyWalletFlow:d}}),d&&B(!0),te(c)};go(()=>{if(!W||!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(W,d)}},[W,s]),go(()=>{async function c(){let d=await t.getServerConfig();ie(d),d.customApiUrl&&t.updateApiUrl(d.customApiUrl),t.connectors.initialize();let _=ue();j1();let x=await t.getAuthenticatedUser();l(!!x),p(x),i(!0),Ee==null||Ee(),_&&x&&P(!0),Xo()}c()},[t,Ee,n]),go(()=>{let c=Ti(G,e.config);F(c)},[e.config,G]);let ue=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_oauth_code"),_=c.get("privy_oauth_state"),x=c.get("privy_oauth_provider");return d&&_&&x?(t.startAuthFlow(new st(x,d,_)),Me("AWAITING_OAUTH_SCREEN"),!0):!1},ke=async(c,d)=>{let _=t.connectors.createWalletConnector(c,d);return _?(N(x=>({...x,connector:_,status:"connecting",connectError:null,connectRetry:()=>{ke(c,d)}})),await _.connect({showPrompt:!0}).then(x=>(N(Re=>({...Re,status:"connected",connectError:null})),x)).catch(x=>(x instanceof We?console.error(x.cause?x.cause:x.message):console.error(x),N(Re=>({...Re,status:"disconnected",connectError:x})),null))):(N(x=>({...x,status:"disconnected",connectError:new j("Unable to connect to wallet.")})),null)},Xo=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_connector"),_=c.get("privy_wallet_client");if(!d||!_)return;if(_==="phantom"&&!Ue()&&Me("LOGIN_FAILED_SCREEN"),!t.connectors)throw new b("Connector not initialized");te("AWAITING_CONNECTION");let x=new URL(window.location.href);x.searchParams.delete("privy_connector"),x.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",x),ke(d,_).then(Re=>{if(Re!==null){let Co=new Ye(Re);t.startAuthFlow(Co)}})};go(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(p)},[n,a,s,t]);let vo=()=>{P(!0),te("LINK_WALLET_SCREEN")},er=c=>{if(!a||!s)return!1;for(let d of s.linkedAccounts)if(d.type==="wallet"&&d.address===c.address)return!0;return!1},wo=async c=>{if(await c.isConnected()){if(!t.connectors)throw new b("Connector not initialized");P(!!a),N(d=>({...d,connector:t.connectors.findWalletConnector(c.connectorType,c.walletClientType)||null,status:"connected",connectError:null})),t.startAuthFlow(new Ye(c)),Me("AWAITING_CONNECTION")}else throw new b("Wallet is not connected")},bo=()=>{h(t.connectors.wallets.map(c=>({...c,linked:er(c),link:async()=>{if(!a)throw new b("User is not authenticated. Use wallet.login()");if(!await c.isConnected())throw new b("Wallet is not connected");wo(c)},unlink:async()=>{if(!a)throw new b("User is not authenticated.");let d=await t.unlinkWallet(c.address);p(d)},login:async()=>{if(a)throw new b("User is already authenticated. Use wallet.link()");if(!await c.isConnected())throw new b("Wallet is not connected");wo(c)}})))};go(()=>{bo()},[s==null?void 0:s.linkedAccounts]),t.connectors.on("walletsUpdated",bo);let tr=()=>{te(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};go(()=>{if(!g[0])return;let c=g[0],d=m.current.find(x=>x.address===c.address),_=s==null?void 0:s.linkedAccounts.find(x=>x.type==="wallet"&&x.address===c.address);if(!d&&_){let x=Object.assign({},s);x.wallet=_&&{address:_.address,chainType:_.chainType,chainId:_.chainId,walletClient:_.walletClient},p(x)}m.current=g},[g]);let $={ready:n,authenticated:a,user:s,walletConnectors:t.connectors,connectWallet:tr,linkWallet:vo,linkEmail:()=>{P(!0),te("LINK_EMAIL_SCREEN")},linkPhone:()=>{P(!0),te("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await Bt.initLoginWithOAuth("google")},linkTwitter:async()=>{await Bt.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await Bt.initLoginWithOAuth("discord")},linkGithub:async()=>{await Bt.initLoginWithOAuth("github")},linkApple:async()=>{await Bt.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(c=>{wt(()=>c)}),wt(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}Me()},logout:async()=>{await t.logout(),p(null),l(!1),f(null),P(!1),r(!1)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new z;let c=g.find(d=>s.wallet&&d.address===s.wallet.address);return c?c.getEthereumProvider():new z},getEthersProvider:()=>{if(!s||!s.wallet)return new hc(new Xe(new z));let c=g.find(d=>s.wallet&&d.address===s.wallet.address);return c?c.getEthersProvider():new hc(new Xe(new z))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new Pt(new z);let c=g.find(d=>s.wallet&&d.address===s.wallet.address);return c?c==null?void 0:c.getWeb3jsProvider():new Pt(new z)},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=g.find(x=>cn(x.address)===cn(c)),_=s==null?void 0:s.linkedAccounts.find(x=>x.type==="wallet"&&cn(x.address)===cn(c));if(!d||!await d.isConnected()||!_)L(c),vo();else if(!d.linked)d.link();else{let x=Object.assign({},s);x.wallet=_&&{address:_.address,chainType:_.chainType,chainId:_.chainId,walletClient:_.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(H(s)){d(new Error("Only one Privy wallet per user is currently allowed"));return}B(!0),q({createWallet:{onSuccess:c,onFailure:d,callAuthOnSuccessOnClose:!1}}),te("EMBEDDED_WALLET_SCREEN")}),signMessage:(c,d)=>new Promise((_,x)=>{if(!a||!s){x(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!H(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}B(!0);let Co={message:c,onSuccess:_,onFailure:x,uiOptions:d||{}},dn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:x};q({signMessage:Co,connectWallet:dn}),te("EMBEDDED_WALLET_CONNECTING_SCREEN")}),sendTransaction:(c,d)=>new Promise(async(_,x)=>{if(!a||!s){x(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!H(s)){x(new Error("Must have a Privy wallet before signing"));return}B(!0);let Co={transactionRequest:c,onSuccess:_,onFailure:x,uiOptions:d||{}},dn={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:x};q({connectWallet:dn,sendTransaction:Co}),te("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(!H(s)){d(new Error("Must have a Privy wallet before exporting"));return}B(!0);let x={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},Re={appId:e.appId,origin:t.apiUrl,onSuccess:c,onFailure:d};q({keyExport:Re,connectWallet:x}),te("EMBEDDED_WALLET_CONNECTING_SCREEN")})};gc=$.signMessage,yc=$.sendTransaction;let Bt=(()=>({isLinking:I,linkingHint:S,walletConnectionStatus:A,getAuthFlow:()=>t.authFlow,getAuthMeta:()=>{var c;return(c=t.authFlow)==null?void 0:c.meta},closePrivyModal:(c={shouldCallAuthOnSuccess:!0})=>{var _;let d=n&&a&&s;c.shouldCallAuthOnSuccess&&d&&((_=e.onSuccess)==null||_.call(e,s,w)),t.authFlow=void 0,L(null),f(null),P(!1),y(!1),r(!1),t.createAnalyticsEvent("modal_closed")},connectWallet:ke,initLoginWithWallet:(c,d)=>{if(!t.connectors)throw new b("Connector not initialized");(!c||!d)&&(c="injected",d="metamask"),P(!!a),ke(c,d).then(_=>{if(_===null)throw new b("Error connecting to wallet.");t.startAuthFlow(new Ye(_))})},loginWithWallet:async()=>{if(!(t.authFlow instanceof Ye))throw new b("Must initialize SIWE flow first.");let c,d;I?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),p(c||s||null),y(d||!1),l(!0)},initLoginWithOAuth:async c=>{t.startAuthFlow(new st(c));let d=await t.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async()=>{if(!(t.authFlow instanceof st))throw new b("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),y(d||!1),l(!0)},initLoginWithEmail:async c=>{let d=new bt(c);t.startAuthFlow(d),await d.sendCodeEmail()},initLoginWithSms:async c=>{let d=new Ct(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 bt)t.authFlow.meta.emailCode=c.trim();else if(t.authFlow instanceof Ct)t.authFlow.meta.smsCode=c.trim();else throw new b("Must initialize a passwordless code flow first");let d,_;I?d=await t.link():{user:d,isNewUser:_}=await t.authenticate(),p(d||s||null),y(_||!1),l(!0)},refreshUser:async()=>{let c=await t.getAuthenticatedUser();return p(c),c},walletProxy:W,createAnalyticsEvent:(c,d,_)=>t.createAnalyticsEvent(c,d,_),getUsdTokenPrice:c=>t.getUsdTokenPrice(c),recoverEmbeddedWallet:c=>new Promise((d,_)=>{if(!a||!s){_(new Error("User must be authenticated before recovering the Privy wallet"));return}if(!H(s)){_(new Error("Must have a Privy wallet in order to recover it"));return}B(!0),q({recoverWallet:{onCompleteNavigateTo:c,onFailure:_,onSuccess:d}}),te("EMBEDDED_WALLET_RECOVERY_SCREEN")})}))(),vc=z1(()=>({wallets:g}),[g]);return yo(Sn.Provider,{value:$,children:fc(Pi.Provider,{value:vc,children:[e.children,fc(An.Provider,{value:Bt,children:[yo(ic,{theme:{...ee.appearance.palette||{}}}),yo(pa,{appConfig:ee,data:U,setModalData:q,initialScreen:u,visible:o,authenticated:a,children:o&&yo(cc,{})}),re&&yo(mc,{appId:e.appId,origin:t.apiUrl,onLoad:pe,onLoadFailed:()=>null})]})]})})};export{Xe as AsExternalProvider,_o as ConnectorManager,Ao as PrivyClient,K1 as PrivyProvider,z as PrivyProxyProvider,pn as VERSION,ve as WalletConnector,To as getAccessToken,D as usePrivy,V1 as useWallets};
|
|
2189
|
+
`;import ho from"tinycolor2";var dc="#FFFFFF",W1="#000000",I1=dc,N1="#1E1E1D";function L1(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 Ut(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return ho({...e.toHsl(),l:o})}function pc({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",errorHex:r="#EC6351",whiteHex:n=dc,blackHex:i=W1}){let a;switch(e){case"light":a=I1;break;case"dark":a=N1;break;default:a=e;break}let l=ho(a),s=ho(t),p=ho(o),g=ho(r),h=L1(l.getLuminance()),m=Ut(l,h==="light"?-.04:.11),w=Ut(l,h==="light"?-.88:.87),y=Ut(l,h==="light"?-.77:.75),u=Ut(l,h==="light"?-.43:.45).desaturate(h==="light"?60:20),f=Ut(l,h==="light"?-.13:.25).desaturate(h==="light"?60:20),I=Ut(s,.15),P=Ut(s,-.06),_=ho(s.getLuminance()>.5?i:n);return{colorScheme:h,background:l.toHslString(),background2:m.toHslString(),foreground:w.toHslString(),foreground2:y.toHslString(),foreground3:u.toHslString(),foreground4:f.toHslString(),accent:s.toHslString(),accentLight:I.toHslString(),accentDark:P.toHslString(),foregroundAccent:_.toHslString(),success:p.toHslString(),error:g.toHslString()}}var uc={appearance:{theme:"light",accentColor:"#676FFF"}};function Ti(e,t){var h,m,w,y,u,f,I,P;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(_=>_))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(_=>_))throw new Error("You must enable at least one login method");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:((h=t==null?void 0:t.appearance)==null?void 0:h.logo)??e.logoUrl,palette:pc({backgroundTheme:((m=t==null?void 0:t.appearance)==null?void 0:m.theme)??uc.appearance.theme,accentHex:((w=t==null?void 0:t.appearance)==null?void 0:w.accentColor)??e.accentColor??uc.appearance.accentColor}),showWalletLoginFirst:((y=t==null?void 0:t.appearance)==null?void 0:y.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:((f=t==null?void 0:t.legal)==null?void 0:f.privacyPolicyUrl)??e.privacyPolicyUrl},render:{inDialog:((I=t==null?void 0:t._render)==null?void 0:I.inDialog)??!0,inParentNodeId:((P=t==null?void 0:t._render)==null?void 0:P.inParentNodeId)??null}}}import{useRef as M1,useEffect as O1}from"react";var ln=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 F1}from"react/jsx-runtime";var D1=function(e){return()=>`id-${e++}`}(0);function U1(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function Zo(e){return e.error!==void 0}var fo=new ln;function Qo(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((n,i)=>{let a=D1();fo.enqueue(a,{resolve:n,reject:i}),r.postMessage({id:a,event:e,data:t},"*")})}function B1(e){switch(e.event){case"privy:iframe:ready":let t=fo.dequeue(e.event,e.id);return Zo(e)?t.reject(new yt(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=fo.dequeue(e.event,e.id);return Zo(e)?o.reject(new yt(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=fo.dequeue(e.event,e.id);return Zo(e)?r.reject(new yt(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=fo.dequeue(e.event,e.id);return Zo(e)?n.reject(new yt(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=fo.dequeue(e.event,e.id);return Zo(e)?i.reject(new yt(e.error.type,e.error.message)):i.resolve(e.data)}}function mc(e){let t=M1(null);return O1(()=>{let o=t.current;if(!o)return;function r(l){l&&l.origin===e.origin&&U1(l.data)&&B1(l.data)}let n={create(l){return Qo("privy:wallet:create",l,o)},connect(l){return Qo("privy:wallet:connect",l,o)},recover(l){return Qo("privy:wallet:recover",l,o)},rpc(l){return Qo("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(()=>Qo("privy:iframe:ready",{},o)).then(i,a),()=>window.removeEventListener("message",r)},[t.current]),F1("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:nr(e.origin,`/apps/${e.appId}/embedded-wallets`)})}import{createContext as G1,useContext as H1}from"react";var Pi=G1({wallets:[]});function V1(){return H1(Pi)}import{jsx as yo,jsxs as fc}from"react/jsx-runtime";function $1(e){return typeof e=="string"&&e.length===25}var Jo;function To(){if(!Jo){let e=V.get(Gt);return Promise.resolve(e||null)}return Jo.getAccessToken()}var gc,na=(e,t)=>gc(e,t),yc,ia=(e,t)=>yc(e,t),j1=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;V.put(xo,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},K1=e=>{if(!$1(e.appId))throw new b("Cannot initialize the Privy provider with an invalid Privy app ID");return Jo||(Jo=new Ao({appId:e.appId,apiUrl:e.apiUrl||or})),yo(Y1,{...e,client:Jo})},Y1=e=>{let t=e.client,[o,r]=de(!1),[n,i]=de(!1),[a,l]=de(!1),[s,p]=de(null),[g,h]=de([]),m=q1(g),[w,y]=de(!1),[u,f]=de(null),[I,P]=de(!1),[_,N]=de({status:"disconnected",connectError:null,connector:null,connectRetry:E}),[S,L]=de(null),[W,pe]=de(null),[G,ie]=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}),[ee,F]=de(Ti(G,e.config)),[re,B]=de(!0),[U,q]=de({}),[Ee,wt]=de(null),te=c=>{c&&f(c),r(!0),t.createAnalyticsEvent("modal_open",{initialScreen:c})},Me=c=>{let d=e.createPrivyWalletOnLogin===!0;q({login:{promptCreatePrivyWalletFlow:d}}),d&&B(!0),te(c)};go(()=>{if(!W||!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(W,d)}},[W,s]),go(()=>{async function c(){let d=await t.getServerConfig();ie(d),d.customApiUrl&&t.updateApiUrl(d.customApiUrl),t.connectors.initialize();let A=ue();j1();let x=await t.getAuthenticatedUser();l(!!x),p(x),i(!0),Ee==null||Ee(),A&&x&&P(!0),Xo()}c()},[t,Ee,n]),go(()=>{let c=Ti(G,e.config);F(c)},[e.config,G]);let ue=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_oauth_code"),A=c.get("privy_oauth_state"),x=c.get("privy_oauth_provider");return d&&A&&x?(t.startAuthFlow(new st(x,d,A)),Me("AWAITING_OAUTH_SCREEN"),!0):!1},ke=async(c,d)=>{let A=t.connectors.createWalletConnector(c,d);return A?(N(x=>({...x,connector:A,status:"connecting",connectError:null,connectRetry:()=>{ke(c,d)}})),await A.connect({showPrompt:!0}).then(x=>(N(Re=>({...Re,status:"connected",connectError:null})),x)).catch(x=>(x instanceof We?console.error(x.cause?x.cause:x.message):console.error(x),N(Re=>({...Re,status:"disconnected",connectError:x})),null))):(N(x=>({...x,status:"disconnected",connectError:new j("Unable to connect to wallet.")})),null)},Xo=()=>{let c=new URLSearchParams(window.location.search),d=c.get("privy_connector"),A=c.get("privy_wallet_client");if(!d||!A)return;if(A==="phantom"&&!Ue()&&Me("LOGIN_FAILED_SCREEN"),!t.connectors)throw new b("Connector not initialized");te("AWAITING_CONNECTION");let x=new URL(window.location.href);x.searchParams.delete("privy_connector"),x.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",x),ke(d,A).then(Re=>{if(Re!==null){let Co=new Ye(Re);t.startAuthFlow(Co)}})};go(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(p)},[n,a,s,t]);let vo=()=>{P(!0),te("LINK_WALLET_SCREEN")},er=c=>{if(!a||!s)return!1;for(let d of s.linkedAccounts)if(d.type==="wallet"&&d.address===c.address)return!0;return!1},wo=async c=>{if(await c.isConnected()){if(!t.connectors)throw new b("Connector not initialized");P(!!a),N(d=>({...d,connector:t.connectors.findWalletConnector(c.connectorType,c.walletClientType)||null,status:"connected",connectError:null})),t.startAuthFlow(new Ye(c)),Me("AWAITING_CONNECTION")}else throw new b("Wallet is not connected")},bo=()=>{h(t.connectors.wallets.map(c=>({...c,linked:er(c),link:async()=>{if(!a)throw new b("User is not authenticated. Use wallet.login()");if(!await c.isConnected())throw new b("Wallet is not connected");wo(c)},unlink:async()=>{if(!a)throw new b("User is not authenticated.");let d=await t.unlinkWallet(c.address);p(d)},login:async()=>{if(a)throw new b("User is already authenticated. Use wallet.link()");if(!await c.isConnected())throw new b("Wallet is not connected");wo(c)}})))};go(()=>{bo()},[s==null?void 0:s.linkedAccounts]),t.connectors.on("walletsUpdated",bo);let tr=()=>{te(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};go(()=>{if(!g[0])return;let c=g[0],d=m.current.find(x=>x.address===c.address),A=s==null?void 0:s.linkedAccounts.find(x=>x.type==="wallet"&&x.address===c.address);if(!d&&A){let x=Object.assign({},s);x.wallet=A&&{address:A.address,chainType:A.chainType,chainId:A.chainId,walletClient:A.walletClient},p(x)}m.current=g},[g]);let $={ready:n,authenticated:a,user:s,walletConnectors:t.connectors,connectWallet:tr,linkWallet:vo,linkEmail:()=>{P(!0),te("LINK_EMAIL_SCREEN")},linkPhone:()=>{P(!0),te("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await Bt.initLoginWithOAuth("google")},linkTwitter:async()=>{await Bt.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await Bt.initLoginWithOAuth("discord")},linkGithub:async()=>{await Bt.initLoginWithOAuth("github")},linkApple:async()=>{await Bt.initLoginWithOAuth("apple")},login:async()=>{if(n||(await new Promise(c=>{wt(()=>c)}),wt(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}Me()},logout:async()=>{await t.logout(),p(null),l(!1),f(null),P(!1),r(!1)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new z;let c=g.find(d=>s.wallet&&d.address===s.wallet.address);return c?c.getEthereumProvider():new z},getEthersProvider:()=>{if(!s||!s.wallet)return new hc(new Xe(new z));let c=g.find(d=>s.wallet&&d.address===s.wallet.address);return c?c.getEthersProvider():new hc(new Xe(new z))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new Pt(new z);let c=g.find(d=>s.wallet&&d.address===s.wallet.address);return c?c==null?void 0:c.getWeb3jsProvider():new Pt(new z)},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=g.find(x=>cn(x.address)===cn(c)),A=s==null?void 0:s.linkedAccounts.find(x=>x.type==="wallet"&&cn(x.address)===cn(c));if(!d||!await d.isConnected())L(c),vo();else if(!d.linked)d.link();else{let x=Object.assign({},s);x.wallet=A&&{address:A.address,chainType:A.chainType,chainId:A.chainId,walletClient:A.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(H(s)){d(new Error("Only one Privy wallet per user is currently allowed"));return}B(!0),q({createWallet:{onSuccess:c,onFailure:d,callAuthOnSuccessOnClose:!1}}),te("EMBEDDED_WALLET_SCREEN")}),signMessage:(c,d)=>new Promise((A,x)=>{if(!a||!s){x(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!H(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}B(!0);let Co={message:c,onSuccess:A,onFailure:x,uiOptions:d||{}},dn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:x};q({signMessage:Co,connectWallet:dn}),te("EMBEDDED_WALLET_CONNECTING_SCREEN")}),sendTransaction:(c,d)=>new Promise(async(A,x)=>{if(!a||!s){x(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!H(s)){x(new Error("Must have a Privy wallet before signing"));return}B(!0);let Co={transactionRequest:c,onSuccess:A,onFailure:x,uiOptions:d||{}},dn={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:x};q({connectWallet:dn,sendTransaction:Co}),te("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(!H(s)){d(new Error("Must have a Privy wallet before exporting"));return}B(!0);let x={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},Re={appId:e.appId,origin:t.apiUrl,onSuccess:c,onFailure:d};q({keyExport:Re,connectWallet:x}),te("EMBEDDED_WALLET_CONNECTING_SCREEN")})};gc=$.signMessage,yc=$.sendTransaction;let Bt=(()=>({isLinking:I,linkingHint:S,walletConnectionStatus:_,getAuthFlow:()=>t.authFlow,getAuthMeta:()=>{var c;return(c=t.authFlow)==null?void 0:c.meta},closePrivyModal:(c={shouldCallAuthOnSuccess:!0})=>{var A;let d=n&&a&&s;c.shouldCallAuthOnSuccess&&d&&((A=e.onSuccess)==null||A.call(e,s,w)),t.authFlow=void 0,L(null),f(null),P(!1),y(!1),r(!1),t.createAnalyticsEvent("modal_closed")},connectWallet:ke,initLoginWithWallet:(c,d)=>{if(!t.connectors)throw new b("Connector not initialized");(!c||!d)&&(c="injected",d="metamask"),P(!!a),ke(c,d).then(A=>{if(A===null)throw new b("Error connecting to wallet.");t.startAuthFlow(new Ye(A))})},loginWithWallet:async()=>{if(!(t.authFlow instanceof Ye))throw new b("Must initialize SIWE flow first.");let c,d;I?c=await t.link():{user:c,isNewUser:d}=await t.authenticate(),p(c||s||null),y(d||!1),l(!0)},initLoginWithOAuth:async c=>{t.startAuthFlow(new st(c));let d=await t.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async()=>{if(!(t.authFlow instanceof st))throw new b("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),y(d||!1),l(!0)},initLoginWithEmail:async c=>{let d=new bt(c);t.startAuthFlow(d),await d.sendCodeEmail()},initLoginWithSms:async c=>{let d=new Ct(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 bt)t.authFlow.meta.emailCode=c.trim();else if(t.authFlow instanceof Ct)t.authFlow.meta.smsCode=c.trim();else throw new b("Must initialize a passwordless code flow first");let d,A;I?d=await t.link():{user:d,isNewUser:A}=await t.authenticate(),p(d||s||null),y(A||!1),l(!0)},refreshUser:async()=>{let c=await t.getAuthenticatedUser();return p(c),c},walletProxy:W,createAnalyticsEvent:(c,d,A)=>t.createAnalyticsEvent(c,d,A),getUsdTokenPrice:c=>t.getUsdTokenPrice(c),recoverEmbeddedWallet:c=>new Promise((d,A)=>{if(!a||!s){A(new Error("User must be authenticated before recovering the Privy wallet"));return}if(!H(s)){A(new Error("Must have a Privy wallet in order to recover it"));return}B(!0),q({recoverWallet:{onCompleteNavigateTo:c,onFailure:A,onSuccess:d}}),te("EMBEDDED_WALLET_RECOVERY_SCREEN")})}))(),vc=z1(()=>({wallets:g}),[g]);return yo(Sn.Provider,{value:$,children:fc(Pi.Provider,{value:vc,children:[e.children,fc(An.Provider,{value:Bt,children:[yo(ic,{theme:{...ee.appearance.palette||{}}}),yo(pa,{appConfig:ee,data:U,setModalData:q,initialScreen:u,visible:o,authenticated:a,children:o&&yo(cc,{})}),re&&yo(mc,{appId:e.appId,origin:t.apiUrl,onLoad:pe,onLoadFailed:()=>null})]})]})})};export{Xe as AsExternalProvider,_o as ConnectorManager,Ao as PrivyClient,K1 as PrivyProvider,z as PrivyProxyProvider,pn as VERSION,ve as WalletConnector,To as getAccessToken,D as usePrivy,V1 as useWallets};
|