@privy-io/react-auth 1.15.0-beta.3 → 1.15.0-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,15 +1,15 @@
1
- import{useEffect as Oi,useState as oe}from"react";import Yt from"axios";import Ui 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}]`:""}`}},Ie=class extends j{constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},h=class extends j{constructor(o,r){super(o,r);this.type="client_error"}};var I=class extends j{constructor(o,r){super(o,r);this.type="connector_error"}},S=t=>{if(t instanceof j)return t;if(!Ui.isAxiosError(t))return H(t);if(!t.response)return new Ie("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new Ie(e||"ApiError",t.response.status,o||r,t)},H=t=>t instanceof j?t:t instanceof Error?new h(t.message,t):new h(`Internal error: ${t}`);var Io="1.15.0-beta.3";var Ro="https://api.privy.io/v0",Mo=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",qe="4df5e2316331463a9130964bd6078dfa",No=1e4,ue=1400,Jt=Io;var Re="privy:token",pt="privy:refresh_token",ht="privy:connectors",Oo="walletconnect";var mt=class{constructor(e,o,r){this.appId=e,this.sdkVersion=Jt,this.client=o,this.defaults=r}async get(e,o){try{return await Yt.get(e,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw S(r)}}async post(e,o,r){try{return await Yt.post(e,o,await this.buildConfig(r))}catch(i){throw S(i)}}async delete(e,o){try{return await Yt.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 Uo from"jose";var ne=class{static parse(e){try{return new ne(e)}catch{return null}}constructor(e){this.value=e,this._decoded=Uo.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 pe=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)}},Xt=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 Di(){return typeof window<"u"&&window.localStorage?new Xt:new Qt}var O=Di();import{ErrorCode as Gi}from"@ethersproject/logger";var Me=class extends I{constructor(){super("Wallet timeout");this.type="wallet_error"}},he=t=>{if(t instanceof I)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new Ne(t);return t.code===Gi.ACTION_REJECTED&&(e.details=xe.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new Ne(t):new I("Unknown connector error",t)},eo=class extends j{constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},Ne=class extends eo{constructor(o){var n,a,d;let r=o;super(r.message,r.code,r.data);let i=Object.values(xe).find(u=>u.eipCode===r.code);this.details=i||xe.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=xe.E32002_CONNECTION_ALREADY_PENDING:this.details=xe.E32002_REQUEST_ALREADY_PENDING:(d=r.message)!=null&&d.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=xe.E32002_WALLET_LOCKED))}},Vi={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}},Hi={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}},Bi={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}},xe={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Bi,...Hi},Oe={...Vi,...xe};var zi=12e4,to=(t=new Me,e=zi)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),J=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})}async 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),to()]).catch(o=>{throw he(o)})}},Le=class extends J{constructor(o){super(o)}},ft=class extends J{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 Ho}from"@ethersproject/address";import{Web3Provider as Ki}from"@ethersproject/providers";import{getAddress as ji}from"@ethersproject/address";import{Web3Provider as $i}from"@ethersproject/providers";var se=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 Oi,useState as oe}from"react";import Yt from"axios";import Ui 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}]`:""}`}},Ie=class extends j{constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},h=class extends j{constructor(o,r){super(o,r);this.type="client_error"}};var I=class extends j{constructor(o,r){super(o,r);this.type="connector_error"}},T=t=>{if(t instanceof j)return t;if(!Ui.isAxiosError(t))return H(t);if(!t.response)return new Ie("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new Ie(e||"ApiError",t.response.status,o||r,t)},H=t=>t instanceof j?t:t instanceof Error?new h(t.message,t):new h(`Internal error: ${t}`);var Io="1.15.0-beta.4";var Ro="https://api.privy.io/v0",Mo=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",qe="4df5e2316331463a9130964bd6078dfa",No=1e4,ue=1400,Jt=Io;var Re="privy:token",pt="privy:refresh_token",ht="privy:connectors",Oo="walletconnect";var mt=class{constructor(e,o,r){this.appId=e,this.sdkVersion=Jt,this.client=o,this.defaults=r}async get(e,o){try{return await Yt.get(e,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw T(r)}}async post(e,o,r){try{return await Yt.post(e,o,await this.buildConfig(r))}catch(i){throw T(i)}}async delete(e,o){try{return await Yt.delete(e,await this.buildConfig(o))}catch(r){throw T(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 Uo from"jose";var ne=class{static parse(e){try{return new ne(e)}catch{return null}}constructor(e){this.value=e,this._decoded=Uo.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 pe=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)}},Xt=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 Di(){return typeof window<"u"&&window.localStorage?new Xt:new Qt}var O=Di();import{ErrorCode as Gi}from"@ethersproject/logger";var Me=class extends I{constructor(){super("Wallet timeout");this.type="wallet_error"}},he=t=>{if(t instanceof I)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new Ne(t);return t.code===Gi.ACTION_REJECTED&&(e.details=xe.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new Ne(t):new I("Unknown connector error",t)},eo=class extends j{constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},Ne=class extends eo{constructor(o){var n,s,c;let r=o;super(r.message,r.code,r.data);let i=Object.values(xe).find(u=>u.eipCode===r.code);this.details=i||xe.UNKNOWN_ERROR,r.code===-32002&&((n=r.message)!=null&&n.includes("already pending for origin")?(s=r.message)!=null&&s.includes("wallet_requestPermissions")?this.details=xe.E32002_CONNECTION_ALREADY_PENDING:this.details=xe.E32002_REQUEST_ALREADY_PENDING:(c=r.message)!=null&&c.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=xe.E32002_WALLET_LOCKED))}},Vi={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}},Hi={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}},Bi={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}},xe={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Bi,...Hi},Oe={...Vi,...xe};var zi=12e4,to=(t=new Me,e=zi)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),J=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})}async 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),to()]).catch(o=>{throw he(o)})}},Le=class extends J{constructor(o){super(o)}},ft=class extends J{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 Ho}from"@ethersproject/address";import{Web3Provider as Ki}from"@ethersproject/providers";import{getAddress as ji}from"@ethersproject/address";import{Web3Provider as $i}from"@ethersproject/providers";var se=class{constructor(e,o,r){this.createSiweMessage=(e,o,r,i,n,s,c)=>`${r} wants you to sign in with your Ethereum account:
2
2
  ${o}
3
3
 
4
- ${d}
4
+ ${c}
5
5
 
6
6
  URI: ${i}
7
7
  Version: 1
8
8
  Chain ID: ${e}
9
- Nonce: ${a}
9
+ Nonce: ${s}
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=ji(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 setActive(){return!0}async sign(e){return new $i(new Le(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{isPossiblePhoneNumber as Zi}from"libphonenumber-js/min";var Fo=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,}))$/),Do=t=>Zi(String(t),"US"),gt=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)}},Go=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r},Je=t=>{if(!t)return"";let e=t.slice(0,5),o=t.slice(t.length-4,t.length);return`${e}...${o}`},Vo=t=>new Promise(e=>setTimeout(e,t));import{isMobile as qi}from"react-device-detect";var wt=class extends se{constructor(e,o){var r;super("metamask",e,o),this.provider.setProvider(window.ethereum),(r=window.ethereum.providers)==null||r.forEach(async i=>{i.isMetaMask&&this.provider.setProvider(i)}),this.subscribeListeners()}async connect(e){return e.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}async isConnected(){let e=await this.connectedMetamaskAddress();return this.address===e}async connectedMetamaskAddress(){let o=await new Ki(this.provider).listAccounts();return o.length===0?null:Ho(o[0])}disconnect(){console.warn("Metamask does not support programmetic disconnect.")}async promptConnection(){try{let e="";if(!qi&&(await this.provider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),this.address&&await this.isConnected()))throw new I("Selected the wrong wallet in MetaMask");let o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=Ho(o[0])),!e||e==="")throw new I("Unable to retrieve address");this.connected=!0,this.address=e}catch(e){throw he(e)}}async setActive(){if(await this.connectedMetamaskAddress()===this.address)return this.connected=!0,!0;for(;!this.connected;)await Vo(200);return!0}subscribeListeners(){this.provider.on("accountsChanged",e=>{var o;if(e.length>0){let r=e[0];this.connected=((o=this.address)==null?void 0:o.toLowerCase())===(r==null?void 0:r.toLowerCase())}}),this.provider.on("disconnect",()=>{this.connected=!1})}};import{getAddress as Ji}from"@ethersproject/address";import Yi from"@coinbase/wallet-sdk";var Qi=t=>{let e=`https://mainnet.infura.io/v3/${qe}`,o=1;return t.makeWeb3Provider(e,o)},yt,vt=class extends se{constructor(e,o){super("coinbase_wallet",e,o),yt||(yt=new Yi({appName:"Privy",darkMode:!1,headlessMode:!1}))}async connect(e){return this.provider.setProvider(Qi(yt)),(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(),this.getConnectedWallet()}disconnect(){yt.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=Ji(o[0])),!e||e==="")throw new I("Unable to retrieve address");this.connected=!0}catch(e){throw he(e)}}};import Bo from"@walletconnect/web3-provider";var oo=class extends se{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(),to()]);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 he(o)}}disconnect(){}},Ct=class{constructor(){this._storageIdToProvider={},this._addressToStorageId={},O.getKeys().forEach(e=>{if(e.startsWith("walletconnect")){let o=new Bo({infuraId:qe,storageId:e});o.enable(),this._storageIdToProvider[e]=o;for(let r of o.accounts)this._addressToStorageId[r]=e}})}build(e,o){return new oo(this,e,o)}async disconnect(){Object.values(this._storageIdToProvider).forEach(async e=>{await e.disconnect()})}getProviderForAddress(e){let o=Oo,r=()=>`walletconnect:${Math.random().toString(36).slice(2)}`;e===null?o=r():o=this._addressToStorageId[e]||r();let i=new Bo({infuraId:qe,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 Xi}from"@ethersproject/address";var ro=()=>{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},bt=()=>{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},io=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===Xi(e)).length):!1},zo=()=>{var e;let t=O.get(ht);return t?(e=t.find(o=>o.active))==null?void 0:e.address:null},Ye=class{constructor(){this.getEthereumProvider=()=>{var e;return((e=this.activeWalletConnector)==null?void 0:e.provider)||new J};this.walletConnectors=[],this.walletConnectGlobalWalletConnector=new Ct,this.initialized=!1}initialize(){this.initialized||(this.load(),this.activeWalletConnector&&this.activeWalletConnector.connect({showPrompt:!1}),this.initialized=!0)}initializeLinkedWallets(e){e.linkedAccounts.forEach(()=>{})}load(){(O.get(ht)||[]).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)}});O.put(ht,e)}addWalletConnector(e){this.walletConnectors.find(r=>r.address===e.address&&r.walletType===e.walletType)||this.walletConnectors.push(e)}getConnectorByAddress(e){return this.walletConnectors.find(o=>{var r;return((r=o.address)==null?void 0:r.toLowerCase())===e.toLowerCase()})}async 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];await 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)}async setActiveWallet(e){let o=this.walletConnectors.find(r=>r.address===e);return o?(await o.setActive(),this.activeWalletConnector=o,this.save(),!0):!1}createWalletConnector(e,o){switch(e){case"metamask":return new wt(new J,o);case"coinbase_wallet":return new vt(new J,o);case"wallet_connect":return this.walletConnectGlobalWalletConnector.build(new J,o)}}};function me(t){return new Date(t*1e3)}function en(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:me(o.verified_at),chainType:o.chain_type});break;case"email":e.push({address:o.address,type:o.type,verifiedAt:me(o.verified_at)});break;case"phone":e.push({number:o.phoneNumber,type:o.type,verifiedAt:me(o.verified_at)});break;case"google_oauth":e.push({subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:me(o.verified_at)});break;case"twitter_oauth":e.push({subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:me(o.verified_at)});break;case"discord_oauth":e.push({subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:me(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:me(o.verified_at)});break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return e}function Ae(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function Qe(t){let e=zo();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 ae(t){if(!t)return null;let e=en(t.linked_accounts),o=Ae(e,"wallet"),r=Ae(e,"email"),i=Ae(e,"phone"),n=Ae(e,"google_oauth"),a=Ae(e,"twitter_oauth"),d=Ae(e,"discord_oauth"),u=Ae(e,"github_oauth"),p={id:t.id,createdAt:me(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:u&&{subject:u.subject,username:u.username,name:u.name,email:u.email}};return Qe(p)}var jo=()=>"/api/v1/sessions",$o=()=>"/api/v1/sessions/logout",Zo=()=>"/api/v1/sessions/fork",Ko=()=>"/api/v1/siwe/init",qo=()=>"/api/v1/siwe/authenticate",Jo=()=>"/api/v1/siwe/link",Yo=()=>"/api/v1/passwordless/init",Qo=()=>"/api/v1/passwordless/authenticate",Xo=()=>"/api/v1/passwordless/link",er=()=>"/api/v1/passwordless_sms/init",tr=()=>"/api/v1/passwordless_sms/authenticate",or=()=>"/api/v1/passwordless_sms/link",rr=()=>"/api/v1/oauth/init",ir=()=>"/api/v1/oauth/authenticate",nr=()=>"/api/v1/oauth/link",sr=()=>"/api/v1/siwe/unlink",ar=()=>"/api/v1/passwordless/unlink",lr=()=>"/api/v1/passwordless_sms/unlink",cr=()=>"/api/v1/oauth/unlink";var tn=30,xt=class{constructor(){this.authenticateOnce=new pe(async e=>this._authenticate(e)),this.linkOnce=new pe(async e=>this._link(e)),this.refreshOnce=new pe(this._refresh.bind(this)),this.destroyOnce=new pe(this._destroy.bind(this)),this.forkSessionOnce=new pe(this._forkSession.bind(this))}get token(){try{let e=O.get(Re);return typeof e=="string"?new ne(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=O.get(pt);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=ne.parse(this.token);return e!==null&&!e.isExpired(tn)}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:ae(i),isNewUser:n}}catch(o){throw console.warn("Error authenticating session"),H(o)}}async _link(e){try{let o=await e.link();return ae(o)}catch(o){throw console.warn("Error linking account"),H(o)}}async _refresh(){if(!this.api)throw new h("Session has no API instance");if(!this.client)throw new h("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(jo(),{refresh_token:o},{headers:{authorization:`Bearer ${e}`}});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),ae(r.data.user)}catch(r){if(r instanceof Ie&&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($o(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new h("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(Zo(),{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"?O.put(Re,e):O.del(Re)}storeRefreshToken(e){typeof e=="string"?O.put(pt,e):O.del(pt)}};var no,Xe=class{constructor(e){let o=e.apiURL||Ro,r=e.timeout||No;this.appId=e.appId,this.connectors=new Ye,no||(no=new xt),this.session=no,this.api=new mt(e.appId,this,{baseURL:o,timeout:r}),this.session.api=this.api,this.session.client=this}authenticate(){if(!this.authFlow)throw new h("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new h("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(ar(),{address:e});return ae(o.data)}catch(o){throw H(o)}}async unlinkPhone(e){try{let o=await this.api.post(lr(),{phoneNumber:e});return ae(o.data)}catch(o){throw H(o)}}async unlinkWallet(e){try{let o=await this.api.post(sr(),{address:e});return this.connectors.removeWallet(e),ae(o.data)}catch(o){throw H(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(cr(),{provider:e,subject:o});return ae(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=ne.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)}}async setActiveWallet(e,o){if(!o.linkedAccounts.map(n=>n.type==="wallet"?n.address:null).includes(e))throw new h("Cannot set an unlinked address as active.");if(!await this.connectors.setActiveWallet(e))throw new h("Error setting the active wallet.");return Qe(o)}async forkSession(){return await this.session.forkSession()}};import{Web3Provider as ga}from"@ethersproject/providers";import{createContext as on,useContext as rn}from"react";var f=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var so=on({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}),M=()=>rn(so);var et=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 h("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(qo(),{message:e,signature:o});return this.connectors.addWalletConnector(this.walletConnector),await 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 h("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Jo(),{message:e,signature:o});return this.connectors.addWalletConnector(this.walletConnector),await 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(Ko(),{address:r}),a=this.walletConnector.prepareMessage(i,r,n.data.nonce),d=await this.walletConnector.sign(a);return{message:a,signature:d}}};var tt=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new h("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new h("Email and email code must be set prior to calling authenticate.");try{let e=Qo(),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 h("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new h("Email and email code must be set prior to calling authenticate.");try{let e=Xo();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 h("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new h("Email must be set when initialzing authentication.");try{let o=Yo();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw S(o)}}};var ot=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new h("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new h("phone number and sms code must be set prior to calling authenticate.");try{let e=tr(),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 h("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new h("phone number and sms code must be set prior to calling authenticate.");try{let e=or();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 h("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new h("phone nNumber must be set when initialzing authentication.");try{let o=er();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw S(o)}}};var Ue=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 h("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new h("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new h("User denied confirmation during OAuth flow");try{let e=ir(),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 h("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new h("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new h("User denied confirmation during OAuth flow");try{let e=nr();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 h("Auth flow has no API instance");if(!this.meta.provider)throw new h("Provider must be set when initialzing OAuth authentication.");try{let e=rr();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 da from"react-dom";import Wo from"styled-components";import{createContext as sn,useContext as an,useEffect as ao,useState as ur}from"react";import{jsx as nn}from"react/jsx-runtime";function dr(t){return nn("link",{rel:"prefetch",href:t.src})}import{jsx as ln,jsxs as cn}from"react/jsx-runtime";var pr=sn({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}),hr=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=ur(t.screen||"LANDING"),[a,d]=ur(t.screen||"LANDING");ao(()=>{o||n("LANDING")},[o]),ao(()=>{r||(d("LANDING"),n("LANDING"))},[r]),ao(()=>{t.screen&&t.screen!==i&&(n(t.screen),d(t.screen))},[t.screen]);let u={ready:!!(e!=null&&e.id),app:e,options:t.options,currentScreen:i,lastScreen:a,navigate:p=>{d(i),n(p)},navigateBack:()=>{n(a)}};return cn(pr.Provider,{value:u,children:[e&&e.logoUrl&&ln(dr,{src:e.logoUrl}),t.children]})},g=()=>an(pr);import{useEffect as es,useState as ts}from"react";import Be from"styled-components";import pn from"styled-components";import{jsx as mr}from"react/jsx-runtime";var fr=({style:t,...e})=>mr("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:mr("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});import{jsx as gr}from"react/jsx-runtime";var wr=({style:t,...e})=>gr("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:gr("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});import{createContext as dn,useContext as un}from"react";var lo=dn({isLinking:!1,linkingHint:null,activeStatus: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}),E=()=>un(lo);import{jsx as le,jsxs as wn}from"react/jsx-runtime";var hn=()=>le("div",{}),mn=({backFn:t})=>le("div",{children:le(wr,{onClick:t})}),fn=t=>le("div",{children:le("div",{children:le(fr,{onClick:t.onClose})})});var L=({backFn:t,onClose:e})=>{let{closePrivyModal:o}=E();return wn(gn,{children:[t?le(mn,{backFn:t}):le(hn,{}),le(fn,{onClose:e||o})]})},gn=pn.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=ji(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(){if(!this.walletType||!await this.isConnected())return null;let o=await this.fetchAddress(),r=await this.fetchChainId();return{address:o,chainId:r,chainType:"ethereum",walletClient:"unknown"}}async setActive(){return!0}async sign(e){return new $i(new Le(this.provider)).getSigner().signMessage(e)}prepareMessage(e,o,r){let i=window.location.host,n=window.location.origin,s="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",c=new Date().toISOString();return this.createSiweMessage(e,o,i,n,c,r,s)}};import{isPossiblePhoneNumber as Zi}from"libphonenumber-js/min";var Fo=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,}))$/),Do=t=>Zi(String(t),"US"),gt=t=>{var e=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;t=t.replace(e,function(r,i,n,s){return i+i+n+n+s+s});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)}},Go=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r},Je=t=>{if(!t)return"";let e=t.slice(0,5),o=t.slice(t.length-4,t.length);return`${e}...${o}`},Vo=t=>new Promise(e=>setTimeout(e,t));import{isMobile as qi}from"react-device-detect";var wt=class extends se{constructor(e,o){var r;super("metamask",e,o),this.provider.setProvider(window.ethereum),(r=window.ethereum.providers)==null||r.forEach(async i=>{i.isMetaMask&&this.provider.setProvider(i)}),this.subscribeListeners()}async connect(e){return e.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}async isConnected(){let e=await this.connectedMetamaskAddress();return this.address===e}async connectedMetamaskAddress(){let o=await new Ki(this.provider).listAccounts();return o.length===0?null:Ho(o[0])}disconnect(){console.warn("Metamask does not support programmetic disconnect.")}async promptConnection(){try{let e="";if(!qi&&(await this.provider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),this.address&&await this.isConnected()))throw new I("Selected the wrong wallet in MetaMask");let o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=Ho(o[0])),!e||e==="")throw new I("Unable to retrieve address");this.connected=!0,this.address=e}catch(e){throw he(e)}}async setActive(){if(await this.connectedMetamaskAddress()===this.address)return this.connected=!0,!0;for(;!this.connected;)await Vo(200);return!0}subscribeListeners(){this.provider.on("accountsChanged",e=>{var o;if(e.length>0){let r=e[0];this.connected=((o=this.address)==null?void 0:o.toLowerCase())===(r==null?void 0:r.toLowerCase())}}),this.provider.on("disconnect",()=>{this.connected=!1})}};import{getAddress as Ji}from"@ethersproject/address";import Yi from"@coinbase/wallet-sdk";var Qi=t=>{let e=`https://mainnet.infura.io/v3/${qe}`,o=1;return t.makeWeb3Provider(e,o)},yt,Ct=class extends se{constructor(e,o){super("coinbase_wallet",e,o),yt||(yt=new Yi({appName:"Privy",darkMode:!1,headlessMode:!1}))}async connect(e){return this.provider.setProvider(Qi(yt)),(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(),this.getConnectedWallet()}disconnect(){yt.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=Ji(o[0])),!e||e==="")throw new I("Unable to retrieve address");this.connected=!0}catch(e){throw he(e)}}};import Bo from"@walletconnect/web3-provider";var oo=class extends se{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(),to()]);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 he(o)}}disconnect(){}},vt=class{constructor(){this._storageIdToProvider={},this._addressToStorageId={},O.getKeys().forEach(e=>{if(e.startsWith("walletconnect")){let o=new Bo({infuraId:qe,storageId:e});o.enable(),this._storageIdToProvider[e]=o;for(let r of o.accounts)this._addressToStorageId[r]=e}})}build(e,o){return new oo(this,e,o)}async disconnect(){Object.values(this._storageIdToProvider).forEach(async e=>{await e.disconnect()})}getProviderForAddress(e){let o=Oo,r=()=>`walletconnect:${Math.random().toString(36).slice(2)}`;e===null?o=r():o=this._addressToStorageId[e]||r();let i=new Bo({infuraId:qe,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 Xi}from"@ethersproject/address";var ro=()=>{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},bt=()=>{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},io=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===Xi(e)).length):!1},zo=()=>{var e;let t=O.get(ht);return t?(e=t.find(o=>o.active))==null?void 0:e.address:null},Ye=class{constructor(){this.getEthereumProvider=()=>{var e;return((e=this.activeWalletConnector)==null?void 0:e.provider)||new J};this.walletConnectors=[],this.walletConnectGlobalWalletConnector=new vt,this.initialized=!1}initialize(){this.initialized||(this.load(),this.activeWalletConnector&&this.activeWalletConnector.connect({showPrompt:!1}),this.initialized=!0)}initializeLinkedWallets(e){e.linkedAccounts.forEach(()=>{})}load(){(O.get(ht)||[]).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)}});O.put(ht,e)}addWalletConnector(e){this.walletConnectors.find(r=>r.address===e.address&&r.walletType===e.walletType)||this.walletConnectors.push(e)}getConnectorByAddress(e){return this.walletConnectors.find(o=>{var r;return((r=o.address)==null?void 0:r.toLowerCase())===e.toLowerCase()})}async 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];await 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)}async setActiveWallet(e){let o=this.walletConnectors.find(r=>r.address===e);return o?(await o.setActive(),this.activeWalletConnector=o,this.save(),!0):!1}createWalletConnector(e,o){switch(e){case"metamask":return new wt(new J,o);case"coinbase_wallet":return new Ct(new J,o);case"wallet_connect":return this.walletConnectGlobalWalletConnector.build(new J,o)}}};function me(t){return new Date(t*1e3)}function en(t){let e=[];for(let o of t){let r=o.type;switch(o.type){case"wallet":let i={address:o.address,type:o.type,verifiedAt:me(o.verified_at),chainType:o.chain_type,walletClient:o.wallet_client};e.push(i);break;case"email":let n={address:o.address,type:o.type,verifiedAt:me(o.verified_at)};e.push(n);break;case"phone":let s={number:o.phoneNumber,type:o.type,verifiedAt:me(o.verified_at)};e.push(s);break;case"google_oauth":let c={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:me(o.verified_at)};e.push(c);break;case"twitter_oauth":let u={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:me(o.verified_at)};e.push(u);break;case"discord_oauth":let p={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:me(o.verified_at)};e.push(p);break;case"github_oauth":let k={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:me(o.verified_at)};e.push(k);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return e}function Ae(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function Qe(t){let e=zo();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,walletClient:o.walletClient},r}function ae(t){if(!t)return null;let e=en(t.linked_accounts),o=Ae(e,"wallet"),r=Ae(e,"email"),i=Ae(e,"phone"),n=Ae(e,"google_oauth"),s=Ae(e,"twitter_oauth"),c=Ae(e,"discord_oauth"),u=Ae(e,"github_oauth"),p={id:t.id,createdAt:me(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,walletClient:o.walletClient},google:n&&{subject:n.subject,email:n.email,name:n.name},twitter:s&&{subject:s.subject,username:s.username,name:s.name},discord:c&&{subject:c.subject,username:c.username,email:c.email},github:u&&{subject:u.subject,username:u.username,name:u.name,email:u.email}};return Qe(p)}var jo=()=>"/api/v1/sessions",$o=()=>"/api/v1/sessions/logout",Zo=()=>"/api/v1/sessions/fork",Ko=()=>"/api/v1/siwe/init",qo=()=>"/api/v1/siwe/authenticate",Jo=()=>"/api/v1/siwe/link",Yo=()=>"/api/v1/passwordless/init",Qo=()=>"/api/v1/passwordless/authenticate",Xo=()=>"/api/v1/passwordless/link",er=()=>"/api/v1/passwordless_sms/init",tr=()=>"/api/v1/passwordless_sms/authenticate",or=()=>"/api/v1/passwordless_sms/link",rr=()=>"/api/v1/oauth/init",ir=()=>"/api/v1/oauth/authenticate",nr=()=>"/api/v1/oauth/link",sr=()=>"/api/v1/siwe/unlink",ar=()=>"/api/v1/passwordless/unlink",lr=()=>"/api/v1/passwordless_sms/unlink",cr=()=>"/api/v1/oauth/unlink";var tn=30,xt=class{constructor(){this.authenticateOnce=new pe(async e=>this._authenticate(e)),this.linkOnce=new pe(async e=>this._link(e)),this.refreshOnce=new pe(this._refresh.bind(this)),this.destroyOnce=new pe(this._destroy.bind(this)),this.forkSessionOnce=new pe(this._forkSession.bind(this))}get token(){try{let e=O.get(Re);return typeof e=="string"?new ne(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=O.get(pt);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=ne.parse(this.token);return e!==null&&!e.isExpired(tn)}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:ae(i),isNewUser:n}}catch(o){throw console.warn("Error authenticating session"),H(o)}}async _link(e){try{let o=await e.link();return ae(o)}catch(o){throw console.warn("Error linking account"),H(o)}}async _refresh(){if(!this.api)throw new h("Session has no API instance");if(!this.client)throw new h("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(jo(),{refresh_token:o},{headers:{authorization:`Bearer ${e}`}});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),ae(r.data.user)}catch(r){if(r instanceof Ie&&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($o(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new h("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(Zo(),{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"?O.put(Re,e):O.del(Re)}storeRefreshToken(e){typeof e=="string"?O.put(pt,e):O.del(pt)}};var no,Xe=class{constructor(e){let o=e.apiURL||Ro,r=e.timeout||No;this.appId=e.appId,this.connectors=new Ye,no||(no=new xt),this.session=no,this.api=new mt(e.appId,this,{baseURL:o,timeout:r}),this.session.api=this.api,this.session.client=this}authenticate(){if(!this.authFlow)throw new h("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new h("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(ar(),{address:e});return ae(o.data)}catch(o){throw H(o)}}async unlinkPhone(e){try{let o=await this.api.post(lr(),{phoneNumber:e});return ae(o.data)}catch(o){throw H(o)}}async unlinkWallet(e){try{let o=await this.api.post(sr(),{address:e});return this.connectors.removeWallet(e),ae(o.data)}catch(o){throw H(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(cr(),{provider:e,subject:o});return ae(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=ne.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)}}async setActiveWallet(e,o){if(!o.linkedAccounts.map(n=>n.type==="wallet"?n.address:null).includes(e))throw new h("Cannot set an unlinked address as active.");if(!await this.connectors.setActiveWallet(e))throw new h("Error setting the active wallet.");return Qe(o)}async forkSession(){return await this.session.forkSession()}};import{Web3Provider as ga}from"@ethersproject/providers";import{createContext as on,useContext as rn}from"react";var f=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var so=on({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}),M=()=>rn(so);var et=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 h("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(qo(),{message:e,signature:o});return this.connectors.addWalletConnector(this.walletConnector),await 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 T(e)}}async link(){if(!this.api)throw new h("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Jo(),{message:e,signature:o});return this.connectors.addWalletConnector(this.walletConnector),await this.connectors.setActiveWallet(this.walletConnector.address)||console.warn("Failed to set active wallet"),r.data}catch(e){throw T(e)}}async promptConnectAndSign(e){let o=await this.walletConnector.connect({showPrompt:!0}),r=o.address,i=o.chainId,n=await e.post(Ko(),{address:r}),s=this.walletConnector.prepareMessage(i,r,n.data.nonce),c=await this.walletConnector.sign(s);return{message:s,signature:c}}};var tt=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new h("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new h("Email and email code must be set prior to calling authenticate.");try{let e=Qo(),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 T(e)}}async link(){if(!this.api)throw new h("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new h("Email and email code must be set prior to calling authenticate.");try{let e=Xo();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw T(e)}}async sendCodeEmail(e){if(!this.api)throw new h("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new h("Email must be set when initialzing authentication.");try{let o=Yo();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw T(o)}}};var ot=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new h("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new h("phone number and sms code must be set prior to calling authenticate.");try{let e=tr(),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 T(e)}}async link(){if(!this.api)throw new h("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new h("phone number and sms code must be set prior to calling authenticate.");try{let e=or();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw T(e)}}async sendSmsCode(e){if(!this.api)throw new h("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new h("phone nNumber must be set when initialzing authentication.");try{let o=er();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw T(o)}}};var Ue=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 h("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new h("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new h("User denied confirmation during OAuth flow");try{let e=ir(),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 T(e)}}async link(){if(!this.api)throw new h("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new h("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new h("User denied confirmation during OAuth flow");try{let e=nr();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw T(e)}}async getAuthorizationUrl(){if(!this.api)throw new h("Auth flow has no API instance");if(!this.meta.provider)throw new h("Provider must be set when initialzing OAuth authentication.");try{let e=rr();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw T(e)}}};import"wicg-inert";import da from"react-dom";import Wo from"styled-components";import{createContext as sn,useContext as an,useEffect as ao,useState as ur}from"react";import{jsx as nn}from"react/jsx-runtime";function dr(t){return nn("link",{rel:"prefetch",href:t.src})}import{jsx as ln,jsxs as cn}from"react/jsx-runtime";var pr=sn({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}),hr=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=ur(t.screen||"LANDING"),[s,c]=ur(t.screen||"LANDING");ao(()=>{o||n("LANDING")},[o]),ao(()=>{r||(c("LANDING"),n("LANDING"))},[r]),ao(()=>{t.screen&&t.screen!==i&&(n(t.screen),c(t.screen))},[t.screen]);let u={ready:!!(e!=null&&e.id),app:e,options:t.options,currentScreen:i,lastScreen:s,navigate:p=>{c(i),n(p)},navigateBack:()=>{n(s)}};return cn(pr.Provider,{value:u,children:[e&&e.logoUrl&&ln(dr,{src:e.logoUrl}),t.children]})},g=()=>an(pr);import{useEffect as es,useState as ts}from"react";import Be from"styled-components";import pn from"styled-components";import{jsx as mr}from"react/jsx-runtime";var fr=({style:t,...e})=>mr("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:mr("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});import{jsx as gr}from"react/jsx-runtime";var wr=({style:t,...e})=>gr("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:gr("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});import{createContext as dn,useContext as un}from"react";var lo=dn({isLinking:!1,linkingHint:null,activeStatus: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}),E=()=>un(lo);import{jsx as le,jsxs as wn}from"react/jsx-runtime";var hn=()=>le("div",{}),mn=({backFn:t})=>le("div",{children:le(wr,{onClick:t})}),fn=t=>le("div",{children:le("div",{children:le(fr,{onClick:t.onClose})})});var L=({backFn:t,onClose:e})=>{let{closePrivyModal:o}=E();return wn(gn,{children:[t?le(mn,{backFn:t}):le(hn,{}),le(fn,{onClose:e||o})]})},gn=pn.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 br from"styled-components";import{jsx as G,jsxs as yn}from"react/jsx-runtime";var Q=({style:t,...e})=>yn("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:[G("rect",{width:"28",height:"28",rx:"6",fill:"white"}),G("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),G("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"}),G("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"}),G("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"}),G("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"}),G("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"}),G("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"}),G("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"}),G("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"}),G("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"}),G("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"}),G("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 yr,jsxs as vn}from"react/jsx-runtime";var X=({style:t,...e})=>vn("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:[yr("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),yr("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 Fe,jsxs as Cn}from"react/jsx-runtime";var De=({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:[Fe("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),Fe("g",{clipPath:"url(#clip0_1765_9946)",children:Fe("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"})}),Fe("defs",{children:Fe("clipPath",{id:"clip0_1765_9946",children:Fe("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});import{isMobile as Cr}from"react-device-detect";import{isIOS as bn,isMobile as xn}from"react-device-detect";var co=t=>{let e=new URL(window.location.href);if(!window.ethereum&&xn){let o;switch(t){case"metamask":bn?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 Ln from"styled-components";var vr=Ln.span`
69
+ `;import br from"styled-components";import{jsx as G,jsxs as yn}from"react/jsx-runtime";var Q=({style:t,...e})=>yn("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:[G("rect",{width:"28",height:"28",rx:"6",fill:"white"}),G("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),G("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"}),G("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"}),G("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"}),G("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"}),G("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"}),G("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"}),G("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"}),G("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"}),G("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"}),G("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"}),G("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 yr,jsxs as Cn}from"react/jsx-runtime";var X=({style:t,...e})=>Cn("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:[yr("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),yr("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 Fe,jsxs as vn}from"react/jsx-runtime";var De=({style:t,...e})=>vn("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:[Fe("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),Fe("g",{clipPath:"url(#clip0_1765_9946)",children:Fe("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"})}),Fe("defs",{children:Fe("clipPath",{id:"clip0_1765_9946",children:Fe("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});import{isMobile as vr}from"react-device-detect";import{isIOS as bn,isMobile as xn}from"react-device-detect";var co=t=>{let e=new URL(window.location.href);if(!window.ethereum&&xn){let o;switch(t){case"metamask":bn?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 Ln from"styled-components";var Cr=Ln.span`
70
70
  @media (max-width: 440px) {
71
71
  display: none;
72
72
  }
73
- `;import{jsx as ce,jsxs as rt}from"react/jsx-runtime";var Lt=()=>{let{navigate:t}=g(),{initLoginWithWallet:e,closePrivyModal:o}=E();return rt(An,{children:[rt(uo,{onClick:()=>{ro()?(e("metamask"),t("AWAITING_CONNECTION")):Cr?(co("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[ce(Q,{}),ce("span",{children:"Metamask"}),ce("span",{children:ro()?"Connect":"Install"})]}),rt(uo,{onClick:()=>{bt()?(e("coinbase_wallet"),t("AWAITING_CONNECTION")):Cr?(co("coinbase_wallet"),o()):(e("coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[ce(X,{}),rt("span",{children:["Coinbase",ce(vr,{children:" Wallet"})]}),ce("span",{children:"Connect"})]}),rt(uo,{onClick:()=>{e("wallet_connect"),t("AWAITING_CONNECTION")},children:[ce(De,{}),ce("span",{children:"WalletConnect"}),ce("span",{children:"Connect"})]})]})},An=br.div`
73
+ `;import{jsx as ce,jsxs as rt}from"react/jsx-runtime";var Lt=()=>{let{navigate:t}=g(),{initLoginWithWallet:e,closePrivyModal:o}=E();return rt(An,{children:[rt(uo,{onClick:()=>{ro()?(e("metamask"),t("AWAITING_CONNECTION")):vr?(co("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[ce(Q,{}),ce("span",{children:"Metamask"}),ce("span",{children:ro()?"Connect":"Install"})]}),rt(uo,{onClick:()=>{bt()?(e("coinbase_wallet"),t("AWAITING_CONNECTION")):vr?(co("coinbase_wallet"),o()):(e("coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[ce(X,{}),rt("span",{children:["Coinbase",ce(Cr,{children:" Wallet"})]}),ce("span",{children:"Connect"})]}),rt(uo,{onClick:()=>{e("wallet_connect"),t("AWAITING_CONNECTION")},children:[ce(De,{}),ce("span",{children:"WalletConnect"}),ce("span",{children:"Connect"})]})]})},An=br.div`
74
74
  display: flex;
75
75
  flex-direction: column;
76
76
  align-items: flex-start;
@@ -292,7 +292,7 @@ Resources:
292
292
  border-color: var(--fail-light);
293
293
  border-bottom-color: var(--fail-light);
294
294
  }
295
- `;import{Fragment as $n,jsx as Ee,jsxs as ho}from"react/jsx-runtime";var Wt=t=>{let[e,o]=po(""),[r,i]=po(!1),[n,a]=po(null),{authenticated:d}=M(),{initLoginWithEmail:u}=E(),{navigate:p,options:T}=g(),W=T.wallet;Gn(()=>{let l=document.querySelector("#email-input");l==null||l.focus()},[]);let A=Fo(e),v=()=>{i(!0),u(e).then(()=>{p("AWAITING_PASSWORDLESS_CODE")}).catch(l=>{let C=(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):C?p("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting email"),i(!1)})},x=n||(d||!W?"Get started quickly with email":"Get started without a wallet.");return ho($n,{children:[ho(Vn,{stacked:t.stacked,children:[ho(zn,{standalone:t.stacked,children:[Ee(Tt,{}),Ee("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:l=>o(l.target.value),onKeyUp:l=>{l.key==="Enter"&&v()},value:e,autoComplete:"email"})]}),t.stacked?null:Ee(Hn,{disabled:r||!A,onClick:v,children:r?Ee(we,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"})]}),Ee(jn,{fail:!!n,children:x}),t.stacked?Ee(Bn,{disabled:r||!A,onClick:v,children:r?Ee(we,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"}):null]})},Vn=st.div`
295
+ `;import{Fragment as $n,jsx as Ee,jsxs as ho}from"react/jsx-runtime";var Wt=t=>{let[e,o]=po(""),[r,i]=po(!1),[n,s]=po(null),{authenticated:c}=M(),{initLoginWithEmail:u}=E(),{navigate:p,options:k}=g(),W=k.wallet;Gn(()=>{let l=document.querySelector("#email-input");l==null||l.focus()},[]);let A=Fo(e),C=()=>{i(!0),u(e).then(()=>{p("AWAITING_PASSWORDLESS_CODE")}).catch(l=>{let v=(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?s(l.message):v?p("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting email"),i(!1)})},x=n||(c||!W?"Get started quickly with email":"Get started without a wallet.");return ho($n,{children:[ho(Vn,{stacked:t.stacked,children:[ho(zn,{standalone:t.stacked,children:[Ee(Tt,{}),Ee("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:l=>o(l.target.value),onKeyUp:l=>{l.key==="Enter"&&C()},value:e,autoComplete:"email"})]}),t.stacked?null:Ee(Hn,{disabled:r||!A,onClick:C,children:r?Ee(we,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"})]}),Ee(jn,{fail:!!n,children:x}),t.stacked?Ee(Bn,{disabled:r||!A,onClick:C,children:r?Ee(we,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"}):null]})},Vn=st.div`
296
296
  border: 1px solid var(--border-color-1);
297
297
  width: 100%;
298
298
  height: ${t=>t.stacked?"100%":"auto"};
@@ -404,7 +404,7 @@ Resources:
404
404
  > a {
405
405
  text-decoration: underline;
406
406
  }
407
- `;import{useEffect as Zn,useState as mo}from"react";import He from"styled-components";import{jsx as Mr}from"react/jsx-runtime";var It=({style:t,...e})=>Mr("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:Mr("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 Xn,jsx as ke,jsxs as fo}from"react/jsx-runtime";var Rt=t=>{let[e,o]=mo(""),[r,i]=mo(!1),[n,a]=mo(null),{authenticated:d}=M(),{initLoginWithSms:u}=E(),{navigate:p,options:T}=g(),W=T.wallet;Zn(()=>{let l=document.querySelector("#phone-number-input");l==null||l.focus()},[]);let A=Do(e),v=()=>{i(!0),u(e).then(()=>{p("AWAITING_PASSWORDLESS_CODE")}).catch(l=>{let C=(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):C?p("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting phone number"),i(!1)})},x=n||(d||!W?"Get started quickly with your phone":"Get started without a wallet.");return fo(Xn,{children:[fo(Kn,{stacked:t.stacked,children:[fo(Yn,{standalone:t.stacked,children:[ke(It,{}),ke("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:l=>{o(l.target.value)},onKeyUp:l=>{l.key==="Enter"&&v()},value:e,autoComplete:"tel"})]}),t.stacked?null:ke(qn,{disabled:r||!A,onClick:v,children:r?ke(Nr,{color:"var(--disabled-fg)"}):"Submit"})]}),ke(Qn,{fail:!!n,children:x}),t.stacked?ke(Jn,{disabled:r||!A,onClick:v,children:r?ke(Nr,{color:"var(--disabled-fg)"}):"Submit"}):null]})},Kn=He.div`
407
+ `;import{useEffect as Zn,useState as mo}from"react";import He from"styled-components";import{jsx as Mr}from"react/jsx-runtime";var It=({style:t,...e})=>Mr("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:Mr("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 Xn,jsx as ke,jsxs as fo}from"react/jsx-runtime";var Rt=t=>{let[e,o]=mo(""),[r,i]=mo(!1),[n,s]=mo(null),{authenticated:c}=M(),{initLoginWithSms:u}=E(),{navigate:p,options:k}=g(),W=k.wallet;Zn(()=>{let l=document.querySelector("#phone-number-input");l==null||l.focus()},[]);let A=Do(e),C=()=>{i(!0),u(e).then(()=>{p("AWAITING_PASSWORDLESS_CODE")}).catch(l=>{let v=(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?s(l.message):v?p("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting phone number"),i(!1)})},x=n||(c||!W?"Get started quickly with your phone":"Get started without a wallet.");return fo(Xn,{children:[fo(Kn,{stacked:t.stacked,children:[fo(Yn,{standalone:t.stacked,children:[ke(It,{}),ke("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:l=>{o(l.target.value)},onKeyUp:l=>{l.key==="Enter"&&C()},value:e,autoComplete:"tel"})]}),t.stacked?null:ke(qn,{disabled:r||!A,onClick:C,children:r?ke(Nr,{color:"var(--disabled-fg)"}):"Submit"})]}),ke(Qn,{fail:!!n,children:x}),t.stacked?ke(Jn,{disabled:r||!A,onClick:C,children:r?ke(Nr,{color:"var(--disabled-fg)"}):"Submit"}):null]})},Kn=He.div`
408
408
  display: flex;
409
409
  border: 1px solid var(--border-color-1);
410
410
  width: 100%;
@@ -523,7 +523,7 @@ Resources:
523
523
  width: 1rem;
524
524
  border-width: 2px;
525
525
  }
526
- `;import{jsx as Or}from"react/jsx-runtime";var Ur=()=>{let{app:t}=g();return t!=null&&t.logoUrl?Or("div",{children:Or("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};import{isMobile as Fr}from"react-device-detect";import{Fragment as go,jsx as k,jsxs as _e}from"react/jsx-runtime";var Gr=()=>{let{ready:t}=M(),{getAuthMeta:e,isLinking:o}=E(),{app:r,navigate:i,options:n}=g(),a=n.email,d=n.sms,u=n.wallet,p=n.google,T=n.twitter,W=n.discord,A=n.github,v=u&&(r==null?void 0:r.showWalletLoginFirst)?0:1,[x,l]=ts(v),C=e(),z=(C==null?void 0:C.authorizationCode)&&(C==null?void 0:C.stateCode)&&(C==null?void 0:C.provider);es(()=>{z?i("AWAITING_OAUTH_SCREEN"):o&&a?i("LINK_EMAIL_SCREEN"):o&&d?i("LINK_PHONE_SCREEN"):o&&u&&i("LINK_WALLET_SCREEN")},[t]);let ve=x==0,re=x==1,P=u,F=a||d;return _e(go,{children:[k(L,{},"header"),k(ss,{hasOnlyOneSection:P!==F,hasTerms:!!((r==null?void 0:r.privacyPolicyUrl)||(r==null?void 0:r.termsAndConditionsUrl)),children:k(Ur,{})}),_e(as,{reverse:!(r!=null&&r.showWalletLoginFirst),children:[P&&k(os,{active:ve,onClick:()=>l(0),isOnlySection:!F}),F&&k(rs,{active:re,onClick:()=>l(1),email:a,sms:d,google:p,twitter:T,discord:W,github:A,isOnlySection:!P})]}),r&&k(kr,{app:r}),k(ee,{protectedByPrivy:!0})]})};function os(t){return _e(Hr,{active:t.active,onClick:t.onClick,isOnlySection:t.isOnlySection,children:[k(Vr,{active:t.active,children:k("h4",{children:"Connect Wallet"})}),t.active&&_e(go,{children:[k(Lt,{}),k(At,{})]})]})}function rs(t){let e=t.google||t.discord||t.github||t.twitter&&!Fr,o=t.email?"Email":"Phone";return _e(Hr,{active:t.active,onClick:t.onClick,isOnlySection:t.isOnlySection,children:[t.isOnlySection?null:k(Vr,{active:t.active,children:k("h4",{children:e?`${o} & Social`:o})}),t.active&&t.email&&k(Wt,{}),t.active&&t.sms&&!t.email&&k(Rt,{}),t.active&&e&&k(is,{google:t.google,twitter:t.twitter&&!Fr,discord:t.discord,github:t.github})]})}function is(t){return _e(go,{children:[_e(ns,{children:[k(Dr,{}),k("p",{children:" Or "}),k(Dr,{})]}),k(Ir,{showGoogle:t.google,showDiscord:t.discord,showGithub:t.github,showTwitter:t.twitter})]})}var Vr=Be.div`
526
+ `;import{jsx as Or}from"react/jsx-runtime";var Ur=()=>{let{app:t}=g();return t!=null&&t.logoUrl?Or("div",{children:Or("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};import{isMobile as Fr}from"react-device-detect";import{Fragment as go,jsx as _,jsxs as _e}from"react/jsx-runtime";var Gr=()=>{let{ready:t}=M(),{getAuthMeta:e,isLinking:o}=E(),{app:r,navigate:i,options:n}=g(),s=n.email,c=n.sms,u=n.wallet,p=n.google,k=n.twitter,W=n.discord,A=n.github,C=u&&(r==null?void 0:r.showWalletLoginFirst)?0:1,[x,l]=ts(C),v=e(),z=(v==null?void 0:v.authorizationCode)&&(v==null?void 0:v.stateCode)&&(v==null?void 0:v.provider);es(()=>{z?i("AWAITING_OAUTH_SCREEN"):o&&s?i("LINK_EMAIL_SCREEN"):o&&c?i("LINK_PHONE_SCREEN"):o&&u&&i("LINK_WALLET_SCREEN")},[t]);let Ce=x==0,re=x==1,S=u,F=s||c;return _e(go,{children:[_(L,{},"header"),_(ss,{hasOnlyOneSection:S!==F,hasTerms:!!((r==null?void 0:r.privacyPolicyUrl)||(r==null?void 0:r.termsAndConditionsUrl)),children:_(Ur,{})}),_e(as,{reverse:!(r!=null&&r.showWalletLoginFirst),children:[S&&_(os,{active:Ce,onClick:()=>l(0),isOnlySection:!F}),F&&_(rs,{active:re,onClick:()=>l(1),email:s,sms:c,google:p,twitter:k,discord:W,github:A,isOnlySection:!S})]}),r&&_(kr,{app:r}),_(ee,{protectedByPrivy:!0})]})};function os(t){return _e(Hr,{active:t.active,onClick:t.onClick,isOnlySection:t.isOnlySection,children:[_(Vr,{active:t.active,children:_("h4",{children:"Connect Wallet"})}),t.active&&_e(go,{children:[_(Lt,{}),_(At,{})]})]})}function rs(t){let e=t.google||t.discord||t.github||t.twitter&&!Fr,o=t.email?"Email":"Phone";return _e(Hr,{active:t.active,onClick:t.onClick,isOnlySection:t.isOnlySection,children:[t.isOnlySection?null:_(Vr,{active:t.active,children:_("h4",{children:e?`${o} & Social`:o})}),t.active&&t.email&&_(Wt,{}),t.active&&t.sms&&!t.email&&_(Rt,{}),t.active&&e&&_(is,{google:t.google,twitter:t.twitter&&!Fr,discord:t.discord,github:t.github})]})}function is(t){return _e(go,{children:[_e(ns,{children:[_(Dr,{}),_("p",{children:" Or "}),_(Dr,{})]}),_(Ir,{showGoogle:t.google,showDiscord:t.discord,showGithub:t.github,showTwitter:t.twitter})]})}var Vr=Be.div`
527
527
  font-weight: ${t=>t.active?600:500};
528
528
  color: ${t=>t.active?"inherit":"var(--light-theme-fg-3)"};
529
529
  display: flex;
@@ -622,7 +622,7 @@ Resources:
622
622
  border-color: var(--light-theme-bg-3);
623
623
  border-width: 1px;
624
624
  }
625
- `;import{isMobile as ds}from"react-device-detect";import{Fragment as wo,jsx as B,jsxs as je}from"react/jsx-runtime";var yo=6,Zr=new Array(yo).fill(""),us=1400;var Kr=()=>{var F,Ce,be;let{app:t}=g(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:i,loginWithCode:n}=E(),{authenticated:a,user:d}=M(),[u,p]=Nt(Zr),[T,W]=Nt(!1),[A,v]=Nt(null),[x,l]=Nt(null),C=(F=i())!=null&&F.email?0:1;$r(()=>{if(a&&T){let b=setTimeout(e,ue);return()=>clearTimeout(b)}},[a,T,d]),$r(()=>{if(A&&x===0){let b=setTimeout(()=>{p(Zr),v(null);let y=document.querySelector("input[name=code-0]");y==null||y.focus()},us);return()=>clearTimeout(b)}},[A]);let z=b=>{var We;let y=b.currentTarget.value.replace(" ","");if(y==="")return;if(isNaN(Number(y))){v("Code should be numeric"),l(1);return}v(null),l(null);let D=Number((We=b.currentTarget.name)==null?void 0:We.charAt(5)),ie=[...y||[""]].slice(0,yo-D),s=[...u.slice(0,D),...ie,...u.slice(D+ie.length)];p(s);let c=ie.length,R=Math.min(Math.max(D+c,0),yo-1);if(!isNaN(Number(b.currentTarget.value))){let q=document.querySelector(`input[name=code-${R}]`);q==null||q.focus()}if(s.every(q=>q&&!isNaN(+q))){let q=document.querySelector(`input[name=code-${R}]`);q==null||q.blur(),n(s.join("")).then(()=>W(!0)).catch(qt=>{(qt==null?void 0:qt.status)===422?v("Invalid or expired verification code"):v("Issue verifying code"),l(0)})}b.preventDefault()},ve=b=>{x===1&&(v(null),l(null));let y=[...u.slice(0,b),"",...u.slice(b+1)];if(p(y),b>0){let D=document.querySelector(`input[name=code-${b-1}]`);D==null||D.focus()}},re=`Verify your ${C==0?"email":"phone"}`,P=C==0?`Please check ${(Ce=i())==null?void 0:Ce.email} for an email from privy.io and enter your code below.`:`Please check ${(be=i())==null?void 0:be.phoneNumber} for a message from ${(t==null?void 0:t.name)||"privy.io"} and enter your code below.`;return je(wo,{children:[B(L,{},"header"),je(ps,{children:[B(Pe,{title:re,description:P}),je(Sr,{children:[je(hs,{children:[B(ms,{fail:!!A,success:T,children:B("span",{children:A||(T?"Success!":"")})}),B("div",{children:u.map((b,y)=>B("input",{name:`code-${y}`,type:"text",value:u[y],onChange:z,onKeyUp:D=>{D.key==="Backspace"&&ve(y)},inputMode:"numeric",autoFocus:y===0,pattern:"[0-9]",className:`${T?"success":""} ${A?"fail":""}`,autoComplete:ds?"one-time-code":"off"},y))})]}),B(fs,{children:C==0?je(wo,{children:[B("span",{children:"Didn't get an email?"}),B("button",{onClick:o,children:"Resend Code"})]}):je(wo,{children:[B("span",{children:"Didn't get a message?"}),B("button",{onClick:r,children:"Resend Code"})]})})]})]}),B(ee,{protectedByPrivy:!0})]})},ps=Ot.div`
625
+ `;import{isMobile as ds}from"react-device-detect";import{Fragment as wo,jsx as B,jsxs as je}from"react/jsx-runtime";var yo=6,Zr=new Array(yo).fill(""),us=1400;var Kr=()=>{var F,ve,be;let{app:t}=g(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:i,loginWithCode:n}=E(),{authenticated:s,user:c}=M(),[u,p]=Nt(Zr),[k,W]=Nt(!1),[A,C]=Nt(null),[x,l]=Nt(null),v=(F=i())!=null&&F.email?0:1;$r(()=>{if(s&&k){let b=setTimeout(e,ue);return()=>clearTimeout(b)}},[s,k,c]),$r(()=>{if(A&&x===0){let b=setTimeout(()=>{p(Zr),C(null);let y=document.querySelector("input[name=code-0]");y==null||y.focus()},us);return()=>clearTimeout(b)}},[A]);let z=b=>{var We;let y=b.currentTarget.value.replace(" ","");if(y==="")return;if(isNaN(Number(y))){C("Code should be numeric"),l(1);return}C(null),l(null);let D=Number((We=b.currentTarget.name)==null?void 0:We.charAt(5)),ie=[...y||[""]].slice(0,yo-D),a=[...u.slice(0,D),...ie,...u.slice(D+ie.length)];p(a);let d=ie.length,R=Math.min(Math.max(D+d,0),yo-1);if(!isNaN(Number(b.currentTarget.value))){let q=document.querySelector(`input[name=code-${R}]`);q==null||q.focus()}if(a.every(q=>q&&!isNaN(+q))){let q=document.querySelector(`input[name=code-${R}]`);q==null||q.blur(),n(a.join("")).then(()=>W(!0)).catch(qt=>{(qt==null?void 0:qt.status)===422?C("Invalid or expired verification code"):C("Issue verifying code"),l(0)})}b.preventDefault()},Ce=b=>{x===1&&(C(null),l(null));let y=[...u.slice(0,b),"",...u.slice(b+1)];if(p(y),b>0){let D=document.querySelector(`input[name=code-${b-1}]`);D==null||D.focus()}},re=`Verify your ${v==0?"email":"phone"}`,S=v==0?`Please check ${(ve=i())==null?void 0:ve.email} for an email from privy.io and enter your code below.`:`Please check ${(be=i())==null?void 0:be.phoneNumber} for a message from ${(t==null?void 0:t.name)||"privy.io"} and enter your code below.`;return je(wo,{children:[B(L,{},"header"),je(ps,{children:[B(Pe,{title:re,description:S}),je(Sr,{children:[je(hs,{children:[B(ms,{fail:!!A,success:k,children:B("span",{children:A||(k?"Success!":"")})}),B("div",{children:u.map((b,y)=>B("input",{name:`code-${y}`,type:"text",value:u[y],onChange:z,onKeyUp:D=>{D.key==="Backspace"&&Ce(y)},inputMode:"numeric",autoFocus:y===0,pattern:"[0-9]",className:`${k?"success":""} ${A?"fail":""}`,autoComplete:ds?"one-time-code":"off"},y))})]}),B(fs,{children:v==0?je(wo,{children:[B("span",{children:"Didn't get an email?"}),B("button",{onClick:o,children:"Resend Code"})]}):je(wo,{children:[B("span",{children:"Didn't get a message?"}),B("button",{onClick:r,children:"Resend Code"})]})})]})]}),B(ee,{protectedByPrivy:!0})]})},ps=Ot.div`
626
626
  display: flex;
627
627
  flex-direction: column;
628
628
  align-items: flex-start;
@@ -735,7 +735,7 @@ Resources:
735
735
  border-color: var(--primary-color);
736
736
  border-bottom-color: var(--primary-color);
737
737
  }
738
- `;import{jsx as Jr}from"react/jsx-runtime";var Yr=({style:t,...e})=>Jr("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:Jr("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 vo,jsx as te,jsxs as Ft}from"react/jsx-runtime";var Xr=()=>{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 Ft(vo,{children:[te(L,{}),Ft(ws,{children:[te(vs,{children:Ft("div",{children:[te(qr,{}),te(Yr,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--primary-color)",fill:"var(--primary-color)"}})]})}),Ft(ys,{children:[typeof o=="string"?te("h3",{children:o}):te(vo,{children:o}),typeof r=="string"?te("p",{children:r}):te(vo,{children:r})]}),e!=null&&e.allowlistConfig.errorCtaLink?te(Qr,{as:"a",href:e.allowlistConfig.errorCtaLink,visible:!0,children:i}):te(Qr,{onClick:()=>{t("LANDING")},visible:!0,children:i})]})]})},ws=Dt.div`
738
+ `;import{jsx as Jr}from"react/jsx-runtime";var Yr=({style:t,...e})=>Jr("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:Jr("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 Co,jsx as te,jsxs as Ft}from"react/jsx-runtime";var Xr=()=>{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 Ft(Co,{children:[te(L,{}),Ft(ws,{children:[te(Cs,{children:Ft("div",{children:[te(qr,{}),te(Yr,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--primary-color)",fill:"var(--primary-color)"}})]})}),Ft(ys,{children:[typeof o=="string"?te("h3",{children:o}):te(Co,{children:o}),typeof r=="string"?te("p",{children:r}):te(Co,{children:r})]}),e!=null&&e.allowlistConfig.errorCtaLink?te(Qr,{as:"a",href:e.allowlistConfig.errorCtaLink,visible:!0,children:i}):te(Qr,{onClick:()=>{t("LANDING")},visible:!0,children:i})]})]})},ws=Dt.div`
739
739
  display: flex;
740
740
  flex-direction: column;
741
741
  align-items: center;
@@ -747,7 +747,7 @@ Resources:
747
747
  display: flex;
748
748
  flex-direction: column;
749
749
  gap: 8px;
750
- `,vs=Dt.div`
750
+ `,Cs=Dt.div`
751
751
  display: flex;
752
752
  flex-direction: column;
753
753
  justify-content: center;
@@ -786,7 +786,7 @@ Resources:
786
786
  background-color: var(--primary-color-bg-2);
787
787
  }
788
788
  }
789
- `;import{useState as Rs}from"react";import Z from"styled-components";import Cs from"qrcode";import bs from"styled-components";import{Fragment as $e,jsx as U,jsxs as oi}from"react/jsx-runtime";var V=7,Co=(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},xs=t=>{let e=Cs.create(t,{errorCorrectionLevel:"high"}).modules,o=Go(Array.from(e.data),e.size);return o=Co(o,0,0,V,V),o=Co(o,o.length-V,0,V,V),o=Co(o,0,o.length-V,V,V),o},Ls=({x:t,y:e,cellSize:o,bgColor:r,fgColor:i})=>U($e,{children:[0,1,2].map(n=>U("circle",{r:o*(V-n*2)/2,cx:t+o*V/2,cy:e+o*V/2,fill:n%2!==0?r:i},`finder-${t}-${e}-${n}`))}),As=({cellSize:t,matrixSize:e,bgColor:o,fgColor:r})=>{let i=[[0,0],[(e-V)*t,0],[0,(e-V)*t]];return U($e,{children:i.map(([n,a])=>U(Ls,{x:n,y:a,cellSize:t,bgColor:o,fgColor:r}))})},Es=({matrix:t,cellSize:e,color:o})=>U($e,{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($e,{})))}),ei=(t,e)=>t-t%e,ks=({outputSize:t,cellSize:e,element:o,size:r,padding:i,bgColor:n})=>{if(!o)return U($e,{});let a=r||40,d=i||4,u=o,p=t/2-a/2-d;return oi($e,{children:[U("rect",{x:ei(p,e),y:ei(p,e),width:a+d*2+(p%e?e+.5:.5),height:a+d*2+(p%e?e+.5:.5),fill:n}),U(u,{x:t/2-a/2,y:t/2-a/2,height:a,width:a})]})},_s=t=>{var i;let e=t.outputSize,o=xs(t.url),r=e/o.length;return oi("svg",{height:t.outputSize,width:t.outputSize,viewBox:`0 0 ${t.outputSize} ${t.outputSize}`,style:{height:"100%",width:"100%"},children:[U(Es,{matrix:o,cellSize:r,color:t.fgColor}),U(As,{cellSize:r,matrixSize:o.length,fgColor:t.fgColor,bgColor:t.bgColor}),U(ks,{outputSize:t.outputSize,cellSize:r,element:(i=t.logo)==null?void 0:i.element,bgColor:t.bgColor})]})},Ps=bs.div`
789
+ `;import{useState as Rs}from"react";import Z from"styled-components";import vs from"qrcode";import bs from"styled-components";import{Fragment as $e,jsx as U,jsxs as oi}from"react/jsx-runtime";var V=7,vo=(t,e,o,r,i)=>{for(let n=e;n<e+r;n++)for(let s=o;s<o+i;s++){let c=t==null?void 0:t[s];c&&c[n]&&(c[n]=0)}return t},xs=t=>{let e=vs.create(t,{errorCorrectionLevel:"high"}).modules,o=Go(Array.from(e.data),e.size);return o=vo(o,0,0,V,V),o=vo(o,o.length-V,0,V,V),o=vo(o,0,o.length-V,V,V),o},Ls=({x:t,y:e,cellSize:o,bgColor:r,fgColor:i})=>U($e,{children:[0,1,2].map(n=>U("circle",{r:o*(V-n*2)/2,cx:t+o*V/2,cy:e+o*V/2,fill:n%2!==0?r:i},`finder-${t}-${e}-${n}`))}),As=({cellSize:t,matrixSize:e,bgColor:o,fgColor:r})=>{let i=[[0,0],[(e-V)*t,0],[0,(e-V)*t]];return U($e,{children:i.map(([n,s])=>U(Ls,{x:n,y:s,cellSize:t,bgColor:o,fgColor:r}))})},Es=({matrix:t,cellSize:e,color:o})=>U($e,{children:t.map((r,i)=>r.map((n,s)=>n?U("circle",{r:e/2.5,cx:i*e+e/2,cy:s*e+e/2,fill:o},`circle-${i}-${s}`):U($e,{})))}),ei=(t,e)=>t-t%e,ks=({outputSize:t,cellSize:e,element:o,size:r,padding:i,bgColor:n})=>{if(!o)return U($e,{});let s=r||40,c=i||4,u=o,p=t/2-s/2-c;return oi($e,{children:[U("rect",{x:ei(p,e),y:ei(p,e),width:s+c*2+(p%e?e+.5:.5),height:s+c*2+(p%e?e+.5:.5),fill:n}),U(u,{x:t/2-s/2,y:t/2-s/2,height:s,width:s})]})},_s=t=>{var i;let e=t.outputSize,o=xs(t.url),r=e/o.length;return oi("svg",{height:t.outputSize,width:t.outputSize,viewBox:`0 0 ${t.outputSize} ${t.outputSize}`,style:{height:"100%",width:"100%"},children:[U(Es,{matrix:o,cellSize:r,color:t.fgColor}),U(As,{cellSize:r,matrixSize:o.length,fgColor:t.fgColor,bgColor:t.bgColor}),U(ks,{outputSize:t.outputSize,cellSize:r,element:(i=t.logo)==null?void 0:i.element,bgColor:t.bgColor})]})},Ps=bs.div`
790
790
  display: flex;
791
791
  justify-content: center;
792
792
  align-items: center;
@@ -986,7 +986,7 @@ Resources:
986
986
  `,Ds=Z.div`
987
987
  display: flex;
988
988
  justify-content: center;
989
- `;import{useEffect as fi,useState as ct}from"react";import Ht from"styled-components";import{Fragment as Bs,jsx as de,jsxs as Vt}from"react/jsx-runtime";var _o=2,gi={metamask:{name:"MetaMask",component:Q},coinbase_wallet:{name:"Coinbase Wallet",component:X},wallet_connect:{name:"WalletConnect",component:De}},wi=()=>{var be;let[t,e]=ct(!1),[o,r]=ct("metamask"),[i,n]=ct(void 0),{navigate:a,navigateBack:d}=g(),{getAuthMeta:u,closePrivyModal:p,loginWithWallet:T}=E(),{walletConnectors:W}=M(),[A,v]=ct(0),{user:x}=M(),[l,C]=ct((x==null?void 0:x.linkedAccounts.length)||0);fi(()=>{var b;r(((b=u())==null?void 0:b.walletType)||"metamask"),n(void 0),T().then(()=>e(!0)).catch(y=>{y instanceof j?console.error(y.cause):console.error(y);let D=(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(Oe.ERROR_USER_EXISTS):D?a("ALLOWLIST_REJECTION_SCREEN"):y instanceof Ne&&!y.details.default?n(y.details):y instanceof Me?n(Oe.ERROR_TIMED_OUT):n(Oe.ERROR_WALLET_CONNECTION)})},[A]),fi(()=>{if(t){let b=setTimeout(p,ue);return()=>clearTimeout(b)}},[x]);let z=gi[o].name,ve=gi[o].component,re=t?`Successfully connected with ${z}`:i?i.message:`Waiting for ${z}`,P="";if(t){let b=(x==null?void 0:x.linkedAccounts.length)||0;l===b?P="Wallet was already linked.":P="You\u2019re good to go!"}else if(A>=_o&&i)P="Unable to connect wallet";else if(i)P=i.detail;else switch(P="Don\u2019t see your wallet modal? Check your other browser windows.",o){case"metamask":P="For the best experience, connect only one wallet at a time.";break;case"wallet_connect":P="Open your mobile wallet app to continue";break;case"coinbase_wallet":bt()||(io(x)?P="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":P="Open the Coinbase app on your phone to continue.");break}let F=(be=W==null?void 0:W.walletConnectors)==null?void 0:be.find(b=>b.walletType==="coinbase_wallet"),Ce=o==="coinbase_wallet"&&(io(x)||i===Oe.ERROR_USER_EXISTS);return Vt(Bs,{children:[de(L,{backFn:d}),Vt(Gs,{children:[de(Hs,{children:Vt("div",{children:[de(Ve,{success:t,fail:!!i}),de(ve,{style:{width:"38px",height:"38px"}})]})}),Vt(Vs,{children:[de("h3",{children:re}),de("p",{children:P})]}),Ce?de(Po,{onClick:()=>F&&(F==null?void 0:F.disconnect()),visible:!t,disabled:t,children:"Use a different wallet"}):i==Oe.ERROR_USER_EXISTS?de(Po,{onClick:d,visible:!0,children:"Use a different wallet"}):de(Po,{onClick:()=>{v(A+1),n(void 0)},visible:!t&&(i==null?void 0:i.retryable)&&A<_o,disabled:!t&&(!(i!=null&&i.retryable)||A>=_o),children:"Retry"})]})]})},Gs=Ht.div`
989
+ `;import{useEffect as fi,useState as ct}from"react";import Ht from"styled-components";import{Fragment as Bs,jsx as de,jsxs as Vt}from"react/jsx-runtime";var _o=2,gi={metamask:{name:"MetaMask",component:Q},coinbase_wallet:{name:"Coinbase Wallet",component:X},wallet_connect:{name:"WalletConnect",component:De}},wi=()=>{var be;let[t,e]=ct(!1),[o,r]=ct("metamask"),[i,n]=ct(void 0),{navigate:s,navigateBack:c}=g(),{getAuthMeta:u,closePrivyModal:p,loginWithWallet:k}=E(),{walletConnectors:W}=M(),[A,C]=ct(0),{user:x}=M(),[l,v]=ct((x==null?void 0:x.linkedAccounts.length)||0);fi(()=>{var b;r(((b=u())==null?void 0:b.walletType)||"metamask"),n(void 0),k().then(()=>e(!0)).catch(y=>{y instanceof j?console.error(y.cause):console.error(y);let D=(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(Oe.ERROR_USER_EXISTS):D?s("ALLOWLIST_REJECTION_SCREEN"):y instanceof Ne&&!y.details.default?n(y.details):y instanceof Me?n(Oe.ERROR_TIMED_OUT):n(Oe.ERROR_WALLET_CONNECTION)})},[A]),fi(()=>{if(t){let b=setTimeout(p,ue);return()=>clearTimeout(b)}},[x]);let z=gi[o].name,Ce=gi[o].component,re=t?`Successfully connected with ${z}`:i?i.message:`Waiting for ${z}`,S="";if(t){let b=(x==null?void 0:x.linkedAccounts.length)||0;l===b?S="Wallet was already linked.":S="You\u2019re good to go!"}else if(A>=_o&&i)S="Unable to connect wallet";else if(i)S=i.detail;else switch(S="Don\u2019t see your wallet modal? Check your other browser windows.",o){case"metamask":S="For the best experience, connect only one wallet at a time.";break;case"wallet_connect":S="Open your mobile wallet app to continue";break;case"coinbase_wallet":bt()||(io(x)?S="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":S="Open the Coinbase app on your phone to continue.");break}let F=(be=W==null?void 0:W.walletConnectors)==null?void 0:be.find(b=>b.walletType==="coinbase_wallet"),ve=o==="coinbase_wallet"&&(io(x)||i===Oe.ERROR_USER_EXISTS);return Vt(Bs,{children:[de(L,{backFn:c}),Vt(Gs,{children:[de(Hs,{children:Vt("div",{children:[de(Ve,{success:t,fail:!!i}),de(Ce,{style:{width:"38px",height:"38px"}})]})}),Vt(Vs,{children:[de("h3",{children:re}),de("p",{children:S})]}),ve?de(Po,{onClick:()=>F&&(F==null?void 0:F.disconnect()),visible:!t,disabled:t,children:"Use a different wallet"}):i==Oe.ERROR_USER_EXISTS?de(Po,{onClick:c,visible:!0,children:"Use a different wallet"}):de(Po,{onClick:()=>{C(A+1),n(void 0)},visible:!t&&(i==null?void 0:i.retryable)&&A<_o,disabled:!t&&(!(i!=null&&i.retryable)||A>=_o),children:"Retry"})]})]})},Gs=Ht.div`
990
990
  display: flex;
991
991
  flex-direction: column;
992
992
  align-items: center;
@@ -1033,7 +1033,7 @@ Resources:
1033
1033
  opacity: ${t=>t.visible?"1":"0"};
1034
1034
  transition: opacity 200ms;
1035
1035
  }
1036
- `;import{Fragment as zs,jsx as Bt,jsxs as yi}from"react/jsx-runtime";var vi=()=>{let{navigateBack:t}=g();return yi(zs,{children:[Bt(L,{backFn:t},"header"),Bt(Eo,{}),yi($,{children:[Bt("span",{children:"Still not sure? "}),Bt("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import So from"styled-components";import{useEffect as Ci,useState as bi}from"react";import{Fragment as Ks,jsx as K,jsxs as zt}from"react/jsx-runtime";var xi=()=>{let[t,e]=bi(!1),[o,r]=bi(""),{activeStatus:i,closePrivyModal:n}=E();Ci(()=>{!i||(i.error?r(i.error):i.success&&e(!0))},[i]),Ci(()=>{if(t){let p=setTimeout(n,ue);return()=>clearTimeout(p)}},[t]);let a=i!=null&&i.address?`Please connect and select the wallet ${Je(i.address)} in MetaMask.`:"Please connect and select the right wallet in MetaMask.",d=t?`${Je(i==null?void 0:i.address)} is now active.`:a;return zt(Ks,{children:[K(L,{},"header"),zt(js,{children:[K(Zs,{children:zt("div",{children:[K(Ve,{success:t,fail:!!o}),(p=>{switch(p){case"metamask":return K(Q,{style:{width:"38px",height:"38px"}});case"wallet_connect":return K(De,{style:{width:"38px",height:"38px"}});case"coinbase_wallet":return K(X,{style:{width:"38px",height:"38px"}});default:return K(Q,{style:{width:"38px",height:"38px"}})}})((i==null?void 0:i.walletType)||"metamask")]})}),zt($s,{children:[K("h3",{children:t?"Wallet updated successfully":"Update your active wallet"}),K("p",{children:d}),o&&K("p",{children:o})]}),K($,{})]})]})},js=So.div`
1036
+ `;import{Fragment as zs,jsx as Bt,jsxs as yi}from"react/jsx-runtime";var Ci=()=>{let{navigateBack:t}=g();return yi(zs,{children:[Bt(L,{backFn:t},"header"),Bt(Eo,{}),yi($,{children:[Bt("span",{children:"Still not sure? "}),Bt("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import So from"styled-components";import{useEffect as vi,useState as bi}from"react";import{Fragment as Ks,jsx as K,jsxs as zt}from"react/jsx-runtime";var xi=()=>{let[t,e]=bi(!1),[o,r]=bi(""),{activeStatus:i,closePrivyModal:n}=E();vi(()=>{!i||(i.error?r(i.error):i.success&&e(!0))},[i]),vi(()=>{if(t){let p=setTimeout(n,ue);return()=>clearTimeout(p)}},[t]);let s=i!=null&&i.address?`Please connect and select the wallet ${Je(i.address)} in MetaMask.`:"Please connect and select the right wallet in MetaMask.",c=t?`${Je(i==null?void 0:i.address)} is now active.`:s;return zt(Ks,{children:[K(L,{},"header"),zt(js,{children:[K(Zs,{children:zt("div",{children:[K(Ve,{success:t,fail:!!o}),(p=>{switch(p){case"metamask":return K(Q,{style:{width:"38px",height:"38px"}});case"wallet_connect":return K(De,{style:{width:"38px",height:"38px"}});case"coinbase_wallet":return K(X,{style:{width:"38px",height:"38px"}});default:return K(Q,{style:{width:"38px",height:"38px"}})}})((i==null?void 0:i.walletType)||"metamask")]})}),zt($s,{children:[K("h3",{children:t?"Wallet updated successfully":"Update your active wallet"}),K("p",{children:c}),o&&K("p",{children:o})]}),K($,{})]})]})},js=So.div`
1037
1037
  display: flex;
1038
1038
  flex-direction: column;
1039
1039
  align-items: center;
@@ -1380,7 +1380,7 @@ Resources:
1380
1380
  display: none;
1381
1381
  }
1382
1382
  }
1383
- `;import{useEffect as ua}from"react";import{useEffect as ki,useState as _i}from"react";import Zt from"styled-components";import{Fragment as ia,jsx as Te,jsxs as $t}from"react/jsx-runtime";var Pi={google:{name:"Google",component:St},discord:{name:"Discord",component:kt},github:{name:"Github",component:_t},twitter:{name:"Twitter",component:Et}},Xs=t=>t.charAt(0).toUpperCase()+t.slice(1),To=()=>{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)},Si=()=>{var x;let[t,e]=_i(!1),[o,r]=_i(void 0),{getAuthMeta:i,initLoginWithOAuth:n,loginWithOAuth:a,closePrivyModal:d}=E(),{ready:u}=M(),p=((x=i())==null?void 0:x.provider)||"google",T=Pi[p].name,W=Pi[p].component;ki(()=>{!u||a().then(()=>{To(),e(!0)}).catch(l=>{let C={retryable:!1,message:"Authentication failed."};l.message.includes("Another user has already linked this")?C.detail="This account has already been linked to another user.":l.message==="Invalid code during oauth flow."?(C.retryable=!0,C.detail="Something went wrong. Try again."):l.message==="User denied confirmation during OAuth flow"&&(C.detail=`Retry and check ${Xs(p)} to finish connecting your account.`,C.retryable=!0),To(),r(C)})},[u]),ki(()=>{if(!t)return;let l=setTimeout(d,ue);return()=>clearTimeout(l)},[t]);let A=t?`Successfully connected with ${T}`:o?o.message:`Verifying connection to ${T}`,v="";return t?v="You\u2019re good to go!":o?v=o.detail:v="Just a few moments more",$t(ia,{children:[Te(L,{}),$t(ea,{children:[Te(oa,{children:$t("div",{children:[Te(Ve,{success:t,fail:!!o}),Te(W,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),$t(ta,{children:[Te("h3",{children:A}),Te("p",{children:v})]}),Te(ra,{onClick:()=>{To(),n(p),r(void 0)},visible:!t&&(o==null?void 0:o.retryable),disabled:!t&&!(o!=null&&o.retryable),children:"Retry"})]})]})},ea=Zt.div`
1383
+ `;import{useEffect as ua}from"react";import{useEffect as ki,useState as _i}from"react";import Zt from"styled-components";import{Fragment as ia,jsx as Te,jsxs as $t}from"react/jsx-runtime";var Pi={google:{name:"Google",component:St},discord:{name:"Discord",component:kt},github:{name:"Github",component:_t},twitter:{name:"Twitter",component:Et}},Xs=t=>t.charAt(0).toUpperCase()+t.slice(1),To=()=>{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)},Si=()=>{var x;let[t,e]=_i(!1),[o,r]=_i(void 0),{getAuthMeta:i,initLoginWithOAuth:n,loginWithOAuth:s,closePrivyModal:c}=E(),{ready:u}=M(),p=((x=i())==null?void 0:x.provider)||"google",k=Pi[p].name,W=Pi[p].component;ki(()=>{!u||s().then(()=>{To(),e(!0)}).catch(l=>{let v={retryable:!1,message:"Authentication failed."};l.message.includes("Another user has already linked this")?v.detail="This account has already been linked to another user.":l.message==="Invalid code during oauth flow."?(v.retryable=!0,v.detail="Something went wrong. Try again."):l.message==="User denied confirmation during OAuth flow"&&(v.detail=`Retry and check ${Xs(p)} to finish connecting your account.`,v.retryable=!0),To(),r(v)})},[u]),ki(()=>{if(!t)return;let l=setTimeout(c,ue);return()=>clearTimeout(l)},[t]);let A=t?`Successfully connected with ${k}`:o?o.message:`Verifying connection to ${k}`,C="";return t?C="You\u2019re good to go!":o?C=o.detail:C="Just a few moments more",$t(ia,{children:[Te(L,{}),$t(ea,{children:[Te(oa,{children:$t("div",{children:[Te(Ve,{success:t,fail:!!o}),Te(W,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),$t(ta,{children:[Te("h3",{children:A}),Te("p",{children:C})]}),Te(ra,{onClick:()=>{To(),n(p),r(void 0)},visible:!t&&(o==null?void 0:o.retryable),disabled:!t&&!(o!=null&&o.retryable),children:"Retry"})]})]})},ea=Zt.div`
1384
1384
  display: flex;
1385
1385
  flex-direction: column;
1386
1386
  align-items: center;
@@ -1427,7 +1427,7 @@ Resources:
1427
1427
  opacity: ${t=>t.visible?"1":"0"};
1428
1428
  transition: opacity 200ms;
1429
1429
  }
