@privy-io/react-auth 1.15.0-beta.2 → 1.15.0-beta.3
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 +43 -43
- package/dist/index.js +48 -48
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var $i=Object.create;var
|
|
1
|
+
"use strict";var $i=Object.create;var Et=Object.defineProperty;var Zi=Object.getOwnPropertyDescriptor;var Ki=Object.getOwnPropertyNames;var qi=Object.getPrototypeOf,Ji=Object.prototype.hasOwnProperty;var Yi=(t,e)=>{for(var o in e)Et(t,o,{get:e[o],enumerable:!0})},jo=(t,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ki(e))!Ji.call(t,i)&&i!==o&&Et(t,i,{get:()=>e[i],enumerable:!(r=Zi(e,i))||r.enumerable});return t};var C=(t,e,o)=>(o=t!=null?$i(qi(t)):{},jo(e||!t||!t.__esModule?Et(o,"default",{value:t,enumerable:!0}):o,t)),Qi=t=>jo(Et({},"__esModule",{value:!0}),t);var ks={};Yi(ks,{AsExternalProvider:()=>Pe,ConnectorManager:()=>Qe,PrivyClient:()=>Xe,PrivyProvider:()=>ji,PrivyProxyProvider:()=>re,VERSION:()=>kt,WalletConnector:()=>ue,getAccessToken:()=>zi,usePrivy:()=>D});module.exports=Qi(ks);var Z=require("react");var St=C(require("axios"));var $o=C(require("axios")),oe=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}]`:""}`}},Ze=class extends oe{constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},m=class extends oe{constructor(o,r){super(o,r);this.type="client_error"}};var U=class extends oe{constructor(o,r){super(o,r);this.type="connector_error"}},R=t=>{if(t instanceof oe)return t;if(!$o.default.isAxiosError(t))return Y(t);if(!t.response)return new Ze("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new Ze(e||"ApiError",t.response.status,o||r,t)},Y=t=>t instanceof oe?t:t instanceof Error?new m(t.message,t):new m(`Internal error: ${t}`);var Zo="1.15.0-beta.3";var Ko="https://api.privy.io/v0",qo=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",dt="4df5e2316331463a9130964bd6078dfa",Jo=1e4,Ee=1400,kt=Zo;var Ke="privy:token",_t="privy:refresh_token",Pt="privy:connectors",Yo="walletconnect";var Tt=class{constructor(e,o,r){this.appId=e,this.sdkVersion=kt,this.client=o,this.defaults=r}async get(e,o){try{return await St.default.get(e,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw R(r)}}async post(e,o,r){try{return await St.default.post(e,o,await this.buildConfig(r))}catch(i){throw R(i)}}async delete(e,o){try{return await St.default.delete(e,await this.buildConfig(o))}catch(r){throw R(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}}};var Qo=C(require("jose")),Ce=class{static parse(e){try{return new Ce(e)}catch{return null}}constructor(e){this.value=e,this._decoded=Qo.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 ke=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 ao=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)}},lo=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 en(){return typeof window<"u"&&window.localStorage?new lo:new ao}var B=en();var Xo=require("@ethersproject/logger");var qe=class extends U{constructor(){super("Wallet timeout");this.type="wallet_error"}},_e=t=>{if(t instanceof U)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new Je(t);return t.code===Xo.ErrorCode.ACTION_REJECTED&&(e.details=Fe.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new Je(t):new U("Unknown connector error",t)},co=class extends oe{constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},Je=class extends co{constructor(o){var n,a,u;let r=o;super(r.message,r.code,r.data);let i=Object.values(Fe).find(p=>p.eipCode===r.code);this.details=i||Fe.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=Fe.E32002_CONNECTION_ALREADY_PENDING:this.details=Fe.E32002_REQUEST_ALREADY_PENDING:(u=r.message)!=null&&u.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Fe.E32002_WALLET_LOCKED))}},tn={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}},on={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}},rn={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}},Fe={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...rn,...on},Ye={...tn,...Fe};var nn=12e4,uo=(t=new qe,e=nn)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),re=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 U(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),uo()]).catch(o=>{throw _e(o)})}},Pe=class extends re{constructor(o){super(o)}},Wt=class extends re{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var po=require("@ethersproject/address"),ar=require("@ethersproject/providers");var er=require("@ethersproject/address");var tr=require("@ethersproject/providers"),ue=class{constructor(e,o,r){this.createSiweMessage=(e,o,r,i,n,a,u)=>`${r} wants you to sign in with your Ethereum account:
|
|
2
2
|
${o}
|
|
3
3
|
|
|
4
4
|
${u}
|
|
@@ -9,7 +9,7 @@ Chain ID: ${e}
|
|
|
9
9
|
Nonce: ${a}
|
|
10
10
|
Issued At: ${n}
|
|
11
11
|
Resources:
|
|
12
|
-
- https://privy.io`;this.provider=o,this.walletType=e,this.address=r,this.chain=null,this.connected=!1}async fetchAddress(){if(!this.address){let e=await this.provider.request({method:"eth_accounts"});Array.isArray(e)&&e.length>0&&(this.address=(0,er.getAddress)(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 tr.Web3Provider(new _e(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.",u=new Date().toISOString();return this.createSiweMessage(e,o,i,n,u,r,a)}};var or=require("libphonenumber-js/min");var rr=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,}))$/),ir=t=>(0,or.isPossiblePhoneNumber)(String(t),"US"),Wt=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)}},nr=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r},dt=t=>{if(!t)return"";let e=t.slice(0,5),o=t.slice(t.length-4,t.length);return`${e}...${o}`},sr=t=>new Promise(e=>setTimeout(e,t));var lr=require("react-device-detect"),It=class extends ue{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 ar.Web3Provider(this.provider).listAccounts();return o.length===0?null:(0,po.getAddress)(o[0])}disconnect(){console.warn("Metamask does not support programmetic disconnect.")}async promptConnection(){try{let e="";if(!lr.isMobile&&(await this.provider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),this.address&&await this.isConnected()))throw new O("Selected the wrong wallet in MetaMask");let o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=(0,po.getAddress)(o[0])),!e||e==="")throw new O("Unable to retrieve address");this.connected=!0,this.address=e}catch(e){throw ke(e)}}async setActive(){for(;!this.connected;)await sr(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})}};var cr=require("@ethersproject/address");var dr=C(require("@coinbase/wallet-sdk"));var sn=t=>{let e=`https://mainnet.infura.io/v3/${ct}`,o=1;return t.makeWeb3Provider(e,o)},Rt,Mt=class extends ue{constructor(e,o){super("coinbase_wallet",e,o),Rt||(Rt=new dr.default({appName:"Privy",darkMode:!1,headlessMode:!1}))}async connect(e){return this.provider.setProvider(sn(Rt)),(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(),this.getConnectedWallet()}disconnect(){Rt.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=(0,cr.getAddress)(o[0])),!e||e==="")throw new O("Unable to retrieve address");this.connected=!0}catch(e){throw ke(e)}}};var ho=C(require("@walletconnect/web3-provider"));var mo=class extends ue{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(),uo()]);if(r.length>0&&(o=r[0]),this._globalConnector.indexProvider(this._provider),!o||o==="")throw new O("Unable to retrieve address");this.connected=!0}catch(o){throw ke(o)}}disconnect(){}},Nt=class{constructor(){this._storageIdToProvider={},this._addressToStorageId={},B.getKeys().forEach(e=>{if(e.startsWith("walletconnect")){let o=new ho.default({infuraId:ct,storageId:e});o.enable(),this._storageIdToProvider[e]=o;for(let r of o.accounts)this._addressToStorageId[r]=e}})}build(e,o){return new mo(this,e,o)}async disconnect(){Object.values(this._storageIdToProvider).forEach(async e=>{await e.disconnect()})}getProviderForAddress(e){let o=Yo,r=()=>`walletconnect:${Math.random().toString(36).slice(2)}`;e===null?o=r():o=this._addressToStorageId[e]||r();let i=new ho.default({infuraId:ct,storageId:o});return this._storageIdToProvider[o]=i,i}indexProvider(e){this._storageIdToProvider[e.storageId]=e;for(let o of e.accounts)this._addressToStorageId[o]=e.storageId}};var ur=require("@ethersproject/address"),fo=()=>{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},Ot=()=>{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},go=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===(0,ur.getAddress)(e)).length):!1},pr=()=>{var e;let t=B.get(_t);return t?(e=t.find(o=>o.active))==null?void 0:e.address:null},Qe=class{constructor(){this.getEthereumProvider=()=>{var e;return((e=this.activeWalletConnector)==null?void 0:e.provider)||new re};this.walletConnectors=[],this.walletConnectGlobalWalletConnector=new Nt,this.initialized=!1}initialize(){this.initialized||(this.load(),this.activeWalletConnector&&this.activeWalletConnector.connect({showPrompt:!1}),this.initialized=!0)}initializeLinkedWallets(e){e.linkedAccounts.forEach(()=>{})}load(){(B.get(_t)||[]).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)}});B.put(_t,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 O("Cannot sign, no wallet is active. Is a wallet connected?");if(!await this.activeWalletConnector.connect({showPrompt:!1}))throw new O("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 It(new re,o);case"coinbase_wallet":return new Mt(new re,o);case"wallet_connect":return this.walletConnectGlobalWalletConnector.build(new re,o)}}};function Pe(t){return new Date(t*1e3)}function an(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:Pe(o.verified_at),chainType:o.chain_type});break;case"email":e.push({address:o.address,type:o.type,verifiedAt:Pe(o.verified_at)});break;case"phone":e.push({number:o.phoneNumber,type:o.type,verifiedAt:Pe(o.verified_at)});break;case"google_oauth":e.push({subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:Pe(o.verified_at)});break;case"twitter_oauth":e.push({subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:Pe(o.verified_at)});break;case"discord_oauth":e.push({subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Pe(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:Pe(o.verified_at)});break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return e}function De(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function ut(t){let e=pr();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 Ce(t){if(!t)return null;let e=an(t.linked_accounts),o=De(e,"wallet"),r=De(e,"email"),i=De(e,"phone"),n=De(e,"google_oauth"),a=De(e,"twitter_oauth"),u=De(e,"discord_oauth"),p=De(e,"github_oauth"),h={id:t.id,createdAt:Pe(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:u&&{subject:u.subject,username:u.username,email:u.email},github:p&&{subject:p.subject,username:p.username,name:p.name,email:p.email}};return ut(h)}var hr=()=>"/api/v1/sessions",mr=()=>"/api/v1/sessions/logout",fr=()=>"/api/v1/sessions/fork",gr=()=>"/api/v1/siwe/init",wr=()=>"/api/v1/siwe/authenticate",yr=()=>"/api/v1/siwe/link",vr=()=>"/api/v1/passwordless/init",Cr=()=>"/api/v1/passwordless/authenticate",br=()=>"/api/v1/passwordless/link",xr=()=>"/api/v1/passwordless_sms/init",Lr=()=>"/api/v1/passwordless_sms/authenticate",Ar=()=>"/api/v1/passwordless_sms/link",Er=()=>"/api/v1/oauth/init",kr=()=>"/api/v1/oauth/authenticate",_r=()=>"/api/v1/oauth/link",Pr=()=>"/api/v1/siwe/unlink",Sr=()=>"/api/v1/passwordless/unlink",Tr=()=>"/api/v1/passwordless_sms/unlink",Wr=()=>"/api/v1/oauth/unlink";var ln=30,Ut=class{constructor(){this.authenticateOnce=new Ee(async e=>this._authenticate(e)),this.linkOnce=new Ee(async e=>this._link(e)),this.refreshOnce=new Ee(this._refresh.bind(this)),this.destroyOnce=new Ee(this._destroy.bind(this)),this.forkSessionOnce=new Ee(this._forkSession.bind(this))}get token(){try{let e=B.get(Ke);return typeof e=="string"?new ve(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=B.get(kt);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=ve.parse(this.token);return e!==null&&!e.isExpired(ln)}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:Ce(i),isNewUser:n}}catch(o){throw console.warn("Error authenticating session"),Y(o)}}async _link(e){try{let o=await e.link();return Ce(o)}catch(o){throw console.warn("Error linking account"),Y(o)}}async _refresh(){if(!this.api)throw new m("Session has no API instance");if(!this.client)throw new m("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(hr(),{refresh_token:o},{headers:{authorization:`Bearer ${e}`}});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),Ce(r.data.user)}catch(r){if(r instanceof Ze&&r.status===400&&r.message==="Invalid auth token")return this.destroyLocalState(),null;throw Y(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(mr(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new m("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(fr(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw Y(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null)}storeToken(e){typeof e=="string"?B.put(Ke,e):B.del(Ke)}storeRefreshToken(e){typeof e=="string"?B.put(kt,e):B.del(kt)}};var wo,Xe=class{constructor(e){let o=e.apiURL||Ko,r=e.timeout||Jo;this.appId=e.appId,this.connectors=new Qe,wo||(wo=new Ut),this.session=wo,this.api=new St(e.appId,this,{baseURL:o,timeout:r}),this.session.api=this.api,this.session.client=this}authenticate(){if(!this.authFlow)throw new m("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new m("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(Sr(),{address:e});return Ce(o.data)}catch(o){throw Y(o)}}async unlinkPhone(e){try{let o=await this.api.post(Tr(),{phoneNumber:e});return Ce(o.data)}catch(o){throw Y(o)}}async unlinkWallet(e){try{let o=await this.api.post(Pr(),{address:e});return this.connectors.removeWallet(e),Ce(o.data)}catch(o){throw Y(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(Wr(),{provider:e,subject:o});return Ce(r.data)}catch(r){throw Y(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(e){var o;return this.session.hasActiveToken()?((o=ve.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 Y(e)}}async setActiveWallet(e,o){if(!o.linkedAccounts.map(n=>n.type==="wallet"?n.address:null).includes(e))throw new m("Cannot set an unlinked address as active.");if(!await this.connectors.setActiveWallet(e))throw new m("Error setting the active wallet.");return ut(o)}async forkSession(){return await this.session.forkSession()}};var Bi=require("@ethersproject/providers");var Ft=require("react");var g=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var yo=(0,Ft.createContext)({ready:!1,authenticated:!1,user:null,walletConnectors:null,login:g,linkEmail:g,linkPhone:g,linkWallet:g,linkGoogle:g,linkTwitter:g,linkDiscord:g,linkGithub:g,logout:g,getAccessToken:g,getEthereumProvider:g,getEthersProvider:g,getWeb3jsProvider:g,unlinkEmail:g,unlinkPhone:g,unlinkWallet:g,unlinkGoogle:g,unlinkTwitter:g,unlinkDiscord:g,unlinkGithub:g,setActiveWallet:g,forkSession:g}),F=()=>(0,Ft.useContext)(yo);var pt=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 m("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(wr(),{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 R(e)}}async link(){if(!this.api)throw new m("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(yr(),{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 R(e)}}async promptConnectAndSign(e){let o=await this.walletConnector.connect({showPrompt:!0}),r=o.address,i=o.chainId,n=await e.post(gr(),{address:r}),a=this.walletConnector.prepareMessage(i,r,n.data.nonce),u=await this.walletConnector.sign(a);return{message:a,signature:u}}};var ht=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new m("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new m("Email and email code must be set prior to calling authenticate.");try{let e=Cr(),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 R(e)}}async link(){if(!this.api)throw new m("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new m("Email and email code must be set prior to calling authenticate.");try{let e=br();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw R(e)}}async sendCodeEmail(e){if(!this.api)throw new m("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new m("Email must be set when initialzing authentication.");try{let o=vr();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw R(o)}}};var mt=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new m("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new m("phone number and sms code must be set prior to calling authenticate.");try{let e=Lr(),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 R(e)}}async link(){if(!this.api)throw new m("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new m("phone number and sms code must be set prior to calling authenticate.");try{let e=Ar();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw R(e)}}async sendSmsCode(e){if(!this.api)throw new m("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new m("phone nNumber must be set when initialzing authentication.");try{let o=xr();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw R(o)}}};var et=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 m("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new m("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new m("User denied confirmation during OAuth flow");try{let e=kr(),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 R(e)}}async link(){if(!this.api)throw new m("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new m("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new m("User denied confirmation during OAuth flow");try{let e=_r();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw R(e)}}async getAuthorizationUrl(){if(!this.api)throw new m("Auth flow has no API instance");if(!this.meta.provider)throw new m("Provider must be set when initialzing OAuth authentication.");try{let e=Er();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw R(e)}}};var O1=require("wicg-inert"),Gi=C(require("react-dom")),no=C(require("styled-components"));var ie=require("react");var Rr=require("react/jsx-runtime");function Ir(t){return(0,Rr.jsx)("link",{rel:"prefetch",href:t.src})}var Dt=require("react/jsx-runtime"),Mr=(0,ie.createContext)({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1,github:!1},currentScreen:"LANDING",lastScreen:"LANDING",navigate:g,navigateBack:g}),Nr=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=(0,ie.useState)(t.screen||"LANDING"),[a,u]=(0,ie.useState)(t.screen||"LANDING");(0,ie.useEffect)(()=>{o||n("LANDING")},[o]),(0,ie.useEffect)(()=>{r||(u("LANDING"),n("LANDING"))},[r]),(0,ie.useEffect)(()=>{t.screen&&t.screen!==i&&(n(t.screen),u(t.screen))},[t.screen]);let p={ready:!!(e!=null&&e.id),app:e,options:t.options,currentScreen:i,lastScreen:a,navigate:h=>{u(i),n(h)},navigateBack:()=>{n(a)}};return(0,Dt.jsxs)(Mr.Provider,{value:p,children:[e&&e.logoUrl&&(0,Dt.jsx)(Ir,{src:e.logoUrl}),t.children]})},w=()=>(0,ie.useContext)(Mr);var Xt=require("react"),He=C(require("styled-components"));var Fr=C(require("styled-components"));var vo=require("react/jsx-runtime"),Or=({style:t,...e})=>(0,vo.jsx)("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:(0,vo.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});var Co=require("react/jsx-runtime"),Ur=({style:t,...e})=>(0,Co.jsx)("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:(0,Co.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});var Gt=require("react");var bo=(0,Gt.createContext)({isLinking:!1,linkingHint:null,activeStatus:null,getAuthMeta:g,getAuthFlow:g,closePrivyModal:g,initLoginWithWallet:g,loginWithWallet:g,loginWithCode:g,initLoginWithEmail:g,initLoginWithSms:g,resendEmailCode:g,resendSmsCode:g,initLoginWithOAuth:g,loginWithOAuth:g}),P=()=>(0,Gt.useContext)(bo);var Q=require("react/jsx-runtime"),cn=()=>(0,Q.jsx)("div",{}),dn=({backFn:t})=>(0,Q.jsx)("div",{children:(0,Q.jsx)(Ur,{onClick:t})}),un=t=>(0,Q.jsx)("div",{children:(0,Q.jsx)("div",{children:(0,Q.jsx)(Or,{onClick:t.onClose})})});var E=({backFn:t,onClose:e})=>{let{closePrivyModal:o}=P();return(0,Q.jsxs)(pn,{children:[t?(0,Q.jsx)(dn,{backFn:t}):(0,Q.jsx)(cn,{}),(0,Q.jsx)(un,{onClose:e||o})]})},pn=Fr.default.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=(0,er.getAddress)(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 tr.Web3Provider(new Pe(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.",u=new Date().toISOString();return this.createSiweMessage(e,o,i,n,u,r,a)}};var or=require("libphonenumber-js/min");var rr=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,}))$/),ir=t=>(0,or.isPossiblePhoneNumber)(String(t),"US"),It=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)}},nr=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r},ut=t=>{if(!t)return"";let e=t.slice(0,5),o=t.slice(t.length-4,t.length);return`${e}...${o}`},sr=t=>new Promise(e=>setTimeout(e,t));var lr=require("react-device-detect"),Rt=class extends ue{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 ar.Web3Provider(this.provider).listAccounts();return o.length===0?null:(0,po.getAddress)(o[0])}disconnect(){console.warn("Metamask does not support programmetic disconnect.")}async promptConnection(){try{let e="";if(!lr.isMobile&&(await this.provider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),this.address&&await this.isConnected()))throw new U("Selected the wrong wallet in MetaMask");let o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=(0,po.getAddress)(o[0])),!e||e==="")throw new U("Unable to retrieve address");this.connected=!0,this.address=e}catch(e){throw _e(e)}}async setActive(){if(await this.connectedMetamaskAddress()===this.address)return this.connected=!0,!0;for(;!this.connected;)await sr(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})}};var cr=require("@ethersproject/address");var dr=C(require("@coinbase/wallet-sdk"));var sn=t=>{let e=`https://mainnet.infura.io/v3/${dt}`,o=1;return t.makeWeb3Provider(e,o)},Mt,Nt=class extends ue{constructor(e,o){super("coinbase_wallet",e,o),Mt||(Mt=new dr.default({appName:"Privy",darkMode:!1,headlessMode:!1}))}async connect(e){return this.provider.setProvider(sn(Mt)),(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(),this.getConnectedWallet()}disconnect(){Mt.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=(0,cr.getAddress)(o[0])),!e||e==="")throw new U("Unable to retrieve address");this.connected=!0}catch(e){throw _e(e)}}};var ho=C(require("@walletconnect/web3-provider"));var mo=class extends ue{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(),uo()]);if(r.length>0&&(o=r[0]),this._globalConnector.indexProvider(this._provider),!o||o==="")throw new U("Unable to retrieve address");this.connected=!0}catch(o){throw _e(o)}}disconnect(){}},Ot=class{constructor(){this._storageIdToProvider={},this._addressToStorageId={},B.getKeys().forEach(e=>{if(e.startsWith("walletconnect")){let o=new ho.default({infuraId:dt,storageId:e});o.enable(),this._storageIdToProvider[e]=o;for(let r of o.accounts)this._addressToStorageId[r]=e}})}build(e,o){return new mo(this,e,o)}async disconnect(){Object.values(this._storageIdToProvider).forEach(async e=>{await e.disconnect()})}getProviderForAddress(e){let o=Yo,r=()=>`walletconnect:${Math.random().toString(36).slice(2)}`;e===null?o=r():o=this._addressToStorageId[e]||r();let i=new ho.default({infuraId:dt,storageId:o});return this._storageIdToProvider[o]=i,i}indexProvider(e){this._storageIdToProvider[e.storageId]=e;for(let o of e.accounts)this._addressToStorageId[o]=e.storageId}};var ur=require("@ethersproject/address"),fo=()=>{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},Ut=()=>{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},go=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===(0,ur.getAddress)(e)).length):!1},pr=()=>{var e;let t=B.get(Pt);return t?(e=t.find(o=>o.active))==null?void 0:e.address:null},Qe=class{constructor(){this.getEthereumProvider=()=>{var e;return((e=this.activeWalletConnector)==null?void 0:e.provider)||new re};this.walletConnectors=[],this.walletConnectGlobalWalletConnector=new Ot,this.initialized=!1}initialize(){this.initialized||(this.load(),this.activeWalletConnector&&this.activeWalletConnector.connect({showPrompt:!1}),this.initialized=!0)}initializeLinkedWallets(e){e.linkedAccounts.forEach(()=>{})}load(){(B.get(Pt)||[]).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)}});B.put(Pt,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 U("Cannot sign, no wallet is active. Is a wallet connected?");if(!await this.activeWalletConnector.connect({showPrompt:!1}))throw new U("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 Rt(new re,o);case"coinbase_wallet":return new Nt(new re,o);case"wallet_connect":return this.walletConnectGlobalWalletConnector.build(new re,o)}}};function Se(t){return new Date(t*1e3)}function an(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:Se(o.verified_at),chainType:o.chain_type});break;case"email":e.push({address:o.address,type:o.type,verifiedAt:Se(o.verified_at)});break;case"phone":e.push({number:o.phoneNumber,type:o.type,verifiedAt:Se(o.verified_at)});break;case"google_oauth":e.push({subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:Se(o.verified_at)});break;case"twitter_oauth":e.push({subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:Se(o.verified_at)});break;case"discord_oauth":e.push({subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Se(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:Se(o.verified_at)});break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return e}function De(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function pt(t){let e=pr();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 be(t){if(!t)return null;let e=an(t.linked_accounts),o=De(e,"wallet"),r=De(e,"email"),i=De(e,"phone"),n=De(e,"google_oauth"),a=De(e,"twitter_oauth"),u=De(e,"discord_oauth"),p=De(e,"github_oauth"),h={id:t.id,createdAt:Se(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:u&&{subject:u.subject,username:u.username,email:u.email},github:p&&{subject:p.subject,username:p.username,name:p.name,email:p.email}};return pt(h)}var hr=()=>"/api/v1/sessions",mr=()=>"/api/v1/sessions/logout",fr=()=>"/api/v1/sessions/fork",gr=()=>"/api/v1/siwe/init",wr=()=>"/api/v1/siwe/authenticate",yr=()=>"/api/v1/siwe/link",vr=()=>"/api/v1/passwordless/init",Cr=()=>"/api/v1/passwordless/authenticate",br=()=>"/api/v1/passwordless/link",xr=()=>"/api/v1/passwordless_sms/init",Lr=()=>"/api/v1/passwordless_sms/authenticate",Ar=()=>"/api/v1/passwordless_sms/link",Er=()=>"/api/v1/oauth/init",kr=()=>"/api/v1/oauth/authenticate",_r=()=>"/api/v1/oauth/link",Pr=()=>"/api/v1/siwe/unlink",Sr=()=>"/api/v1/passwordless/unlink",Tr=()=>"/api/v1/passwordless_sms/unlink",Wr=()=>"/api/v1/oauth/unlink";var ln=30,Ft=class{constructor(){this.authenticateOnce=new ke(async e=>this._authenticate(e)),this.linkOnce=new ke(async e=>this._link(e)),this.refreshOnce=new ke(this._refresh.bind(this)),this.destroyOnce=new ke(this._destroy.bind(this)),this.forkSessionOnce=new ke(this._forkSession.bind(this))}get token(){try{let e=B.get(Ke);return typeof e=="string"?new Ce(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=B.get(_t);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=Ce.parse(this.token);return e!==null&&!e.isExpired(ln)}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:be(i),isNewUser:n}}catch(o){throw console.warn("Error authenticating session"),Y(o)}}async _link(e){try{let o=await e.link();return be(o)}catch(o){throw console.warn("Error linking account"),Y(o)}}async _refresh(){if(!this.api)throw new m("Session has no API instance");if(!this.client)throw new m("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(hr(),{refresh_token:o},{headers:{authorization:`Bearer ${e}`}});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),be(r.data.user)}catch(r){if(r instanceof Ze&&r.status===400&&r.message==="Invalid auth token")return this.destroyLocalState(),null;throw Y(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(mr(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new m("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(fr(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw Y(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null)}storeToken(e){typeof e=="string"?B.put(Ke,e):B.del(Ke)}storeRefreshToken(e){typeof e=="string"?B.put(_t,e):B.del(_t)}};var wo,Xe=class{constructor(e){let o=e.apiURL||Ko,r=e.timeout||Jo;this.appId=e.appId,this.connectors=new Qe,wo||(wo=new Ft),this.session=wo,this.api=new Tt(e.appId,this,{baseURL:o,timeout:r}),this.session.api=this.api,this.session.client=this}authenticate(){if(!this.authFlow)throw new m("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new m("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(Sr(),{address:e});return be(o.data)}catch(o){throw Y(o)}}async unlinkPhone(e){try{let o=await this.api.post(Tr(),{phoneNumber:e});return be(o.data)}catch(o){throw Y(o)}}async unlinkWallet(e){try{let o=await this.api.post(Pr(),{address:e});return this.connectors.removeWallet(e),be(o.data)}catch(o){throw Y(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(Wr(),{provider:e,subject:o});return be(r.data)}catch(r){throw Y(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(e){var o;return this.session.hasActiveToken()?((o=Ce.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 Y(e)}}async setActiveWallet(e,o){if(!o.linkedAccounts.map(n=>n.type==="wallet"?n.address:null).includes(e))throw new m("Cannot set an unlinked address as active.");if(!await this.connectors.setActiveWallet(e))throw new m("Error setting the active wallet.");return pt(o)}async forkSession(){return await this.session.forkSession()}};var Bi=require("@ethersproject/providers");var Dt=require("react");var g=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var yo=(0,Dt.createContext)({ready:!1,authenticated:!1,user:null,walletConnectors:null,login:g,linkEmail:g,linkPhone:g,linkWallet:g,linkGoogle:g,linkTwitter:g,linkDiscord:g,linkGithub:g,logout:g,getAccessToken:g,getEthereumProvider:g,getEthersProvider:g,getWeb3jsProvider:g,unlinkEmail:g,unlinkPhone:g,unlinkWallet:g,unlinkGoogle:g,unlinkTwitter:g,unlinkDiscord:g,unlinkGithub:g,setActiveWallet:g,forkSession:g}),D=()=>(0,Dt.useContext)(yo);var ht=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 m("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(wr(),{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 R(e)}}async link(){if(!this.api)throw new m("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(yr(),{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 R(e)}}async promptConnectAndSign(e){let o=await this.walletConnector.connect({showPrompt:!0}),r=o.address,i=o.chainId,n=await e.post(gr(),{address:r}),a=this.walletConnector.prepareMessage(i,r,n.data.nonce),u=await this.walletConnector.sign(a);return{message:a,signature:u}}};var mt=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new m("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new m("Email and email code must be set prior to calling authenticate.");try{let e=Cr(),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 R(e)}}async link(){if(!this.api)throw new m("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new m("Email and email code must be set prior to calling authenticate.");try{let e=br();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw R(e)}}async sendCodeEmail(e){if(!this.api)throw new m("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new m("Email must be set when initialzing authentication.");try{let o=vr();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw R(o)}}};var ft=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new m("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new m("phone number and sms code must be set prior to calling authenticate.");try{let e=Lr(),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 R(e)}}async link(){if(!this.api)throw new m("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new m("phone number and sms code must be set prior to calling authenticate.");try{let e=Ar();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw R(e)}}async sendSmsCode(e){if(!this.api)throw new m("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new m("phone nNumber must be set when initialzing authentication.");try{let o=xr();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw R(o)}}};var et=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 m("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new m("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new m("User denied confirmation during OAuth flow");try{let e=kr(),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 R(e)}}async link(){if(!this.api)throw new m("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new m("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new m("User denied confirmation during OAuth flow");try{let e=_r();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw R(e)}}async getAuthorizationUrl(){if(!this.api)throw new m("Auth flow has no API instance");if(!this.meta.provider)throw new m("Provider must be set when initialzing OAuth authentication.");try{let e=Er();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw R(e)}}};var F1=require("wicg-inert"),Gi=C(require("react-dom")),no=C(require("styled-components"));var ie=require("react");var Rr=require("react/jsx-runtime");function Ir(t){return(0,Rr.jsx)("link",{rel:"prefetch",href:t.src})}var Gt=require("react/jsx-runtime"),Mr=(0,ie.createContext)({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1,github:!1},currentScreen:"LANDING",lastScreen:"LANDING",navigate:g,navigateBack:g}),Nr=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=(0,ie.useState)(t.screen||"LANDING"),[a,u]=(0,ie.useState)(t.screen||"LANDING");(0,ie.useEffect)(()=>{o||n("LANDING")},[o]),(0,ie.useEffect)(()=>{r||(u("LANDING"),n("LANDING"))},[r]),(0,ie.useEffect)(()=>{t.screen&&t.screen!==i&&(n(t.screen),u(t.screen))},[t.screen]);let p={ready:!!(e!=null&&e.id),app:e,options:t.options,currentScreen:i,lastScreen:a,navigate:h=>{u(i),n(h)},navigateBack:()=>{n(a)}};return(0,Gt.jsxs)(Mr.Provider,{value:p,children:[e&&e.logoUrl&&(0,Gt.jsx)(Ir,{src:e.logoUrl}),t.children]})},w=()=>(0,ie.useContext)(Mr);var Xt=require("react"),He=C(require("styled-components"));var Fr=C(require("styled-components"));var vo=require("react/jsx-runtime"),Or=({style:t,...e})=>(0,vo.jsx)("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:(0,vo.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});var Co=require("react/jsx-runtime"),Ur=({style:t,...e})=>(0,Co.jsx)("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:(0,Co.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});var Vt=require("react");var bo=(0,Vt.createContext)({isLinking:!1,linkingHint:null,activeStatus:null,getAuthMeta:g,getAuthFlow:g,closePrivyModal:g,initLoginWithWallet:g,loginWithWallet:g,loginWithCode:g,initLoginWithEmail:g,initLoginWithSms:g,resendEmailCode:g,resendSmsCode:g,initLoginWithOAuth:g,loginWithOAuth:g}),P=()=>(0,Vt.useContext)(bo);var Q=require("react/jsx-runtime"),cn=()=>(0,Q.jsx)("div",{}),dn=({backFn:t})=>(0,Q.jsx)("div",{children:(0,Q.jsx)(Ur,{onClick:t})}),un=t=>(0,Q.jsx)("div",{children:(0,Q.jsx)("div",{children:(0,Q.jsx)(Or,{onClick:t.onClose})})});var E=({backFn:t,onClose:e})=>{let{closePrivyModal:o}=P();return(0,Q.jsxs)(pn,{children:[t?(0,Q.jsx)(dn,{backFn:t}):(0,Q.jsx)(cn,{}),(0,Q.jsx)(un,{onClose:e||o})]})},pn=Fr.default.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
|
-
`;var Eo=C(require("styled-components"));var V=require("react/jsx-runtime"),he=({style:t,...e})=>(0,V.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[(0,V.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"white"}),(0,V.jsx)("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"})]});var
|
|
69
|
+
`;var Eo=C(require("styled-components"));var V=require("react/jsx-runtime"),he=({style:t,...e})=>(0,V.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[(0,V.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"white"}),(0,V.jsx)("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"}),(0,V.jsx)("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"})]});var gt=require("react/jsx-runtime"),me=({style:t,...e})=>(0,gt.jsxs)("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[(0,gt.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,gt.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});var xe=require("react/jsx-runtime"),tt=({style:t,...e})=>(0,xe.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[(0,xe.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),(0,xe.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,xe.jsx)("path",{d:"M8.09448 10.3941C11.3558 7.20196 16.6442 7.20196 19.9055 10.3941L20.2982 10.7782C20.3369 10.8157 20.3677 10.8606 20.3887 10.9102C20.4097 10.9599 20.4206 11.0132 20.4206 11.0671C20.4206 11.121 20.4097 11.1744 20.3887 11.224C20.3677 11.2737 20.3369 11.3186 20.2982 11.3561L18.9554 12.6702C18.9158 12.7086 18.8628 12.7301 18.8077 12.7301C18.7526 12.7301 18.6996 12.7086 18.66 12.6702L18.1198 12.1415C15.8448 9.91503 12.1557 9.91503 9.88015 12.1415L9.30167 12.7075C9.26207 12.7459 9.20909 12.7673 9.15395 12.7673C9.0988 12.7673 9.04582 12.7459 9.00622 12.7075L7.66346 11.3934C7.62475 11.3559 7.59397 11.3109 7.57295 11.2613C7.55193 11.2117 7.5411 11.1583 7.5411 11.1044C7.5411 11.0505 7.55193 10.9971 7.57295 10.9475C7.59397 10.8979 7.62475 10.8529 7.66346 10.8154L8.09448 10.3941ZM22.6829 13.1115L23.8776 14.2814C23.9163 14.319 23.9471 14.3639 23.9681 14.4135C23.9892 14.4632 24 14.5165 24 14.5704C24 14.6243 23.9892 14.6777 23.9681 14.7273C23.9471 14.777 23.9163 14.8219 23.8776 14.8594L18.4893 20.1332C18.4102 20.2101 18.3042 20.2531 18.1938 20.2531C18.0835 20.2531 17.9775 20.2101 17.8984 20.1332L14.0743 16.3901C14.0545 16.3708 14.0279 16.36 14.0003 16.36C13.9726 16.36 13.9461 16.3708 13.9263 16.3901L10.1021 20.1332C10.023 20.2101 9.91703 20.2531 9.8067 20.2531C9.69636 20.2531 9.59038 20.2101 9.51124 20.1332L4.12236 14.8594C4.08365 14.8219 4.05287 14.777 4.03185 14.7273C4.01083 14.6777 4 14.6243 4 14.5704C4 14.5165 4.01083 14.4632 4.03185 14.4135C4.05287 14.3639 4.08365 14.319 4.12236 14.2814L5.31767 13.1115C5.39678 13.0348 5.50265 12.9919 5.61285 12.9919C5.72305 12.9919 5.82892 13.0348 5.90803 13.1115L9.73216 16.8546C9.75194 16.874 9.7785 16.8848 9.80616 16.8848C9.83381 16.8848 9.86037 16.874 9.88015 16.8546L13.7043 13.1115C13.7834 13.0346 13.8894 12.9916 13.9997 12.9916C14.1101 12.9916 14.216 13.0346 14.2952 13.1115L18.1198 16.8546C18.1396 16.874 18.1662 16.8848 18.1938 16.8848C18.2215 16.8848 18.2481 16.874 18.2678 16.8546L22.092 13.1115C22.1711 13.0346 22.2771 12.9916 22.3874 12.9916C22.4977 12.9916 22.6037 13.0346 22.6829 13.1115Z",fill:"white"})}),(0,xe.jsx)("defs",{children:(0,xe.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,xe.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});var Ao=require("react-device-detect");var Ht=require("react-device-detect"),xo=t=>{let e=new URL(window.location.href);if(!window.ethereum&&Ht.isMobile){let o;switch(t){case"metamask":Ht.isIOS?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)}};var Dr=C(require("styled-components")),Gr=Dr.default.span`
|
|
70
70
|
@media (max-width: 440px) {
|
|
71
71
|
display: none;
|
|
72
72
|
}
|
|
73
|
-
`;var H=require("react/jsx-runtime"),Bt=()=>{let{navigate:t}=w(),{initLoginWithWallet:e,closePrivyModal:o}=P();return(0,H.jsxs)(hn,{children:[(0,H.jsxs)(Lo,{onClick:()=>{fo()?(e("metamask"),t("AWAITING_CONNECTION")):Ao.isMobile?(xo("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[(0,H.jsx)(he,{}),(0,H.jsx)("span",{children:"Metamask"}),(0,H.jsx)("span",{children:fo()?"Connect":"Install"})]}),(0,H.jsxs)(Lo,{onClick:()=>{
|
|
73
|
+
`;var H=require("react/jsx-runtime"),Bt=()=>{let{navigate:t}=w(),{initLoginWithWallet:e,closePrivyModal:o}=P();return(0,H.jsxs)(hn,{children:[(0,H.jsxs)(Lo,{onClick:()=>{fo()?(e("metamask"),t("AWAITING_CONNECTION")):Ao.isMobile?(xo("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[(0,H.jsx)(he,{}),(0,H.jsx)("span",{children:"Metamask"}),(0,H.jsx)("span",{children:fo()?"Connect":"Install"})]}),(0,H.jsxs)(Lo,{onClick:()=>{Ut()?(e("coinbase_wallet"),t("AWAITING_CONNECTION")):Ao.isMobile?(xo("coinbase_wallet"),o()):(e("coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[(0,H.jsx)(me,{}),(0,H.jsxs)("span",{children:["Coinbase",(0,H.jsx)(Gr,{children:" Wallet"})]}),(0,H.jsx)("span",{children:"Connect"})]}),(0,H.jsxs)(Lo,{onClick:()=>{e("wallet_connect"),t("AWAITING_CONNECTION")},children:[(0,H.jsx)(tt,{}),(0,H.jsx)("span",{children:"WalletConnect"}),(0,H.jsx)("span",{children:"Connect"})]})]})},hn=Eo.default.div`
|
|
74
74
|
display: flex;
|
|
75
75
|
flex-direction: column;
|
|
76
76
|
align-items: flex-start;
|
|
@@ -147,7 +147,7 @@ Resources:
|
|
|
147
147
|
:hover > :last-child {
|
|
148
148
|
opacity: 1;
|
|
149
149
|
}
|
|
150
|
-
`;var Vr=C(require("styled-components"));var
|
|
150
|
+
`;var Vr=C(require("styled-components"));var wt=require("react/jsx-runtime"),zt=()=>{let{navigate:t}=w();return(0,wt.jsxs)(mn,{children:[(0,wt.jsx)("span",{children:"Don\u2019t have a wallet? "}),(0,wt.jsx)("button",{onClick:()=>{t("WALLET_EDUCATION")},children:"Create one now."})]})},mn=Vr.default.div`
|
|
151
151
|
font-size: 13px;
|
|
152
152
|
color: var(--light-theme-fg-3);
|
|
153
153
|
|
|
@@ -167,7 +167,7 @@ Resources:
|
|
|
167
167
|
&& > a {
|
|
168
168
|
color: var(--primary-color);
|
|
169
169
|
}
|
|
170
|
-
`;function Br(t){let{privacyPolicyUrl:e,termsAndConditionsUrl:o}=t.app,r=!!e,i=!!o,n=r&&i;return!r&&!i?null:(0,X.jsxs)(fn,{children:["By logging in I agree to the"," ",i&&(0,X.jsx)("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",r&&(0,X.jsx)("a",{href:e,target:"_blank",children:"Privacy Policy"})]})}var
|
|
170
|
+
`;function Br(t){let{privacyPolicyUrl:e,termsAndConditionsUrl:o}=t.app,r=!!e,i=!!o,n=r&&i;return!r&&!i?null:(0,X.jsxs)(fn,{children:["By logging in I agree to the"," ",i&&(0,X.jsx)("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",r&&(0,X.jsx)("a",{href:e,target:"_blank",children:"Privacy Policy"})]})}var fe=({protectedByPrivy:t})=>(0,X.jsx)(ne,{hideOnMobile:t,children:t?(0,X.jsxs)(X.Fragment,{children:[(0,X.jsx)(Hr,{}),(0,X.jsx)("span",{children:(0,X.jsx)("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),ne=_o.default.div`
|
|
171
171
|
height: 20px;
|
|
172
172
|
font-size: 12px;
|
|
173
173
|
display: flex;
|
|
@@ -204,13 +204,13 @@ Resources:
|
|
|
204
204
|
justify-content: center;
|
|
205
205
|
height: 100%;
|
|
206
206
|
width: 100%;
|
|
207
|
-
`;var
|
|
207
|
+
`;var ot=C(require("styled-components"));var So=require("react/jsx-runtime"),jt=({style:t,logoFill:e,...o})=>(0,So.jsx)("svg",{width:"24",height:"20",viewBox:"0 0 24 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...t},...o,children:(0,So.jsx)("path",{d:"M7.54311 19.7551C16.5973 19.7551 21.5516 12.2467 21.5516 5.74656C21.5516 5.53533 21.5516 5.32409 21.542 5.11286C22.5021 4.42156 23.3375 3.54783 24 2.55888C23.1166 2.95254 22.1661 3.21178 21.1675 3.3366C22.1853 2.73171 22.963 1.76196 23.3375 0.609788C22.3869 1.17627 21.3308 1.57953 20.2074 1.80037C19.3049 0.840223 18.0279 0.244934 16.6165 0.244934C13.8993 0.244934 11.6909 2.45326 11.6909 5.17047C11.6909 5.55453 11.7389 5.92898 11.8157 6.29384C7.72554 6.09221 4.09619 4.12391 1.66703 1.14747C1.24457 1.87718 1.00453 2.72211 1.00453 3.62464C1.00453 5.3337 1.87826 6.84112 3.19366 7.72445C2.38714 7.69565 1.62862 7.47481 0.966125 7.10996C0.966125 7.12916 0.966125 7.14837 0.966125 7.17717C0.966125 9.55833 2.66558 11.5554 4.91232 12.0067C4.49945 12.1219 4.06739 12.1795 3.61612 12.1795C3.29927 12.1795 2.99203 12.1507 2.69438 12.0931C3.31848 14.0518 5.14275 15.4728 7.29347 15.5112C5.60362 16.8362 3.4817 17.6235 1.17736 17.6235C0.783698 17.6235 0.390039 17.6043 0.00598145 17.5563C2.17591 18.9389 4.76829 19.7551 7.54311 19.7551Z",fill:e==="primary"?"#1da1f2":"white"})});var We=require("react/jsx-runtime"),$t=({logoFill:t,style:e,...o})=>(0,We.jsxs)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...o,children:[(0,We.jsx)("g",{clipPath:"url(#clip0)",children:(0,We.jsx)("path",{d:"M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z",fill:t==="primary"?"#5865f2":"white"})}),(0,We.jsx)("defs",{children:(0,We.jsx)("clipPath",{id:"clip0",children:(0,We.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var To=require("react/jsx-runtime"),Zt=({logoFill:t,style:e,...o})=>(0,To.jsx)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"24",y:"24",viewBox:"0 0 98 96",style:{height:"24px",...e},...o,children:(0,To.jsx)("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:t==="primary"?"#2D333B":"white"})});var Ge=require("react/jsx-runtime"),Kt=({style:t,...e})=>(0,Ge.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...t},...e,children:[(0,Ge.jsx)("path",{d:"M22.56 12.25C22.56 11.47 22.49 10.72 22.36 10H12V14.255H17.92C17.665 15.63 16.89 16.795 15.725 17.575V20.335H19.28C21.36 18.42 22.56 15.6 22.56 12.25Z",fill:"#4285F4"}),(0,Ge.jsx)("path",{d:"M12 23C14.97 23 17.46 22.015 19.28 20.335L15.725 17.575C14.74 18.235 13.48 18.625 12 18.625C9.13504 18.625 6.71004 16.69 5.84504 14.09H2.17004V16.94C3.98004 20.535 7.70004 23 12 23Z",fill:"#34A853"}),(0,Ge.jsx)("path",{d:"M5.845 14.09C5.625 13.43 5.5 12.725 5.5 12C5.5 11.275 5.625 10.57 5.845 9.91V7.06H2.17C1.4 8.59286 0.999321 10.2846 1 12C1 13.775 1.425 15.455 2.17 16.94L5.845 14.09Z",fill:"#FBBC05"}),(0,Ge.jsx)("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});var se=require("react/jsx-runtime"),jr=({showGoogle:t,showTwitter:e,showDiscord:o,showGithub:r,stacked:i})=>{let{initLoginWithOAuth:n}=P();return(0,se.jsxs)(gn,{stacked:i,children:[t&&(0,se.jsx)(Cn,{onClick:()=>{n("google")},children:(0,se.jsx)(Kt,{})}),e&&(0,se.jsx)(wn,{onClick:()=>{n("twitter")},children:(0,se.jsx)(jt,{})}),o&&(0,se.jsx)(yn,{onClick:()=>{n("discord")},children:(0,se.jsx)($t,{})}),r&&(0,se.jsx)(vn,{onClick:()=>{n("github")},children:(0,se.jsx)(Zt,{})})]})},gn=ot.default.div`
|
|
208
208
|
display: flex;
|
|
209
209
|
flex-direction: ${t=>t.stacked?"column":"row"};
|
|
210
210
|
justify-content: space-between;
|
|
211
211
|
width: 100%;
|
|
212
212
|
gap: 4px;
|
|
213
|
-
`,wn=
|
|
213
|
+
`,wn=ot.default.button`
|
|
214
214
|
&& {
|
|
215
215
|
border-radius: var(--border-radius-sm);
|
|
216
216
|
cursor: pointer;
|
|
@@ -222,7 +222,7 @@ Resources:
|
|
|
222
222
|
justify-content: center;
|
|
223
223
|
align-items: center;
|
|
224
224
|
}
|
|
225
|
-
`,yn=
|
|
225
|
+
`,yn=ot.default.button`
|
|
226
226
|
&& {
|
|
227
227
|
border-radius: var(--border-radius-sm);
|
|
228
228
|
cursor: pointer;
|
|
@@ -234,7 +234,7 @@ Resources:
|
|
|
234
234
|
justify-content: center;
|
|
235
235
|
align-items: center;
|
|
236
236
|
}
|
|
237
|
-
`,vn=
|
|
237
|
+
`,vn=ot.default.button`
|
|
238
238
|
&& {
|
|
239
239
|
border-radius: var(--border-radius-sm);
|
|
240
240
|
cursor: pointer;
|
|
@@ -246,7 +246,7 @@ Resources:
|
|
|
246
246
|
justify-content: center;
|
|
247
247
|
align-items: center;
|
|
248
248
|
}
|
|
249
|
-
`,Cn=
|
|
249
|
+
`,Cn=ot.default.button`
|
|
250
250
|
&& {
|
|
251
251
|
border-radius: var(--border-radius-sm);
|
|
252
252
|
cursor: pointer;
|
|
@@ -259,7 +259,7 @@ Resources:
|
|
|
259
259
|
align-items: center;
|
|
260
260
|
border: 1px solid var(--border-color-2);
|
|
261
261
|
}
|
|
262
|
-
`;var
|
|
262
|
+
`;var it=require("react"),nt=C(require("styled-components"));var Wo=require("react/jsx-runtime"),qt=({style:t,...e})=>(0,Wo.jsx)("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:(0,Wo.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"})});var $r=C(require("styled-components")),Zr=require("react/jsx-runtime"),rt=({success:t,fail:e})=>(0,Zr.jsx)(Ie,{className:t?"success":e?"fail":""}),Ie=$r.default.span`
|
|
263
263
|
&& {
|
|
264
264
|
width: 82px;
|
|
265
265
|
height: 82px;
|
|
@@ -292,7 +292,7 @@ Resources:
|
|
|
292
292
|
border-color: var(--fail-light);
|
|
293
293
|
border-bottom-color: var(--fail-light);
|
|
294
294
|
}
|
|
295
|
-
`;var j=require("react/jsx-runtime"),Jt=t=>{let[e,o]=(0,
|
|
295
|
+
`;var j=require("react/jsx-runtime"),Jt=t=>{let[e,o]=(0,it.useState)(""),[r,i]=(0,it.useState)(!1),[n,a]=(0,it.useState)(null),{authenticated:u}=D(),{initLoginWithEmail:p}=P(),{navigate:h,options:N}=w(),O=N.wallet;(0,it.useEffect)(()=>{let c=document.querySelector("#email-input");c==null||c.focus()},[]);let _=rr(e),b=()=>{i(!0),p(e).then(()=>{h("AWAITING_PASSWORDLESS_CODE")}).catch(c=>{let x=(c==null?void 0:c.status)===401&&(c==null?void 0:c.message)==="User is not allowed to login to this app.";(c==null?void 0:c.status)===422?a(c.message):x?h("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting email"),i(!1)})},A=n||(u||!O?"Get started quickly with email":"Get started without a wallet.");return(0,j.jsxs)(j.Fragment,{children:[(0,j.jsxs)(bn,{stacked:t.stacked,children:[(0,j.jsxs)(An,{standalone:t.stacked,children:[(0,j.jsx)(qt,{}),(0,j.jsx)("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:c=>o(c.target.value),onKeyUp:c=>{c.key==="Enter"&&b()},value:e,autoComplete:"email"})]}),t.stacked?null:(0,j.jsx)(xn,{disabled:r||!_,onClick:b,children:r?(0,j.jsx)(Ie,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"})]}),(0,j.jsx)(En,{fail:!!n,children:A}),t.stacked?(0,j.jsx)(Ln,{disabled:r||!_,onClick:b,children:r?(0,j.jsx)(Ie,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"}):null]})},bn=nt.default.div`
|
|
296
296
|
border: 1px solid var(--border-color-1);
|
|
297
297
|
width: 100%;
|
|
298
298
|
height: ${t=>t.stacked?"100%":"auto"};
|
|
@@ -305,7 +305,7 @@ Resources:
|
|
|
305
305
|
@media (max-width: 440px) {
|
|
306
306
|
margin-top: 20px;
|
|
307
307
|
}
|
|
308
|
-
`,xn=
|
|
308
|
+
`,xn=nt.default.button`
|
|
309
309
|
display: flex;
|
|
310
310
|
flex-direction: row;
|
|
311
311
|
align-items: center;
|
|
@@ -330,7 +330,7 @@ Resources:
|
|
|
330
330
|
color: var(--disabled-fg);
|
|
331
331
|
cursor: not-allowed;
|
|
332
332
|
}
|
|
333
|
-
`,Ln=
|
|
333
|
+
`,Ln=nt.default.button`
|
|
334
334
|
display: flex;
|
|
335
335
|
flex-direction: column;
|
|
336
336
|
align-items: center;
|
|
@@ -354,7 +354,7 @@ Resources:
|
|
|
354
354
|
color: var(--disabled-fg);
|
|
355
355
|
cursor: not-allowed;
|
|
356
356
|
}
|
|
357
|
-
`,An=
|
|
357
|
+
`,An=nt.default.label`
|
|
358
358
|
display: flex;
|
|
359
359
|
flex-direction: row;
|
|
360
360
|
align-items: center;
|
|
@@ -391,7 +391,7 @@ Resources:
|
|
|
391
391
|
line-height: 24px;
|
|
392
392
|
}
|
|
393
393
|
}
|
|
394
|
-
`,En=
|
|
394
|
+
`,En=nt.default.div`
|
|
395
395
|
line-height: 20px;
|
|
396
396
|
height: 20px;
|
|
397
397
|
font-size: 13px;
|
|
@@ -404,7 +404,7 @@ Resources:
|
|
|
404
404
|
> a {
|
|
405
405
|
text-decoration: underline;
|
|
406
406
|
}
|
|
407
|
-
`;var
|
|
407
|
+
`;var st=require("react"),Ve=C(require("styled-components"));var Io=require("react/jsx-runtime"),Yt=({style:t,...e})=>(0,Io.jsx)("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:(0,Io.jsx)("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"})});var $=require("react/jsx-runtime"),Qt=t=>{let[e,o]=(0,st.useState)(""),[r,i]=(0,st.useState)(!1),[n,a]=(0,st.useState)(null),{authenticated:u}=D(),{initLoginWithSms:p}=P(),{navigate:h,options:N}=w(),O=N.wallet;(0,st.useEffect)(()=>{let c=document.querySelector("#phone-number-input");c==null||c.focus()},[]);let _=ir(e),b=()=>{i(!0),p(e).then(()=>{h("AWAITING_PASSWORDLESS_CODE")}).catch(c=>{let x=(c==null?void 0:c.status)===401&&(c==null?void 0:c.message)==="User is not allowed to login to this app.";(c==null?void 0:c.status)===422?a(c.message):x?h("ALLOWLIST_REJECTION_SCREEN"):a("Issue submitting phone number"),i(!1)})},A=n||(u||!O?"Get started quickly with your phone":"Get started without a wallet.");return(0,$.jsxs)($.Fragment,{children:[(0,$.jsxs)(kn,{stacked:t.stacked,children:[(0,$.jsxs)(Sn,{standalone:t.stacked,children:[(0,$.jsx)(Yt,{}),(0,$.jsx)("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:c=>{o(c.target.value)},onKeyUp:c=>{c.key==="Enter"&&b()},value:e,autoComplete:"tel"})]}),t.stacked?null:(0,$.jsx)(_n,{disabled:r||!_,onClick:b,children:r?(0,$.jsx)(Kr,{color:"var(--disabled-fg)"}):"Submit"})]}),(0,$.jsx)(Tn,{fail:!!n,children:A}),t.stacked?(0,$.jsx)(Pn,{disabled:r||!_,onClick:b,children:r?(0,$.jsx)(Kr,{color:"var(--disabled-fg)"}):"Submit"}):null]})},kn=Ve.default.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
|
-
`;var Ro=require("react/jsx-runtime"),qr=()=>{let{app:t}=w();return t!=null&&t.logoUrl?(0,Ro.jsx)("div",{children:(0,Ro.jsx)("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};var Mo=require("react-device-detect"),v=require("react/jsx-runtime");var Yr=()=>{let{ready:t}=
|
|
526
|
+
`;var Ro=require("react/jsx-runtime"),qr=()=>{let{app:t}=w();return t!=null&&t.logoUrl?(0,Ro.jsx)("div",{children:(0,Ro.jsx)("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};var Mo=require("react-device-detect"),v=require("react/jsx-runtime");var Yr=()=>{let{ready:t}=D(),{getAuthMeta:e,isLinking:o}=P(),{app:r,navigate:i,options:n}=w(),a=n.email,u=n.sms,p=n.wallet,h=n.google,N=n.twitter,O=n.discord,_=n.github,b=p&&(r==null?void 0:r.showWalletLoginFirst)?0:1,[A,c]=(0,Xt.useState)(b),x=e(),te=(x==null?void 0:x.authorizationCode)&&(x==null?void 0:x.stateCode)&&(x==null?void 0:x.provider);(0,Xt.useEffect)(()=>{te?i("AWAITING_OAUTH_SCREEN"):o&&a?i("LINK_EMAIL_SCREEN"):o&&u?i("LINK_PHONE_SCREEN"):o&&p&&i("LINK_WALLET_SCREEN")},[t]);let Ne=A==0,ye=A==1,I=p,K=a||u;return(0,v.jsxs)(v.Fragment,{children:[(0,v.jsx)(E,{},"header"),(0,v.jsx)(Nn,{hasOnlyOneSection:I!==K,hasTerms:!!((r==null?void 0:r.privacyPolicyUrl)||(r==null?void 0:r.termsAndConditionsUrl)),children:(0,v.jsx)(qr,{})}),(0,v.jsxs)(On,{reverse:!(r!=null&&r.showWalletLoginFirst),children:[I&&(0,v.jsx)(Wn,{active:Ne,onClick:()=>c(0),isOnlySection:!K}),K&&(0,v.jsx)(In,{active:ye,onClick:()=>c(1),email:a,sms:u,google:h,twitter:N,discord:O,github:_,isOnlySection:!I})]}),r&&(0,v.jsx)(Br,{app:r}),(0,v.jsx)(fe,{protectedByPrivy:!0})]})};function Wn(t){return(0,v.jsxs)(Xr,{active:t.active,onClick:t.onClick,isOnlySection:t.isOnlySection,children:[(0,v.jsx)(Qr,{active:t.active,children:(0,v.jsx)("h4",{children:"Connect Wallet"})}),t.active&&(0,v.jsxs)(v.Fragment,{children:[(0,v.jsx)(Bt,{}),(0,v.jsx)(zt,{})]})]})}function In(t){let e=t.google||t.discord||t.github||t.twitter&&!Mo.isMobile,o=t.email?"Email":"Phone";return(0,v.jsxs)(Xr,{active:t.active,onClick:t.onClick,isOnlySection:t.isOnlySection,children:[t.isOnlySection?null:(0,v.jsx)(Qr,{active:t.active,children:(0,v.jsx)("h4",{children:e?`${o} & Social`:o})}),t.active&&t.email&&(0,v.jsx)(Jt,{}),t.active&&t.sms&&!t.email&&(0,v.jsx)(Qt,{}),t.active&&e&&(0,v.jsx)(Rn,{google:t.google,twitter:t.twitter&&!Mo.isMobile,discord:t.discord,github:t.github})]})}function Rn(t){return(0,v.jsxs)(v.Fragment,{children:[(0,v.jsxs)(Mn,{children:[(0,v.jsx)(Jr,{}),(0,v.jsx)("p",{children:" Or "}),(0,v.jsx)(Jr,{})]}),(0,v.jsx)(jr,{showGoogle:t.google,showDiscord:t.discord,showGithub:t.github,showTwitter:t.twitter})]})}var Qr=He.default.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;
|
|
@@ -586,9 +586,9 @@ Resources:
|
|
|
586
586
|
margin-bottom: ${t=>`${60+(t.hasOnlyOneSection?31:0)-(t.hasTerms?18:0)}px`};
|
|
587
587
|
`,On=(0,He.default)(Te)`
|
|
588
588
|
flex-direction: ${t=>t.reverse?"column-reverse":"column"};
|
|
589
|
-
`;var Re=require("react");var
|
|
589
|
+
`;var Re=require("react");var vt=C(require("styled-components"));var yt=C(require("styled-components")),Le=require("react/jsx-runtime"),Be=({title:t,description:e,children:o,...r})=>(0,Le.jsxs)(ti,{...r,children:[(0,Le.jsx)("h3",{children:t}),typeof e=="string"?(0,Le.jsx)("p",{children:e}):null,o]}),ei=(0,yt.default)(Be)`
|
|
590
590
|
margin-bottom: 24px;
|
|
591
|
-
`,
|
|
591
|
+
`,at=({title:t,description:e,icon:o,children:r,...i})=>(0,Le.jsxs)(Un,{...i,children:[o?(0,Le.jsx)(Fn,{children:o}):null,(0,Le.jsx)("h3",{children:t}),typeof e=="string"?(0,Le.jsx)("p",{children:e}):null,r]}),ti=yt.default.div`
|
|
592
592
|
display: flex;
|
|
593
593
|
flex-direction: column;
|
|
594
594
|
justify-content: flex-start;
|
|
@@ -607,7 +607,7 @@ Resources:
|
|
|
607
607
|
color: var(--light-theme-fg-2);
|
|
608
608
|
font-size: 14px;
|
|
609
609
|
}
|
|
610
|
-
`,Un=(0,
|
|
610
|
+
`,Un=(0,yt.default)(ti)`
|
|
611
611
|
align-items: center;
|
|
612
612
|
text-align: center;
|
|
613
613
|
gap: 16px;
|
|
@@ -615,21 +615,21 @@ Resources:
|
|
|
615
615
|
h3 {
|
|
616
616
|
margin-bottom: 24px;
|
|
617
617
|
}
|
|
618
|
-
`,Fn=
|
|
618
|
+
`,Fn=yt.default.div`
|
|
619
619
|
padding: 14px;
|
|
620
620
|
border-radius: 50%;
|
|
621
621
|
&& {
|
|
622
622
|
border-color: var(--light-theme-bg-3);
|
|
623
623
|
border-width: 1px;
|
|
624
624
|
}
|
|
625
|
-
`;var ri=require("react-device-detect"),S=require("react/jsx-runtime"),No=6,oi=new Array(No).fill(""),Dn=1400;var ii=()=>{var K,Oe,Ue;let{app:t}=w(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:i,loginWithCode:n}=P(),{authenticated:a,user:u}=
|
|
625
|
+
`;var ri=require("react-device-detect"),S=require("react/jsx-runtime"),No=6,oi=new Array(No).fill(""),Dn=1400;var ii=()=>{var K,Oe,Ue;let{app:t}=w(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:i,loginWithCode:n}=P(),{authenticated:a,user:u}=D(),[p,h]=(0,Re.useState)(oi),[N,O]=(0,Re.useState)(!1),[_,b]=(0,Re.useState)(null),[A,c]=(0,Re.useState)(null),x=(K=i())!=null&&K.email?0:1;(0,Re.useEffect)(()=>{if(a&&N){let L=setTimeout(e,Ee);return()=>clearTimeout(L)}},[a,N,u]),(0,Re.useEffect)(()=>{if(_&&A===0){let L=setTimeout(()=>{h(oi),b(null);let y=document.querySelector("input[name=code-0]");y==null||y.focus()},Dn);return()=>clearTimeout(L)}},[_]);let te=L=>{var $e;let y=L.currentTarget.value.replace(" ","");if(y==="")return;if(isNaN(Number(y))){b("Code should be numeric"),c(1);return}b(null),c(null);let q=Number(($e=L.currentTarget.name)==null?void 0:$e.charAt(5)),ve=[...y||[""]].slice(0,No-q),s=[...p.slice(0,q),...ve,...p.slice(q+ve.length)];h(s);let d=ve.length,F=Math.min(Math.max(q+d,0),No-1);if(!isNaN(Number(L.currentTarget.value))){let de=document.querySelector(`input[name=code-${F}]`);de==null||de.focus()}if(s.every(de=>de&&!isNaN(+de))){let de=document.querySelector(`input[name=code-${F}]`);de==null||de.blur(),n(s.join("")).then(()=>O(!0)).catch(so=>{(so==null?void 0:so.status)===422?b("Invalid or expired verification code"):b("Issue verifying code"),c(0)})}L.preventDefault()},Ne=L=>{A===1&&(b(null),c(null));let y=[...p.slice(0,L),"",...p.slice(L+1)];if(h(y),L>0){let q=document.querySelector(`input[name=code-${L-1}]`);q==null||q.focus()}},ye=`Verify your ${x==0?"email":"phone"}`,I=x==0?`Please check ${(Oe=i())==null?void 0:Oe.email} for an email from privy.io and enter your code below.`:`Please check ${(Ue=i())==null?void 0:Ue.phoneNumber} for a message from ${(t==null?void 0:t.name)||"privy.io"} and enter your code below.`;return(0,S.jsxs)(S.Fragment,{children:[(0,S.jsx)(E,{},"header"),(0,S.jsxs)(Gn,{children:[(0,S.jsx)(Be,{title:ye,description:I}),(0,S.jsxs)(zr,{children:[(0,S.jsxs)(Vn,{children:[(0,S.jsx)(Hn,{fail:!!_,success:N,children:(0,S.jsx)("span",{children:_||(N?"Success!":"")})}),(0,S.jsx)("div",{children:p.map((L,y)=>(0,S.jsx)("input",{name:`code-${y}`,type:"text",value:p[y],onChange:te,onKeyUp:q=>{q.key==="Backspace"&&Ne(y)},inputMode:"numeric",autoFocus:y===0,pattern:"[0-9]",className:`${N?"success":""} ${_?"fail":""}`,autoComplete:ri.isMobile?"one-time-code":"off"},y))})]}),(0,S.jsx)(Bn,{children:x==0?(0,S.jsxs)(S.Fragment,{children:[(0,S.jsx)("span",{children:"Didn't get an email?"}),(0,S.jsx)("button",{onClick:o,children:"Resend Code"})]}):(0,S.jsxs)(S.Fragment,{children:[(0,S.jsx)("span",{children:"Didn't get a message?"}),(0,S.jsx)("button",{onClick:r,children:"Resend Code"})]})})]})]}),(0,S.jsx)(fe,{protectedByPrivy:!0})]})},Gn=vt.default.div`
|
|
626
626
|
display: flex;
|
|
627
627
|
flex-direction: column;
|
|
628
628
|
align-items: flex-start;
|
|
629
629
|
justify-content: flex-end;
|
|
630
630
|
margin: auto;
|
|
631
631
|
gap: 16px;
|
|
632
|
-
`,Vn=
|
|
632
|
+
`,Vn=vt.default.div`
|
|
633
633
|
display: flex;
|
|
634
634
|
flex-direction: column;
|
|
635
635
|
width: 100%;
|
|
@@ -697,7 +697,7 @@ Resources:
|
|
|
697
697
|
transform: translate(1px, 0px);
|
|
698
698
|
}
|
|
699
699
|
}
|
|
700
|
-
`,Hn=
|
|
700
|
+
`,Hn=vt.default.div`
|
|
701
701
|
line-height: 20px;
|
|
702
702
|
height: 20px;
|
|
703
703
|
font-size: 13px;
|
|
@@ -705,7 +705,7 @@ Resources:
|
|
|
705
705
|
display: flex;
|
|
706
706
|
justify-content: flex-end;
|
|
707
707
|
width: 100%;
|
|
708
|
-
`,Bn=
|
|
708
|
+
`,Bn=vt.default.div`
|
|
709
709
|
font-size: 13px;
|
|
710
710
|
color: var(--light-theme-fg-3);
|
|
711
711
|
display: flex;
|
|
@@ -719,7 +719,7 @@ Resources:
|
|
|
719
719
|
> button {
|
|
720
720
|
text-decoration: underline;
|
|
721
721
|
}
|
|
722
|
-
`;var
|
|
722
|
+
`;var Ct=C(require("styled-components"));var ni=C(require("styled-components")),si=ni.default.span`
|
|
723
723
|
&& {
|
|
724
724
|
width: 82px;
|
|
725
725
|
height: 82px;
|
|
@@ -735,7 +735,7 @@ Resources:
|
|
|
735
735
|
border-color: var(--primary-color);
|
|
736
736
|
border-bottom-color: var(--primary-color);
|
|
737
737
|
}
|
|
738
|
-
`;var Oo=require("react/jsx-runtime"),ai=({style:t,...e})=>(0,Oo.jsx)("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:(0,Oo.jsx)("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"})});var W=require("react/jsx-runtime"),ci=()=>{let{navigate:t,app:e}=w(),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(0,W.jsxs)(W.Fragment,{children:[(0,W.jsx)(E,{}),(0,W.jsxs)(zn,{children:[(0,W.jsx)($n,{children:(0,W.jsxs)("div",{children:[(0,W.jsx)(si,{}),(0,W.jsx)(ai,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--primary-color)",fill:"var(--primary-color)"}})]})}),(0,W.jsxs)(jn,{children:[typeof o=="string"?(0,W.jsx)("h3",{children:o}):(0,W.jsx)(W.Fragment,{children:o}),typeof r=="string"?(0,W.jsx)("p",{children:r}):(0,W.jsx)(W.Fragment,{children:r})]}),e!=null&&e.allowlistConfig.errorCtaLink?(0,W.jsx)(li,{as:"a",href:e.allowlistConfig.errorCtaLink,visible:!0,children:i}):(0,W.jsx)(li,{onClick:()=>{t("LANDING")},visible:!0,children:i})]})]})},zn=
|
|
738
|
+
`;var Oo=require("react/jsx-runtime"),ai=({style:t,...e})=>(0,Oo.jsx)("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:(0,Oo.jsx)("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"})});var W=require("react/jsx-runtime"),ci=()=>{let{navigate:t,app:e}=w(),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(0,W.jsxs)(W.Fragment,{children:[(0,W.jsx)(E,{}),(0,W.jsxs)(zn,{children:[(0,W.jsx)($n,{children:(0,W.jsxs)("div",{children:[(0,W.jsx)(si,{}),(0,W.jsx)(ai,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--primary-color)",fill:"var(--primary-color)"}})]})}),(0,W.jsxs)(jn,{children:[typeof o=="string"?(0,W.jsx)("h3",{children:o}):(0,W.jsx)(W.Fragment,{children:o}),typeof r=="string"?(0,W.jsx)("p",{children:r}):(0,W.jsx)(W.Fragment,{children:r})]}),e!=null&&e.allowlistConfig.errorCtaLink?(0,W.jsx)(li,{as:"a",href:e.allowlistConfig.errorCtaLink,visible:!0,children:i}):(0,W.jsx)(li,{onClick:()=>{t("LANDING")},visible:!0,children:i})]})]})},zn=Ct.default.div`
|
|
739
739
|
display: flex;
|
|
740
740
|
flex-direction: column;
|
|
741
741
|
align-items: center;
|
|
@@ -743,11 +743,11 @@ Resources:
|
|
|
743
743
|
margin-left: 27px;
|
|
744
744
|
margin-right: 27px;
|
|
745
745
|
gap: 24px;
|
|
746
|
-
`,jn=
|
|
746
|
+
`,jn=Ct.default.div`
|
|
747
747
|
display: flex;
|
|
748
748
|
flex-direction: column;
|
|
749
749
|
gap: 8px;
|
|
750
|
-
`,$n=
|
|
750
|
+
`,$n=Ct.default.div`
|
|
751
751
|
display: flex;
|
|
752
752
|
flex-direction: column;
|
|
753
753
|
justify-content: center;
|
|
@@ -770,7 +770,7 @@ Resources:
|
|
|
770
770
|
left: -19px;
|
|
771
771
|
top: -19px;
|
|
772
772
|
}
|
|
773
|
-
`,li=
|
|
773
|
+
`,li=Ct.default.button`
|
|
774
774
|
&& {
|
|
775
775
|
padding: 12px 16px;
|
|
776
776
|
font-weight: 500;
|
|
@@ -801,12 +801,12 @@ Resources:
|
|
|
801
801
|
border-color: ${t=>t.fgColor};
|
|
802
802
|
border-radius: 12px;
|
|
803
803
|
}
|
|
804
|
-
`,hi=t=>{let e=t.bgColor||"#FFFFFF",o=t.fgColor||"#000000",r=t.size||160;return(0,k.jsx)(Xn,{size:r,bgColor:e,fgColor:o,children:(0,k.jsx)(Qn,{url:t.url,logo:{element:t.squareLogoElement},outputSize:r,bgColor:e,fgColor:o})})};var fi=require("react/jsx-runtime"),mi=({size:t})=>(0,fi.jsx)(hi,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:
|
|
804
|
+
`,hi=t=>{let e=t.bgColor||"#FFFFFF",o=t.fgColor||"#000000",r=t.size||160;return(0,k.jsx)(Xn,{size:r,bgColor:e,fgColor:o,children:(0,k.jsx)(Qn,{url:t.url,logo:{element:t.squareLogoElement},outputSize:r,bgColor:e,fgColor:o})})};var fi=require("react/jsx-runtime"),mi=({size:t})=>(0,fi.jsx)(hi,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:me,size:t,fgColor:"#1F1F1F"});var to=C(require("styled-components"));var Fo=require("react/jsx-runtime"),gi=({style:t,...e})=>(0,Fo.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:(0,Fo.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--primary-color)"})});var oo=require("react/jsx-runtime"),Do=to.default.div`
|
|
805
805
|
display: flex;
|
|
806
806
|
flex-direction: column;
|
|
807
807
|
justify-content: flex-start;
|
|
808
808
|
gap: 4px;
|
|
809
|
-
`,
|
|
809
|
+
`,bt=to.default.div`
|
|
810
810
|
&&& {
|
|
811
811
|
margin-left: 7px; /* TODO: This is a total hack */
|
|
812
812
|
border-left: 2px solid var(--border-color-2);
|
|
@@ -861,7 +861,7 @@ Resources:
|
|
|
861
861
|
border: 1px solid var(--light-theme-bg-3);
|
|
862
862
|
color: var(--light-theme-fg-1);
|
|
863
863
|
}
|
|
864
|
-
`;var l=require("react/jsx-runtime");var Go=()=>{let{navigate:t}=w(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return Me.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),(0,l.jsxs)(Ai,{children:[(0,l.jsx)(Be,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),(0,l.jsx)(Ei,{children:(0,l.jsx)(he,{style:{width:"152px",height:"152px"}})}),(0,l.jsxs)(Do,{children:[(0,l.jsx)(ze,{children:(0,l.jsxs)("div",{children:[(0,l.jsx)("span",{children:"Install the "}),(0,l.jsx)("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),(0,l.jsx)(
|
|
864
|
+
`;var l=require("react/jsx-runtime");var Go=()=>{let{navigate:t}=w(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return Me.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),(0,l.jsxs)(Ai,{children:[(0,l.jsx)(Be,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),(0,l.jsx)(Ei,{children:(0,l.jsx)(he,{style:{width:"152px",height:"152px"}})}),(0,l.jsxs)(Do,{children:[(0,l.jsx)(ze,{children:(0,l.jsxs)("div",{children:[(0,l.jsx)("span",{children:"Install the "}),(0,l.jsx)("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),(0,l.jsx)(bt,{}),(0,l.jsx)(ze,{children:"Set up your first wallet"}),(0,l.jsx)(bt,{}),(0,l.jsx)(ze,{children:"Store your recovery phrase in a safe place!"})]}),(0,l.jsx)(ki,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},Vo=()=>{let{navigate:t}=w();return(0,l.jsxs)(Ai,{children:[(0,l.jsx)(Be,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),(0,l.jsx)(Ei,{style:{marginTop:"-24px"},children:(0,l.jsx)(mi,{size:200})}),(0,l.jsxs)(Do,{children:[(0,l.jsx)(ze,{children:"Scan the QR code with your camera"}),(0,l.jsx)(bt,{}),(0,l.jsx)(ze,{children:"Set up your first wallet"}),(0,l.jsx)(bt,{}),(0,l.jsx)(ze,{children:"Store your seed phrase in a safe place!"})]}),(0,l.jsx)(ki,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},Li=()=>{let[t,e]=(0,xi.useState)("WHAT_IS_A_WALLET"),{navigateBack:o}=w();return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(E,{backFn:t==="WHAT_IS_A_WALLET"?o:t==="PICK_A_NEW_WALLET"?()=>e("WHAT_IS_A_WALLET"):()=>e("PICK_A_NEW_WALLET")},"header"),(0,l.jsxs)(ts,{children:[t==="WHAT_IS_A_WALLET"&&(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(ss,{children:(0,l.jsx)(wi,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),(0,l.jsxs)(at,{title:"Get started with a new wallet",children:[(0,l.jsx)("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),(0,l.jsx)("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),(0,l.jsx)(is,{children:(0,l.jsx)(ns,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),t==="PICK_A_NEW_WALLET"&&(0,l.jsx)(l.Fragment,{children:(0,l.jsxs)(os,{children:[(0,l.jsx)(Be,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),(0,l.jsxs)(rs,{children:[(0,l.jsxs)(Ci,{onClick:()=>{Me.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":Me.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":e("CREATE_METAMASK_WALLET")},children:[(0,l.jsx)(he,{}),(0,l.jsxs)(bi,{children:[(0,l.jsx)("h4",{children:"MetaMask"}),(0,l.jsx)("p",{children:"Get a browser-based wallet"})]}),(0,l.jsx)("div",{children:(0,l.jsx)("span",{children:"Set up"})})]}),(0,l.jsxs)(Ci,{onClick:()=>{Me.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":Me.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":e("CREATE_COINBASE_WALLET")},children:[(0,l.jsx)(me,{}),(0,l.jsxs)(bi,{children:[(0,l.jsx)("h4",{children:"Coinbase Wallet"}),(0,l.jsx)("p",{children:"Get a mobile app wallet"})]}),(0,l.jsx)("div",{children:(0,l.jsx)("span",{children:"Set up"})})]})]})]})}),t==="CREATE_COINBASE_WALLET"&&(0,l.jsx)(Vo,{}),t==="CREATE_METAMASK_WALLET"&&(0,l.jsx)(Go,{})]}),(0,l.jsxs)(ne,{children:[(0,l.jsx)("span",{children:"Still not sure? "}),(0,l.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},ts=ee.default.div`
|
|
865
865
|
display: flex;
|
|
866
866
|
flex-direction: column;
|
|
867
867
|
height: 100%;
|
|
@@ -986,7 +986,7 @@ Resources:
|
|
|
986
986
|
`,ss=ee.default.div`
|
|
987
987
|
display: flex;
|
|
988
988
|
justify-content: center;
|
|
989
|
-
`;var
|
|
989
|
+
`;var Ae=require("react");var xt=C(require("styled-components"));var G=require("react/jsx-runtime"),Ho=2,_i={metamask:{name:"MetaMask",component:he},coinbase_wallet:{name:"Coinbase Wallet",component:me},wallet_connect:{name:"WalletConnect",component:tt}},Pi=()=>{var Ue;let[t,e]=(0,Ae.useState)(!1),[o,r]=(0,Ae.useState)("metamask"),[i,n]=(0,Ae.useState)(void 0),{navigate:a,navigateBack:u}=w(),{getAuthMeta:p,closePrivyModal:h,loginWithWallet:N}=P(),{walletConnectors:O}=D(),[_,b]=(0,Ae.useState)(0),{user:A}=D(),[c,x]=(0,Ae.useState)((A==null?void 0:A.linkedAccounts.length)||0);(0,Ae.useEffect)(()=>{var L;r(((L=p())==null?void 0:L.walletType)||"metamask"),n(void 0),N().then(()=>e(!0)).catch(y=>{y instanceof oe?console.error(y.cause):console.error(y);let q=(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(Ye.ERROR_USER_EXISTS):q?a("ALLOWLIST_REJECTION_SCREEN"):y instanceof Je&&!y.details.default?n(y.details):y instanceof qe?n(Ye.ERROR_TIMED_OUT):n(Ye.ERROR_WALLET_CONNECTION)})},[_]),(0,Ae.useEffect)(()=>{if(t){let L=setTimeout(h,Ee);return()=>clearTimeout(L)}},[A]);let te=_i[o].name,Ne=_i[o].component,ye=t?`Successfully connected with ${te}`:i?i.message:`Waiting for ${te}`,I="";if(t){let L=(A==null?void 0:A.linkedAccounts.length)||0;c===L?I="Wallet was already linked.":I="You\u2019re good to go!"}else if(_>=Ho&&i)I="Unable to connect wallet";else if(i)I=i.detail;else switch(I="Don\u2019t see your wallet modal? Check your other browser windows.",o){case"metamask":I="For the best experience, connect only one wallet at a time.";break;case"wallet_connect":I="Open your mobile wallet app to continue";break;case"coinbase_wallet":Ut()||(go(A)?I="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":I="Open the Coinbase app on your phone to continue.");break}let K=(Ue=O==null?void 0:O.walletConnectors)==null?void 0:Ue.find(L=>L.walletType==="coinbase_wallet"),Oe=o==="coinbase_wallet"&&(go(A)||i===Ye.ERROR_USER_EXISTS);return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(E,{backFn:u}),(0,G.jsxs)(as,{children:[(0,G.jsx)(cs,{children:(0,G.jsxs)("div",{children:[(0,G.jsx)(rt,{success:t,fail:!!i}),(0,G.jsx)(Ne,{style:{width:"38px",height:"38px"}})]})}),(0,G.jsxs)(ls,{children:[(0,G.jsx)("h3",{children:ye}),(0,G.jsx)("p",{children:I})]}),Oe?(0,G.jsx)(Bo,{onClick:()=>K&&(K==null?void 0:K.disconnect()),visible:!t,disabled:t,children:"Use a different wallet"}):i==Ye.ERROR_USER_EXISTS?(0,G.jsx)(Bo,{onClick:u,visible:!0,children:"Use a different wallet"}):(0,G.jsx)(Bo,{onClick:()=>{b(_+1),n(void 0)},visible:!t&&(i==null?void 0:i.retryable)&&_<Ho,disabled:!t&&(!(i!=null&&i.retryable)||_>=Ho),children:"Retry"})]})]})},as=xt.default.div`
|
|
990
990
|
display: flex;
|
|
991
991
|
flex-direction: column;
|
|
992
992
|
align-items: center;
|
|
@@ -994,11 +994,11 @@ Resources:
|
|
|
994
994
|
margin-left: 27px;
|
|
995
995
|
margin-right: 27px;
|
|
996
996
|
gap: 24px;
|
|
997
|
-
`,ls=
|
|
997
|
+
`,ls=xt.default.div`
|
|
998
998
|
display: flex;
|
|
999
999
|
flex-direction: column;
|
|
1000
1000
|
gap: 8px;
|
|
1001
|
-
`,cs=
|
|
1001
|
+
`,cs=xt.default.div`
|
|
1002
1002
|
display: flex;
|
|
1003
1003
|
flex-direction: column;
|
|
1004
1004
|
justify-content: center;
|
|
@@ -1021,7 +1021,7 @@ Resources:
|
|
|
1021
1021
|
left: -19px;
|
|
1022
1022
|
top: -19px;
|
|
1023
1023
|
}
|
|
1024
|
-
`,Bo=
|
|
1024
|
+
`,Bo=xt.default.button`
|
|
1025
1025
|
&& {
|
|
1026
1026
|
padding: 12px 16px;
|
|
1027
1027
|
font-weight: 500;
|
|
@@ -1033,7 +1033,7 @@ Resources:
|
|
|
1033
1033
|
opacity: ${t=>t.visible?"1":"0"};
|
|
1034
1034
|
transition: opacity 200ms;
|
|
1035
1035
|
}
|
|
1036
|
-
`;var
|
|
1036
|
+
`;var ge=require("react/jsx-runtime"),Si=()=>{let{navigateBack:t}=w();return(0,ge.jsxs)(ge.Fragment,{children:[(0,ge.jsx)(E,{backFn:t},"header"),(0,ge.jsx)(Go,{}),(0,ge.jsxs)(ne,{children:[(0,ge.jsx)("span",{children:"Still not sure? "}),(0,ge.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var io=C(require("styled-components")),lt=require("react");var M=require("react/jsx-runtime"),Ti=()=>{let[t,e]=(0,lt.useState)(!1),[o,r]=(0,lt.useState)(""),{activeStatus:i,closePrivyModal:n}=P();(0,lt.useEffect)(()=>{!i||(i.error?r(i.error):i.success&&e(!0))},[i]),(0,lt.useEffect)(()=>{if(t){let h=setTimeout(n,Ee);return()=>clearTimeout(h)}},[t]);let a=i!=null&&i.address?`Please connect and select the wallet ${ut(i.address)} in MetaMask.`:"Please connect and select the right wallet in MetaMask.",u=t?`${ut(i==null?void 0:i.address)} is now active.`:a;return(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(E,{},"header"),(0,M.jsxs)(ds,{children:[(0,M.jsx)(ps,{children:(0,M.jsxs)("div",{children:[(0,M.jsx)(rt,{success:t,fail:!!o}),(h=>{switch(h){case"metamask":return(0,M.jsx)(he,{style:{width:"38px",height:"38px"}});case"wallet_connect":return(0,M.jsx)(tt,{style:{width:"38px",height:"38px"}});case"coinbase_wallet":return(0,M.jsx)(me,{style:{width:"38px",height:"38px"}});default:return(0,M.jsx)(he,{style:{width:"38px",height:"38px"}})}})((i==null?void 0:i.walletType)||"metamask")]})}),(0,M.jsxs)(us,{children:[(0,M.jsx)("h3",{children:t?"Wallet updated successfully":"Update your active wallet"}),(0,M.jsx)("p",{children:u}),o&&(0,M.jsx)("p",{children:o})]}),(0,M.jsx)(ne,{})]})]})},ds=io.default.div`
|
|
1037
1037
|
display: flex;
|
|
1038
1038
|
flex-direction: column;
|
|
1039
1039
|
align-items: center;
|
|
@@ -1068,7 +1068,7 @@ Resources:
|
|
|
1068
1068
|
left: -19px;
|
|
1069
1069
|
top: -19px;
|
|
1070
1070
|
}
|
|
1071
|
-
`;var
|
|
1071
|
+
`;var we=require("react/jsx-runtime"),Wi=()=>{let{navigateBack:t}=w();return(0,we.jsxs)(we.Fragment,{children:[(0,we.jsx)(E,{backFn:t},"header"),(0,we.jsx)(Vo,{}),(0,we.jsxs)(ne,{children:[(0,we.jsx)("span",{children:"Still not sure? "}),(0,we.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var Ii=C(require("styled-components"));var Mi=require("react/jsx-runtime"),Ri=t=>{let e=t.accentColor||"#696ffd";return(0,Mi.jsx)(hs,{accentColor:e,children:t.children})},hs=Ii.default.div`
|
|
1072
1072
|
/*! Modified from https://unpkg.com/tailwindcss@3.2.3/src/css/preflight.css */
|
|
1073
1073
|
|
|
1074
1074
|
*,
|
|
@@ -1309,7 +1309,7 @@ Resources:
|
|
|
1309
1309
|
|
|
1310
1310
|
--primary-color: ${t=>t.accentColor};
|
|
1311
1311
|
/* Same as primary color, but can be used with rgba */
|
|
1312
|
-
--primary-color-rgb: ${t=>`${
|
|
1312
|
+
--primary-color-rgb: ${t=>`${It(t.accentColor).r}, ${It(t.accentColor).g}, ${It(t.accentColor).b}`};
|
|
1313
1313
|
--primary-color-bg-1: rgba(var(--primary-color-rgb), 0.15);
|
|
1314
1314
|
--primary-color-bg-2: rgba(var(--primary-color-rgb), 0.2);
|
|
1315
1315
|
|
|
@@ -1380,7 +1380,7 @@ Resources:
|
|
|
1380
1380
|
display: none;
|
|
1381
1381
|
}
|
|
1382
1382
|
}
|
|
1383
|
-
`;var Vi=require("react");var
|
|
1383
|
+
`;var Vi=require("react");var ct=require("react");var Lt=C(require("styled-components"));var z=require("react/jsx-runtime"),Ni={google:{name:"Google",component:Kt},discord:{name:"Discord",component:$t},github:{name:"Github",component:Zt},twitter:{name:"Twitter",component:jt}},ms=t=>t.charAt(0).toUpperCase()+t.slice(1),zo=()=>{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)},Oi=()=>{var A;let[t,e]=(0,ct.useState)(!1),[o,r]=(0,ct.useState)(void 0),{getAuthMeta:i,initLoginWithOAuth:n,loginWithOAuth:a,closePrivyModal:u}=P(),{ready:p}=D(),h=((A=i())==null?void 0:A.provider)||"google",N=Ni[h].name,O=Ni[h].component;(0,ct.useEffect)(()=>{!p||a().then(()=>{zo(),e(!0)}).catch(c=>{let x={retryable:!1,message:"Authentication failed."};c.message.includes("Another user has already linked this")?x.detail="This account has already been linked to another user.":c.message==="Invalid code during oauth flow."?(x.retryable=!0,x.detail="Something went wrong. Try again."):c.message==="User denied confirmation during OAuth flow"&&(x.detail=`Retry and check ${ms(h)} to finish connecting your account.`,x.retryable=!0),zo(),r(x)})},[p]),(0,ct.useEffect)(()=>{if(!t)return;let c=setTimeout(u,Ee);return()=>clearTimeout(c)},[t]);let _=t?`Successfully connected with ${N}`:o?o.message:`Verifying connection to ${N}`,b="";return t?b="You\u2019re good to go!":o?b=o.detail:b="Just a few moments more",(0,z.jsxs)(z.Fragment,{children:[(0,z.jsx)(E,{}),(0,z.jsxs)(fs,{children:[(0,z.jsx)(ws,{children:(0,z.jsxs)("div",{children:[(0,z.jsx)(rt,{success:t,fail:!!o}),(0,z.jsx)(O,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),(0,z.jsxs)(gs,{children:[(0,z.jsx)("h3",{children:_}),(0,z.jsx)("p",{children:b})]}),(0,z.jsx)(ys,{onClick:()=>{zo(),n(h),r(void 0)},visible:!t&&(o==null?void 0:o.retryable),disabled:!t&&!(o!=null&&o.retryable),children:"Retry"})]})]})},fs=Lt.default.div`
|
|
1384
1384
|
display: flex;
|
|
1385
1385
|
flex-direction: column;
|
|
1386
1386
|
align-items: center;
|
|
@@ -1388,11 +1388,11 @@ Resources:
|
|
|
1388
1388
|
margin-left: 27px;
|
|
1389
1389
|
margin-right: 27px;
|
|
1390
1390
|
gap: 24px;
|
|
1391
|
-
`,gs=
|
|
1391
|
+
`,gs=Lt.default.div`
|
|
1392
1392
|
display: flex;
|
|
1393
1393
|
flex-direction: column;
|
|
1394
1394
|
gap: 8px;
|
|
1395
|
-
`,ws=
|
|
1395
|
+
`,ws=Lt.default.div`
|
|
1396
1396
|
display: flex;
|
|
1397
1397
|
flex-direction: column;
|
|
1398
1398
|
justify-content: center;
|
|
@@ -1415,7 +1415,7 @@ Resources:
|
|
|
1415
1415
|
left: -19px;
|
|
1416
1416
|
top: -19px;
|
|
1417
1417
|
}
|
|
1418
|
-
`,ys=
|
|
1418
|
+
`,ys=Lt.default.button`
|
|
1419
1419
|
&& {
|
|
1420
1420
|
padding: 12px 16px;
|
|
1421
1421
|
font-weight: 500;
|
|
@@ -1427,7 +1427,7 @@ Resources:
|
|
|
1427
1427
|
opacity: ${t=>t.visible?"1":"0"};
|
|
1428
1428
|
transition: opacity 200ms;
|
|
1429
1429
|
}
|
|
1430
|
-
`;var ae=require("react/jsx-runtime"),Ui=()=>{let{app:t}=w();return(0,ae.jsxs)(ae.Fragment,{children:[(0,ae.jsx)(E,{},"header"),(0,ae.jsx)(
|
|
1430
|
+
`;var ae=require("react/jsx-runtime"),Ui=()=>{let{app:t}=w();return(0,ae.jsxs)(ae.Fragment,{children:[(0,ae.jsx)(E,{},"header"),(0,ae.jsx)(at,{title:"Connect your email",description:`Add your email to your ${t==null?void 0:t.name} account`,icon:(0,ae.jsx)(qt,{})}),(0,ae.jsx)(Te,{children:(0,ae.jsx)(Jt,{stacked:!0})}),(0,ae.jsx)(fe,{protectedByPrivy:!0})]})};var le=require("react/jsx-runtime"),Fi=()=>{let{app:t}=w();return(0,le.jsxs)(le.Fragment,{children:[(0,le.jsx)(E,{},"header"),(0,le.jsx)(at,{title:"Connect your phone",description:`Add your number to your ${t==null?void 0:t.name} account`,icon:(0,le.jsx)(Yt,{})}),(0,le.jsx)(Te,{children:(0,le.jsx)(Qt,{stacked:!0})}),(0,le.jsx)(fe,{protectedByPrivy:!0})]})};var ce=require("react/jsx-runtime"),Di=()=>{let{linkingHint:t}=P(),{app:e}=w(),o=t?`Select the wallet with ${ut(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(0,ce.jsxs)(ce.Fragment,{children:[(0,ce.jsx)(E,{},"header"),(0,ce.jsx)(ei,{title:`${t?"Reconnect":"Connect"} your wallet`,description:o}),(0,ce.jsxs)(Te,{children:[(0,ce.jsx)(Bt,{}),(0,ce.jsx)(zt,{})]}),(0,ce.jsx)(fe,{protectedByPrivy:!0})]})};var T=require("react/jsx-runtime"),vs=()=>{let{ready:t}=D(),{isLinking:e}=P(),{ready:o,currentScreen:r,app:i}=w(),n=!!(i!=null&&i.walletAuth),a=!!((i==null?void 0:i.emailAuth)||(i==null?void 0:i.smsAuth)),u=n!==a,p;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN","ALLOWLIST_REJECTION_SCREEN","SETTING_ACTIVE_WALLET"].includes(r)||u&&r==="LANDING"?p="compact":"WALLET_EDUCATION"===r?p="full":e?p="medium":p="full",!t||!o?(0,T.jsxs)(eo,{"data-height":p,children:[(0,T.jsx)(E,{}),(0,T.jsx)(xs,{children:(0,T.jsx)(Ie,{})}),(0,T.jsx)(ne,{})]}):(0,T.jsxs)(eo,{"data-height":p,children:[r==="LANDING"&&(0,T.jsx)(Yr,{}),r==="AWAITING_PASSWORDLESS_CODE"&&(0,T.jsx)(ii,{}),r==="SETTING_ACTIVE_WALLET"&&(0,T.jsx)(Ti,{}),r==="WALLET_EDUCATION"&&(0,T.jsx)(Li,{}),r==="AWAITING_CONNECTION"&&(0,T.jsx)(Pi,{}),r==="AWAITING_OAUTH_SCREEN"&&(0,T.jsx)(Oi,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&(0,T.jsx)(ci,{}),r==="INSTALL_METAMASK_SCREEN"&&(0,T.jsx)(Si,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&(0,T.jsx)(Wi,{}),r==="LINK_EMAIL_SCREEN"&&(0,T.jsx)(Ui,{}),r==="LINK_PHONE_SCREEN"&&(0,T.jsx)(Fi,{}),r==="LINK_WALLET_SCREEN"&&(0,T.jsx)(Di,{})]})},Hi=()=>{let{app:t}=w();return Gi.default.createPortal((0,T.jsx)(bs,{id:"privy-dialog",children:(0,T.jsx)(Ri,{accentColor:t==null?void 0:t.accentColor,children:(0,T.jsx)(vs,{})})}),document.body)},Cs=({children:t,...e})=>((0,Vi.useEffect)(()=>{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]),(0,T.jsx)("dialog",{open:!0,role:"dialog",...e,children:t})),bs=(0,no.default)(Cs)`
|
|
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
|
-
`;var je=require("react/jsx-runtime");function Ls(t){return typeof t=="string"&&t.length===25}var
|
|
1488
|
+
`;var je=require("react/jsx-runtime");function Ls(t){return typeof t=="string"&&t.length===25}var At;function zi(){if(!At){let t=B.get(Ke);return Promise.resolve(t||null)}return At.getAccessToken()}var ji=t=>{if(!Ls(t.appId))throw new m("Cannot initialize the Privy provider with an invalid Privy app ID");return At||(At=new Xe({appId:t.appId,apiURL:qo})),(0,je.jsx)(Es,{...t,client:At})},As=(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)}},Es=t=>{let e=t.client,[o,r]=(0,Z.useState)(!1),[i,n]=(0,Z.useState)(!1),[a,u]=(0,Z.useState)(!1),[p,h]=(0,Z.useState)(null),[N,O]=(0,Z.useState)(!1),[_,b]=(0,Z.useState)(null),[A,c]=(0,Z.useState)(!1),[x,te]=(0,Z.useState)(null),[Ne,ye]=(0,Z.useState)(null),[I,K]=(0,Z.useState)({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}),Oe=As(I,_);(0,Z.useEffect)(()=>{async function s(){let d=await e.getAppSettings();K(d),e.connectors.initialize(),Ue();let F=await e.getAuthenticatedUser();u(!!F),h(F),n(!0)}s()},[e]);let Ue=()=>{let s=new URLSearchParams(window.location.search),d=s.get("privy_oauth_code"),F=s.get("privy_oauth_state"),$e=s.get("privy_oauth_provider");d&&F&&$e&&(e.startAuthFlow(new et($e,d,F)),b($e),r(!0))};(0,Z.useEffect)(()=>{i&&a&&p===null&&e.getAuthenticatedUser().then(h)},[i,a,p,e]);let L=()=>{b("wallet"),c(!0),r(!0)},y={ready:i,authenticated:a,user:p,walletConnectors:e.connectors,linkWallet:L,linkEmail:()=>{b("email"),c(!0),r(!0)},linkPhone:()=>{b("sms"),c(!0),r(!0)},linkGoogle:async()=>{await ve.initLoginWithOAuth("google")},linkTwitter:async()=>{await ve.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await ve.initLoginWithOAuth("discord")},linkGithub:async()=>{await ve.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(),h(null),u(!1),b(null),c(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connectors.getEthereumProvider(),getEthersProvider:()=>new Bi.Web3Provider(new Pe(e.connectors.getEthereumProvider())),getWeb3jsProvider:()=>new Wt(e.connectors.getEthereumProvider()),unlinkWallet:async s=>{let d=await e.unlinkWallet(s);return h(d),d},unlinkEmail:async s=>{let d=await e.unlinkEmail(s);return h(d),d},unlinkPhone:async s=>{let d=await e.unlinkPhone(s);return h(d),d},unlinkGoogle:async s=>{let d=await e.unlinkOAuth("google",s);return h(d),d},unlinkTwitter:async s=>{let d=await e.unlinkOAuth("twitter",s);return h(d),d},unlinkDiscord:async s=>{let d=await e.unlinkOAuth("discord",s);return h(d),d},unlinkGithub:async s=>{let d=await e.unlinkOAuth("github",s);return h(d),d},setActiveWallet:async s=>{if(!p)return;let d=e.connectors.getConnectorByAddress(s);if(!d){ye(s),L();return}te({address:s,walletType:d.walletType,success:!1}),r(!0),e.setActiveWallet(s,p).then(F=>{h(F),te({address:s,walletType:d.walletType,success:!0})}).catch(F=>{F instanceof m&&F.message==="Error setting the active wallet."&&(ye(s),L()),te({address:s,walletType:d.walletType,success:!1,error:F.message})})},forkSession:()=>e.forkSession()},ve=(()=>({isLinking:A,linkingHint:Ne,activeStatus:x,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var s;return(s=e.authFlow)==null?void 0:s.meta},closePrivyModal:()=>{var s;i&&a&&p&&((s=t.onSuccess)==null||s.call(t,p,N)),e.authFlow=void 0,b(null),ye(null),c(!1),te(null),O(!1),r(!1)},initLoginWithWallet:s=>{if(!e.connectors)throw new m("Connector not initialized");s||(s="metamask"),e.startAuthFlow(new ht(e.connectors,s))},loginWithWallet:async()=>{if(!(e.authFlow instanceof ht))throw new m("Must initialize SIWE flow first.");let s,d;A?(s=await e.link(),s&&(s=pt(s))):{user:s,isNewUser:d}=await e.authenticate(),h(s||p||null),O(d||!1),u(!0)},initLoginWithOAuth:async s=>{e.startAuthFlow(new et(s));let d=await e.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof et))throw new m("Must initialize OAuth flow before calling loginWithOAuth");let s,d;i&&a?s=await e.link():{user:s,isNewUser:d}=await e.authenticate(),h(s),O(d||!1),u(!0)},initLoginWithEmail:async s=>{let d=new mt(s);e.startAuthFlow(d),await d.sendCodeEmail()},initLoginWithSms:async s=>{let d=new ft(s);e.startAuthFlow(d),await d.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 mt)e.authFlow.meta.emailCode=s.trim();else if(e.authFlow instanceof ft)e.authFlow.meta.smsCode=s.trim();else throw new m("Must initialize a passwordless code flow first");let d,F;A?d=await e.link():{user:d,isNewUser:F}=await e.authenticate(),h(d||p||null),O(F||!1),u(!0)}}))();return(0,je.jsxs)(yo.Provider,{value:y,children:[t.children,(0,je.jsx)(bo.Provider,{value:ve,children:(0,je.jsx)(Nr,{appSettings:I,options:Oe,screen:x?"SETTING_ACTIVE_WALLET":null,visible:o,authenticated:a,children:o&&(0,je.jsx)(Hi,{})})})]})};0&&(module.exports={AsExternalProvider,ConnectorManager,PrivyClient,PrivyProvider,PrivyProxyProvider,VERSION,WalletConnector,getAccessToken,usePrivy});
|