@privy-io/react-auth 1.14.1-beta.3 → 1.14.1-beta.4

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 CHANGED
@@ -1,4 +1,4 @@
1
- import{useEffect as Ei,useState as se}from"react";import $t from"axios";import ki from"axios";var j=class extends Error{constructor(o,r){super(o);r instanceof Error&&(this.cause=r)}toString(){return`${this.type}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},Pe=class extends j{constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},u=class extends j{constructor(o,r){super(o,r);this.type="client_error"}};var W=class extends j{constructor(o,r){super(o,r);this.type="connector_error"}},S=t=>{if(t instanceof j)return t;if(!ki.isAxiosError(t))return H(t);if(!t.response)return new Pe("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new Pe(e||"ApiError",t.response.status,o||r,t)},H=t=>t instanceof j?t:t instanceof Error?new u(t.message,t):new u(`Internal error: ${t}`);var Ao="1.14.1-beta.3";var Eo="https://api.privy.io/v0",ko=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",Be="4df5e2316331463a9130964bd6078dfa",_o=1e4,Se=1400,jt=Ao;var Te="privy:token",st="privy:refresh_token",at="privy:connectors",Po="walletconnect";var lt=class{constructor(e,o,r){this.appId=e,this.sdkVersion=jt,this.client=o,this.defaults=r}async get(e,o){try{return await $t.get(e,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw S(r)}}async post(e,o,r){try{return await $t.post(e,o,await this.buildConfig(r))}catch(i){throw S(i)}}async delete(e,o){try{return await $t.delete(e,await this.buildConfig(o))}catch(r){throw S(r)}}async buildConfig(e){if(e=e||{},e.headers=e.headers||{},e.headers["privy-app-id"]=this.appId,e.headers["privy-client"]=`react-auth:${this.sdkVersion}`,!e.headers.authorization){let o=await this.client.getAccessToken();o!==null&&(e.headers.authorization=`Bearer ${o}`)}return{...this.defaults,...e}}};import*as So from"jose";var Y=class{static parse(e){try{return new Y(e)}catch{return null}}constructor(e){this.value=e,this._decoded=So.decodeJwt(e)}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(e=0){let o=Date.now(),r=(this.expiration-e)*1e3;return o>=r}};var ae=class{constructor(e){this.promise=null;this.fn=e}execute(e){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(e)}finally{this.promise=null}})()),this.promise}};var Zt=class{constructor(){this._cache={}}get(e){return this._cache[e]}put(e,o){o!==void 0?this._cache[e]=o:this.del(e)}del(e){delete this._cache[e]}getKeys(){return Object.keys(this._cache)}},Kt=class{get(e){let o=localStorage.getItem(e);return o===null?void 0:JSON.parse(o)}put(e,o){o!==void 0?localStorage.setItem(e,JSON.stringify(o)):this.del(e)}del(e){localStorage.removeItem(e)}getKeys(){return Object.entries(localStorage).map(([e])=>e)}};function Pi(){return typeof window<"u"&&window.localStorage?new Kt:new Zt}var N=Pi();import{ErrorCode as Si}from"@ethersproject/logger";var We=class extends W{constructor(){super("Wallet timeout");this.type="wallet_error"}},le=t=>{if(t instanceof W)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new Ie(t);return t.code===Si.ACTION_REJECTED&&(e.details=ye.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new Ie(t):new W("Unknown connector error",t)},qt=class extends j{constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},Ie=class extends qt{constructor(o){var n,a,d;let r=o;super(r.message,r.code,r.data);let i=Object.values(ye).find(m=>m.eipCode===r.code);this.details=i||ye.UNKNOWN_ERROR,r.code===-32002&&((n=r.message)!=null&&n.includes("already pending for origin")?(a=r.message)!=null&&a.includes("wallet_requestPermissions")?this.details=ye.E32002_CONNECTION_ALREADY_PENDING:this.details=ye.E32002_REQUEST_ALREADY_PENDING:(d=r.message)!=null&&d.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=ye.E32002_WALLET_LOCKED))}},Ti={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}},Wi={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}},Ii={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}},ye={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Ii,...Wi},ct={...Ti,...ye};var Ri=12e4,Jt=(t=new We,e=Ri)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),K=class{constructor(e){this.removeListener=(e,o)=>{if(this.walletProvider)return this.walletProvider.removeListener(e,o)};this.setProvider=e=>{this.walletProvider=e,this._subscriptions.forEach(o=>{var r;(r=this.walletProvider)==null||r.on(o.eventName,o.listener)})};this.walletProvider=e,this._subscriptions=[]}on(e,o){if(this.walletProvider)return this.walletProvider.on(e,o);this._subscriptions.push({eventName:e,listener:o})}request(e){if(!this.walletProvider)throw new W(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),Jt()]).catch(o=>{throw le(o)})}},Ce=class extends K{constructor(o){super(o)}},dt=class extends K{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};import{getAddress as Oi}from"@ethersproject/address";import{getAddress as Mi}from"@ethersproject/address";import{Web3Provider as Ni}from"@ethersproject/providers";var Q=class{constructor(e,o,r){this.createSiweMessage=(e,o,r,i,n,a,d)=>`${r} wants you to sign in with your Ethereum account:
1
+ import{useEffect as Pi,useState as se}from"react";import Kt from"axios";import Si from"axios";var $=class extends Error{constructor(o,r){super(o);r instanceof Error&&(this.cause=r)}toString(){return`${this.type}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},Se=class extends ${constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},u=class extends ${constructor(o,r){super(o,r);this.type="client_error"}};var I=class extends ${constructor(o,r){super(o,r);this.type="connector_error"}},S=t=>{if(t instanceof $)return t;if(!Si.isAxiosError(t))return B(t);if(!t.response)return new Se("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new Se(e||"ApiError",t.response.status,o||r,t)},B=t=>t instanceof $?t:t instanceof Error?new u(t.message,t):new u(`Internal error: ${t}`);var ko="1.14.1-beta.4";var _o="https://api.privy.io/v0",Po=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",ze="4df5e2316331463a9130964bd6078dfa",So=1e4,Te=1400,Zt=ko;var We="privy:token",st="privy:refresh_token",at="privy:connectors",To="walletconnect";var lt=class{constructor(e,o,r){this.appId=e,this.sdkVersion=Zt,this.client=o,this.defaults=r}async get(e,o){try{return await Kt.get(e,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw S(r)}}async post(e,o,r){try{return await Kt.post(e,o,await this.buildConfig(r))}catch(i){throw S(i)}}async delete(e,o){try{return await Kt.delete(e,await this.buildConfig(o))}catch(r){throw S(r)}}async buildConfig(e){if(e=e||{},e.headers=e.headers||{},e.headers["privy-app-id"]=this.appId,e.headers["privy-client"]=`react-auth:${this.sdkVersion}`,!e.headers.authorization){let o=await this.client.getAccessToken();o!==null&&(e.headers.authorization=`Bearer ${o}`)}return{...this.defaults,...e}}};import*as Wo from"jose";var Y=class{static parse(e){try{return new Y(e)}catch{return null}}constructor(e){this.value=e,this._decoded=Wo.decodeJwt(e)}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(e=0){let o=Date.now(),r=(this.expiration-e)*1e3;return o>=r}};var ce=class{constructor(e){this.promise=null;this.fn=e}execute(e){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(e)}finally{this.promise=null}})()),this.promise}};var qt=class{constructor(){this._cache={}}get(e){return this._cache[e]}put(e,o){o!==void 0?this._cache[e]=o:this.del(e)}del(e){delete this._cache[e]}getKeys(){return Object.keys(this._cache)}},Jt=class{get(e){let o=localStorage.getItem(e);return o===null?void 0:JSON.parse(o)}put(e,o){o!==void 0?localStorage.setItem(e,JSON.stringify(o)):this.del(e)}del(e){localStorage.removeItem(e)}getKeys(){return Object.entries(localStorage).map(([e])=>e)}};function Wi(){return typeof window<"u"&&window.localStorage?new Jt:new qt}var N=Wi();import{ErrorCode as Ii}from"@ethersproject/logger";var Ie=class extends I{constructor(){super("Wallet timeout");this.type="wallet_error"}},de=t=>{if(t instanceof I)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new Re(t);return t.code===Ii.ACTION_REJECTED&&(e.details=ve.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new Re(t):new I("Unknown connector error",t)},Yt=class extends ${constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},Re=class extends Yt{constructor(o){var n,a,d;let r=o;super(r.message,r.code,r.data);let i=Object.values(ve).find(m=>m.eipCode===r.code);this.details=i||ve.UNKNOWN_ERROR,r.code===-32002&&((n=r.message)!=null&&n.includes("already pending for origin")?(a=r.message)!=null&&a.includes("wallet_requestPermissions")?this.details=ve.E32002_CONNECTION_ALREADY_PENDING:this.details=ve.E32002_REQUEST_ALREADY_PENDING:(d=r.message)!=null&&d.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=ve.E32002_WALLET_LOCKED))}},Ri={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}},Mi={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}},Ni={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}},ve={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Ni,...Mi},ct={...Ri,...ve};var Oi=12e4,Qt=(t=new Ie,e=Oi)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),K=class{constructor(e){this.removeListener=(e,o)=>{if(this.walletProvider)return this.walletProvider.removeListener(e,o)};this.setProvider=e=>{this.walletProvider=e,this._subscriptions.forEach(o=>{var r;(r=this.walletProvider)==null||r.on(o.eventName,o.listener)})};this.walletProvider=e,this._subscriptions=[]}on(e,o){if(this.walletProvider)return this.walletProvider.on(e,o);this._subscriptions.push({eventName:e,listener:o})}request(e){if(!this.walletProvider)throw new I(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),Qt()]).catch(o=>{throw de(o)})}},be=class extends K{constructor(o){super(o)}},dt=class extends K{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};import{getAddress as Di}from"@ethersproject/address";import{getAddress as Ui}from"@ethersproject/address";import{Web3Provider as Fi}from"@ethersproject/providers";var Q=class{constructor(e,o,r){this.createSiweMessage=(e,o,r,i,n,a,d)=>`${r} wants you to sign in with your Ethereum account:
2
2
  ${o}
3
3
 
4
4
  ${d}
@@ -9,7 +9,7 @@ Chain ID: ${e}
9
9
  Nonce: ${a}
10
10
  Issued At: ${n}
11
11
  Resources:
12
- - https://privy.io`;this.provider=o,this.walletType=e,this.address=r,this.chain=null,this.connected=!1}async fetchAddress(){if(!this.address){let e=await this.provider.request({method:"eth_accounts"});Array.isArray(e)&&e.length>0&&(this.address=Mi(e[0]))}return this.address}async fetchChainId(){if(!this.chain){let e=await this.provider.request({method:"eth_chainId"}),o=Number(e);this.chain=String(o)}return this.chain}async getConnectedWallet(){let e=this.walletType;if(!e||!await this.isConnected())return null;let o=await this.fetchAddress(),r=await this.fetchChainId();return{address:o,chainId:r,chainType:"ethereum",walletType:e}}async sign(e){return new Ni(new Ce(this.provider)).getSigner().signMessage(e)}prepareMessage(e,o,r){let i=window.location.host,n=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.",d=new Date().toISOString();return this.createSiweMessage(e,o,i,n,d,r,a)}};import{isMobile as Ui}from"react-device-detect";var ut=class extends Q{constructor(e,o){super("metamask",e,o)}async connect(e){var o;return this.provider.setProvider(window.ethereum),(o=window.ethereum.providers)==null||o.forEach(async r=>{r.isMetaMask&&this.provider.setProvider(r)}),(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return await this.fetchAddress()!==null}async promptConnection(){try{let e="";Ui||await this.provider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=Oi(o[0])),!e||e==="")throw new W("Unable to retrieve address");this.connected=!0,this.address=e}catch(e){throw le(e)}}};import{getAddress as Fi}from"@ethersproject/address";import Di from"@coinbase/wallet-sdk";var Gi=()=>{let t=`https://mainnet.infura.io/v3/${Be}`,e=1;return new Di({appName:"Privy",darkMode:!1,headlessMode:!1}).makeWeb3Provider(t,e)},pt=class extends Q{constructor(e,o){super("coinbase_wallet",e,o)}async connect(e){return this.provider.setProvider(Gi()),(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return await this.fetchAddress()!==null}async promptConnection(){try{let e="",o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=Fi(o[0])),!e||e==="")throw new W("Unable to retrieve address");this.connected=!0}catch(e){throw le(e)}}};import To from"@walletconnect/web3-provider";var Yt=class extends Q{constructor(o,r,i){super("wallet_connect",r,i);this._globalConnector=o,this._provider=this._globalConnector.getProviderForAddress(i)}async connect(o){return this.provider.setProvider(this._provider),(!await this.isConnected()||o.showPrompt)&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return this.provider.walletProvider.connected}async promptConnection(){try{let o="";this.provider.setProvider(this._provider);let r=await Promise.race([this._provider.enable(),Jt()]);if(r.length>0&&(o=r[0]),this._globalConnector.indexProvider(this._provider),!o||o==="")throw new W("Unable to retrieve address");this.connected=!0}catch(o){throw le(o)}}},ht=class{constructor(){this._storageIdToProvider={},this._addressToStorageId={},N.getKeys().forEach(e=>{if(e.startsWith("walletconnect")){let o=new To({infuraId:Be,storageId:e});o.enable(),this._storageIdToProvider[e]=o;for(let r of o.accounts)this._addressToStorageId[r]=e}})}build(e,o){return new Yt(this,e,o)}async destroy(){Object.values(this._storageIdToProvider).forEach(async e=>{await e.disconnect()})}getProviderForAddress(e){let o=Po,r=()=>`walletconnect:${Math.random().toString(36).slice(2)}`;e===null?o=r():o=this._addressToStorageId[e]||r();let i=new To({infuraId:Be,storageId:o});return this._storageIdToProvider[o]=i,i}indexProvider(e){this._storageIdToProvider[e.storageId]=e;for(let o of e.accounts)this._addressToStorageId[o]=e.storageId}};var Qt=()=>{if(!window.ethereum)return!1;if(window.ethereum.isMetaMask)return!0;if(window.ethereum.providers){for(let t of window.ethereum.providers)if(t.isMetaMask)return!0}return!1},mt=()=>{if(!window.ethereum)return!1;if(window.ethereum.isCoinbaseWallet)return!0;if(window.ethereum.providers){for(let t of window.ethereum.providers)if(t.isCoinbaseWallet)return!0}return!1},Wo=()=>{var e;let t=N.get(at);return t?(e=t.find(o=>o.active))==null?void 0:e.address:null},ze=class{constructor(){this.getEthereumProvider=()=>{var e;return((e=this.activeWalletConnector)==null?void 0:e.provider)||new K};this.walletConnectors=[],this.walletConnectGlobalWalletConnector=new ht}initialize(){this.load(),this.activeWalletConnector&&this.activeWalletConnector.connect({showPrompt:!1})}initializeLinkedWallets(e){e.linkedAccounts.forEach(()=>{})}load(){(N.get(at)||[]).forEach(o=>{let r=this.createWalletConnector(o.walletType,o.address);this.addWalletConnector(r),o.active&&(this.activeWalletConnector=r)})}save(){let e=this.walletConnectors.map(o=>{var r;return{address:o.address,walletType:o.walletType,active:o.address===((r=this.activeWalletConnector)==null?void 0:r.address)}});N.put(at,e)}addWalletConnector(e){this.walletConnectors.find(r=>r.address===e.address&&r.walletType===e.walletType)||this.walletConnectors.push(e)}removeWallet(e){var r;if(this.walletConnectors=this.walletConnectors.filter(i=>i.address!==e),e===((r=this.activeWalletConnector)==null?void 0:r.address))if(this.walletConnectors.length>0){let i=this.walletConnectors[this.walletConnectors.length-1];this.setActiveWallet(i.address)}else this.activeWalletConnector=void 0;this.save()}async activeWalletSign(e){if(!this.activeWalletConnector)throw new W("Cannot sign, no wallet is active. Is a wallet connected?");if(!await this.activeWalletConnector.connect({showPrompt:!1}))throw new W("Cannot sign - unable to connect to wallet.");return this.activeWalletConnector.sign(e)}setActiveWallet(e){let o=this.walletConnectors.find(r=>r.address===e);return o?(this.activeWalletConnector=o,this.save(),!0):!1}createWalletConnector(e,o){switch(e){case"metamask":return new ut(new K,o);case"coinbase_wallet":return new pt(new K,o);case"wallet_connect":return this.walletConnectGlobalWalletConnector.build(new K,o)}}};function ce(t){return new Date(t*1e3)}function Vi(t){let e=[];for(let o of t){let r=o.type;switch(o.type){case"wallet":e.push({address:o.address,type:o.type,verifiedAt:ce(o.verified_at),chainType:o.chain_type});break;case"email":e.push({address:o.address,type:o.type,verifiedAt:ce(o.verified_at)});break;case"phone":e.push({number:o.phoneNumber,type:o.type,verifiedAt:ce(o.verified_at)});break;case"google_oauth":e.push({subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:ce(o.verified_at)});break;case"twitter_oauth":e.push({subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:ce(o.verified_at)});break;case"discord_oauth":e.push({subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:ce(o.verified_at)});break;case"github_oauth":e.push({subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:ce(o.verified_at)});break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return e}function ve(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function je(t){let e=Wo();if(!e)return t.wallet&&console.warn("[Privy] User has linked wallets but no active wallet"),t;let o=t.linkedAccounts.find(i=>i.type==="wallet"&&i.address===e),r=Object.assign({},t);return r.wallet=o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletType:o.walletType},r}function X(t){if(!t)return null;let e=Vi(t.linked_accounts),o=ve(e,"wallet"),r=ve(e,"email"),i=ve(e,"phone"),n=ve(e,"google_oauth"),a=ve(e,"twitter_oauth"),d=ve(e,"discord_oauth"),m=ve(e,"github_oauth"),p={id:t.id,createdAt:ce(t.created_at),linkedAccounts:e,email:r&&{address:r==null?void 0:r.address},phone:i&&{number:i==null?void 0:i.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletType:o.walletType},google:n&&{subject:n.subject,email:n.email,name:n.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name},discord:d&&{subject:d.subject,username:d.username,email:d.email},github:m&&{subject:m.subject,username:m.username,name:m.name,email:m.email}};return je(p)}var Io=()=>"/api/v1/sessions",Ro=()=>"/api/v1/sessions/logout",Mo=()=>"/api/v1/sessions/fork",No=()=>"/api/v1/siwe/init",Oo=()=>"/api/v1/siwe/authenticate",Uo=()=>"/api/v1/siwe/link",Fo=()=>"/api/v1/passwordless/init",Do=()=>"/api/v1/passwordless/authenticate",Go=()=>"/api/v1/passwordless/link",Vo=()=>"/api/v1/passwordless_sms/init",Ho=()=>"/api/v1/passwordless_sms/authenticate",Bo=()=>"/api/v1/passwordless_sms/link",zo=()=>"/api/v1/oauth/init",jo=()=>"/api/v1/oauth/authenticate",$o=()=>"/api/v1/oauth/link",Zo=()=>"/api/v1/siwe/unlink",Ko=()=>"/api/v1/passwordless/unlink",qo=()=>"/api/v1/passwordless_sms/unlink",Jo=()=>"/api/v1/oauth/unlink";var Hi=30,ft=class{constructor(){this.authenticateOnce=new ae(async e=>this._authenticate(e)),this.linkOnce=new ae(async e=>this._link(e)),this.refreshOnce=new ae(this._refresh.bind(this)),this.destroyOnce=new ae(this._destroy.bind(this)),this.forkSessionOnce=new ae(this._forkSession.bind(this))}get token(){try{let e=N.get(Te);return typeof e=="string"?new Y(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=N.get(st);return typeof e=="string"?e:null}catch(e){return console.error(e),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasActiveToken(){let e=Y.parse(this.token);return e!==null&&!e.isExpired(Hi)}authenticate(e){return this.authenticateOnce.execute(e)}link(e){return this.linkOnce.execute(e)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(e){try{let{token:o,refresh_token:r,user:i,is_new_user:n}=await e.authenticate();return this.storeToken(o),this.storeRefreshToken(r),{user:X(i),isNewUser:n}}catch(o){throw console.warn("Error authenticating session"),H(o)}}async _link(e){try{let o=await e.link();return X(o)}catch(o){throw console.warn("Error linking account"),H(o)}}async _refresh(){if(!this.api)throw new u("Session has no API instance");if(!this.client)throw new u("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let e=this.token,o=this.refreshToken;if(!e||!o)return null;try{let r=await this.api.post(Io(),{refresh_token:o},{headers:{authorization:`Bearer ${e}`}});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),X(r.data.user)}catch(r){if(r instanceof Pe&&r.status===400&&r.message==="Invalid auth token")return this.destroyLocalState(),null;throw H(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(Ro(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new u("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(Mo(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw H(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null)}storeToken(e){typeof e=="string"?N.put(Te,e):N.del(Te)}storeRefreshToken(e){typeof e=="string"?N.put(st,e):N.del(st)}};var Xt,$e=class{constructor(e){let o=e.apiURL||Eo,r=e.timeout||_o;this.appId=e.appId,this.connectors=new ze,Xt||(Xt=new ft),this.session=Xt,this.api=new lt(e.appId,this,{baseURL:o,timeout:r}),this.session.api=this.api,this.session.client=this}authenticate(){if(!this.authFlow)throw new u("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new u("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(e){e.api=this.api,this.authFlow=e}async unlinkEmail(e){try{let o=await this.api.post(Ko(),{address:e});return X(o.data)}catch(o){throw H(o)}}async unlinkPhone(e){try{let o=await this.api.post(qo(),{phoneNumber:e});return X(o.data)}catch(o){throw H(o)}}async unlinkWallet(e){try{let o=await this.api.post(Zo(),{address:e});return X(o.data)}catch(o){throw H(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(Jo(),{provider:e,subject:o});return X(r.data)}catch(r){throw H(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(e){var o;return this.session.hasActiveToken()?((o=Y.parse(this.session.token))==null?void 0:o.audience)!==this.appId?(await this.logout(),null):this.session.token:!(e!=null&&e.disableAutoRefresh)&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getAppSettings(){try{let e=await this.api.get(`/api/v1/apps/${this.appId}`);return{id:e.data.id,name:e.data.name,verificationKey:e.data.verification_key,logoUrl:e.data.logo_url||void 0,theme:e.data.theme,accentColor:e.data.accent_color||void 0,showWalletLoginFirst:e.data.show_wallet_login_first,allowlistConfig:{errorTitle:e.data.allowlist_config.error_title,errorDetail:e.data.allowlist_config.error_detail,errorCtaText:e.data.allowlist_config.cta_text,errorCtaLink:e.data.allowlist_config.cta_link},walletAuth:e.data.wallet_auth,emailAuth:e.data.email_auth,smsAuth:e.data.sms_auth,googleOAuth:e.data.google_oauth,twitterOAuth:e.data.twitter_oauth,discordOAuth:e.data.discord_oauth,githubOAuth:e.data.github_oauth,termsAndConditionsUrl:e.data.terms_and_conditions_url,privacyPolicyUrl:e.data.privacy_policy_url,createdAt:new Date(e.data.created_at*1e3),updatedAt:new Date(e.data.updated_at*1e3)}}catch(e){throw H(e)}}setActiveWallet(e,o){if(!o.linkedAccounts.map(n=>n.type==="wallet"?n.address:null).includes(e))throw new u("Cannot set an unlinked address as active.");if(!this.connectors.setActiveWallet(e))throw new u("Error setting the active wallet.");return je(o)}async forkSession(){return await this.session.forkSession()}};import{Web3Provider as ta}from"@ethersproject/providers";import{createContext as Bi,useContext as zi}from"react";var f=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var eo=Bi({ready:!1,authenticated:!1,user:null,walletConnectors:null,login:f,linkEmail:f,linkPhone:f,linkWallet:f,linkGoogle:f,linkTwitter:f,linkDiscord:f,linkGithub:f,logout:f,getAccessToken:f,getEthereumProvider:f,getEthersProvider:f,getWeb3jsProvider:f,unlinkEmail:f,unlinkPhone:f,unlinkWallet:f,unlinkGoogle:f,unlinkTwitter:f,unlinkDiscord:f,unlinkGithub:f,setActiveWallet:f,forkSession:f}),O=()=>zi(eo);var Ze=class{constructor(e,o){this.meta={walletType:o},this.connectors=e,this.walletConnector=this.connectors.createWalletConnector(o,null)}async authenticate(){if(!this.api)throw new u("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Oo(),{message:e,signature:o});return this.connectors.addWalletConnector(this.walletConnector),this.connectors.setActiveWallet(this.walletConnector.address)||console.warn("Failed to set active wallet"),{user:r.data.user,token:r.data.token,refresh_token:r.data.refresh_token,is_new_user:r.data.is_new_user}}catch(e){throw S(e)}}async link(){if(!this.api)throw new u("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Uo(),{message:e,signature:o});return this.connectors.addWalletConnector(this.walletConnector),this.connectors.setActiveWallet(this.walletConnector.address)||console.warn("Failed to set active wallet"),r.data}catch(e){throw S(e)}}async promptConnectAndSign(e){let o=await this.walletConnector.connect({showPrompt:!0}),r=o.address,i=o.chainId,n=await e.post(No(),{address:r}),a=this.walletConnector.prepareMessage(i,r,n.data.nonce),d=await this.walletConnector.sign(a);return{message:a,signature:d}}};var Ke=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new u("Email and email code must be set prior to calling authenticate.");try{let e=Do(),o=await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(e){throw S(e)}}async link(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new u("Email and email code must be set prior to calling authenticate.");try{let e=Go();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw S(e)}}async sendCodeEmail(e){if(!this.api)throw new u("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new u("Email must be set when initialzing authentication.");try{let o=Fo();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw S(o)}}};var qe=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new u("phone number and sms code must be set prior to calling authenticate.");try{let e=Ho(),o=await this.api.post(e,{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(e){throw S(e)}}async link(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new u("phone number and sms code must be set prior to calling authenticate.");try{let e=Bo();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw S(e)}}async sendSmsCode(e){if(!this.api)throw new u("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new u("phone nNumber must be set when initialzing authentication.");try{let o=Vo();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw S(o)}}};var Re=class{constructor(e,o,r){this.meta={provider:e},this.meta.authorizationCode=o,this.meta.stateCode=r}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new u("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new u("User denied confirmation during OAuth flow");try{let e=jo(),o=await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(e){throw S(e)}}async link(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new u("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new u("User denied confirmation during OAuth flow");try{let e=$o();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw S(e)}}async getAuthorizationUrl(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.provider)throw new u("Provider must be set when initialzing OAuth authentication.");try{let e=zo();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw S(e)}}};import"wicg-inert";import qs from"react-dom";import bo from"styled-components";import{createContext as $i,useContext as Zi,useEffect as Qo,useState as Xo}from"react";import{jsx as ji}from"react/jsx-runtime";function Yo(t){return ji("link",{rel:"prefetch",href:t.src})}import{jsx as Ki,jsxs as qi}from"react/jsx-runtime";var er=$i({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1,github:!1},currentScreen:"LANDING",lastScreen:"LANDING",navigate:f,navigateBack:f}),tr=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=Xo("LANDING"),[a,d]=Xo("LANDING");Qo(()=>{o||n("LANDING")},[o]),Qo(()=>{r||(d("LANDING"),n("LANDING"))},[r]);let m={ready:!!(e!=null&&e.id),app:e,options:t.options,currentScreen:i,lastScreen:a,navigate:p=>{d(i),n(p)},navigateBack:()=>{n(a)}};return qi(er.Provider,{value:m,children:[e&&e.logoUrl&&Ki(Yo,{src:e.logoUrl}),t.children]})},g=()=>Zi(er);import{useEffect as zn,useState as jn}from"react";import Xe from"styled-components";import Qi from"styled-components";import{jsx as or}from"react/jsx-runtime";var rr=({style:t,...e})=>or("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",...t},...e,children:or("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});import{jsx as ir}from"react/jsx-runtime";var nr=({style:t,...e})=>ir("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",...t},...e,children:ir("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});import{createContext as Ji,useContext as Yi}from"react";var to=Ji({isLinking:!1,linkingHint:null,getAuthMeta:f,getAuthFlow:f,closePrivyModal:f,initLoginWithWallet:f,loginWithWallet:f,loginWithCode:f,initLoginWithEmail:f,initLoginWithSms:f,resendEmailCode:f,resendSmsCode:f,initLoginWithOAuth:f,loginWithOAuth:f}),k=()=>Yi(to);import{jsx as te,jsxs as rn}from"react/jsx-runtime";var Xi=()=>te("div",{}),en=({backFn:t})=>te("div",{children:te(nr,{onClick:t})}),tn=t=>te("div",{children:te("div",{children:te(rr,{onClick:t.onClose})})});var L=({backFn:t,onClose:e})=>{let{closePrivyModal:o}=k();return rn(on,{children:[t?te(en,{backFn:t}):te(Xi,{}),te(tn,{onClose:e||o})]})},on=Qi.div`
12
+ - https://privy.io`;this.provider=o,this.walletType=e,this.address=r,this.chain=null,this.connected=!1}async fetchAddress(){if(!this.address){let e=await this.provider.request({method:"eth_accounts"});Array.isArray(e)&&e.length>0&&(this.address=Ui(e[0]))}return this.address}async fetchChainId(){if(!this.chain){let e=await this.provider.request({method:"eth_chainId"}),o=Number(e);this.chain=String(o)}return this.chain}async getConnectedWallet(){let e=this.walletType;if(!e||!await this.isConnected())return null;let o=await this.fetchAddress(),r=await this.fetchChainId();return{address:o,chainId:r,chainType:"ethereum",walletType:e}}async sign(e){return new Fi(new be(this.provider)).getSigner().signMessage(e)}prepareMessage(e,o,r){let i=window.location.host,n=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.",d=new Date().toISOString();return this.createSiweMessage(e,o,i,n,d,r,a)}};import{isMobile as Gi}from"react-device-detect";var ut=class extends Q{constructor(e,o){super("metamask",e,o)}async connect(e){var o;return this.provider.setProvider(window.ethereum),(o=window.ethereum.providers)==null||o.forEach(async r=>{r.isMetaMask&&this.provider.setProvider(r)}),(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return await this.fetchAddress()!==null}disconnect(){console.warn("Metamask does not support programmetic disconnect.")}async promptConnection(){try{let e="";Gi||await this.provider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=Di(o[0])),!e||e==="")throw new I("Unable to retrieve address");this.connected=!0,this.address=e}catch(e){throw de(e)}}};import{getAddress as Hi}from"@ethersproject/address";import Vi from"@coinbase/wallet-sdk";var Bi=t=>{let e=`https://mainnet.infura.io/v3/${ze}`,o=1;return t.makeWeb3Provider(e,o)},pt,ht=class extends Q{constructor(e,o){super("coinbase_wallet",e,o),pt||(pt=new Vi({appName:"Privy",darkMode:!1,headlessMode:!1}))}async connect(e){return this.provider.setProvider(Bi(pt)),(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(),this.getConnectedWallet()}disconnect(){pt.disconnect()}async isConnected(){return await this.fetchAddress()!==null}async promptConnection(){try{let e="",o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=Hi(o[0])),!e||e==="")throw new I("Unable to retrieve address");this.connected=!0}catch(e){throw de(e)}}};import Io from"@walletconnect/web3-provider";var Xt=class extends Q{constructor(o,r,i){super("wallet_connect",r,i);this._globalConnector=o,this._provider=this._globalConnector.getProviderForAddress(i)}async connect(o){return this.provider.setProvider(this._provider),(!await this.isConnected()||o.showPrompt)&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return this.provider.walletProvider.connected}async promptConnection(){try{let o="";this.provider.setProvider(this._provider);let r=await Promise.race([this._provider.enable(),Qt()]);if(r.length>0&&(o=r[0]),this._globalConnector.indexProvider(this._provider),!o||o==="")throw new I("Unable to retrieve address");this.connected=!0}catch(o){throw de(o)}}disconnect(){}},mt=class{constructor(){this._storageIdToProvider={},this._addressToStorageId={},N.getKeys().forEach(e=>{if(e.startsWith("walletconnect")){let o=new Io({infuraId:ze,storageId:e});o.enable(),this._storageIdToProvider[e]=o;for(let r of o.accounts)this._addressToStorageId[r]=e}})}build(e,o){return new Xt(this,e,o)}async disconnect(){Object.values(this._storageIdToProvider).forEach(async e=>{await e.disconnect()})}getProviderForAddress(e){let o=To,r=()=>`walletconnect:${Math.random().toString(36).slice(2)}`;e===null?o=r():o=this._addressToStorageId[e]||r();let i=new Io({infuraId:ze,storageId:o});return this._storageIdToProvider[o]=i,i}indexProvider(e){this._storageIdToProvider[e.storageId]=e;for(let o of e.accounts)this._addressToStorageId[o]=e.storageId}};import{getAddress as zi}from"@ethersproject/address";var eo=()=>{if(!window.ethereum)return!1;if(window.ethereum.isMetaMask)return!0;if(window.ethereum.providers){for(let t of window.ethereum.providers)if(t.isMetaMask)return!0}return!1},ft=()=>{if(!window.ethereum)return!1;if(window.ethereum.isCoinbaseWallet)return!0;if(window.ethereum.providers){for(let t of window.ethereum.providers)if(t.isCoinbaseWallet)return!0}return!1},gt=t=>{let e=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return e?!!(t==null?void 0:t.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===zi(e)).length):!1},Ro=()=>{var e;let t=N.get(at);return t?(e=t.find(o=>o.active))==null?void 0:e.address:null},$e=class{constructor(){this.getEthereumProvider=()=>{var e;return((e=this.activeWalletConnector)==null?void 0:e.provider)||new K};this.walletConnectors=[],this.walletConnectGlobalWalletConnector=new mt}initialize(){this.load(),this.activeWalletConnector&&this.activeWalletConnector.connect({showPrompt:!1})}initializeLinkedWallets(e){e.linkedAccounts.forEach(()=>{})}load(){(N.get(at)||[]).forEach(o=>{let r=this.createWalletConnector(o.walletType,o.address);this.addWalletConnector(r),o.active&&(this.activeWalletConnector=r)})}save(){let e=this.walletConnectors.map(o=>{var r;return{address:o.address,walletType:o.walletType,active:o.address===((r=this.activeWalletConnector)==null?void 0:r.address)}});N.put(at,e)}addWalletConnector(e){this.walletConnectors.find(r=>r.address===e.address&&r.walletType===e.walletType)||this.walletConnectors.push(e)}removeWallet(e){var r;if(this.walletConnectors=this.walletConnectors.filter(i=>i.address!==e),e===((r=this.activeWalletConnector)==null?void 0:r.address))if(this.walletConnectors.length>0){let i=this.walletConnectors[this.walletConnectors.length-1];this.setActiveWallet(i.address)}else this.activeWalletConnector=void 0;this.save()}async activeWalletSign(e){if(!this.activeWalletConnector)throw new I("Cannot sign, no wallet is active. Is a wallet connected?");if(!await this.activeWalletConnector.connect({showPrompt:!1}))throw new I("Cannot sign - unable to connect to wallet.");return this.activeWalletConnector.sign(e)}setActiveWallet(e){let o=this.walletConnectors.find(r=>r.address===e);return o?(this.activeWalletConnector=o,this.save(),!0):!1}createWalletConnector(e,o){switch(e){case"metamask":return new ut(new K,o);case"coinbase_wallet":return new ht(new K,o);case"wallet_connect":return this.walletConnectGlobalWalletConnector.build(new K,o)}}};function ue(t){return new Date(t*1e3)}function $i(t){let e=[];for(let o of t){let r=o.type;switch(o.type){case"wallet":e.push({address:o.address,type:o.type,verifiedAt:ue(o.verified_at),chainType:o.chain_type});break;case"email":e.push({address:o.address,type:o.type,verifiedAt:ue(o.verified_at)});break;case"phone":e.push({number:o.phoneNumber,type:o.type,verifiedAt:ue(o.verified_at)});break;case"google_oauth":e.push({subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:ue(o.verified_at)});break;case"twitter_oauth":e.push({subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:ue(o.verified_at)});break;case"discord_oauth":e.push({subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:ue(o.verified_at)});break;case"github_oauth":e.push({subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:ue(o.verified_at)});break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return e}function xe(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function je(t){let e=Ro();if(!e)return t.wallet&&console.warn("[Privy] User has linked wallets but no active wallet"),t;let o=t.linkedAccounts.find(i=>i.type==="wallet"&&i.address===e),r=Object.assign({},t);return r.wallet=o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletType:o.walletType},r}function X(t){if(!t)return null;let e=$i(t.linked_accounts),o=xe(e,"wallet"),r=xe(e,"email"),i=xe(e,"phone"),n=xe(e,"google_oauth"),a=xe(e,"twitter_oauth"),d=xe(e,"discord_oauth"),m=xe(e,"github_oauth"),p={id:t.id,createdAt:ue(t.created_at),linkedAccounts:e,email:r&&{address:r==null?void 0:r.address},phone:i&&{number:i==null?void 0:i.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletType:o.walletType},google:n&&{subject:n.subject,email:n.email,name:n.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name},discord:d&&{subject:d.subject,username:d.username,email:d.email},github:m&&{subject:m.subject,username:m.username,name:m.name,email:m.email}};return je(p)}var Mo=()=>"/api/v1/sessions",No=()=>"/api/v1/sessions/logout",Oo=()=>"/api/v1/sessions/fork",Uo=()=>"/api/v1/siwe/init",Fo=()=>"/api/v1/siwe/authenticate",Do=()=>"/api/v1/siwe/link",Go=()=>"/api/v1/passwordless/init",Ho=()=>"/api/v1/passwordless/authenticate",Vo=()=>"/api/v1/passwordless/link",Bo=()=>"/api/v1/passwordless_sms/init",zo=()=>"/api/v1/passwordless_sms/authenticate",$o=()=>"/api/v1/passwordless_sms/link",jo=()=>"/api/v1/oauth/init",Zo=()=>"/api/v1/oauth/authenticate",Ko=()=>"/api/v1/oauth/link",qo=()=>"/api/v1/siwe/unlink",Jo=()=>"/api/v1/passwordless/unlink",Yo=()=>"/api/v1/passwordless_sms/unlink",Qo=()=>"/api/v1/oauth/unlink";var ji=30,wt=class{constructor(){this.authenticateOnce=new ce(async e=>this._authenticate(e)),this.linkOnce=new ce(async e=>this._link(e)),this.refreshOnce=new ce(this._refresh.bind(this)),this.destroyOnce=new ce(this._destroy.bind(this)),this.forkSessionOnce=new ce(this._forkSession.bind(this))}get token(){try{let e=N.get(We);return typeof e=="string"?new Y(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=N.get(st);return typeof e=="string"?e:null}catch(e){return console.error(e),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasActiveToken(){let e=Y.parse(this.token);return e!==null&&!e.isExpired(ji)}authenticate(e){return this.authenticateOnce.execute(e)}link(e){return this.linkOnce.execute(e)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(e){try{let{token:o,refresh_token:r,user:i,is_new_user:n}=await e.authenticate();return this.storeToken(o),this.storeRefreshToken(r),{user:X(i),isNewUser:n}}catch(o){throw console.warn("Error authenticating session"),B(o)}}async _link(e){try{let o=await e.link();return X(o)}catch(o){throw console.warn("Error linking account"),B(o)}}async _refresh(){if(!this.api)throw new u("Session has no API instance");if(!this.client)throw new u("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let e=this.token,o=this.refreshToken;if(!e||!o)return null;try{let r=await this.api.post(Mo(),{refresh_token:o},{headers:{authorization:`Bearer ${e}`}});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),X(r.data.user)}catch(r){if(r instanceof Se&&r.status===400&&r.message==="Invalid auth token")return this.destroyLocalState(),null;throw B(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(No(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new u("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(Oo(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw B(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null)}storeToken(e){typeof e=="string"?N.put(We,e):N.del(We)}storeRefreshToken(e){typeof e=="string"?N.put(st,e):N.del(st)}};var to,Ze=class{constructor(e){let o=e.apiURL||_o,r=e.timeout||So;this.appId=e.appId,this.connectors=new $e,to||(to=new wt),this.session=to,this.api=new lt(e.appId,this,{baseURL:o,timeout:r}),this.session.api=this.api,this.session.client=this}authenticate(){if(!this.authFlow)throw new u("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new u("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(e){e.api=this.api,this.authFlow=e}async unlinkEmail(e){try{let o=await this.api.post(Jo(),{address:e});return X(o.data)}catch(o){throw B(o)}}async unlinkPhone(e){try{let o=await this.api.post(Yo(),{phoneNumber:e});return X(o.data)}catch(o){throw B(o)}}async unlinkWallet(e){try{let o=await this.api.post(qo(),{address:e});return X(o.data)}catch(o){throw B(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(Qo(),{provider:e,subject:o});return X(r.data)}catch(r){throw B(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(e){var o;return this.session.hasActiveToken()?((o=Y.parse(this.session.token))==null?void 0:o.audience)!==this.appId?(await this.logout(),null):this.session.token:!(e!=null&&e.disableAutoRefresh)&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getAppSettings(){try{let e=await this.api.get(`/api/v1/apps/${this.appId}`);return{id:e.data.id,name:e.data.name,verificationKey:e.data.verification_key,logoUrl:e.data.logo_url||void 0,theme:e.data.theme,accentColor:e.data.accent_color||void 0,showWalletLoginFirst:e.data.show_wallet_login_first,allowlistConfig:{errorTitle:e.data.allowlist_config.error_title,errorDetail:e.data.allowlist_config.error_detail,errorCtaText:e.data.allowlist_config.cta_text,errorCtaLink:e.data.allowlist_config.cta_link},walletAuth:e.data.wallet_auth,emailAuth:e.data.email_auth,smsAuth:e.data.sms_auth,googleOAuth:e.data.google_oauth,twitterOAuth:e.data.twitter_oauth,discordOAuth:e.data.discord_oauth,githubOAuth:e.data.github_oauth,termsAndConditionsUrl:e.data.terms_and_conditions_url,privacyPolicyUrl:e.data.privacy_policy_url,createdAt:new Date(e.data.created_at*1e3),updatedAt:new Date(e.data.updated_at*1e3)}}catch(e){throw B(e)}}setActiveWallet(e,o){if(!o.linkedAccounts.map(n=>n.type==="wallet"?n.address:null).includes(e))throw new u("Cannot set an unlinked address as active.");if(!this.connectors.setActiveWallet(e))throw new u("Error setting the active wallet.");return je(o)}async forkSession(){return await this.session.forkSession()}};import{Web3Provider as ia}from"@ethersproject/providers";import{createContext as Zi,useContext as Ki}from"react";var f=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var oo=Zi({ready:!1,authenticated:!1,user:null,walletConnectors:null,login:f,linkEmail:f,linkPhone:f,linkWallet:f,linkGoogle:f,linkTwitter:f,linkDiscord:f,linkGithub:f,logout:f,getAccessToken:f,getEthereumProvider:f,getEthersProvider:f,getWeb3jsProvider:f,unlinkEmail:f,unlinkPhone:f,unlinkWallet:f,unlinkGoogle:f,unlinkTwitter:f,unlinkDiscord:f,unlinkGithub:f,setActiveWallet:f,forkSession:f}),R=()=>Ki(oo);var Ke=class{constructor(e,o){this.meta={walletType:o},this.connectors=e,this.walletConnector=this.connectors.createWalletConnector(o,null)}async authenticate(){if(!this.api)throw new u("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Fo(),{message:e,signature:o});return this.connectors.addWalletConnector(this.walletConnector),this.connectors.setActiveWallet(this.walletConnector.address)||console.warn("Failed to set active wallet"),{user:r.data.user,token:r.data.token,refresh_token:r.data.refresh_token,is_new_user:r.data.is_new_user}}catch(e){throw S(e)}}async link(){if(!this.api)throw new u("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Do(),{message:e,signature:o});return this.connectors.addWalletConnector(this.walletConnector),this.connectors.setActiveWallet(this.walletConnector.address)||console.warn("Failed to set active wallet"),r.data}catch(e){throw S(e)}}async promptConnectAndSign(e){let o=await this.walletConnector.connect({showPrompt:!0}),r=o.address,i=o.chainId,n=await e.post(Uo(),{address:r}),a=this.walletConnector.prepareMessage(i,r,n.data.nonce),d=await this.walletConnector.sign(a);return{message:a,signature:d}}};var qe=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new u("Email and email code must be set prior to calling authenticate.");try{let e=Ho(),o=await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(e){throw S(e)}}async link(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new u("Email and email code must be set prior to calling authenticate.");try{let e=Vo();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw S(e)}}async sendCodeEmail(e){if(!this.api)throw new u("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new u("Email must be set when initialzing authentication.");try{let o=Go();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw S(o)}}};var Je=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new u("phone number and sms code must be set prior to calling authenticate.");try{let e=zo(),o=await this.api.post(e,{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(e){throw S(e)}}async link(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new u("phone number and sms code must be set prior to calling authenticate.");try{let e=$o();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw S(e)}}async sendSmsCode(e){if(!this.api)throw new u("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new u("phone nNumber must be set when initialzing authentication.");try{let o=Bo();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw S(o)}}};var Me=class{constructor(e,o,r){this.meta={provider:e},this.meta.authorizationCode=o,this.meta.stateCode=r}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new u("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new u("User denied confirmation during OAuth flow");try{let e=Zo(),o=await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(e){throw S(e)}}async link(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new u("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new u("User denied confirmation during OAuth flow");try{let e=Ko();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw S(e)}}async getAuthorizationUrl(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.provider)throw new u("Provider must be set when initialzing OAuth authentication.");try{let e=jo();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw S(e)}}};import"wicg-inert";import Qs from"react-dom";import Lo from"styled-components";import{createContext as Ji,useContext as Yi,useEffect as er,useState as tr}from"react";import{jsx as qi}from"react/jsx-runtime";function Xo(t){return qi("link",{rel:"prefetch",href:t.src})}import{jsx as Qi,jsxs as Xi}from"react/jsx-runtime";var or=Ji({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1,github:!1},currentScreen:"LANDING",lastScreen:"LANDING",navigate:f,navigateBack:f}),rr=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=tr("LANDING"),[a,d]=tr("LANDING");er(()=>{o||n("LANDING")},[o]),er(()=>{r||(d("LANDING"),n("LANDING"))},[r]);let m={ready:!!(e!=null&&e.id),app:e,options:t.options,currentScreen:i,lastScreen:a,navigate:p=>{d(i),n(p)},navigateBack:()=>{n(a)}};return Xi(or.Provider,{value:m,children:[e&&e.logoUrl&&Qi(Xo,{src:e.logoUrl}),t.children]})},g=()=>Yi(or);import{useEffect as Kn,useState as qn}from"react";import et from"styled-components";import on from"styled-components";import{jsx as ir}from"react/jsx-runtime";var nr=({style:t,...e})=>ir("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",...t},...e,children:ir("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});import{jsx as sr}from"react/jsx-runtime";var ar=({style:t,...e})=>sr("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",...t},...e,children:sr("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});import{createContext as en,useContext as tn}from"react";var ro=en({isLinking:!1,linkingHint:null,getAuthMeta:f,getAuthFlow:f,closePrivyModal:f,initLoginWithWallet:f,loginWithWallet:f,loginWithCode:f,initLoginWithEmail:f,initLoginWithSms:f,resendEmailCode:f,resendSmsCode:f,initLoginWithOAuth:f,loginWithOAuth:f}),k=()=>tn(ro);import{jsx as te,jsxs as ln}from"react/jsx-runtime";var rn=()=>te("div",{}),nn=({backFn:t})=>te("div",{children:te(ar,{onClick:t})}),sn=t=>te("div",{children:te("div",{children:te(nr,{onClick:t.onClose})})});var A=({backFn:t,onClose:e})=>{let{closePrivyModal:o}=k();return ln(an,{children:[t?te(nn,{backFn:t}):te(rn,{}),te(sn,{onClose:e||o})]})},an=on.div`
13
13
  height: 30px;
14
14
  display: flex;
15
15
  align-items: center;
@@ -66,11 +66,11 @@ Resources:
66
66
  @media (max-width: 440px) {
67
67
  height: 30px;
68
68
  }
69
- `;import cr from"styled-components";import{jsx as D,jsxs as nn}from"react/jsx-runtime";var be=({style:t,...e})=>nn("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[D("rect",{width:"28",height:"28",rx:"6",fill:"white"}),D("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),D("path",{d:"M4.98753 5L12.7329 10.8299L11.3468 7.37954L4.98753 5ZM20.1987 18.4027L18.1166 21.5794L22.5723 22.8049L23.8454 18.4741L20.1987 18.4027ZM4.16064 18.4741L5.42775 22.8049L9.87153 21.5794L7.80133 18.4027L4.16064 18.4741Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),D("path",{d:"M9.6336 13.0369L8.39624 14.9049L12.7984 15.1071L12.6556 10.3659L9.6336 13.0429V13.0369ZM18.3665 13.0429L15.2969 10.3064L15.1958 15.1071L19.5979 14.9049L18.3665 13.0429ZM9.87155 21.5794L12.5426 20.2945L10.2463 18.5098L9.87155 21.5794ZM15.4635 20.2886L18.1166 21.5794L17.7597 18.5039L15.4635 20.2886Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),D("path",{d:"M18.1167 21.5794L15.4635 20.2944L15.6776 22.0196L15.6539 22.7513L18.1167 21.5794ZM9.87158 21.5794L12.3463 22.7513L12.3285 22.0196L12.5426 20.2944L9.87158 21.5794Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),D("path",{d:"M12.3878 17.3616L10.1868 16.7191L11.7454 16.0052L12.3938 17.3616H12.3878ZM15.6062 17.3616L16.2605 15.9993L17.8251 16.7131L15.6062 17.3675V17.3616Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),D("path",{d:"M9.87147 21.5794L10.2581 18.4027L7.80127 18.4741L9.87147 21.5794ZM17.7418 18.4027L18.1166 21.5794L20.1987 18.4741L17.7418 18.4027ZM19.6038 14.9048L15.2016 15.107L15.6061 17.3676L16.2605 15.9994L17.8251 16.7132L19.6038 14.9048ZM10.1868 16.7192L11.7454 16.0053L12.3938 17.3617L12.8042 15.1011L8.4021 14.9048L10.1868 16.7192Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),D("path",{d:"M8.4021 14.9048L10.2462 18.5038L10.1868 16.7192L8.4021 14.9048ZM17.8251 16.7192L17.7537 18.5038L19.5978 14.9048L17.8251 16.7192ZM12.8042 15.107L12.3878 17.3676L12.9113 20.0327L13.0303 16.5169L12.8042 15.107ZM15.1957 15.107L14.9815 16.511L15.0886 20.0327L15.6061 17.3617L15.1957 15.1011V15.107Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),D("path",{d:"M15.6062 17.3617L15.0887 20.0327L15.4635 20.2945L17.7538 18.5098L17.8252 16.7192L15.6062 17.3617ZM10.1869 16.7192L10.2463 18.5039L12.5426 20.2885L12.9114 20.0327L12.3939 17.3617L10.1809 16.7192H10.1869Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),D("path",{d:"M15.6598 22.7513L15.6776 22.0196L15.4754 21.853H12.5248L12.3285 22.0196L12.3463 22.7513L9.87158 21.5793L10.7401 22.2932L12.495 23.5008H15.4992L17.26 22.2873L18.1167 21.5793L15.6539 22.7513H15.6598Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),D("path",{d:"M15.4634 20.2885L15.0886 20.0327H12.9114L12.5425 20.2945L12.3284 22.0196L12.5247 21.8531H15.4753L15.6776 22.0196L15.4634 20.2945V20.2885Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),D("path",{d:"M23.3456 11.1571L24 7.97442L23.0125 5L15.4575 10.5919L18.3664 13.0369L22.4711 14.2326L23.3754 13.1797L22.9827 12.8941L23.6074 12.323L23.1315 11.9542L23.7561 11.4783L23.3397 11.1571H23.3456ZM4 7.96847L4.66627 11.1571L4.23795 11.4723L4.87448 11.9482L4.39857 12.323L5.01725 12.8941L4.62463 13.1797L5.52885 14.2326L9.63355 13.0428L12.5425 10.586L4.98751 5L4 7.96847Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),D("path",{d:"M22.4712 14.2325L18.3665 13.0428L19.6038 14.9048L17.7597 18.5038L20.1987 18.4741H23.8454L22.4712 14.2325ZM9.63358 13.0368L5.52888 14.2325L4.16064 18.4741H7.80728L10.2463 18.5038L8.40217 14.9048L9.63953 13.0368H9.63358ZM15.1957 15.107L15.4634 10.5859L16.6532 7.37354H11.3468L12.5366 10.5859L12.8043 15.107L12.9054 16.5229V20.0327H15.0887L15.1006 16.5229L15.1957 15.107Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as sr,jsxs as sn}from"react/jsx-runtime";var de=({style:t,...e})=>sn("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[sr("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),sr("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{jsx as Me,jsxs as an}from"react/jsx-runtime";var gt=({style:t,...e})=>an("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[Me("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),Me("g",{clipPath:"url(#clip0_1765_9946)",children:Me("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"})}),Me("defs",{children:Me("clipPath",{id:"clip0_1765_9946",children:Me("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});import{isMobile as lr}from"react-device-detect";import{isIOS as ln,isMobile as cn}from"react-device-detect";var oo=t=>{let e=new URL(window.location.href);if(!window.ethereum&&cn){let o;switch(t){case"metamask":ln?o="dapp://"+e.hostname+e.pathname:o="https://metamask.app.link/dapp/"+e.hostname+e.pathname;break;case"coinbase_wallet":o="https://go.cb-w.com/dapp?cb_url="+encodeURIComponent(e.href.replace(/\/$/g,""));break;case"wallet_connect":break;default:break}o&&window.location.assign(o)}};import dn from"styled-components";var ar=dn.span`
69
+ `;import ur from"styled-components";import{jsx as F,jsxs as cn}from"react/jsx-runtime";var Le=({style:t,...e})=>cn("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[F("rect",{width:"28",height:"28",rx:"6",fill:"white"}),F("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),F("path",{d:"M4.98753 5L12.7329 10.8299L11.3468 7.37954L4.98753 5ZM20.1987 18.4027L18.1166 21.5794L22.5723 22.8049L23.8454 18.4741L20.1987 18.4027ZM4.16064 18.4741L5.42775 22.8049L9.87153 21.5794L7.80133 18.4027L4.16064 18.4741Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),F("path",{d:"M9.6336 13.0369L8.39624 14.9049L12.7984 15.1071L12.6556 10.3659L9.6336 13.0429V13.0369ZM18.3665 13.0429L15.2969 10.3064L15.1958 15.1071L19.5979 14.9049L18.3665 13.0429ZM9.87155 21.5794L12.5426 20.2945L10.2463 18.5098L9.87155 21.5794ZM15.4635 20.2886L18.1166 21.5794L17.7597 18.5039L15.4635 20.2886Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),F("path",{d:"M18.1167 21.5794L15.4635 20.2944L15.6776 22.0196L15.6539 22.7513L18.1167 21.5794ZM9.87158 21.5794L12.3463 22.7513L12.3285 22.0196L12.5426 20.2944L9.87158 21.5794Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),F("path",{d:"M12.3878 17.3616L10.1868 16.7191L11.7454 16.0052L12.3938 17.3616H12.3878ZM15.6062 17.3616L16.2605 15.9993L17.8251 16.7131L15.6062 17.3675V17.3616Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),F("path",{d:"M9.87147 21.5794L10.2581 18.4027L7.80127 18.4741L9.87147 21.5794ZM17.7418 18.4027L18.1166 21.5794L20.1987 18.4741L17.7418 18.4027ZM19.6038 14.9048L15.2016 15.107L15.6061 17.3676L16.2605 15.9994L17.8251 16.7132L19.6038 14.9048ZM10.1868 16.7192L11.7454 16.0053L12.3938 17.3617L12.8042 15.1011L8.4021 14.9048L10.1868 16.7192Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),F("path",{d:"M8.4021 14.9048L10.2462 18.5038L10.1868 16.7192L8.4021 14.9048ZM17.8251 16.7192L17.7537 18.5038L19.5978 14.9048L17.8251 16.7192ZM12.8042 15.107L12.3878 17.3676L12.9113 20.0327L13.0303 16.5169L12.8042 15.107ZM15.1957 15.107L14.9815 16.511L15.0886 20.0327L15.6061 17.3617L15.1957 15.1011V15.107Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),F("path",{d:"M15.6062 17.3617L15.0887 20.0327L15.4635 20.2945L17.7538 18.5098L17.8252 16.7192L15.6062 17.3617ZM10.1869 16.7192L10.2463 18.5039L12.5426 20.2885L12.9114 20.0327L12.3939 17.3617L10.1809 16.7192H10.1869Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),F("path",{d:"M15.6598 22.7513L15.6776 22.0196L15.4754 21.853H12.5248L12.3285 22.0196L12.3463 22.7513L9.87158 21.5793L10.7401 22.2932L12.495 23.5008H15.4992L17.26 22.2873L18.1167 21.5793L15.6539 22.7513H15.6598Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),F("path",{d:"M15.4634 20.2885L15.0886 20.0327H12.9114L12.5425 20.2945L12.3284 22.0196L12.5247 21.8531H15.4753L15.6776 22.0196L15.4634 20.2945V20.2885Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),F("path",{d:"M23.3456 11.1571L24 7.97442L23.0125 5L15.4575 10.5919L18.3664 13.0369L22.4711 14.2326L23.3754 13.1797L22.9827 12.8941L23.6074 12.323L23.1315 11.9542L23.7561 11.4783L23.3397 11.1571H23.3456ZM4 7.96847L4.66627 11.1571L4.23795 11.4723L4.87448 11.9482L4.39857 12.323L5.01725 12.8941L4.62463 13.1797L5.52885 14.2326L9.63355 13.0428L12.5425 10.586L4.98751 5L4 7.96847Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),F("path",{d:"M22.4712 14.2325L18.3665 13.0428L19.6038 14.9048L17.7597 18.5038L20.1987 18.4741H23.8454L22.4712 14.2325ZM9.63358 13.0368L5.52888 14.2325L4.16064 18.4741H7.80728L10.2463 18.5038L8.40217 14.9048L9.63953 13.0368H9.63358ZM15.1957 15.107L15.4634 10.5859L16.6532 7.37354H11.3468L12.5366 10.5859L12.8043 15.107L12.9054 16.5229V20.0327H15.0887L15.1006 16.5229L15.1957 15.107Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as lr,jsxs as dn}from"react/jsx-runtime";var pe=({style:t,...e})=>dn("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[lr("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),lr("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{jsx as Ne,jsxs as un}from"react/jsx-runtime";var yt=({style:t,...e})=>un("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[Ne("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),Ne("g",{clipPath:"url(#clip0_1765_9946)",children:Ne("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"})}),Ne("defs",{children:Ne("clipPath",{id:"clip0_1765_9946",children:Ne("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});import{isMobile as dr}from"react-device-detect";import{isIOS as pn,isMobile as hn}from"react-device-detect";var io=t=>{let e=new URL(window.location.href);if(!window.ethereum&&hn){let o;switch(t){case"metamask":pn?o="dapp://"+e.hostname+e.pathname:o="https://metamask.app.link/dapp/"+e.hostname+e.pathname;break;case"coinbase_wallet":o="https://go.cb-w.com/dapp?cb_url="+encodeURIComponent(e.href.replace(/\/$/g,""));break;case"wallet_connect":break;default:break}o&&window.location.assign(o)}};import mn from"styled-components";var cr=mn.span`
70
70
  @media (max-width: 440px) {
71
71
  display: none;
72
72
  }
73
- `;import{jsx as oe,jsxs as Je}from"react/jsx-runtime";var wt=()=>{let{navigate:t}=g(),{initLoginWithWallet:e,closePrivyModal:o}=k();return Je(un,{children:[Je(ro,{onClick:()=>{Qt()?(e("metamask"),t("AWAITING_CONNECTION")):lr?(oo("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[oe(be,{}),oe("span",{children:"Metamask"}),oe("span",{children:Qt()?"Connect":"Install"})]}),Je(ro,{onClick:()=>{mt()?(e("coinbase_wallet"),t("AWAITING_CONNECTION")):lr?(oo("coinbase_wallet"),o()):(e("coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[oe(de,{}),Je("span",{children:["Coinbase",oe(ar,{children:" Wallet"})]}),oe("span",{children:"Connect"})]}),Je(ro,{onClick:()=>{e("wallet_connect"),t("AWAITING_CONNECTION")},children:[oe(gt,{}),oe("span",{children:"WalletConnect"}),oe("span",{children:"Connect"})]})]})},un=cr.div`
73
+ `;import{jsx as oe,jsxs as Ye}from"react/jsx-runtime";var Ct=()=>{let{navigate:t}=g(),{initLoginWithWallet:e,closePrivyModal:o}=k();return Ye(fn,{children:[Ye(no,{onClick:()=>{eo()?(e("metamask"),t("AWAITING_CONNECTION")):dr?(io("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[oe(Le,{}),oe("span",{children:"Metamask"}),oe("span",{children:eo()?"Connect":"Install"})]}),Ye(no,{onClick:()=>{ft()?(e("coinbase_wallet"),t("AWAITING_CONNECTION")):dr?(io("coinbase_wallet"),o()):(e("coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[oe(pe,{}),Ye("span",{children:["Coinbase",oe(cr,{children:" Wallet"})]}),oe("span",{children:"Connect"})]}),Ye(no,{onClick:()=>{e("wallet_connect"),t("AWAITING_CONNECTION")},children:[oe(yt,{}),oe("span",{children:"WalletConnect"}),oe("span",{children:"Connect"})]})]})},fn=ur.div`
74
74
  display: flex;
75
75
  flex-direction: column;
76
76
  align-items: flex-start;
@@ -80,7 +80,7 @@ Resources:
80
80
  @media (max-width: 440px) {
81
81
  flex-direction: row;
82
82
  }
83
- `,ro=cr.button`
83
+ `,no=ur.button`
84
84
  display: flex;
85
85
  flex-direction: row;
86
86
  align-items: center;
@@ -147,7 +147,7 @@ Resources:
147
147
  :hover > :last-child {
148
148
  opacity: 1;
149
149
  }
150
- `;import pn from"styled-components";import{jsx as dr,jsxs as mn}from"react/jsx-runtime";var yt=()=>{let{navigate:t}=g();return mn(hn,{children:[dr("span",{children:"Don\u2019t have a wallet? "}),dr("button",{onClick:()=>{t("WALLET_EDUCATION")},children:"Create one now."})]})},hn=pn.div`
150
+ `;import gn from"styled-components";import{jsx as pr,jsxs as yn}from"react/jsx-runtime";var vt=()=>{let{navigate:t}=g();return yn(wn,{children:[pr("span",{children:"Don\u2019t have a wallet? "}),pr("button",{onClick:()=>{t("WALLET_EDUCATION")},children:"Create one now."})]})},wn=gn.div`
151
151
  font-size: 13px;
152
152
  color: var(--light-theme-fg-3);
153
153
 
@@ -158,7 +158,7 @@ Resources:
158
158
  @media (max-width: 440px) {
159
159
  margin-top: 4px;
160
160
  }
161
- `;import hr from"styled-components";import{jsx as ur}from"react/jsx-runtime";var pr=({style:t,...e})=>ur("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",...t},...e,children:ur("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:"var(--primary-color)"})});import{Fragment as gn,jsx as Ne,jsxs as fr}from"react/jsx-runtime";var fn=hr.div`
161
+ `;import fr from"styled-components";import{jsx as hr}from"react/jsx-runtime";var mr=({style:t,...e})=>hr("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",...t},...e,children:hr("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:"var(--primary-color)"})});import{Fragment as vn,jsx as Oe,jsxs as wr}from"react/jsx-runtime";var Cn=fr.div`
162
162
  margin-top: 16px;
163
163
  font-size: 12px;
164
164
  text-align: left;
@@ -167,7 +167,7 @@ Resources:
167
167
  && > a {
168
168
  color: var(--primary-color);
169
169
  }
170
- `;function mr(t){let{privacyPolicyUrl:e,termsAndConditionsUrl:o}=t.app,r=!!e,i=!!o,n=r&&i;return!r&&!i?null:fr(fn,{children:["By logging in I agree to the"," ",i&&Ne("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",r&&Ne("a",{href:e,target:"_blank",children:"Privacy Policy"})]})}var q=({protectedByPrivy:t})=>Ne(re,{hideOnMobile:t,children:t?fr(gn,{children:[Ne(pr,{}),Ne("span",{children:Ne("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),re=hr.div`
170
+ `;function gr(t){let{privacyPolicyUrl:e,termsAndConditionsUrl:o}=t.app,r=!!e,i=!!o,n=r&&i;return!r&&!i?null:wr(Cn,{children:["By logging in I agree to the"," ",i&&Oe("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",r&&Oe("a",{href:e,target:"_blank",children:"Privacy Policy"})]})}var q=({protectedByPrivy:t})=>Oe(re,{hideOnMobile:t,children:t?wr(vn,{children:[Oe(mr,{}),Oe("span",{children:Oe("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),re=fr.div`
171
171
  height: 20px;
172
172
  font-size: 12px;
173
173
  display: flex;
@@ -189,7 +189,7 @@ Resources:
189
189
  @media (max-width: 440px) {
190
190
  display: ${t=>t.hideOnMobile?"none":"inherit"};
191
191
  }
192
- `;import gr from"styled-components";var ue=gr.div`
192
+ `;import yr from"styled-components";var he=yr.div`
193
193
  display: flex;
194
194
  flex-direction: column;
195
195
  align-items: flex-start;
@@ -197,20 +197,20 @@ Resources:
197
197
  margin-top: auto;
198
198
  gap: 16px;
199
199
  flex-grow: 100;
200
- `,wr=gr.div`
200
+ `,Cr=yr.div`
201
201
  display: flex;
202
202
  flex-direction: column;
203
203
  align-items: center;
204
204
  justify-content: center;
205
205
  height: 100%;
206
206
  width: 100%;
207
- `;import Qe from"styled-components";import{jsx as yr}from"react/jsx-runtime";var Ct=({style:t,logoFill:e,...o})=>yr("svg",{width:"24",height:"20",viewBox:"0 0 24 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...t},...o,children:yr("path",{d:"M7.54311 19.7551C16.5973 19.7551 21.5516 12.2467 21.5516 5.74656C21.5516 5.53533 21.5516 5.32409 21.542 5.11286C22.5021 4.42156 23.3375 3.54783 24 2.55888C23.1166 2.95254 22.1661 3.21178 21.1675 3.3366C22.1853 2.73171 22.963 1.76196 23.3375 0.609788C22.3869 1.17627 21.3308 1.57953 20.2074 1.80037C19.3049 0.840223 18.0279 0.244934 16.6165 0.244934C13.8993 0.244934 11.6909 2.45326 11.6909 5.17047C11.6909 5.55453 11.7389 5.92898 11.8157 6.29384C7.72554 6.09221 4.09619 4.12391 1.66703 1.14747C1.24457 1.87718 1.00453 2.72211 1.00453 3.62464C1.00453 5.3337 1.87826 6.84112 3.19366 7.72445C2.38714 7.69565 1.62862 7.47481 0.966125 7.10996C0.966125 7.12916 0.966125 7.14837 0.966125 7.17717C0.966125 9.55833 2.66558 11.5554 4.91232 12.0067C4.49945 12.1219 4.06739 12.1795 3.61612 12.1795C3.29927 12.1795 2.99203 12.1507 2.69438 12.0931C3.31848 14.0518 5.14275 15.4728 7.29347 15.5112C5.60362 16.8362 3.4817 17.6235 1.17736 17.6235C0.783698 17.6235 0.390039 17.6043 0.00598145 17.5563C2.17591 18.9389 4.76829 19.7551 7.54311 19.7551Z",fill:e==="primary"?"#1da1f2":"white"})});import{jsx as Ye,jsxs as wn}from"react/jsx-runtime";var vt=({logoFill:t,style:e,...o})=>wn("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...o,children:[Ye("g",{clipPath:"url(#clip0)",children:Ye("path",{d:"M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z",fill:t==="primary"?"#5865f2":"white"})}),Ye("defs",{children:Ye("clipPath",{id:"clip0",children:Ye("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as Cr}from"react/jsx-runtime";var bt=({logoFill:t,style:e,...o})=>Cr("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"24",y:"24",viewBox:"0 0 98 96",style:{height:"24px",...e},...o,children:Cr("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:t==="primary"?"#2D333B":"white"})});import{jsx as xt,jsxs as yn}from"react/jsx-runtime";var Lt=({style:t,...e})=>yn("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...t},...e,children:[xt("path",{d:"M22.56 12.25C22.56 11.47 22.49 10.72 22.36 10H12V14.255H17.92C17.665 15.63 16.89 16.795 15.725 17.575V20.335H19.28C21.36 18.42 22.56 15.6 22.56 12.25Z",fill:"#4285F4"}),xt("path",{d:"M12 23C14.97 23 17.46 22.015 19.28 20.335L15.725 17.575C14.74 18.235 13.48 18.625 12 18.625C9.13504 18.625 6.71004 16.69 5.84504 14.09H2.17004V16.94C3.98004 20.535 7.70004 23 12 23Z",fill:"#34A853"}),xt("path",{d:"M5.845 14.09C5.625 13.43 5.5 12.725 5.5 12C5.5 11.275 5.625 10.57 5.845 9.91V7.06H2.17C1.4 8.59286 0.999321 10.2846 1 12C1 13.775 1.425 15.455 2.17 16.94L5.845 14.09Z",fill:"#FBBC05"}),xt("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});import{jsx as pe,jsxs as An}from"react/jsx-runtime";var vr=({showGoogle:t,showTwitter:e,showDiscord:o,showGithub:r,stacked:i})=>{let{initLoginWithOAuth:n}=k();return An(Cn,{stacked:i,children:[t&&pe(Ln,{onClick:()=>{n("google")},children:pe(Lt,{})}),e&&pe(vn,{onClick:()=>{n("twitter")},children:pe(Ct,{})}),o&&pe(bn,{onClick:()=>{n("discord")},children:pe(vt,{})}),r&&pe(xn,{onClick:()=>{n("github")},children:pe(bt,{})})]})},Cn=Qe.div`
207
+ `;import Xe from"styled-components";import{jsx as vr}from"react/jsx-runtime";var bt=({style:t,logoFill:e,...o})=>vr("svg",{width:"24",height:"20",viewBox:"0 0 24 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...t},...o,children:vr("path",{d:"M7.54311 19.7551C16.5973 19.7551 21.5516 12.2467 21.5516 5.74656C21.5516 5.53533 21.5516 5.32409 21.542 5.11286C22.5021 4.42156 23.3375 3.54783 24 2.55888C23.1166 2.95254 22.1661 3.21178 21.1675 3.3366C22.1853 2.73171 22.963 1.76196 23.3375 0.609788C22.3869 1.17627 21.3308 1.57953 20.2074 1.80037C19.3049 0.840223 18.0279 0.244934 16.6165 0.244934C13.8993 0.244934 11.6909 2.45326 11.6909 5.17047C11.6909 5.55453 11.7389 5.92898 11.8157 6.29384C7.72554 6.09221 4.09619 4.12391 1.66703 1.14747C1.24457 1.87718 1.00453 2.72211 1.00453 3.62464C1.00453 5.3337 1.87826 6.84112 3.19366 7.72445C2.38714 7.69565 1.62862 7.47481 0.966125 7.10996C0.966125 7.12916 0.966125 7.14837 0.966125 7.17717C0.966125 9.55833 2.66558 11.5554 4.91232 12.0067C4.49945 12.1219 4.06739 12.1795 3.61612 12.1795C3.29927 12.1795 2.99203 12.1507 2.69438 12.0931C3.31848 14.0518 5.14275 15.4728 7.29347 15.5112C5.60362 16.8362 3.4817 17.6235 1.17736 17.6235C0.783698 17.6235 0.390039 17.6043 0.00598145 17.5563C2.17591 18.9389 4.76829 19.7551 7.54311 19.7551Z",fill:e==="primary"?"#1da1f2":"white"})});import{jsx as Qe,jsxs as bn}from"react/jsx-runtime";var xt=({logoFill:t,style:e,...o})=>bn("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...o,children:[Qe("g",{clipPath:"url(#clip0)",children:Qe("path",{d:"M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z",fill:t==="primary"?"#5865f2":"white"})}),Qe("defs",{children:Qe("clipPath",{id:"clip0",children:Qe("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as br}from"react/jsx-runtime";var Lt=({logoFill:t,style:e,...o})=>br("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"24",y:"24",viewBox:"0 0 98 96",style:{height:"24px",...e},...o,children:br("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:t==="primary"?"#2D333B":"white"})});import{jsx as At,jsxs as xn}from"react/jsx-runtime";var Et=({style:t,...e})=>xn("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...t},...e,children:[At("path",{d:"M22.56 12.25C22.56 11.47 22.49 10.72 22.36 10H12V14.255H17.92C17.665 15.63 16.89 16.795 15.725 17.575V20.335H19.28C21.36 18.42 22.56 15.6 22.56 12.25Z",fill:"#4285F4"}),At("path",{d:"M12 23C14.97 23 17.46 22.015 19.28 20.335L15.725 17.575C14.74 18.235 13.48 18.625 12 18.625C9.13504 18.625 6.71004 16.69 5.84504 14.09H2.17004V16.94C3.98004 20.535 7.70004 23 12 23Z",fill:"#34A853"}),At("path",{d:"M5.845 14.09C5.625 13.43 5.5 12.725 5.5 12C5.5 11.275 5.625 10.57 5.845 9.91V7.06H2.17C1.4 8.59286 0.999321 10.2846 1 12C1 13.775 1.425 15.455 2.17 16.94L5.845 14.09Z",fill:"#FBBC05"}),At("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});import{jsx as me,jsxs as Pn}from"react/jsx-runtime";var xr=({showGoogle:t,showTwitter:e,showDiscord:o,showGithub:r,stacked:i})=>{let{initLoginWithOAuth:n}=k();return Pn(Ln,{stacked:i,children:[t&&me(_n,{onClick:()=>{n("google")},children:me(Et,{})}),e&&me(An,{onClick:()=>{n("twitter")},children:me(bt,{})}),o&&me(En,{onClick:()=>{n("discord")},children:me(xt,{})}),r&&me(kn,{onClick:()=>{n("github")},children:me(Lt,{})})]})},Ln=Xe.div`
208
208
  display: flex;
209
209
  flex-direction: ${t=>t.stacked?"column":"row"};
210
210
  justify-content: space-between;
211
211
  width: 100%;
212
212
  gap: 4px;
213
- `,vn=Qe.button`
213
+ `,An=Xe.button`
214
214
  && {
215
215
  border-radius: var(--border-radius-sm);
216
216
  cursor: pointer;
@@ -222,7 +222,7 @@ Resources:
222
222
  justify-content: center;
223
223
  align-items: center;
224
224
  }
225
- `,bn=Qe.button`
225
+ `,En=Xe.button`
226
226
  && {
227
227
  border-radius: var(--border-radius-sm);
228
228
  cursor: pointer;
@@ -234,7 +234,7 @@ Resources:
234
234
  justify-content: center;
235
235
  align-items: center;
236
236
  }
237
- `,xn=Qe.button`
237
+ `,kn=Xe.button`
238
238
  && {
239
239
  border-radius: var(--border-radius-sm);
240
240
  cursor: pointer;
@@ -246,7 +246,7 @@ Resources:
246
246
  justify-content: center;
247
247
  align-items: center;
248
248
  }
249
- `,Ln=Qe.button`
249
+ `,_n=Xe.button`
250
250
  && {
251
251
  border-radius: var(--border-radius-sm);
252
252
  cursor: pointer;
@@ -259,7 +259,7 @@ Resources:
259
259
  align-items: center;
260
260
  border: 1px solid var(--border-color-2);
261
261
  }
262
- `;import{useEffect as Pn,useState as io}from"react";import Oe from"styled-components";import{jsx as br}from"react/jsx-runtime";var At=({style:t,...e})=>br("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",...t},...e,children:br("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"})});import En from"styled-components";import{jsx as kn}from"react/jsx-runtime";var Et=({success:t,fail:e})=>kn(he,{className:t?"success":e?"fail":""}),he=En.span`
262
+ `;import{useEffect as In,useState as so}from"react";import Ue from"styled-components";import{jsx as Lr}from"react/jsx-runtime";var kt=({style:t,...e})=>Lr("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",...t},...e,children:Lr("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"})});import Sn from"styled-components";import{jsx as Tn}from"react/jsx-runtime";var _t=({success:t,fail:e})=>Tn(fe,{className:t?"success":e?"fail":""}),fe=Sn.span`
263
263
  && {
264
264
  width: 82px;
265
265
  height: 82px;
@@ -292,7 +292,7 @@ Resources:
292
292
  border-color: var(--fail-light);
293
293
  border-bottom-color: var(--fail-light);
294
294
  }
295
- `;import{isPossiblePhoneNumber as _n}from"libphonenumber-js/min";var xr=t=>!!String(t).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,}))$/),Lr=t=>_n(String(t),"US"),kt=t=>{var e=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;t=t.replace(e,function(r,i,n,a){return i+i+n+n+a+a});var o=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return{r:parseInt((o==null?void 0:o[1])||"00",16),g:parseInt((o==null?void 0:o[2])||"00",16),b:parseInt((o==null?void 0:o[3])||"00",16)}},Ar=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r},Er=t=>{if(!t)return"";let e=t.slice(0,8),o=t.slice(t.length-4,t.length);return`${e}...${o}`};import{Fragment as Nn,jsx as ie,jsxs as no}from"react/jsx-runtime";var _t=t=>{let[e,o]=io(""),[r,i]=io(!1),[n,a]=io(null),{authenticated:d}=O(),{initLoginWithEmail:m}=k(),{navigate:p,options:P}=g(),A=P.wallet;Pn(()=>{let c=document.querySelector("#email-input");c==null||c.focus()},[]);let E=xr(e),y=()=>{i(!0),m(e).then(()=>{p("AWAITING_PASSWORDLESS_CODE")}).catch(c=>{let b=(c==null?void 0:c.status)===401&&(c==null?void 0:c.message)==="User is not allowed to login to this app.";(c==null?void 0:c.status)===422?a(c.message):b?p("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting email"),i(!1)})};return no(Nn,{children:[no(Sn,{stacked:t.stacked,children:[no(In,{standalone:t.stacked,children:[ie(At,{}),ie("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:c=>o(c.target.value),onKeyUp:c=>{c.key==="Enter"&&y()},value:e,autoComplete:"email"})]}),t.stacked?null:ie(Tn,{disabled:r||!E,onClick:y,children:r?ie(he,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"})]}),n||d||!A?ie(Mn,{fail:!!n,children:n||""}):null,!n&&!d&&A?ie(Rn,{children:ie("span",{children:"Get started without a wallet."})}):null,t.stacked?ie(Wn,{disabled:r||!E,onClick:y,children:r?ie(he,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"}):null]})},Sn=Oe.div`
295
+ `;import{isPossiblePhoneNumber as Wn}from"libphonenumber-js/min";var Ar=t=>!!String(t).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,}))$/),Er=t=>Wn(String(t),"US"),Pt=t=>{var e=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;t=t.replace(e,function(r,i,n,a){return i+i+n+n+a+a});var o=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return{r:parseInt((o==null?void 0:o[1])||"00",16),g:parseInt((o==null?void 0:o[2])||"00",16),b:parseInt((o==null?void 0:o[3])||"00",16)}},kr=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r},_r=t=>{if(!t)return"";let e=t.slice(0,8),o=t.slice(t.length-4,t.length);return`${e}...${o}`};import{Fragment as Dn,jsx as ie,jsxs as ao}from"react/jsx-runtime";var St=t=>{let[e,o]=so(""),[r,i]=so(!1),[n,a]=so(null),{authenticated:d}=R(),{initLoginWithEmail:m}=k(),{navigate:p,options:P}=g(),_=P.wallet;In(()=>{let l=document.querySelector("#email-input");l==null||l.focus()},[]);let v=Ar(e),x=()=>{i(!0),m(e).then(()=>{p("AWAITING_PASSWORDLESS_CODE")}).catch(l=>{let b=(l==null?void 0:l.status)===401&&(l==null?void 0:l.message)==="User is not allowed to login to this app.";(l==null?void 0:l.status)===422?a(l.message):b?p("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting email"),i(!1)})};return ao(Dn,{children:[ao(Rn,{stacked:t.stacked,children:[ao(On,{standalone:t.stacked,children:[ie(kt,{}),ie("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:l=>o(l.target.value),onKeyUp:l=>{l.key==="Enter"&&x()},value:e,autoComplete:"email"})]}),t.stacked?null:ie(Mn,{disabled:r||!v,onClick:x,children:r?ie(fe,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"})]}),n||d||!_?ie(Fn,{fail:!!n,children:n||""}):null,!n&&!d&&_?ie(Un,{children:ie("span",{children:"Get started without a wallet."})}):null,t.stacked?ie(Nn,{disabled:r||!v,onClick:x,children:r?ie(fe,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"}):null]})},Rn=Ue.div`
296
296
  display: flex;
297
297
  border: 1px solid var(--border-color-1);
298
298
  width: 100%;
@@ -306,7 +306,7 @@ Resources:
306
306
  @media (max-width: 440px) {
307
307
  margin-top: 20px;
308
308
  }
309
- `,Tn=Oe.button`
309
+ `,Mn=Ue.button`
310
310
  display: flex;
311
311
  flex-direction: row;
312
312
  align-items: center;
@@ -331,7 +331,7 @@ Resources:
331
331
  color: var(--disabled-fg);
332
332
  cursor: not-allowed;
333
333
  }
334
- `,Wn=Oe.button`
334
+ `,Nn=Ue.button`
335
335
  display: flex;
336
336
  flex-direction: column;
337
337
  align-items: center;
@@ -355,7 +355,7 @@ Resources:
355
355
  color: var(--disabled-fg);
356
356
  cursor: not-allowed;
357
357
  }
358
- `,In=Oe.label`
358
+ `,On=Ue.label`
359
359
  display: flex;
360
360
  flex-direction: row;
361
361
  align-items: center;
@@ -392,7 +392,7 @@ Resources:
392
392
  line-height: 24px;
393
393
  }
394
394
  }