1430
- `;import{Fragment as na,jsx as Ze,jsxs as sa}from"react/jsx-runtime";var Ti=()=>{let{app:t}=g();return sa(na,{children:[Ze(L,{},"header"),Ze(ze,{title:"Connect your email",description:`Add your email to your ${t==null?void 0:t.name} account`,icon:Ze(Tt,{})}),Ze(fe,{children:Ze(Wt,{stacked:!0})}),Ze(ee,{protectedByPrivy:!0})]})};import{Fragment as aa,jsx as Ke,jsxs as la}from"react/jsx-runtime";var Wi=()=>{let{app:t}=g();return la(aa,{children:[Ke(L,{},"header"),Ke(ze,{title:"Connect your phone",description:`Add your number to your ${t==null?void 0:t.name} account`,icon:Ke(It,{})}),Ke(fe,{children:Ke(Rt,{stacked:!0})}),Ke(ee,{protectedByPrivy:!0})]})};import{Fragment as ca,jsx as dt,jsxs as Ii}from"react/jsx-runtime";var Ri=()=>{let{linkingHint:t}=E(),{app:e}=g(),o=t?`Select the wallet with ${Je(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 Ii(ca,{children:[dt(L,{},"header"),dt(Br,{title:`${t?"Reconnect":"Connect"} your wallet`,description:o}),Ii(fe,{children:[dt(Lt,{}),dt(At,{})]}),dt(ee,{protectedByPrivy:!0})]})};import{jsx as _,jsxs as Mi}from"react/jsx-runtime";var pa=()=>{let{ready:t}=M(),{isLinking:e}=E(),{ready:o,currentScreen:r,app:i}=g(),n=!!(i!=null&&i.walletAuth),a=!!((i==null?void 0:i.emailAuth)||(i==null?void 0:i.smsAuth)),d=n!==a,u;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN","ALLOWLIST_REJECTION_SCREEN","SETTING_ACTIVE_WALLET"].includes(r)||d&&r==="LANDING"?u="compact":"WALLET_EDUCATION"===r?u="full":e?u="medium":u="full",!t||!o?Mi(Ut,{"data-height":u,children:[_(L,{}),_(fa,{children:_(we,{})}),_($,{})]}):Mi(Ut,{"data-height":u,children:[r==="LANDING"&&_(Gr,{}),r==="AWAITING_PASSWORDLESS_CODE"&&_(Kr,{}),r==="SETTING_ACTIVE_WALLET"&&_(xi,{}),r==="WALLET_EDUCATION"&&_(ui,{}),r==="AWAITING_CONNECTION"&&_(wi,{}),r==="AWAITING_OAUTH_SCREEN"&&_(Si,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&_(Xr,{}),r==="INSTALL_METAMASK_SCREEN"&&_(vi,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&_(Ai,{}),r==="LINK_EMAIL_SCREEN"&&_(Ti,{}),r==="LINK_PHONE_SCREEN"&&_(Wi,{}),r==="LINK_WALLET_SCREEN"&&_(Ri,{})]})},Ni=()=>{let{app:t}=g();return da.createPortal(_(ma,{id:"privy-dialog",children:_(Ei,{accentColor:t==null?void 0:t.accentColor,children:_(pa,{})})}),document.body)},ha=({children:t,...e})=>(ua(()=>{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]),_("dialog",{open:!0,role:"dialog",...e,children:t})),ma=Wo(ha)`
1430
+ `;import{Fragment as na,jsx as Ze,jsxs as sa}from"react/jsx-runtime";var Ti=()=>{let{app:t}=g();return sa(na,{children:[Ze(L,{},"header"),Ze(ze,{title:"Connect your email",description:`Add your email to your ${t==null?void 0:t.name} account`,icon:Ze(Tt,{})}),Ze(fe,{children:Ze(Wt,{stacked:!0})}),Ze(ee,{protectedByPrivy:!0})]})};import{Fragment as aa,jsx as Ke,jsxs as la}from"react/jsx-runtime";var Wi=()=>{let{app:t}=g();return la(aa,{children:[Ke(L,{},"header"),Ke(ze,{title:"Connect your phone",description:`Add your number to your ${t==null?void 0:t.name} account`,icon:Ke(It,{})}),Ke(fe,{children:Ke(Rt,{stacked:!0})}),Ke(ee,{protectedByPrivy:!0})]})};import{Fragment as ca,jsx as dt,jsxs as Ii}from"react/jsx-runtime";var Ri=()=>{let{linkingHint:t}=E(),{app:e}=g(),o=t?`Select the wallet with ${Je(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 Ii(ca,{children:[dt(L,{},"header"),dt(Br,{title:`${t?"Reconnect":"Connect"} your wallet`,description:o}),Ii(fe,{children:[dt(Lt,{}),dt(At,{})]}),dt(ee,{protectedByPrivy:!0})]})};import{jsx as P,jsxs as Mi}from"react/jsx-runtime";var pa=()=>{let{ready:t}=M(),{isLinking:e}=E(),{ready:o,currentScreen:r,app:i}=g(),n=!!(i!=null&&i.walletAuth),s=!!((i==null?void 0:i.emailAuth)||(i==null?void 0:i.smsAuth)),c=n!==s,u;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN","ALLOWLIST_REJECTION_SCREEN","SETTING_ACTIVE_WALLET"].includes(r)||c&&r==="LANDING"?u="compact":"WALLET_EDUCATION"===r?u="full":e?u="medium":u="full",!t||!o?Mi(Ut,{"data-height":u,children:[P(L,{}),P(fa,{children:P(we,{})}),P($,{})]}):Mi(Ut,{"data-height":u,children:[r==="LANDING"&&P(Gr,{}),r==="AWAITING_PASSWORDLESS_CODE"&&P(Kr,{}),r==="SETTING_ACTIVE_WALLET"&&P(xi,{}),r==="WALLET_EDUCATION"&&P(ui,{}),r==="AWAITING_CONNECTION"&&P(wi,{}),r==="AWAITING_OAUTH_SCREEN"&&P(Si,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&P(Xr,{}),r==="INSTALL_METAMASK_SCREEN"&&P(Ci,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&P(Ai,{}),r==="LINK_EMAIL_SCREEN"&&P(Ti,{}),r==="LINK_PHONE_SCREEN"&&P(Wi,{}),r==="LINK_WALLET_SCREEN"&&P(Ri,{})]})},Ni=()=>{let{app:t}=g();return da.createPortal(P(ma,{id:"privy-dialog",children:P(Ei,{accentColor:t==null?void 0:t.accentColor,children:P(pa,{})})}),document.body)},ha=({children:t,...e})=>(ua(()=>{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]),P("dialog",{open:!0,role:"dialog",...e,children:t})),ma=Wo(ha)`
1431
1431
  position: fixed;
1432
1432
  top: 0;
1433
1433
  left: 0;
@@ -1485,4 +1485,4 @@ Resources:
1485
1485
  align-items: center;
1486
1486
  justify-content: center;
1487
1487
  height: 100%;
1488
- `;import{jsx as Kt,jsxs as xa}from"react/jsx-runtime";function wa(t){return typeof t=="string"&&t.length===25}var ut;function ya(){if(!ut){let t=O.get(Re);return Promise.resolve(t||null)}return ut.getAccessToken()}var va=t=>{if(!wa(t.appId))throw new h("Cannot initialize the Privy provider with an invalid Privy app ID");return ut||(ut=new Xe({appId:t.appId,apiURL:Mo})),Kt(ba,{...t,client:ut})},Ca=(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)}},ba=t=>{let e=t.client,[o,r]=oe(!1),[i,n]=oe(!1),[a,d]=oe(!1),[u,p]=oe(null),[T,W]=oe(!1),[A,v]=oe(null),[x,l]=oe(!1),[C,z]=oe(null),[ve,re]=oe(null),[P,F]=oe({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}),Ce=Ca(P,A);Oi(()=>{async function s(){let c=await e.getAppSettings();F(c),e.connectors.initialize(),be();let R=await e.getAuthenticatedUser();d(!!R),p(R),n(!0)}s()},[e]);let be=()=>{let s=new URLSearchParams(window.location.search),c=s.get("privy_oauth_code"),R=s.get("privy_oauth_state"),We=s.get("privy_oauth_provider");c&&R&&We&&(e.startAuthFlow(new Ue(We,c,R)),v(We),r(!0))};Oi(()=>{i&&a&&u===null&&e.getAuthenticatedUser().then(p)},[i,a,u,e]);let b=()=>{v("wallet"),l(!0),r(!0)},y={ready:i,authenticated:a,user:u,walletConnectors:e.connectors,linkWallet:b,linkEmail:()=>{v("email"),l(!0),r(!0)},linkPhone:()=>{v("sms"),l(!0),r(!0)},linkGoogle:async()=>{await ie.initLoginWithOAuth("google")},linkTwitter:async()=>{await ie.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await ie.initLoginWithOAuth("discord")},linkGithub:async()=>{await ie.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),v(null),l(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connectors.getEthereumProvider(),getEthersProvider:()=>new ga(new Le(e.connectors.getEthereumProvider())),getWeb3jsProvider:()=>new ft(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:async s=>{if(!u)return;let c=e.connectors.getConnectorByAddress(s);if(!c){re(s),b();return}z({address:s,walletType:c.walletType,success:!1}),r(!0),e.setActiveWallet(s,u).then(R=>{p(R),z({address:s,walletType:c.walletType,success:!0})}).catch(R=>{R instanceof h&&R.message==="Error setting the active wallet."&&(re(s),b()),z({address:s,walletType:c.walletType,success:!1,error:R.message})})},forkSession:()=>e.forkSession()},ie=(()=>({isLinking:x,linkingHint:ve,activeStatus:C,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var s;return(s=e.authFlow)==null?void 0:s.meta},closePrivyModal:()=>{var s;i&&a&&u&&((s=t.onSuccess)==null||s.call(t,u,T)),e.authFlow=void 0,v(null),re(null),l(!1),z(null),W(!1),r(!1)},initLoginWithWallet:s=>{if(!e.connectors)throw new h("Connector not initialized");s||(s="metamask"),e.startAuthFlow(new et(e.connectors,s))},loginWithWallet:async()=>{if(!(e.authFlow instanceof et))throw new h("Must initialize SIWE flow first.");let s,c;x?(s=await e.link(),s&&(s=Qe(s))):{user:s,isNewUser:c}=await e.authenticate(),p(s||u||null),W(c||!1),d(!0)},initLoginWithOAuth:async s=>{e.startAuthFlow(new Ue(s));let c=await e.authFlow.getAuthorizationUrl();c&&c.url&&window.location.assign(c.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof Ue))throw new h("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),W(c||!1),d(!0)},initLoginWithEmail:async s=>{let c=new tt(s);e.startAuthFlow(c),await c.sendCodeEmail()},initLoginWithSms:async s=>{let c=new ot(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 tt)e.authFlow.meta.emailCode=s.trim();else if(e.authFlow instanceof ot)e.authFlow.meta.smsCode=s.trim();else throw new h("Must initialize a passwordless code flow first");let c,R;x?c=await e.link():{user:c,isNewUser:R}=await e.authenticate(),p(c||u||null),W(R||!1),d(!0)}}))();return xa(so.Provider,{value:y,children:[t.children,Kt(lo.Provider,{value:ie,children:Kt(hr,{appSettings:P,options:Ce,screen:C?"SETTING_ACTIVE_WALLET":null,visible:o,authenticated:a,children:o&&Kt(Ni,{})})})]})};export{Le as AsExternalProvider,Ye as ConnectorManager,Xe as PrivyClient,va as PrivyProvider,J as PrivyProxyProvider,Jt as VERSION,se as WalletConnector,ya as getAccessToken,M as usePrivy};
1488
+ `;import{jsx as Kt,jsxs as xa}from"react/jsx-runtime";function wa(t){return typeof t=="string"&&t.length===25}var ut;function ya(){if(!ut){let t=O.get(Re);return Promise.resolve(t||null)}return ut.getAccessToken()}var Ca=t=>{if(!wa(t.appId))throw new h("Cannot initialize the Privy provider with an invalid Privy app ID");return ut||(ut=new Xe({appId:t.appId,apiURL:Mo})),Kt(ba,{...t,client:ut})},va=(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)}},ba=t=>{let e=t.client,[o,r]=oe(!1),[i,n]=oe(!1),[s,c]=oe(!1),[u,p]=oe(null),[k,W]=oe(!1),[A,C]=oe(null),[x,l]=oe(!1),[v,z]=oe(null),[Ce,re]=oe(null),[S,F]=oe({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}),ve=va(S,A);Oi(()=>{async function a(){let d=await e.getAppSettings();F(d),e.connectors.initialize(),be();let R=await e.getAuthenticatedUser();c(!!R),p(R),n(!0)}a()},[e]);let be=()=>{let a=new URLSearchParams(window.location.search),d=a.get("privy_oauth_code"),R=a.get("privy_oauth_state"),We=a.get("privy_oauth_provider");d&&R&&We&&(e.startAuthFlow(new Ue(We,d,R)),C(We),r(!0))};Oi(()=>{i&&s&&u===null&&e.getAuthenticatedUser().then(p)},[i,s,u,e]);let b=()=>{C("wallet"),l(!0),r(!0)},y={ready:i,authenticated:s,user:u,walletConnectors:e.connectors,linkWallet:b,linkEmail:()=>{C("email"),l(!0),r(!0)},linkPhone:()=>{C("sms"),l(!0),r(!0)},linkGoogle:async()=>{await ie.initLoginWithOAuth("google")},linkTwitter:async()=>{await ie.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await ie.initLoginWithOAuth("discord")},linkGithub:async()=>{await ie.initLoginWithOAuth("github")},login:()=>{if(i&&s){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),c(!1),C(null),l(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connectors.getEthereumProvider(),getEthersProvider:()=>new ga(new Le(e.connectors.getEthereumProvider())),getWeb3jsProvider:()=>new ft(e.connectors.getEthereumProvider()),unlinkWallet:async a=>{let d=await e.unlinkWallet(a);return p(d),d},unlinkEmail:async a=>{let d=await e.unlinkEmail(a);return p(d),d},unlinkPhone:async a=>{let d=await e.unlinkPhone(a);return p(d),d},unlinkGoogle:async a=>{let d=await e.unlinkOAuth("google",a);return p(d),d},unlinkTwitter:async a=>{let d=await e.unlinkOAuth("twitter",a);return p(d),d},unlinkDiscord:async a=>{let d=await e.unlinkOAuth("discord",a);return p(d),d},unlinkGithub:async a=>{let d=await e.unlinkOAuth("github",a);return p(d),d},setActiveWallet:async a=>{if(!u)return;let d=e.connectors.getConnectorByAddress(a);if(!d){re(a),b();return}z({address:a,walletType:d.walletType,success:!1}),r(!0),e.setActiveWallet(a,u).then(R=>{p(R),z({address:a,walletType:d.walletType,success:!0})}).catch(R=>{R instanceof h&&R.message==="Error setting the active wallet."&&(re(a),b()),z({address:a,walletType:d.walletType,success:!1,error:R.message})})},forkSession:()=>e.forkSession()},ie=(()=>({isLinking:x,linkingHint:Ce,activeStatus:v,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var a;return(a=e.authFlow)==null?void 0:a.meta},closePrivyModal:()=>{var a;i&&s&&u&&((a=t.onSuccess)==null||a.call(t,u,k)),e.authFlow=void 0,C(null),re(null),l(!1),z(null),W(!1),r(!1)},initLoginWithWallet:a=>{if(!e.connectors)throw new h("Connector not initialized");a||(a="metamask"),e.startAuthFlow(new et(e.connectors,a))},loginWithWallet:async()=>{if(!(e.authFlow instanceof et))throw new h("Must initialize SIWE flow first.");let a,d;x?(a=await e.link(),a&&(a=Qe(a))):{user:a,isNewUser:d}=await e.authenticate(),p(a||u||null),W(d||!1),c(!0)},initLoginWithOAuth:async a=>{e.startAuthFlow(new Ue(a));let d=await e.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof Ue))throw new h("Must initialize OAuth flow before calling loginWithOAuth");let a,d;i&&s?a=await e.link():{user:a,isNewUser:d}=await e.authenticate(),p(a),W(d||!1),c(!0)},initLoginWithEmail:async a=>{let d=new tt(a);e.startAuthFlow(d),await d.sendCodeEmail()},initLoginWithSms:async a=>{let d=new ot(a);e.startAuthFlow(d),await d.sendSmsCode()},resendEmailCode:async()=>{var a;await((a=e.authFlow)==null?void 0:a.sendCodeEmail())},resendSmsCode:async()=>{var a;await((a=e.authFlow)==null?void 0:a.sendSmsCode())},loginWithCode:async a=>{if(e.authFlow instanceof tt)e.authFlow.meta.emailCode=a.trim();else if(e.authFlow instanceof ot)e.authFlow.meta.smsCode=a.trim();else throw new h("Must initialize a passwordless code flow first");let d,R;x?d=await e.link():{user:d,isNewUser:R}=await e.authenticate(),p(d||u||null),W(R||!1),c(!0)}}))();return xa(so.Provider,{value:y,children:[t.children,Kt(lo.Provider,{value:ie,children:Kt(hr,{appSettings:S,options:ve,screen:v?"SETTING_ACTIVE_WALLET":null,visible:o,authenticated:s,children:o&&Kt(Ni,{})})})]})};export{Le as AsExternalProvider,Ye as ConnectorManager,Xe as PrivyClient,Ca as PrivyProvider,J as PrivyProxyProvider,Jt as VERSION,se as WalletConnector,ya as getAccessToken,M as usePrivy};
package/dist/index.d.ts CHANGED
@@ -34,13 +34,17 @@ interface Wallet {
34
34
  * e.g. testnet, mainnet, goerli */
35
35
  chainId?: string;
36
36
  /**
37
- * @experimental
38
- * DO NOT USE: This feature is under active development.
37
+ * The wallet client used for this wallet. At the moment, there are only two expected values:
39
38
  *
40
- * The wallet type of the active connected wallet, if used to verify in the current session.
41
- * Only present for the active wallet.
39
+ * 1. privy
40
+ * 2. unknown
41
+ *
42
+ * If the value is `privy`, then this is a privy embedded wallet.
43
+ *
44
+ * In the future, this may contain more information about other wallet clients,
45
+ * like metamask, coinbase, etc.
42
46
  */
43
- walletType?: WalletType;
47
+ walletClient: 'privy' | 'unknown';
44
48
  }
45
49
  /** Object representation of a user's email. */
46
50
  interface Email {
@@ -538,6 +542,7 @@ interface ResponseEthereumAccount {
538
542
  type: 'wallet';
539
543
  address: string;
540
544
  chain_type: 'ethereum';
545
+ wallet_client: 'privy' | 'unknown';
541
546
  verified_at: number;
542
547
  }
543
548
  interface ResponseOAuthGoogle {