@privy-io/react-auth 1.11.0-beta.3 → 1.11.0
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/index.cjs.js +22 -22
- package/dist/index.esm.js +48 -48
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var vi=Object.create;var at=Object.defineProperty;var bi=Object.getOwnPropertyDescriptor;var xi=Object.getOwnPropertyNames;var Li=Object.getPrototypeOf,Ei=Object.prototype.hasOwnProperty;var Ai=(t,e)=>{for(var o in e)at(t,o,{get:e[o],enumerable:!0})},So=(t,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of xi(e))!Ei.call(t,i)&&i!==o&&at(t,i,{get:()=>e[i],enumerable:!(r=bi(e,i))||r.enumerable});return t};var v=(t,e,o)=>(o=t!=null?vi(Li(t)):{},So(e||!t||!t.__esModule?at(o,"default",{value:t,enumerable:!0}):o,t)),ki=t=>So(at({},"__esModule",{value:!0}),t);var Yn={};Ai(Yn,{PrivyProvider:()=>yi,VERSION:()=>ct,getAccessToken:()=>wi,usePrivy:()=>W});module.exports=ki(Yn);var z=require("react");var ht=v(require("axios"));var To=v(require("axios")),J=class extends Error{constructor(o,r){super(o);r instanceof Error&&(this.cause=r)}toString(){return`${this.type}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},lt=class extends J{constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},c=class extends J{constructor(o,r){super(o,r);this.type="client_error"}};var Z=class extends J{constructor(o,r){super(o,r);this.type="connector_error"}},I=t=>{if(t instanceof J)return t;if(!To.default.isAxiosError(t))return $(t);if(!t.response)return new lt("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new lt(e||"ApiError",t.response.status,o||r,t)},$=t=>t instanceof J?t:t instanceof Error?new c(t.message,t):new c(`Internal error: ${t}`);var Io="1.11.0-beta.3";var Mo="https://api.privy.io/v0",Ro=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",dt="4df5e2316331463a9130964bd6078dfa",Wo=1e4,Oe=1400,Oo=365*24*60*60,ct=Io,No="ES256",Uo="privy.io",Ne="privy:token",pt="privy:refresh_token",re="privy:active_wallet",ut="privy:wallet_type",Do="walletconnect";var mt=class{constructor(e,o,r){this.appId=e,this.sdkVersion=ct,this.session=o,this.defaults=r}async get(e,o){try{return await ht.default.get(e,this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw I(r)}}async post(e,o,r){try{return await ht.default.post(e,o,this.buildConfig(r))}catch(i){throw I(i)}}async delete(e,o){try{return await ht.default.delete(e,this.buildConfig(o))}catch(r){throw I(r)}}buildConfig(e){return e=e||{},e.headers=e.headers||{},e.headers["privy-app-id"]=this.appId,e.headers["privy-client"]=`react-auth:${this.sdkVersion}`,this.session.token!==null&&(e.headers.authorization=`Bearer ${this.session.token}`),{...this.defaults,...e}}};var Ue=v(require("jose"));var fe=class{static parse(e){try{return new fe(e)}catch{return null}}constructor(e){this.value=e,this._decoded=Ue.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}async isValid(e,o,r=0){let i=await Ue.importSPKI(e,No);try{return await Ue.jwtVerify(this.value,i,{issuer:Uo,audience:o,clockTolerance:r}),!0}catch{return!1}}};var ge=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 Kt=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]}},qt=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)}};function _i(){return typeof window<"u"&&window.localStorage?new qt:new Kt}var A=_i();function Ee(t){return new Date(t*1e3)}function Si(t){return t.map(e=>{switch(e.type){case"wallet":return{address:e.address,type:e.type,verifiedAt:Ee(e.verified_at),chainType:e.chain_type};case"email":return{address:e.address,type:e.type,verifiedAt:Ee(e.verified_at)};case"phone":return{number:e.phoneNumber,type:e.type,verifiedAt:Ee(e.verified_at)};case"google_oauth":return{subject:e.subject,email:e.email,name:e.name,type:e.type,verifiedAt:Ee(e.verified_at)};case"twitter_oauth":return{subject:e.subject,username:e.username,name:e.name,type:e.type,verifiedAt:Ee(e.verified_at)};case"discord_oauth":return{subject:e.subject,username:e.username,email:e.email,type:e.type,verifiedAt:Ee(e.verified_at)};default:throw new c("Unrecognized account type")}})}function Ti(t,e){return e.find(o=>o.type==="wallet"&&o.address===t)}function Ae(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function qe(t){let e=t.linkedAccounts.map(s=>s.type==="wallet"?s.address:null),r=A.get(re);if(!r||!e.includes(r)){A.del(re);let s=Ae(t.linkedAccounts,"wallet");s&&(r=s.address,A.put(re,r))}let i=Ti(r,t.linkedAccounts),n=Object.assign({},t);return n.wallet=i&&{address:i.address,chainType:i.chainType,chainId:i.chainId,walletType:i.walletType},n}function de(t){if(!t)return null;let e=Si(t.linked_accounts),o=Ae(e,"wallet"),r=Ae(e,"email"),i=Ae(e,"phone"),n=Ae(e,"google_oauth"),s=Ae(e,"twitter_oauth"),d=Ae(e,"discord_oauth"),u={id:t.id,createdAt:Ee(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:s&&{subject:s.subject,username:s.username,name:s.name},discord:d&&{subject:d.subject,username:d.username,email:d.email}};return qe(u)}var Fo=()=>"/api/v1/sessions",Vo=()=>"/api/v1/sessions/logout",Go=()=>"/api/v1/sessions/fork",Ho=()=>"/api/v1/siwe/init",Bo=()=>"/api/v1/siwe/authenticate",zo=()=>"/api/v1/siwe/link",jo=()=>"/api/v1/passwordless/init",Zo=()=>"/api/v1/passwordless/authenticate",$o=()=>"/api/v1/passwordless/link",Ko=()=>"/api/v1/passwordless_sms/init",qo=()=>"/api/v1/passwordless_sms/authenticate",Yo=()=>"/api/v1/passwordless_sms/link",Jo=()=>"/api/v1/oauth/init",Qo=()=>"/api/v1/oauth/authenticate",Xo=()=>"/api/v1/oauth/link",er=()=>"/api/v1/siwe/unlink",tr=()=>"/api/v1/passwordless/unlink",or=()=>"/api/v1/passwordless_sms/unlink",rr=()=>"/api/v1/oauth/unlink";var Ii=30,ft=class{constructor(){this.authenticateOnce=new ge(async e=>this._authenticate(e)),this.linkOnce=new ge(async e=>this._link(e)),this.refreshOnce=new ge(this._refresh.bind(this)),this.destroyOnce=new ge(this._destroy.bind(this)),this.forkSessionOnce=new ge(this._forkSession.bind(this))}get token(){try{let e=A.get(Ne);return typeof e=="string"?new fe(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=A.get(pt);return typeof e=="string"?e:null}catch(e){return console.error(e),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasActiveToken(){let e=fe.parse(this.token);return e!==null&&!e.isExpired(Ii)}async hasValidToken(e,o,r=0){let i=fe.parse(this.token);return i!==null&&await i.isValid(e,o,r)}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}=await e.authenticate();return this.storeToken(o),this.storeRefreshToken(r),de(i)}catch(o){throw console.warn("Error authenticating session"),$(o)}}async _link(e){try{let o=await e.link();return de(o)}catch(o){throw console.warn("Error linking account"),$(o)}}async _refresh(){if(!this.api)throw new c("Session has no API instance");let e=this.token,o=this.refreshToken;if(!e||!o)return null;try{let r=await this.api.post(Fo(),{refresh_token:o});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),de(r.data.user)}catch(r){throw $(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(Vo(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new c("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(Go(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw $(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),A.del(re)}storeToken(e){typeof e=="string"?A.put(Ne,e):A.del(Ne)}storeRefreshToken(e){typeof e=="string"?A.put(pt,e):A.del(pt)}};var sr=require("@ethersproject/address"),Qt=v(require("@walletconnect/web3-provider"));var ir=require("@ethersproject/logger");var De=class extends Z{constructor(){super("Wallet timeout");this.type="wallet_error"}},gt=t=>{if(t instanceof Z)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new Fe(t);return t.code===ir.ErrorCode.ACTION_REJECTED&&(e.details=ke.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new Fe(t):new Z("Unknown connector error",t)},Yt=class extends J{constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},Fe=class extends Yt{constructor(o){var n,s,d;let r=o;super(r.message,r.code,r.data);let i=Object.values(ke).find(u=>u.eipCode===r.code);this.details=i||ke.UNKNOWN_ERROR,r.code===-32002&&((n=r.message)!=null&&n.includes("already pending for origin")?(s=r.message)!=null&&s.includes("wallet_requestPermissions")?this.details=ke.E32002_CONNECTION_ALREADY_PENDING:this.details=ke.E32002_REQUEST_ALREADY_PENDING:(d=r.message)!=null&&d.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=ke.E32002_WALLET_LOCKED))}},Mi={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}},Ri={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}},Wi={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}},ke={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Wi,...Ri},wt={...Mi,...ke};var Oi=12e4,Jt=(t=new De,e=Oi)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),Ve=class{constructor(e){this.removeListener=(e,o)=>{if(this.walletProvider)return this.walletProvider.removeListener(e,o)};this.setProvider=e=>{this.walletProvider=e,this._subscriptions.forEach(o=>{var r;(r=this.walletProvider)==null||r.on(o.eventName,o.listener)})};this.walletProvider=e,this._subscriptions=[]}on(e,o){if(this.walletProvider)return this.walletProvider.on(e,o);this._subscriptions.push({eventName:e,listener:o})}request(e){if(!this.walletProvider)throw new Z(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),Jt()]).catch(o=>{throw gt(o)})}},Ge=class extends Ve{constructor(o){super(o)}},yt=class extends Ve{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var ar=require("@ethersproject/providers");var nr=["metamask","coinbase_wallet","wallet_connect"];var lr=v(require("@coinbase/wallet-sdk")),Ni=()=>{let t=`https://mainnet.infura.io/v3/${dt}`,e=1;return new lr.default({appName:"Privy",darkMode:!1,headlessMode:!1}).makeWeb3Provider(t,e)},Xt=()=>{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},vt=()=>{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},Ct=class{constructor(){this.walletType=null;this.getEthereumProvider=()=>this.ethProvider;this.createSiweMessage=(e,o,r,i,n,s,d)=>`${r} wants you to sign in with your Ethereum account:
|
|
1
|
+
"use strict";var vi=Object.create;var at=Object.defineProperty;var bi=Object.getOwnPropertyDescriptor;var xi=Object.getOwnPropertyNames;var Li=Object.getPrototypeOf,Ei=Object.prototype.hasOwnProperty;var Ai=(t,e)=>{for(var o in e)at(t,o,{get:e[o],enumerable:!0})},So=(t,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of xi(e))!Ei.call(t,i)&&i!==o&&at(t,i,{get:()=>e[i],enumerable:!(r=bi(e,i))||r.enumerable});return t};var v=(t,e,o)=>(o=t!=null?vi(Li(t)):{},So(e||!t||!t.__esModule?at(o,"default",{value:t,enumerable:!0}):o,t)),ki=t=>So(at({},"__esModule",{value:!0}),t);var Yn={};Ai(Yn,{PrivyProvider:()=>yi,VERSION:()=>ct,getAccessToken:()=>wi,usePrivy:()=>W});module.exports=ki(Yn);var z=require("react");var ht=v(require("axios"));var To=v(require("axios")),J=class extends Error{constructor(o,r){super(o);r instanceof Error&&(this.cause=r)}toString(){return`${this.type}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},lt=class extends J{constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},c=class extends J{constructor(o,r){super(o,r);this.type="client_error"}};var Z=class extends J{constructor(o,r){super(o,r);this.type="connector_error"}},I=t=>{if(t instanceof J)return t;if(!To.default.isAxiosError(t))return $(t);if(!t.response)return new lt("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new lt(e||"ApiError",t.response.status,o||r,t)},$=t=>t instanceof J?t:t instanceof Error?new c(t.message,t):new c(`Internal error: ${t}`);var Io="1.11.0";var Mo="https://api.privy.io/v0",Ro=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",dt="4df5e2316331463a9130964bd6078dfa",Wo=1e4,Oe=1400,Oo=365*24*60*60,ct=Io,No="ES256",Uo="privy.io",Ne="privy:token",pt="privy:refresh_token",re="privy:active_wallet",ut="privy:wallet_type",Do="walletconnect";var mt=class{constructor(e,o,r){this.appId=e,this.sdkVersion=ct,this.session=o,this.defaults=r}async get(e,o){try{return await ht.default.get(e,this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw I(r)}}async post(e,o,r){try{return await ht.default.post(e,o,this.buildConfig(r))}catch(i){throw I(i)}}async delete(e,o){try{return await ht.default.delete(e,this.buildConfig(o))}catch(r){throw I(r)}}buildConfig(e){return e=e||{},e.headers=e.headers||{},e.headers["privy-app-id"]=this.appId,e.headers["privy-client"]=`react-auth:${this.sdkVersion}`,this.session.token!==null&&(e.headers.authorization=`Bearer ${this.session.token}`),{...this.defaults,...e}}};var Ue=v(require("jose"));var fe=class{static parse(e){try{return new fe(e)}catch{return null}}constructor(e){this.value=e,this._decoded=Ue.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}async isValid(e,o,r=0){let i=await Ue.importSPKI(e,No);try{return await Ue.jwtVerify(this.value,i,{issuer:Uo,audience:o,clockTolerance:r}),!0}catch{return!1}}};var ge=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 Kt=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]}},qt=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)}};function _i(){return typeof window<"u"&&window.localStorage?new qt:new Kt}var A=_i();function Ae(t){return new Date(t*1e3)}function Si(t){return t.map(e=>{switch(e.type){case"wallet":return{address:e.address,type:e.type,verifiedAt:Ae(e.verified_at),chainType:e.chain_type};case"email":return{address:e.address,type:e.type,verifiedAt:Ae(e.verified_at)};case"phone":return{number:e.phoneNumber,type:e.type,verifiedAt:Ae(e.verified_at)};case"google_oauth":return{subject:e.subject,email:e.email,name:e.name,type:e.type,verifiedAt:Ae(e.verified_at)};case"twitter_oauth":return{subject:e.subject,username:e.username,name:e.name,type:e.type,verifiedAt:Ae(e.verified_at)};case"discord_oauth":return{subject:e.subject,username:e.username,email:e.email,type:e.type,verifiedAt:Ae(e.verified_at)};default:throw new c("Unrecognized account type")}})}function Ti(t,e){return e.find(o=>o.type==="wallet"&&o.address===t)}function ke(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function qe(t){let e=t.linkedAccounts.map(s=>s.type==="wallet"?s.address:null),r=A.get(re);if(!r||!e.includes(r)){A.del(re);let s=ke(t.linkedAccounts,"wallet");s&&(r=s.address,A.put(re,r))}let i=Ti(r,t.linkedAccounts),n=Object.assign({},t);return n.wallet=i&&{address:i.address,chainType:i.chainType,chainId:i.chainId,walletType:i.walletType},n}function de(t){if(!t)return null;let e=Si(t.linked_accounts),o=ke(e,"wallet"),r=ke(e,"email"),i=ke(e,"phone"),n=ke(e,"google_oauth"),s=ke(e,"twitter_oauth"),d=ke(e,"discord_oauth"),u={id:t.id,createdAt:Ae(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:s&&{subject:s.subject,username:s.username,name:s.name},discord:d&&{subject:d.subject,username:d.username,email:d.email}};return qe(u)}var Fo=()=>"/api/v1/sessions",Vo=()=>"/api/v1/sessions/logout",Go=()=>"/api/v1/sessions/fork",Ho=()=>"/api/v1/siwe/init",Bo=()=>"/api/v1/siwe/authenticate",zo=()=>"/api/v1/siwe/link",jo=()=>"/api/v1/passwordless/init",Zo=()=>"/api/v1/passwordless/authenticate",$o=()=>"/api/v1/passwordless/link",Ko=()=>"/api/v1/passwordless_sms/init",qo=()=>"/api/v1/passwordless_sms/authenticate",Yo=()=>"/api/v1/passwordless_sms/link",Jo=()=>"/api/v1/oauth/init",Qo=()=>"/api/v1/oauth/authenticate",Xo=()=>"/api/v1/oauth/link",er=()=>"/api/v1/siwe/unlink",tr=()=>"/api/v1/passwordless/unlink",or=()=>"/api/v1/passwordless_sms/unlink",rr=()=>"/api/v1/oauth/unlink";var Ii=30,ft=class{constructor(){this.authenticateOnce=new ge(async e=>this._authenticate(e)),this.linkOnce=new ge(async e=>this._link(e)),this.refreshOnce=new ge(this._refresh.bind(this)),this.destroyOnce=new ge(this._destroy.bind(this)),this.forkSessionOnce=new ge(this._forkSession.bind(this))}get token(){try{let e=A.get(Ne);return typeof e=="string"?new fe(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=A.get(pt);return typeof e=="string"?e:null}catch(e){return console.error(e),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasActiveToken(){let e=fe.parse(this.token);return e!==null&&!e.isExpired(Ii)}async hasValidToken(e,o,r=0){let i=fe.parse(this.token);return i!==null&&await i.isValid(e,o,r)}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}=await e.authenticate();return this.storeToken(o),this.storeRefreshToken(r),de(i)}catch(o){throw console.warn("Error authenticating session"),$(o)}}async _link(e){try{let o=await e.link();return de(o)}catch(o){throw console.warn("Error linking account"),$(o)}}async _refresh(){if(!this.api)throw new c("Session has no API instance");let e=this.token,o=this.refreshToken;if(!e||!o)return null;try{let r=await this.api.post(Fo(),{refresh_token:o});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),de(r.data.user)}catch(r){throw $(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(Vo(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new c("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(Go(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw $(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),A.del(re)}storeToken(e){typeof e=="string"?A.put(Ne,e):A.del(Ne)}storeRefreshToken(e){typeof e=="string"?A.put(pt,e):A.del(pt)}};var sr=require("@ethersproject/address"),Qt=v(require("@walletconnect/web3-provider"));var ir=require("@ethersproject/logger");var De=class extends Z{constructor(){super("Wallet timeout");this.type="wallet_error"}},gt=t=>{if(t instanceof Z)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new Fe(t);return t.code===ir.ErrorCode.ACTION_REJECTED&&(e.details=Pe.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new Fe(t):new Z("Unknown connector error",t)},Yt=class extends J{constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},Fe=class extends Yt{constructor(o){var n,s,d;let r=o;super(r.message,r.code,r.data);let i=Object.values(Pe).find(u=>u.eipCode===r.code);this.details=i||Pe.UNKNOWN_ERROR,r.code===-32002&&((n=r.message)!=null&&n.includes("already pending for origin")?(s=r.message)!=null&&s.includes("wallet_requestPermissions")?this.details=Pe.E32002_CONNECTION_ALREADY_PENDING:this.details=Pe.E32002_REQUEST_ALREADY_PENDING:(d=r.message)!=null&&d.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Pe.E32002_WALLET_LOCKED))}},Mi={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}},Ri={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}},Wi={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}},Pe={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Wi,...Ri},wt={...Mi,...Pe};var Oi=12e4,Jt=(t=new De,e=Oi)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),Ve=class{constructor(e){this.removeListener=(e,o)=>{if(this.walletProvider)return this.walletProvider.removeListener(e,o)};this.setProvider=e=>{this.walletProvider=e,this._subscriptions.forEach(o=>{var r;(r=this.walletProvider)==null||r.on(o.eventName,o.listener)})};this.walletProvider=e,this._subscriptions=[]}on(e,o){if(this.walletProvider)return this.walletProvider.on(e,o);this._subscriptions.push({eventName:e,listener:o})}request(e){if(!this.walletProvider)throw new Z(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),Jt()]).catch(o=>{throw gt(o)})}},Ge=class extends Ve{constructor(o){super(o)}},yt=class extends Ve{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var ar=require("@ethersproject/providers");var nr=["metamask","coinbase_wallet","wallet_connect"];var lr=v(require("@coinbase/wallet-sdk")),Ni=()=>{let t=`https://mainnet.infura.io/v3/${dt}`,e=1;return new lr.default({appName:"Privy",darkMode:!1,headlessMode:!1}).makeWeb3Provider(t,e)},Xt=()=>{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},vt=()=>{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},Ct=class{constructor(){this.walletType=null;this.getEthereumProvider=()=>this.ethProvider;this.createSiweMessage=(e,o,r,i,n,s,d)=>`${r} wants you to sign in with your Ethereum account:
|
|
2
2
|
${o}
|
|
3
3
|
|
|
4
4
|
${d}
|
|
@@ -72,7 +72,7 @@ Resources:
|
|
|
72
72
|
@media (max-width: 440px) {
|
|
73
73
|
height: 30px;
|
|
74
74
|
}
|
|
75
|
-
`;var co=v(require("styled-components"));var O=require("react/jsx-runtime"),
|
|
75
|
+
`;var co=v(require("styled-components"));var O=require("react/jsx-runtime"),Se=({style:t,...e})=>(0,O.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,O.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"white"}),(0,O.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,O.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,O.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,O.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,O.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,O.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,O.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,O.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,O.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,O.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,O.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,O.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 Xe=require("react/jsx-runtime"),we=({style:t,...e})=>(0,Xe.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,Xe.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,Xe.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 ce=require("react/jsx-runtime"),At=({style:t,...e})=>(0,ce.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,ce.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),(0,ce.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,ce.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,ce.jsx)("defs",{children:(0,ce.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,ce.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});var lo=require("react-device-detect");var kt=require("react-device-detect"),no=t=>{let e=new URL(window.location.href);if(!window.ethereum&&kt.isMobile){let o;switch(t){case"metamask":kt.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 so=v(require("styled-components")),gr=so.default.span`
|
|
76
76
|
@media (max-width: 440px) {
|
|
77
77
|
display: none;
|
|
78
78
|
}
|
|
@@ -80,7 +80,7 @@ Resources:
|
|
|
80
80
|
@media (min-width: 441px) {
|
|
81
81
|
display: none;
|
|
82
82
|
}
|
|
83
|
-
`;var N=require("react/jsx-runtime"),Pt=()=>{let{navigate:t}=y(),{initLoginWithWallet:e,closePrivyModal:o}=S();return(0,N.jsxs)(Gi,{children:[(0,N.jsxs)(ao,{onClick:()=>{Xt()?(e("metamask"),t("AWAITING_CONNECTION")):lo.isMobile?(no("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[(0,N.jsx)(
|
|
83
|
+
`;var N=require("react/jsx-runtime"),Pt=()=>{let{navigate:t}=y(),{initLoginWithWallet:e,closePrivyModal:o}=S();return(0,N.jsxs)(Gi,{children:[(0,N.jsxs)(ao,{onClick:()=>{Xt()?(e("metamask"),t("AWAITING_CONNECTION")):lo.isMobile?(no("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[(0,N.jsx)(Se,{}),(0,N.jsx)("span",{children:"Metamask"}),(0,N.jsx)("span",{children:Xt()?"Connect":"Install"})]}),(0,N.jsxs)(ao,{onClick:()=>{vt()?(e("coinbase_wallet"),t("AWAITING_CONNECTION")):lo.isMobile?(no("coinbase_wallet"),o()):(e("coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[(0,N.jsx)(we,{}),(0,N.jsxs)("span",{children:["Coinbase",(0,N.jsx)(gr,{children:" Wallet"})]}),(0,N.jsx)("span",{children:"Connect"})]}),(0,N.jsxs)(ao,{onClick:()=>{e("wallet_connect"),t("AWAITING_CONNECTION")},children:[(0,N.jsx)(At,{}),(0,N.jsx)("span",{children:"WalletConnect"}),(0,N.jsx)("span",{children:"Connect"})]})]})},Gi=co.default.div`
|
|
84
84
|
display: flex;
|
|
85
85
|
flex-direction: column;
|
|
86
86
|
align-items: flex-start;
|
|
@@ -214,7 +214,7 @@ Resources:
|
|
|
214
214
|
justify-content: center;
|
|
215
215
|
height: 100%;
|
|
216
216
|
width: 100%;
|
|
217
|
-
`;var tt=v(require("styled-components"));var mo=require("react/jsx-runtime"),St=({style:t,logoFill:e,...o})=>(0,mo.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,mo.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 Ce=require("react/jsx-runtime"),Tt=({logoFill:t,style:e,...o})=>(0,Ce.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,Ce.jsx)("g",{clipPath:"url(#clip0)",children:(0,Ce.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,Ce.jsx)("defs",{children:(0,Ce.jsx)("clipPath",{id:"clip0",children:(0,Ce.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var
|
|
217
|
+
`;var tt=v(require("styled-components"));var mo=require("react/jsx-runtime"),St=({style:t,logoFill:e,...o})=>(0,mo.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,mo.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 Ce=require("react/jsx-runtime"),Tt=({logoFill:t,style:e,...o})=>(0,Ce.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,Ce.jsx)("g",{clipPath:"url(#clip0)",children:(0,Ce.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,Ce.jsx)("defs",{children:(0,Ce.jsx)("clipPath",{id:"clip0",children:(0,Ce.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var Te=require("react/jsx-runtime"),It=({style:t,...e})=>(0,Te.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,Te.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,Te.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,Te.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,Te.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 ue=require("react/jsx-runtime"),br=({showGoogle:t,showTwitter:e,showDiscord:o,stacked:r})=>{let{initLoginWithOAuth:i}=S();return(0,ue.jsxs)(zi,{stacked:r,children:[t&&(0,ue.jsx)($i,{onClick:()=>{i("google")},children:(0,ue.jsx)(It,{})}),e&&(0,ue.jsx)(ji,{onClick:()=>{i("twitter")},children:(0,ue.jsx)(St,{})}),o&&(0,ue.jsx)(Zi,{onClick:()=>{i("discord")},children:(0,ue.jsx)(Tt,{})})]})},zi=tt.default.div`
|
|
218
218
|
display: flex;
|
|
219
219
|
flex-direction: ${t=>t.stacked?"column":"row"};
|
|
220
220
|
justify-content: space-between;
|
|
@@ -257,7 +257,7 @@ Resources:
|
|
|
257
257
|
align-items: center;
|
|
258
258
|
border: 1px solid #e5e7eb;
|
|
259
259
|
}
|
|
260
|
-
`;var Be=require("react"),
|
|
260
|
+
`;var Be=require("react"),Ie=v(require("styled-components"));var fo=require("react/jsx-runtime"),Mt=({style:t,...e})=>(0,fo.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,fo.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 xr=v(require("styled-components")),Lr=require("react/jsx-runtime"),Rt=({success:t,fail:e})=>(0,Lr.jsx)(ve,{className:t?"success":e?"fail":""}),ve=xr.default.span`
|
|
261
261
|
&& {
|
|
262
262
|
width: 82px;
|
|
263
263
|
height: 82px;
|
|
@@ -290,7 +290,7 @@ Resources:
|
|
|
290
290
|
border-color: var(--fail-light);
|
|
291
291
|
border-bottom-color: var(--fail-light);
|
|
292
292
|
}
|
|
293
|
-
`;var Er=require("libphonenumber-js/min");var Ar=t=>!!String(t).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/),kr=t=>(0,Er.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,s){return i+i+n+n+s+s});var o=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return{r:parseInt((o==null?void 0:o[1])||"00",16),g:parseInt((o==null?void 0:o[2])||"00",16),b:parseInt((o==null?void 0:o[3])||"00",16)}},Pr=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r};var U=require("react/jsx-runtime"),Ot=t=>{let[e,o]=(0,Be.useState)(""),[r,i]=(0,Be.useState)(!1),[n,s]=(0,Be.useState)(null),{authenticated:d}=W(),{loginWithEmail:u}=S(),{navigate:f,options:
|
|
293
|
+
`;var Er=require("libphonenumber-js/min");var Ar=t=>!!String(t).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/),kr=t=>(0,Er.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,s){return i+i+n+n+s+s});var o=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return{r:parseInt((o==null?void 0:o[1])||"00",16),g:parseInt((o==null?void 0:o[2])||"00",16),b:parseInt((o==null?void 0:o[3])||"00",16)}},Pr=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r};var U=require("react/jsx-runtime"),Ot=t=>{let[e,o]=(0,Be.useState)(""),[r,i]=(0,Be.useState)(!1),[n,s]=(0,Be.useState)(null),{authenticated:d}=W(),{loginWithEmail:u}=S(),{navigate:f,options:x}=y(),M=x.wallet;(0,Be.useEffect)(()=>{let h=document.querySelector("#email-input");h==null||h.focus()},[]);let T=Ar(e),w=()=>{i(!0),u(e).then(()=>{f("AWAITING_PASSWORDLESS_CODE")}).catch(h=>{(h==null?void 0:h.status)===422?s(h.message):s("Issue submitting email"),i(!1)})};return(0,U.jsxs)(U.Fragment,{children:[(0,U.jsxs)(Ki,{stacked:t.stacked,children:[(0,U.jsxs)(Ji,{standalone:t.stacked,children:[(0,U.jsx)(Mt,{}),(0,U.jsx)("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:h=>o(h.target.value),onKeyUp:h=>{h.key==="Enter"&&w()},value:e,autoComplete:"email"})]}),t.stacked?null:(0,U.jsx)(qi,{disabled:r||!T,onClick:w,children:r?(0,U.jsx)(ve,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"})]}),n||d||!M?(0,U.jsx)(Xi,{fail:!!n,children:n||""}):null,!n&&!d&&M?(0,U.jsx)(Qi,{children:(0,U.jsx)("span",{children:"Get started without a wallet."})}):null,t.stacked?(0,U.jsx)(Yi,{disabled:r||!T,onClick:w,children:r?(0,U.jsx)(ve,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"}):null]})},Ki=Ie.default.div`
|
|
294
294
|
display: flex;
|
|
295
295
|
border: 1px solid #d1d5db;
|
|
296
296
|
width: 100%;
|
|
@@ -304,7 +304,7 @@ Resources:
|
|
|
304
304
|
@media (max-width: 440px) {
|
|
305
305
|
margin-top: 20px;
|
|
306
306
|
}
|
|
307
|
-
`,qi=
|
|
307
|
+
`,qi=Ie.default.button`
|
|
308
308
|
display: flex;
|
|
309
309
|
flex-direction: row;
|
|
310
310
|
align-items: center;
|
|
@@ -329,7 +329,7 @@ Resources:
|
|
|
329
329
|
color: var(--disabled-fg);
|
|
330
330
|
cursor: not-allowed;
|
|
331
331
|
}
|
|
332
|
-
`,Yi=
|
|
332
|
+
`,Yi=Ie.default.button`
|
|
333
333
|
display: flex;
|
|
334
334
|
flex-direction: column;
|
|
335
335
|
align-items: center;
|
|
@@ -353,7 +353,7 @@ Resources:
|
|
|
353
353
|
color: var(--disabled-fg);
|
|
354
354
|
cursor: not-allowed;
|
|
355
355
|
}
|
|
356
|
-
`,Ji=
|
|
356
|
+
`,Ji=Ie.default.label`
|
|
357
357
|
display: flex;
|
|
358
358
|
flex-direction: row;
|
|
359
359
|
align-items: center;
|
|
@@ -390,7 +390,7 @@ Resources:
|
|
|
390
390
|
line-height: 24px;
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
|
-
`,Qi=
|
|
393
|
+
`,Qi=Ie.default.div`
|
|
394
394
|
font-size: 13px;
|
|
395
395
|
color: #6b7280;
|
|
396
396
|
text-align: left;
|
|
@@ -398,7 +398,7 @@ Resources:
|
|
|
398
398
|
> button {
|
|
399
399
|
text-decoration: underline;
|
|
400
400
|
}
|
|
401
|
-
`,Xi=
|
|
401
|
+
`,Xi=Ie.default.div`
|
|
402
402
|
line-height: 20px;
|
|
403
403
|
height: 20px;
|
|
404
404
|
font-size: 13px;
|
|
@@ -410,7 +410,7 @@ Resources:
|
|
|
410
410
|
opacity: ${t=>t.success||t.fail?"1":"0"};
|
|
411
411
|
|
|
412
412
|
transition: ${t=>t.fail?"":"all 150ms ease-in-out"};
|
|
413
|
-
`;var ze=require("react"),be=v(require("styled-components"));var go=require("react/jsx-runtime"),Nt=({style:t,...e})=>(0,go.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,go.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 D=require("react/jsx-runtime"),Ut=t=>{let[e,o]=(0,ze.useState)(""),[r,i]=(0,ze.useState)(!1),[n,s]=(0,ze.useState)(null),{authenticated:d}=W(),{loginWithSms:u}=S(),{navigate:f,options:
|
|
413
|
+
`;var ze=require("react"),be=v(require("styled-components"));var go=require("react/jsx-runtime"),Nt=({style:t,...e})=>(0,go.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,go.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 D=require("react/jsx-runtime"),Ut=t=>{let[e,o]=(0,ze.useState)(""),[r,i]=(0,ze.useState)(!1),[n,s]=(0,ze.useState)(null),{authenticated:d}=W(),{loginWithSms:u}=S(),{navigate:f,options:x}=y(),M=x.wallet;(0,ze.useEffect)(()=>{let h=document.querySelector("#phone-number-input");h==null||h.focus()},[]);let T=kr(e),w=()=>{i(!0),u(e).then(()=>{f("AWAITING_PASSWORDLESS_CODE")}).catch(h=>{(h==null?void 0:h.status)===422?s(h.message):s("Issue submitting phone number"),i(!1)})};return(0,D.jsxs)(D.Fragment,{children:[(0,D.jsxs)(en,{stacked:t.stacked,children:[(0,D.jsxs)(rn,{standalone:t.stacked,children:[(0,D.jsx)(Nt,{}),(0,D.jsx)("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:h=>{o(h.target.value)},onKeyUp:h=>{h.key==="Enter"&&w()},value:e,autoComplete:"tel"})]}),t.stacked?null:(0,D.jsx)(tn,{disabled:r||!T,onClick:w,children:r?(0,D.jsx)(_r,{color:"var(--disabled-fg)"}):"Submit"})]}),n||d||!M?(0,D.jsx)(sn,{fail:!!n,children:n||""}):null,!n&&!d&&M?(0,D.jsx)(nn,{children:(0,D.jsx)("span",{children:"Don\u2019t have a wallet? Start exploring with your phone or socials."})}):null,t.stacked?(0,D.jsx)(on,{disabled:r||!T,onClick:w,children:r?(0,D.jsx)(_r,{color:"var(--disabled-fg)"}):"Submit"}):null]})},en=be.default.div`
|
|
414
414
|
display: flex;
|
|
415
415
|
border: 1px solid #d1d5db;
|
|
416
416
|
width: 100%;
|
|
@@ -535,7 +535,7 @@ Resources:
|
|
|
535
535
|
width: 1rem;
|
|
536
536
|
border-width: 2px;
|
|
537
537
|
}
|
|
538
|
-
`;var wo=require("react/jsx-runtime"),Sr=()=>{let{app:t}=y();return t!=null&&t.logoUrl?(0,wo.jsx)("div",{children:(0,wo.jsx)("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};var yo=require("react-device-detect"),C=require("react/jsx-runtime");var Ir=()=>{let{ready:t}=W(),{getAuthMeta:e,isLinking:o}=S(),{app:r,navigate:i,options:n}=y(),s=n.email,d=n.sms,u=n.wallet,f=n.google,
|
|
538
|
+
`;var wo=require("react/jsx-runtime"),Sr=()=>{let{app:t}=y();return t!=null&&t.logoUrl?(0,wo.jsx)("div",{children:(0,wo.jsx)("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};var yo=require("react-device-detect"),C=require("react/jsx-runtime");var Ir=()=>{let{ready:t}=W(),{getAuthMeta:e,isLinking:o}=S(),{app:r,navigate:i,options:n}=y(),s=n.email,d=n.sms,u=n.wallet,f=n.google,x=n.twitter,M=n.discord,T=u?0:1,[w,h]=(0,Dt.useState)(T),b=e(),R=(b==null?void 0:b.authorizationCode)&&(b==null?void 0:b.stateCode)&&(b==null?void 0:b.provider);(0,Dt.useEffect)(()=>{R?i("AWAITING_OAUTH_SCREEN"):o&&s?i("LINK_EMAIL_SCREEN"):o&&d?i("LINK_PHONE_SCREEN"):o&&u&&i("LINK_WALLET_SCREEN")},[t]);let F=w==0,me=w==1;return(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(k,{},"header"),(0,C.jsx)(pn,{walletOnly:!s&&!d&&!f&&!x&&!M,hasTerms:!!((r==null?void 0:r.privacyPolicyUrl)||(r==null?void 0:r.termsAndConditionsUrl)),children:(0,C.jsx)(Sr,{})}),(0,C.jsxs)(ye,{children:[u&&(0,C.jsx)(an,{active:F,onClick:()=>h(0)}),(s||d)&&(0,C.jsx)(ln,{active:me,onClick:()=>h(1),email:s,sms:d,google:f,twitter:x,discord:M})]}),r&&(0,C.jsx)(Cr,{app:r}),(0,C.jsx)(ne,{protectedByPrivy:!0})]})};function an(t){return(0,C.jsxs)(Rr,{active:t.active,onClick:t.onClick,children:[(0,C.jsx)(Mr,{active:t.active,children:(0,C.jsx)("h4",{children:"Connect Wallet"})}),t.active&&(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(Pt,{}),(0,C.jsx)(_t,{})]})]})}function ln(t){let e=t.google||t.discord||t.twitter&&!yo.isMobile,o=t.email?"Email":"Phone";return(0,C.jsxs)(Rr,{active:t.active,onClick:t.onClick,children:[(0,C.jsx)(Mr,{active:t.active,children:(0,C.jsxs)("h4",{children:["Sign In with ",e?`${o} & Social`:o]})}),t.active&&t.email&&(0,C.jsx)(Ot,{}),t.active&&t.sms&&!t.email&&(0,C.jsx)(Ut,{}),t.active&&e&&(0,C.jsx)(dn,{google:t.google,twitter:t.twitter&&!yo.isMobile,discord:t.discord})]})}function dn(t){return(0,C.jsxs)(C.Fragment,{children:[(0,C.jsxs)(cn,{children:[(0,C.jsx)(Tr,{}),(0,C.jsx)("p",{children:" Or "}),(0,C.jsx)(Tr,{})]}),(0,C.jsx)(br,{showGoogle:t.google,showDiscord:t.discord,showTwitter:t.twitter})]})}var Mr=je.default.div`
|
|
539
539
|
font-weight: ${t=>t.active?600:500};
|
|
540
540
|
color: ${t=>t.active?"inherit":"#6b7280"};
|
|
541
541
|
display: flex;
|
|
@@ -593,7 +593,7 @@ Resources:
|
|
|
593
593
|
// the logo is close to the top (mobile or full wallet-open design)
|
|
594
594
|
margin-top: ${t=>`${28+(t.walletOnly?31:0)-(t.hasTerms?18:0)}px`};
|
|
595
595
|
margin-bottom: ${t=>`${60+(t.walletOnly?31:0)-(t.hasTerms?18:0)}px`};
|
|
596
|
-
`;var xe=require("react");var rt=v(require("styled-components"));var ot=v(require("styled-components")),he=require("react/jsx-runtime"),
|
|
596
|
+
`;var xe=require("react");var rt=v(require("styled-components"));var ot=v(require("styled-components")),he=require("react/jsx-runtime"),Me=({title:t,description:e,children:o,...r})=>(0,he.jsxs)(Or,{...r,children:[(0,he.jsx)("h3",{children:t}),typeof e=="string"?(0,he.jsx)("p",{children:e}):null,o]}),Wr=(0,ot.default)(Me)`
|
|
597
597
|
margin-bottom: 24px;
|
|
598
598
|
`,Ze=({title:t,description:e,icon:o,children:r,...i})=>(0,he.jsxs)(un,{...i,children:[o?(0,he.jsx)(hn,{children:o}):null,(0,he.jsx)("h3",{children:t}),typeof e=="string"?(0,he.jsx)("p",{children:e}):null,r]}),Or=ot.default.div`
|
|
599
599
|
display: flex;
|
|
@@ -629,7 +629,7 @@ Resources:
|
|
|
629
629
|
border-color: #e1e7ef;
|
|
630
630
|
border-width: 1px;
|
|
631
631
|
}
|
|
632
|
-
`;var E=require("react/jsx-runtime"),Co=6,Nr=new Array(Co).fill(""),mn=1400;var Ur=()=>{var p,Ke,We;let{app:t}=y(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:i,loginWithCode:n}=S(),{authenticated:s,user:d}=W(),[u,f]=(0,xe.useState)(Nr),[
|
|
632
|
+
`;var E=require("react/jsx-runtime"),Co=6,Nr=new Array(Co).fill(""),mn=1400;var Ur=()=>{var p,Ke,We;let{app:t}=y(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:i,loginWithCode:n}=S(),{authenticated:s,user:d}=W(),[u,f]=(0,xe.useState)(Nr),[x,M]=(0,xe.useState)(!1),[T,w]=(0,xe.useState)(null),[h,b]=(0,xe.useState)(null),R=(p=i())!=null&&p.email?0:1;(0,xe.useEffect)(()=>{if(s&&x){let B=setTimeout(e,Oe);return()=>clearTimeout(B)}},[s,x,d]),(0,xe.useEffect)(()=>{if(T&&h===0){let B=setTimeout(()=>{f(Nr),w(null);let V=document.querySelector("input[name=code-0]");V==null||V.focus()},mn);return()=>clearTimeout(B)}},[T]);let F=B=>{var _o;let V=B.currentTarget.value.replace(" ","");if(V==="")return;if(isNaN(Number(V))){w("Code should be numeric"),b(1);return}w(null),b(null);let te=Number((_o=B.currentTarget.name)==null?void 0:_o.charAt(5)),jt=[...V||[""]].slice(0,Co-te),Zt=[...u.slice(0,te),...jt,...u.slice(te+jt.length)];f(Zt);let Ci=jt.length,Po=Math.min(Math.max(te+Ci,0),Co-1);if(!isNaN(Number(B.currentTarget.value))){let oe=document.querySelector(`input[name=code-${Po}]`);oe==null||oe.focus()}if(Zt.every(oe=>oe&&!isNaN(+oe))){let oe=document.querySelector(`input[name=code-${Po}]`);oe==null||oe.blur(),n(Zt.join("")).then(()=>M(!0)).catch($t=>{($t==null?void 0:$t.status)===422?w("Invalid or expired verification code"):w("Issue verifying code"),b(0)})}B.preventDefault()},me=B=>{h===1&&(w(null),b(null));let V=[...u.slice(0,B),"",...u.slice(B+1)];if(f(V),B>0){let te=document.querySelector(`input[name=code-${B-1}]`);te==null||te.focus()}},_=`Verify your ${R==0?"email":"phone"}`,l=R==0?`Please check ${(Ke=i())==null?void 0:Ke.email} for an email from privy.io and enter your code below.`:`Please check ${(We=i())==null?void 0:We.phoneNumber} for a message from ${(t==null?void 0:t.name)||"privy.io"} and enter your code below.`;return(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(k,{},"header"),(0,E.jsxs)(fn,{children:[(0,E.jsx)(Me,{title:_,description:l}),(0,E.jsxs)(vr,{children:[(0,E.jsxs)(gn,{children:[(0,E.jsx)(wn,{fail:!!T,success:x,children:(0,E.jsx)("span",{children:T||(x?"Success!":"")})}),(0,E.jsx)("div",{children:u.map((B,V)=>(0,E.jsx)("input",{name:`code-${V}`,type:"text",value:u[V],onChange:F,onKeyUp:te=>{te.key==="Backspace"&&me(V)},inputMode:"numeric",autoFocus:V===0,pattern:"[0-9]",className:`${x?"success":""} ${T?"fail":""}`,autoComplete:"one-time-code"},V))})]}),(0,E.jsx)(yn,{children:R==0?(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)("span",{children:"Didn't get an email?"}),(0,E.jsx)("button",{onClick:o,children:"Resend Code"})]}):(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)("span",{children:"Didn't get a message?"}),(0,E.jsx)("button",{onClick:r,children:"Resend Code"})]})})]})]}),(0,E.jsx)(ne,{protectedByPrivy:!0})]})},fn=rt.default.div`
|
|
633
633
|
display: flex;
|
|
634
634
|
flex-direction: column;
|
|
635
635
|
align-items: flex-start;
|
|
@@ -726,7 +726,7 @@ Resources:
|
|
|
726
726
|
> button {
|
|
727
727
|
text-decoration: underline;
|
|
728
728
|
}
|
|
729
|
-
`;var Yr=require("react"),Y=v(require("styled-components"));var Fr=v(require("qrcode")),Vr=v(require("styled-components"));var
|
|
729
|
+
`;var Yr=require("react"),Y=v(require("styled-components"));var Fr=v(require("qrcode")),Vr=v(require("styled-components"));var L=require("react/jsx-runtime"),j=7,vo=(t,e,o,r,i)=>{for(let n=e;n<e+r;n++)for(let s=o;s<o+i;s++){let d=t==null?void 0:t[s];d&&d[n]&&(d[n]=0)}return t},Cn=t=>{let e=Fr.default.create(t,{errorCorrectionLevel:"high"}).modules,o=Pr(Array.from(e.data),e.size);return o=vo(o,0,0,j,j),o=vo(o,o.length-j,0,j,j),o=vo(o,0,o.length-j,j,j),o},vn=({x:t,y:e,cellSize:o,bgColor:r,fgColor:i})=>(0,L.jsx)(L.Fragment,{children:[0,1,2].map(n=>(0,L.jsx)("circle",{r:o*(j-n*2)/2,cx:t+o*j/2,cy:e+o*j/2,fill:n%2!==0?r:i},`finder-${t}-${e}-${n}`))}),bn=({cellSize:t,matrixSize:e,bgColor:o,fgColor:r})=>{let i=[[0,0],[(e-j)*t,0],[0,(e-j)*t]];return(0,L.jsx)(L.Fragment,{children:i.map(([n,s])=>(0,L.jsx)(vn,{x:n,y:s,cellSize:t,bgColor:o,fgColor:r}))})},xn=({matrix:t,cellSize:e,color:o})=>(0,L.jsx)(L.Fragment,{children:t.map((r,i)=>r.map((n,s)=>n?(0,L.jsx)("circle",{r:e/2.5,cx:i*e+e/2,cy:s*e+e/2,fill:o},`circle-${i}-${s}`):(0,L.jsx)(L.Fragment,{})))}),Dr=(t,e)=>t-t%e,Ln=({outputSize:t,cellSize:e,element:o,size:r,padding:i,bgColor:n})=>{if(!o)return(0,L.jsx)(L.Fragment,{});let s=r||40,d=i||4,u=o,f=t/2-s/2-d;return(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)("rect",{x:Dr(f,e),y:Dr(f,e),width:s+d*2+(f%e?e+.5:.5),height:s+d*2+(f%e?e+.5:.5),fill:n}),(0,L.jsx)(u,{x:t/2-s/2,y:t/2-s/2,height:s,width:s})]})},En=t=>{var i;let e=t.outputSize,o=Cn(t.url),r=e/o.length;return(0,L.jsxs)("svg",{height:t.outputSize,width:t.outputSize,viewBox:`0 0 ${t.outputSize} ${t.outputSize}`,style:{height:"100%",width:"100%"},children:[(0,L.jsx)(xn,{matrix:o,cellSize:r,color:t.fgColor}),(0,L.jsx)(bn,{cellSize:r,matrixSize:o.length,fgColor:t.fgColor,bgColor:t.bgColor}),(0,L.jsx)(Ln,{outputSize:t.outputSize,cellSize:r,element:(i=t.logo)==null?void 0:i.element,bgColor:t.bgColor})]})},An=Vr.default.div`
|
|
730
730
|
display: flex;
|
|
731
731
|
justify-content: center;
|
|
732
732
|
align-items: center;
|
|
@@ -741,7 +741,7 @@ Resources:
|
|
|
741
741
|
border-color: ${t=>t.fgColor};
|
|
742
742
|
border-radius: 12px;
|
|
743
743
|
}
|
|
744
|
-
`,Gr=t=>{let e=t.bgColor||"#FFFFFF",o=t.fgColor||"#000000",r=t.size||160;return(0,
|
|
744
|
+
`,Gr=t=>{let e=t.bgColor||"#FFFFFF",o=t.fgColor||"#000000",r=t.size||160;return(0,L.jsx)(An,{size:r,bgColor:e,fgColor:o,children:(0,L.jsx)(En,{url:t.url,logo:{element:t.squareLogoElement},outputSize:r,bgColor:e,fgColor:o})})};var Br=require("react/jsx-runtime"),Hr=({size:t})=>(0,Br.jsx)(Gr,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:we,size:t,fgColor:"#1F1F1F"});var Vt=v(require("styled-components"));var bo=require("react/jsx-runtime"),zr=({style:t,...e})=>(0,bo.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,bo.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 Gt=require("react/jsx-runtime"),xo=Vt.default.div`
|
|
745
745
|
display: flex;
|
|
746
746
|
flex-direction: column;
|
|
747
747
|
justify-content: flex-start;
|
|
@@ -752,7 +752,7 @@ Resources:
|
|
|
752
752
|
border-left: 2px solid #e5e7eb;
|
|
753
753
|
height: 12px;
|
|
754
754
|
}
|
|
755
|
-
`,
|
|
755
|
+
`,Re=({children:t})=>(0,Gt.jsxs)(kn,{children:[(0,Gt.jsx)(zr,{style:{width:"16px",height:"16px"}}),t]}),kn=Vt.default.div`
|
|
756
756
|
display: flex;
|
|
757
757
|
justify-content: flex-start;
|
|
758
758
|
justify-items: center;
|
|
@@ -801,7 +801,7 @@ Resources:
|
|
|
801
801
|
border: 1px solid #e5e7eb;
|
|
802
802
|
color: var(--text-dark-blue);
|
|
803
803
|
}
|
|
804
|
-
`;var a=require("react/jsx-runtime");var Lo=()=>{let{navigate:t}=y(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return Le.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),(0,a.jsxs)(Qr,{children:[(0,a.jsx)(
|
|
804
|
+
`;var a=require("react/jsx-runtime");var Lo=()=>{let{navigate:t}=y(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return Le.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),(0,a.jsxs)(Qr,{children:[(0,a.jsx)(Me,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),(0,a.jsx)(Xr,{children:(0,a.jsx)(Se,{style:{width:"152px",height:"152px"}})}),(0,a.jsxs)(xo,{children:[(0,a.jsx)(Re,{children:(0,a.jsxs)("div",{children:[(0,a.jsx)("span",{children:"Install the "}),(0,a.jsx)("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),(0,a.jsx)(it,{}),(0,a.jsx)(Re,{children:"Set up your first wallet"}),(0,a.jsx)(it,{}),(0,a.jsx)(Re,{children:"Store your recovery phrase in a safe place!"})]}),(0,a.jsx)(ei,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},Eo=()=>{let{navigate:t}=y();return(0,a.jsxs)(Qr,{children:[(0,a.jsx)(Me,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),(0,a.jsx)(Xr,{style:{marginTop:"-24px"},children:(0,a.jsx)(Hr,{size:200})}),(0,a.jsxs)(xo,{children:[(0,a.jsx)(Re,{children:"Scan the QR code with your camera"}),(0,a.jsx)(it,{}),(0,a.jsx)(Re,{children:"Set up your first wallet"}),(0,a.jsx)(it,{}),(0,a.jsx)(Re,{children:"Store your seed phrase in a safe place!"})]}),(0,a.jsx)(ei,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},Jr=()=>{let[t,e]=(0,Yr.useState)("WHAT_IS_A_WALLET"),{navigateBack:o}=y();return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(k,{backFn:t==="WHAT_IS_A_WALLET"?o:t==="PICK_A_NEW_WALLET"?()=>e("WHAT_IS_A_WALLET"):()=>e("PICK_A_NEW_WALLET")},"header"),(0,a.jsxs)(Pn,{children:[t==="WHAT_IS_A_WALLET"&&(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(Mn,{children:(0,a.jsx)(jr,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),(0,a.jsxs)(Ze,{title:"Get started with a new wallet",children:[(0,a.jsx)("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),(0,a.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,a.jsx)(Tn,{children:(0,a.jsx)(In,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),t==="PICK_A_NEW_WALLET"&&(0,a.jsx)(a.Fragment,{children:(0,a.jsxs)(_n,{children:[(0,a.jsx)(Me,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),(0,a.jsxs)(Sn,{children:[(0,a.jsxs)(Kr,{onClick:()=>{Le.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":Le.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":e("CREATE_METAMASK_WALLET")},children:[(0,a.jsx)(Se,{}),(0,a.jsxs)(qr,{children:[(0,a.jsx)("h4",{children:"MetaMask"}),(0,a.jsx)("p",{children:"Get a browser-based wallet"})]}),(0,a.jsx)("div",{children:(0,a.jsx)("span",{children:"Set up"})})]}),(0,a.jsxs)(Kr,{onClick:()=>{Le.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":Le.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":e("CREATE_COINBASE_WALLET")},children:[(0,a.jsx)(we,{}),(0,a.jsxs)(qr,{children:[(0,a.jsx)("h4",{children:"Coinbase Wallet"}),(0,a.jsx)("p",{children:"Get a mobile app wallet"})]}),(0,a.jsx)("div",{children:(0,a.jsx)("span",{children:"Set up"})})]})]})]})}),t==="CREATE_COINBASE_WALLET"&&(0,a.jsx)(Eo,{}),t==="CREATE_METAMASK_WALLET"&&(0,a.jsx)(Lo,{})]}),(0,a.jsxs)(pe,{children:[(0,a.jsx)("span",{children:"Still not sure? "}),(0,a.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},Pn=Y.default.div`
|
|
805
805
|
display: flex;
|
|
806
806
|
flex-direction: column;
|
|
807
807
|
height: 100%;
|
|
@@ -926,7 +926,7 @@ Resources:
|
|
|
926
926
|
`,Mn=Y.default.div`
|
|
927
927
|
display: flex;
|
|
928
928
|
justify-content: center;
|
|
929
|
-
`;var
|
|
929
|
+
`;var Ee=require("react");var nt=v(require("styled-components"));var G=require("react/jsx-runtime"),Ao=2,ti={metamask:{name:"MetaMask",component:Se},coinbase_wallet:{name:"Coinbase Wallet",component:we},wallet_connect:{name:"WalletConnect",component:At}},oi=()=>{var me;let[t,e]=(0,Ee.useState)(!1),[o,r]=(0,Ee.useState)(void 0),{navigateBack:i}=y(),{getAuthMeta:n,closePrivyModal:s,loginWithWallet:d}=S(),[u,f]=(0,Ee.useState)(0),{user:x}=W(),[M,T]=(0,Ee.useState)((x==null?void 0:x.linkedAccounts.length)||0);(0,Ee.useEffect)(()=>{r(void 0),d().then(()=>e(!0)).catch(_=>{_ instanceof J?console.error(_.cause):console.error(_),(_==null?void 0:_.status)===422?r(wt.ERROR_USER_EXISTS):_ instanceof Fe&&!_.details.default?r(_.details):_ instanceof De?r(wt.ERROR_TIMED_OUT):r(wt.ERROR_WALLET_CONNECTION)})},[u]),(0,Ee.useEffect)(()=>{if(t){let _=setTimeout(s,Oe);return()=>clearTimeout(_)}},[x]);let w=((me=n())==null?void 0:me.wallet)||"metamask",h=ti[w].name,b=ti[w].component,R=t?`Successfully connected with ${h}`:o?o.message:`Waiting for ${h}`,F="";if(t){let _=(x==null?void 0:x.linkedAccounts.length)||0;M===_?F="Wallet was already linked.":F="You\u2019re good to go!"}else if(u>=Ao&&o)F="Unable to connect wallet";else if(o)F=o.detail;else switch(F="Don\u2019t see your wallet modal? Check your other browser windows.",w){case"wallet_connect":F="Open your mobile wallet app to continue";break;case"coinbase_wallet":vt()||(F="Open the Coinbase app on your phone to continue.");break;default:F="Don\u2019t see your wallet modal? Check your other browser windows."}return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(k,{backFn:i}),(0,G.jsxs)(Rn,{children:[(0,G.jsx)(On,{children:(0,G.jsxs)("div",{children:[(0,G.jsx)(Rt,{success:t,fail:!!o}),(0,G.jsx)(b,{style:{width:"38px",height:"38px"}})]})}),(0,G.jsxs)(Wn,{children:[(0,G.jsx)("h3",{children:R}),(0,G.jsx)("p",{children:F})]}),(0,G.jsx)(Nn,{onClick:()=>{f(u+1),r(void 0)},visible:!t&&(o==null?void 0:o.retryable)&&u<Ao,disabled:!t&&(!(o!=null&&o.retryable)||u>=Ao),children:"Retry"})]})]})},Rn=nt.default.div`
|
|
930
930
|
display: flex;
|
|
931
931
|
flex-direction: column;
|
|
932
932
|
align-items: center;
|
|
@@ -1271,7 +1271,7 @@ Resources:
|
|
|
1271
1271
|
display: none;
|
|
1272
1272
|
}
|
|
1273
1273
|
}
|
|
1274
|
-
`;var mi=require("react");var $e=require("react");var st=v(require("styled-components"));var H=require("react/jsx-runtime"),li={google:{name:"Google",component:It},discord:{name:"Discord",component:Tt},twitter:{name:"Twitter",component:St}},Dn=t=>t.charAt(0).toUpperCase()+t.slice(1),ko=()=>{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)},di=()=>{var h;let[t,e]=(0,$e.useState)(!1),[o,r]=(0,$e.useState)(void 0),{getAuthMeta:i,initLoginWithOAuth:n,loginWithOAuth:s,closePrivyModal:d}=S(),{ready:u}=W(),f=((h=i())==null?void 0:h.provider)||"google",
|
|
1274
|
+
`;var mi=require("react");var $e=require("react");var st=v(require("styled-components"));var H=require("react/jsx-runtime"),li={google:{name:"Google",component:It},discord:{name:"Discord",component:Tt},twitter:{name:"Twitter",component:St}},Dn=t=>t.charAt(0).toUpperCase()+t.slice(1),ko=()=>{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)},di=()=>{var h;let[t,e]=(0,$e.useState)(!1),[o,r]=(0,$e.useState)(void 0),{getAuthMeta:i,initLoginWithOAuth:n,loginWithOAuth:s,closePrivyModal:d}=S(),{ready:u}=W(),f=((h=i())==null?void 0:h.provider)||"google",x=li[f].name,M=li[f].component;(0,$e.useEffect)(()=>{!u||s().then(()=>{ko(),e(!0)}).catch(b=>{let R={retryable:!1,message:"Authentication failed."};b.message.includes("Another user has already linked this")?R.detail="This account has already been linked to another user.":b.message==="Invalid code during oauth flow."?(R.retryable=!0,R.detail="Something went wrong. Try again."):b.message==="User denied confirmation during OAuth flow"&&(R.detail=`Retry and check ${Dn(f)} to finish connecting your account.`,R.retryable=!0),ko(),r(R)})},[u]),(0,$e.useEffect)(()=>{if(!t)return;let b=setTimeout(d,Oe);return()=>clearTimeout(b)},[t]);let T=t?`Successfully connected with ${x}`:o?o.message:`Verifying connection to ${x}`,w="";return t?w="You\u2019re good to go!":o?w=o.detail:w="Just a few moments more",(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)(k,{}),(0,H.jsxs)(Fn,{children:[(0,H.jsx)(Gn,{children:(0,H.jsxs)("div",{children:[(0,H.jsx)(Rt,{success:t,fail:!!o}),(0,H.jsx)(M,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),(0,H.jsxs)(Vn,{children:[(0,H.jsx)("h3",{children:T}),(0,H.jsx)("p",{children:w})]}),(0,H.jsx)(Hn,{onClick:()=>{ko(),n(f),r(void 0)},visible:!t&&(o==null?void 0:o.retryable),disabled:!t&&!(o!=null&&o.retryable),children:"Retry"})]})]})},Fn=st.default.div`
|
|
1275
1275
|
display: flex;
|
|
1276
1276
|
flex-direction: column;
|
|
1277
1277
|
align-items: center;
|
|
@@ -1376,4 +1376,4 @@ Resources:
|
|
|
1376
1376
|
align-items: center;
|
|
1377
1377
|
justify-content: center;
|
|
1378
1378
|
height: 100%;
|
|
1379
|
-
`;var le=require("react/jsx-runtime");function $n(t){return typeof t=="string"&&t.length===25}var zt;function wi(){if(!zt){let t=A.get(Ne);return Promise.resolve(t||null)}return zt.getAccessToken()}var yi=t=>{if(!$n(t.appId))throw new c("Cannot initialize the Privy provider with an invalid Privy app ID");let[e,o]=(0,z.useState)(null);return(0,z.useEffect)(()=>{zt=new bt({appId:t.appId,apiURL:Ro}),o(zt)},[]),e===null?(0,le.jsx)(le.Fragment,{}):(0,le.jsx)(qn,{...t,client:e})},Kn=(t,e)=>{if(e)return{email:!1,sms:!1,wallet:!1,google:!1,twitter:!1,discord:!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)}},qn=t=>{let e=t.client,[o,r]=(0,z.useState)(!1),[i,n]=(0,z.useState)(!1),[s,d]=(0,z.useState)(!1),[u,f]=(0,z.useState)(null),[
|
|
1379
|
+
`;var le=require("react/jsx-runtime");function $n(t){return typeof t=="string"&&t.length===25}var zt;function wi(){if(!zt){let t=A.get(Ne);return Promise.resolve(t||null)}return zt.getAccessToken()}var yi=t=>{if(!$n(t.appId))throw new c("Cannot initialize the Privy provider with an invalid Privy app ID");let[e,o]=(0,z.useState)(null);return(0,z.useEffect)(()=>{zt=new bt({appId:t.appId,apiURL:Ro}),o(zt)},[]),e===null?(0,le.jsx)(le.Fragment,{}):(0,le.jsx)(qn,{...t,client:e})},Kn=(t,e)=>{if(e)return{email:!1,sms:!1,wallet:!1,google:!1,twitter:!1,discord:!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)}},qn=t=>{let e=t.client,[o,r]=(0,z.useState)(!1),[i,n]=(0,z.useState)(!1),[s,d]=(0,z.useState)(!1),[u,f]=(0,z.useState)(null),[x,M]=(0,z.useState)({accentColor:"#696ffd",theme:"System",emailAuth:!0,smsAuth:!1,walletAuth:!0,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[T,w]=(0,z.useState)(null),[h,b]=(0,z.useState)(!1);(0,z.useEffect)(()=>{async function l(){let p=await e.getAppSettings();M(p)}l()},[]);let R=Kn(x,T),F=()=>{let l=new URLSearchParams(window.location.search),p=l.get("privy_oauth_code"),Ke=l.get("privy_oauth_state"),We=l.get("privy_oauth_provider");p&&Ke&&We&&(e.startAuthFlow(new He(We,p,Ke)),w(We),r(!0))};(0,z.useEffect)(()=>{async function l(){F();let p=await e.getAuthenticatedUser();d(!!p),f(p),n(!0)}l()},[]),(0,z.useEffect)(()=>{i&&s&&u===null&&e.getAuthenticatedUser().then(f)},[i,s,u]);let me={ready:i,authenticated:s,user:u,linkWallet:()=>{w("wallet"),b(!0),r(!0)},linkEmail:()=>{w("email"),b(!0),r(!0)},linkPhone:()=>{w("sms"),b(!0),r(!0)},linkGoogle:async()=>{await _.initLoginWithOAuth("google")},linkTwitter:async()=>{await _.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await _.initLoginWithOAuth("discord")},login:()=>{if(i&&s){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}r(!0)},logout:async()=>{await e.logout(),f(null),d(!1),w(null),b(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connector.getEthereumProvider(),getEthersProvider:()=>new gi.Web3Provider(new Ge(e.connector.getEthereumProvider())),getWeb3jsProvider:()=>new yt(e.connector.getEthereumProvider()),unlinkWallet:async l=>{let p=await e.unlinkWallet(l);return f(p),p},unlinkEmail:async l=>{let p=await e.unlinkEmail(l);return f(p),p},unlinkPhone:async l=>{let p=await e.unlinkPhone(l);return f(p),p},unlinkGoogle:async l=>{let p=await e.unlinkOAuth("google",l);return f(p),p},unlinkTwitter:async l=>{let p=await e.unlinkOAuth("twitter",l);return f(p),p},unlinkDiscord:async l=>{let p=await e.unlinkOAuth("discord",l);return f(p),p},setActiveWallet:l=>{if(!u)return;let p=e.setActiveWallet(l,u);f(p)},forkSession:()=>e.forkSession()},_={isLinking:h,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var l;return(l=e.authFlow)==null?void 0:l.meta},closePrivyModal:()=>{var l;i&&s&&u&&((l=t.onSuccess)==null||l.call(t,u)),e.authFlow=void 0,w(null),b(!1),r(!1)},initLoginWithWallet:l=>{l||(l="metamask"),e.connector.walletType=l,e.startAuthFlow(new Ye(e.connector))},initLoginWithOAuth:async l=>{e.startAuthFlow(new He(l));let p=await e.authFlow.getAuthorizationUrl();p&&p.url&&window.location.assign(p.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof He))throw new c("Must initialize OAuth flow before calling loginWithOAuth");let p=await(i&&s?e.link():e.authenticate());f(p||u||null),d(!0)},loginWithWallet:async()=>{if(!(e.authFlow instanceof Ye))throw new c("Must initialize SIWE flow first.");let l=await(h?e.link():e.authenticate());h&&l&&(A.del(re),l=qe(l)),f(l||u||null),d(!0)},loginWithEmail:async l=>{let p=new Je(l);e.startAuthFlow(p),await p.sendCodeEmail()},loginWithSms:async l=>{let p=new Qe(l);e.startAuthFlow(p),await p.sendSmsCode()},resendEmailCode:async()=>{var l;await((l=e.authFlow)==null?void 0:l.sendCodeEmail())},resendSmsCode:async()=>{var l;await((l=e.authFlow)==null?void 0:l.sendSmsCode())},loginWithCode:async l=>{if(e.authFlow instanceof Je)e.authFlow.meta.emailCode=l.trim();else if(e.authFlow instanceof Qe)e.authFlow.meta.smsCode=l.trim();else throw new c("Must initialize a passwordless code flow first");let p=await(h?e.link():e.authenticate());f(p||u||null),d(!0)}};return(0,le.jsxs)(to.Provider,{value:me,children:[t.children,(0,le.jsx)(io.Provider,{value:_,children:(0,le.jsx)(ur,{appSettings:x,options:R,visible:o,authenticated:s,children:o&&(0,le.jsx)(fi,{})})})]})};0&&(module.exports={PrivyProvider,VERSION,getAccessToken,usePrivy});
|
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{useEffect as Rt,useState as le}from"react";import Ft from"axios";import hi from"axios";var H=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}]`:""}`}},qe=class extends H{constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},d=class extends H{constructor(o,r){super(o,r);this.type="client_error"}};var F=class extends H{constructor(o,r){super(o,r);this.type="connector_error"}},k=t=>{if(t instanceof H)return t;if(!hi.isAxiosError(t))return V(t);if(!t.response)return new qe("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new qe(e||"ApiError",t.response.status,o||r,t)},V=t=>t instanceof H?t:t instanceof Error?new d(t.message,t):new d(`Internal error: ${t}`);var go="1.11.0-beta.3";var wo="https://api.privy.io/v0",yo=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",Ye="4df5e2316331463a9130964bd6078dfa",Co=1e4,ve=1400,vo=365*24*60*60,Dt=go,bo="ES256",xo="privy.io",be="privy:token",Je="privy:refresh_token",Z="privy:active_wallet",Qe="privy:wallet_type",Lo="walletconnect";var Xe=class{constructor(e,o,r){this.appId=e,this.sdkVersion=Dt,this.session=o,this.defaults=r}async get(e,o){try{return await Ft.get(e,this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw k(r)}}async post(e,o,r){try{return await Ft.post(e,o,this.buildConfig(r))}catch(i){throw k(i)}}async delete(e,o){try{return await Ft.delete(e,this.buildConfig(o))}catch(r){throw k(r)}}buildConfig(e){return e=e||{},e.headers=e.headers||{},e.headers["privy-app-id"]=this.appId,e.headers["privy-client"]=`react-auth:${this.sdkVersion}`,this.session.token!==null&&(e.headers.authorization=`Bearer ${this.session.token}`),{...this.defaults,...e}}};import*as xe from"jose";var te=class{static parse(e){try{return new te(e)}catch{return null}}constructor(e){this.value=e,this._decoded=xe.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}async isValid(e,o,r=0){let i=await xe.importSPKI(e,bo);try{return await xe.jwtVerify(this.value,i,{issuer:xo,audience:o,clockTolerance:r}),!0}catch{return!1}}};var oe=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 Vt=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]}},Gt=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)}};function fi(){return typeof window<"u"&&window.localStorage?new Gt:new Vt}var b=fi();function de(t){return new Date(t*1e3)}function gi(t){return t.map(e=>{switch(e.type){case"wallet":return{address:e.address,type:e.type,verifiedAt:de(e.verified_at),chainType:e.chain_type};case"email":return{address:e.address,type:e.type,verifiedAt:de(e.verified_at)};case"phone":return{number:e.phoneNumber,type:e.type,verifiedAt:de(e.verified_at)};case"google_oauth":return{subject:e.subject,email:e.email,name:e.name,type:e.type,verifiedAt:de(e.verified_at)};case"twitter_oauth":return{subject:e.subject,username:e.username,name:e.name,type:e.type,verifiedAt:de(e.verified_at)};case"discord_oauth":return{subject:e.subject,username:e.username,email:e.email,type:e.type,verifiedAt:de(e.verified_at)};default:throw new d("Unrecognized account type")}})}function wi(t,e){return e.find(o=>o.type==="wallet"&&o.address===t)}function ce(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function De(t){let e=t.linkedAccounts.map(s=>s.type==="wallet"?s.address:null),r=b.get(Z);if(!r||!e.includes(r)){b.del(Z);let s=ce(t.linkedAccounts,"wallet");s&&(r=s.address,b.put(Z,r))}let i=wi(r,t.linkedAccounts),n=Object.assign({},t);return n.wallet=i&&{address:i.address,chainType:i.chainType,chainId:i.chainId,walletType:i.walletType},n}function K(t){if(!t)return null;let e=gi(t.linked_accounts),o=ce(e,"wallet"),r=ce(e,"email"),i=ce(e,"phone"),n=ce(e,"google_oauth"),s=ce(e,"twitter_oauth"),l=ce(e,"discord_oauth"),u={id:t.id,createdAt:de(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:s&&{subject:s.subject,username:s.username,name:s.name},discord:l&&{subject:l.subject,username:l.username,email:l.email}};return De(u)}var Eo=()=>"/api/v1/sessions",Ao=()=>"/api/v1/sessions/logout",ko=()=>"/api/v1/sessions/fork",Po=()=>"/api/v1/siwe/init",_o=()=>"/api/v1/siwe/authenticate",So=()=>"/api/v1/siwe/link",To=()=>"/api/v1/passwordless/init",Io=()=>"/api/v1/passwordless/authenticate",Mo=()=>"/api/v1/passwordless/link",Ro=()=>"/api/v1/passwordless_sms/init",Wo=()=>"/api/v1/passwordless_sms/authenticate",Oo=()=>"/api/v1/passwordless_sms/link",No=()=>"/api/v1/oauth/init",Uo=()=>"/api/v1/oauth/authenticate",Do=()=>"/api/v1/oauth/link",Fo=()=>"/api/v1/siwe/unlink",Vo=()=>"/api/v1/passwordless/unlink",Go=()=>"/api/v1/passwordless_sms/unlink",Ho=()=>"/api/v1/oauth/unlink";var yi=30,et=class{constructor(){this.authenticateOnce=new oe(async e=>this._authenticate(e)),this.linkOnce=new oe(async e=>this._link(e)),this.refreshOnce=new oe(this._refresh.bind(this)),this.destroyOnce=new oe(this._destroy.bind(this)),this.forkSessionOnce=new oe(this._forkSession.bind(this))}get token(){try{let e=b.get(be);return typeof e=="string"?new te(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=b.get(Je);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=te.parse(this.token);return e!==null&&!e.isExpired(yi)}async hasValidToken(e,o,r=0){let i=te.parse(this.token);return i!==null&&await i.isValid(e,o,r)}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}=await e.authenticate();return this.storeToken(o),this.storeRefreshToken(r),K(i)}catch(o){throw console.warn("Error authenticating session"),V(o)}}async _link(e){try{let o=await e.link();return K(o)}catch(o){throw console.warn("Error linking account"),V(o)}}async _refresh(){if(!this.api)throw new d("Session has no API instance");let e=this.token,o=this.refreshToken;if(!e||!o)return null;try{let r=await this.api.post(Eo(),{refresh_token:o});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),K(r.data.user)}catch(r){throw V(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(Ao(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new d("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(ko(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw V(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),b.del(Z)}storeToken(e){typeof e=="string"?b.put(be,e):b.del(be)}storeRefreshToken(e){typeof e=="string"?b.put(Je,e):b.del(Je)}};import{getAddress as Ei}from"@ethersproject/address";import zo from"@walletconnect/web3-provider";import{ErrorCode as Ci}from"@ethersproject/logger";var Le=class extends F{constructor(){super("Wallet timeout");this.type="wallet_error"}},tt=t=>{if(t instanceof F)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new Ee(t);return t.code===Ci.ACTION_REJECTED&&(e.details=pe.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new Ee(t):new F("Unknown connector error",t)},Ht=class extends H{constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},Ee=class extends Ht{constructor(o){var n,s,l;let r=o;super(r.message,r.code,r.data);let i=Object.values(pe).find(u=>u.eipCode===r.code);this.details=i||pe.UNKNOWN_ERROR,r.code===-32002&&((n=r.message)!=null&&n.includes("already pending for origin")?(s=r.message)!=null&&s.includes("wallet_requestPermissions")?this.details=pe.E32002_CONNECTION_ALREADY_PENDING:this.details=pe.E32002_REQUEST_ALREADY_PENDING:(l=r.message)!=null&&l.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=pe.E32002_WALLET_LOCKED))}},vi={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0}},bi={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}},xi={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}},pe={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...xi,...bi},ot={...vi,...pe};var Li=12e4,Bt=(t=new Le,e=Li)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),Ae=class{constructor(e){this.removeListener=(e,o)=>{if(this.walletProvider)return this.walletProvider.removeListener(e,o)};this.setProvider=e=>{this.walletProvider=e,this._subscriptions.forEach(o=>{var r;(r=this.walletProvider)==null||r.on(o.eventName,o.listener)})};this.walletProvider=e,this._subscriptions=[]}on(e,o){if(this.walletProvider)return this.walletProvider.on(e,o);this._subscriptions.push({eventName:e,listener:o})}request(e){if(!this.walletProvider)throw new F(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),Bt()]).catch(o=>{throw tt(o)})}},ke=class extends Ae{constructor(o){super(o)}},rt=class extends Ae{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};import{Web3Provider as Ai}from"@ethersproject/providers";var Bo=["metamask","coinbase_wallet","wallet_connect"];import ki from"@coinbase/wallet-sdk";var Pi=()=>{let t=`https://mainnet.infura.io/v3/${Ye}`,e=1;return new ki({appName:"Privy",darkMode:!1,headlessMode:!1}).makeWeb3Provider(t,e)},zt=()=>{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},nt=()=>{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},it=class{constructor(){this.walletType=null;this.getEthereumProvider=()=>this.ethProvider;this.createSiweMessage=(e,o,r,i,n,s,l)=>`${r} wants you to sign in with your Ethereum account:
|
|
1
|
+
import{useEffect as Rt,useState as le}from"react";import Ft from"axios";import mi from"axios";var H=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}]`:""}`}},qe=class extends H{constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},d=class extends H{constructor(o,r){super(o,r);this.type="client_error"}};var F=class extends H{constructor(o,r){super(o,r);this.type="connector_error"}},k=t=>{if(t instanceof H)return t;if(!mi.isAxiosError(t))return V(t);if(!t.response)return new qe("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new qe(e||"ApiError",t.response.status,o||r,t)},V=t=>t instanceof H?t:t instanceof Error?new d(t.message,t):new d(`Internal error: ${t}`);var go="1.11.0";var wo="https://api.privy.io/v0",yo=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",Ye="4df5e2316331463a9130964bd6078dfa",Co=1e4,ve=1400,vo=365*24*60*60,Dt=go,bo="ES256",xo="privy.io",be="privy:token",Je="privy:refresh_token",Z="privy:active_wallet",Qe="privy:wallet_type",Lo="walletconnect";var Xe=class{constructor(e,o,r){this.appId=e,this.sdkVersion=Dt,this.session=o,this.defaults=r}async get(e,o){try{return await Ft.get(e,this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw k(r)}}async post(e,o,r){try{return await Ft.post(e,o,this.buildConfig(r))}catch(i){throw k(i)}}async delete(e,o){try{return await Ft.delete(e,this.buildConfig(o))}catch(r){throw k(r)}}buildConfig(e){return e=e||{},e.headers=e.headers||{},e.headers["privy-app-id"]=this.appId,e.headers["privy-client"]=`react-auth:${this.sdkVersion}`,this.session.token!==null&&(e.headers.authorization=`Bearer ${this.session.token}`),{...this.defaults,...e}}};import*as xe from"jose";var te=class{static parse(e){try{return new te(e)}catch{return null}}constructor(e){this.value=e,this._decoded=xe.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}async isValid(e,o,r=0){let i=await xe.importSPKI(e,bo);try{return await xe.jwtVerify(this.value,i,{issuer:xo,audience:o,clockTolerance:r}),!0}catch{return!1}}};var oe=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 Vt=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]}},Gt=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)}};function gi(){return typeof window<"u"&&window.localStorage?new Gt:new Vt}var b=gi();function de(t){return new Date(t*1e3)}function wi(t){return t.map(e=>{switch(e.type){case"wallet":return{address:e.address,type:e.type,verifiedAt:de(e.verified_at),chainType:e.chain_type};case"email":return{address:e.address,type:e.type,verifiedAt:de(e.verified_at)};case"phone":return{number:e.phoneNumber,type:e.type,verifiedAt:de(e.verified_at)};case"google_oauth":return{subject:e.subject,email:e.email,name:e.name,type:e.type,verifiedAt:de(e.verified_at)};case"twitter_oauth":return{subject:e.subject,username:e.username,name:e.name,type:e.type,verifiedAt:de(e.verified_at)};case"discord_oauth":return{subject:e.subject,username:e.username,email:e.email,type:e.type,verifiedAt:de(e.verified_at)};default:throw new d("Unrecognized account type")}})}function yi(t,e){return e.find(o=>o.type==="wallet"&&o.address===t)}function ce(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function De(t){let e=t.linkedAccounts.map(s=>s.type==="wallet"?s.address:null),r=b.get(Z);if(!r||!e.includes(r)){b.del(Z);let s=ce(t.linkedAccounts,"wallet");s&&(r=s.address,b.put(Z,r))}let i=yi(r,t.linkedAccounts),n=Object.assign({},t);return n.wallet=i&&{address:i.address,chainType:i.chainType,chainId:i.chainId,walletType:i.walletType},n}function K(t){if(!t)return null;let e=wi(t.linked_accounts),o=ce(e,"wallet"),r=ce(e,"email"),i=ce(e,"phone"),n=ce(e,"google_oauth"),s=ce(e,"twitter_oauth"),l=ce(e,"discord_oauth"),u={id:t.id,createdAt:de(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:s&&{subject:s.subject,username:s.username,name:s.name},discord:l&&{subject:l.subject,username:l.username,email:l.email}};return De(u)}var Eo=()=>"/api/v1/sessions",Ao=()=>"/api/v1/sessions/logout",ko=()=>"/api/v1/sessions/fork",Po=()=>"/api/v1/siwe/init",_o=()=>"/api/v1/siwe/authenticate",So=()=>"/api/v1/siwe/link",To=()=>"/api/v1/passwordless/init",Io=()=>"/api/v1/passwordless/authenticate",Mo=()=>"/api/v1/passwordless/link",Ro=()=>"/api/v1/passwordless_sms/init",Wo=()=>"/api/v1/passwordless_sms/authenticate",Oo=()=>"/api/v1/passwordless_sms/link",No=()=>"/api/v1/oauth/init",Uo=()=>"/api/v1/oauth/authenticate",Do=()=>"/api/v1/oauth/link",Fo=()=>"/api/v1/siwe/unlink",Vo=()=>"/api/v1/passwordless/unlink",Go=()=>"/api/v1/passwordless_sms/unlink",Ho=()=>"/api/v1/oauth/unlink";var Ci=30,et=class{constructor(){this.authenticateOnce=new oe(async e=>this._authenticate(e)),this.linkOnce=new oe(async e=>this._link(e)),this.refreshOnce=new oe(this._refresh.bind(this)),this.destroyOnce=new oe(this._destroy.bind(this)),this.forkSessionOnce=new oe(this._forkSession.bind(this))}get token(){try{let e=b.get(be);return typeof e=="string"?new te(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=b.get(Je);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=te.parse(this.token);return e!==null&&!e.isExpired(Ci)}async hasValidToken(e,o,r=0){let i=te.parse(this.token);return i!==null&&await i.isValid(e,o,r)}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}=await e.authenticate();return this.storeToken(o),this.storeRefreshToken(r),K(i)}catch(o){throw console.warn("Error authenticating session"),V(o)}}async _link(e){try{let o=await e.link();return K(o)}catch(o){throw console.warn("Error linking account"),V(o)}}async _refresh(){if(!this.api)throw new d("Session has no API instance");let e=this.token,o=this.refreshToken;if(!e||!o)return null;try{let r=await this.api.post(Eo(),{refresh_token:o});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),K(r.data.user)}catch(r){throw V(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(Ao(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new d("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(ko(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw V(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),b.del(Z)}storeToken(e){typeof e=="string"?b.put(be,e):b.del(be)}storeRefreshToken(e){typeof e=="string"?b.put(Je,e):b.del(Je)}};import{getAddress as Ai}from"@ethersproject/address";import zo from"@walletconnect/web3-provider";import{ErrorCode as vi}from"@ethersproject/logger";var Le=class extends F{constructor(){super("Wallet timeout");this.type="wallet_error"}},tt=t=>{if(t instanceof F)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new Ee(t);return t.code===vi.ACTION_REJECTED&&(e.details=pe.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new Ee(t):new F("Unknown connector error",t)},Ht=class extends H{constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},Ee=class extends Ht{constructor(o){var n,s,l;let r=o;super(r.message,r.code,r.data);let i=Object.values(pe).find(u=>u.eipCode===r.code);this.details=i||pe.UNKNOWN_ERROR,r.code===-32002&&((n=r.message)!=null&&n.includes("already pending for origin")?(s=r.message)!=null&&s.includes("wallet_requestPermissions")?this.details=pe.E32002_CONNECTION_ALREADY_PENDING:this.details=pe.E32002_REQUEST_ALREADY_PENDING:(l=r.message)!=null&&l.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=pe.E32002_WALLET_LOCKED))}},bi={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}},xi={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}},Li={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}},pe={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Li,...xi},ot={...bi,...pe};var Ei=12e4,Bt=(t=new Le,e=Ei)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),Ae=class{constructor(e){this.removeListener=(e,o)=>{if(this.walletProvider)return this.walletProvider.removeListener(e,o)};this.setProvider=e=>{this.walletProvider=e,this._subscriptions.forEach(o=>{var r;(r=this.walletProvider)==null||r.on(o.eventName,o.listener)})};this.walletProvider=e,this._subscriptions=[]}on(e,o){if(this.walletProvider)return this.walletProvider.on(e,o);this._subscriptions.push({eventName:e,listener:o})}request(e){if(!this.walletProvider)throw new F(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),Bt()]).catch(o=>{throw tt(o)})}},ke=class extends Ae{constructor(o){super(o)}},rt=class extends Ae{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};import{Web3Provider as ki}from"@ethersproject/providers";var Bo=["metamask","coinbase_wallet","wallet_connect"];import Pi from"@coinbase/wallet-sdk";var _i=()=>{let t=`https://mainnet.infura.io/v3/${Ye}`,e=1;return new Pi({appName:"Privy",darkMode:!1,headlessMode:!1}).makeWeb3Provider(t,e)},zt=()=>{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},nt=()=>{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},it=class{constructor(){this.walletType=null;this.getEthereumProvider=()=>this.ethProvider;this.createSiweMessage=(e,o,r,i,n,s,l)=>`${r} wants you to sign in with your Ethereum account:
|
|
2
2
|
${o}
|
|
3
3
|
|
|
4
4
|
${l}
|
|
@@ -9,7 +9,7 @@ Chain ID: ${e}
|
|
|
9
9
|
Nonce: ${s}
|
|
10
10
|
Issued At: ${n}
|
|
11
11
|
Resources:
|
|
12
|
-
- https://privy.io`;this.ethProvider=new Ae}initialize(){let e=b.get(Qe);Bo.includes(e)&&(this.walletType=e,this.connect({showPrompt:!1}))}destroy(){this.walletType=null,b.del(Qe),b.del(Lo)}async getConnectedWallet(){let e=this.walletType;if(!e||!await this.isConnected())return null;let o=await this.address(),r=await this.chainId();return{address:o,chainId:r,chainType:"ethereum",walletType:e}}async connect(e){var o;switch(this.walletType){case"metamask":this.ethProvider.setProvider(window.ethereum),(o=window.ethereum.providers)==null||o.forEach(async i=>{i.isMetaMask&&this.ethProvider.setProvider(i)});break;case"coinbase_wallet":this.ethProvider.setProvider(Pi());break;case"wallet_connect":let r=new zo({infuraId:Ye});this.ethProvider.setProvider(r);break;default:throw new F(`Unsupported wallet: ${this.walletType}`)}return(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(this.walletType),this.getConnectedWallet()}async isConnected(){switch(this.walletType){case"metamask":return await this.address()!==null;case"coinbase_wallet":return await this.address()!==null;case"wallet_connect":return this.ethProvider.walletProvider.connected;default:throw new F(`Unsupported wallet: ${this.walletType}`)}}async promptConnection(e){try{switch(e){case"metamask":await this.ethProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),await this.ethProvider.request({method:"eth_requestAccounts"});break;case"coinbase_wallet":await this.ethProvider.request({method:"eth_requestAccounts"});break;case"wallet_connect":let o=new zo({infuraId:Ye});this.ethProvider.setProvider(o),await Promise.race([o.enable(),Bt()]);break;default:throw new F(`Unsupported wallet: ${this.walletType}`)}b.put(Qe,e)}catch(o){throw tt(o)}}async sign(e){return new Ai(new ke(this.getEthereumProvider())).getSigner().signMessage(e)}prepareMessage(e,o,r){let i=window.location.host,n=window.location.origin,s="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(e,o,i,n,l,r,s)}async chainId(){let e=await this.getEthereumProvider().request({method:"eth_chainId"}),o=Number(e);return String(o)}async address(){let e=await this.getEthereumProvider().request({method:"eth_accounts"});return Array.isArray(e)&&e.length>0?Ei(e[0]):null}};var jt,st=class{constructor(e){let o=e.apiURL||wo,r=e.timeout||Co;this.appId=e.appId,this.connector=new it,this.connector.initialize(),jt||(jt=new et),this.session=jt,this.api=new Xe(e.appId,this.session,{baseURL:o,timeout:r}),this.session.api=this.api}authenticate(){if(!this.authFlow)throw new d("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new d("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.connector.destroy(),this.authFlow=void 0}startAuthFlow(e){e.api=this.api,this.authFlow=e}async unlinkEmail(e){try{let o=await this.api.post(Vo(),{address:e});return K(o.data)}catch(o){throw V(o)}}async unlinkPhone(e){try{let o=await this.api.post(Go(),{phoneNumber:e});return K(o.data)}catch(o){throw V(o)}}async unlinkWallet(e){try{let o=await this.api.post(Fo(),{address:e});return K(o.data)}catch(o){throw V(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(Ho(),{provider:e,subject:o});return K(r.data)}catch(r){throw V(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(){if(this.session.hasActiveToken()){let{verificationKey:e,id:o}=await this.getAppSettings();return await this.session.hasValidToken(e,o,vo)?this.session.token:(await this.logout(),null)}else return 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,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,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 V(e)}}setActiveWallet(e,o){if(!o.linkedAccounts.map(i=>i.type==="wallet"?i.address:null).includes(e))throw new d("Cannot set an unlinked address as active.");return b.put(Z,e),De(o)}async forkSession(){return await this.session.forkSession()}};import{Web3Provider as Os}from"@ethersproject/providers";import{createContext as _i,useContext as Si}from"react";var f=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var Zt=_i({ready:!1,authenticated:!1,user:null,login:f,linkEmail:f,linkPhone:f,linkWallet:f,linkGoogle:f,linkTwitter:f,linkDiscord:f,logout:f,getAccessToken:f,getEthereumProvider:f,getEthersProvider:f,getWeb3jsProvider:f,unlinkEmail:f,unlinkPhone:f,unlinkWallet:f,unlinkGoogle:f,unlinkTwitter:f,unlinkDiscord:f,setActiveWallet:f,forkSession:f}),W=()=>Si(Zt);var Fe=class{constructor(e){this.connector=e,this.meta={wallet:this.connector.walletType}}async authenticate(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.connector.walletType)throw new d("Wallet must be specified");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(_o(),{message:e,signature:o});return{user:r.data.user,token:r.data.token,refresh_token:r.data.refresh_token}}catch(e){throw k(e)}}async link(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.connector.walletType)throw new d("Wallet must be specified");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api);return(await this.api.post(So(),{message:e,signature:o})).data}catch(e){throw k(e)}}async promptConnectAndSign(e){let o=await this.connector.connect({showPrompt:!0}),r=o.address,i=o.chainId,n=await e.post(Po(),{address:r}),s=this.connector.prepareMessage(i,r,n.data.nonce),l=await this.connector.sign(s);return{message:s,signature:l}}getEthereumProvider(){return this.connector.getEthereumProvider()}};var Ve=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new d("Email and email code must be set prior to calling authenticate.");try{let e=Io(),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}}catch(e){throw k(e)}}async link(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new d("Email and email code must be set prior to calling authenticate.");try{let e=Mo();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw k(e)}}async sendCodeEmail(e){if(!this.api)throw new d("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new d("Email must be set when initialzing authentication.");try{let o=To();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw k(o)}}};var Ge=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new d("phone number and sms code must be set prior to calling authenticate.");try{let e=Wo(),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}}catch(e){throw k(e)}}async link(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new d("phone number and sms code must be set prior to calling authenticate.");try{let e=Oo();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw k(e)}}async sendSmsCode(e){if(!this.api)throw new d("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new d("phone nNumber must be set when initialzing authentication.");try{let o=Ro();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw k(o)}}};var Pe=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 d("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new d("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new d("User denied confirmation during OAuth flow");try{let e=Uo(),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}}catch(e){throw k(e)}}async link(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new d("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new d("User denied confirmation during OAuth flow");try{let e=Do();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw k(e)}}async getAuthorizationUrl(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.provider)throw new d("Provider must be set when initialzing OAuth authentication.");try{let e=No();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw k(e)}}};import"wicg-inert";import Ss from"react-dom";import ho from"styled-components";import{createContext as Ii,useContext as Mi,useEffect as Zo,useState as $o}from"react";import{jsx as Ti}from"react/jsx-runtime";function jo(t){return Ti("link",{rel:"prefetch",href:t.src})}import{jsx as Ri,jsxs as Wi}from"react/jsx-runtime";var Ko=Ii({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1},currentScreen:"LANDING",lastScreen:"LANDING",navigate:f,navigateBack:f}),qo=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=$o(null),[s,l]=$o(null);Zo(()=>{o||n(null)},[o]),Zo(()=>{r||(l("LANDING"),n("LANDING"))},[r]);let u={ready:!!(e!=null&&e.id),app:e,options:t.options,currentScreen:i||"LANDING",lastScreen:s||"LANDING",navigate:m=>{l(i),n(m)},navigateBack:()=>{n(s)}};return Wi(Ko.Provider,{value:u,children:[e&&e.logoUrl&&Ri(jo,{src:e.logoUrl}),t.children]})},y=()=>Mi(Ko);import{useEffect as Pn,useState as _n}from"react";import ze from"styled-components";import Ui from"styled-components";import{jsx as Yo}from"react/jsx-runtime";var Jo=({style:t,...e})=>Yo("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:Yo("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});import{jsx as Qo}from"react/jsx-runtime";var Xo=({style:t,...e})=>Qo("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:Qo("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});import{createContext as Oi,useContext as Ni}from"react";var $t=Oi({isLinking:!1,getAuthMeta:f,getAuthFlow:f,closePrivyModal:f,initLoginWithWallet:f,loginWithWallet:f,loginWithCode:f,loginWithEmail:f,loginWithSms:f,resendEmailCode:f,resendSmsCode:f,initLoginWithOAuth:f,loginWithOAuth:f}),E=()=>Ni($t);import{jsx as q,jsxs as Hi}from"react/jsx-runtime";var Di=()=>q("div",{}),Fi=({backFn:t})=>q("div",{children:q(Xo,{onClick:t})}),Vi=()=>{let{closePrivyModal:t}=E();return q("div",{children:q("div",{children:q(Jo,{onClick:t})})})};var x=({backFn:t})=>Hi(Gi,{children:[t?q(Fi,{backFn:t}):q(Di,{}),q(Vi,{})]}),Gi=Ui.div`
|
|
12
|
+
- https://privy.io`;this.ethProvider=new Ae}initialize(){let e=b.get(Qe);Bo.includes(e)&&(this.walletType=e,this.connect({showPrompt:!1}))}destroy(){this.walletType=null,b.del(Qe),b.del(Lo)}async getConnectedWallet(){let e=this.walletType;if(!e||!await this.isConnected())return null;let o=await this.address(),r=await this.chainId();return{address:o,chainId:r,chainType:"ethereum",walletType:e}}async connect(e){var o;switch(this.walletType){case"metamask":this.ethProvider.setProvider(window.ethereum),(o=window.ethereum.providers)==null||o.forEach(async i=>{i.isMetaMask&&this.ethProvider.setProvider(i)});break;case"coinbase_wallet":this.ethProvider.setProvider(_i());break;case"wallet_connect":let r=new zo({infuraId:Ye});this.ethProvider.setProvider(r);break;default:throw new F(`Unsupported wallet: ${this.walletType}`)}return(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(this.walletType),this.getConnectedWallet()}async isConnected(){switch(this.walletType){case"metamask":return await this.address()!==null;case"coinbase_wallet":return await this.address()!==null;case"wallet_connect":return this.ethProvider.walletProvider.connected;default:throw new F(`Unsupported wallet: ${this.walletType}`)}}async promptConnection(e){try{switch(e){case"metamask":await this.ethProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),await this.ethProvider.request({method:"eth_requestAccounts"});break;case"coinbase_wallet":await this.ethProvider.request({method:"eth_requestAccounts"});break;case"wallet_connect":let o=new zo({infuraId:Ye});this.ethProvider.setProvider(o),await Promise.race([o.enable(),Bt()]);break;default:throw new F(`Unsupported wallet: ${this.walletType}`)}b.put(Qe,e)}catch(o){throw tt(o)}}async sign(e){return new ki(new ke(this.getEthereumProvider())).getSigner().signMessage(e)}prepareMessage(e,o,r){let i=window.location.host,n=window.location.origin,s="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(e,o,i,n,l,r,s)}async chainId(){let e=await this.getEthereumProvider().request({method:"eth_chainId"}),o=Number(e);return String(o)}async address(){let e=await this.getEthereumProvider().request({method:"eth_accounts"});return Array.isArray(e)&&e.length>0?Ai(e[0]):null}};var jt,st=class{constructor(e){let o=e.apiURL||wo,r=e.timeout||Co;this.appId=e.appId,this.connector=new it,this.connector.initialize(),jt||(jt=new et),this.session=jt,this.api=new Xe(e.appId,this.session,{baseURL:o,timeout:r}),this.session.api=this.api}authenticate(){if(!this.authFlow)throw new d("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new d("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.connector.destroy(),this.authFlow=void 0}startAuthFlow(e){e.api=this.api,this.authFlow=e}async unlinkEmail(e){try{let o=await this.api.post(Vo(),{address:e});return K(o.data)}catch(o){throw V(o)}}async unlinkPhone(e){try{let o=await this.api.post(Go(),{phoneNumber:e});return K(o.data)}catch(o){throw V(o)}}async unlinkWallet(e){try{let o=await this.api.post(Fo(),{address:e});return K(o.data)}catch(o){throw V(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(Ho(),{provider:e,subject:o});return K(r.data)}catch(r){throw V(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(){if(this.session.hasActiveToken()){let{verificationKey:e,id:o}=await this.getAppSettings();return await this.session.hasValidToken(e,o,vo)?this.session.token:(await this.logout(),null)}else return 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,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,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 V(e)}}setActiveWallet(e,o){if(!o.linkedAccounts.map(i=>i.type==="wallet"?i.address:null).includes(e))throw new d("Cannot set an unlinked address as active.");return b.put(Z,e),De(o)}async forkSession(){return await this.session.forkSession()}};import{Web3Provider as Os}from"@ethersproject/providers";import{createContext as Si,useContext as Ti}from"react";var f=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var Zt=Si({ready:!1,authenticated:!1,user:null,login:f,linkEmail:f,linkPhone:f,linkWallet:f,linkGoogle:f,linkTwitter:f,linkDiscord:f,logout:f,getAccessToken:f,getEthereumProvider:f,getEthersProvider:f,getWeb3jsProvider:f,unlinkEmail:f,unlinkPhone:f,unlinkWallet:f,unlinkGoogle:f,unlinkTwitter:f,unlinkDiscord:f,setActiveWallet:f,forkSession:f}),W=()=>Ti(Zt);var Fe=class{constructor(e){this.connector=e,this.meta={wallet:this.connector.walletType}}async authenticate(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.connector.walletType)throw new d("Wallet must be specified");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(_o(),{message:e,signature:o});return{user:r.data.user,token:r.data.token,refresh_token:r.data.refresh_token}}catch(e){throw k(e)}}async link(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.connector.walletType)throw new d("Wallet must be specified");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api);return(await this.api.post(So(),{message:e,signature:o})).data}catch(e){throw k(e)}}async promptConnectAndSign(e){let o=await this.connector.connect({showPrompt:!0}),r=o.address,i=o.chainId,n=await e.post(Po(),{address:r}),s=this.connector.prepareMessage(i,r,n.data.nonce),l=await this.connector.sign(s);return{message:s,signature:l}}getEthereumProvider(){return this.connector.getEthereumProvider()}};var Ve=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new d("Email and email code must be set prior to calling authenticate.");try{let e=Io(),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}}catch(e){throw k(e)}}async link(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new d("Email and email code must be set prior to calling authenticate.");try{let e=Mo();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw k(e)}}async sendCodeEmail(e){if(!this.api)throw new d("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new d("Email must be set when initialzing authentication.");try{let o=To();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw k(o)}}};var Ge=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new d("phone number and sms code must be set prior to calling authenticate.");try{let e=Wo(),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}}catch(e){throw k(e)}}async link(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new d("phone number and sms code must be set prior to calling authenticate.");try{let e=Oo();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw k(e)}}async sendSmsCode(e){if(!this.api)throw new d("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new d("phone nNumber must be set when initialzing authentication.");try{let o=Ro();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw k(o)}}};var Pe=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 d("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new d("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new d("User denied confirmation during OAuth flow");try{let e=Uo(),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}}catch(e){throw k(e)}}async link(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new d("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new d("User denied confirmation during OAuth flow");try{let e=Do();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw k(e)}}async getAuthorizationUrl(){if(!this.api)throw new d("Auth flow has no API instance");if(!this.meta.provider)throw new d("Provider must be set when initialzing OAuth authentication.");try{let e=No();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw k(e)}}};import"wicg-inert";import Ss from"react-dom";import ho from"styled-components";import{createContext as Mi,useContext as Ri,useEffect as Zo,useState as $o}from"react";import{jsx as Ii}from"react/jsx-runtime";function jo(t){return Ii("link",{rel:"prefetch",href:t.src})}import{jsx as Wi,jsxs as Oi}from"react/jsx-runtime";var Ko=Mi({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1},currentScreen:"LANDING",lastScreen:"LANDING",navigate:f,navigateBack:f}),qo=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=$o(null),[s,l]=$o(null);Zo(()=>{o||n(null)},[o]),Zo(()=>{r||(l("LANDING"),n("LANDING"))},[r]);let u={ready:!!(e!=null&&e.id),app:e,options:t.options,currentScreen:i||"LANDING",lastScreen:s||"LANDING",navigate:m=>{l(i),n(m)},navigateBack:()=>{n(s)}};return Oi(Ko.Provider,{value:u,children:[e&&e.logoUrl&&Wi(jo,{src:e.logoUrl}),t.children]})},y=()=>Ri(Ko);import{useEffect as _n,useState as Sn}from"react";import ze from"styled-components";import Di from"styled-components";import{jsx as Yo}from"react/jsx-runtime";var Jo=({style:t,...e})=>Yo("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:Yo("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});import{jsx as Qo}from"react/jsx-runtime";var Xo=({style:t,...e})=>Qo("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:Qo("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});import{createContext as Ni,useContext as Ui}from"react";var $t=Ni({isLinking:!1,getAuthMeta:f,getAuthFlow:f,closePrivyModal:f,initLoginWithWallet:f,loginWithWallet:f,loginWithCode:f,loginWithEmail:f,loginWithSms:f,resendEmailCode:f,resendSmsCode:f,initLoginWithOAuth:f,loginWithOAuth:f}),E=()=>Ui($t);import{jsx as q,jsxs as Bi}from"react/jsx-runtime";var Fi=()=>q("div",{}),Vi=({backFn:t})=>q("div",{children:q(Xo,{onClick:t})}),Gi=()=>{let{closePrivyModal:t}=E();return q("div",{children:q("div",{children:q(Jo,{onClick:t})})})};var x=({backFn:t})=>Bi(Hi,{children:[t?q(Vi,{backFn:t}):q(Fi,{}),q(Gi,{})]}),Hi=Di.div`
|
|
13
13
|
height: 30px;
|
|
14
14
|
display: flex;
|
|
15
15
|
align-items: center;
|
|
@@ -72,7 +72,7 @@ Resources:
|
|
|
72
72
|
@media (max-width: 440px) {
|
|
73
73
|
height: 30px;
|
|
74
74
|
}
|
|
75
|
-
`;import ir from"styled-components";import{jsx as U,jsxs as
|
|
75
|
+
`;import ir from"styled-components";import{jsx as U,jsxs as zi}from"react/jsx-runtime";var he=({style:t,...e})=>zi("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:[U("rect",{width:"28",height:"28",rx:"6",fill:"white"}),U("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),U("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"}),U("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"}),U("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"}),U("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"}),U("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"}),U("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"}),U("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"}),U("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"}),U("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"}),U("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"}),U("path",{d:"M22.4712 14.2325L18.3665 13.0428L19.6038 14.9048L17.7597 18.5038L20.1987 18.4741H23.8454L22.4712 14.2325ZM9.63358 13.0368L5.52888 14.2325L4.16064 18.4741H7.80728L10.2463 18.5038L8.40217 14.9048L9.63953 13.0368H9.63358ZM15.1957 15.107L15.4634 10.5859L16.6532 7.37354H11.3468L12.5366 10.5859L12.8043 15.107L12.9054 16.5229V20.0327H15.0887L15.1006 16.5229L15.1957 15.107Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as er,jsxs as ji}from"react/jsx-runtime";var re=({style:t,...e})=>ji("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:[er("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),er("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});import{jsx as _e,jsxs as Zi}from"react/jsx-runtime";var at=({style:t,...e})=>Zi("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:[_e("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),_e("g",{clipPath:"url(#clip0_1765_9946)",children:_e("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"})}),_e("defs",{children:_e("clipPath",{id:"clip0_1765_9946",children:_e("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});import{isMobile as rr}from"react-device-detect";import{isIOS as $i,isMobile as Ki}from"react-device-detect";var Kt=t=>{let e=new URL(window.location.href);if(!window.ethereum&&Ki){let o;switch(t){case"metamask":$i?o="dapp://"+e.hostname+e.pathname:o="https://metamask.app.link/dapp/"+e.hostname+e.pathname;break;case"coinbase_wallet":o="https://go.cb-w.com/dapp?cb_url="+encodeURIComponent(e.href.replace(/\/$/g,""));break;case"wallet_connect":break;default:break}o&&window.location.assign(o)}};import tr from"styled-components";var or=tr.span`
|
|
76
76
|
@media (max-width: 440px) {
|
|
77
77
|
display: none;
|
|
78
78
|
}
|
|
@@ -80,7 +80,7 @@ Resources:
|
|
|
80
80
|
@media (min-width: 441px) {
|
|
81
81
|
display: none;
|
|
82
82
|
}
|
|
83
|
-
`;import{jsx as Y,jsxs as He}from"react/jsx-runtime";var lt=()=>{let{navigate:t}=y(),{initLoginWithWallet:e,closePrivyModal:o}=E();return He(
|
|
83
|
+
`;import{jsx as Y,jsxs as He}from"react/jsx-runtime";var lt=()=>{let{navigate:t}=y(),{initLoginWithWallet:e,closePrivyModal:o}=E();return He(qi,{children:[He(qt,{onClick:()=>{zt()?(e("metamask"),t("AWAITING_CONNECTION")):rr?(Kt("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[Y(he,{}),Y("span",{children:"Metamask"}),Y("span",{children:zt()?"Connect":"Install"})]}),He(qt,{onClick:()=>{nt()?(e("coinbase_wallet"),t("AWAITING_CONNECTION")):rr?(Kt("coinbase_wallet"),o()):(e("coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[Y(re,{}),He("span",{children:["Coinbase",Y(or,{children:" Wallet"})]}),Y("span",{children:"Connect"})]}),He(qt,{onClick:()=>{e("wallet_connect"),t("AWAITING_CONNECTION")},children:[Y(at,{}),Y("span",{children:"WalletConnect"}),Y("span",{children:"Connect"})]})]})},qi=ir.div`
|
|
84
84
|
display: flex;
|
|
85
85
|
flex-direction: column;
|
|
86
86
|
align-items: flex-start;
|
|
@@ -157,7 +157,7 @@ Resources:
|
|
|
157
157
|
:hover > :last-child {
|
|
158
158
|
opacity: 1;
|
|
159
159
|
}
|
|
160
|
-
`;import
|
|
160
|
+
`;import Yi from"styled-components";import{jsx as nr,jsxs as Qi}from"react/jsx-runtime";var dt=()=>{let{navigate:t}=y();return Qi(Ji,{children:[nr("span",{children:"Don\u2019t have a wallet? "}),nr("button",{onClick:()=>{t("WALLET_EDUCATION")},children:"Create one now."})]})},Ji=Yi.div`
|
|
161
161
|
font-size: 13px;
|
|
162
162
|
color: #6b7280;
|
|
163
163
|
|
|
@@ -168,7 +168,7 @@ Resources:
|
|
|
168
168
|
@media (max-width: 440px) {
|
|
169
169
|
margin-top: 4px;
|
|
170
170
|
}
|
|
171
|
-
`;import lr from"styled-components";import{jsx as sr}from"react/jsx-runtime";var ar=({style:t,...e})=>sr("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:sr("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99555 0.929932C-1.12055 1.31799 -0.499722 9.15734 2.17445 8.76915C0.0807959 10.5544 -0.960455 16.6416 6.01654 16.0265C10.6356 15.9489 15.5635 12.2232 15.5635 8.1095C15.5635 2.63748 10.7516 0.929932 7.99555 0.929932ZM9.47052 7.53055C9.47052 8.49933 8.81856 9.28468 8.01433 9.28468C7.2101 9.28468 6.55814 8.49933 6.55814 7.53055C6.55814 6.56176 7.2101 5.77641 8.01433 5.77641C8.81856 5.77641 9.47052 6.56176 9.47052 7.53055ZM12.3171 9.28468C13.1213 9.28468 13.7733 8.49933 13.7733 7.53055C13.7733 6.56176 13.1213 5.77641 12.3171 5.77641C11.5129 5.77641 10.8609 6.56176 10.8609 7.53055C10.8609 8.49933 11.5129 9.28468 12.3171 9.28468Z",fill:"var(--primary-color)"})});import{Fragment as
|
|
171
|
+
`;import lr from"styled-components";import{jsx as sr}from"react/jsx-runtime";var ar=({style:t,...e})=>sr("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:sr("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99555 0.929932C-1.12055 1.31799 -0.499722 9.15734 2.17445 8.76915C0.0807959 10.5544 -0.960455 16.6416 6.01654 16.0265C10.6356 15.9489 15.5635 12.2232 15.5635 8.1095C15.5635 2.63748 10.7516 0.929932 7.99555 0.929932ZM9.47052 7.53055C9.47052 8.49933 8.81856 9.28468 8.01433 9.28468C7.2101 9.28468 6.55814 8.49933 6.55814 7.53055C6.55814 6.56176 7.2101 5.77641 8.01433 5.77641C8.81856 5.77641 9.47052 6.56176 9.47052 7.53055ZM12.3171 9.28468C13.1213 9.28468 13.7733 8.49933 13.7733 7.53055C13.7733 6.56176 13.1213 5.77641 12.3171 5.77641C11.5129 5.77641 10.8609 6.56176 10.8609 7.53055C10.8609 8.49933 11.5129 9.28468 12.3171 9.28468Z",fill:"var(--primary-color)"})});import{Fragment as en,jsx as Se,jsxs as cr}from"react/jsx-runtime";var Xi=lr.div`
|
|
172
172
|
margin-top: 16px;
|
|
173
173
|
font-size: 12px;
|
|
174
174
|
text-align: left;
|
|
@@ -177,7 +177,7 @@ Resources:
|
|
|
177
177
|
&& > a {
|
|
178
178
|
color: var(--primary-color);
|
|
179
179
|
}
|
|
180
|
-
`;function dr(t){let{privacyPolicyUrl:e,termsAndConditionsUrl:o}=t.app,r=!!e,i=!!o,n=r&&i;return!r&&!i?null:cr(
|
|
180
|
+
`;function dr(t){let{privacyPolicyUrl:e,termsAndConditionsUrl:o}=t.app,r=!!e,i=!!o,n=r&&i;return!r&&!i?null:cr(Xi,{children:["By logging in I agree to the"," ",i&&Se("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",r&&Se("a",{href:e,target:"_blank",children:"Privacy Policy"})]})}var $=({protectedByPrivy:t})=>Se(J,{hideOnMobile:t,children:t?cr(en,{children:[Se(ar,{}),Se("span",{children:Se("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),J=lr.div`
|
|
181
181
|
height: 20px;
|
|
182
182
|
font-size: 12px;
|
|
183
183
|
display: flex;
|
|
@@ -214,13 +214,13 @@ Resources:
|
|
|
214
214
|
justify-content: center;
|
|
215
215
|
height: 100%;
|
|
216
216
|
width: 100%;
|
|
217
|
-
`;import mt from"styled-components";import{jsx as hr}from"react/jsx-runtime";var ct=({style:t,logoFill:e,...o})=>hr("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:hr("path",{d:"M7.54311 19.7551C16.5973 19.7551 21.5516 12.2467 21.5516 5.74656C21.5516 5.53533 21.5516 5.32409 21.542 5.11286C22.5021 4.42156 23.3375 3.54783 24 2.55888C23.1166 2.95254 22.1661 3.21178 21.1675 3.3366C22.1853 2.73171 22.963 1.76196 23.3375 0.609788C22.3869 1.17627 21.3308 1.57953 20.2074 1.80037C19.3049 0.840223 18.0279 0.244934 16.6165 0.244934C13.8993 0.244934 11.6909 2.45326 11.6909 5.17047C11.6909 5.55453 11.7389 5.92898 11.8157 6.29384C7.72554 6.09221 4.09619 4.12391 1.66703 1.14747C1.24457 1.87718 1.00453 2.72211 1.00453 3.62464C1.00453 5.3337 1.87826 6.84112 3.19366 7.72445C2.38714 7.69565 1.62862 7.47481 0.966125 7.10996C0.966125 7.12916 0.966125 7.14837 0.966125 7.17717C0.966125 9.55833 2.66558 11.5554 4.91232 12.0067C4.49945 12.1219 4.06739 12.1795 3.61612 12.1795C3.29927 12.1795 2.99203 12.1507 2.69438 12.0931C3.31848 14.0518 5.14275 15.4728 7.29347 15.5112C5.60362 16.8362 3.4817 17.6235 1.17736 17.6235C0.783698 17.6235 0.390039 17.6043 0.00598145 17.5563C2.17591 18.9389 4.76829 19.7551 7.54311 19.7551Z",fill:e==="primary"?"#1da1f2":"white"})});import{jsx as Be,jsxs as
|
|
217
|
+
`;import mt from"styled-components";import{jsx as hr}from"react/jsx-runtime";var ct=({style:t,logoFill:e,...o})=>hr("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:hr("path",{d:"M7.54311 19.7551C16.5973 19.7551 21.5516 12.2467 21.5516 5.74656C21.5516 5.53533 21.5516 5.32409 21.542 5.11286C22.5021 4.42156 23.3375 3.54783 24 2.55888C23.1166 2.95254 22.1661 3.21178 21.1675 3.3366C22.1853 2.73171 22.963 1.76196 23.3375 0.609788C22.3869 1.17627 21.3308 1.57953 20.2074 1.80037C19.3049 0.840223 18.0279 0.244934 16.6165 0.244934C13.8993 0.244934 11.6909 2.45326 11.6909 5.17047C11.6909 5.55453 11.7389 5.92898 11.8157 6.29384C7.72554 6.09221 4.09619 4.12391 1.66703 1.14747C1.24457 1.87718 1.00453 2.72211 1.00453 3.62464C1.00453 5.3337 1.87826 6.84112 3.19366 7.72445C2.38714 7.69565 1.62862 7.47481 0.966125 7.10996C0.966125 7.12916 0.966125 7.14837 0.966125 7.17717C0.966125 9.55833 2.66558 11.5554 4.91232 12.0067C4.49945 12.1219 4.06739 12.1795 3.61612 12.1795C3.29927 12.1795 2.99203 12.1507 2.69438 12.0931C3.31848 14.0518 5.14275 15.4728 7.29347 15.5112C5.60362 16.8362 3.4817 17.6235 1.17736 17.6235C0.783698 17.6235 0.390039 17.6043 0.00598145 17.5563C2.17591 18.9389 4.76829 19.7551 7.54311 19.7551Z",fill:e==="primary"?"#1da1f2":"white"})});import{jsx as Be,jsxs as tn}from"react/jsx-runtime";var pt=({logoFill:t,style:e,...o})=>tn("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:[Be("g",{clipPath:"url(#clip0)",children:Be("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"})}),Be("defs",{children:Be("clipPath",{id:"clip0",children:Be("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as ut,jsxs as on}from"react/jsx-runtime";var ht=({style:t,...e})=>on("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:[ut("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"}),ut("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"}),ut("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"}),ut("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});import{jsx as Te,jsxs as ln}from"react/jsx-runtime";var mr=({showGoogle:t,showTwitter:e,showDiscord:o,stacked:r})=>{let{initLoginWithOAuth:i}=E();return ln(rn,{stacked:r,children:[t&&Te(an,{onClick:()=>{i("google")},children:Te(ht,{})}),e&&Te(nn,{onClick:()=>{i("twitter")},children:Te(ct,{})}),o&&Te(sn,{onClick:()=>{i("discord")},children:Te(pt,{})})]})},rn=mt.div`
|
|
218
218
|
display: flex;
|
|
219
219
|
flex-direction: ${t=>t.stacked?"column":"row"};
|
|
220
220
|
justify-content: space-between;
|
|
221
221
|
width: 100%;
|
|
222
222
|
gap: 4px;
|
|
223
|
-
`,
|
|
223
|
+
`,nn=mt.button`
|
|
224
224
|
&& {
|
|
225
225
|
border-radius: var(--border-radius-sm);
|
|
226
226
|
cursor: pointer;
|
|
@@ -232,7 +232,7 @@ Resources:
|
|
|
232
232
|
justify-content: center;
|
|
233
233
|
align-items: center;
|
|
234
234
|
}
|
|
235
|
-
`,
|
|
235
|
+
`,sn=mt.button`
|
|
236
236
|
&& {
|
|
237
237
|
border-radius: var(--border-radius-sm);
|
|
238
238
|
cursor: pointer;
|
|
@@ -244,7 +244,7 @@ Resources:
|
|
|
244
244
|
justify-content: center;
|
|
245
245
|
align-items: center;
|
|
246
246
|
}
|
|
247
|
-
`,
|
|
247
|
+
`,an=mt.button`
|
|
248
248
|
&& {
|
|
249
249
|
border-radius: var(--border-radius-sm);
|
|
250
250
|
cursor: pointer;
|
|
@@ -257,7 +257,7 @@ Resources:
|
|
|
257
257
|
align-items: center;
|
|
258
258
|
border: 1px solid #e5e7eb;
|
|
259
259
|
}
|
|
260
|
-
`;import{useEffect as
|
|
260
|
+
`;import{useEffect as un,useState as Yt}from"react";import Ie from"styled-components";import{jsx as fr}from"react/jsx-runtime";var ft=({style:t,...e})=>fr("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:fr("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"})});import dn from"styled-components";import{jsx as cn}from"react/jsx-runtime";var gt=({success:t,fail:e})=>cn(ne,{className:t?"success":e?"fail":""}),ne=dn.span`
|
|
261
261
|
&& {
|
|
262
262
|
width: 82px;
|
|
263
263
|
height: 82px;
|
|
@@ -290,7 +290,7 @@ Resources:
|
|
|
290
290
|
border-color: var(--fail-light);
|
|
291
291
|
border-bottom-color: var(--fail-light);
|
|
292
292
|
}
|
|
293
|
-
`;import{isPossiblePhoneNumber as
|
|
293
|
+
`;import{isPossiblePhoneNumber as pn}from"libphonenumber-js/min";var gr=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,}))$/),wr=t=>pn(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,s){return i+i+n+n+s+s});var o=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return{r:parseInt((o==null?void 0:o[1])||"00",16),g:parseInt((o==null?void 0:o[2])||"00",16),b:parseInt((o==null?void 0:o[3])||"00",16)}},yr=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r};import{Fragment as Cn,jsx as Q,jsxs as Jt}from"react/jsx-runtime";var yt=t=>{let[e,o]=Yt(""),[r,i]=Yt(!1),[n,s]=Yt(null),{authenticated:l}=W(),{loginWithEmail:u}=E(),{navigate:m,options:v}=y(),S=v.wallet;un(()=>{let h=document.querySelector("#email-input");h==null||h.focus()},[]);let A=gr(e),w=()=>{i(!0),u(e).then(()=>{m("AWAITING_PASSWORDLESS_CODE")}).catch(h=>{(h==null?void 0:h.status)===422?s(h.message):s("Issue submitting email"),i(!1)})};return Jt(Cn,{children:[Jt(hn,{stacked:t.stacked,children:[Jt(gn,{standalone:t.stacked,children:[Q(ft,{}),Q("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:h=>o(h.target.value),onKeyUp:h=>{h.key==="Enter"&&w()},value:e,autoComplete:"email"})]}),t.stacked?null:Q(mn,{disabled:r||!A,onClick:w,children:r?Q(ne,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"})]}),n||l||!S?Q(yn,{fail:!!n,children:n||""}):null,!n&&!l&&S?Q(wn,{children:Q("span",{children:"Get started without a wallet."})}):null,t.stacked?Q(fn,{disabled:r||!A,onClick:w,children:r?Q(ne,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"}):null]})},hn=Ie.div`
|
|
294
294
|
display: flex;
|
|
295
295
|
border: 1px solid #d1d5db;
|
|
296
296
|
width: 100%;
|
|
@@ -304,7 +304,7 @@ Resources:
|
|
|
304
304
|
@media (max-width: 440px) {
|
|
305
305
|
margin-top: 20px;
|
|
306
306
|
}
|
|
307
|
-
`,
|
|
307
|
+
`,mn=Ie.button`
|
|
308
308
|
display: flex;
|
|
309
309
|
flex-direction: row;
|
|
310
310
|
align-items: center;
|
|
@@ -329,7 +329,7 @@ Resources:
|
|
|
329
329
|
color: var(--disabled-fg);
|
|
330
330
|
cursor: not-allowed;
|
|
331
331
|
}
|
|
332
|
-
`,
|
|
332
|
+
`,fn=Ie.button`
|
|
333
333
|
display: flex;
|
|
334
334
|
flex-direction: column;
|
|
335
335
|
align-items: center;
|
|
@@ -353,7 +353,7 @@ Resources:
|
|
|
353
353
|
color: var(--disabled-fg);
|
|
354
354
|
cursor: not-allowed;
|
|
355
355
|
}
|
|
356
|
-
`,
|
|
356
|
+
`,gn=Ie.label`
|
|
357
357
|
display: flex;
|
|
358
358
|
flex-direction: row;
|
|
359
359
|
align-items: center;
|
|
@@ -390,7 +390,7 @@ Resources:
|
|
|
390
390
|
line-height: 24px;
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
|
-
`,
|
|
393
|
+
`,wn=Ie.div`
|
|
394
394
|
font-size: 13px;
|
|
395
395
|
color: #6b7280;
|
|
396
396
|
text-align: left;
|
|
@@ -398,7 +398,7 @@ Resources:
|
|
|
398
398
|
> button {
|
|
399
399
|
text-decoration: underline;
|
|
400
400
|
}
|
|
401
|
-
`,
|
|
401
|
+
`,yn=Ie.div`
|
|
402
402
|
line-height: 20px;
|
|
403
403
|
height: 20px;
|
|
404
404
|
font-size: 13px;
|
|
@@ -410,7 +410,7 @@ Resources:
|
|
|
410
410
|
opacity: ${t=>t.success||t.fail?"1":"0"};
|
|
411
411
|
|
|
412
412
|
transition: ${t=>t.fail?"":"all 150ms ease-in-out"};
|
|
413
|
-
`;import{useEffect as
|
|
413
|
+
`;import{useEffect as vn,useState as Qt}from"react";import me from"styled-components";import{jsx as Cr}from"react/jsx-runtime";var Ct=({style:t,...e})=>Cr("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:Cr("path",{d:"M2.5 4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H6.9C7.07483 2.50013 7.24519 2.55525 7.38696 2.65754C7.52874 2.75984 7.63475 2.90413 7.69 3.07L8.93833 6.81417C9.00158 7.00445 8.9941 7.21116 8.91726 7.39637C8.84042 7.58158 8.69938 7.73288 8.52 7.8225L6.63917 8.76417C7.5611 10.8046 9.19538 12.4389 11.2358 13.3608L12.1775 11.48C12.2671 11.3006 12.4184 11.1596 12.6036 11.0827C12.7888 11.0059 12.9956 10.9984 13.1858 11.0617L16.93 12.31C17.096 12.3653 17.2404 12.4714 17.3427 12.6134C17.445 12.7553 17.5 12.9259 17.5 13.1008V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H15C8.09667 17.5 2.5 11.9033 2.5 5V4.16667Z",strokeLinecap:"round",strokeLinejoin:"round"})});import{Fragment as Pn,jsx as X,jsxs as Xt}from"react/jsx-runtime";var vt=t=>{let[e,o]=Qt(""),[r,i]=Qt(!1),[n,s]=Qt(null),{authenticated:l}=W(),{loginWithSms:u}=E(),{navigate:m,options:v}=y(),S=v.wallet;vn(()=>{let h=document.querySelector("#phone-number-input");h==null||h.focus()},[]);let A=wr(e),w=()=>{i(!0),u(e).then(()=>{m("AWAITING_PASSWORDLESS_CODE")}).catch(h=>{(h==null?void 0:h.status)===422?s(h.message):s("Issue submitting phone number"),i(!1)})};return Xt(Pn,{children:[Xt(bn,{stacked:t.stacked,children:[Xt(En,{standalone:t.stacked,children:[X(Ct,{}),X("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:h=>{o(h.target.value)},onKeyUp:h=>{h.key==="Enter"&&w()},value:e,autoComplete:"tel"})]}),t.stacked?null:X(xn,{disabled:r||!A,onClick:w,children:r?X(vr,{color:"var(--disabled-fg)"}):"Submit"})]}),n||l||!S?X(kn,{fail:!!n,children:n||""}):null,!n&&!l&&S?X(An,{children:X("span",{children:"Don\u2019t have a wallet? Start exploring with your phone or socials."})}):null,t.stacked?X(Ln,{disabled:r||!A,onClick:w,children:r?X(vr,{color:"var(--disabled-fg)"}):"Submit"}):null]})},bn=me.div`
|
|
414
414
|
display: flex;
|
|
415
415
|
border: 1px solid #d1d5db;
|
|
416
416
|
width: 100%;
|
|
@@ -424,7 +424,7 @@ Resources:
|
|
|
424
424
|
@media (max-width: 440px) {
|
|
425
425
|
margin-top: 20px;
|
|
426
426
|
}
|
|
427
|
-
`,
|
|
427
|
+
`,xn=me.button`
|
|
428
428
|
display: flex;
|
|
429
429
|
flex-direction: row;
|
|
430
430
|
align-items: center;
|
|
@@ -449,7 +449,7 @@ Resources:
|
|
|
449
449
|
color: var(--disabled-fg);
|
|
450
450
|
cursor: not-allowed;
|
|
451
451
|
}
|
|
452
|
-
`,
|
|
452
|
+
`,Ln=me.button`
|
|
453
453
|
display: flex;
|
|
454
454
|
flex-direction: column;
|
|
455
455
|
align-items: center;
|
|
@@ -473,7 +473,7 @@ Resources:
|
|
|
473
473
|
color: var(--disabled-fg);
|
|
474
474
|
cursor: not-allowed;
|
|
475
475
|
}
|
|
476
|
-
`,
|
|
476
|
+
`,En=me.label`
|
|
477
477
|
display: flex;
|
|
478
478
|
flex-direction: row;
|
|
479
479
|
align-items: center;
|
|
@@ -510,14 +510,14 @@ Resources:
|
|
|
510
510
|
line-height: 24px;
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
|
-
`,
|
|
513
|
+
`,An=me.div`
|
|
514
514
|
font-size: 13px;
|
|
515
515
|
color: #6b7280;
|
|
516
516
|
|
|
517
517
|
> button {
|
|
518
518
|
text-decoration: underline;
|
|
519
519
|
}
|
|
520
|
-
`,
|
|
520
|
+
`,kn=me.div`
|
|
521
521
|
line-height: 20px;
|
|
522
522
|
height: 20px;
|
|
523
523
|
font-size: 13px;
|
|
@@ -535,7 +535,7 @@ Resources:
|
|
|
535
535
|
width: 1rem;
|
|
536
536
|
border-width: 2px;
|
|
537
537
|
}
|
|
538
|
-
`;import{jsx as br}from"react/jsx-runtime";var xr=()=>{let{app:t}=y();return t!=null&&t.logoUrl?br("div",{children:br("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};import{isMobile as Lr}from"react-device-detect";import{Fragment as eo,jsx as P,jsxs as se}from"react/jsx-runtime";var Ar=()=>{let{ready:t}=W(),{getAuthMeta:e,isLinking:o}=E(),{app:r,navigate:i,options:n}=y(),s=n.email,l=n.sms,u=n.wallet,m=n.google,v=n.twitter,S=n.discord,A=u?0:1,[w,h]=
|
|
538
|
+
`;import{jsx as br}from"react/jsx-runtime";var xr=()=>{let{app:t}=y();return t!=null&&t.logoUrl?br("div",{children:br("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};import{isMobile as Lr}from"react-device-detect";import{Fragment as eo,jsx as P,jsxs as se}from"react/jsx-runtime";var Ar=()=>{let{ready:t}=W(),{getAuthMeta:e,isLinking:o}=E(),{app:r,navigate:i,options:n}=y(),s=n.email,l=n.sms,u=n.wallet,m=n.google,v=n.twitter,S=n.discord,A=u?0:1,[w,h]=Sn(A),C=e(),T=(C==null?void 0:C.authorizationCode)&&(C==null?void 0:C.stateCode)&&(C==null?void 0:C.provider);_n(()=>{T?i("AWAITING_OAUTH_SCREEN"):o&&s?i("LINK_EMAIL_SCREEN"):o&&l?i("LINK_PHONE_SCREEN"):o&&u&&i("LINK_WALLET_SCREEN")},[t]);let M=w==0,ee=w==1;return se(eo,{children:[P(x,{},"header"),P(Wn,{walletOnly:!s&&!l&&!m&&!v&&!S,hasTerms:!!((r==null?void 0:r.privacyPolicyUrl)||(r==null?void 0:r.termsAndConditionsUrl)),children:P(xr,{})}),se(ie,{children:[u&&P(Tn,{active:M,onClick:()=>h(0)}),(s||l)&&P(In,{active:ee,onClick:()=>h(1),email:s,sms:l,google:m,twitter:v,discord:S})]}),r&&P(dr,{app:r}),P($,{protectedByPrivy:!0})]})};function Tn(t){return se(Pr,{active:t.active,onClick:t.onClick,children:[P(kr,{active:t.active,children:P("h4",{children:"Connect Wallet"})}),t.active&&se(eo,{children:[P(lt,{}),P(dt,{})]})]})}function In(t){let e=t.google||t.discord||t.twitter&&!Lr,o=t.email?"Email":"Phone";return se(Pr,{active:t.active,onClick:t.onClick,children:[P(kr,{active:t.active,children:se("h4",{children:["Sign In with ",e?`${o} & Social`:o]})}),t.active&&t.email&&P(yt,{}),t.active&&t.sms&&!t.email&&P(vt,{}),t.active&&e&&P(Mn,{google:t.google,twitter:t.twitter&&!Lr,discord:t.discord})]})}function Mn(t){return se(eo,{children:[se(Rn,{children:[P(Er,{}),P("p",{children:" Or "}),P(Er,{})]}),P(mr,{showGoogle:t.google,showDiscord:t.discord,showTwitter:t.twitter})]})}var kr=ze.div`
|
|
539
539
|
font-weight: ${t=>t.active?600:500};
|
|
540
540
|
color: ${t=>t.active?"inherit":"#6b7280"};
|
|
541
541
|
display: flex;
|
|
@@ -562,7 +562,7 @@ Resources:
|
|
|
562
562
|
}
|
|
563
563
|
|
|
564
564
|
cursor: ${t=>t.active?"inherit":"pointer"};
|
|
565
|
-
`,
|
|
565
|
+
`,Rn=ze.div`
|
|
566
566
|
display: flex;
|
|
567
567
|
justify-content: center;
|
|
568
568
|
align-items: center;
|
|
@@ -573,7 +573,7 @@ Resources:
|
|
|
573
573
|
border-top: 1px solid #d1d5db;
|
|
574
574
|
margin: 0px 8px;
|
|
575
575
|
}
|
|
576
|
-
`,
|
|
576
|
+
`,Wn=ze.div`
|
|
577
577
|
display: flex;
|
|
578
578
|
flex-direction: column;
|
|
579
579
|
align-items: center;
|
|
@@ -595,7 +595,7 @@ Resources:
|
|
|
595
595
|
margin-bottom: ${t=>`${60+(t.walletOnly?31:0)-(t.hasTerms?18:0)}px`};
|
|
596
596
|
`;import{useEffect as Ir,useState as xt}from"react";import Lt from"styled-components";import bt from"styled-components";import{jsx as je,jsxs as Tr}from"react/jsx-runtime";var fe=({title:t,description:e,children:o,...r})=>Tr(Sr,{...r,children:[je("h3",{children:t}),typeof e=="string"?je("p",{children:e}):null,o]}),_r=bt(fe)`
|
|
597
597
|
margin-bottom: 24px;
|
|
598
|
-
`,Me=({title:t,description:e,icon:o,children:r,...i})=>Tr(
|
|
598
|
+
`,Me=({title:t,description:e,icon:o,children:r,...i})=>Tr(On,{...i,children:[o?je(Nn,{children:o}):null,je("h3",{children:t}),typeof e=="string"?je("p",{children:e}):null,r]}),Sr=bt.div`
|
|
599
599
|
display: flex;
|
|
600
600
|
flex-direction: column;
|
|
601
601
|
justify-content: flex-start;
|
|
@@ -614,7 +614,7 @@ Resources:
|
|
|
614
614
|
color: var(--text-dark-gray);
|
|
615
615
|
font-size: 14px;
|
|
616
616
|
}
|
|
617
|
-
`,
|
|
617
|
+
`,On=bt(Sr)`
|
|
618
618
|
align-items: center;
|
|
619
619
|
text-align: center;
|
|
620
620
|
gap: 16px;
|
|
@@ -622,21 +622,21 @@ Resources:
|
|
|
622
622
|
h3 {
|
|
623
623
|
margin-bottom: 24px;
|
|
624
624
|
}
|
|
625
|
-
`,
|
|
625
|
+
`,Nn=bt.div`
|
|
626
626
|
padding: 14px;
|
|
627
627
|
border-radius: 50%;
|
|
628
628
|
&& {
|
|
629
629
|
border-color: #e1e7ef;
|
|
630
630
|
border-width: 1px;
|
|
631
631
|
}
|
|
632
|
-
`;import{Fragment as to,jsx as G,jsxs as Re}from"react/jsx-runtime";var oo=6,Mr=new Array(oo).fill(""),
|
|
632
|
+
`;import{Fragment as to,jsx as G,jsxs as Re}from"react/jsx-runtime";var oo=6,Mr=new Array(oo).fill(""),Un=1400;var Rr=()=>{var c,Ue,Ce;let{app:t}=y(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:i,loginWithCode:n}=E(),{authenticated:s,user:l}=W(),[u,m]=xt(Mr),[v,S]=xt(!1),[A,w]=xt(null),[h,C]=xt(null),T=(c=i())!=null&&c.email?0:1;Ir(()=>{if(s&&v){let N=setTimeout(e,ve);return()=>clearTimeout(N)}},[s,v,l]),Ir(()=>{if(A&&h===0){let N=setTimeout(()=>{m(Mr),w(null);let R=document.querySelector("input[name=code-0]");R==null||R.focus()},Un);return()=>clearTimeout(N)}},[A]);let M=N=>{var fo;let R=N.currentTarget.value.replace(" ","");if(R==="")return;if(isNaN(Number(R))){w("Code should be numeric"),C(1);return}w(null),C(null);let z=Number((fo=N.currentTarget.name)==null?void 0:fo.charAt(5)),Ot=[...R||[""]].slice(0,oo-z),Nt=[...u.slice(0,z),...Ot,...u.slice(z+Ot.length)];m(Nt);let hi=Ot.length,mo=Math.min(Math.max(z+hi,0),oo-1);if(!isNaN(Number(N.currentTarget.value))){let j=document.querySelector(`input[name=code-${mo}]`);j==null||j.focus()}if(Nt.every(j=>j&&!isNaN(+j))){let j=document.querySelector(`input[name=code-${mo}]`);j==null||j.blur(),n(Nt.join("")).then(()=>S(!0)).catch(Ut=>{(Ut==null?void 0:Ut.status)===422?w("Invalid or expired verification code"):w("Issue verifying code"),C(0)})}N.preventDefault()},ee=N=>{h===1&&(w(null),C(null));let R=[...u.slice(0,N),"",...u.slice(N+1)];if(m(R),N>0){let z=document.querySelector(`input[name=code-${N-1}]`);z==null||z.focus()}},L=`Verify your ${T==0?"email":"phone"}`,a=T==0?`Please check ${(Ue=i())==null?void 0:Ue.email} for an email from privy.io and enter your code below.`:`Please check ${(Ce=i())==null?void 0:Ce.phoneNumber} for a message from ${(t==null?void 0:t.name)||"privy.io"} and enter your code below.`;return Re(to,{children:[G(x,{},"header"),Re(Dn,{children:[G(fe,{title:L,description:a}),Re(ur,{children:[Re(Fn,{children:[G(Vn,{fail:!!A,success:v,children:G("span",{children:A||(v?"Success!":"")})}),G("div",{children:u.map((N,R)=>G("input",{name:`code-${R}`,type:"text",value:u[R],onChange:M,onKeyUp:z=>{z.key==="Backspace"&&ee(R)},inputMode:"numeric",autoFocus:R===0,pattern:"[0-9]",className:`${v?"success":""} ${A?"fail":""}`,autoComplete:"one-time-code"},R))})]}),G(Gn,{children:T==0?Re(to,{children:[G("span",{children:"Didn't get an email?"}),G("button",{onClick:o,children:"Resend Code"})]}):Re(to,{children:[G("span",{children:"Didn't get a message?"}),G("button",{onClick:r,children:"Resend Code"})]})})]})]}),G($,{protectedByPrivy:!0})]})},Dn=Lt.div`
|
|
633
633
|
display: flex;
|
|
634
634
|
flex-direction: column;
|
|
635
635
|
align-items: flex-start;
|
|
636
636
|
justify-content: flex-end;
|
|
637
637
|
margin: auto;
|
|
638
638
|
gap: 16px;
|
|
639
|
-
`,
|
|
639
|
+
`,Fn=Lt.div`
|
|
640
640
|
display: flex;
|
|
641
641
|
flex-direction: column;
|
|
642
642
|
width: 100%;
|
|
@@ -704,7 +704,7 @@ Resources:
|
|
|
704
704
|
transform: translate(1px, 0px);
|
|
705
705
|
}
|
|
706
706
|
}
|
|
707
|
-
`,
|
|
707
|
+
`,Vn=Lt.div`
|
|
708
708
|
line-height: 20px;
|
|
709
709
|
height: 20px;
|
|
710
710
|
font-size: 13px;
|
|
@@ -712,7 +712,7 @@ Resources:
|
|
|
712
712
|
display: flex;
|
|
713
713
|
justify-content: flex-end;
|
|
714
714
|
width: 100%;
|
|
715
|
-
`,
|
|
715
|
+
`,Gn=Lt.div`
|
|
716
716
|
font-size: 13px;
|
|
717
717
|
color: #6b7280;
|
|
718
718
|
display: flex;
|
|
@@ -726,7 +726,7 @@ Resources:
|
|
|
726
726
|
> button {
|
|
727
727
|
text-decoration: underline;
|
|
728
728
|
}
|
|
729
|
-
`;import{useState as
|
|
729
|
+
`;import{useState as ts}from"react";import B from"styled-components";import Hn from"qrcode";import Bn from"styled-components";import{Fragment as We,jsx as O,jsxs as Nr}from"react/jsx-runtime";var D=7,ro=(t,e,o,r,i)=>{for(let n=e;n<e+r;n++)for(let s=o;s<o+i;s++){let l=t==null?void 0:t[s];l&&l[n]&&(l[n]=0)}return t},zn=t=>{let e=Hn.create(t,{errorCorrectionLevel:"high"}).modules,o=yr(Array.from(e.data),e.size);return o=ro(o,0,0,D,D),o=ro(o,o.length-D,0,D,D),o=ro(o,0,o.length-D,D,D),o},jn=({x:t,y:e,cellSize:o,bgColor:r,fgColor:i})=>O(We,{children:[0,1,2].map(n=>O("circle",{r:o*(D-n*2)/2,cx:t+o*D/2,cy:e+o*D/2,fill:n%2!==0?r:i},`finder-${t}-${e}-${n}`))}),Zn=({cellSize:t,matrixSize:e,bgColor:o,fgColor:r})=>{let i=[[0,0],[(e-D)*t,0],[0,(e-D)*t]];return O(We,{children:i.map(([n,s])=>O(jn,{x:n,y:s,cellSize:t,bgColor:o,fgColor:r}))})},$n=({matrix:t,cellSize:e,color:o})=>O(We,{children:t.map((r,i)=>r.map((n,s)=>n?O("circle",{r:e/2.5,cx:i*e+e/2,cy:s*e+e/2,fill:o},`circle-${i}-${s}`):O(We,{})))}),Wr=(t,e)=>t-t%e,Kn=({outputSize:t,cellSize:e,element:o,size:r,padding:i,bgColor:n})=>{if(!o)return O(We,{});let s=r||40,l=i||4,u=o,m=t/2-s/2-l;return Nr(We,{children:[O("rect",{x:Wr(m,e),y:Wr(m,e),width:s+l*2+(m%e?e+.5:.5),height:s+l*2+(m%e?e+.5:.5),fill:n}),O(u,{x:t/2-s/2,y:t/2-s/2,height:s,width:s})]})},qn=t=>{var i;let e=t.outputSize,o=zn(t.url),r=e/o.length;return Nr("svg",{height:t.outputSize,width:t.outputSize,viewBox:`0 0 ${t.outputSize} ${t.outputSize}`,style:{height:"100%",width:"100%"},children:[O($n,{matrix:o,cellSize:r,color:t.fgColor}),O(Zn,{cellSize:r,matrixSize:o.length,fgColor:t.fgColor,bgColor:t.bgColor}),O(Kn,{outputSize:t.outputSize,cellSize:r,element:(i=t.logo)==null?void 0:i.element,bgColor:t.bgColor})]})},Yn=Bn.div`
|
|
730
730
|
display: flex;
|
|
731
731
|
justify-content: center;
|
|
732
732
|
align-items: center;
|
|
@@ -741,7 +741,7 @@ Resources:
|
|
|
741
741
|
border-color: ${t=>t.fgColor};
|
|
742
742
|
border-radius: 12px;
|
|
743
743
|
}
|
|
744
|
-
`,Or=t=>{let e=t.bgColor||"#FFFFFF",o=t.fgColor||"#000000",r=t.size||160;return O(
|
|
744
|
+
`,Or=t=>{let e=t.bgColor||"#FFFFFF",o=t.fgColor||"#000000",r=t.size||160;return O(Yn,{size:r,bgColor:e,fgColor:o,children:O(qn,{url:t.url,logo:{element:t.squareLogoElement},outputSize:r,bgColor:e,fgColor:o})})};import{jsx as Jn}from"react/jsx-runtime";var Ur=({size:t})=>Jn(Or,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:re,size:t,fgColor:"#1F1F1F"});import io from"styled-components";import{jsx as Dr}from"react/jsx-runtime";var Fr=({style:t,...e})=>Dr("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:Dr("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--primary-color)"})});import{jsx as Xn,jsxs as es}from"react/jsx-runtime";var no=io.div`
|
|
745
745
|
display: flex;
|
|
746
746
|
flex-direction: column;
|
|
747
747
|
justify-content: flex-start;
|
|
@@ -752,7 +752,7 @@ Resources:
|
|
|
752
752
|
border-left: 2px solid #e5e7eb;
|
|
753
753
|
height: 12px;
|
|
754
754
|
}
|
|
755
|
-
`,ge=({children:t})=>
|
|
755
|
+
`,ge=({children:t})=>es(Qn,{children:[Xn(Fr,{style:{width:"16px",height:"16px"}}),t]}),Qn=io.div`
|
|
756
756
|
display: flex;
|
|
757
757
|
justify-content: flex-start;
|
|
758
758
|
justify-items: center;
|
|
@@ -801,7 +801,7 @@ Resources:
|
|
|
801
801
|
border: 1px solid #e5e7eb;
|
|
802
802
|
color: var(--text-dark-blue);
|
|
803
803
|
}
|
|
804
|
-
`;import{Fragment as ao,jsx as p,jsxs as I}from"react/jsx-runtime";var lo=()=>{let{navigate:t}=y(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return ae.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),I(Zr,{children:[p(fe,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),p($r,{children:p(he,{style:{width:"152px",height:"152px"}})}),I(no,{children:[p(ge,{children:I("div",{children:[p("span",{children:"Install the "}),p("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),p(Ze,{}),p(ge,{children:"Set up your first wallet"}),p(Ze,{}),p(ge,{children:"Store your recovery phrase in a safe place!"})]}),p(Kr,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},co=()=>{let{navigate:t}=y();return I(Zr,{children:[p(fe,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),p($r,{style:{marginTop:"-24px"},children:p(Ur,{size:200})}),I(no,{children:[p(ge,{children:"Scan the QR code with your camera"}),p(Ze,{}),p(ge,{children:"Set up your first wallet"}),p(Ze,{}),p(ge,{children:"Store your seed phrase in a safe place!"})]}),p(Kr,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},jr=()=>{let[t,e]=
|
|
804
|
+
`;import{Fragment as ao,jsx as p,jsxs as I}from"react/jsx-runtime";var lo=()=>{let{navigate:t}=y(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return ae.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),I(Zr,{children:[p(fe,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),p($r,{children:p(he,{style:{width:"152px",height:"152px"}})}),I(no,{children:[p(ge,{children:I("div",{children:[p("span",{children:"Install the "}),p("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),p(Ze,{}),p(ge,{children:"Set up your first wallet"}),p(Ze,{}),p(ge,{children:"Store your recovery phrase in a safe place!"})]}),p(Kr,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},co=()=>{let{navigate:t}=y();return I(Zr,{children:[p(fe,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),p($r,{style:{marginTop:"-24px"},children:p(Ur,{size:200})}),I(no,{children:[p(ge,{children:"Scan the QR code with your camera"}),p(Ze,{}),p(ge,{children:"Set up your first wallet"}),p(Ze,{}),p(ge,{children:"Store your seed phrase in a safe place!"})]}),p(Kr,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},jr=()=>{let[t,e]=ts("WHAT_IS_A_WALLET"),{navigateBack:o}=y();return I(ao,{children:[p(x,{backFn:t==="WHAT_IS_A_WALLET"?o:t==="PICK_A_NEW_WALLET"?()=>e("WHAT_IS_A_WALLET"):()=>e("PICK_A_NEW_WALLET")},"header"),I(os,{children:[t==="WHAT_IS_A_WALLET"&&I(ao,{children:[p(as,{children:p(Vr,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),I(Me,{title:"Get started with a new wallet",children:[p("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),p("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),p(ns,{children:p(ss,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),t==="PICK_A_NEW_WALLET"&&p(ao,{children:I(rs,{children:[p(fe,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),I(is,{children:[I(Br,{onClick:()=>{ae.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":ae.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":e("CREATE_METAMASK_WALLET")},children:[p(he,{}),I(zr,{children:[p("h4",{children:"MetaMask"}),p("p",{children:"Get a browser-based wallet"})]}),p("div",{children:p("span",{children:"Set up"})})]}),I(Br,{onClick:()=>{ae.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":ae.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":e("CREATE_COINBASE_WALLET")},children:[p(re,{}),I(zr,{children:[p("h4",{children:"Coinbase Wallet"}),p("p",{children:"Get a mobile app wallet"})]}),p("div",{children:p("span",{children:"Set up"})})]})]})]})}),t==="CREATE_COINBASE_WALLET"&&p(co,{}),t==="CREATE_METAMASK_WALLET"&&p(lo,{})]}),I(J,{children:[p("span",{children:"Still not sure? "}),p("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},os=B.div`
|
|
805
805
|
display: flex;
|
|
806
806
|
flex-direction: column;
|
|
807
807
|
height: 100%;
|
|
@@ -811,14 +811,14 @@ Resources:
|
|
|
811
811
|
display: none;
|
|
812
812
|
}
|
|
813
813
|
}
|
|
814
|
-
`,
|
|
814
|
+
`,rs=B.div`
|
|
815
815
|
display: flex;
|
|
816
816
|
flex-direction: column;
|
|
817
817
|
align-items: flex-start;
|
|
818
818
|
justify-content: flex-start;
|
|
819
819
|
text-align: left;
|
|
820
820
|
gap: 20px;
|
|
821
|
-
`,
|
|
821
|
+
`,is=B.div`
|
|
822
822
|
display: flex;
|
|
823
823
|
flex-direction: column;
|
|
824
824
|
width: 100%;
|
|
@@ -887,13 +887,13 @@ Resources:
|
|
|
887
887
|
font-style: italic;
|
|
888
888
|
font-size: 12px;
|
|
889
889
|
}
|
|
890
|
-
`,
|
|
890
|
+
`,ns=B.div`
|
|
891
891
|
margin-top: auto;
|
|
892
892
|
display: flex;
|
|
893
893
|
align-items: flex-end;
|
|
894
894
|
flex-grow: 1;
|
|
895
895
|
width: 100%;
|
|
896
|
-
`,
|
|
896
|
+
`,ss=B(Hr)`
|
|
897
897
|
&& {
|
|
898
898
|
margin-top: 14px;
|
|
899
899
|
}
|
|
@@ -923,10 +923,10 @@ Resources:
|
|
|
923
923
|
background-color: #696efd1a;
|
|
924
924
|
border-radius: var(--border-radius-sm);
|
|
925
925
|
}
|
|
926
|
-
`,
|
|
926
|
+
`,as=B.div`
|
|
927
927
|
display: flex;
|
|
928
928
|
justify-content: center;
|
|
929
|
-
`;import{useEffect as
|
|
929
|
+
`;import{useEffect as qr,useState as kt}from"react";import _t from"styled-components";import{Fragment as us,jsx as we,jsxs as Pt}from"react/jsx-runtime";var po=2,Yr={metamask:{name:"MetaMask",component:he},coinbase_wallet:{name:"Coinbase Wallet",component:re},wallet_connect:{name:"WalletConnect",component:at}},Jr=()=>{var ee;let[t,e]=kt(!1),[o,r]=kt(void 0),{navigateBack:i}=y(),{getAuthMeta:n,closePrivyModal:s,loginWithWallet:l}=E(),[u,m]=kt(0),{user:v}=W(),[S,A]=kt((v==null?void 0:v.linkedAccounts.length)||0);qr(()=>{r(void 0),l().then(()=>e(!0)).catch(L=>{L instanceof H?console.error(L.cause):console.error(L),(L==null?void 0:L.status)===422?r(ot.ERROR_USER_EXISTS):L instanceof Ee&&!L.details.default?r(L.details):L instanceof Le?r(ot.ERROR_TIMED_OUT):r(ot.ERROR_WALLET_CONNECTION)})},[u]),qr(()=>{if(t){let L=setTimeout(s,ve);return()=>clearTimeout(L)}},[v]);let w=((ee=n())==null?void 0:ee.wallet)||"metamask",h=Yr[w].name,C=Yr[w].component,T=t?`Successfully connected with ${h}`:o?o.message:`Waiting for ${h}`,M="";if(t){let L=(v==null?void 0:v.linkedAccounts.length)||0;S===L?M="Wallet was already linked.":M="You\u2019re good to go!"}else if(u>=po&&o)M="Unable to connect wallet";else if(o)M=o.detail;else switch(M="Don\u2019t see your wallet modal? Check your other browser windows.",w){case"wallet_connect":M="Open your mobile wallet app to continue";break;case"coinbase_wallet":nt()||(M="Open the Coinbase app on your phone to continue.");break;default:M="Don\u2019t see your wallet modal? Check your other browser windows."}return Pt(us,{children:[we(x,{backFn:i}),Pt(ls,{children:[we(cs,{children:Pt("div",{children:[we(gt,{success:t,fail:!!o}),we(C,{style:{width:"38px",height:"38px"}})]})}),Pt(ds,{children:[we("h3",{children:T}),we("p",{children:M})]}),we(ps,{onClick:()=>{m(u+1),r(void 0)},visible:!t&&(o==null?void 0:o.retryable)&&u<po,disabled:!t&&(!(o!=null&&o.retryable)||u>=po),children:"Retry"})]})]})},ls=_t.div`
|
|
930
930
|
display: flex;
|
|
931
931
|
flex-direction: column;
|
|
932
932
|
align-items: center;
|
|
@@ -973,7 +973,7 @@ Resources:
|
|
|
973
973
|
opacity: ${t=>t.visible?"1":"0"};
|
|
974
974
|
transition: opacity 200ms;
|
|
975
975
|
}
|
|
976
|
-
`;import{Fragment as hs,jsx as St,jsxs as
|
|
976
|
+
`;import{Fragment as hs,jsx as St,jsxs as Qr}from"react/jsx-runtime";var Xr=()=>{let{navigateBack:t}=y();return Qr(hs,{children:[St(x,{backFn:t},"header"),St(lo,{}),Qr(J,{children:[St("span",{children:"Still not sure? "}),St("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{Fragment as ms,jsx as Tt,jsxs as ei}from"react/jsx-runtime";var ti=()=>{let{navigateBack:t}=y();return ei(ms,{children:[Tt(x,{backFn:t},"header"),Tt(co,{}),ei(J,{children:[Tt("span",{children:"Still not sure? "}),Tt("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import fs from"styled-components";import{jsx as ws}from"react/jsx-runtime";var oi=t=>{let e=t.accentColor||"#696ffd";return ws(gs,{accentColor:e,children:t.children})},gs=fs.div`
|
|
977
977
|
/*! Modified from https://unpkg.com/tailwindcss@3.2.3/src/css/preflight.css */
|
|
978
978
|
|
|
979
979
|
*,
|
|
@@ -1271,7 +1271,7 @@ Resources:
|
|
|
1271
1271
|
display: none;
|
|
1272
1272
|
}
|
|
1273
1273
|
}
|
|
1274
|
-
`;import{useEffect as Ts}from"react";import{useEffect as
|
|
1274
|
+
`;import{useEffect as Ts}from"react";import{useEffect as ri,useState as ii}from"react";import Mt from"styled-components";import{Fragment as Ls,jsx as ye,jsxs as It}from"react/jsx-runtime";var ni={google:{name:"Google",component:ht},discord:{name:"Discord",component:pt},twitter:{name:"Twitter",component:ct}},ys=t=>t.charAt(0).toUpperCase()+t.slice(1),uo=()=>{let t=new URL(window.location.href);t.searchParams.delete("privy_oauth_code"),t.searchParams.delete("privy_oauth_provider"),t.searchParams.delete("privy_oauth_state"),window.history.pushState({},"",t)},si=()=>{var h;let[t,e]=ii(!1),[o,r]=ii(void 0),{getAuthMeta:i,initLoginWithOAuth:n,loginWithOAuth:s,closePrivyModal:l}=E(),{ready:u}=W(),m=((h=i())==null?void 0:h.provider)||"google",v=ni[m].name,S=ni[m].component;ri(()=>{!u||s().then(()=>{uo(),e(!0)}).catch(C=>{let T={retryable:!1,message:"Authentication failed."};C.message.includes("Another user has already linked this")?T.detail="This account has already been linked to another user.":C.message==="Invalid code during oauth flow."?(T.retryable=!0,T.detail="Something went wrong. Try again."):C.message==="User denied confirmation during OAuth flow"&&(T.detail=`Retry and check ${ys(m)} to finish connecting your account.`,T.retryable=!0),uo(),r(T)})},[u]),ri(()=>{if(!t)return;let C=setTimeout(l,ve);return()=>clearTimeout(C)},[t]);let A=t?`Successfully connected with ${v}`:o?o.message:`Verifying connection to ${v}`,w="";return t?w="You\u2019re good to go!":o?w=o.detail:w="Just a few moments more",It(Ls,{children:[ye(x,{}),It(Cs,{children:[ye(bs,{children:It("div",{children:[ye(gt,{success:t,fail:!!o}),ye(S,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),It(vs,{children:[ye("h3",{children:A}),ye("p",{children:w})]}),ye(xs,{onClick:()=>{uo(),n(m),r(void 0)},visible:!t&&(o==null?void 0:o.retryable),disabled:!t&&!(o!=null&&o.retryable),children:"Retry"})]})]})},Cs=Mt.div`
|
|
1275
1275
|
display: flex;
|
|
1276
1276
|
flex-direction: column;
|
|
1277
1277
|
align-items: center;
|
|
@@ -1318,7 +1318,7 @@ Resources:
|
|
|
1318
1318
|
opacity: ${t=>t.visible?"1":"0"};
|
|
1319
1319
|
transition: opacity 200ms;
|
|
1320
1320
|
}
|
|
1321
|
-
`;import{Fragment as Es,jsx as Oe,jsxs as As}from"react/jsx-runtime";var
|
|
1321
|
+
`;import{Fragment as Es,jsx as Oe,jsxs as As}from"react/jsx-runtime";var ai=()=>{let{app:t}=y();return As(Es,{children:[Oe(x,{},"header"),Oe(Me,{title:"Connect your email",description:`Add your email to your ${t==null?void 0:t.name} account`,icon:Oe(ft,{})}),Oe(ie,{children:Oe(yt,{stacked:!0})}),Oe($,{protectedByPrivy:!0})]})};import{Fragment as ks,jsx as Ne,jsxs as Ps}from"react/jsx-runtime";var li=()=>{let{app:t}=y();return Ps(ks,{children:[Ne(x,{},"header"),Ne(Me,{title:"Connect your phone",description:`Add your number to your ${t==null?void 0:t.name} account`,icon:Ne(Ct,{})}),Ne(ie,{children:Ne(vt,{stacked:!0})}),Ne($,{protectedByPrivy:!0})]})};import{Fragment as _s,jsx as $e,jsxs as di}from"react/jsx-runtime";var ci=()=>{let{app:t}=y();return di(_s,{children:[$e(x,{},"header"),$e(_r,{title:"Connect your wallet",description:`Link a wallet to your ${t==null?void 0:t.name} account`}),di(ie,{children:[$e(lt,{}),$e(dt,{})]}),$e($,{protectedByPrivy:!0})]})};import{jsx as _,jsxs as pi}from"react/jsx-runtime";var Is=()=>{let{ready:t}=W(),{isLinking:e}=E(),{ready:o,currentScreen:r}=y(),i;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN"].includes(r)?i="compact":"WALLET_EDUCATION"===r?i="full":e?i="medium":i="full",!t||!o?pi(Et,{"data-height":i,children:[_(x,{}),_(Ws,{children:_(ne,{})}),_(J,{})]}):pi(Et,{"data-height":i,children:[r==="LANDING"&&_(Ar,{}),r==="AWAITING_PASSWORDLESS_CODE"&&_(Rr,{}),r==="WALLET_EDUCATION"&&_(jr,{}),r==="AWAITING_CONNECTION"&&_(Jr,{}),r==="AWAITING_OAUTH_SCREEN"&&_(si,{}),r==="INSTALL_METAMASK_SCREEN"&&_(Xr,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&_(ti,{}),r==="LINK_EMAIL_SCREEN"&&_(ai,{}),r==="LINK_PHONE_SCREEN"&&_(li,{}),r==="LINK_WALLET_SCREEN"&&_(ci,{})]})},ui=()=>{let{app:t}=y();return Ss.createPortal(_(Rs,{id:"privy-dialog",children:_(oi,{accentColor:t==null?void 0:t.accentColor,children:_(Is,{})})}),document.body)},Ms=({children:t,...e})=>(Ts(()=>{var r;(r=document==null?void 0:document.activeElement)==null||r.blur();let o=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));if(!!o)return o.setAttribute("inert","true"),()=>{let i=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));!i||i.removeAttribute("inert")}},[e.open,e.onClose]),_("dialog",{open:!0,role:"dialog",...e,children:t})),Rs=ho(Ms)`
|
|
1322
1322
|
position: fixed;
|
|
1323
1323
|
top: 0;
|
|
1324
1324
|
left: 0;
|
|
@@ -1376,4 +1376,4 @@ Resources:
|
|
|
1376
1376
|
align-items: center;
|
|
1377
1377
|
justify-content: center;
|
|
1378
1378
|
height: 100%;
|
|
1379
|
-
`;import{Fragment as Gs,jsx as Ke,jsxs as Hs}from"react/jsx-runtime";function Ns(t){return typeof t=="string"&&t.length===25}var Wt;function Us(){if(!Wt){let t=b.get(be);return Promise.resolve(t||null)}return Wt.getAccessToken()}var Ds=t=>{if(!Ns(t.appId))throw new d("Cannot initialize the Privy provider with an invalid Privy app ID");let[e,o]=le(null);return Rt(()=>{Wt=new st({appId:t.appId,apiURL:yo}),o(Wt)},[]),e===null?Ke(Gs,{}):Ke(Vs,{...t,client:e})},Fs=(t,e)=>{if(e)return{email:!1,sms:!1,wallet:!1,google:!1,twitter:!1,discord:!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)}},Vs=t=>{let e=t.client,[o,r]=le(!1),[i,n]=le(!1),[s,l]=le(!1),[u,m]=le(null),[v,S]=le({accentColor:"#696ffd",theme:"System",emailAuth:!0,smsAuth:!1,walletAuth:!0,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[A,w]=le(null),[h,C]=le(!1);Rt(()=>{async function a(){let c=await e.getAppSettings();S(c)}a()},[]);let T=Fs(v,A),M=()=>{let a=new URLSearchParams(window.location.search),c=a.get("privy_oauth_code"),Ue=a.get("privy_oauth_state"),Ce=a.get("privy_oauth_provider");c&&Ue&&Ce&&(e.startAuthFlow(new Pe(Ce,c,Ue)),w(Ce),r(!0))};Rt(()=>{async function a(){M();let c=await e.getAuthenticatedUser();l(!!c),m(c),n(!0)}a()},[]),Rt(()=>{i&&s&&u===null&&e.getAuthenticatedUser().then(m)},[i,s,u]);let ee={ready:i,authenticated:s,user:u,linkWallet:()=>{w("wallet"),C(!0),r(!0)},linkEmail:()=>{w("email"),C(!0),r(!0)},linkPhone:()=>{w("sms"),C(!0),r(!0)},linkGoogle:async()=>{await L.initLoginWithOAuth("google")},linkTwitter:async()=>{await L.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await L.initLoginWithOAuth("discord")},login:()=>{if(i&&s){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}r(!0)},logout:async()=>{await e.logout(),m(null),l(!1),w(null),C(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connector.getEthereumProvider(),getEthersProvider:()=>new Os(new ke(e.connector.getEthereumProvider())),getWeb3jsProvider:()=>new rt(e.connector.getEthereumProvider()),unlinkWallet:async a=>{let c=await e.unlinkWallet(a);return m(c),c},unlinkEmail:async a=>{let c=await e.unlinkEmail(a);return m(c),c},unlinkPhone:async a=>{let c=await e.unlinkPhone(a);return m(c),c},unlinkGoogle:async a=>{let c=await e.unlinkOAuth("google",a);return m(c),c},unlinkTwitter:async a=>{let c=await e.unlinkOAuth("twitter",a);return m(c),c},unlinkDiscord:async a=>{let c=await e.unlinkOAuth("discord",a);return m(c),c},setActiveWallet:a=>{if(!u)return;let c=e.setActiveWallet(a,u);m(c)},forkSession:()=>e.forkSession()},L={isLinking:h,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var a;return(a=e.authFlow)==null?void 0:a.meta},closePrivyModal:()=>{var a;i&&s&&u&&((a=t.onSuccess)==null||a.call(t,u)),e.authFlow=void 0,w(null),C(!1),r(!1)},initLoginWithWallet:a=>{a||(a="metamask"),e.connector.walletType=a,e.startAuthFlow(new Fe(e.connector))},initLoginWithOAuth:async a=>{e.startAuthFlow(new Pe(a));let c=await e.authFlow.getAuthorizationUrl();c&&c.url&&window.location.assign(c.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof Pe))throw new d("Must initialize OAuth flow before calling loginWithOAuth");let c=await(i&&s?e.link():e.authenticate());m(c||u||null),l(!0)},loginWithWallet:async()=>{if(!(e.authFlow instanceof Fe))throw new d("Must initialize SIWE flow first.");let a=await(h?e.link():e.authenticate());h&&a&&(b.del(Z),a=De(a)),m(a||u||null),l(!0)},loginWithEmail:async a=>{let c=new Ve(a);e.startAuthFlow(c),await c.sendCodeEmail()},loginWithSms:async a=>{let c=new Ge(a);e.startAuthFlow(c),await c.sendSmsCode()},resendEmailCode:async()=>{var a;await((a=e.authFlow)==null?void 0:a.sendCodeEmail())},resendSmsCode:async()=>{var a;await((a=e.authFlow)==null?void 0:a.sendSmsCode())},loginWithCode:async a=>{if(e.authFlow instanceof Ve)e.authFlow.meta.emailCode=a.trim();else if(e.authFlow instanceof Ge)e.authFlow.meta.smsCode=a.trim();else throw new d("Must initialize a passwordless code flow first");let c=await(h?e.link():e.authenticate());m(c||u||null),l(!0)}};return Hs(Zt.Provider,{value:ee,children:[t.children,Ke($t.Provider,{value:L,children:Ke(qo,{appSettings:v,options:T,visible:o,authenticated:s,children:o&&Ke(
|
|
1379
|
+
`;import{Fragment as Gs,jsx as Ke,jsxs as Hs}from"react/jsx-runtime";function Ns(t){return typeof t=="string"&&t.length===25}var Wt;function Us(){if(!Wt){let t=b.get(be);return Promise.resolve(t||null)}return Wt.getAccessToken()}var Ds=t=>{if(!Ns(t.appId))throw new d("Cannot initialize the Privy provider with an invalid Privy app ID");let[e,o]=le(null);return Rt(()=>{Wt=new st({appId:t.appId,apiURL:yo}),o(Wt)},[]),e===null?Ke(Gs,{}):Ke(Vs,{...t,client:e})},Fs=(t,e)=>{if(e)return{email:!1,sms:!1,wallet:!1,google:!1,twitter:!1,discord:!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)}},Vs=t=>{let e=t.client,[o,r]=le(!1),[i,n]=le(!1),[s,l]=le(!1),[u,m]=le(null),[v,S]=le({accentColor:"#696ffd",theme:"System",emailAuth:!0,smsAuth:!1,walletAuth:!0,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[A,w]=le(null),[h,C]=le(!1);Rt(()=>{async function a(){let c=await e.getAppSettings();S(c)}a()},[]);let T=Fs(v,A),M=()=>{let a=new URLSearchParams(window.location.search),c=a.get("privy_oauth_code"),Ue=a.get("privy_oauth_state"),Ce=a.get("privy_oauth_provider");c&&Ue&&Ce&&(e.startAuthFlow(new Pe(Ce,c,Ue)),w(Ce),r(!0))};Rt(()=>{async function a(){M();let c=await e.getAuthenticatedUser();l(!!c),m(c),n(!0)}a()},[]),Rt(()=>{i&&s&&u===null&&e.getAuthenticatedUser().then(m)},[i,s,u]);let ee={ready:i,authenticated:s,user:u,linkWallet:()=>{w("wallet"),C(!0),r(!0)},linkEmail:()=>{w("email"),C(!0),r(!0)},linkPhone:()=>{w("sms"),C(!0),r(!0)},linkGoogle:async()=>{await L.initLoginWithOAuth("google")},linkTwitter:async()=>{await L.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await L.initLoginWithOAuth("discord")},login:()=>{if(i&&s){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}r(!0)},logout:async()=>{await e.logout(),m(null),l(!1),w(null),C(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connector.getEthereumProvider(),getEthersProvider:()=>new Os(new ke(e.connector.getEthereumProvider())),getWeb3jsProvider:()=>new rt(e.connector.getEthereumProvider()),unlinkWallet:async a=>{let c=await e.unlinkWallet(a);return m(c),c},unlinkEmail:async a=>{let c=await e.unlinkEmail(a);return m(c),c},unlinkPhone:async a=>{let c=await e.unlinkPhone(a);return m(c),c},unlinkGoogle:async a=>{let c=await e.unlinkOAuth("google",a);return m(c),c},unlinkTwitter:async a=>{let c=await e.unlinkOAuth("twitter",a);return m(c),c},unlinkDiscord:async a=>{let c=await e.unlinkOAuth("discord",a);return m(c),c},setActiveWallet:a=>{if(!u)return;let c=e.setActiveWallet(a,u);m(c)},forkSession:()=>e.forkSession()},L={isLinking:h,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var a;return(a=e.authFlow)==null?void 0:a.meta},closePrivyModal:()=>{var a;i&&s&&u&&((a=t.onSuccess)==null||a.call(t,u)),e.authFlow=void 0,w(null),C(!1),r(!1)},initLoginWithWallet:a=>{a||(a="metamask"),e.connector.walletType=a,e.startAuthFlow(new Fe(e.connector))},initLoginWithOAuth:async a=>{e.startAuthFlow(new Pe(a));let c=await e.authFlow.getAuthorizationUrl();c&&c.url&&window.location.assign(c.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof Pe))throw new d("Must initialize OAuth flow before calling loginWithOAuth");let c=await(i&&s?e.link():e.authenticate());m(c||u||null),l(!0)},loginWithWallet:async()=>{if(!(e.authFlow instanceof Fe))throw new d("Must initialize SIWE flow first.");let a=await(h?e.link():e.authenticate());h&&a&&(b.del(Z),a=De(a)),m(a||u||null),l(!0)},loginWithEmail:async a=>{let c=new Ve(a);e.startAuthFlow(c),await c.sendCodeEmail()},loginWithSms:async a=>{let c=new Ge(a);e.startAuthFlow(c),await c.sendSmsCode()},resendEmailCode:async()=>{var a;await((a=e.authFlow)==null?void 0:a.sendCodeEmail())},resendSmsCode:async()=>{var a;await((a=e.authFlow)==null?void 0:a.sendSmsCode())},loginWithCode:async a=>{if(e.authFlow instanceof Ve)e.authFlow.meta.emailCode=a.trim();else if(e.authFlow instanceof Ge)e.authFlow.meta.smsCode=a.trim();else throw new d("Must initialize a passwordless code flow first");let c=await(h?e.link():e.authenticate());m(c||u||null),l(!0)}};return Hs(Zt.Provider,{value:ee,children:[t.children,Ke($t.Provider,{value:L,children:Ke(qo,{appSettings:v,options:T,visible:o,authenticated:s,children:o&&Ke(ui,{})})})]})};export{Ds as PrivyProvider,Dt as VERSION,Us as getAccessToken,W as usePrivy};
|