395
- `,Rn=Oe.div`
395
+ `,Un=Ue.div`
396
396
  font-size: 13px;
397
397
  color: var(--light-theme-fg-3);
398
398
  text-align: left;
@@ -400,7 +400,7 @@ Resources:
400
400
  > button {
401
401
  text-decoration: underline;
402
402
  }
403
- `,Mn=Oe.div`
403
+ `,Fn=Ue.div`
404
404
  line-height: 20px;
405
405
  height: 20px;
406
406
  font-size: 13px;
@@ -412,7 +412,7 @@ Resources:
412
412
  opacity: ${t=>t.success||t.fail?"1":"0"};
413
413
 
414
414
  transition: ${t=>t.fail?"":"all 150ms ease-in-out"};
415
- `;import{useEffect as On,useState as so}from"react";import xe from"styled-components";import{jsx as kr}from"react/jsx-runtime";var Pt=({style:t,...e})=>kr("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",strokeWidth:1.5,stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:kr("path",{d:"M2.5 4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H6.9C7.07483 2.50013 7.24519 2.55525 7.38696 2.65754C7.52874 2.75984 7.63475 2.90413 7.69 3.07L8.93833 6.81417C9.00158 7.00445 8.9941 7.21116 8.91726 7.39637C8.84042 7.58158 8.69938 7.73288 8.52 7.8225L6.63917 8.76417C7.5611 10.8046 9.19538 12.4389 11.2358 13.3608L12.1775 11.48C12.2671 11.3006 12.4184 11.1596 12.6036 11.0827C12.7888 11.0059 12.9956 10.9984 13.1858 11.0617L16.93 12.31C17.096 12.3653 17.2404 12.4714 17.3427 12.6134C17.445 12.7553 17.5 12.9259 17.5 13.1008V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H15C8.09667 17.5 2.5 11.9033 2.5 5V4.16667Z",strokeLinecap:"round",strokeLinejoin:"round"})});import{Fragment as Bn,jsx as ne,jsxs as ao}from"react/jsx-runtime";var St=t=>{let[e,o]=so(""),[r,i]=so(!1),[n,a]=so(null),{authenticated:d}=O(),{initLoginWithSms:m}=k(),{navigate:p,options:P}=g(),A=P.wallet;On(()=>{let c=document.querySelector("#phone-number-input");c==null||c.focus()},[]);let E=Lr(e),y=()=>{i(!0),m(e).then(()=>{p("AWAITING_PASSWORDLESS_CODE")}).catch(c=>{let b=(c==null?void 0:c.status)===401&&(c==null?void 0:c.message)==="User is not allowed to login to this app.";(c==null?void 0:c.status)===422?a(c.message):b?p("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting phone number"),i(!1)})};return ao(Bn,{children:[ao(Un,{stacked:t.stacked,children:[ao(Gn,{standalone:t.stacked,children:[ne(Pt,{}),ne("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:c=>{o(c.target.value)},onKeyUp:c=>{c.key==="Enter"&&y()},value:e,autoComplete:"tel"})]}),t.stacked?null:ne(Fn,{disabled:r||!E,onClick:y,children:r?ne(_r,{color:"var(--disabled-fg)"}):"Submit"})]}),n||d||!A?ne(Hn,{fail:!!n,children:n||""}):null,!n&&!d&&A?ne(Vn,{children:ne("span",{children:"Don\u2019t have a wallet? Start exploring with your phone or socials."})}):null,t.stacked?ne(Dn,{disabled:r||!E,onClick:y,children:r?ne(_r,{color:"var(--disabled-fg)"}):"Submit"}):null]})},Un=xe.div`
415
+ `;import{useEffect as Gn,useState as lo}from"react";import Ae from"styled-components";import{jsx as Pr}from"react/jsx-runtime";var Tt=({style:t,...e})=>Pr("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",strokeWidth:1.5,stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:Pr("path",{d:"M2.5 4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H6.9C7.07483 2.50013 7.24519 2.55525 7.38696 2.65754C7.52874 2.75984 7.63475 2.90413 7.69 3.07L8.93833 6.81417C9.00158 7.00445 8.9941 7.21116 8.91726 7.39637C8.84042 7.58158 8.69938 7.73288 8.52 7.8225L6.63917 8.76417C7.5611 10.8046 9.19538 12.4389 11.2358 13.3608L12.1775 11.48C12.2671 11.3006 12.4184 11.1596 12.6036 11.0827C12.7888 11.0059 12.9956 10.9984 13.1858 11.0617L16.93 12.31C17.096 12.3653 17.2404 12.4714 17.3427 12.6134C17.445 12.7553 17.5 12.9259 17.5 13.1008V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H15C8.09667 17.5 2.5 11.9033 2.5 5V4.16667Z",strokeLinecap:"round",strokeLinejoin:"round"})});import{Fragment as Zn,jsx as ne,jsxs as co}from"react/jsx-runtime";var Wt=t=>{let[e,o]=lo(""),[r,i]=lo(!1),[n,a]=lo(null),{authenticated:d}=R(),{initLoginWithSms:m}=k(),{navigate:p,options:P}=g(),_=P.wallet;Gn(()=>{let l=document.querySelector("#phone-number-input");l==null||l.focus()},[]);let v=Er(e),x=()=>{i(!0),m(e).then(()=>{p("AWAITING_PASSWORDLESS_CODE")}).catch(l=>{let b=(l==null?void 0:l.status)===401&&(l==null?void 0:l.message)==="User is not allowed to login to this app.";(l==null?void 0:l.status)===422?a(l.message):b?p("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting phone number"),i(!1)})};return co(Zn,{children:[co(Hn,{stacked:t.stacked,children:[co(zn,{standalone:t.stacked,children:[ne(Tt,{}),ne("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:l=>{o(l.target.value)},onKeyUp:l=>{l.key==="Enter"&&x()},value:e,autoComplete:"tel"})]}),t.stacked?null:ne(Vn,{disabled:r||!v,onClick:x,children:r?ne(Sr,{color:"var(--disabled-fg)"}):"Submit"})]}),n||d||!_?ne(jn,{fail:!!n,children:n||""}):null,!n&&!d&&_?ne($n,{children:ne("span",{children:"Don\u2019t have a wallet? Start exploring with your phone or socials."})}):null,t.stacked?ne(Bn,{disabled:r||!v,onClick:x,children:r?ne(Sr,{color:"var(--disabled-fg)"}):"Submit"}):null]})},Hn=Ae.div`
416
416
  display: flex;
417
417
  border: 1px solid var(--border-color-1);
418
418
  width: 100%;
@@ -426,7 +426,7 @@ Resources:
426
426
  @media (max-width: 440px) {
427
427
  margin-top: 20px;
428
428
  }
429
- `,Fn=xe.button`
429
+ `,Vn=Ae.button`
430
430
  display: flex;
431
431
  flex-direction: row;
432
432
  align-items: center;
@@ -451,7 +451,7 @@ Resources:
451
451
  color: var(--disabled-fg);
452
452
  cursor: not-allowed;
453
453
  }
454
- `,Dn=xe.button`
454
+ `,Bn=Ae.button`
455
455
  display: flex;
456
456
  flex-direction: column;
457
457
  align-items: center;
@@ -475,7 +475,7 @@ Resources:
475
475
  color: var(--disabled-fg);
476
476
  cursor: not-allowed;
477
477
  }
478
- `,Gn=xe.label`
478
+ `,zn=Ae.label`
479
479
  display: flex;
480
480
  flex-direction: row;
481
481
  align-items: center;
@@ -512,14 +512,14 @@ Resources:
512
512
  line-height: 24px;
513
513
  }
514
514
  }
515
- `,Vn=xe.div`
515
+ `,$n=Ae.div`
516
516
  font-size: 13px;
517
517
  color: var(--light-theme-fg-3);
518
518
 
519
519
  > button {
520
520
  text-decoration: underline;
521
521
  }
522
- `,Hn=xe.div`
522
+ `,jn=Ae.div`
523
523
  line-height: 20px;
524
524
  height: 20px;
525
525
  font-size: 13px;
@@ -531,19 +531,19 @@ Resources:
531
531
  opacity: ${t=>t.success||t.fail?"1":"0"};
532
532
 
533
533
  transition: ${t=>t.fail?"":"all 150ms ease-in-out"};
534
- `,_r=xe(he)`
534
+ `,Sr=Ae(fe)`
535
535
  && {
536
536
  height: 1rem;
537
537
  width: 1rem;
538
538
  border-width: 2px;
539
539
  }
540
- `;import{jsx as Pr}from"react/jsx-runtime";var Sr=()=>{let{app:t}=g();return t!=null&&t.logoUrl?Pr("div",{children:Pr("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};import{isMobile as Tr}from"react-device-detect";import{Fragment as Le,jsx as v,jsxs as me}from"react/jsx-runtime";var Ir=()=>{let{ready:t}=O(),{getAuthMeta:e,isLinking:o}=k(),{app:r,navigate:i,options:n}=g(),a=n.email,d=n.sms,m=n.wallet,p=n.google,P=n.twitter,A=n.discord,E=n.github,y=m&&(r==null?void 0:r.showWalletLoginFirst)?0:1,[c,b]=jn(y),C=e(),z=(C==null?void 0:C.authorizationCode)&&(C==null?void 0:C.stateCode)&&(C==null?void 0:C.provider);zn(()=>{z?i("AWAITING_OAUTH_SCREEN"):o&&a?i("LINK_EMAIL_SCREEN"):o&&d?i("LINK_PHONE_SCREEN"):o&&m&&i("LINK_WALLET_SCREEN")},[t]);let ge=c==0,I=c==1,F=()=>v(Le,{children:m&&v($n,{active:ge,onClick:()=>b(0)})}),x=()=>v(Le,{children:(a||d)&&v(Zn,{active:I,onClick:()=>b(1),email:a,sms:d,google:p,twitter:P,discord:A,github:E})});return me(Le,{children:[v(L,{},"header"),v(Jn,{walletOnly:!a&&!d&&!p&&!P&&!A&&!E,hasTerms:!!((r==null?void 0:r.privacyPolicyUrl)||(r==null?void 0:r.termsAndConditionsUrl)),children:v(Sr,{})}),v(ue,{children:r!=null&&r.showWalletLoginFirst?me(Le,{children:[v(F,{}),v(x,{})]}):me(Le,{children:[v(x,{}),v(F,{})]})}),r&&v(mr,{app:r}),v(q,{protectedByPrivy:!0})]})};function $n(t){return me(Mr,{active:t.active,onClick:t.onClick,children:[v(Rr,{active:t.active,children:v("h4",{children:"Connect Wallet"})}),t.active&&me(Le,{children:[v(wt,{}),v(yt,{})]})]})}function Zn(t){let e=t.google||t.discord||t.github||t.twitter&&!Tr,o=t.email?"Email":"Phone";return me(Mr,{active:t.active,onClick:t.onClick,children:[v(Rr,{active:t.active,children:v("h4",{children:e?`${o} & Social`:o})}),t.active&&t.email&&v(_t,{}),t.active&&t.sms&&!t.email&&v(St,{}),t.active&&e&&v(Kn,{google:t.google,twitter:t.twitter&&!Tr,discord:t.discord,github:t.github})]})}function Kn(t){return me(Le,{children:[me(qn,{children:[v(Wr,{}),v("p",{children:" Or "}),v(Wr,{})]}),v(vr,{showGoogle:t.google,showDiscord:t.discord,showGithub:t.github,showTwitter:t.twitter})]})}var Rr=Xe.div`
540
+ `;import{jsx as Tr}from"react/jsx-runtime";var Wr=()=>{let{app:t}=g();return t!=null&&t.logoUrl?Tr("div",{children:Tr("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};import{isMobile as Ir}from"react-device-detect";import{Fragment as Ee,jsx as C,jsxs as ge}from"react/jsx-runtime";var Mr=()=>{let{ready:t}=R(),{getAuthMeta:e,isLinking:o}=k(),{app:r,navigate:i,options:n}=g(),a=n.email,d=n.sms,m=n.wallet,p=n.google,P=n.twitter,_=n.discord,v=n.github,x=m&&(r==null?void 0:r.showWalletLoginFirst)?0:1,[l,b]=qn(x),L=e(),G=(L==null?void 0:L.authorizationCode)&&(L==null?void 0:L.stateCode)&&(L==null?void 0:L.provider);Kn(()=>{G?i("AWAITING_OAUTH_SCREEN"):o&&a?i("LINK_EMAIL_SCREEN"):o&&d?i("LINK_PHONE_SCREEN"):o&&m&&i("LINK_WALLET_SCREEN")},[t]);let Ce=l==0,ae=l==1,W=()=>C(Ee,{children:m&&C(Jn,{active:Ce,onClick:()=>b(0)})}),H=()=>C(Ee,{children:(a||d)&&C(Yn,{active:ae,onClick:()=>b(1),email:a,sms:d,google:p,twitter:P,discord:_,github:v})});return ge(Ee,{children:[C(A,{},"header"),C(es,{walletOnly:!a&&!d&&!p&&!P&&!_&&!v,hasTerms:!!((r==null?void 0:r.privacyPolicyUrl)||(r==null?void 0:r.termsAndConditionsUrl)),children:C(Wr,{})}),C(he,{children:r!=null&&r.showWalletLoginFirst?ge(Ee,{children:[C(W,{}),C(H,{})]}):ge(Ee,{children:[C(H,{}),C(W,{})]})}),r&&C(gr,{app:r}),C(q,{protectedByPrivy:!0})]})};function Jn(t){return ge(Or,{active:t.active,onClick:t.onClick,children:[C(Nr,{active:t.active,children:C("h4",{children:"Connect Wallet"})}),t.active&&ge(Ee,{children:[C(Ct,{}),C(vt,{})]})]})}function Yn(t){let e=t.google||t.discord||t.github||t.twitter&&!Ir,o=t.email?"Email":"Phone";return ge(Or,{active:t.active,onClick:t.onClick,children:[C(Nr,{active:t.active,children:C("h4",{children:e?`${o} & Social`:o})}),t.active&&t.email&&C(St,{}),t.active&&t.sms&&!t.email&&C(Wt,{}),t.active&&e&&C(Qn,{google:t.google,twitter:t.twitter&&!Ir,discord:t.discord,github:t.github})]})}function Qn(t){return ge(Ee,{children:[ge(Xn,{children:[C(Rr,{}),C("p",{children:" Or "}),C(Rr,{})]}),C(xr,{showGoogle:t.google,showDiscord:t.discord,showGithub:t.github,showTwitter:t.twitter})]})}var Nr=et.div`
541
541
  font-weight: ${t=>t.active?600:500};
542
542
  color: ${t=>t.active?"inherit":"var(--light-theme-fg-3)"};
543
543
  display: flex;
544
544
  justify-content: center;
545
545
  align-items: center;
546
- `,Mr=Xe.div`
546
+ `,Or=et.div`
547
547
  display: flex;
548
548
  flex-direction: column;
549
549
  align-items: flex-start;
@@ -564,18 +564,18 @@ Resources:
564
564
  }
565
565
 
566
566
  cursor: ${t=>t.active?"inherit":"pointer"};
567
- `,qn=Xe.div`
567
+ `,Xn=et.div`
568
568
  display: flex;
569
569
  justify-content: center;
570
570
  align-items: center;
571
571
  width: 100%;
572
- `,Wr=Xe.hr`
572
+ `,Rr=et.hr`
573
573
  width: 50%;
574
574
  && {
575
575
  border-top: 1px solid var(--border-color-1);
576
576
  margin: 0px 8px;
577
577
  }
578
- `,Jn=Xe.div`
578
+ `,es=et.div`
579
579
  display: flex;
580
580
  flex-direction: column;
581
581
  align-items: center;
@@ -595,9 +595,9 @@ Resources:
595
595
  // the logo is close to the top (mobile or full wallet-open design)
596
596
  margin-top: ${t=>`${28+(t.walletOnly?31:0)-(t.hasTerms?18:0)}px`};
597
597
  margin-bottom: ${t=>`${60+(t.walletOnly?31:0)-(t.hasTerms?18:0)}px`};
598
- `;import{useEffect as Fr,useState as Wt}from"react";import It from"styled-components";import Tt from"styled-components";import{jsx as et,jsxs as Ur}from"react/jsx-runtime";var Ae=({title:t,description:e,children:o,...r})=>Ur(Or,{...r,children:[et("h3",{children:t}),typeof e=="string"?et("p",{children:e}):null,o]}),Nr=Tt(Ae)`
598
+ `;import{useEffect as Gr,useState as Rt}from"react";import Mt from"styled-components";import It from"styled-components";import{jsx as tt,jsxs as Dr}from"react/jsx-runtime";var ke=({title:t,description:e,children:o,...r})=>Dr(Fr,{...r,children:[tt("h3",{children:t}),typeof e=="string"?tt("p",{children:e}):null,o]}),Ur=It(ke)`
599
599
  margin-bottom: 24px;
600
- `,Ue=({title:t,description:e,icon:o,children:r,...i})=>Ur(Yn,{...i,children:[o?et(Qn,{children:o}):null,et("h3",{children:t}),typeof e=="string"?et("p",{children:e}):null,r]}),Or=Tt.div`
600
+ `,Fe=({title:t,description:e,icon:o,children:r,...i})=>Dr(ts,{...i,children:[o?tt(os,{children:o}):null,tt("h3",{children:t}),typeof e=="string"?tt("p",{children:e}):null,r]}),Fr=It.div`
601
601
  display: flex;
602
602
  flex-direction: column;
603
603
  justify-content: flex-start;
@@ -616,7 +616,7 @@ Resources:
616
616
  color: var(--light-theme-fg-2);
617
617
  font-size: 14px;
618
618
  }
619
- `,Yn=Tt(Or)`
619
+ `,ts=It(Fr)`
620
620
  align-items: center;
621
621
  text-align: center;
622
622
  gap: 16px;
@@ -624,21 +624,21 @@ Resources:
624
624
  h3 {
625
625
  margin-bottom: 24px;
626
626
  }
627
- `,Qn=Tt.div`
627
+ `,os=It.div`
628
628
  padding: 14px;
629
629
  border-radius: 50%;
630
630
  && {
631
631
  border-color: var(--light-theme-bg-3);
632
632
  border-width: 1px;
633
633
  }
634
- `;import{Fragment as lo,jsx as B,jsxs as Fe}from"react/jsx-runtime";var co=6,Dr=new Array(co).fill(""),Xn=1400;var Gr=()=>{var x,we,nt;let{app:t}=g(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:i,loginWithCode:n}=k(),{authenticated:a,user:d}=O(),[m,p]=Wt(Dr),[P,A]=Wt(!1),[E,y]=Wt(null),[c,b]=Wt(null),C=(x=i())!=null&&x.email?0:1;Fr(()=>{if(a&&P){let M=setTimeout(e,Se);return()=>clearTimeout(M)}},[a,P,d]),Fr(()=>{if(E&&c===0){let M=setTimeout(()=>{p(Dr),y(null);let _=document.querySelector("input[name=code-0]");_==null||_.focus()},Xn);return()=>clearTimeout(M)}},[E]);let z=M=>{var Lo;let _=M.currentTarget.value.replace(" ","");if(_==="")return;if(isNaN(Number(_))){y("Code should be numeric"),b(1);return}y(null),b(null);let s=Number((Lo=M.currentTarget.name)==null?void 0:Lo.charAt(5)),l=[..._||[""]].slice(0,co-s),V=[...m.slice(0,s),...l,...m.slice(s+l.length)];p(V);let He=l.length,xo=Math.min(Math.max(s+He,0),co-1);if(!isNaN(Number(M.currentTarget.value))){let Z=document.querySelector(`input[name=code-${xo}]`);Z==null||Z.focus()}if(V.every(Z=>Z&&!isNaN(+Z))){let Z=document.querySelector(`input[name=code-${xo}]`);Z==null||Z.blur(),n(V.join("")).then(()=>A(!0)).catch(zt=>{(zt==null?void 0:zt.status)===422?y("Invalid or expired verification code"):y("Issue verifying code"),b(0)})}M.preventDefault()},ge=M=>{c===1&&(y(null),b(null));let _=[...m.slice(0,M),"",...m.slice(M+1)];if(p(_),M>0){let s=document.querySelector(`input[name=code-${M-1}]`);s==null||s.focus()}},I=`Verify your ${C==0?"email":"phone"}`,F=C==0?`Please check ${(we=i())==null?void 0:we.email} for an email from privy.io and enter your code below.`:`Please check ${(nt=i())==null?void 0:nt.phoneNumber} for a message from ${(t==null?void 0:t.name)||"privy.io"} and enter your code below.`;return Fe(lo,{children:[B(L,{},"header"),Fe(es,{children:[B(Ae,{title:I,description:F}),Fe(wr,{children:[Fe(ts,{children:[B(os,{fail:!!E,success:P,children:B("span",{children:E||(P?"Success!":"")})}),B("div",{children:m.map((M,_)=>B("input",{name:`code-${_}`,type:"text",value:m[_],onChange:z,onKeyUp:s=>{s.key==="Backspace"&&ge(_)},inputMode:"numeric",autoFocus:_===0,pattern:"[0-9]",className:`${P?"success":""} ${E?"fail":""}`,autoComplete:"one-time-code"},_))})]}),B(rs,{children:C==0?Fe(lo,{children:[B("span",{children:"Didn't get an email?"}),B("button",{onClick:o,children:"Resend Code"})]}):Fe(lo,{children:[B("span",{children:"Didn't get a message?"}),B("button",{onClick:r,children:"Resend Code"})]})})]})]}),B(q,{protectedByPrivy:!0})]})},es=It.div`
634
+ `;import{Fragment as uo,jsx as z,jsxs as De}from"react/jsx-runtime";var po=6,Hr=new Array(po).fill(""),rs=1400;var Vr=()=>{var H,le,U;let{app:t}=g(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:i,loginWithCode:n}=k(),{authenticated:a,user:d}=R(),[m,p]=Rt(Hr),[P,_]=Rt(!1),[v,x]=Rt(null),[l,b]=Rt(null),L=(H=i())!=null&&H.email?0:1;Gr(()=>{if(a&&P){let y=setTimeout(e,Te);return()=>clearTimeout(y)}},[a,P,d]),Gr(()=>{if(v&&l===0){let y=setTimeout(()=>{p(Hr),x(null);let E=document.querySelector("input[name=code-0]");E==null||E.focus()},rs);return()=>clearTimeout(y)}},[v]);let G=y=>{var Eo;let E=y.currentTarget.value.replace(" ","");if(E==="")return;if(isNaN(Number(E))){x("Code should be numeric"),b(1);return}x(null),b(null);let s=Number((Eo=y.currentTarget.name)==null?void 0:Eo.charAt(5)),c=[...E||[""]].slice(0,po-s),V=[...m.slice(0,s),...c,...m.slice(s+c.length)];p(V);let Be=c.length,Ao=Math.min(Math.max(s+Be,0),po-1);if(!isNaN(Number(y.currentTarget.value))){let Z=document.querySelector(`input[name=code-${Ao}]`);Z==null||Z.focus()}if(V.every(Z=>Z&&!isNaN(+Z))){let Z=document.querySelector(`input[name=code-${Ao}]`);Z==null||Z.blur(),n(V.join("")).then(()=>_(!0)).catch(jt=>{(jt==null?void 0:jt.status)===422?x("Invalid or expired verification code"):x("Issue verifying code"),b(0)})}y.preventDefault()},Ce=y=>{l===1&&(x(null),b(null));let E=[...m.slice(0,y),"",...m.slice(y+1)];if(p(E),y>0){let s=document.querySelector(`input[name=code-${y-1}]`);s==null||s.focus()}},ae=`Verify your ${L==0?"email":"phone"}`,W=L==0?`Please check ${(le=i())==null?void 0:le.email} for an email from privy.io and enter your code below.`:`Please check ${(U=i())==null?void 0:U.phoneNumber} for a message from ${(t==null?void 0:t.name)||"privy.io"} and enter your code below.`;return De(uo,{children:[z(A,{},"header"),De(is,{children:[z(ke,{title:ae,description:W}),De(Cr,{children:[De(ns,{children:[z(ss,{fail:!!v,success:P,children:z("span",{children:v||(P?"Success!":"")})}),z("div",{children:m.map((y,E)=>z("input",{name:`code-${E}`,type:"text",value:m[E],onChange:G,onKeyUp:s=>{s.key==="Backspace"&&Ce(E)},inputMode:"numeric",autoFocus:E===0,pattern:"[0-9]",className:`${P?"success":""} ${v?"fail":""}`,autoComplete:"one-time-code"},E))})]}),z(as,{children:L==0?De(uo,{children:[z("span",{children:"Didn't get an email?"}),z("button",{onClick:o,children:"Resend Code"})]}):De(uo,{children:[z("span",{children:"Didn't get a message?"}),z("button",{onClick:r,children:"Resend Code"})]})})]})]}),z(q,{protectedByPrivy:!0})]})},is=Mt.div`
635
635
  display: flex;
636
636
  flex-direction: column;
637
637
  align-items: flex-start;
638
638
  justify-content: flex-end;
639
639
  margin: auto;
640
640
  gap: 16px;
641
- `,ts=It.div`
641
+ `,ns=Mt.div`
642
642
  display: flex;
643
643
  flex-direction: column;
644
644
  width: 100%;
@@ -647,7 +647,7 @@ Resources:
647
647
  // center just this element.
648
648
  margin-top: 70px;
649
649
 
650
- ${Rt}[data-height='medium'] & {
650
+ ${Nt}[data-height='medium'] & {
651
651
  /* Aligns this with the input field on the page before on shorter modals */
652
652
  margin-top: 22px;
653
653
  }
@@ -706,7 +706,7 @@ Resources:
706
706
  transform: translate(1px, 0px);
707
707
  }
708
708
  }
709
- `,os=It.div`
709
+ `,ss=Mt.div`
710
710
  line-height: 20px;
711
711
  height: 20px;
712
712
  font-size: 13px;
@@ -714,7 +714,7 @@ Resources:
714
714
  display: flex;
715
715
  justify-content: flex-end;
716
716
  width: 100%;
717
- `,rs=It.div`
717
+ `,as=Mt.div`
718
718
  font-size: 13px;
719
719
  color: var(--light-theme-fg-3);
720
720
  display: flex;
@@ -728,7 +728,7 @@ Resources:
728
728
  > button {
729
729
  text-decoration: underline;
730
730
  }
731
- `;import Nt from"styled-components";import is from"styled-components";var Vr=is.span`
731
+ `;import Ut from"styled-components";import ls from"styled-components";var Br=ls.span`
732
732
  && {
733
733
  width: 82px;
734
734
  height: 82px;
@@ -744,7 +744,7 @@ Resources:
744
744
  border-color: var(--primary-color);
745
745
  border-bottom-color: var(--primary-color);
746
746
  }
747
- `;import{jsx as Hr}from"react/jsx-runtime";var Br=({style:t,...e})=>Hr("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",...t},...e,children:Hr("path",{"fill-rule":"evenodd",d:"M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z","clip-rule":"evenodd"})});import{Fragment as uo,jsx as J,jsxs as Mt}from"react/jsx-runtime";var jr=()=>{let{navigate:t,app:e}=g(),o=(e==null?void 0:e.allowlistConfig.errorTitle)||"You don't have access to this app",r=(e==null?void 0:e.allowlistConfig.errorDetail)||"Have you been invited?",i=(e==null?void 0:e.allowlistConfig.errorCtaText)||"Try another account";return Mt(uo,{children:[J(L,{}),Mt(ns,{children:[J(as,{children:Mt("div",{children:[J(Vr,{}),J(Br,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--primary-color)",fill:"var(--primary-color)"}})]})}),Mt(ss,{children:[typeof o=="string"?J("h3",{children:o}):J(uo,{children:o}),typeof r=="string"?J("p",{children:r}):J(uo,{children:r})]}),e!=null&&e.allowlistConfig.errorCtaLink?J(zr,{as:"a",href:e.allowlistConfig.errorCtaLink,visible:!0,children:i}):J(zr,{onClick:()=>{t("LANDING")},visible:!0,children:i})]})]})},ns=Nt.div`
747
+ `;import{jsx as zr}from"react/jsx-runtime";var $r=({style:t,...e})=>zr("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",...t},...e,children:zr("path",{"fill-rule":"evenodd",d:"M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z","clip-rule":"evenodd"})});import{Fragment as ho,jsx as J,jsxs as Ot}from"react/jsx-runtime";var Zr=()=>{let{navigate:t,app:e}=g(),o=(e==null?void 0:e.allowlistConfig.errorTitle)||"You don't have access to this app",r=(e==null?void 0:e.allowlistConfig.errorDetail)||"Have you been invited?",i=(e==null?void 0:e.allowlistConfig.errorCtaText)||"Try another account";return Ot(ho,{children:[J(A,{}),Ot(cs,{children:[J(us,{children:Ot("div",{children:[J(Br,{}),J($r,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--primary-color)",fill:"var(--primary-color)"}})]})}),Ot(ds,{children:[typeof o=="string"?J("h3",{children:o}):J(ho,{children:o}),typeof r=="string"?J("p",{children:r}):J(ho,{children:r})]}),e!=null&&e.allowlistConfig.errorCtaLink?J(jr,{as:"a",href:e.allowlistConfig.errorCtaLink,visible:!0,children:i}):J(jr,{onClick:()=>{t("LANDING")},visible:!0,children:i})]})]})},cs=Ut.div`
748
748
  display: flex;
749
749
  flex-direction: column;
750
750
  align-items: center;
@@ -752,11 +752,11 @@ Resources:
752
752
  margin-left: 27px;
753
753
  margin-right: 27px;
754
754
  gap: 24px;
755
- `,ss=Nt.div`
755
+ `,ds=Ut.div`
756
756
  display: flex;
757
757
  flex-direction: column;
758
758
  gap: 8px;
759
- `,as=Nt.div`
759
+ `,us=Ut.div`
760
760
  display: flex;
761
761
  flex-direction: column;
762
762
  justify-content: center;
@@ -779,7 +779,7 @@ Resources:
779
779
  left: -19px;
780
780
  top: -19px;
781
781
  }
782
- `,zr=Nt.button`
782
+ `,jr=Ut.button`
783
783
  && {
784
784
  padding: 12px 16px;
785
785
  font-weight: 500;
@@ -795,7 +795,7 @@ Resources:
795
795
  background-color: var(--primary-color-bg-2);
796
796
  }
797
797
  }
798
- `;import{useState as bs}from"react";import $ from"styled-components";import ls from"qrcode";import cs from"styled-components";import{Fragment as De,jsx as U,jsxs as Kr}from"react/jsx-runtime";var G=7,po=(t,e,o,r,i)=>{for(let n=e;n<e+r;n++)for(let a=o;a<o+i;a++){let d=t==null?void 0:t[a];d&&d[n]&&(d[n]=0)}return t},ds=t=>{let e=ls.create(t,{errorCorrectionLevel:"high"}).modules,o=Ar(Array.from(e.data),e.size);return o=po(o,0,0,G,G),o=po(o,o.length-G,0,G,G),o=po(o,0,o.length-G,G,G),o},us=({x:t,y:e,cellSize:o,bgColor:r,fgColor:i})=>U(De,{children:[0,1,2].map(n=>U("circle",{r:o*(G-n*2)/2,cx:t+o*G/2,cy:e+o*G/2,fill:n%2!==0?r:i},`finder-${t}-${e}-${n}`))}),ps=({cellSize:t,matrixSize:e,bgColor:o,fgColor:r})=>{let i=[[0,0],[(e-G)*t,0],[0,(e-G)*t]];return U(De,{children:i.map(([n,a])=>U(us,{x:n,y:a,cellSize:t,bgColor:o,fgColor:r}))})},hs=({matrix:t,cellSize:e,color:o})=>U(De,{children:t.map((r,i)=>r.map((n,a)=>n?U("circle",{r:e/2.5,cx:i*e+e/2,cy:a*e+e/2,fill:o},`circle-${i}-${a}`):U(De,{})))}),$r=(t,e)=>t-t%e,ms=({outputSize:t,cellSize:e,element:o,size:r,padding:i,bgColor:n})=>{if(!o)return U(De,{});let a=r||40,d=i||4,m=o,p=t/2-a/2-d;return Kr(De,{children:[U("rect",{x:$r(p,e),y:$r(p,e),width:a+d*2+(p%e?e+.5:.5),height:a+d*2+(p%e?e+.5:.5),fill:n}),U(m,{x:t/2-a/2,y:t/2-a/2,height:a,width:a})]})},fs=t=>{var i;let e=t.outputSize,o=ds(t.url),r=e/o.length;return Kr("svg",{height:t.outputSize,width:t.outputSize,viewBox:`0 0 ${t.outputSize} ${t.outputSize}`,style:{height:"100%",width:"100%"},children:[U(hs,{matrix:o,cellSize:r,color:t.fgColor}),U(ps,{cellSize:r,matrixSize:o.length,fgColor:t.fgColor,bgColor:t.bgColor}),U(ms,{outputSize:t.outputSize,cellSize:r,element:(i=t.logo)==null?void 0:i.element,bgColor:t.bgColor})]})},gs=cs.div`
798
+ `;import{useState as Es}from"react";import j from"styled-components";import ps from"qrcode";import hs from"styled-components";import{Fragment as Ge,jsx as O,jsxs as Jr}from"react/jsx-runtime";var D=7,mo=(t,e,o,r,i)=>{for(let n=e;n<e+r;n++)for(let a=o;a<o+i;a++){let d=t==null?void 0:t[a];d&&d[n]&&(d[n]=0)}return t},ms=t=>{let e=ps.create(t,{errorCorrectionLevel:"high"}).modules,o=kr(Array.from(e.data),e.size);return o=mo(o,0,0,D,D),o=mo(o,o.length-D,0,D,D),o=mo(o,0,o.length-D,D,D),o},fs=({x:t,y:e,cellSize:o,bgColor:r,fgColor:i})=>O(Ge,{children:[0,1,2].map(n=>O("circle",{r:o*(D-n*2)/2,cx:t+o*D/2,cy:e+o*D/2,fill:n%2!==0?r:i},`finder-${t}-${e}-${n}`))}),gs=({cellSize:t,matrixSize:e,bgColor:o,fgColor:r})=>{let i=[[0,0],[(e-D)*t,0],[0,(e-D)*t]];return O(Ge,{children:i.map(([n,a])=>O(fs,{x:n,y:a,cellSize:t,bgColor:o,fgColor:r}))})},ws=({matrix:t,cellSize:e,color:o})=>O(Ge,{children:t.map((r,i)=>r.map((n,a)=>n?O("circle",{r:e/2.5,cx:i*e+e/2,cy:a*e+e/2,fill:o},`circle-${i}-${a}`):O(Ge,{})))}),Kr=(t,e)=>t-t%e,ys=({outputSize:t,cellSize:e,element:o,size:r,padding:i,bgColor:n})=>{if(!o)return O(Ge,{});let a=r||40,d=i||4,m=o,p=t/2-a/2-d;return Jr(Ge,{children:[O("rect",{x:Kr(p,e),y:Kr(p,e),width:a+d*2+(p%e?e+.5:.5),height:a+d*2+(p%e?e+.5:.5),fill:n}),O(m,{x:t/2-a/2,y:t/2-a/2,height:a,width:a})]})},Cs=t=>{var i;let e=t.outputSize,o=ms(t.url),r=e/o.length;return Jr("svg",{height:t.outputSize,width:t.outputSize,viewBox:`0 0 ${t.outputSize} ${t.outputSize}`,style:{height:"100%",width:"100%"},children:[O(ws,{matrix:o,cellSize:r,color:t.fgColor}),O(gs,{cellSize:r,matrixSize:o.length,fgColor:t.fgColor,bgColor:t.bgColor}),O(ys,{outputSize:t.outputSize,cellSize:r,element:(i=t.logo)==null?void 0:i.element,bgColor:t.bgColor})]})},vs=hs.div`
799
799
  display: flex;
800
800
  justify-content: center;
801
801
  align-items: center;
@@ -810,18 +810,18 @@ Resources:
810
810
  border-color: ${t=>t.fgColor};
811
811
  border-radius: 12px;
812
812
  }
813
- `,Zr=t=>{let e=t.bgColor||"#FFFFFF",o=t.fgColor||"#000000",r=t.size||160;return U(gs,{size:r,bgColor:e,fgColor:o,children:U(fs,{url:t.url,logo:{element:t.squareLogoElement},outputSize:r,bgColor:e,fgColor:o})})};import{jsx as ws}from"react/jsx-runtime";var qr=({size:t})=>ws(Zr,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:de,size:t,fgColor:"#1F1F1F"});import ho from"styled-components";import{jsx as Jr}from"react/jsx-runtime";var Yr=({style:t,...e})=>Jr("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:Jr("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--primary-color)"})});import{jsx as Cs,jsxs as vs}from"react/jsx-runtime";var mo=ho.div`
813
+ `,qr=t=>{let e=t.bgColor||"#FFFFFF",o=t.fgColor||"#000000",r=t.size||160;return O(vs,{size:r,bgColor:e,fgColor:o,children:O(Cs,{url:t.url,logo:{element:t.squareLogoElement},outputSize:r,bgColor:e,fgColor:o})})};import{jsx as bs}from"react/jsx-runtime";var Yr=({size:t})=>bs(qr,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:pe,size:t,fgColor:"#1F1F1F"});import fo from"styled-components";import{jsx as Qr}from"react/jsx-runtime";var Xr=({style:t,...e})=>Qr("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:Qr("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--primary-color)"})});import{jsx as Ls,jsxs as As}from"react/jsx-runtime";var go=fo.div`
814
814
  display: flex;
815
815
  flex-direction: column;
816
816
  justify-content: flex-start;
817
817
  gap: 4px;
818
- `,tt=ho.div`
818
+ `,ot=fo.div`
819
819
  &&& {
820
820
  margin-left: 7px; /* TODO: This is a total hack */
821
821
  border-left: 2px solid var(--border-color-2);
822
822
  height: 12px;
823
823
  }
824
- `,Ee=({children:t})=>vs(ys,{children:[Cs(Yr,{style:{width:"16px",height:"16px"}}),t]}),ys=ho.div`
824
+ `,_e=({children:t})=>As(xs,{children:[Ls(Xr,{style:{width:"16px",height:"16px"}}),t]}),xs=fo.div`
825
825
  display: flex;
826
826
  justify-content: flex-start;
827
827
  justify-items: center;
@@ -839,7 +839,7 @@ Resources:
839
839
  margin-bottom: auto;
840
840
  }
841
841
  }
842
- `;import{jsx as w,jsxs as Ot}from"react/jsx-runtime";var Qr=({style:t,...e})=>Ot("svg",{width:"286",height:"183",viewBox:"0 0 286 183",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:[w("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),w("path",{d:"M236.373 144.791L225.206 153.052L227.289 148.181L236.373 144.791Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M210.627 144.791L221.692 153.116L219.711 148.187L210.627 144.785V144.791ZM232.353 163.933L229.377 168.47L235.738 170.219L237.557 164.036L232.347 163.933H232.353ZM209.448 164.036L211.257 170.219L217.602 168.47L214.647 163.933L209.448 164.036Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M217.262 156.27L215.497 158.939L221.783 159.23L221.579 152.46L217.262 156.281V156.27V156.27ZM229.737 156.281L225.351 152.374L225.206 159.23L231.492 158.939L229.732 156.281H229.737ZM217.602 168.475L221.417 166.64L218.14 164.089L217.607 168.475H217.602ZM225.588 166.63L229.377 168.475L228.865 164.084L225.588 166.635V166.63Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M229.377 168.47L225.588 166.635L225.895 169.1L225.862 170.144L229.382 168.47H229.377ZM217.602 168.47L221.137 170.144L221.11 169.1L221.417 166.635L217.602 168.47V168.47Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M221.197 162.448L218.054 161.533L220.282 160.516L221.207 162.453H221.197V162.448ZM225.793 162.448L226.729 160.505L228.962 161.522L225.793 162.459V162.448Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M217.602 168.47L218.156 163.933L214.647 164.035L217.602 168.47V168.47ZM228.844 163.933L229.377 168.47L232.353 164.035L228.844 163.933V163.933ZM231.503 158.939L225.217 159.23L225.793 162.459L226.729 160.505L228.962 161.522L231.503 158.939V158.939ZM218.054 161.533L220.282 160.516L221.207 162.453L221.794 159.224L215.508 158.944L218.059 161.538L218.054 161.533Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M215.503 158.939L218.134 164.078L218.048 161.528L215.497 158.934L215.503 158.939ZM228.962 161.533L228.86 164.084L231.492 158.944L228.957 161.538L228.962 161.533ZM221.794 159.23L221.196 162.459L221.945 166.263L222.117 161.242L221.794 159.23ZM225.211 159.23L224.904 161.237L225.055 166.269L225.792 162.453L225.206 159.224V159.235L225.211 159.23Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M225.793 162.448L225.055 166.263L225.588 166.635L228.86 164.084L228.962 161.528L225.793 162.448V162.448ZM218.054 161.528L218.14 164.078L221.417 166.629L221.945 166.263L221.207 162.448L218.048 161.528H218.059H218.054Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M225.868 170.144L225.895 169.1L225.604 168.863H221.39L221.11 169.1L221.137 170.144L217.602 168.47L218.845 169.487L221.353 171.215H225.642L228.155 169.482L229.377 168.47L225.857 170.144H225.868V170.144Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M225.588 166.63L225.055 166.264H221.945L221.417 166.635L221.11 169.1L221.39 168.863H225.604L225.895 169.1L225.588 166.635V166.624V166.63Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M236.846 153.585L237.783 149.037L236.373 144.791L225.583 152.777L229.737 156.27L235.598 157.976L236.889 156.475L236.33 156.066L237.223 155.248L236.545 154.72L237.438 154.042L236.846 153.585H236.857H236.846ZM209.217 149.032L210.17 153.585L209.556 154.037L210.466 154.715L209.787 155.248L210.67 156.066L210.11 156.475L211.402 157.976L217.263 156.275L221.417 152.767L210.627 144.791L209.217 149.032V149.032Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M235.598 157.976L229.737 156.275L231.502 158.934L228.871 164.073L232.353 164.03H237.562L235.598 157.97V157.976ZM217.263 156.27L211.402 157.976L209.448 164.035H214.658L218.14 164.079L215.508 158.939L217.273 156.27H217.263V156.27ZM225.206 159.224L225.588 152.766L227.289 148.176H219.711L221.412 152.766L221.794 159.224L221.939 161.248V166.263H225.055L225.071 161.248L225.206 159.224V159.224Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),w("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M205 55C205 61.6274 210.373 67 217 67C223.627 67 229 61.6274 229 55C229 48.3726 223.627 43 217 43C210.373 43 205 48.3726 205 55ZM213.933 51.1333C213.491 51.1333 213.133 51.4915 213.133 51.9333V58.0667C213.133 58.5085 213.491 58.8667 213.933 58.8667H220.067C220.508 58.8667 220.867 58.5085 220.867 58.0667V51.9333C220.867 51.4915 220.508 51.1333 220.067 51.1333H213.933Z",fill:"white"}),w("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),w("path",{d:"M77.3677 42.8335H74.102C74.102 36.2519 68.6881 30.9167 62.0091 30.9167C55.4129 30.9167 50.0501 36.1213 49.9189 42.5901C49.7831 49.2769 56.1492 55.0834 62.9357 55.0834H63.7893C69.7724 55.0834 77.7916 50.468 79.0445 44.8444C79.2758 43.8079 78.445 42.8335 77.3677 42.8335ZM57.1562 43.1267C57.1562 44.0068 56.4257 44.7267 55.5325 44.7267C54.6394 44.7267 53.9089 44.0065 53.9089 43.1267V40.5383C53.9089 39.6582 54.6394 38.9383 55.5325 38.9383C56.4257 38.9383 57.1562 39.6582 57.1562 40.5383V43.1267ZM62.794 43.1267C62.794 44.0068 62.0636 44.7267 61.1705 44.7267C60.2773 44.7267 59.5468 44.0065 59.5468 43.1267V40.5383C59.5468 39.6582 60.2776 38.9383 61.1705 38.9383C62.0636 38.9383 62.794 39.6582 62.794 40.5383V43.1267Z",fill:"url(#paint1_linear_428_81)"}),w("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),w("g",{clipPath:"url(#clip0_428_81)",children:w("path",{d:"M62.1497 143.578C67.3134 138.585 75.6867 138.585 80.8505 143.578L81.4722 144.179C81.5335 144.238 81.5822 144.308 81.6155 144.386C81.6488 144.463 81.666 144.547 81.666 144.631C81.666 144.715 81.6488 144.799 81.6155 144.876C81.5822 144.954 81.5335 145.024 81.4722 145.083L79.3462 147.139C79.2835 147.199 79.1996 147.232 79.1123 147.232C79.025 147.232 78.9411 147.199 78.8784 147.139L78.0232 146.311C74.421 142.829 68.58 142.829 64.977 146.311L64.0611 147.197C63.9984 147.257 63.9145 147.29 63.8272 147.29C63.7399 147.29 63.656 147.257 63.5933 147.197L61.4672 145.141C61.4059 145.083 61.3572 145.012 61.3239 144.935C61.2906 144.857 61.2735 144.774 61.2735 144.689C61.2735 144.605 61.2906 144.521 61.3239 144.444C61.3572 144.366 61.4059 144.296 61.4672 144.237L62.1497 143.578ZM85.248 147.829L87.1397 149.659C87.201 149.718 87.2497 149.788 87.283 149.865C87.3163 149.943 87.3334 150.027 87.3334 150.111C87.3334 150.195 87.3163 150.279 87.283 150.356C87.2497 150.434 87.201 150.504 87.1397 150.563L78.6081 158.812C78.4828 158.933 78.315 159 78.1403 159C77.9656 159 77.7978 158.933 77.6725 158.812L71.6177 152.957C71.5864 152.927 71.5443 152.91 71.5005 152.91C71.4567 152.91 71.4147 152.927 71.3833 152.957L65.3285 158.812C65.2032 158.933 65.0354 159 64.8607 159C64.686 159 64.5182 158.933 64.3929 158.812L55.8605 150.563C55.7992 150.504 55.7505 150.434 55.7172 150.356C55.6839 150.279 55.6667 150.195 55.6667 150.111C55.6667 150.027 55.6839 149.943 55.7172 149.865C55.7505 149.788 55.7992 149.718 55.8605 149.659L57.7531 147.829C57.8783 147.709 58.0459 147.642 58.2204 147.642C58.3949 147.642 58.5625 147.709 58.6878 147.829L64.7427 153.684C64.774 153.714 64.816 153.731 64.8598 153.731C64.9036 153.731 64.9457 153.714 64.977 153.684L71.0319 147.829C71.1572 147.709 71.325 147.641 71.4997 147.641C71.6743 147.641 71.8422 147.709 71.9675 147.829L78.0232 153.684C78.0545 153.714 78.0965 153.731 78.1403 153.731C78.1841 153.731 78.2262 153.714 78.2575 153.684L84.3124 147.829C84.4377 147.709 84.6055 147.641 84.7802 147.641C84.9549 147.641 85.1227 147.709 85.248 147.829Z",fill:"white"})}),w("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"white"}),w("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M131.626 83.0058C128.674 83.3405 126.5 85.8652 126.5 88.8363V92.0779V103.277V105.099C126.5 108.098 128.713 110.636 131.695 110.952C134.982 111.301 139.216 111.667 142.5 111.667C147.147 111.667 153.695 110.934 156.773 110.555C157.765 110.433 158.5 109.588 158.5 108.589V92.0779C158.5 91.0782 157.765 90.2337 156.773 90.1115C153.705 89.7336 147.189 89.0046 142.545 88.9999L142.5 88.9999L142.46 88.9999C139.655 89.0025 136.165 89.2695 133.166 89.564C132.488 89.5642 131.907 89.0495 131.84 88.3608C131.768 87.6279 132.304 86.9755 133.037 86.9036C136.061 86.6067 139.621 86.3333 142.5 86.3333C145.707 86.3333 149.764 86.6728 152.989 87.007C154.039 87.1159 155.006 87.2247 155.833 87.3221V85.3898C155.833 84.3995 155.112 83.56 154.131 83.4288C151.262 83.0454 145.367 82.3333 141.167 82.3333C138.276 82.3333 134.583 82.6705 131.626 83.0058ZM153.833 102.333C154.938 102.333 155.833 101.438 155.833 100.333C155.833 99.2287 154.938 98.3333 153.833 98.3333C152.729 98.3333 151.833 99.2287 151.833 100.333C151.833 101.438 152.729 102.333 153.833 102.333Z",fill:"#696FFD"}),w("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),w("path",{d:"M269.405 111C278.27 111 285.457 103.837 285.457 95C285.457 86.1634 278.27 79 269.405 79C260.54 79 253.354 86.1634 253.354 95C253.354 103.837 260.54 111 269.405 111Z",fill:"#B9BBFE"}),w("path",{d:"M133.971 24C140.62 24 146.01 18.6274 146.01 12C146.01 5.37258 140.62 0 133.971 0C127.322 0 121.932 5.37258 121.932 12C121.932 18.6274 127.322 24 133.971 24Z",fill:"#B9BBFE"}),w("path",{d:"M15.5917 112C20.5782 112 24.6206 107.971 24.6206 103C24.6206 98.0294 20.5782 94 15.5917 94C10.6051 94 6.56274 98.0294 6.56274 103C6.56274 107.971 10.6051 112 15.5917 112Z",fill:"#B9BBFE"}),w("path",{d:"M152.029 177C157.57 177 162.061 172.523 162.061 167C162.061 161.477 157.57 157 152.029 157C146.488 157 141.997 161.477 141.997 167C141.997 172.523 146.488 177 152.029 177Z",fill:"#E9E9FF"}),w("path",{d:"M263.386 21C267.818 21 271.412 17.4183 271.412 13C271.412 8.58172 267.818 5 263.386 5C258.953 5 255.36 8.58172 255.36 13C255.36 17.4183 258.953 21 263.386 21Z",fill:"#E9E9FF"}),w("path",{d:"M7.06436 36C10.6658 36 13.5853 33.0899 13.5853 29.5C13.5853 25.9101 10.6658 23 7.06436 23C3.46296 23 0.543457 25.9101 0.543457 29.5C0.543457 33.0899 3.46296 36 7.06436 36Z",fill:"#E9E9FF"}),Ot("defs",{children:[Ot("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[w("stop",{stopColor:"#534BB1"}),w("stop",{offset:"1",stopColor:"#551BF9"})]}),Ot("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[w("stop",{stopColor:"white"}),w("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),w("clipPath",{id:"clip0_428_81",children:w("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});import*as fe from"react-device-detect";import fo from"styled-components";var Xr=fo.button`
842
+ `;import{jsx as w,jsxs as Ft}from"react/jsx-runtime";var ei=({style:t,...e})=>Ft("svg",{width:"286",height:"183",viewBox:"0 0 286 183",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:[w("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),w("path",{d:"M236.373 144.791L225.206 153.052L227.289 148.181L236.373 144.791Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M210.627 144.791L221.692 153.116L219.711 148.187L210.627 144.785V144.791ZM232.353 163.933L229.377 168.47L235.738 170.219L237.557 164.036L232.347 163.933H232.353ZM209.448 164.036L211.257 170.219L217.602 168.47L214.647 163.933L209.448 164.036Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M217.262 156.27L215.497 158.939L221.783 159.23L221.579 152.46L217.262 156.281V156.27V156.27ZM229.737 156.281L225.351 152.374L225.206 159.23L231.492 158.939L229.732 156.281H229.737ZM217.602 168.475L221.417 166.64L218.14 164.089L217.607 168.475H217.602ZM225.588 166.63L229.377 168.475L228.865 164.084L225.588 166.635V166.63Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M229.377 168.47L225.588 166.635L225.895 169.1L225.862 170.144L229.382 168.47H229.377ZM217.602 168.47L221.137 170.144L221.11 169.1L221.417 166.635L217.602 168.47V168.47Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M221.197 162.448L218.054 161.533L220.282 160.516L221.207 162.453H221.197V162.448ZM225.793 162.448L226.729 160.505L228.962 161.522L225.793 162.459V162.448Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M217.602 168.47L218.156 163.933L214.647 164.035L217.602 168.47V168.47ZM228.844 163.933L229.377 168.47L232.353 164.035L228.844 163.933V163.933ZM231.503 158.939L225.217 159.23L225.793 162.459L226.729 160.505L228.962 161.522L231.503 158.939V158.939ZM218.054 161.533L220.282 160.516L221.207 162.453L221.794 159.224L215.508 158.944L218.059 161.538L218.054 161.533Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M215.503 158.939L218.134 164.078L218.048 161.528L215.497 158.934L215.503 158.939ZM228.962 161.533L228.86 164.084L231.492 158.944L228.957 161.538L228.962 161.533ZM221.794 159.23L221.196 162.459L221.945 166.263L222.117 161.242L221.794 159.23ZM225.211 159.23L224.904 161.237L225.055 166.269L225.792 162.453L225.206 159.224V159.235L225.211 159.23Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M225.793 162.448L225.055 166.263L225.588 166.635L228.86 164.084L228.962 161.528L225.793 162.448V162.448ZM218.054 161.528L218.14 164.078L221.417 166.629L221.945 166.263L221.207 162.448L218.048 161.528H218.059H218.054Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M225.868 170.144L225.895 169.1L225.604 168.863H221.39L221.11 169.1L221.137 170.144L217.602 168.47L218.845 169.487L221.353 171.215H225.642L228.155 169.482L229.377 168.47L225.857 170.144H225.868V170.144Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M225.588 166.63L225.055 166.264H221.945L221.417 166.635L221.11 169.1L221.39 168.863H225.604L225.895 169.1L225.588 166.635V166.624V166.63Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M236.846 153.585L237.783 149.037L236.373 144.791L225.583 152.777L229.737 156.27L235.598 157.976L236.889 156.475L236.33 156.066L237.223 155.248L236.545 154.72L237.438 154.042L236.846 153.585H236.857H236.846ZM209.217 149.032L210.17 153.585L209.556 154.037L210.466 154.715L209.787 155.248L210.67 156.066L210.11 156.475L211.402 157.976L217.263 156.275L221.417 152.767L210.627 144.791L209.217 149.032V149.032Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("path",{d:"M235.598 157.976L229.737 156.275L231.502 158.934L228.871 164.073L232.353 164.03H237.562L235.598 157.97V157.976ZM217.263 156.27L211.402 157.976L209.448 164.035H214.658L218.14 164.079L215.508 158.939L217.273 156.27H217.263V156.27ZM225.206 159.224L225.588 152.766L227.289 148.176H219.711L221.412 152.766L221.794 159.224L221.939 161.248V166.263H225.055L225.071 161.248L225.206 159.224V159.224Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),w("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),w("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M205 55C205 61.6274 210.373 67 217 67C223.627 67 229 61.6274 229 55C229 48.3726 223.627 43 217 43C210.373 43 205 48.3726 205 55ZM213.933 51.1333C213.491 51.1333 213.133 51.4915 213.133 51.9333V58.0667C213.133 58.5085 213.491 58.8667 213.933 58.8667H220.067C220.508 58.8667 220.867 58.5085 220.867 58.0667V51.9333C220.867 51.4915 220.508 51.1333 220.067 51.1333H213.933Z",fill:"white"}),w("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),w("path",{d:"M77.3677 42.8335H74.102C74.102 36.2519 68.6881 30.9167 62.0091 30.9167C55.4129 30.9167 50.0501 36.1213 49.9189 42.5901C49.7831 49.2769 56.1492 55.0834 62.9357 55.0834H63.7893C69.7724 55.0834 77.7916 50.468 79.0445 44.8444C79.2758 43.8079 78.445 42.8335 77.3677 42.8335ZM57.1562 43.1267C57.1562 44.0068 56.4257 44.7267 55.5325 44.7267C54.6394 44.7267 53.9089 44.0065 53.9089 43.1267V40.5383C53.9089 39.6582 54.6394 38.9383 55.5325 38.9383C56.4257 38.9383 57.1562 39.6582 57.1562 40.5383V43.1267ZM62.794 43.1267C62.794 44.0068 62.0636 44.7267 61.1705 44.7267C60.2773 44.7267 59.5468 44.0065 59.5468 43.1267V40.5383C59.5468 39.6582 60.2776 38.9383 61.1705 38.9383C62.0636 38.9383 62.794 39.6582 62.794 40.5383V43.1267Z",fill:"url(#paint1_linear_428_81)"}),w("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),w("g",{clipPath:"url(#clip0_428_81)",children:w("path",{d:"M62.1497 143.578C67.3134 138.585 75.6867 138.585 80.8505 143.578L81.4722 144.179C81.5335 144.238 81.5822 144.308 81.6155 144.386C81.6488 144.463 81.666 144.547 81.666 144.631C81.666 144.715 81.6488 144.799 81.6155 144.876C81.5822 144.954 81.5335 145.024 81.4722 145.083L79.3462 147.139C79.2835 147.199 79.1996 147.232 79.1123 147.232C79.025 147.232 78.9411 147.199 78.8784 147.139L78.0232 146.311C74.421 142.829 68.58 142.829 64.977 146.311L64.0611 147.197C63.9984 147.257 63.9145 147.29 63.8272 147.29C63.7399 147.29 63.656 147.257 63.5933 147.197L61.4672 145.141C61.4059 145.083 61.3572 145.012 61.3239 144.935C61.2906 144.857 61.2735 144.774 61.2735 144.689C61.2735 144.605 61.2906 144.521 61.3239 144.444C61.3572 144.366 61.4059 144.296 61.4672 144.237L62.1497 143.578ZM85.248 147.829L87.1397 149.659C87.201 149.718 87.2497 149.788 87.283 149.865C87.3163 149.943 87.3334 150.027 87.3334 150.111C87.3334 150.195 87.3163 150.279 87.283 150.356C87.2497 150.434 87.201 150.504 87.1397 150.563L78.6081 158.812C78.4828 158.933 78.315 159 78.1403 159C77.9656 159 77.7978 158.933 77.6725 158.812L71.6177 152.957C71.5864 152.927 71.5443 152.91 71.5005 152.91C71.4567 152.91 71.4147 152.927 71.3833 152.957L65.3285 158.812C65.2032 158.933 65.0354 159 64.8607 159C64.686 159 64.5182 158.933 64.3929 158.812L55.8605 150.563C55.7992 150.504 55.7505 150.434 55.7172 150.356C55.6839 150.279 55.6667 150.195 55.6667 150.111C55.6667 150.027 55.6839 149.943 55.7172 149.865C55.7505 149.788 55.7992 149.718 55.8605 149.659L57.7531 147.829C57.8783 147.709 58.0459 147.642 58.2204 147.642C58.3949 147.642 58.5625 147.709 58.6878 147.829L64.7427 153.684C64.774 153.714 64.816 153.731 64.8598 153.731C64.9036 153.731 64.9457 153.714 64.977 153.684L71.0319 147.829C71.1572 147.709 71.325 147.641 71.4997 147.641C71.6743 147.641 71.8422 147.709 71.9675 147.829L78.0232 153.684C78.0545 153.714 78.0965 153.731 78.1403 153.731C78.1841 153.731 78.2262 153.714 78.2575 153.684L84.3124 147.829C84.4377 147.709 84.6055 147.641 84.7802 147.641C84.9549 147.641 85.1227 147.709 85.248 147.829Z",fill:"white"})}),w("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"white"}),w("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M131.626 83.0058C128.674 83.3405 126.5 85.8652 126.5 88.8363V92.0779V103.277V105.099C126.5 108.098 128.713 110.636 131.695 110.952C134.982 111.301 139.216 111.667 142.5 111.667C147.147 111.667 153.695 110.934 156.773 110.555C157.765 110.433 158.5 109.588 158.5 108.589V92.0779C158.5 91.0782 157.765 90.2337 156.773 90.1115C153.705 89.7336 147.189 89.0046 142.545 88.9999L142.5 88.9999L142.46 88.9999C139.655 89.0025 136.165 89.2695 133.166 89.564C132.488 89.5642 131.907 89.0495 131.84 88.3608C131.768 87.6279 132.304 86.9755 133.037 86.9036C136.061 86.6067 139.621 86.3333 142.5 86.3333C145.707 86.3333 149.764 86.6728 152.989 87.007C154.039 87.1159 155.006 87.2247 155.833 87.3221V85.3898C155.833 84.3995 155.112 83.56 154.131 83.4288C151.262 83.0454 145.367 82.3333 141.167 82.3333C138.276 82.3333 134.583 82.6705 131.626 83.0058ZM153.833 102.333C154.938 102.333 155.833 101.438 155.833 100.333C155.833 99.2287 154.938 98.3333 153.833 98.3333C152.729 98.3333 151.833 99.2287 151.833 100.333C151.833 101.438 152.729 102.333 153.833 102.333Z",fill:"#696FFD"}),w("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),w("path",{d:"M269.405 111C278.27 111 285.457 103.837 285.457 95C285.457 86.1634 278.27 79 269.405 79C260.54 79 253.354 86.1634 253.354 95C253.354 103.837 260.54 111 269.405 111Z",fill:"#B9BBFE"}),w("path",{d:"M133.971 24C140.62 24 146.01 18.6274 146.01 12C146.01 5.37258 140.62 0 133.971 0C127.322 0 121.932 5.37258 121.932 12C121.932 18.6274 127.322 24 133.971 24Z",fill:"#B9BBFE"}),w("path",{d:"M15.5917 112C20.5782 112 24.6206 107.971 24.6206 103C24.6206 98.0294 20.5782 94 15.5917 94C10.6051 94 6.56274 98.0294 6.56274 103C6.56274 107.971 10.6051 112 15.5917 112Z",fill:"#B9BBFE"}),w("path",{d:"M152.029 177C157.57 177 162.061 172.523 162.061 167C162.061 161.477 157.57 157 152.029 157C146.488 157 141.997 161.477 141.997 167C141.997 172.523 146.488 177 152.029 177Z",fill:"#E9E9FF"}),w("path",{d:"M263.386 21C267.818 21 271.412 17.4183 271.412 13C271.412 8.58172 267.818 5 263.386 5C258.953 5 255.36 8.58172 255.36 13C255.36 17.4183 258.953 21 263.386 21Z",fill:"#E9E9FF"}),w("path",{d:"M7.06436 36C10.6658 36 13.5853 33.0899 13.5853 29.5C13.5853 25.9101 10.6658 23 7.06436 23C3.46296 23 0.543457 25.9101 0.543457 29.5C0.543457 33.0899 3.46296 36 7.06436 36Z",fill:"#E9E9FF"}),Ft("defs",{children:[Ft("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[w("stop",{stopColor:"#534BB1"}),w("stop",{offset:"1",stopColor:"#551BF9"})]}),Ft("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[w("stop",{stopColor:"white"}),w("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),w("clipPath",{id:"clip0_428_81",children:w("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});import*as we from"react-device-detect";import wo from"styled-components";var ti=wo.button`
843
843
  display: flex;
844
844
  flex-direction: row;
845
845
  align-items: center;
@@ -860,17 +860,17 @@ Resources:
860
860
  color: var(--disabled-fg);
861
861
  cursor: not-allowed;
862
862
  }
863
- `,ei=fo(Xr)`
863
+ `,oi=wo(ti)`
864
864
  && {
865
865
  background-color: var(--primary-color);
866
866
  color: var(--light-theme-bg-1);
867
867
  }
868
- `,ru=fo(Xr)`
868
+ `,au=wo(ti)`
869
869
  && {
870
870
  border: 1px solid var(--light-theme-bg-3);
871
871
  color: var(--light-theme-fg-1);
872
872
  }
873
- `;import{Fragment as go,jsx as h,jsxs as R}from"react/jsx-runtime";var wo=()=>{let{navigate:t}=g(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return fe.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),R(ii,{children:[h(Ae,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),h(ni,{children:h(be,{style:{width:"152px",height:"152px"}})}),R(mo,{children:[h(Ee,{children:R("div",{children:[h("span",{children:"Install the "}),h("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),h(tt,{}),h(Ee,{children:"Set up your first wallet"}),h(tt,{}),h(Ee,{children:"Store your recovery phrase in a safe place!"})]}),h(si,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},yo=()=>{let{navigate:t}=g();return R(ii,{children:[h(Ae,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),h(ni,{style:{marginTop:"-24px"},children:h(qr,{size:200})}),R(mo,{children:[h(Ee,{children:"Scan the QR code with your camera"}),h(tt,{}),h(Ee,{children:"Set up your first wallet"}),h(tt,{}),h(Ee,{children:"Store your seed phrase in a safe place!"})]}),h(si,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},ri=()=>{let[t,e]=bs("WHAT_IS_A_WALLET"),{navigateBack:o}=g();return R(go,{children:[h(L,{backFn:t==="WHAT_IS_A_WALLET"?o:t==="PICK_A_NEW_WALLET"?()=>e("WHAT_IS_A_WALLET"):()=>e("PICK_A_NEW_WALLET")},"header"),R(xs,{children:[t==="WHAT_IS_A_WALLET"&&R(go,{children:[h(_s,{children:h(Qr,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),R(Ue,{title:"Get started with a new wallet",children:[h("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),h("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),h(Es,{children:h(ks,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),t==="PICK_A_NEW_WALLET"&&h(go,{children:R(Ls,{children:[h(Ae,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),R(As,{children:[R(ti,{onClick:()=>{fe.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":fe.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":e("CREATE_METAMASK_WALLET")},children:[h(be,{}),R(oi,{children:[h("h4",{children:"MetaMask"}),h("p",{children:"Get a browser-based wallet"})]}),h("div",{children:h("span",{children:"Set up"})})]}),R(ti,{onClick:()=>{fe.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":fe.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":e("CREATE_COINBASE_WALLET")},children:[h(de,{}),R(oi,{children:[h("h4",{children:"Coinbase Wallet"}),h("p",{children:"Get a mobile app wallet"})]}),h("div",{children:h("span",{children:"Set up"})})]})]})]})}),t==="CREATE_COINBASE_WALLET"&&h(yo,{}),t==="CREATE_METAMASK_WALLET"&&h(wo,{})]}),R(re,{children:[h("span",{children:"Still not sure? "}),h("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},xs=$.div`
873
+ `;import{Fragment as yo,jsx as h,jsxs as M}from"react/jsx-runtime";var Co=()=>{let{navigate:t}=g(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return we.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),M(si,{children:[h(ke,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),h(ai,{children:h(Le,{style:{width:"152px",height:"152px"}})}),M(go,{children:[h(_e,{children:M("div",{children:[h("span",{children:"Install the "}),h("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),h(ot,{}),h(_e,{children:"Set up your first wallet"}),h(ot,{}),h(_e,{children:"Store your recovery phrase in a safe place!"})]}),h(li,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},vo=()=>{let{navigate:t}=g();return M(si,{children:[h(ke,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),h(ai,{style:{marginTop:"-24px"},children:h(Yr,{size:200})}),M(go,{children:[h(_e,{children:"Scan the QR code with your camera"}),h(ot,{}),h(_e,{children:"Set up your first wallet"}),h(ot,{}),h(_e,{children:"Store your seed phrase in a safe place!"})]}),h(li,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},ni=()=>{let[t,e]=Es("WHAT_IS_A_WALLET"),{navigateBack:o}=g();return M(yo,{children:[h(A,{backFn:t==="WHAT_IS_A_WALLET"?o:t==="PICK_A_NEW_WALLET"?()=>e("WHAT_IS_A_WALLET"):()=>e("PICK_A_NEW_WALLET")},"header"),M(ks,{children:[t==="WHAT_IS_A_WALLET"&&M(yo,{children:[h(Ws,{children:h(ei,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),M(Fe,{title:"Get started with a new wallet",children:[h("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),h("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),h(Ss,{children:h(Ts,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),t==="PICK_A_NEW_WALLET"&&h(yo,{children:M(_s,{children:[h(ke,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),M(Ps,{children:[M(ri,{onClick:()=>{we.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":we.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":e("CREATE_METAMASK_WALLET")},children:[h(Le,{}),M(ii,{children:[h("h4",{children:"MetaMask"}),h("p",{children:"Get a browser-based wallet"})]}),h("div",{children:h("span",{children:"Set up"})})]}),M(ri,{onClick:()=>{we.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":we.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":e("CREATE_COINBASE_WALLET")},children:[h(pe,{}),M(ii,{children:[h("h4",{children:"Coinbase Wallet"}),h("p",{children:"Get a mobile app wallet"})]}),h("div",{children:h("span",{children:"Set up"})})]})]})]})}),t==="CREATE_COINBASE_WALLET"&&h(vo,{}),t==="CREATE_METAMASK_WALLET"&&h(Co,{})]}),M(re,{children:[h("span",{children:"Still not sure? "}),h("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},ks=j.div`
874
874
  display: flex;
875
875
  flex-direction: column;
876
876
  height: 100%;
@@ -880,19 +880,19 @@ Resources:
880
880
  display: none;
881
881
  }
882
882
  }
883
- `,Ls=$.div`
883
+ `,_s=j.div`
884
884
  display: flex;
885
885
  flex-direction: column;
886
886
  align-items: flex-start;
887
887
  justify-content: flex-start;
888
888
  text-align: left;
889
889
  gap: 20px;
890
- `,As=$.div`
890
+ `,Ps=j.div`
891
891
  display: flex;
892
892
  flex-direction: column;
893
893
  width: 100%;
894
894
  gap: 8px;
895
- `,ti=$.button`
895
+ `,ri=j.button`
896
896
  display: flex;
897
897
  flex-direction: row;
898
898
  align-items: center;
@@ -949,24 +949,24 @@ Resources:
949
949
  border: 1px solid var(--border-color-2);
950
950
  }
951
951
  }
952
- `,oi=$.div`
952
+ `,ii=j.div`
953
953
  text-align: left;
954
954
 
955
955
  p {
956
956
  font-style: italic;
957
957
  font-size: 12px;
958
958
  }
959
- `,Es=$.div`
959
+ `,Ss=j.div`
960
960
  margin-top: auto;
961
961
  display: flex;
962
962
  align-items: flex-end;
963
963
  flex-grow: 1;
964
964
  width: 100%;
965
- `,ks=$(ei)`
965
+ `,Ts=j(oi)`
966
966
  && {
967
967
  margin-top: 14px;
968
968
  }
969
- `,ii=$.div`
969
+ `,si=j.div`
970
970
  display: flex;
971
971
  flex-direction: column;
972
972
  align-items: center;
@@ -977,13 +977,13 @@ Resources:
977
977
  > :first-child > svg {
978
978
  margin-top: 20px;
979
979
  }
980
- `,ni=$.div`
980
+ `,ai=j.div`
981
981
  display: flex;
982
982
  flex-direction: column;
983
983
  align-items: center;
984
984
  justify-content: center;
985
985
  width: 100%;
986
- `,si=$.button`
986
+ `,li=j.button`
987
987
  && {
988
988
  padding: 12px 16px;
989
989
  font-weight: 500;
@@ -992,10 +992,10 @@ Resources:
992
992
  background-color: var(--primary-color-bg-1);
993
993
  border-radius: var(--border-radius-sm);
994
994
  }
995
- `,_s=$.div`
995
+ `,Ws=j.div`
996
996
  display: flex;
997
997
  justify-content: center;
998
- `;import{useEffect as ai,useState as ot}from"react";import Ft from"styled-components";import{Fragment as Is,jsx as ke,jsxs as Ut}from"react/jsx-runtime";var Co=2,li={metamask:{name:"MetaMask",component:be},coinbase_wallet:{name:"Coinbase Wallet",component:de},wallet_connect:{name:"WalletConnect",component:gt}},ci=()=>{let[t,e]=ot(!1),[o,r]=ot("metamask"),[i,n]=ot(void 0),{navigate:a,navigateBack:d}=g(),{getAuthMeta:m,closePrivyModal:p,loginWithWallet:P}=k(),[A,E]=ot(0),{user:y}=O(),[c,b]=ot((y==null?void 0:y.linkedAccounts.length)||0);ai(()=>{var F;r(((F=m())==null?void 0:F.walletType)||"metamask"),n(void 0),P().then(()=>e(!0)).catch(x=>{x instanceof j?console.error(x.cause):console.error(x);let we=(x==null?void 0:x.status)===401&&(x==null?void 0:x.message)==="User is not allowed to login to this app.";(x==null?void 0:x.status)===422?n(ct.ERROR_USER_EXISTS):we?a("ALLOWLIST_REJECTION_SCREEN"):x instanceof Ie&&!x.details.default?n(x.details):x instanceof We?n(ct.ERROR_TIMED_OUT):n(ct.ERROR_WALLET_CONNECTION)})},[A]),ai(()=>{if(t){let F=setTimeout(p,Se);return()=>clearTimeout(F)}},[y]);let C=li[o].name,z=li[o].component,ge=t?`Successfully connected with ${C}`:i?i.message:`Waiting for ${C}`,I="";if(t){let F=(y==null?void 0:y.linkedAccounts.length)||0;c===F?I="Wallet was already linked.":I="You\u2019re good to go!"}else if(A>=Co&&i)I="Unable to connect wallet";else if(i)I=i.detail;else switch(I="Don\u2019t see your wallet modal? Check your other browser windows.",o){case"wallet_connect":I="Open your mobile wallet app to continue";break;case"coinbase_wallet":mt()||(I="Open the Coinbase app on your phone to continue.");break;default:I="Don\u2019t see your wallet modal? Check your other browser windows."}return Ut(Is,{children:[ke(L,{backFn:d}),Ut(Ps,{children:[ke(Ts,{children:Ut("div",{children:[ke(Et,{success:t,fail:!!i}),ke(z,{style:{width:"38px",height:"38px"}})]})}),Ut(Ss,{children:[ke("h3",{children:ge}),ke("p",{children:I})]}),ke(Ws,{onClick:()=>{E(A+1),n(void 0)},visible:!t&&(i==null?void 0:i.retryable)&&A<Co,disabled:!t&&(!(i!=null&&i.retryable)||A>=Co),children:"Retry"})]})]})},Ps=Ft.div`
998
+ `;import{useEffect as ci,useState as rt}from"react";import Gt from"styled-components";import{Fragment as Ns,jsx as ye,jsxs as Dt}from"react/jsx-runtime";var bo=2,di={metamask:{name:"MetaMask",component:Le},coinbase_wallet:{name:"Coinbase Wallet",component:pe},wallet_connect:{name:"WalletConnect",component:yt}},pi=()=>{var le;let[t,e]=rt(!1),[o,r]=rt("metamask"),[i,n]=rt(void 0),{navigate:a,navigateBack:d}=g(),{getAuthMeta:m,closePrivyModal:p,loginWithWallet:P}=k(),{walletConnectors:_}=R(),[v,x]=rt(0),{user:l}=R(),[b,L]=rt((l==null?void 0:l.linkedAccounts.length)||0);ci(()=>{var U;r(((U=m())==null?void 0:U.walletType)||"metamask"),n(void 0),P().then(()=>e(!0)).catch(y=>{y instanceof $?console.error(y.cause):console.error(y);let E=(y==null?void 0:y.status)===401&&(y==null?void 0:y.message)==="User is not allowed to login to this app.";(y==null?void 0:y.status)===422?n(ct.ERROR_USER_EXISTS):E?a("ALLOWLIST_REJECTION_SCREEN"):y instanceof Re&&!y.details.default?n(y.details):y instanceof Ie?n(ct.ERROR_TIMED_OUT):n(ct.ERROR_WALLET_CONNECTION)})},[v]),ci(()=>{if(t){let U=setTimeout(p,Te);return()=>clearTimeout(U)}},[l]);let G=di[o].name,Ce=di[o].component,ae=t?`Successfully connected with ${G}`:i?i.message:`Waiting for ${G}`,W="";if(t){let U=(l==null?void 0:l.linkedAccounts.length)||0;b===U?W="Wallet was already linked.":W="You\u2019re good to go!"}else if(v>=bo&&i)W="Unable to connect wallet";else if(i)W=i.detail;else switch(W="Don\u2019t see your wallet modal? Check your other browser windows.",o){case"metamask":W="For the best experience, connect only one wallet at a time.";break;case"wallet_connect":W="Open your mobile wallet app to continue";break;case"coinbase_wallet":ft()||(gt(l)?W="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":W="Open the Coinbase app on your phone to continue.");break}let H=gt(l)?(le=_==null?void 0:_.walletConnectors)==null?void 0:le.find(U=>U.walletType==="coinbase_wallet"):null;return Dt(Ns,{children:[ye(A,{backFn:d}),Dt(Is,{children:[ye(Ms,{children:Dt("div",{children:[ye(_t,{success:t,fail:!!i}),ye(Ce,{style:{width:"38px",height:"38px"}})]})}),Dt(Rs,{children:[ye("h3",{children:ae}),ye("p",{children:W})]}),gt(l)?ye(ui,{onClick:()=>H&&(H==null?void 0:H.disconnect()),visible:!t,disabled:t,children:"Use a different wallet"}):ye(ui,{onClick:()=>{x(v+1),n(void 0)},visible:!t&&(i==null?void 0:i.retryable)&&v<bo,disabled:!t&&(!(i!=null&&i.retryable)||v>=bo),children:"Retry"})]})]})},Is=Gt.div`
999
999
  display: flex;
1000
1000
  flex-direction: column;
1001
1001
  align-items: center;
@@ -1003,11 +1003,11 @@ Resources:
1003
1003
  margin-left: 27px;
1004
1004
  margin-right: 27px;
1005
1005
  gap: 24px;
1006
- `,Ss=Ft.div`
1006
+ `,Rs=Gt.div`
1007
1007
  display: flex;
1008
1008
  flex-direction: column;
1009
1009
  gap: 8px;
1010
- `,Ts=Ft.div`
1010
+ `,Ms=Gt.div`
1011
1011
  display: flex;
1012
1012
  flex-direction: column;
1013
1013
  justify-content: center;
@@ -1030,7 +1030,7 @@ Resources:
1030
1030
  left: -19px;
1031
1031
  top: -19px;
1032
1032
  }
1033
- `,Ws=Ft.button`
1033
+ `,ui=Gt.button`
1034
1034
  && {
1035
1035
  padding: 12px 16px;
1036
1036
  font-weight: 500;
@@ -1042,7 +1042,7 @@ Resources:
1042
1042
  opacity: ${t=>t.visible?"1":"0"};
1043
1043
  transition: opacity 200ms;
1044
1044
  }
1045
- `;import{Fragment as Rs,jsx as Dt,jsxs as di}from"react/jsx-runtime";var ui=()=>{let{navigateBack:t}=g();return di(Rs,{children:[Dt(L,{backFn:t},"header"),Dt(wo,{}),di(re,{children:[Dt("span",{children:"Still not sure? "}),Dt("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{Fragment as Ms,jsx as Gt,jsxs as pi}from"react/jsx-runtime";var hi=()=>{let{navigateBack:t}=g();return pi(Ms,{children:[Gt(L,{backFn:t},"header"),Gt(yo,{}),pi(re,{children:[Gt("span",{children:"Still not sure? "}),Gt("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import Ns from"styled-components";import{jsx as Us}from"react/jsx-runtime";var mi=t=>{let e=t.accentColor||"#696ffd";return Us(Os,{accentColor:e,children:t.children})},Os=Ns.div`
1045
+ `;import{Fragment as Os,jsx as Ht,jsxs as hi}from"react/jsx-runtime";var mi=()=>{let{navigateBack:t}=g();return hi(Os,{children:[Ht(A,{backFn:t},"header"),Ht(Co,{}),hi(re,{children:[Ht("span",{children:"Still not sure? "}),Ht("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{Fragment as Us,jsx as Vt,jsxs as fi}from"react/jsx-runtime";var gi=()=>{let{navigateBack:t}=g();return fi(Us,{children:[Vt(A,{backFn:t},"header"),Vt(vo,{}),fi(re,{children:[Vt("span",{children:"Still not sure? "}),Vt("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import Fs from"styled-components";import{jsx as Gs}from"react/jsx-runtime";var wi=t=>{let e=t.accentColor||"#696ffd";return Gs(Ds,{accentColor:e,children:t.children})},Ds=Fs.div`
1046
1046
  /*! Modified from https://unpkg.com/tailwindcss@3.2.3/src/css/preflight.css */
1047
1047
 
1048
1048
  *,
@@ -1283,7 +1283,7 @@ Resources:
1283
1283
 
1284
1284
  --primary-color: ${t=>t.accentColor};
1285
1285
  /* Same as primary color, but can be used with rgba */
1286
- --primary-color-rgb: ${t=>`${kt(t.accentColor).r}, ${kt(t.accentColor).g}, ${kt(t.accentColor).b}`};
1286
+ --primary-color-rgb: ${t=>`${Pt(t.accentColor).r}, ${Pt(t.accentColor).g}, ${Pt(t.accentColor).b}`};
1287
1287
  --primary-color-bg-1: rgba(var(--primary-color-rgb), 0.15);
1288
1288
  --primary-color-bg-2: rgba(var(--primary-color-rgb), 0.2);
1289
1289
 
@@ -1354,7 +1354,7 @@ Resources:
1354
1354
  display: none;
1355
1355
  }
1356
1356
  }
1357
- `;import{useEffect as Js}from"react";import{useEffect as fi,useState as gi}from"react";import Ht from"styled-components";import{Fragment as Bs,jsx as _e,jsxs as Vt}from"react/jsx-runtime";var wi={google:{name:"Google",component:Lt},discord:{name:"Discord",component:vt},github:{name:"Github",component:bt},twitter:{name:"Twitter",component:Ct}},Fs=t=>t.charAt(0).toUpperCase()+t.slice(1),vo=()=>{let t=new URL(window.location.href);t.searchParams.delete("privy_oauth_code"),t.searchParams.delete("privy_oauth_provider"),t.searchParams.delete("privy_oauth_state"),window.history.pushState({},"",t)},yi=()=>{var c;let[t,e]=gi(!1),[o,r]=gi(void 0),{getAuthMeta:i,initLoginWithOAuth:n,loginWithOAuth:a,closePrivyModal:d}=k(),{ready:m}=O(),p=((c=i())==null?void 0:c.provider)||"google",P=wi[p].name,A=wi[p].component;fi(()=>{!m||a().then(()=>{vo(),e(!0)}).catch(b=>{let C={retryable:!1,message:"Authentication failed."};b.message.includes("Another user has already linked this")?C.detail="This account has already been linked to another user.":b.message==="Invalid code during oauth flow."?(C.retryable=!0,C.detail="Something went wrong. Try again."):b.message==="User denied confirmation during OAuth flow"&&(C.detail=`Retry and check ${Fs(p)} to finish connecting your account.`,C.retryable=!0),vo(),r(C)})},[m]),fi(()=>{if(!t)return;let b=setTimeout(d,Se);return()=>clearTimeout(b)},[t]);let E=t?`Successfully connected with ${P}`:o?o.message:`Verifying connection to ${P}`,y="";return t?y="You\u2019re good to go!":o?y=o.detail:y="Just a few moments more",Vt(Bs,{children:[_e(L,{}),Vt(Ds,{children:[_e(Vs,{children:Vt("div",{children:[_e(Et,{success:t,fail:!!o}),_e(A,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),Vt(Gs,{children:[_e("h3",{children:E}),_e("p",{children:y})]}),_e(Hs,{onClick:()=>{vo(),n(p),r(void 0)},visible:!t&&(o==null?void 0:o.retryable),disabled:!t&&!(o!=null&&o.retryable),children:"Retry"})]})]})},Ds=Ht.div`
1357
+ `;import{useEffect as Xs}from"react";import{useEffect as yi,useState as Ci}from"react";import zt from"styled-components";import{Fragment as js,jsx as Pe,jsxs as Bt}from"react/jsx-runtime";var vi={google:{name:"Google",component:Et},discord:{name:"Discord",component:xt},github:{name:"Github",component:Lt},twitter:{name:"Twitter",component:bt}},Hs=t=>t.charAt(0).toUpperCase()+t.slice(1),xo=()=>{let t=new URL(window.location.href);t.searchParams.delete("privy_oauth_code"),t.searchParams.delete("privy_oauth_provider"),t.searchParams.delete("privy_oauth_state"),window.history.pushState({},"",t)},bi=()=>{var l;let[t,e]=Ci(!1),[o,r]=Ci(void 0),{getAuthMeta:i,initLoginWithOAuth:n,loginWithOAuth:a,closePrivyModal:d}=k(),{ready:m}=R(),p=((l=i())==null?void 0:l.provider)||"google",P=vi[p].name,_=vi[p].component;yi(()=>{!m||a().then(()=>{xo(),e(!0)}).catch(b=>{let L={retryable:!1,message:"Authentication failed."};b.message.includes("Another user has already linked this")?L.detail="This account has already been linked to another user.":b.message==="Invalid code during oauth flow."?(L.retryable=!0,L.detail="Something went wrong. Try again."):b.message==="User denied confirmation during OAuth flow"&&(L.detail=`Retry and check ${Hs(p)} to finish connecting your account.`,L.retryable=!0),xo(),r(L)})},[m]),yi(()=>{if(!t)return;let b=setTimeout(d,Te);return()=>clearTimeout(b)},[t]);let v=t?`Successfully connected with ${P}`:o?o.message:`Verifying connection to ${P}`,x="";return t?x="You\u2019re good to go!":o?x=o.detail:x="Just a few moments more",Bt(js,{children:[Pe(A,{}),Bt(Vs,{children:[Pe(zs,{children:Bt("div",{children:[Pe(_t,{success:t,fail:!!o}),Pe(_,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),Bt(Bs,{children:[Pe("h3",{children:v}),Pe("p",{children:x})]}),Pe($s,{onClick:()=>{xo(),n(p),r(void 0)},visible:!t&&(o==null?void 0:o.retryable),disabled:!t&&!(o!=null&&o.retryable),children:"Retry"})]})]})},Vs=zt.div`
1358
1358
  display: flex;
1359
1359
  flex-direction: column;
1360
1360
  align-items: center;
@@ -1362,11 +1362,11 @@ Resources:
1362
1362
  margin-left: 27px;
1363
1363
  margin-right: 27px;
1364
1364
  gap: 24px;
1365
- `,Gs=Ht.div`
1365
+ `,Bs=zt.div`
1366
1366
  display: flex;
1367
1367
  flex-direction: column;
1368
1368
  gap: 8px;
1369
- `,Vs=Ht.div`
1369
+ `,zs=zt.div`
1370
1370
  display: flex;
1371
1371
  flex-direction: column;
1372
1372
  justify-content: center;
@@ -1389,7 +1389,7 @@ Resources:
1389
1389
  left: -19px;
1390
1390
  top: -19px;
1391
1391
  }
1392
- `,Hs=Ht.button`
1392
+ `,$s=zt.button`
1393
1393
  && {
1394
1394
  padding: 12px 16px;
1395
1395
  font-weight: 500;
@@ -1401,7 +1401,7 @@ Resources:
1401
1401
  opacity: ${t=>t.visible?"1":"0"};
1402
1402
  transition: opacity 200ms;
1403
1403
  }
1404
- `;import{Fragment as zs,jsx as Ge,jsxs as js}from"react/jsx-runtime";var Ci=()=>{let{app:t}=g();return js(zs,{children:[Ge(L,{},"header"),Ge(Ue,{title:"Connect your email",description:`Add your email to your ${t==null?void 0:t.name} account`,icon:Ge(At,{})}),Ge(ue,{children:Ge(_t,{stacked:!0})}),Ge(q,{protectedByPrivy:!0})]})};import{Fragment as $s,jsx as Ve,jsxs as Zs}from"react/jsx-runtime";var vi=()=>{let{app:t}=g();return Zs($s,{children:[Ve(L,{},"header"),Ve(Ue,{title:"Connect your phone",description:`Add your number to your ${t==null?void 0:t.name} account`,icon:Ve(Pt,{})}),Ve(ue,{children:Ve(St,{stacked:!0})}),Ve(q,{protectedByPrivy:!0})]})};import{Fragment as Ks,jsx as rt,jsxs as bi}from"react/jsx-runtime";var xi=()=>{let{linkingHint:t}=k(),{app:e}=g(),o=t?`Reconnect the wallet with ${Er(t)} to take actions.`:`Link a wallet to your ${e==null?void 0:e.name} account`;return bi(Ks,{children:[rt(L,{},"header"),rt(Nr,{title:`${t?"Reconnect":"Connect"} your wallet`,description:o}),bi(ue,{children:[rt(wt,{}),rt(yt,{})]}),rt(q,{protectedByPrivy:!0})]})};import{jsx as T,jsxs as Li}from"react/jsx-runtime";var Ys=()=>{let{ready:t}=O(),{isLinking:e}=k(),{ready:o,currentScreen:r}=g(),i;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN","ALLOWLIST_REJECTION_SCREEN"].includes(r)?i="compact":"WALLET_EDUCATION"===r?i="full":e?i="medium":i="full",!t||!o?Li(Rt,{"data-height":i,children:[T(L,{}),T(ea,{children:T(he,{})}),T(re,{})]}):Li(Rt,{"data-height":i,children:[r==="LANDING"&&T(Ir,{}),r==="AWAITING_PASSWORDLESS_CODE"&&T(Gr,{}),r==="WALLET_EDUCATION"&&T(ri,{}),r==="AWAITING_CONNECTION"&&T(ci,{}),r==="AWAITING_OAUTH_SCREEN"&&T(yi,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&T(jr,{}),r==="INSTALL_METAMASK_SCREEN"&&T(ui,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&T(hi,{}),r==="LINK_EMAIL_SCREEN"&&T(Ci,{}),r==="LINK_PHONE_SCREEN"&&T(vi,{}),r==="LINK_WALLET_SCREEN"&&T(xi,{})]})},Ai=()=>{let{app:t}=g();return qs.createPortal(T(Xs,{id:"privy-dialog",children:T(mi,{accentColor:t==null?void 0:t.accentColor,children:T(Ys,{})})}),document.body)},Qs=({children:t,...e})=>(Js(()=>{var r;(r=document==null?void 0:document.activeElement)==null||r.blur();let o=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));if(!!o)return o.setAttribute("inert","true"),()=>{let i=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));!i||i.removeAttribute("inert")}},[e.open,e.onClose]),T("dialog",{open:!0,role:"dialog",...e,children:t})),Xs=bo(Qs)`
1404
+ `;import{Fragment as Zs,jsx as He,jsxs as Ks}from"react/jsx-runtime";var xi=()=>{let{app:t}=g();return Ks(Zs,{children:[He(A,{},"header"),He(Fe,{title:"Connect your email",description:`Add your email to your ${t==null?void 0:t.name} account`,icon:He(kt,{})}),He(he,{children:He(St,{stacked:!0})}),He(q,{protectedByPrivy:!0})]})};import{Fragment as qs,jsx as Ve,jsxs as Js}from"react/jsx-runtime";var Li=()=>{let{app:t}=g();return Js(qs,{children:[Ve(A,{},"header"),Ve(Fe,{title:"Connect your phone",description:`Add your number to your ${t==null?void 0:t.name} account`,icon:Ve(Tt,{})}),Ve(he,{children:Ve(Wt,{stacked:!0})}),Ve(q,{protectedByPrivy:!0})]})};import{Fragment as Ys,jsx as it,jsxs as Ai}from"react/jsx-runtime";var Ei=()=>{let{linkingHint:t}=k(),{app:e}=g(),o=t?`Select the wallet with ${_r(t)} and follow the instructions to reconnect your wallet${e!=null&&e.name?`to ${e.name}.`:"."}`:`Link a wallet to your ${e==null?void 0:e.name} account`;return Ai(Ys,{children:[it(A,{},"header"),it(Ur,{title:`${t?"Reconnect":"Connect"} your wallet`,description:o}),Ai(he,{children:[it(Ct,{}),it(vt,{})]}),it(q,{protectedByPrivy:!0})]})};import{jsx as T,jsxs as ki}from"react/jsx-runtime";var ea=()=>{let{ready:t}=R(),{isLinking:e}=k(),{ready:o,currentScreen:r}=g(),i;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN","ALLOWLIST_REJECTION_SCREEN"].includes(r)?i="compact":"WALLET_EDUCATION"===r?i="full":e?i="medium":i="full",!t||!o?ki(Nt,{"data-height":i,children:[T(A,{}),T(ra,{children:T(fe,{})}),T(re,{})]}):ki(Nt,{"data-height":i,children:[r==="LANDING"&&T(Mr,{}),r==="AWAITING_PASSWORDLESS_CODE"&&T(Vr,{}),r==="WALLET_EDUCATION"&&T(ni,{}),r==="AWAITING_CONNECTION"&&T(pi,{}),r==="AWAITING_OAUTH_SCREEN"&&T(bi,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&T(Zr,{}),r==="INSTALL_METAMASK_SCREEN"&&T(mi,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&T(gi,{}),r==="LINK_EMAIL_SCREEN"&&T(xi,{}),r==="LINK_PHONE_SCREEN"&&T(Li,{}),r==="LINK_WALLET_SCREEN"&&T(Ei,{})]})},_i=()=>{let{app:t}=g();return Qs.createPortal(T(oa,{id:"privy-dialog",children:T(wi,{accentColor:t==null?void 0:t.accentColor,children:T(ea,{})})}),document.body)},ta=({children:t,...e})=>(Xs(()=>{var r;(r=document==null?void 0:document.activeElement)==null||r.blur();let o=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));if(!!o)return o.setAttribute("inert","true"),()=>{let i=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));!i||i.removeAttribute("inert")}},[e.open,e.onClose]),T("dialog",{open:!0,role:"dialog",...e,children:t})),oa=Lo(ta)`
1405
1405
  position: fixed;
1406
1406
  top: 0;
1407
1407
  left: 0;
@@ -1416,7 +1416,7 @@ Resources:
1416
1416
  z-index: 999999;
1417
1417
  -webkit-backdrop-filter: blur(3px);
1418
1418
  backdrop-filter: blur(3px);
1419
- `,Rt=bo.div`
1419
+ `,Nt=Lo.div`
1420
1420
  line-height: 20px;
1421
1421
  width: 360px;
1422
1422
  height: auto;
@@ -1454,10 +1454,10 @@ Resources:
1454
1454
  min-height: 0;
1455
1455
  }
1456
1456
  }
1457
- `,ea=bo.div`
1457
+ `,ra=Lo.div`
1458
1458
  display: flex;
1459
1459
  flex-direction: column;
1460
1460
  align-items: center;
1461
1461
  justify-content: center;
1462
1462
  height: 100%;
1463
- `;import{jsx as Bt,jsxs as aa}from"react/jsx-runtime";function oa(t){return typeof t=="string"&&t.length===25}var it;function ra(){if(!it){let t=N.get(Te);return Promise.resolve(t||null)}return it.getAccessToken()}var ia=t=>{if(!oa(t.appId))throw new u("Cannot initialize the Privy provider with an invalid Privy app ID");return it||(it=new $e({appId:t.appId,apiURL:ko})),Bt(sa,{...t,client:it})},na=(t,e)=>{if(e)return{email:!1,sms:!1,wallet:!1,google:!1,twitter:!1,discord:!1,github:!1,[e]:!0};let o=!!(t!=null&&t.emailAuth),r=!!(t!=null&&t.smsAuth);return o&&r&&(console.warn("Enabling both email and SMS passwordless is not currently supported. Disabling SMS."),r=!1),{email:o,sms:r,wallet:!!(t!=null&&t.walletAuth),google:!!(t!=null&&t.googleOAuth),twitter:!!(t!=null&&t.twitterOAuth),discord:!!(t!=null&&t.discordOAuth),github:!!(t!=null&&t.githubOAuth)}},sa=t=>{let e=t.client,[o,r]=se(!1),[i,n]=se(!1),[a,d]=se(!1),[m,p]=se(null),[P,A]=se(!1),[E,y]=se({accentColor:"#696ffd",theme:"System",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,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[c,b]=se(null),[C,z]=se(!1),[ge,I]=se(null),F=na(E,c);Ei(()=>{async function s(){let l=await e.getAppSettings();y(l),e.connectors.initialize(),x();let V=await e.getAuthenticatedUser();d(!!V),p(V),n(!0)}s()},[e]);let x=()=>{let s=new URLSearchParams(window.location.search),l=s.get("privy_oauth_code"),V=s.get("privy_oauth_state"),He=s.get("privy_oauth_provider");l&&V&&He&&(e.startAuthFlow(new Re(He,l,V)),b(He),r(!0))};Ei(()=>{i&&a&&m===null&&e.getAuthenticatedUser().then(p)},[i,a,m,e]);let we=()=>{b("wallet"),z(!0),r(!0)},nt={ready:i,authenticated:a,user:m,walletConnectors:e.connectors,linkWallet:we,linkEmail:()=>{b("email"),z(!0),r(!0)},linkPhone:()=>{b("sms"),z(!0),r(!0)},linkGoogle:async()=>{await _.initLoginWithOAuth("google")},linkTwitter:async()=>{await _.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await _.initLoginWithOAuth("discord")},linkGithub:async()=>{await _.initLoginWithOAuth("github")},login:()=>{if(i&&a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}r(!0)},logout:async()=>{await e.logout(),p(null),d(!1),b(null),z(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connectors.getEthereumProvider(),getEthersProvider:()=>new ta(new Ce(e.connectors.getEthereumProvider())),getWeb3jsProvider:()=>new dt(e.connectors.getEthereumProvider()),unlinkWallet:async s=>{let l=await e.unlinkWallet(s);return p(l),l},unlinkEmail:async s=>{let l=await e.unlinkEmail(s);return p(l),l},unlinkPhone:async s=>{let l=await e.unlinkPhone(s);return p(l),l},unlinkGoogle:async s=>{let l=await e.unlinkOAuth("google",s);return p(l),l},unlinkTwitter:async s=>{let l=await e.unlinkOAuth("twitter",s);return p(l),l},unlinkDiscord:async s=>{let l=await e.unlinkOAuth("discord",s);return p(l),l},unlinkGithub:async s=>{let l=await e.unlinkOAuth("github",s);return p(l),l},setActiveWallet:s=>{if(!!m)try{let l=e.setActiveWallet(s,m);p(l)}catch(l){l instanceof u&&l.message==="Error setting the active wallet."&&(I(s),we())}},forkSession:()=>e.forkSession()},_=(()=>({isLinking:C,linkingHint:ge,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var s;return(s=e.authFlow)==null?void 0:s.meta},closePrivyModal:()=>{var s;i&&a&&m&&((s=t.onSuccess)==null||s.call(t,m,P)),e.authFlow=void 0,b(null),I(null),z(!1),A(!1),r(!1)},initLoginWithWallet:s=>{if(!e.connectors)throw new u("Connector not initialized");s||(s="metamask"),e.startAuthFlow(new Ze(e.connectors,s))},loginWithWallet:async()=>{if(!(e.authFlow instanceof Ze))throw new u("Must initialize SIWE flow first.");let s,l;C?(s=await e.link(),s&&(s=je(s))):{user:s,isNewUser:l}=await e.authenticate(),p(s||m||null),A(l||!1),d(!0)},initLoginWithOAuth:async s=>{e.startAuthFlow(new Re(s));let l=await e.authFlow.getAuthorizationUrl();l&&l.url&&window.location.assign(l.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof Re))throw new u("Must initialize OAuth flow before calling loginWithOAuth");let s,l;i&&a?s=await e.link():{user:s,isNewUser:l}=await e.authenticate(),p(s),A(l||!1),d(!0)},initLoginWithEmail:async s=>{let l=new Ke(s);e.startAuthFlow(l),await l.sendCodeEmail()},initLoginWithSms:async s=>{let l=new qe(s);e.startAuthFlow(l),await l.sendSmsCode()},resendEmailCode:async()=>{var s;await((s=e.authFlow)==null?void 0:s.sendCodeEmail())},resendSmsCode:async()=>{var s;await((s=e.authFlow)==null?void 0:s.sendSmsCode())},loginWithCode:async s=>{if(e.authFlow instanceof Ke)e.authFlow.meta.emailCode=s.trim();else if(e.authFlow instanceof qe)e.authFlow.meta.smsCode=s.trim();else throw new u("Must initialize a passwordless code flow first");let l,V;C?l=await e.link():{user:l,isNewUser:V}=await e.authenticate(),p(l||m||null),A(V||!1),d(!0)}}))();return aa(eo.Provider,{value:nt,children:[t.children,Bt(to.Provider,{value:_,children:Bt(tr,{appSettings:E,options:F,visible:o,authenticated:a,children:o&&Bt(Ai,{})})})]})};export{Ce as AsExternalProvider,ze as ConnectorManager,$e as PrivyClient,ia as PrivyProvider,K as PrivyProxyProvider,jt as VERSION,Q as WalletConnector,ra as getAccessToken,O as usePrivy};
1463
+ `;import{jsx as $t,jsxs as da}from"react/jsx-runtime";function na(t){return typeof t=="string"&&t.length===25}var nt;function sa(){if(!nt){let t=N.get(We);return Promise.resolve(t||null)}return nt.getAccessToken()}var aa=t=>{if(!na(t.appId))throw new u("Cannot initialize the Privy provider with an invalid Privy app ID");return nt||(nt=new Ze({appId:t.appId,apiURL:Po})),$t(ca,{...t,client:nt})},la=(t,e)=>{if(e)return{email:!1,sms:!1,wallet:!1,google:!1,twitter:!1,discord:!1,github:!1,[e]:!0};let o=!!(t!=null&&t.emailAuth),r=!!(t!=null&&t.smsAuth);return o&&r&&(console.warn("Enabling both email and SMS passwordless is not currently supported. Disabling SMS."),r=!1),{email:o,sms:r,wallet:!!(t!=null&&t.walletAuth),google:!!(t!=null&&t.googleOAuth),twitter:!!(t!=null&&t.twitterOAuth),discord:!!(t!=null&&t.discordOAuth),github:!!(t!=null&&t.githubOAuth)}},ca=t=>{let e=t.client,[o,r]=se(!1),[i,n]=se(!1),[a,d]=se(!1),[m,p]=se(null),[P,_]=se(!1),[v,x]=se({accentColor:"#696ffd",theme:"System",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,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[l,b]=se(null),[L,G]=se(!1),[Ce,ae]=se(null),W=la(v,l);Pi(()=>{async function s(){let c=await e.getAppSettings();x(c),e.connectors.initialize(),H();let V=await e.getAuthenticatedUser();d(!!V),p(V),n(!0)}s()},[e]);let H=()=>{let s=new URLSearchParams(window.location.search),c=s.get("privy_oauth_code"),V=s.get("privy_oauth_state"),Be=s.get("privy_oauth_provider");c&&V&&Be&&(e.startAuthFlow(new Me(Be,c,V)),b(Be),r(!0))};Pi(()=>{i&&a&&m===null&&e.getAuthenticatedUser().then(p)},[i,a,m,e]);let le=()=>{b("wallet"),G(!0),r(!0)},U={ready:i,authenticated:a,user:m,walletConnectors:e.connectors,linkWallet:le,linkEmail:()=>{b("email"),G(!0),r(!0)},linkPhone:()=>{b("sms"),G(!0),r(!0)},linkGoogle:async()=>{await E.initLoginWithOAuth("google")},linkTwitter:async()=>{await E.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await E.initLoginWithOAuth("discord")},linkGithub:async()=>{await E.initLoginWithOAuth("github")},login:()=>{if(i&&a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}r(!0)},logout:async()=>{await e.logout(),p(null),d(!1),b(null),G(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connectors.getEthereumProvider(),getEthersProvider:()=>new ia(new be(e.connectors.getEthereumProvider())),getWeb3jsProvider:()=>new dt(e.connectors.getEthereumProvider()),unlinkWallet:async s=>{let c=await e.unlinkWallet(s);return p(c),c},unlinkEmail:async s=>{let c=await e.unlinkEmail(s);return p(c),c},unlinkPhone:async s=>{let c=await e.unlinkPhone(s);return p(c),c},unlinkGoogle:async s=>{let c=await e.unlinkOAuth("google",s);return p(c),c},unlinkTwitter:async s=>{let c=await e.unlinkOAuth("twitter",s);return p(c),c},unlinkDiscord:async s=>{let c=await e.unlinkOAuth("discord",s);return p(c),c},unlinkGithub:async s=>{let c=await e.unlinkOAuth("github",s);return p(c),c},setActiveWallet:s=>{if(!!m)try{let c=e.setActiveWallet(s,m);p(c)}catch(c){c instanceof u&&c.message==="Error setting the active wallet."&&(ae(s),le())}},forkSession:()=>e.forkSession()},E=(()=>({isLinking:L,linkingHint:Ce,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var s;return(s=e.authFlow)==null?void 0:s.meta},closePrivyModal:()=>{var s;i&&a&&m&&((s=t.onSuccess)==null||s.call(t,m,P)),e.authFlow=void 0,b(null),ae(null),G(!1),_(!1),r(!1)},initLoginWithWallet:s=>{if(!e.connectors)throw new u("Connector not initialized");s||(s="metamask"),e.startAuthFlow(new Ke(e.connectors,s))},loginWithWallet:async()=>{if(!(e.authFlow instanceof Ke))throw new u("Must initialize SIWE flow first.");let s,c;L?(s=await e.link(),s&&(s=je(s))):{user:s,isNewUser:c}=await e.authenticate(),p(s||m||null),_(c||!1),d(!0)},initLoginWithOAuth:async s=>{e.startAuthFlow(new Me(s));let c=await e.authFlow.getAuthorizationUrl();c&&c.url&&window.location.assign(c.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof Me))throw new u("Must initialize OAuth flow before calling loginWithOAuth");let s,c;i&&a?s=await e.link():{user:s,isNewUser:c}=await e.authenticate(),p(s),_(c||!1),d(!0)},initLoginWithEmail:async s=>{let c=new qe(s);e.startAuthFlow(c),await c.sendCodeEmail()},initLoginWithSms:async s=>{let c=new Je(s);e.startAuthFlow(c),await c.sendSmsCode()},resendEmailCode:async()=>{var s;await((s=e.authFlow)==null?void 0:s.sendCodeEmail())},resendSmsCode:async()=>{var s;await((s=e.authFlow)==null?void 0:s.sendSmsCode())},loginWithCode:async s=>{if(e.authFlow instanceof qe)e.authFlow.meta.emailCode=s.trim();else if(e.authFlow instanceof Je)e.authFlow.meta.smsCode=s.trim();else throw new u("Must initialize a passwordless code flow first");let c,V;L?c=await e.link():{user:c,isNewUser:V}=await e.authenticate(),p(c||m||null),_(V||!1),d(!0)}}))();return da(oo.Provider,{value:U,children:[t.children,$t(ro.Provider,{value:E,children:$t(rr,{appSettings:v,options:W,visible:o,authenticated:a,children:o&&$t(_i,{})})})]})};export{be as AsExternalProvider,$e as ConnectorManager,Ze as PrivyClient,aa as PrivyProvider,K as PrivyProxyProvider,Zt as VERSION,Q as WalletConnector,sa as getAccessToken,R as usePrivy};