@privy-io/react-auth 1.58.0 → 1.58.1-beta-20240304165452
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +63 -63
- package/dist/index.js +82 -82
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var Ns=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var Nc=(e,t,o)=>(Ns(e,t,"read from private field"),o?o.call(e):t.get(e)),xi=(e,t,o)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,o)},Ls=(e,t,o,r)=>(Ns(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var Lc=(e,t,o)=>(Ns(e,t,"access private method"),o);import{getAddress as Ms}from"@ethersproject/address";import{StaticJsonRpcProvider as q2,Web3Provider as kc}from"@ethersproject/providers";import{createStore as j2}from"mipd";import{useCallback as K2,useEffect as ko,useMemo as Y2,useRef as Ei,useState as xe}from"react";import{FetchError as iy}from"ofetch";var De=class extends Error{constructor(o,r,n){super(o);r instanceof Error&&(this.cause=r),this.privyErrorCode=n}toString(){return`${this.type}${this.privyErrorCode?`-${this.privyErrorCode}`:""}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},Yt=class extends De{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},v=class extends De{constructor(o,r,n){super(o,r,n);this.type="client_error"}},Si=class extends v{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var Y=class extends De{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},ie=e=>{if(e instanceof De)return e;if(!(e instanceof iy))return Ke(e);if(!e.response)return new Yt("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new Yt(t||"ApiError",e.response.status,o||r,e,n)},Ke=e=>e instanceof De?e:e instanceof Error?new v(e.message,e):new v(`Internal error: ${e}`);var Rr=class extends v{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},dt=class extends v{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},_i=class extends v{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var Ai=()=>"/api/v1/sessions",ki=()=>"/api/v1/sessions/logout",Oc=()=>"/api/v1/sessions/fork",Ri=()=>"/api/v1/sessions/fork/recover",Dc=()=>"/api/v1/siwe/init",Uc=()=>"/api/v1/siwe/authenticate",Fc=()=>"/api/v1/siwe/link",Bc=()=>"/api/v1/farcaster/init",Hc=()=>"/api/v1/farcaster/authenticate",Gc=()=>"/api/v1/farcaster/link",Vc=()=>"/api/v1/farcaster/status",zc=()=>"/api/v1/passwordless/init",$c=()=>"/api/v1/passwordless/authenticate",qc=()=>"/api/v1/passwordless/link",jc=()=>"/api/v1/passwordless/update",Kc=()=>"/api/v1/passwordless_sms/init",Yc=()=>"/api/v1/passwordless_sms/authenticate",Jc=()=>"/api/v1/passwordless_sms/link",Qc=()=>"/api/v1/oauth/init",Zc=()=>"/api/v1/oauth/authenticate",Xc=()=>"/api/v1/oauth/link",ed=()=>"/api/v1/siwe/unlink",td=()=>"/api/v1/passwordless/unlink",od=()=>"/api/v1/passwordless_sms/unlink",rd=()=>"/api/v1/oauth/unlink",nd=()=>"/api/v1/farcaster/unlink",id=()=>"/api/v1/analytics_events",ad=()=>"/api/v1/plugins/moonpay_on_ramp/sign",sd=()=>"/api/v1/custom_jwt_account/authenticate",ld=()=>"/api/v1/mfa/passwordless_sms/init";var cd=()=>"/api/v1/mfa/passwordless_sms/enroll";var dd=()=>"/api/v1/users/me/accept_terms";var Ir=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");try{let t=sd(),o=await this.api.post(t,{token:this.meta.token});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw ie(t)}}async link(){throw new Error("Unimplemented")}};var Mo=class{constructor(t,o){this.meta={email:t,captchaToken:o}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new v("Email and email code must be set prior to calling authenticate.");try{let t=$c(),o=await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw ie(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new v("Email and email code must be set prior to calling authenticate.");try{let t=qc();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw ie(t)}}async sendCodeEmail(t,o){if(!this.api)throw new v("Auth flow has no API instance");if(t&&(this.meta.email=t),o&&(this.meta.captchaToken=o),!this.meta.email)throw new v("Email must be set when initialzing authentication.");try{let r=zc();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw ie(r)}}},Ii=class extends Mo{constructor(o,r,n){super(r,n);this.meta={email:r,captchaToken:n,oldAddress:o}}async link(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode||!this.meta.oldAddress)throw new v("Email, email code, and an old email address must be set prior to calling update.");try{let o=jc();return await this.api.post(o,{oldAddress:this.meta.oldAddress,newAddress:this.meta.email,code:this.meta.emailCode})}catch(o){throw ie(o)}}};import{isMobile as ay}from"react-device-detect";var Ye=class{constructor(t){this.promise=null;this.fn=t}execute(t){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(t)}finally{this.promise=null}})()),this.promise}};var kn=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new Ye(this._startChannelOnce.bind(this)),this.pollForReady=new Ye(this._pollForReady.bind(this))}get meta(){return this._meta}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.channelToken)throw new v("Auth flow must be initialized first");try{let t=await this.api.post(Hc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid});if(!t)throw new v("No response from authentication");return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw ie(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");try{return await this.api.post(Gc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid})}catch(t){throw ie(t)}}async _startChannelOnce(){if(!this.api)throw new v("Auth flow has no API instance");let t=await this.api.post(Bc(),{token:this.captchaToken});ay&&t.connect_uri&&window.open(t.connect_uri,"_blank","noopener noreferrer"),this._meta={connectUri:t.connect_uri,channelToken:t.channel_token}}async initializeFarcasterConnect(){if(!this.api)throw new v("Auth flow has no API instance");await this.startChannelOnce.execute()}async _pollForReady(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.channelToken)throw new v("Auth flow must be initialized first");let t=await this.api.get(Vc(),{headers:{"farcaster-channel-token":this.meta.channelToken}});return t.state==="completed"?(this.message=t.message,this.signature=t.signature,this.fid=t.fid,!0):!1}};import{base64url as xd}from"jose";var pd="1.58.0";var Mi="4df5e2316331463a9130964bd6078dfa",ud="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",md="34357d3c125c2bcf2ce2bc3309d98715",Wi="https://auth.privy.io",fd=2e4,Je=1400,hd=2500,Os=pd;var ir="privy:token",Ds="privy-token",Ni="privy:refresh_token",Us="privy-refresh-token",Li="privy-session",Rn="privy:session_transfer_token",ly="privy:wallet",In="privy:caid",Mr="privy:state_code",Wr="privy:code_verifier",Oi=e=>`${ly}:${e}`,Fs="privy:connectors",Bs="privy:connections";var ar=12e4,vo=1,Hs="0x1",Nr=3e4,yd="https://api.moonpay.com/v1",gd="https://api.moonpay.com/v1",vd="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",wd="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",Cd="0x420000000000000000000000000000000000000F",bd=["function getL1Fee(bytes memory _data) external view returns (uint256)"];async function Ed(e){let t=new TextEncoder().encode(e),o=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(o)}function Td(e){return crypto.getRandomValues(new Uint8Array(e))}var Di=class{constructor(){this._cache={}}get(t){return this._cache[t]}put(t,o){o!==void 0?this._cache[t]=o:this.del(t)}del(t){delete this._cache[t]}getKeys(){return Object.keys(this._cache)}},Gs=class{get(t){let o=localStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?localStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){localStorage.removeItem(t)}getKeys(){return Object.entries(localStorage).map(([t])=>t)}},Vs=class{get(t){let o=sessionStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?sessionStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){sessionStorage.removeItem(t)}getKeys(){return Object.entries(sessionStorage).map(([t])=>t)}};function Pd(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function cy(){return typeof window<"u"&&window.localStorage?new Gs:new Di}function dy(){return typeof window<"u"&&window.sessionStorage?new Vs:new Di}var Ot=dy(),re=cy();var py="S256",uy="S256",Wo=class{constructor(t,o,r){this.meta={provider:t},this.meta.authorizationCode=o,this.meta.stateCode=r}addCaptchaToken(t){this.meta.captchaToken=t}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new v("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new v("User denied confirmation during OAuth flow");let t=Ot.get(Wr);if(!t)throw new v("Authentication error.");try{let o=Zc(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return Ot.del(Wr),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(o){let r=ie(o);throw r.privyErrorCode?new v(r.message||"Invalid code during OAuth flow.",void 0,r.privyErrorCode):r.message==="User denied confirmation during OAuth flow"?new v("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new v("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new v("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new v("User denied confirmation during OAuth flow");let t=Ot.get(Wr);if(!t)throw new v("Authentication error.");try{let o=Xc(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return Ot.del(Wr),r}catch(o){throw ie(o)}}createCodeVerifier(){return xd.encode(Td(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,o=py){if(o==uy){let r=await Ed(t);return xd.encode(r)}else return t}async getAuthorizationUrl(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.provider)throw new v("Provider must be set when initializing OAuth authentication.");let t=this.createCodeVerifier();Ot.put(Wr,t);let o=this.createStateCode();Ot.put(Mr,o);let r=await this.deriveCodeChallengeFromCodeVerifier(t);try{let n=Qc();return await this.api.post(n,{provider:this.meta.provider,redirect_to:window.location.href,token:this.meta.captchaToken,code_challenge:r,state_code:o})}catch(n){throw ie(n)}}};var sr=class{constructor(t,o){this.createSiweMessage=(t,o,r,n,i,a,l)=>`${r} wants you to sign in with your Ethereum account:
|
|
1
|
+
var Ns=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var Nc=(e,t,o)=>(Ns(e,t,"read from private field"),o?o.call(e):t.get(e)),xi=(e,t,o)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,o)},Ls=(e,t,o,r)=>(Ns(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var Lc=(e,t,o)=>(Ns(e,t,"access private method"),o);import{getAddress as Ms}from"@ethersproject/address";import{StaticJsonRpcProvider as q2,Web3Provider as kc}from"@ethersproject/providers";import{createStore as j2}from"mipd";import{useCallback as K2,useEffect as ko,useMemo as Y2,useRef as Ei,useState as xe}from"react";import{FetchError as iy}from"ofetch";var De=class extends Error{constructor(o,r,n){super(o);r instanceof Error&&(this.cause=r),this.privyErrorCode=n}toString(){return`${this.type}${this.privyErrorCode?`-${this.privyErrorCode}`:""}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},Yt=class extends De{constructor(o,r,n,i,a){super(n,i,a);this.type=o;this.status=r}},v=class extends De{constructor(o,r,n){super(o,r,n);this.type="client_error"}},Si=class extends v{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var Y=class extends De{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},ae=e=>{if(e instanceof De)return e;if(!(e instanceof iy))return Ke(e);if(!e.response)return new Yt("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new Yt(t||"ApiError",e.response.status,o||r,e,n)},Ke=e=>e instanceof De?e:e instanceof Error?new v(e.message,e):new v(`Internal error: ${e}`);var Rr=class extends v{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},dt=class extends v{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},_i=class extends v{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var Ai=()=>"/api/v1/sessions",ki=()=>"/api/v1/sessions/logout",Oc=()=>"/api/v1/sessions/fork",Ri=()=>"/api/v1/sessions/fork/recover",Dc=()=>"/api/v1/siwe/init",Uc=()=>"/api/v1/siwe/authenticate",Fc=()=>"/api/v1/siwe/link",Bc=()=>"/api/v1/farcaster/init",Hc=()=>"/api/v1/farcaster/authenticate",Gc=()=>"/api/v1/farcaster/link",Vc=()=>"/api/v1/farcaster/status",zc=()=>"/api/v1/passwordless/init",$c=()=>"/api/v1/passwordless/authenticate",qc=()=>"/api/v1/passwordless/link",jc=()=>"/api/v1/passwordless/update",Kc=()=>"/api/v1/passwordless_sms/init",Yc=()=>"/api/v1/passwordless_sms/authenticate",Jc=()=>"/api/v1/passwordless_sms/link",Qc=()=>"/api/v1/oauth/init",Zc=()=>"/api/v1/oauth/authenticate",Xc=()=>"/api/v1/oauth/link",ed=()=>"/api/v1/siwe/unlink",td=()=>"/api/v1/passwordless/unlink",od=()=>"/api/v1/passwordless_sms/unlink",rd=()=>"/api/v1/oauth/unlink",nd=()=>"/api/v1/farcaster/unlink",id=()=>"/api/v1/analytics_events",ad=()=>"/api/v1/plugins/moonpay_on_ramp/sign",sd=()=>"/api/v1/custom_jwt_account/authenticate",ld=()=>"/api/v1/mfa/passwordless_sms/init";var cd=()=>"/api/v1/mfa/passwordless_sms/enroll";var dd=()=>"/api/v1/users/me/accept_terms";var Ir=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");try{let t=sd(),o=await this.api.post(t,{token:this.meta.token});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw ae(t)}}async link(){throw new Error("Unimplemented")}};var Mo=class{constructor(t,o){this.meta={email:t,captchaToken:o}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new v("Email and email code must be set prior to calling authenticate.");try{let t=$c(),o=await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw ae(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new v("Email and email code must be set prior to calling authenticate.");try{let t=qc();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw ae(t)}}async sendCodeEmail(t,o){if(!this.api)throw new v("Auth flow has no API instance");if(t&&(this.meta.email=t),o&&(this.meta.captchaToken=o),!this.meta.email)throw new v("Email must be set when initialzing authentication.");try{let r=zc();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw ae(r)}}},Ii=class extends Mo{constructor(o,r,n){super(r,n);this.meta={email:r,captchaToken:n,oldAddress:o}}async link(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode||!this.meta.oldAddress)throw new v("Email, email code, and an old email address must be set prior to calling update.");try{let o=jc();return await this.api.post(o,{oldAddress:this.meta.oldAddress,newAddress:this.meta.email,code:this.meta.emailCode})}catch(o){throw ae(o)}}};import{isMobile as ay}from"react-device-detect";var Ye=class{constructor(t){this.promise=null;this.fn=t}execute(t){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(t)}finally{this.promise=null}})()),this.promise}};var kn=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new Ye(this._startChannelOnce.bind(this)),this.pollForReady=new Ye(this._pollForReady.bind(this))}get meta(){return this._meta}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.channelToken)throw new v("Auth flow must be initialized first");try{let t=await this.api.post(Hc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid});if(!t)throw new v("No response from authentication");return{user:t.user,token:t.token,refresh_token:t.refresh_token,is_new_user:t.is_new_user}}catch(t){throw ae(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");try{return await this.api.post(Gc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid})}catch(t){throw ae(t)}}async _startChannelOnce(){if(!this.api)throw new v("Auth flow has no API instance");let t=await this.api.post(Bc(),{token:this.captchaToken});ay&&t.connect_uri&&window.open(t.connect_uri,"_blank","noopener noreferrer"),this._meta={connectUri:t.connect_uri,channelToken:t.channel_token}}async initializeFarcasterConnect(){if(!this.api)throw new v("Auth flow has no API instance");await this.startChannelOnce.execute()}async _pollForReady(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.channelToken)throw new v("Auth flow must be initialized first");let t=await this.api.get(Vc(),{headers:{"farcaster-channel-token":this.meta.channelToken}});return t.state==="completed"?(this.message=t.message,this.signature=t.signature,this.fid=t.fid,!0):!1}};import{base64url as xd}from"jose";var pd="1.58.1-beta-20240304165452";var Mi="4df5e2316331463a9130964bd6078dfa",ud="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",md="34357d3c125c2bcf2ce2bc3309d98715",Wi="https://auth.privy.io",fd=2e4,Je=1400,hd=2500,Os=pd;var ir="privy:token",Ds="privy-token",Ni="privy:refresh_token",Us="privy-refresh-token",Li="privy-session",Rn="privy:session_transfer_token",ly="privy:wallet",In="privy:caid",Mr="privy:state_code",Wr="privy:code_verifier",Oi=e=>`${ly}:${e}`,Fs="privy:connectors",Bs="privy:connections";var ar=12e4,vo=1,Hs="0x1",Nr=3e4,yd="https://api.moonpay.com/v1",gd="https://api.moonpay.com/v1",vd="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",wd="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",Cd="0x420000000000000000000000000000000000000F",bd=["function getL1Fee(bytes memory _data) external view returns (uint256)"];async function Ed(e){let t=new TextEncoder().encode(e),o=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(o)}function Td(e){return crypto.getRandomValues(new Uint8Array(e))}var Di=class{constructor(){this._cache={}}get(t){return this._cache[t]}put(t,o){o!==void 0?this._cache[t]=o:this.del(t)}del(t){delete this._cache[t]}getKeys(){return Object.keys(this._cache)}},Gs=class{get(t){let o=localStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?localStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){localStorage.removeItem(t)}getKeys(){return Object.entries(localStorage).map(([t])=>t)}},Vs=class{get(t){let o=sessionStorage.getItem(t);return o===null?void 0:JSON.parse(o)}put(t,o){o!==void 0?sessionStorage.setItem(t,JSON.stringify(o)):this.del(t)}del(t){sessionStorage.removeItem(t)}getKeys(){return Object.entries(sessionStorage).map(([t])=>t)}};function Pd(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function cy(){return typeof window<"u"&&window.localStorage?new Gs:new Di}function dy(){return typeof window<"u"&&window.sessionStorage?new Vs:new Di}var Ot=dy(),ne=cy();var py="S256",uy="S256",Wo=class{constructor(t,o,r){this.meta={provider:t},this.meta.authorizationCode=o,this.meta.stateCode=r}addCaptchaToken(t){this.meta.captchaToken=t}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new v("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new v("User denied confirmation during OAuth flow");let t=Ot.get(Wr);if(!t)throw new v("Authentication error.");try{let o=Zc(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return Ot.del(Wr),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(o){let r=ae(o);throw r.privyErrorCode?new v(r.message||"Invalid code during OAuth flow.",void 0,r.privyErrorCode):r.message==="User denied confirmation during OAuth flow"?new v("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new v("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new v("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new v("User denied confirmation during OAuth flow");let t=Ot.get(Wr);if(!t)throw new v("Authentication error.");try{let o=Xc(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return Ot.del(Wr),r}catch(o){throw ae(o)}}createCodeVerifier(){return xd.encode(Td(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,o=py){if(o==uy){let r=await Ed(t);return xd.encode(r)}else return t}async getAuthorizationUrl(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.provider)throw new v("Provider must be set when initializing OAuth authentication.");let t=this.createCodeVerifier();Ot.put(Wr,t);let o=this.createStateCode();Ot.put(Mr,o);let r=await this.deriveCodeChallengeFromCodeVerifier(t);try{let n=Qc();return await this.api.post(n,{provider:this.meta.provider,redirect_to:window.location.href,token:this.meta.captchaToken,code_challenge:r,state_code:o})}catch(n){throw ae(n)}}};var sr=class{constructor(t,o){this.createSiweMessage=(t,o,r,n,i,a,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: ${t}
|
|
|
9
9
|
Nonce: ${a}
|
|
10
10
|
Issued At: ${i}
|
|
11
11
|
Resources:
|
|
12
|
-
- https://privy.io`;this.getNonceOnce=new Ye(this._getNonceOnce.bind(this)),this.wallet=t,this.captchaToken=o}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Uc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType});return{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(t){throw ie(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(Fc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw ie(t)}}async sign(){if(!this.api)throw new v("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new v("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new v("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(Dc(),{address:t,token:this.captchaToken})).nonce}async buildSiweMessage(){if(!this.api)throw new v("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(o,t,this.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,o,n,i,l,r,a)}};var lr=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new v("phone number and sms code must be set prior to calling authenticate.");try{let t=Yc(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw ie(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new v("phone number and sms code must be set prior to calling authenticate.");try{let t=Jc();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw ie(t)}}async sendSmsCode(t,o){if(!this.api)throw new v("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new v("phone nNumber must be set when initialzing authentication.");try{let r=Kc();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw ie(r)}}};import{v4 as ig}from"uuid";function Qe(e){return new Date(e*1e3)}function my(e){let t=[];for(let o of e){let r=o.type;switch(o.type){case"wallet":let n={address:o.address,type:o.type,verifiedAt:Qe(o.verified_at),chainType:"ethereum",chainId:o.chain_id,walletClient:o.wallet_client_type==="privy"?"privy":"unknown",walletClientType:o.wallet_client_type,connectorType:o.connector_type,recoveryMethod:o.recovery_method};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(a);break;case"google_oauth":let l={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(l);break;case"spotify_oauth":let s={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(s);break;case"twitter_oauth":let c={subject:o.subject,username:o.username,name:o.name,type:o.type,profilePictureUrl:o.profile_picture_url,verifiedAt:Qe(o.verified_at)};t.push(c);break;case"discord_oauth":let u={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(u);break;case"github_oauth":let m={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(m);break;case"tiktok_oauth":let h={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(h);break;case"linkedin_oauth":let y={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(y);break;case"apple_oauth":let C={subject:o.subject,email:o.email,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(C);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:Qe(o.verified_at)});break;case"farcaster":let b={type:o.type,fid:o.fid,ownerAddress:o.owner_address,displayName:o.display_name,username:o.username,bio:o.bio,pfp:o.profile_picture_url,url:o.homepage_url,verifiedAt:Qe(o.verified_at)};t.push(b);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function Ct(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var pe=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,fy=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),bt=(e,t)=>t==="all-users"&&!pe(e)||t==="users-without-wallets"&&!fy(e)?.length;function pt(e){if(!e)return null;let t=my(e.linked_accounts),o=Ct(t,"wallet"),r=Ct(t,"email"),n=Ct(t,"phone"),i=Ct(t,"google_oauth"),a=Ct(t,"twitter_oauth"),l=Ct(t,"discord_oauth"),s=Ct(t,"github_oauth"),c=Ct(t,"spotify_oauth"),u=Ct(t,"tiktok_oauth"),m=Ct(t,"linkedin_oauth"),h=Ct(t,"apple_oauth"),y=Ct(t,"farcaster"),C=e.mfa_methods.map(({type:P,verified_at:E})=>({type:P,verifiedAt:Qe(E)}));return{id:e.id,createdAt:Qe(e.created_at),linkedAccounts:t,email:r&&{address:r?.address},phone:n&&{number:n?.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,walletClientType:o.walletClientType,connectorType:o.connectorType,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name,profilePictureUrl:a.profilePictureUrl},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},spotify:c&&{subject:c.subject,email:c.email,name:c.name},tiktok:u&&{subject:u.subject,username:u.username,name:u.name},linkedin:m&&{subject:m.subject,name:m.name,email:m.email},apple:h&&{subject:h.subject,email:h.email},farcaster:y&&{fid:y.fid,ownerAddress:y.ownerAddress,displayName:y.displayName,username:y.username,bio:y.bio,pfp:y.pfp,url:y.url},mfaMethods:C.map(P=>P.type),hasAcceptedTerms:e.has_accepted_terms??!1}}import{getAddress as xp}from"@ethersproject/address";import tg from"eventemitter3";function Sd(){let e=window,t=e.ethereum;if(!t)return[];let o=[];if(t.providers?.length)for(let r of t.providers)r&&o.push(r);return o.push(e.ethereum),o}var Ui=e=>{if(e.isApexWallet)return"Apex Wallet";if(e.isAvalanche)return"Core Wallet";if(e.isBackpack)return"Backpack";if(e.isBifrost)return"Bifrost Wallet";if(e.isBitKeep)return"BitKeep";if(e.isBitski)return"Bitski";if(e.isBlockWallet)return"BlockWallet";if(e.isBraveWallet)return"Brave Wallet";if(e.isClover)return"Clover";if(e.isCoin98)return"Coin98 Wallet";if(e.isCoinbaseWallet)return"Coinbase Wallet";if(e.isDawn)return"Dawn Wallet";if(e.isDefiant)return"Defiant";if(e.isDesig)return"Desig Wallet";if(e.isEnkrypt)return"Enkrypt";if(e.isExodus)return"Exodus";if(e.isFordefi)return"Fordefi";if(e.isFrame)return"Frame";if(e.isFrontier)return"Frontier Wallet";if(e.isGamestop)return"GameStop Wallet";if(e.isHaqqWallet)return"HAQQ Wallet";if(e.isHyperPay)return"HyperPay Wallet";if(e.isImToken)return"ImToken";if(e.isHaloWallet)return"Halo Wallet";if(e.isKuCoinWallet)return"KuCoin Wallet";if(e.isMathWallet)return"MathWallet";if(e.isNovaWallet)return"Nova Wallet";if(e.isOkxWallet||e.isOKExWallet)return"OKX Wallet";if(e.isOneInchIOSWallet||e.isOneInchAndroidWallet)return"1inch Wallet";if(e.isOneKey)return"OneKey Wallet";if(e.isOpera)return"Opera";if(e.isPhantom)return"Phantom";if(e.isPortal)return"Ripio Portal";if(e.isRabby)return"Rabby Wallet";if(e.isRainbow)return"Rainbow";if(e.isSafePal)return"SafePal Wallet";if(e.isStatus)return"Status";if(e.isSubWallet)return"SubWallet";if(e.isTalisman)return"Talisman";if(e.isTally||e.isTaho)return"Taho";if(e.isTokenPocket)return"TokenPocket";if(e.isTokenary)return"Tokenary";if(e.isTrust||e.isTrustWallet)return"Trust Wallet";if(e.isTTWallet)return"TTWallet";if(e.isXDEFI)return"XDEFI Wallet";if(e.isZeal)return"Zeal";if(e.isZerion)return"Zerion";if(e.isMetaMask)return"MetaMask"};var zs=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||Ui(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!zs(o))return!1}return!0},No=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),_d=()=>{let e=window;if(!e.ethereum)return!1;if(e.ethereum.isCoinbaseWallet)return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(t&&t.isCoinbaseWallet)return!0}return!1};var Ad=(e,t)=>{let o=[],r=[];for(let[n,i]of e.entries())n<t?o.push(i):r.push(i);return[o,r]},Fi=e=>!!String(e).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/),kd=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},Lo=(e,t=3,o=4)=>{if(!e)return"";let r=2,n=3;if(t+o+r+n>=e.length)return e;let i=e.slice(0,r+t),a=e.slice(e.length-o,e.length);return`${i}...${a}`},$s=e=>new Promise(t=>setTimeout(t,e));function Rd(e,{interval:t=100,timeout:o=5e3}={}){return new Promise((r,n)=>{let i=0,a,l=()=>{if(i>=o){n("Max attempts reached without result");return}if(a=e(),i+=t,a!=null){r(a);return}setTimeout(l,t)};l()})}var Id=(e,t={})=>{let o=t.delayMs||150,r=t.maxAttempts||270;return new Promise(async(n,i)=>{let a=!1,l=0;for(;!a&&l<r;){if(t.abortSignal?.aborted)return;e().then(()=>{a=!0,n()},(...s)=>{a=!0,i(...s)}),l+=1,await $s(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},Bi=(e,t,o={})=>{let r=new URL(t,e);for(let[n,i]of Object.entries(o))r.searchParams.set(n,i);return r.href};var qs=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),cr=e=>typeof e=="string"?e:"0x"+e.toString(16);async function Md(e,t,o=3e3){let r=!1,n=window;return new Promise(i=>{n.ethereum?a():(window.addEventListener("ethereum#initialized",a,{once:!0}),setTimeout(()=>{a()},o));function a(){if(r)return;r=!0,window.removeEventListener("ethereum#initialized",a);let l=e.getProviders(),s=[];for(let c of l)t.includes("coinbase_wallet")&&c.info.rdns==="com.coinbase.wallet"||s.push({type:c.info.name.toLowerCase().replace(/\s/g,"_"),eip6963InjectedProvider:c});for(let c of Sd()){let u=Ui(c);if(!l.some(m=>m.info.name===u)){if(zs(c,!0)&&!s.find(m=>m.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:c});continue}if(u==="Phantom"&&!s.find(m=>m.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:c});continue}s.find(m=>m.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:c})}}i(s)}})}function Lr(e){return`eip155:${String(Number(e))}`}var Dt=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new Y(`Unsupported chainId ${e}`,4901);let i;if(n.rpcUrls.privyWalletOverride&&n.rpcUrls.privyWalletOverride.http[0]?i=n.rpcUrls.privyWalletOverride.http[0]:o.rpcUrls&&o.rpcUrls[r]?i=o.rpcUrls[r]:n.rpcUrls.infura?.http[0]?i=n.rpcUrls.infura.http[0]+"/"+Mi:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+ud:i=n.rpcUrls.default?.http[0],!i)throw new Y(`No RPC url found for ${e}`);return i},Wd=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new Y(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url},Hi=e=>{let t={name:"string",version:"string",chainId:"uint256",verifyingContract:"address",salt:"bytes32"},o=Object.entries(e.domain).map(([r,n])=>{if(n!=null&&typeof r=="string"&&r in t)return{name:r,type:t[r]}}).filter(r=>r!==void 0);return{...e,types:{...e.types,EIP712Domain:o}}};import Py from"@coinbase/wallet-sdk";import{jsx as Nd,jsxs as hy}from"react/jsx-runtime";var Mn=({style:e,...t})=>hy("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[Nd("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),Nd("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});import{getAddress as Xt}from"@ethersproject/address";import{Web3Provider as Hd}from"@ethersproject/providers";import{default as Ey}from"eventemitter3";import{StaticJsonRpcProvider as Od}from"@ethersproject/providers";import by from"eventemitter3";var yy=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],Ld=e=>yy.includes(e);import{ErrorCode as gy}from"@ethersproject/logger";var Or=class extends Y{constructor(){super("Wallet timeout");this.type="wallet_error"}},Dr=class extends Y{constructor(){super("User rejected connection");this.type="wallet_error"}},Ut=e=>{if(e instanceof Y)return e;if(e?.code&&e?.reason){let t=new Ue(e);return e.code===gy.ACTION_REJECTED&&(t.details=at.E4001_USER_REJECTED_REQUEST),t}return e?.code?new Ue(e):new Y("Unknown connector error",e)},Qt=class extends De{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Ue=class extends Qt{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(at).find(i=>i.eipCode===r.code);this.details=n||at.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=at.E32002_CONNECTION_ALREADY_PENDING:this.details=at.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=at.E32002_WALLET_LOCKED))}},vy={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0},ERROR_USER_REJECTED_CONNECTION:{message:"You rejected the request",detail:"Please try connecting again.",retryable:!0}},wy={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},Cy={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}},at={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Cy,...wy},wo={...vy,...at};var ue=class{constructor(t,o){this.removeListener=(t,o)=>{if(this.walletProvider)try{return this.walletProvider.removeListener(t,o)}catch{console.warn("Unable to remove wallet provider listener")}};this.walletTimeout=(t=new Or,o=this.rpcTimeoutDuration)=>new Promise((r,n)=>setTimeout(()=>{n(t)},o));this.setWalletProvider=t=>{this.walletProvider&&this._subscriptions.forEach(o=>{this.removeListener(o.eventName,o.listener)}),this.walletProvider=t,this._subscriptions.forEach(o=>{this.walletProvider?.on(o.eventName,o.listener)})};this.walletProvider=t,this.rpcTimeoutDuration=o||ar,this._subscriptions=[]}on(t,o){if(this.walletProvider)return this.walletProvider.on(t,o);this._subscriptions.push({eventName:t,listener:o})}async request(t){if(!this.walletProvider)throw new Y(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),this.walletTimeout()]).catch(o=>{throw Ut(o)})}},Oo=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},Gi=class extends by{constructor(o,r,n,i,a=1){super();this.walletProxy=o,this.address=r,this.chainId=a,this.rpcConfig=n,this.chains=i,this.provider=new Od(Dt(a,this.chains,n)),this.rpcTimeoutDuration=Ur(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new Oo(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await ke()||!this.address)throw new Oo("Disconnected",4900);return(await Fd(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new Oo(`Invalid params for ${o.method}`,4200);let r;if(typeof o.params[0]=="string")r=o.params[0];else if("chainId"in o.params[0]&&typeof o.params[0].chainId=="string")r=o.params[0].chainId;else throw new Oo(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new Od(Dt(this.chainId,this.chains,this.rpcConfig)),this.emit("chainChanged",r)}async handlePersonalSign(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for personal_sign");let r=o.params[0];return await Dd(r)}async handleSignedTypedData(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_signTypedData_v4");let r=typeof o.params[1]=="string"?JSON.parse(o.params[1]):o.params[1];return await Ud(Hi(r))}async handleEstimateGas(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");delete o.params[0].gasPrice,delete o.params[0].maxFeePerGas,delete o.params[0].maxPriorityFeePerGas;let r={...o.params[0],chainId:cr(this.chainId)};try{return await this.provider.send("eth_estimateGas",[r])}catch{return delete r.from,await this.provider.send("eth_estimateGas",[r])}}async request(o){switch(console.debug("Embedded1193Provider.request() called with args",o),o.method){case"eth_accounts":case"eth_requestAccounts":return this.address?[this.address]:[];case"eth_chainId":return cr(this.chainId);case"eth_estimateGas":return this.handleEstimateGas(o);case"eth_sendTransaction":return this.handleSendTransaction(o);case"wallet_switchEthereumChain":return this.handleSwitchEthereumChain(o);case"personal_sign":return this.handlePersonalSign(o);case"eth_signTypedData_v4":return this.handleSignedTypedData(o);default:break}if(Ld(o.method)){let r=await ke();if(await Bd(),!r||!this.address)throw new Oo("Disconnected",4900);try{return(await this.walletProxy.rpc({address:this.address,accessToken:r,request:{method:o.method,params:o.params}})).response.data}catch(n){throw console.error(n),new Oo("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await ke();if(!o||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:o})).address}catch(r){return console.error(r),null}}},Zt=class extends ue{constructor(o){super(o,o.rpcTimeoutDuration)}},Do=class extends ue{constructor(t){super(t,t.rpcTimeoutDuration)}sendAsync(t,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var Ty=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},st=class extends Ey{constructor(o,r,n,i){super();this.onAccountsChanged=o=>{o.length===0?this.onDisconnect():this.syncAccounts(o)};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=Lr(o),this.walletClientType==="privy"&&re.put(Oi(r.address),o)}),this.emit("walletsUpdated")};this.onDisconnect=()=>{this.connected=!1,this.wallets=[],this.emit("walletsUpdated")};this.onConnect=()=>{this.connected=!0,this.syncAccounts()};this.wallets=[],this.walletClientType=o,this.chains=r,this.defaultChain=n,this.rpcConfig=i,this.rpcTimeoutDuration=Ur(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r,n){let i=async()=>!!this.wallets.find(a=>Xt(a.address)===Xt(o));return{address:Xt(o),chainId:r,meta:n,switchChain:async a=>{if(!i)throw new Y("Wallet is not currently connected.");let l=this.wallets.find(h=>Xt(h.address)===Xt(o))?.chainId;if(!l)throw new Y("Unable to determine current chainId.");let s,c;if(typeof a=="number"?(s=`0x${a.toString(16)}`,c=a):(s=a,c=Number(a)),l===Lr(s))return;let u=this.chains.find(h=>h.id===c);if(!u)throw new Y(`Unsupported chainId: ${a}`);let m=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await m()}catch(h){if(Ty(h,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:s,chainName:u.name,nativeCurrency:u.nativeCurrency,rpcUrls:[u.rpcUrls.default?.http[0]??""],blockExplorerUrls:[u.blockExplorers?.default.url??""]}]}),m();throw this.walletClientType==="rainbow"&&h.message?.includes("wallet_switchEthereumChain")?new Y(`Rainbow does not support the chainId ${r}`):h}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:i,getEthereumProvider:async()=>{if(!await i())throw new Y("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await i())throw new Y("Wallet is not currently connected.");return new Hd(new Zt(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await i())throw new Y("Wallet is not currently connected.");return new Do(this.proxyProvider)},sign:async a=>{if(!await i())throw new Y("Wallet is not currently connected.");return await this.sign(a)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;try{if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}}catch{console.warn("Wallet did not respond to eth_accounts. Defaulting to prefetched accounts.")}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=Xt(n),a=[],l;if(this.walletClientType==="privy"){let c=re.get(Oi(i));this.chains.find(u=>u.id===Number(c))||(re.del(Oi(i)),c=null),l=c||`0x${this.defaultChain.id.toString(16)}`;try{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})}catch{console.warn(`Unable to switch embedded wallet to chain ID ${l} on initialization`)}}else try{let c=await this.proxyProvider.request({method:"eth_chainId"});if(typeof c=="string")l=c;else if(typeof c=="number")l=`0x${c.toString(16)}`;else throw new Error("Invalid chainId returned from provider")}catch(c){console.warn(`Failed to get chainId from provider, defaulting to ${Hs}`,c),l=Hs}let s=Lr(l);if(!a.find(c=>Xt(c.address)===i)){let c={name:this.walletBranding.name,icon:typeof this.walletBranding.icon=="string"?this.walletBranding.icon:void 0,id:this.walletBranding.id};a.push(this.buildConnectedWallet(Xt(n),s,c))}Vi(a,this.wallets)||(this.wallets=a,this.emit("walletsUpdated"))}async getConnectedWallet(){let o=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((r,n)=>n.connectedAt-r.connectedAt).find(r=>o.find(n=>Xt(n)===Xt(r.address)))||null}async isConnected(){let o=await this.proxyProvider.request({method:"eth_accounts"});return Array.isArray(o)&&o.length>0}async sign(o){return await this.connect({showPrompt:!1}),new Hd(new Zt(this.proxyProvider)).getSigner().signMessage(o)}subscribeListeners(){this.proxyProvider.on("accountsChanged",this.onAccountsChanged),this.proxyProvider.on("chainChanged",this.onChainChanged),this.proxyProvider.on("disconnect",this.onDisconnect),this.proxyProvider.on("connect",this.onConnect)}unsubscribeListeners(){this.proxyProvider.removeListener("accountsChanged",this.onAccountsChanged),this.proxyProvider.removeListener("chainChanged",this.onChainChanged),this.proxyProvider.removeListener("disconnect",this.onDisconnect),this.proxyProvider.removeListener("connect",this.onConnect)}};var xy=e=>{let t=`https://mainnet.infura.io/v3/${Mi}`,o=1;return e.makeWeb3Provider(t,o)},zi,$i=class extends st{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new ue(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),zi||(zi=new Py({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(xy(zi)),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){zi.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Mn,id:"com.coinbase.wallet"}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new Y("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw Ut(o)}}};import{jsx as Gd}from"react/jsx-runtime";var qi=({...e})=>Gd("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:Gd("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.37126 11.0323C2.37126 12.696 3.90598 13.4421 5.40654 13.4468C8.91753 13.4468 12.8021 11.2897 12.7819 7.67984C12.7673 5.07728 10.3748 2.86167 7.54357 2.88296C4.8495 2.88296 2.21821 4.6411 2.21803 7.03628C2.21803 7.67951 2.58722 8.30178 3.55231 8.37184C2.74763 9.16826 2.37126 10.1225 2.37126 11.0323ZM7.55283 8.68012C8.11562 8.68012 8.57186 8.13217 8.57186 7.45624C8.57186 6.78032 8.11562 6.23237 7.55283 6.23237C6.99003 6.23237 6.53379 6.78032 6.53379 7.45624C6.53379 8.13217 6.99003 8.68012 7.55283 8.68012ZM10.4747 8.68012C11.0375 8.68012 11.4937 8.13217 11.4937 7.45625C11.4937 6.78032 11.0375 6.23237 10.4747 6.23237C9.91186 6.23237 9.45562 6.78032 9.45562 7.45625C9.45562 8.13217 9.91186 8.68012 10.4747 8.68012Z",fill:e.color||"var(--privy-color-foreground-3)"})});var ji=class extends st{constructor(o,r,n,i){super("privy",r,n,i);this.connectorType="embedded";this.proxyProvider=o,this.subscribeListeners(),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[cr(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:qi,id:"io.privy.wallet"}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as Vd}from"react/jsx-runtime";var Fr=({style:e,...t})=>Vd("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:Vd("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 17.25v1.007a3 3 0 01-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0115 18.257V17.25m6-12V15a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 15V5.25m18 0A2.25 2.25 0 0018.75 3H5.25A2.25 2.25 0 003 5.25m18 0V12a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 12V5.25"})});import{jsx as ut,jsxs as Sy}from"react/jsx-runtime";var Br=({style:e,...t})=>Sy("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",x:0,y:0,viewBox:"0 0 318.6 318.6",width:"28",height:"28",style:{height:"28px",width:"28px",...e},...t,children:[ut("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),ut("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),ut("path",{d:"m44.4 35.5 98.7 74.6-17.5-44.3zm193.9 171.3-26.5 40.6 56.7 15.6 16.3-55.3zm-204.4.9L50.1 263l56.7-15.6-26.5-40.6z",className:"s1 s2"}),ut("path",{d:"m103.6 138.2-15.8 23.9 56.3 2.5-2-60.5zm111.3 0-39-34.8-1.3 61.2 56.2-2.5zM106.8 247.4l33.8-16.5-29.2-22.8zm71.1-16.5 33.9 16.5-4.7-39.3z",className:"s1 s2"}),ut("path",{fill:"#d7c1b3",stroke:"#d7c1b3",className:"s1",d:"m211.8 247.4-33.9-16.5 2.7 22.1-.3 9.3zm-105 0 31.5 14.9-.2-9.3 2.5-22.1z"}),ut("path",{fill:"#233447",stroke:"#233447",className:"s1",d:"m138.8 193.5-28.2-8.3 19.9-9.1zm40.9 0 8.3-17.4 20 9.1z"}),ut("path",{fill:"#cd6116",stroke:"#cd6116",className:"s1",d:"m106.8 247.4 4.8-40.6-31.3.9zM207 206.8l4.8 40.6 26.5-39.7zm23.8-44.7-56.2 2.5 5.2 28.9 8.3-17.4 20 9.1zm-120.2 23.1 20-9.1 8.2 17.4 5.3-28.9-56.3-2.5z"}),ut("path",{fill:"#e4751f",stroke:"#e4751f",className:"s1",d:"m87.8 162.1 23.6 46-.8-22.9zm120.3 23.1-1 22.9 23.7-46zm-64-20.6-5.3 28.9 6.6 34.1 1.5-44.9zm30.5 0-2.7 18 1.2 45 6.7-34.1z"}),ut("path",{d:"m179.8 193.5-6.7 34.1 4.8 3.3 29.2-22.8 1-22.9zm-69.2-8.3.8 22.9 29.2 22.8 4.8-3.3-6.6-34.1z",className:"s3"}),ut("path",{fill:"#c0ad9e",stroke:"#c0ad9e",className:"s1",d:"m180.3 262.3.3-9.3-2.5-2.2h-37.7l-2.3 2.2.2 9.3-31.5-14.9 11 9 22.3 15.5h38.3l22.4-15.5 11-9z"}),ut("path",{fill:"#161616",stroke:"#161616",className:"s1",d:"m177.9 230.9-4.8-3.3h-27.7l-4.8 3.3-2.5 22.1 2.3-2.2h37.7l2.5 2.2z"}),ut("path",{fill:"#763d16",stroke:"#763d16",className:"s1",d:"m278.3 114.2 8.5-40.8-12.7-37.9-96.2 71.4 37 31.3 52.3 15.3 11.6-13.5-5-3.6 8-7.3-6.2-4.8 8-6.1zM31.8 73.4l8.5 40.8-5.4 4 8 6.1-6.1 4.8 8 7.3-5 3.6 11.5 13.5 52.3-15.3 37-31.3-96.2-71.4z"}),ut("path",{d:"m267.2 153.5-52.3-15.3 15.9 23.9-23.7 46 31.2-.4h46.5zm-163.6-15.3-52.3 15.3-17.4 54.2h46.4l31.1.4-23.6-46zm71 26.4 3.3-57.7 15.2-41.1h-67.5l15 41.1 3.5 57.7 1.2 18.2.1 44.8h27.7l.2-44.8z",className:"s3"})]});import{jsx as zd,jsxs as _y}from"react/jsx-runtime";var eo=({style:e,...t})=>_y("svg",{xmlns:"http://www.w3.org/2000/svg",width:"108",height:"108",viewBox:"0 0 108 108",fill:"none",style:{height:"28px",width:"28px",...e},...t,children:[zd("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),zd("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M46.5267 69.9229C42.0054 76.8509 34.4292 85.6182 24.348 85.6182C19.5824 85.6182 15 83.6563 15 75.1342C15 53.4305 44.6326 19.8327 72.1268 19.8327C87.768 19.8327 94 30.6846 94 43.0079C94 58.8258 83.7355 76.9122 73.5321 76.9122C70.2939 76.9122 68.7053 75.1342 68.7053 72.314C68.7053 71.5783 68.8275 70.7812 69.0719 69.9229C65.5893 75.8699 58.8685 81.3878 52.5754 81.3878C47.993 81.3878 45.6713 78.5063 45.6713 74.4598C45.6713 72.9884 45.9768 71.4556 46.5267 69.9229ZM83.6761 42.5794C83.6761 46.1704 81.5575 47.9658 79.1875 47.9658C76.7816 47.9658 74.6989 46.1704 74.6989 42.5794C74.6989 38.9885 76.7816 37.1931 79.1875 37.1931C81.5575 37.1931 83.6761 38.9885 83.6761 42.5794ZM70.2103 42.5795C70.2103 46.1704 68.0916 47.9658 65.7216 47.9658C63.3157 47.9658 61.233 46.1704 61.233 42.5795C61.233 38.9885 63.3157 37.1931 65.7216 37.1931C68.0916 37.1931 70.2103 38.9885 70.2103 42.5795Z",fill:"#FFFDF8"})]});var Gr=class extends st{constructor(o,r,n,i,a){super(a||"unknown",o,r,n);this.connectorType="injected";this.proxyProvider=new ue(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let l=i.provider;this.proxyProvider.setWalletProvider(l),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon,id:this.providerDetail.info.rdns}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new Y("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Ut(o)}}},Hr,Vr=class extends st{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";xi(this,Hr,void 0);this.proxyProvider=new ue(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0}),a==="metamask"?Ls(this,Hr,{name:"MetaMask",icon:Br,id:"io.metamask"}):a==="phantom"&&Ls(this,Hr,{name:"Phantom",icon:eo,id:"phantom"})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return Nc(this,Hr)??{name:"Browser Extension",icon:Fr,id:"extension"}}disconnect(){console.warn("Programmatic disconnect with browser wallets is not yet supported.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new Y("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Ut(o)}}};Hr=new WeakMap;import{getAddress as gP}from"@ethersproject/address";import{Web3Provider as wP}from"@ethersproject/providers";import{isMobile as Ay}from"react-device-detect";var Ki=class extends Gr{disconnect(){console.warn("MetaMask does not support programmatic disconnect.")}async promptConnection(){try{Ay||await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let t=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!t||t.length===0||!t[0])throw new Y("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw Ut(t)}}};var Yi=class extends st{constructor(o,r){super(o,[],r,{});this.connectorType="null";this.proxyProvider=new ue(void 0,ar);this.connectorType=o}get walletBranding(){return{name:"Wallet",id:""}}async connect(){throw new Error("connect called for an uninstalled wallet via the NullConnector")}disconnect(){throw new Error("disconnect called for an uninstalled wallet via the NullConnector")}promptConnection(o){throw new Error(`promptConnection called for an uninstalled wallet via the NullConnector for ${o}`)}};var Ji=class extends Yi{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:eo,id:"phantom"}}};import{EthereumProvider as Qy,OPTIONAL_EVENTS as Zy,OPTIONAL_METHODS as Xy}from"@walletconnect/ethereum-provider";import{isMobile as eg}from"react-device-detect";import{createContext as Gy,useContext as Vy,useEffect as Js,useRef as zy,useState as $y}from"react";import{jsx as ky}from"react/jsx-runtime";function Qi({src:e,...t}){return ky("img",{src:e,...t,style:{display:"none"}})}import{useContext as cp,useEffect as lp,useMemo as Uy,useState as Fy}from"react";import{createContext as By}from"react";var Et={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:md,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var $d=({input:e})=>{if(!e||!e.primary[0])return;let t=[e.primary[0]],o=[];e.primary.length>4&&console.warn("You should not specify greater than 4 login methods in `input.primary.length`");for(let r of e.primary)t.includes(r)?console.warn(`Duplicated login method: ${r}`):t.push(r);for(let r of e.overflow??[])!t.includes(r)&&!o.includes(r)?o.push(r):console.warn(`Duplicated login method: ${r}`);return{primary:t,overflow:o}};var Ry=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),Iy=e=>Ry.has(e),My=(e,t,o)=>o.indexOf(e)===t,qd=({input:e})=>e?e.filter(Iy).filter(My):Et.appearance.walletList;var Zi={id:42161,name:"Arbitrum One",network:"arbitrum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://arb-mainnet.g.alchemy.com/v2"],webSocket:["wss://arb-mainnet.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-mainnet.infura.io/v3"],webSocket:["wss://arbitrum-mainnet.infura.io/ws/v3"]},default:{http:["https://arb1.arbitrum.io/rpc"]},public:{http:["https://arb1.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://arbiscan.io"},default:{name:"Arbiscan",url:"https://arbiscan.io"}}};var Xi={id:421613,name:"Arbitrum Goerli",network:"arbitrum-goerli",nativeCurrency:{name:"Goerli Ether",symbol:"AGOR",decimals:18},rpcUrls:{alchemy:{http:["https://arb-goerli.g.alchemy.com/v2"],webSocket:["wss://arb-goerli.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-goerli.infura.io/v3"],webSocket:["wss://arbitrum-goerli.infura.io/ws/v3"]},default:{http:["https://goerli-rollup.arbitrum.io/rpc"]},public:{http:["https://goerli-rollup.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"},default:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"}},testnet:!0};var ea={id:421614,name:"Arbitrum Sepolia",network:"arbitrum-sepolia",nativeCurrency:{name:"Arbitrum Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://sepolia-rollup.arbitrum.io/rpc"]},public:{http:["https://sepolia-rollup.arbitrum.io/rpc"]}},blockExplorers:{default:{name:"Blockscout",url:"https://sepolia-explorer.arbitrum.io"}},testnet:!0};var jd={id:43114,name:"Avalanche",network:"avalanche",nativeCurrency:{decimals:18,name:"Avalanche",symbol:"AVAX"},rpcUrls:{default:{http:["https://api.avax.network/ext/bc/C/rpc"]},public:{http:["https://api.avax.network/ext/bc/C/rpc"]}},blockExplorers:{etherscan:{name:"SnowTrace",url:"https://snowtrace.io"},default:{name:"SnowTrace",url:"https://snowtrace.io"}}};var Kd={id:43113,name:"Avalanche Fuji",network:"avalanche-fuji",nativeCurrency:{decimals:18,name:"Avalanche Fuji",symbol:"AVAX"},rpcUrls:{default:{http:["https://api.avax-test.network/ext/bc/C/rpc"]},public:{http:["https://api.avax-test.network/ext/bc/C/rpc"]}},blockExplorers:{etherscan:{name:"SnowTrace",url:"https://testnet.snowtrace.io"},default:{name:"SnowTrace",url:"https://testnet.snowtrace.io"}},testnet:!0};var ta={id:8453,network:"base",name:"Base",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{blast:{http:["https://base-mainnet.blastapi.io"],webSocket:["wss://base-mainnet.blastapi.io"]},default:{http:["https://mainnet.base.org"]},public:{http:["https://mainnet.base.org"]}},blockExplorers:{etherscan:{name:"Basescan",url:"https://basescan.org"},default:{name:"Basescan",url:"https://basescan.org"}},testnet:!0};var oa={id:84531,network:"base-goerli",name:"Base Goerli Testnet",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{blast:{http:["https://base-goerli.blastapi.io"],webSocket:["wss://base-goerli.blastapi.io"]},default:{http:["https://goerli.base.org"]},public:{http:["https://goerli.base.org"]}},blockExplorers:{etherscan:{name:"Basescan",url:"https://goerli.basescan.org"},default:{name:"Basescan",url:"https://goerli.basescan.org"}},testnet:!0};var ra={id:84532,network:"base-sepolia",name:"Base Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://sepolia.base.org"]},public:{http:["https://sepolia.base.org"]}},blockExplorers:{default:{name:"Blockscout",url:"https://base-sepolia.blockscout.com"}},testnet:!0};var Yd={id:42220,name:"Celo Mainnet",network:"celo",nativeCurrency:{decimals:18,name:"CELO",symbol:"CELO"},rpcUrls:{default:{http:["https://forno.celo.org"]},infura:{http:["https://celo-mainnet.infura.io/v3"]},public:{http:["https://forno.celo.org"]}},blockExplorers:{default:{name:"Celo Explorer",url:"https://explorer.celo.org/mainnet"},etherscan:{name:"CeloScan",url:"https://celoscan.io"}},testnet:!1};var Jd={id:44787,name:"Celo Alfajores Testnet",network:"celo-alfajores",nativeCurrency:{decimals:18,name:"CELO",symbol:"CELO"},rpcUrls:{default:{http:["https://alfajores-forno.celo-testnet.org"]},infura:{http:["https://celo-alfajores.infura.io/v3"]},public:{http:["https://alfajores-forno.celo-testnet.org"]}},blockExplorers:{default:{name:"Celo Explorer",url:"https://explorer.celo.org/alfajores"},etherscan:{name:"CeloScan",url:"https://alfajores.celoscan.io/"}},testnet:!0};var Qd={id:314,name:"Filecoin - Mainnet",network:"filecoin-mainnet",nativeCurrency:{decimals:18,name:"filecoin",symbol:"FIL"},rpcUrls:{default:{http:["https://api.node.glif.io/rpc/v1"]},public:{http:["https://api.node.glif.io/rpc/v1"]}},blockExplorers:{default:{name:"Filfox",url:"https://filfox.info/en"},filscan:{name:"Filscan",url:"https://filscan.io"},filscout:{name:"Filscout",url:"https://filscout.io/en"},glif:{name:"Glif",url:"https://explorer.glif.io"}}};var Zd={id:314159,name:"Filecoin - Calibration testnet",network:"filecoin-calibration",nativeCurrency:{decimals:18,name:"testnet filecoin",symbol:"tFIL"},rpcUrls:{default:{http:["https://api.calibration.node.glif.io/rpc/v1"]},public:{http:["https://api.calibration.node.glif.io/rpc/v1"]}},blockExplorers:{default:{name:"Filscan",url:"https://calibration.filscan.io"}}};var Xd={id:5,network:"goerli",name:"Goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://eth-goerli.g.alchemy.com/v2"],webSocket:["wss://eth-goerli.g.alchemy.com/v2"]},infura:{http:["https://goerli.infura.io/v3"],webSocket:["wss://goerli.infura.io/ws/v3"]},default:{http:["https://rpc.ankr.com/eth_goerli"]},public:{http:["https://rpc.ankr.com/eth_goerli"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli.etherscan.io"},default:{name:"Etherscan",url:"https://goerli.etherscan.io"}},testnet:!0};var ep={id:17e3,name:"Holesky",network:"holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://ethereum-holesky.publicnode.com"]},public:{http:["https://ethereum-holesky.publicnode.com"]}},blockExplorers:{etherscan:{name:"EtherScan",url:"https://holesky.etherscan.io"},default:{name:"EtherScan",url:"https://holesky.etherscan.io"}}};var tp={id:59144,network:"linea-mainnet",name:"Linea Mainnet",nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{infura:{http:["https://linea-mainnet.infura.io/v3"],webSocket:["wss://linea-mainnet.infura.io/ws/v3"]},default:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]},public:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://lineascan.build"},etherscan:{name:"Etherscan",url:"https://lineascan.build"}},testnet:!1};var op={id:59140,network:"linea-testnet",name:"Linea Goerli Testnet",nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{infura:{http:["https://linea-goerli.infura.io/v3"],webSocket:["wss://linea-goerli.infura.io/ws/v3"]},default:{http:["https://rpc.goerli.linea.build"],webSocket:["wss://rpc.goerli.linea.build"]},public:{http:["https://rpc.goerli.linea.build"],webSocket:["wss://rpc.goerli.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://goerli.lineascan.build"},etherscan:{name:"Etherscan",url:"https://goerli.lineascan.build"}},testnet:!0};var na={id:1,network:"homestead",name:"Ethereum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://eth-mainnet.g.alchemy.com/v2"],webSocket:["wss://eth-mainnet.g.alchemy.com/v2"]},infura:{http:["https://mainnet.infura.io/v3"],webSocket:["wss://mainnet.infura.io/ws/v3"]},default:{http:["https://cloudflare-eth.com"]},public:{http:["https://cloudflare-eth.com"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://etherscan.io"},default:{name:"Etherscan",url:"https://etherscan.io"}}};var ia={id:10,name:"OP Mainnet",network:"optimism",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-mainnet.g.alchemy.com/v2"],webSocket:["wss://opt-mainnet.g.alchemy.com/v2"]},infura:{http:["https://optimism-mainnet.infura.io/v3"],webSocket:["wss://optimism-mainnet.infura.io/ws/v3"]},default:{http:["https://mainnet.optimism.io"]},public:{http:["https://mainnet.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://optimistic.etherscan.io"},default:{name:"Optimism Explorer",url:"https://explorer.optimism.io"}}};var aa={id:420,name:"Optimism Goerli Testnet",network:"optimism-goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-goerli.g.alchemy.com/v2"],webSocket:["wss://opt-goerli.g.alchemy.com/v2"]},infura:{http:["https://optimism-goerli.infura.io/v3"],webSocket:["wss://optimism-goerli.infura.io/ws/v3"]},default:{http:["https://goerli.optimism.io"]},public:{http:["https://goerli.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"},default:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"}},testnet:!0};var sa={id:11155420,name:"Optimism Sepolia",network:"optimism-sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://sepolia.optimism.io"]},public:{http:["https://sepolia.optimism.io"]},infura:{http:["https://optimism-sepolia.infura.io/v3"]}},blockExplorers:{default:{name:"Blockscout",url:"https://optimism-sepolia.blockscout.com"}},testnet:!0};var Wn={id:137,name:"Polygon Mainnet",network:"matic",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mainnet.g.alchemy.com/v2"],webSocket:["wss://polygon-mainnet.g.alchemy.com/v2"]},infura:{http:["https://polygon-mainnet.infura.io/v3"],webSocket:["wss://polygon-mainnet.infura.io/ws/v3"]},default:{http:["https://polygon-rpc.com"]},public:{http:["https://polygon-rpc.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://polygonscan.com"},default:{name:"PolygonScan",url:"https://polygonscan.com"}}};var Nn={id:80001,name:"Mumbai",network:"maticmum",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mumbai.g.alchemy.com/v2"],webSocket:["wss://polygon-mumbai.g.alchemy.com/v2"]},infura:{http:["https://polygon-mumbai.infura.io/v3"],webSocket:["wss://polygon-mumbai.infura.io/ws/v3"]},default:{http:["https://matic-mumbai.chainstacklabs.com"]},public:{http:["https://matic-mumbai.chainstacklabs.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"},default:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"}},testnet:!0};var rp={id:17001,name:"Redstone Holesky",network:"redstone-holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.holesky.redstone.xyz"]},public:{http:["https://rpc.holesky.redstone.xyz"]}},blockExplorers:{etherscan:{name:"EtherScan",url:"https://explorer.holesky.redstone.xyz"},default:{name:"EtherScan",url:"https://explorer.holesky.redstone.xyz"}}};var np={id:11155111,network:"sepolia",name:"Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"SEP",decimals:18},rpcUrls:{alchemy:{http:["https://eth-sepolia.g.alchemy.com/v2"],webSocket:["wss://eth-sepolia.g.alchemy.com/v2"]},infura:{http:["https://sepolia.infura.io/v3"],webSocket:["wss://sepolia.infura.io/ws/v3"]},default:{http:["https://rpc.sepolia.org"]},public:{http:["https://rpc.sepolia.org"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://sepolia.etherscan.io"},default:{name:"Etherscan",url:"https://sepolia.etherscan.io"}},testnet:!0};var la={id:7777777,name:"Zora",network:"zora",nativeCurrency:{decimals:18,name:"Ether",symbol:"ETH"},rpcUrls:{default:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]},public:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://explorer.zora.energy"}}};var ca={id:999999999,name:"Zora Sepolia",network:"zora-sepolia",nativeCurrency:{decimals:18,name:"Zora Sepolia",symbol:"ETH"},rpcUrls:{default:{http:["https://sepolia.rpc.zora.energy"],webSocket:["wss://sepolia.rpc.zora.energy"]},public:{http:["https://sepolia.rpc.zora.energy"],webSocket:["wss://sepolia.rpc.zora.energy"]}},blockExplorers:{default:{name:"Zora Sepolia Explorer",url:"https://sepolia.explorer.zora.energy/"}},testnet:!0};var da={id:999,name:"Zora Goerli Testnet",network:"zora-testnet",nativeCurrency:{decimals:18,name:"Zora Goerli",symbol:"ETH"},rpcUrls:{default:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]},public:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://testnet.explorer.zora.energy"}},testnet:!0};var Ln=[Zi,Xi,ea,Xd,np,na,ia,aa,sa,Wn,Nn,Yd,Jd,Qd,Zd,ta,oa,ra,tp,op,jd,Kd,la,da,ca,ep,rp],Fx=new Set(Ln.map(e=>e.id));import dr from"tinycolor2";var ip="#FFFFFF",Wy="#000000",Ny=ip,Ly="#1E1E1D";function Oy(e){return e<.8&&e>.2&&console.warn("Background color is not light or dark enough, which could lead to accessibility issues."),e>.5?"light":"dark"}function Uo(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return dr({...e.toHsl(),l:o})}function ap({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=ip,blackHex:a=Wy}){let l;switch(e){case"light":l=Ny;break;case"dark":l=Ly;break;default:l=e;break}let s=dr(l),c=dr(t),u=dr(o),m=dr(r),h=dr(n),y=Oy(s.getLuminance()),C=Uo(s,y==="light"?-.04:.11),b=Uo(s,y==="light"?-.88:.87),P=Uo(s,y==="light"?-.77:.75),E=Uo(s,y==="light"?-.43:.45).desaturate(y==="light"?60:20),_=Uo(s,y==="light"?-.08:.25).desaturate(y==="light"?60:20),k=Uo(c,.15),R=Uo(c,-.06),A=dr(c.getLuminance()>.5?a:i),O=Uo(u,-.16);return{colorScheme:y,background:s.toHslString(),background2:C.toHslString(),foreground:b.toHslString(),foreground2:P.toHslString(),foreground3:E.toHslString(),foreground4:_.toHslString(),accent:c.toHslString(),accentLight:k.toHslString(),accentDark:R.toHslString(),foregroundAccent:A.toHslString(),success:u.toHslString(),successDark:O.toHslString(),error:h.toHslString(),warn:m.toHslString()}}function js(e,t){let o=["google","twitter","discord","spotify","tiktok","linkedin","github","apple","farcaster"],r=t?.loginMethods?.filter(ne=>o.includes(ne)),n,i,a,l,s,c,u,m,h,y,C,b;t?.loginMethods?(n=t.loginMethods.includes("email"),i=t.loginMethods.includes("sms"),a=t.loginMethods.includes("wallet"),l=r?.includes("google"),s=r?.includes("twitter"),c=r?.includes("discord"),m=r?.includes("spotify"),u=r?.includes("tiktok"),y=r?.includes("github"),h=r?.includes("linkedin"),C=r?.includes("apple"),b=r?.includes("farcaster")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,l=e.googleOAuth,s=e.twitterOAuth,c=e.discordOAuth,y=e.githubOAuth,m=e.spotifyOAuth,u=e.tiktokOAuth,h=e.linkedinOAuth,C=e.appleOAuth,b=e.farcasterAuth);let P=[n,i].filter(Boolean),E=[l,s,c,y,m,u,h,C,b].filter(Boolean),_=[a].filter(Boolean);if(P.length+E.length+_.length===0)throw new Error("You must enable at least one login method");let k=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;k&&_.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),k=!1):!k&&E.length+P.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),k=!0);let R=qd({isWalletLoginEnabled:a,input:t?.appearance?.walletList});t?.loginMethods&&t.loginMethodsAndOrder&&console.warn("You should only configure one of `loginMethods` or `appearance.loginMethods`"),t?.appearance?.walletList&&t.loginMethodsAndOrder&&console.warn("You should only configure one of `appearance.walletList` or `appearance.loginMethods`");let A=$d({input:t?.loginMethodsAndOrder}),O=t?.intl?.defaultCountry??"US",{chains:D,defaultChain:F}=Dy({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),H=!!t?.defaultChain||!!t?.supportedChains,z=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1,L,$=!(e.enforceWalletUis??!0);if(e.legacyWalletUiConfig??!0?z?L=t?.embeddedWallets?.noPromptOnSignature??!0:L=t?.embeddedWallets?.noPromptOnSignature??$:L=$,t?.embeddedWallets?.waitForTransactionConfirmation===!1&&L!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you disable wallet UIs in the dashboard.");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,legacyWalletUiConfig:e.legacyWalletUiConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:ap({backgroundTheme:t?.appearance?.theme??Et.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??Et.appearance.accentColor}),loginGroupPriority:k?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:R},loginMethods:{wallet:a,email:n,sms:i,google:l,twitter:s,discord:c,github:y,spotify:m,tiktok:u,linkedin:h,apple:C,farcaster:b},loginMethodsAndOrder:A,legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl,requireUsersAcceptTerms:e.requireUsersAcceptTerms??!1},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??Et.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??Et.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??Et.rpcConfig.rpcTimeouts},chains:D,defaultChain:F,intl:{defaultCountry:O},shouldEnforceDefaultChainOnConnect:H,captchaEnabled:e.captchaEnabled??Et.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...z?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets,noPromptOnSignature:L},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:z?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??Et.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??Et._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??Et._render.inParentNodeId}}}function sp(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:o,additionalChains:r,supportedChains:n,defaultChain:i,...a}=e;return{...a,...r?{additionalChains:r.map(s=>s.id)}:void 0,...n?{supportedChains:n.map(s=>s.id)}:void 0,...i?{defaultChain:i.id}:void 0,...o?{...o,...o.logo&&typeof o.logo?{logo:"component"}:void 0}:void 0,legacyCreateEmbeddedWalletFlag:t}}function Dy({additionalChains:e,supportedChains:t,defaultChainFromConfig:o,hasRpcConfigDefined:r}){let n;if(e&&t&&console.warn("You should only specify one of `additionalChains` or `supportedChains`. Using `supportedChains`."),t){if(t.length===0)throw new Error("`supportedChains` must contain at least one chain");t.filter(s=>s.rpcUrls.privyWalletOverride).length>0&&r&&console.warn("You have specified at least one `supportedChain` with `privyWalletOverride` but also have `rpcConfig` defined. The `rpcConfig` will be ignored. `rpcConfig` is deprecated and you should use `privyWalletOverride` in a `supportedChain`."),n=t.map(s=>s.rpcUrls.privyWalletOverride?s:Ln.find(u=>u.id===s.id)??s)}else n=Ln.concat(e??[]);let i=t?n[0]:na,a=o??i;if(!n.find(l=>l.id===a.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:n,defaultChain:a}}import{jsx as Hy}from"react/jsx-runtime";var dp={showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,linkedinOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null,embeddedWalletConfig:{createOnLogin:"off",requireUserPasswordOnCreate:!1},fiatOnRampEnabled:!1,captchaEnabled:!1,captchaSiteKey:""},Ks=js(dp),Ys=By({appConfig:Ks,isServerConfigLoaded:!1}),pp=({children:e,legacyCreateEmbeddedWalletFlag:t,client:o,clientConfig:r})=>{let[n,i]=Fy(null),a=Uy(()=>js(n??dp,r),[n,r]);return lp(()=>{let l=sp(r,t);o.createAnalyticsEvent("sdk_initialize",l)},[r,t]),lp(()=>{n||(async()=>{try{let s=await o.getServerConfig();s.customApiUrl&&o.updateApiUrl(s.customApiUrl),i(s)}catch(s){console.warn("Error generating app config: ",s)}})()},[]),Hy(Ys.Provider,{value:{appConfig:a,isServerConfigLoaded:!!n},children:e})},pa=()=>{let{appConfig:e}=cp(Ys);return e},up=()=>{let{isServerConfigLoaded:e}=cp(Ys);return e};var T=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as jy,jsxs as Ky}from"react/jsx-runtime";var mp=Gy({ready:!1,app:Ks,currentScreen:null,lastScreen:null,navigate:T,navigateBack:T,resetNavigation:T,setModalData:T,onUserCloseViaDialogOrKeybindRef:void 0}),qy=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],fp=e=>{let t=pa(),o=e.authenticated,[r,n]=$y(e.initialScreen);Js(()=>{!o&&!qy.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=zy(null);Js(()=>{e.open||(i.current=null)},[e.open]),Js(()=>{i.current=null},[e.initialScreen]);let a={ready:!!t.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:r,navigate:(l,s=!0)=>{e.setInitialScreen(l),s&&n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(r)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return Ky(mp.Provider,{value:a,children:[(typeof t.appearance.logo=="string"||t.appearance.logo?.type==="img")&&jy(Qi,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},x=()=>Vy(mp);import{jsx as zr,jsxs as Yy}from"react/jsx-runtime";var On=({style:e,...t})=>{let{app:o}=x();return Yy("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[zr("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),zr("g",{clipPath:"url(#clip0_1765_9946)",children:zr("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"})}),zr("defs",{children:zr("clipPath",{id:"clip0_1765_9946",children:zr("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var ua=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries($r))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var $r={metamask:{id:"c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",displayName:"MetaMask",hostname:"metamask.io",mobile:{native:"metamask://",universal:"https://metamask.app.link"}},trust:{id:"4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0",displayName:"Trust",hostname:"trustwallet.com",mobile:{universal:"https://link.trustwallet.com"}},safe:{id:"225affb176778569276e484e1b92637ad061b01e13a048b35a9d280c3b58970f",displayName:"Safe",hostname:"safe.global",mobile:{universal:"https://app.safe.global/"}},rainbow:{id:"1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369",displayName:"Rainbow",hostname:"rainbow.me",mobile:{native:"rainbow://",universal:"https://rnbwapp.com"}},uniswap:{id:"c03dfee351b6fcc421b4494ea33b9d4b92a984f87aa76d1663bb28705e95034a",displayName:"Uniswap",hostname:"uniswap.org",mobile:{universal:"https://uniswap.org/app"}},zerion:{id:"ecc4036f814562b41a5268adc86270fba1365471402006302e70169465b7ac18",displayName:"Zerion",hostname:"zerion.io",mobile:{native:"zerion://",universal:"https://wallet.zerion.io"}},argent:{id:"bc949c5d968ae81310268bf9193f9c9fb7bb4e1283e1284af8f2bd4992535fd6",displayName:"Argent",hostname:"www.argent.xyz",mobile:{universal:"https://www.argent.xyz/app"}},spot:{id:"74f8092562bd79675e276d8b2062a83601a4106d30202f2d509195e30e19673d",displayName:"Spot",hostname:"www.spot-wallet.com",mobile:{universal:"https://spot.so"}},omni:{id:"afbd95522f4041c71dd4f1a065f971fd32372865b416f95a0b1db759ae33f2a7",displayName:"Omni",hostname:"omni.app",mobile:{universal:"https://links.omni.app"}},cryptocom:{id:"f2436c67184f158d1beda5df53298ee84abfc367581e4505134b5bcf5f46697d",displayName:"Crypto.com",hostname:"crypto.com",mobile:{universal:"https://wallet.crypto.com"}},blockchain:{id:"84b43e8ddfcd18e5fcb5d21e7277733f9cccef76f7d92c836d0e481db0c70c04",displayName:"Blockchain",hostname:"www.blockchain.com",mobile:{universal:"https://www.blockchain.com"}},safepal:{id:"0b415a746fb9ee99cce155c2ceca0c6f6061b1dbca2d722b3ba16381d0562150",displayName:"SafePal",hostname:"safepal.com",mobile:{universal:"https://link.safepal.io"}},bitkeep:{id:"38f5d18bd8522c244bdd70cb4a68e0e718865155811c043f052fb9f1c51de662",displayName:"BitKeep",hostname:"bitkeep.com",mobile:{universal:"https://bkapp.vip"}},zengo:{id:"9414d5a85c8f4eabc1b5b15ebe0cd399e1a2a9d35643ab0ad22a6e4a32f596f0",displayName:"ZenGo",hostname:"zengo.com",mobile:{universal:"https://get.zengo.com/"}},"1inch":{id:"c286eebc742a537cd1d6818363e9dc53b21759a1e8e5d9b263d0c03ec7703576",displayName:"1inch",hostname:"wallet.1inch.io",mobile:{universal:"https://wallet.1inch.io/wc/"}},binance:{id:"8a0ee50d1f22f6651afcae7eb4253e52a3310b90af5daef78a8c4929a9bb99d4",displayName:"Binance",hostname:"www.binance.com",mobile:{universal:"https://app.binance.com/cedefi"}},exodus:{id:"e9ff15be73584489ca4a66f64d32c4537711797e30b6660dbcb71ea72a42b1f4",displayName:"Exodus",hostname:"exodus.com",mobile:{universal:"https://exodus.com/m"}},mew_wallet:{id:"f5b4eeb6015d66be3f5940a895cbaa49ef3439e518cd771270e6b553b48f31d2",displayName:"MEW wallet",hostname:"mewwallet.com",mobile:{universal:"https://mewwallet.com"}},alphawallet:{id:"138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98",displayName:"AlphaWallet",hostname:"alphawallet.com",mobile:{universal:"https://aw.app"}},keyring_pro:{id:"47bb07617af518642f3413a201ec5859faa63acb1dd175ca95085d35d38afb83",displayName:"KEYRING PRO",hostname:"keyring.app",mobile:{universal:"https://keyring.app/"}},mathwallet:{id:"7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26",displayName:"MathWallet",hostname:"mathwallet.org",mobile:{universal:"https://www.mathwallet.org"}},unstoppable:{id:"8308656f4548bb81b3508afe355cfbb7f0cb6253d1cc7f998080601f838ecee3",displayName:"Unstoppable",hostname:"unstoppabledomains.com",mobile:{universal:"https://unstoppabledomains.com/mobile"}},obvious:{id:"031f0187049b7f96c6f039d1c9c8138ff7a17fd75d38b34350c7182232cc29aa",displayName:"Obvious",hostname:"obvious.technology",mobile:{universal:"https://wallet.obvious.technology"}},ambire:{id:"2c81da3add65899baeac53758a07e652eea46dbb5195b8074772c62a77bbf568",displayName:"Ambire",hostname:"www.ambire.com",mobile:{universal:"https://mobile.ambire.com"}},internet_money_wallet:{id:"dd43441a6368ec9046540c46c5fdc58f79926d17ce61a176444568ca7c970dcd",displayName:"Internet Money Wallet",hostname:"internetmoney.io",mobile:{universal:"https://internetmoney.io"}},coin98:{id:"2a3c89040ac3b723a1972a33a125b1db11e258a6975d3a61252cd64e6ea5ea01",displayName:"Coin98",hostname:"coin98.com",mobile:{universal:"https://coin98.services"}},abc_wallet:{id:"b956da9052132e3dabdcd78feb596d5194c99b7345d8c4bd7a47cabdcb69a25f",displayName:"ABC Wallet",hostname:"myabcwallet.io",mobile:{universal:"https://abcwalletconnect.page.link"}},arculus_wallet:{id:"0e4915107da5b3408b38e248f7a710f4529d54cd30e9d12ff0eb886d45c18e92",displayName:"Arculus Wallet",hostname:"www.getarculus.com",mobile:{universal:"https://gw.arculus.co/app"}},haha:{id:"719bd888109f5e8dd23419b20e749900ce4d2fc6858cf588395f19c82fd036b3",displayName:"HaHa",hostname:"www.haha.me",mobile:{universal:"https://haha.me"}},cling_wallet:{id:"942d0e22a7e6b520b0a03abcafc4dbe156a1fc151876e3c4a842f914277278ef",displayName:"Cling Wallet",hostname:"clingon.io",mobile:{universal:"https://cling.carrieverse.com/apple-app-site-association"}},broearn:{id:"8ff6eccefefa7506339201bc33346f92a43118d6ff7d6e71d499d8187a1c56a2",displayName:"Broearn",hostname:"www.broearn.com",mobile:{universal:"https://www.broearn.com/link/wallet/"}},copiosa:{id:"07f99a5d9849bb049d74830012b286f8b238e72b0337933ef22b84947409db80",displayName:"Copiosa",hostname:"copiosa.io",mobile:{universal:"https://copiosa.io/action/"}},burrito_wallet:{id:"8821748c25de9dbc4f72a691b25a6ddad9d7df12fa23333fd9c8b5fdc14cc819",displayName:"Burrito Wallet",hostname:"burritowallet.com",mobile:{universal:"https://burritowallet.com/wc?uri="}},enjin_wallet:{id:"bdc9433ffdaee55d31737d83b931caa1f17e30666f5b8e03eea794bac960eb4a",displayName:"Enjin Wallet",hostname:"enjin.io",mobile:{universal:"https://deeplink.wallet.enjin.io/"}},plasma_wallet:{id:"cbe13eb482c76f1fa401ff4c84d9acd0b8bc9af311ca0620a0b192fb28359b4e",displayName:"Plasma Wallet",hostname:"plasma-wallet.com",mobile:{universal:"https://plasma-wallet.com"}},avacus:{id:"94f785c0c8fb8c4f38cd9cd704416430bcaa2137f27e1468782d624bcd155a43",displayName:"Avacus",hostname:"avacus.cc",mobile:{universal:"https://avacus.app.link"}},bee:{id:"2cca8c1b0bea04ba37dee4017991d348cdb7b826804ab2bd31073254f345b715",displayName:"Bee",hostname:"www.beewallet.app",mobile:{universal:"https://beewallet.app/wc"}},pitaka:{id:"14e5d957c6eb62d3ee8fc6239703ac2d537d7e3552154836ca0beef775f630bc",displayName:"Pitaka",hostname:"pitaka.io",mobile:{universal:"https://app.pitaka.io"}},pltwallet:{id:"576c90ceaea34f29ff0104837cf2b2e23d201be43be1433feeb18d375430e1fd",displayName:"PLTwallet",hostname:"pltwallet.io",mobile:{universal:"https://pltwallet.io/"}},minerva:{id:"49bb9d698dbdf2c3d4627d66f99dd9fe90bba1eec84b143f56c64a51473c60bd",displayName:"Minerva",hostname:"minerva.digital",mobile:{universal:"https://minerva.digital"}},kryptogo:{id:"19418ecfd44963883e4d6abca1adeb2036f3b5ffb9bee0ec61f267a9641f878b",displayName:"KryptoGO",hostname:"kryptogo.com",mobile:{universal:"https://kryptogo.page.link"}},prema:{id:"5b8e33346dfb2a532748c247876db8d596734da8977905a27b947ba1e2cf465b",displayName:"PREMA",hostname:"premanft.com",mobile:{universal:"https://premanft.com"}},slingshot:{id:"d23de318f0f56038c5edb730a083216ff0cce00c1514e619ab32231cc9ec484b",displayName:"Slingshot",hostname:"slingshot.finance",mobile:{universal:"https://app.slingshot.finance"}},kriptonio:{id:"50df7da345f84e5a79aaf617df5167335a4b6751626df2e8a38f07029b3dde7b",displayName:"Kriptonio",hostname:"kriptonio.com",mobile:{universal:"https://app.kriptonio.com/mobile"}},timeless:{id:"9751385960bca290c13b443155288f892f62ee920337eda8c5a8874135daaea8",displayName:"Timeless",hostname:"timelesswallet.xyz",mobile:{universal:"https://timelesswallet.xyz"}},secux:{id:"6464873279d46030c0b6b005b33da6be5ed57a752be3ef1f857dc10eaf8028aa",displayName:"SecuX",hostname:"secuxtech.com",mobile:{universal:"https://wsweb.secuxtech.com"}},bitizen:{id:"41f20106359ff63cf732adf1f7dc1a157176c9b02fd266b50da6dcc1e9b86071",displayName:"Bitizen",hostname:"bitizen.org",mobile:{universal:"https://bitizen.org/wallet"}},blocto:{id:"14e7176536cb3706e221daaa3cfd7b88b7da8c7dfb64d1d241044164802c6bdd",displayName:"Blocto",hostname:"blocto.io",mobile:{universal:"https://blocto.app"}},safemoon:{id:"a0e04f1086aac204d4ebdd5f985c12ed226cd0006323fd8143715f9324da58d1",displayName:"SafeMoon",hostname:"safemoon.com",mobile:{universal:"https://safemoon.com/wc"}}};function Jy(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var hp=e=>e in $r,yp=e=>{let t=$r[e].mobile;if("native"in t)return t.native};function gp(e,t){let o=Jy(t);if(o.deepLink)return Ep(o.deepLink,e);if(o.universalLink)return Tp(o.universalLink,e);throw new v(`Unsupported wallet ${t.id}`)}var vp="WALLETCONNECT_DEEPLINK_CHOICE";function wp(){try{localStorage.removeItem(vp)}catch{}}function Cp({href:e,name:t}){try{localStorage.setItem(vp,JSON.stringify({href:e,name:t}))}catch{}}function bp(e){return e.startsWith("http://")||e.startsWith("https://")}function Ep(e,t){if(bp(e))return Tp(e,t);let o=e;o.includes("://")||(o=e.replaceAll("/","").replaceAll(":",""),o=`${o}://`),o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Tp(e,t){if(!bp(e))return Ep(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Pp(e,t){window.open(e,t,"noreferrer noopener")}var to=class extends st{constructor(o,r,n,i,a,l){super(l||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.shouldEnforceDefaultChainOnConnect=a,this.proxyProvider=new ue(void 0,this.rpcTimeoutDuration),l&&(this.walletEntry=$r[l],this.walletClientType=l),this.createProvider().then(s=>{if(this.provider=s,this.proxyProvider.setWalletProvider(s),this.subscribeListeners(),s.session){if(this.walletProvider?.session?.peer.metadata.url){let c=ua(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=c?.entry,this.walletClientType=c?.walletClientType||"unknown"}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:s})=>{this.modal=new s({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(c=>{!c.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"MetaMask",icon:Br,id:"io.metamask"}:{name:qs(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||On,id:this.walletProvider?.session?.peer.metadata.name.toLowerCase()||"wallet_connect_v2"}}async resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(await this.walletProvider.disconnect(),this.walletProvider.signer.session=void 0,this.walletEntry=$r[o],this.walletClientType=o,this.redirectUri=void 0,wp(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new Dr)};this.onQrModalClosed=n,(async()=>{let a="",l=await Promise.race([this.walletProvider?.enable(),this.proxyProvider.walletTimeout()]);if(l?.length&&(a=l[0]),!a||a==="")throw new Y("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=ua(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=Ur(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(Ut(a));return}r(new Y("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}async createProvider(){let o={};for(let a of this.chains){let l=Dt(a.id,this.chains,this.rpcConfig);l&&(o[a.id]=l)}let r=this.shouldEnforceDefaultChainOnConnect?[this.defaultChain.id]:[],n=this.chains.map(a=>a.id),i=await Qy.init({projectId:this.walletConnectCloudProjectId,chains:r,optionalChains:n,optionalEvents:Zy,optionalMethods:Xy,rpcMap:o,showQrModal:!1});return i.on("display_uri",a=>{if(i.signer.abortPairingAttempt(),eg&&this.walletEntry){let{redirect:l,href:s}=gp(a,this.walletEntry);Cp({href:s,name:this.walletEntry.displayName}),this.redirectUri=l,Pp(l,"_self")}else this.modal?.openModal({uri:a,chains:[this.defaultChain.id]})}),i.on("connect",()=>{if(this.modal?.closeModal(),i.session?.peer.metadata.url){let a=ua(i.session?.peer.metadata.url);this.walletEntry=a?.entry,this.walletClientType=a?.walletClientType||"unknown"}}),i}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var Qs=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===xp(t)).length:!1},Ur=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||ar:ar,Dn=class extends tg{constructor(o,r,n,i,a,l,s){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new ue:r.proxyProvider};this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.chains=n,this.defaultChain=i,this.walletConnectors=[],this.initialized=!1,this.store=a,this.walletList=l,this.shouldEnforceDefaultChainOnConnect=s,this.initializedWalletConnectors=0,this.walletsReady=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}async initialize(){if(this.initialized)return;re.get(Fs)&&(re.getKeys().forEach(r=>{r.startsWith("walletconnect")&&re.del(r)}),re.del(Fs));let o=Md(this.store,this.walletList).then(r=>{r.forEach(({type:n,eip6963InjectedProvider:i,legacyInjectedProvider:a})=>{this.createWalletConnector("injected",n,{eip6963InjectedProvider:i,legacyInjectedProvider:a})})});this.walletList.includes("coinbase_wallet")&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),!No()&&this.walletList.includes("phantom")&&this.createWalletConnector("phantom","phantom"),this.createWalletConnector("wallet_connect_v2","unknown"),await o,this.initialized=!0}findWalletConnector(o,r){return o==="wallet_connect_v2"?this.walletConnectors.find(n=>n.connectorType===o)||null:this.walletConnectors.find(n=>n.connectorType===o&&n.walletClientType===r)||null}onInitialized(o){o.wallets.forEach(r=>{let n=this.storedConnections.find(i=>i.address===r.address&&i.connectorType===r.connectorType&&i.walletClientType===r.walletClientType);n&&(r.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.emit("walletsUpdated"),this.initializedWalletConnectors++,this.walletsReady=this.initializedWalletConnectors===this.walletConnectors.length}onWalletsUpdated(o){o.initialized&&(this.saveConnectionHistory(),this.emit("walletsUpdated"))}addEmbeddedWalletConnector(o,r,n){let i=this.findWalletConnector("embedded","privy");if(i)i.proxyProvider.walletProxy=o;else{let a=new Gi(o,r,this.rpcConfig,this.chains,n.id),l=new ji(a,this.chains,n,this.rpcConfig);this.addWalletConnector(l)}}removeEmbeddedWalletConnector(){let o=this.findWalletConnector("embedded","privy");if(o){let r=this.walletConnectors.indexOf(o);this.walletConnectors.splice(r,1),this.saveConnectionHistory(),this.storedConnections=this.loadConnectionHistory(),this.emit("walletsUpdated")}}async createWalletConnector(o,r,n){let i=this.findWalletConnector(o,r);if(i)return i instanceof to&&i.resetConnection(r),i;let l=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new Ki(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new Vr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new Vr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new Vr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new Gr(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,r)}else return o==="coinbase_wallet"?new $i(this.chains,this.defaultChain,this.rpcConfig):o==="phantom"?new Ji(this.defaultChain):new to(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,this.shouldEnforceDefaultChainOnConnect,r)})();return l&&this.addWalletConnector(l),l||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=re.get(Bs);return r&&Array.isArray(r)&&r.map(a=>o(a)).every(Boolean)?r:[]}saveConnectionHistory(){let o=this.wallets.map(r=>({address:r.address,connectorType:r.connectorType,walletClientType:r.walletClientType,connectedAt:r.connectedAt}));re.put(Bs,o)}async activeWalletSign(o){let r=this.wallets,n=r.length>0?r[0]:null;return n?n.sign(o):null}setActiveWallet(o){this.activeWallet=xp(o),this.emit("walletsUpdated")}};function Vi(e,t){if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++){let r=e[o],n=t[o];if(r?.address!==n?.address||r?.chainId!==n?.chainId||r?.connectorType!==n?.connectorType||r?.connectedAt!==n?.connectedAt||r?.walletClientType!==n?.walletClientType||r?.isConnected!==n?.isConnected||r?.linked!==n?.linked)return!1}return!0}import{ofetch as og}from"ofetch";var rg=[Ai(),Ri(),ki()],ma=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=Os,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=og.create({baseURL:this.defaults.baseURL,timeout:this.defaults.timeout,retry:3,retryDelay:500,retryStatusCodes:[408,409,425,500,502,503,504],credentials:"include",onRequest:async({request:n,options:i})=>{let a=new Headers(i.headers);a.set("privy-app-id",this.appId),a.set("privy-ca-id",this.clientAnalyticsId||""),a.set("privy-client",`react-auth:${this.sdkVersion}`);let l=!rg.includes(n.toString());if(!a.has("authorization")&&l){let s=await this.client.getAccessToken();s!==null&&a.set("authorization",`Bearer ${s}`)}i.headers=a},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new Si}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw ie(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw ie(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw ie(r)}}};import pr from"js-cookie";function Sp(e){return e instanceof Mo?"email":e instanceof lr?"sms":e instanceof sr?"siwe":e instanceof Ir?"custom_auth":e instanceof Wo?e.meta.provider:null}import*as _p from"jose";var oo=class{static parse(t){try{return new oo(t)}catch{return null}}constructor(t){this.value=t,this._decoded=_p.decodeJwt(t)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(t=0){let o=Date.now(),r=(this.expiration-t)*1e3;return o>=r}};var ng=30,fa=class{constructor(){this.authenticateOnce=new Ye(async t=>this._authenticate(t)),this.linkOnce=new Ye(async t=>this._link(t)),this.refreshOnce=new Ye(this._refresh.bind(this)),this.destroyOnce=new Ye(this._destroy.bind(this)),this.forkSessionOnce=new Ye(this._forkSession.bind(this))}get token(){try{let t=re.get(ir);return typeof t=="string"?new oo(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=re.get(Ni);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=re.get(Rn);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=pr.get(Li);return t!==void 0&&t.length>0}catch(t){console.error(t)}return!1}hasRefreshCredentials(){return this.mightHaveServerCookies||typeof this.token=="string"&&typeof this.refreshToken=="string"}hasRecoveryCredentials(){return typeof this.forkedToken=="string"}hasActiveToken(){let t=oo.parse(this.token);return t!==null&&!t.isExpired(ng)}authenticate(t){return this.authenticateOnce.execute(t)}link(t){return this.linkOnce.execute(t)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(t){try{let{token:o,refresh_token:r,user:n,is_new_user:i}=await t.authenticate();this.storeToken(o),this.storeRefreshToken(r);let a=Sp(t);return a&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate",{method:a,isNewUser:i}),a==="siwe"&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate_siwe",{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}),{user:pt(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Ke(o)}}async _link(t){try{let o=await t.link();return pt(o)}catch(o){throw console.warn("Error linking account"),Ke(o)}}async _refresh(){if(!this.api)throw new v("Session has no API instance");if(!this.client)throw new v("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=o?{refresh_token:o}:{};n=await this.api.post(Ai(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(Ri(),{refresh_token:r}),this.clearForkedToken();else return null;return n.session_update_action==="set"&&(this.storeToken(n.token),this.storeRefreshToken(n.refresh_token)),n.session_update_action==="clear"&&this.destroyLocalState(),pt(n.user)}catch(n){if(n instanceof Yt&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Ke(n)}}async _destroy(){try{await this.api?.post(ki(),{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new v("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(Oc(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Ke(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let o=re.get(ir);if(re.put(ir,t),o!==t&&this.client?.onStoreToken?.(t),!this.client?.useServerCookies){let r=oo.parse(t)?.expiration;pr.set(Ds,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else re.del(ir),pr.remove(Ds)}storeRefreshToken(t){typeof t=="string"?(re.put(Ni,t),this.client?.useServerCookies||(pr.set(Li,"t",{sameSite:"Strict",secure:!0,expires:30}),pr.set(Us,t,{sameSite:"Strict",secure:!0,expires:30}))):(re.del(Ni),pr.remove(Us),pr.remove(Li))}clearForkedToken(){re.del(Rn)}};var Zs,ha,Ap,Un=class{constructor(t){xi(this,ha);this.apiUrl=t.apiUrl||Wi,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||fd,this.appId=t.appId,this.clientAnalyticsId=Lc(this,ha,Ap).call(this),Zs||(Zs=new fa),this.session=Zs,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i,a,l){this.connectors||(this.connectors=new Dn(t,o,r,n,i,a,l))}generateApi(){let t=new ma(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi(),t&&(this.useServerCookies=!0)}authenticate(){if(!this.authFlow)throw new v("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new v("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}startMfaFlow(t){t.api=this.api,this.mfaFlow=t}async unlinkEmail(t){try{let o=await this.api.post(td(),{address:t});return pt(o)}catch(o){throw Ke(o)}}async acceptTerms(){try{let t=await this.api.post(dd(),{});return pt(t)}catch(t){throw Ke(t)}}async unlinkPhone(t){try{let o=await this.api.post(od(),{phoneNumber:t});return pt(o)}catch(o){throw Ke(o)}}async unlinkWallet(t){try{let o=await this.api.post(ed(),{address:t});return pt(o)}catch(o){throw Ke(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(rd(),{provider:t,subject:o});return pt(r)}catch(r){throw Ke(r)}}async unlinkFarcaster(t){try{let o=await this.api.post(nd(),{fid:t});return pt(o)}catch(o){throw Ke(o)}}async createAnalyticsEvent(t,o,r){if(!(typeof window>"u"))try{this.clientAnalyticsId||console.warn("No client analytics id set, refusing to send analytics event"),await this.api.post(id(),{event_name:t,client_id:this.clientAnalyticsId,payload:{...o||{},clientTimestamp:r?r.toISOString():new Date().toISOString()}})}catch{}}async signMoonpayOnRampUrl(t){try{return this.api.post(ad(),t)}catch(o){throw Ke(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?oo.parse(this.session.token)?.audience!==this.appId?(await this.logout(),null):this.session.token:!t?.disableAutoRefresh&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.id,name:t.name,verificationKey:t.verification_key,logoUrl:t.logo_url||void 0,accentColor:t.accent_color||void 0,showWalletLoginFirst:t.show_wallet_login_first,allowlistConfig:{errorTitle:t.allowlist_config.error_title,errorDetail:t.allowlist_config.error_detail,errorCtaText:t.allowlist_config.cta_text,errorCtaLink:t.allowlist_config.cta_link},walletAuth:t.wallet_auth,emailAuth:t.email_auth,smsAuth:t.sms_auth,googleOAuth:t.google_oauth,twitterOAuth:t.twitter_oauth,discordOAuth:t.discord_oauth,githubOAuth:t.github_oauth,spotifyOAuth:t.spotify_oauth,tiktokOAuth:t.tiktok_oauth,linkedinOAuth:t.linkedin_oauth,appleOAuth:t.apple_oauth,farcasterAuth:t.farcaster_auth,termsAndConditionsUrl:t.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:t.embedded_wallet_config?.create_on_login,requireUserPasswordOnCreate:t.embedded_wallet_config?.require_user_password_on_create},privacyPolicyUrl:t.privacy_policy_url,requireUsersAcceptTerms:t.require_users_accept_terms,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods,enforceWalletUis:t.enforce_wallet_uis,legacyWalletUiConfig:t.legacy_wallet_ui_config}}catch(t){throw Ke(t)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t.id}&tokenSymbol=${t.nativeCurrency.symbol}`)).usd}catch{console.error(`Unable to fetch token price for chain with id ${t.id}`);return}}async forkSession(){return await this.session.forkSession()}};ha=new WeakSet,Ap=function(){if(typeof window>"u")return null;try{let o=re.get(In);if(typeof o=="string"&&o.length>0)return o}catch{}let t=ig();try{return re.put(In,t),t}catch{return t}};import{Turnstile as pg}from"@marsidev/react-turnstile";import{useEffect as ug,useMemo as mg}from"react";import{useMemo as ag,useRef as sg,useContext as lg,useState as Xs,createContext as cg}from"react";import{jsx as dg}from"react/jsx-runtime";var kp=cg({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:T,setError:T,setExecuting:T,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:T,reset:T,execute:T}),Co=class extends De{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Rp=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=sg(null),[i,a]=Xs(),[l,s]=Xs(),[c,u]=Xs(!1),m=ag(()=>r?!c&&!i&&!l?{status:"ready"}:c&&!i&&!l?{status:"loading"}:i&&!l?{status:"success",token:i}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[r,i,l,c]);return dg(kp.Provider,{value:{...m,ref:n,enabled:r,siteKey:o,appId:t,setToken:a,setError:s,setExecuting:u,remove(){r&&(n.current?.remove(),u(!1),s(void 0),a(void 0))},reset(){r&&(n.current?.reset(),u(!1),s(void 0),a(void 0))},execute(){r&&(u(!0),n.current?.execute())},async waitForResult(){if(!r)return"";try{return await Rd(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new Co("Captcha failed",null,"captcha_timeout")}}},children:e})},de=()=>lg(kp);import{jsx as Ip}from"react/jsx-runtime";var el=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,setExecuting:a,ref:l}=de(),[,s]=mg(()=>o?.split("t:")||[],[o]);if(ug(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return Ip("div",{className:"hidden h-0 w-0",children:Ip(pg,{...e,ref:l,siteKey:s,options:{action:r,size:"invisible",...e.delayedExecution?{appearance:"execute",execution:"execute"}:{appearance:"always",execution:"render"}},onUnsupported:()=>{e.onUnsupported?.(),console.warn("Browser does not support Turnstile.")},onError:()=>{e.onError?.(),n("Captcha failed"),a(!1)},onSuccess:c=>{e.onSuccess?.(c),i(c),a(!1)},onExpire:()=>{e.onExpire?.();try{l.current?.reset(),n(void 0),i(void 0)}catch{n("expired_and_failed_reset")}}})})};import{useCallback as R2,useEffect as $h,useRef as I2,useState as M2}from"react";import W2 from"react-dom";import{createContext as fg,useContext as hg}from"react";var tl=fg({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:T,initializeWalletProxy:T,getAuthMeta:T,getAuthFlow:T,closePrivyModal:T,openPrivyModal:T,connectWallet:T,initLoginWithWallet:T,loginWithWallet:T,initLoginWithFarcaster:T,loginWithFarcaster:T,loginWithCode:T,initLoginWithEmail:T,initLoginWithSms:T,initUpdateEmail:T,resendEmailCode:T,resendSmsCode:T,initLoginWithOAuth:T,loginWithOAuth:T,refreshUser:T,walletProxy:null,createAnalyticsEvent:T,acceptTerms:T,getUsdTokenPrice:T,recoverEmbeddedWallet:T,getFiatOnRampConfig:T,updateWallets:T,setReadyToTrue:T}),M=()=>hg(tl);import{createContext as yg,useContext as gg}from"react";var le=yg({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:T,login:T,connectOrCreateWallet:T,linkEmail:T,linkPhone:T,linkFarcaster:T,linkWallet:T,linkGoogle:T,linkTwitter:T,linkDiscord:T,linkGithub:T,linkSpotify:T,linkTiktok:T,linkLinkedIn:T,linkApple:T,updateEmail:T,logout:T,getAccessToken:T,getEthereumProvider:T,getEthersProvider:T,getWeb3jsProvider:T,unlinkEmail:T,unlinkPhone:T,unlinkWallet:T,unlinkGoogle:T,unlinkTwitter:T,unlinkDiscord:T,unlinkGithub:T,unlinkSpotify:T,unlinkTiktok:T,unlinkLinkedIn:T,unlinkApple:T,unlinkFarcaster:T,setActiveWallet:T,forkSession:T,createWallet:T,signMessage:T,signTypedData:T,enrollInMfa:T,initEnrollmentWithSms:T,initEnrollmentWithTotp:T,promptMfa:T,init:T,submitEnrollmentWithSms:T,submitEnrollmentWithTotp:T,unenroll:T,submit:T,cancel:T,sendTransaction:T,exportWallet:T,setWalletPassword:T,initLoginWithEmail:T,initLoginWithSms:T,loginWithCode:T,isModalOpen:!1}),G=()=>gg(le);import{useEffect as vg,useState as wg}from"react";var Mp=e=>{let[t,o]=wg("auto");return vg(()=>{let r=new ResizeObserver(n=>{o(n[0]?.contentRect.height??"auto")});return e.current&&r.observe(e.current),()=>{e.current&&r.unobserve(e.current)}},[e.current]),t};import{createContext as Cg,useContext as bg,useEffect as Eg}from"react";var Wp={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},setWalletPassword:{onSuccess:[],onError:[]},signMessage:{onSuccess:[],onError:[]},signTypedData:{onSuccess:[],onError:[]},sendTransaction:{onSuccess:[],onError:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},ol=Cg(void 0),Np=()=>bg(ol);function Ee(e,t){if(!t)return;let r=Np().current[e];return Eg(()=>{for(let[n,i]of Object.entries(t))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),r[n]?.push(i);return()=>{for(let[n,i]of Object.entries(t))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),r[n]=r[n]?.filter(a=>a!==i)}},[t])}function B(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function Lp(){let e=Np();return(t,o,...r)=>B(e,t,o,...r)}function rl(e){Ee("configureMfa",e)}import zp from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import Dg from"@heroicons/react/24/solid/DocumentCheckIcon";import Ug from"styled-components";import mr,{css as sl}from"styled-components";import il from"styled-components";import{Fragment as Pg,jsx as nl,jsxs as xg}from"react/jsx-runtime";var Fo=({success:e,fail:t})=>xg(Pg,{children:[nl(Tt,{className:e?"success":t?"fail":""}),nl(al,{className:e?"success":t?"fail":""})]}),Tt=il.span`
|
|
12
|
+
- https://privy.io`;this.getNonceOnce=new Ye(this._getNonceOnce.bind(this)),this.wallet=t,this.captchaToken=o}get meta(){return{connectorType:this.wallet.connectorType,walletClientType:this.wallet.walletClientType}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Uc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType});return{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(t){throw ae(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(Fc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw ae(t)}}async sign(){if(!this.api)throw new v("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new v("Could not prepare SIWE message");let t=await this.wallet.sign(this.preparedMessage);return{message:this.preparedMessage,signature:t}}async _getNonceOnce(){if(!this.api)throw new v("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(Dc(),{address:t,token:this.captchaToken})).nonce}async buildSiweMessage(){if(!this.api)throw new v("Auth flow has no API instance");let t=this.wallet.address,o=this.wallet.chainId.replace("eip155:","");return this.nonce||(this.nonce=await this.getNonceOnce.execute()),this.preparedMessage=this.prepareMessage(o,t,this.nonce),this.preparedMessage}prepareMessage(t,o,r){let n=window.location.host,i=window.location.origin,a="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",l=new Date().toISOString();return this.createSiweMessage(t,o,n,i,l,r,a)}};var lr=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new v("phone number and sms code must be set prior to calling authenticate.");try{let t=Yc(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.user,token:o.token,refresh_token:o.refresh_token,is_new_user:o.is_new_user}}catch(t){throw ae(t)}}async link(){if(!this.api)throw new v("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new v("phone number and sms code must be set prior to calling authenticate.");try{let t=Jc();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw ae(t)}}async sendSmsCode(t,o){if(!this.api)throw new v("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new v("phone nNumber must be set when initialzing authentication.");try{let r=Kc();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw ae(r)}}};import{v4 as ig}from"uuid";function Qe(e){return new Date(e*1e3)}function my(e){let t=[];for(let o of e){let r=o.type;switch(o.type){case"wallet":let n={address:o.address,type:o.type,verifiedAt:Qe(o.verified_at),chainType:"ethereum",chainId:o.chain_id,walletClient:o.wallet_client_type==="privy"?"privy":"unknown",walletClientType:o.wallet_client_type,connectorType:o.connector_type,recoveryMethod:o.recovery_method};t.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(a);break;case"google_oauth":let l={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(l);break;case"spotify_oauth":let s={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(s);break;case"twitter_oauth":let c={subject:o.subject,username:o.username,name:o.name,type:o.type,profilePictureUrl:o.profile_picture_url,verifiedAt:Qe(o.verified_at)};t.push(c);break;case"discord_oauth":let u={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(u);break;case"github_oauth":let m={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(m);break;case"tiktok_oauth":let h={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(h);break;case"linkedin_oauth":let y={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(y);break;case"apple_oauth":let C={subject:o.subject,email:o.email,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(C);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:Qe(o.verified_at)});break;case"farcaster":let E={type:o.type,fid:o.fid,ownerAddress:o.owner_address,displayName:o.display_name,username:o.username,bio:o.bio,pfp:o.profile_picture_url,url:o.homepage_url,verifiedAt:Qe(o.verified_at)};t.push(E);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return t}function Ct(e,t){return e.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),e.find(o=>o.type===t)}var pe=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,fy=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),bt=(e,t)=>t==="all-users"&&!pe(e)||t==="users-without-wallets"&&!fy(e)?.length;function pt(e){if(!e)return null;let t=my(e.linked_accounts),o=Ct(t,"wallet"),r=Ct(t,"email"),n=Ct(t,"phone"),i=Ct(t,"google_oauth"),a=Ct(t,"twitter_oauth"),l=Ct(t,"discord_oauth"),s=Ct(t,"github_oauth"),c=Ct(t,"spotify_oauth"),u=Ct(t,"tiktok_oauth"),m=Ct(t,"linkedin_oauth"),h=Ct(t,"apple_oauth"),y=Ct(t,"farcaster"),C=e.mfa_methods.map(({type:P,verified_at:b})=>({type:P,verifiedAt:Qe(b)}));return{id:e.id,createdAt:Qe(e.created_at),linkedAccounts:t,email:r&&{address:r?.address},phone:n&&{number:n?.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient,walletClientType:o.walletClientType,connectorType:o.connectorType,recoveryMethod:o.recoveryMethod},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:a&&{subject:a.subject,username:a.username,name:a.name,profilePictureUrl:a.profilePictureUrl},discord:l&&{subject:l.subject,username:l.username,email:l.email},github:s&&{subject:s.subject,username:s.username,name:s.name,email:s.email},spotify:c&&{subject:c.subject,email:c.email,name:c.name},tiktok:u&&{subject:u.subject,username:u.username,name:u.name},linkedin:m&&{subject:m.subject,name:m.name,email:m.email},apple:h&&{subject:h.subject,email:h.email},farcaster:y&&{fid:y.fid,ownerAddress:y.ownerAddress,displayName:y.displayName,username:y.username,bio:y.bio,pfp:y.pfp,url:y.url},mfaMethods:C.map(P=>P.type),hasAcceptedTerms:e.has_accepted_terms??!1}}import{getAddress as xp}from"@ethersproject/address";import tg from"eventemitter3";function Sd(){let e=window,t=e.ethereum;if(!t)return[];let o=[];if(t.providers?.length)for(let r of t.providers)r&&o.push(r);return o.push(e.ethereum),o}var Ui=e=>{if(e.isApexWallet)return"Apex Wallet";if(e.isAvalanche)return"Core Wallet";if(e.isBackpack)return"Backpack";if(e.isBifrost)return"Bifrost Wallet";if(e.isBitKeep)return"BitKeep";if(e.isBitski)return"Bitski";if(e.isBlockWallet)return"BlockWallet";if(e.isBraveWallet)return"Brave Wallet";if(e.isClover)return"Clover";if(e.isCoin98)return"Coin98 Wallet";if(e.isCoinbaseWallet)return"Coinbase Wallet";if(e.isDawn)return"Dawn Wallet";if(e.isDefiant)return"Defiant";if(e.isDesig)return"Desig Wallet";if(e.isEnkrypt)return"Enkrypt";if(e.isExodus)return"Exodus";if(e.isFordefi)return"Fordefi";if(e.isFrame)return"Frame";if(e.isFrontier)return"Frontier Wallet";if(e.isGamestop)return"GameStop Wallet";if(e.isHaqqWallet)return"HAQQ Wallet";if(e.isHyperPay)return"HyperPay Wallet";if(e.isImToken)return"ImToken";if(e.isHaloWallet)return"Halo Wallet";if(e.isKuCoinWallet)return"KuCoin Wallet";if(e.isMathWallet)return"MathWallet";if(e.isNovaWallet)return"Nova Wallet";if(e.isOkxWallet||e.isOKExWallet)return"OKX Wallet";if(e.isOneInchIOSWallet||e.isOneInchAndroidWallet)return"1inch Wallet";if(e.isOneKey)return"OneKey Wallet";if(e.isOpera)return"Opera";if(e.isPhantom)return"Phantom";if(e.isPortal)return"Ripio Portal";if(e.isRabby)return"Rabby Wallet";if(e.isRainbow)return"Rainbow";if(e.isSafePal)return"SafePal Wallet";if(e.isStatus)return"Status";if(e.isSubWallet)return"SubWallet";if(e.isTalisman)return"Talisman";if(e.isTally||e.isTaho)return"Taho";if(e.isTokenPocket)return"TokenPocket";if(e.isTokenary)return"Tokenary";if(e.isTrust||e.isTrustWallet)return"Trust Wallet";if(e.isTTWallet)return"TTWallet";if(e.isXDEFI)return"XDEFI Wallet";if(e.isZeal)return"Zeal";if(e.isZerion)return"Zerion";if(e.isMetaMask)return"MetaMask"};var zs=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||Ui(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!zs(o))return!1}return!0},No=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),_d=()=>{let e=window;if(!e.ethereum)return!1;if(e.ethereum.isCoinbaseWallet)return!0;if(e.ethereum.providers){for(let t of e.ethereum.providers)if(t&&t.isCoinbaseWallet)return!0}return!1};var Ad=(e,t)=>{let o=[],r=[];for(let[n,i]of e.entries())n<t?o.push(i):r.push(i);return[o,r]},Fi=e=>!!String(e).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/),kd=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},Lo=(e,t=3,o=4)=>{if(!e)return"";let r=2,n=3;if(t+o+r+n>=e.length)return e;let i=e.slice(0,r+t),a=e.slice(e.length-o,e.length);return`${i}...${a}`},$s=e=>new Promise(t=>setTimeout(t,e));function Rd(e,{interval:t=100,timeout:o=5e3}={}){return new Promise((r,n)=>{let i=0,a,l=()=>{if(i>=o){n("Max attempts reached without result");return}if(a=e(),i+=t,a!=null){r(a);return}setTimeout(l,t)};l()})}var Id=(e,t={})=>{let o=t.delayMs||150,r=t.maxAttempts||270;return new Promise(async(n,i)=>{let a=!1,l=0;for(;!a&&l<r;){if(t.abortSignal?.aborted)return;e().then(()=>{a=!0,n()},(...s)=>{a=!0,i(...s)}),l+=1,await $s(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},Bi=(e,t,o={})=>{let r=new URL(t,e);for(let[n,i]of Object.entries(o))r.searchParams.set(n,i);return r.href};var qs=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),cr=e=>typeof e=="string"?e:"0x"+e.toString(16);async function Md(e,t,o=3e3){let r=!1,n=window;return new Promise(i=>{n.ethereum?a():(window.addEventListener("ethereum#initialized",a,{once:!0}),setTimeout(()=>{a()},o));function a(){if(r)return;r=!0,window.removeEventListener("ethereum#initialized",a);let l=e.getProviders(),s=[];for(let c of l)t.includes("coinbase_wallet")&&c.info.rdns==="com.coinbase.wallet"||s.push({type:c.info.name.toLowerCase().replace(/\s/g,"_"),eip6963InjectedProvider:c});for(let c of Sd()){let u=Ui(c);if(!l.some(m=>m.info.name===u)){if(zs(c,!0)&&!s.find(m=>m.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:c});continue}if(u==="Phantom"&&!s.find(m=>m.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:c});continue}s.find(m=>m.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:c})}}i(s)}})}function Lr(e){return`eip155:${String(Number(e))}`}var Dt=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new Y(`Unsupported chainId ${e}`,4901);let i;if(n.rpcUrls.privyWalletOverride&&n.rpcUrls.privyWalletOverride.http[0]?i=n.rpcUrls.privyWalletOverride.http[0]:o.rpcUrls&&o.rpcUrls[r]?i=o.rpcUrls[r]:n.rpcUrls.infura?.http[0]?i=n.rpcUrls.infura.http[0]+"/"+Mi:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+ud:i=n.rpcUrls.default?.http[0],!i)throw new Y(`No RPC url found for ${e}`);return i},Wd=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new Y(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url},Hi=e=>{let t={name:"string",version:"string",chainId:"uint256",verifyingContract:"address",salt:"bytes32"},o=Object.entries(e.domain).map(([r,n])=>{if(n!=null&&typeof r=="string"&&r in t)return{name:r,type:t[r]}}).filter(r=>r!==void 0);return{...e,types:{...e.types,EIP712Domain:o}}};import Py from"@coinbase/wallet-sdk";import{jsx as Nd,jsxs as hy}from"react/jsx-runtime";var Mn=({style:e,...t})=>hy("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[Nd("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),Nd("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});import{getAddress as Xt}from"@ethersproject/address";import{Web3Provider as Hd}from"@ethersproject/providers";import{default as Ey}from"eventemitter3";import{StaticJsonRpcProvider as Od}from"@ethersproject/providers";import by from"eventemitter3";var yy=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],Ld=e=>yy.includes(e);import{ErrorCode as gy}from"@ethersproject/logger";var Or=class extends Y{constructor(){super("Wallet timeout");this.type="wallet_error"}},Dr=class extends Y{constructor(){super("User rejected connection");this.type="wallet_error"}},Ut=e=>{if(e instanceof Y)return e;if(e?.code&&e?.reason){let t=new Ue(e);return e.code===gy.ACTION_REJECTED&&(t.details=at.E4001_USER_REJECTED_REQUEST),t}return e?.code?new Ue(e):new Y("Unknown connector error",e)},Qt=class extends De{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Ue=class extends Qt{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(at).find(i=>i.eipCode===r.code);this.details=n||at.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=at.E32002_CONNECTION_ALREADY_PENDING:this.details=at.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=at.E32002_WALLET_LOCKED))}},vy={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0},ERROR_USER_REJECTED_CONNECTION:{message:"You rejected the request",detail:"Please try connecting again.",retryable:!0}},wy={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},Cy={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}},at={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Cy,...wy},wo={...vy,...at};var ue=class{constructor(t,o){this.removeListener=(t,o)=>{if(this.walletProvider)try{return this.walletProvider.removeListener(t,o)}catch{console.warn("Unable to remove wallet provider listener")}};this.walletTimeout=(t=new Or,o=this.rpcTimeoutDuration)=>new Promise((r,n)=>setTimeout(()=>{n(t)},o));this.setWalletProvider=t=>{this.walletProvider&&this._subscriptions.forEach(o=>{this.removeListener(o.eventName,o.listener)}),this.walletProvider=t,this._subscriptions.forEach(o=>{this.walletProvider?.on(o.eventName,o.listener)})};this.walletProvider=t,this.rpcTimeoutDuration=o||ar,this._subscriptions=[]}on(t,o){if(this.walletProvider)return this.walletProvider.on(t,o);this._subscriptions.push({eventName:t,listener:o})}async request(t){if(!this.walletProvider)throw new Y(`A wallet request of type ${t.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(t),this.walletTimeout()]).catch(o=>{throw Ut(o)})}},Oo=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},Gi=class extends by{constructor(o,r,n,i,a=1){super();this.walletProxy=o,this.address=r,this.chainId=a,this.rpcConfig=n,this.chains=i,this.provider=new Od(Dt(a,this.chains,n)),this.rpcTimeoutDuration=Ur(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new Oo(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await ke()||!this.address)throw new Oo("Disconnected",4900);return(await Fd(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new Oo(`Invalid params for ${o.method}`,4200);let r;if(typeof o.params[0]=="string")r=o.params[0];else if("chainId"in o.params[0]&&typeof o.params[0].chainId=="string")r=o.params[0].chainId;else throw new Oo(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new Od(Dt(this.chainId,this.chains,this.rpcConfig)),this.emit("chainChanged",r)}async handlePersonalSign(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for personal_sign");let r=o.params[0];return await Dd(r)}async handleSignedTypedData(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_signTypedData_v4");let r=typeof o.params[1]=="string"?JSON.parse(o.params[1]):o.params[1];return await Ud(Hi(r))}async handleEstimateGas(o){if(!o.params||!Array.isArray(o.params))throw new Error("Invalid params for eth_estimateGas");delete o.params[0].gasPrice,delete o.params[0].maxFeePerGas,delete o.params[0].maxPriorityFeePerGas;let r={...o.params[0],chainId:cr(this.chainId)};try{return await this.provider.send("eth_estimateGas",[r])}catch{return delete r.from,await this.provider.send("eth_estimateGas",[r])}}async request(o){switch(console.debug("Embedded1193Provider.request() called with args",o),o.method){case"eth_accounts":case"eth_requestAccounts":return this.address?[this.address]:[];case"eth_chainId":return cr(this.chainId);case"eth_estimateGas":return this.handleEstimateGas(o);case"eth_sendTransaction":return this.handleSendTransaction(o);case"wallet_switchEthereumChain":return this.handleSwitchEthereumChain(o);case"personal_sign":return this.handlePersonalSign(o);case"eth_signTypedData_v4":return this.handleSignedTypedData(o);default:break}if(Ld(o.method)){let r=await ke();if(await Bd(),!r||!this.address)throw new Oo("Disconnected",4900);try{return(await this.walletProxy.rpc({address:this.address,accessToken:r,request:{method:o.method,params:o.params}})).response.data}catch(n){throw console.error(n),new Oo("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await ke();if(!o||!this.address)return null;try{return(await this.walletProxy.connect({address:this.address,accessToken:o})).address}catch(r){return console.error(r),null}}},Zt=class extends ue{constructor(o){super(o,o.rpcTimeoutDuration)}},Do=class extends ue{constructor(t){super(t,t.rpcTimeoutDuration)}sendAsync(t,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var Ty=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},st=class extends Ey{constructor(o,r,n,i){super();this.onAccountsChanged=o=>{o.length===0?this.onDisconnect():this.syncAccounts(o)};this.onChainChanged=o=>{this.wallets.forEach(r=>{r.chainId=Lr(o),this.walletClientType==="privy"&&ne.put(Oi(r.address),o)}),this.emit("walletsUpdated")};this.onDisconnect=()=>{this.connected=!1,this.wallets=[],this.emit("walletsUpdated")};this.onConnect=()=>{this.connected=!0,this.syncAccounts()};this.wallets=[],this.walletClientType=o,this.chains=r,this.defaultChain=n,this.rpcConfig=i,this.rpcTimeoutDuration=Ur(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r,n){let i=async()=>!!this.wallets.find(a=>Xt(a.address)===Xt(o));return{address:Xt(o),chainId:r,meta:n,switchChain:async a=>{if(!i)throw new Y("Wallet is not currently connected.");let l=this.wallets.find(h=>Xt(h.address)===Xt(o))?.chainId;if(!l)throw new Y("Unable to determine current chainId.");let s,c;if(typeof a=="number"?(s=`0x${a.toString(16)}`,c=a):(s=a,c=Number(a)),l===Lr(s))return;let u=this.chains.find(h=>h.id===c);if(!u)throw new Y(`Unsupported chainId: ${a}`);let m=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await m()}catch(h){if(Ty(h,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:s,chainName:u.name,nativeCurrency:u.nativeCurrency,rpcUrls:[u.rpcUrls.default?.http[0]??""],blockExplorerUrls:[u.blockExplorers?.default.url??""]}]}),m();throw this.walletClientType==="rainbow"&&h.message?.includes("wallet_switchEthereumChain")?new Y(`Rainbow does not support the chainId ${r}`):h}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:i,getEthereumProvider:async()=>{if(!await i())throw new Y("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await i())throw new Y("Wallet is not currently connected.");return new Hd(new Zt(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await i())throw new Y("Wallet is not currently connected.");return new Do(this.proxyProvider)},sign:async a=>{if(!await i())throw new Y("Wallet is not currently connected.");return await this.sign(a)},disconnect:()=>{this.disconnect()}}}async syncAccounts(o){let r=o;try{if(r===void 0){let c=await this.proxyProvider.request({method:"eth_accounts"});Array.isArray(c)&&(r=c)}}catch{console.warn("Wallet did not respond to eth_accounts. Defaulting to prefetched accounts.")}if(!r||!Array.isArray(r)||r.length<=0||!r[0])return;let n=r[0],i=Xt(n),a=[],l;if(this.walletClientType==="privy"){let c=ne.get(Oi(i));this.chains.find(u=>u.id===Number(c))||(ne.del(Oi(i)),c=null),l=c||`0x${this.defaultChain.id.toString(16)}`;try{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})}catch{console.warn(`Unable to switch embedded wallet to chain ID ${l} on initialization`)}}else try{let c=await this.proxyProvider.request({method:"eth_chainId"});if(typeof c=="string")l=c;else if(typeof c=="number")l=`0x${c.toString(16)}`;else throw new Error("Invalid chainId returned from provider")}catch(c){console.warn(`Failed to get chainId from provider, defaulting to ${Hs}`,c),l=Hs}let s=Lr(l);if(!a.find(c=>Xt(c.address)===i)){let c={name:this.walletBranding.name,icon:typeof this.walletBranding.icon=="string"?this.walletBranding.icon:void 0,id:this.walletBranding.id};a.push(this.buildConnectedWallet(Xt(n),s,c))}Vi(a,this.wallets)||(this.wallets=a,this.emit("walletsUpdated"))}async getConnectedWallet(){let o=await this.proxyProvider.request({method:"eth_accounts"});return this.wallets.sort((r,n)=>n.connectedAt-r.connectedAt).find(r=>o.find(n=>Xt(n)===Xt(r.address)))||null}async isConnected(){let o=await this.proxyProvider.request({method:"eth_accounts"});return Array.isArray(o)&&o.length>0}async sign(o){return await this.connect({showPrompt:!1}),new Hd(new Zt(this.proxyProvider)).getSigner().signMessage(o)}subscribeListeners(){this.proxyProvider.on("accountsChanged",this.onAccountsChanged),this.proxyProvider.on("chainChanged",this.onChainChanged),this.proxyProvider.on("disconnect",this.onDisconnect),this.proxyProvider.on("connect",this.onConnect)}unsubscribeListeners(){this.proxyProvider.removeListener("accountsChanged",this.onAccountsChanged),this.proxyProvider.removeListener("chainChanged",this.onChainChanged),this.proxyProvider.removeListener("disconnect",this.onDisconnect),this.proxyProvider.removeListener("connect",this.onConnect)}};var xy=e=>{let t=`https://mainnet.infura.io/v3/${Mi}`,o=1;return e.makeWeb3Provider(t,o)},zi,$i=class extends st{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new ue(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),zi||(zi=new Py({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(xy(zi)),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){zi.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Mn,id:"com.coinbase.wallet"}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new Y("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw Ut(o)}}};import{jsx as Gd}from"react/jsx-runtime";var qi=({...e})=>Gd("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:Gd("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.37126 11.0323C2.37126 12.696 3.90598 13.4421 5.40654 13.4468C8.91753 13.4468 12.8021 11.2897 12.7819 7.67984C12.7673 5.07728 10.3748 2.86167 7.54357 2.88296C4.8495 2.88296 2.21821 4.6411 2.21803 7.03628C2.21803 7.67951 2.58722 8.30178 3.55231 8.37184C2.74763 9.16826 2.37126 10.1225 2.37126 11.0323ZM7.55283 8.68012C8.11562 8.68012 8.57186 8.13217 8.57186 7.45624C8.57186 6.78032 8.11562 6.23237 7.55283 6.23237C6.99003 6.23237 6.53379 6.78032 6.53379 7.45624C6.53379 8.13217 6.99003 8.68012 7.55283 8.68012ZM10.4747 8.68012C11.0375 8.68012 11.4937 8.13217 11.4937 7.45625C11.4937 6.78032 11.0375 6.23237 10.4747 6.23237C9.91186 6.23237 9.45562 6.78032 9.45562 7.45625C9.45562 8.13217 9.91186 8.68012 10.4747 8.68012Z",fill:e.color||"var(--privy-color-foreground-3)"})});var ji=class extends st{constructor(o,r,n,i){super("privy",r,n,i);this.connectorType="embedded";this.proxyProvider=o,this.subscribeListeners(),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return await this.isConnected()?(await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[cr(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:qi,id:"io.privy.wallet"}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as Vd}from"react/jsx-runtime";var Fr=({style:e,...t})=>Vd("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:Vd("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 17.25v1.007a3 3 0 01-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0115 18.257V17.25m6-12V15a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 15V5.25m18 0A2.25 2.25 0 0018.75 3H5.25A2.25 2.25 0 003 5.25m18 0V12a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 12V5.25"})});import{jsx as ut,jsxs as Sy}from"react/jsx-runtime";var Br=({style:e,...t})=>Sy("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",x:0,y:0,viewBox:"0 0 318.6 318.6",width:"28",height:"28",style:{height:"28px",width:"28px",...e},...t,children:[ut("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),ut("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),ut("path",{d:"m44.4 35.5 98.7 74.6-17.5-44.3zm193.9 171.3-26.5 40.6 56.7 15.6 16.3-55.3zm-204.4.9L50.1 263l56.7-15.6-26.5-40.6z",className:"s1 s2"}),ut("path",{d:"m103.6 138.2-15.8 23.9 56.3 2.5-2-60.5zm111.3 0-39-34.8-1.3 61.2 56.2-2.5zM106.8 247.4l33.8-16.5-29.2-22.8zm71.1-16.5 33.9 16.5-4.7-39.3z",className:"s1 s2"}),ut("path",{fill:"#d7c1b3",stroke:"#d7c1b3",className:"s1",d:"m211.8 247.4-33.9-16.5 2.7 22.1-.3 9.3zm-105 0 31.5 14.9-.2-9.3 2.5-22.1z"}),ut("path",{fill:"#233447",stroke:"#233447",className:"s1",d:"m138.8 193.5-28.2-8.3 19.9-9.1zm40.9 0 8.3-17.4 20 9.1z"}),ut("path",{fill:"#cd6116",stroke:"#cd6116",className:"s1",d:"m106.8 247.4 4.8-40.6-31.3.9zM207 206.8l4.8 40.6 26.5-39.7zm23.8-44.7-56.2 2.5 5.2 28.9 8.3-17.4 20 9.1zm-120.2 23.1 20-9.1 8.2 17.4 5.3-28.9-56.3-2.5z"}),ut("path",{fill:"#e4751f",stroke:"#e4751f",className:"s1",d:"m87.8 162.1 23.6 46-.8-22.9zm120.3 23.1-1 22.9 23.7-46zm-64-20.6-5.3 28.9 6.6 34.1 1.5-44.9zm30.5 0-2.7 18 1.2 45 6.7-34.1z"}),ut("path",{d:"m179.8 193.5-6.7 34.1 4.8 3.3 29.2-22.8 1-22.9zm-69.2-8.3.8 22.9 29.2 22.8 4.8-3.3-6.6-34.1z",className:"s3"}),ut("path",{fill:"#c0ad9e",stroke:"#c0ad9e",className:"s1",d:"m180.3 262.3.3-9.3-2.5-2.2h-37.7l-2.3 2.2.2 9.3-31.5-14.9 11 9 22.3 15.5h38.3l22.4-15.5 11-9z"}),ut("path",{fill:"#161616",stroke:"#161616",className:"s1",d:"m177.9 230.9-4.8-3.3h-27.7l-4.8 3.3-2.5 22.1 2.3-2.2h37.7l2.5 2.2z"}),ut("path",{fill:"#763d16",stroke:"#763d16",className:"s1",d:"m278.3 114.2 8.5-40.8-12.7-37.9-96.2 71.4 37 31.3 52.3 15.3 11.6-13.5-5-3.6 8-7.3-6.2-4.8 8-6.1zM31.8 73.4l8.5 40.8-5.4 4 8 6.1-6.1 4.8 8 7.3-5 3.6 11.5 13.5 52.3-15.3 37-31.3-96.2-71.4z"}),ut("path",{d:"m267.2 153.5-52.3-15.3 15.9 23.9-23.7 46 31.2-.4h46.5zm-163.6-15.3-52.3 15.3-17.4 54.2h46.4l31.1.4-23.6-46zm71 26.4 3.3-57.7 15.2-41.1h-67.5l15 41.1 3.5 57.7 1.2 18.2.1 44.8h27.7l.2-44.8z",className:"s3"})]});import{jsx as zd,jsxs as _y}from"react/jsx-runtime";var eo=({style:e,...t})=>_y("svg",{xmlns:"http://www.w3.org/2000/svg",width:"108",height:"108",viewBox:"0 0 108 108",fill:"none",style:{height:"28px",width:"28px",...e},...t,children:[zd("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),zd("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M46.5267 69.9229C42.0054 76.8509 34.4292 85.6182 24.348 85.6182C19.5824 85.6182 15 83.6563 15 75.1342C15 53.4305 44.6326 19.8327 72.1268 19.8327C87.768 19.8327 94 30.6846 94 43.0079C94 58.8258 83.7355 76.9122 73.5321 76.9122C70.2939 76.9122 68.7053 75.1342 68.7053 72.314C68.7053 71.5783 68.8275 70.7812 69.0719 69.9229C65.5893 75.8699 58.8685 81.3878 52.5754 81.3878C47.993 81.3878 45.6713 78.5063 45.6713 74.4598C45.6713 72.9884 45.9768 71.4556 46.5267 69.9229ZM83.6761 42.5794C83.6761 46.1704 81.5575 47.9658 79.1875 47.9658C76.7816 47.9658 74.6989 46.1704 74.6989 42.5794C74.6989 38.9885 76.7816 37.1931 79.1875 37.1931C81.5575 37.1931 83.6761 38.9885 83.6761 42.5794ZM70.2103 42.5795C70.2103 46.1704 68.0916 47.9658 65.7216 47.9658C63.3157 47.9658 61.233 46.1704 61.233 42.5795C61.233 38.9885 63.3157 37.1931 65.7216 37.1931C68.0916 37.1931 70.2103 38.9885 70.2103 42.5795Z",fill:"#FFFDF8"})]});var Gr=class extends st{constructor(o,r,n,i,a){super(a||"unknown",o,r,n);this.connectorType="injected";this.proxyProvider=new ue(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.providerDetail=i;let l=i.provider;this.proxyProvider.setWalletProvider(l),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return{name:this.providerDetail.info.name,icon:this.providerDetail.info.icon,id:this.providerDetail.info.rdns}}disconnect(){console.warn(`Programmatic disconnect with ${this.providerDetail.info.name} is not yet supported.`)}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new Y("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Ut(o)}}},Hr,Vr=class extends st{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";xi(this,Hr,void 0);this.proxyProvider=new ue(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0}),a==="metamask"?Ls(this,Hr,{name:"MetaMask",icon:Br,id:"io.metamask"}):a==="phantom"&&Ls(this,Hr,{name:"Phantom",icon:eo,id:"phantom"})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return Nc(this,Hr)??{name:"Browser Extension",icon:Fr,id:"extension"}}disconnect(){console.warn("Programmatic disconnect with browser wallets is not yet supported.")}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new Y("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw Ut(o)}}};Hr=new WeakMap;import{getAddress as gP}from"@ethersproject/address";import{Web3Provider as wP}from"@ethersproject/providers";import{isMobile as Ay}from"react-device-detect";var Ki=class extends Gr{disconnect(){console.warn("MetaMask does not support programmatic disconnect.")}async promptConnection(){try{Ay||await this.proxyProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let t=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!t||t.length===0||!t[0])throw new Y("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw Ut(t)}}};var Yi=class extends st{constructor(o,r){super(o,[],r,{});this.connectorType="null";this.proxyProvider=new ue(void 0,ar);this.connectorType=o}get walletBranding(){return{name:"Wallet",id:""}}async connect(){throw new Error("connect called for an uninstalled wallet via the NullConnector")}disconnect(){throw new Error("disconnect called for an uninstalled wallet via the NullConnector")}promptConnection(o){throw new Error(`promptConnection called for an uninstalled wallet via the NullConnector for ${o}`)}};var Ji=class extends Yi{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:eo,id:"phantom"}}};import{EthereumProvider as Qy,OPTIONAL_EVENTS as Zy,OPTIONAL_METHODS as Xy}from"@walletconnect/ethereum-provider";import{isMobile as eg}from"react-device-detect";import{createContext as Gy,useContext as Vy,useEffect as Js,useRef as zy,useState as $y}from"react";import{jsx as ky}from"react/jsx-runtime";function Qi({src:e,...t}){return ky("img",{src:e,...t,style:{display:"none"}})}import{useContext as cp,useEffect as lp,useMemo as Uy,useState as Fy}from"react";import{createContext as By}from"react";var Et={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:md,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var $d=({input:e})=>{if(!e||!e.primary[0])return;let t=[e.primary[0]],o=[];e.primary.length>4&&console.warn("You should not specify greater than 4 login methods in `input.primary.length`");for(let r of e.primary.slice(1))t.includes(r)?console.warn(`Duplicated login method: ${r}`):t.push(r);for(let r of e.overflow??[])!t.includes(r)&&!o.includes(r)?o.push(r):console.warn(`Duplicated login method: ${r}`);return{primary:t,overflow:o}};var Ry=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),Iy=e=>Ry.has(e),My=(e,t,o)=>o.indexOf(e)===t,qd=({input:e})=>e?e.filter(Iy).filter(My):Et.appearance.walletList;var Zi={id:42161,name:"Arbitrum One",network:"arbitrum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://arb-mainnet.g.alchemy.com/v2"],webSocket:["wss://arb-mainnet.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-mainnet.infura.io/v3"],webSocket:["wss://arbitrum-mainnet.infura.io/ws/v3"]},default:{http:["https://arb1.arbitrum.io/rpc"]},public:{http:["https://arb1.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://arbiscan.io"},default:{name:"Arbiscan",url:"https://arbiscan.io"}}};var Xi={id:421613,name:"Arbitrum Goerli",network:"arbitrum-goerli",nativeCurrency:{name:"Goerli Ether",symbol:"AGOR",decimals:18},rpcUrls:{alchemy:{http:["https://arb-goerli.g.alchemy.com/v2"],webSocket:["wss://arb-goerli.g.alchemy.com/v2"]},infura:{http:["https://arbitrum-goerli.infura.io/v3"],webSocket:["wss://arbitrum-goerli.infura.io/ws/v3"]},default:{http:["https://goerli-rollup.arbitrum.io/rpc"]},public:{http:["https://goerli-rollup.arbitrum.io/rpc"]}},blockExplorers:{etherscan:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"},default:{name:"Arbiscan",url:"https://goerli.arbiscan.io/"}},testnet:!0};var ea={id:421614,name:"Arbitrum Sepolia",network:"arbitrum-sepolia",nativeCurrency:{name:"Arbitrum Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://sepolia-rollup.arbitrum.io/rpc"]},public:{http:["https://sepolia-rollup.arbitrum.io/rpc"]}},blockExplorers:{default:{name:"Blockscout",url:"https://sepolia-explorer.arbitrum.io"}},testnet:!0};var jd={id:43114,name:"Avalanche",network:"avalanche",nativeCurrency:{decimals:18,name:"Avalanche",symbol:"AVAX"},rpcUrls:{default:{http:["https://api.avax.network/ext/bc/C/rpc"]},public:{http:["https://api.avax.network/ext/bc/C/rpc"]}},blockExplorers:{etherscan:{name:"SnowTrace",url:"https://snowtrace.io"},default:{name:"SnowTrace",url:"https://snowtrace.io"}}};var Kd={id:43113,name:"Avalanche Fuji",network:"avalanche-fuji",nativeCurrency:{decimals:18,name:"Avalanche Fuji",symbol:"AVAX"},rpcUrls:{default:{http:["https://api.avax-test.network/ext/bc/C/rpc"]},public:{http:["https://api.avax-test.network/ext/bc/C/rpc"]}},blockExplorers:{etherscan:{name:"SnowTrace",url:"https://testnet.snowtrace.io"},default:{name:"SnowTrace",url:"https://testnet.snowtrace.io"}},testnet:!0};var ta={id:8453,network:"base",name:"Base",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{blast:{http:["https://base-mainnet.blastapi.io"],webSocket:["wss://base-mainnet.blastapi.io"]},default:{http:["https://mainnet.base.org"]},public:{http:["https://mainnet.base.org"]}},blockExplorers:{etherscan:{name:"Basescan",url:"https://basescan.org"},default:{name:"Basescan",url:"https://basescan.org"}},testnet:!0};var oa={id:84531,network:"base-goerli",name:"Base Goerli Testnet",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{blast:{http:["https://base-goerli.blastapi.io"],webSocket:["wss://base-goerli.blastapi.io"]},default:{http:["https://goerli.base.org"]},public:{http:["https://goerli.base.org"]}},blockExplorers:{etherscan:{name:"Basescan",url:"https://goerli.basescan.org"},default:{name:"Basescan",url:"https://goerli.basescan.org"}},testnet:!0};var ra={id:84532,network:"base-sepolia",name:"Base Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://sepolia.base.org"]},public:{http:["https://sepolia.base.org"]}},blockExplorers:{default:{name:"Blockscout",url:"https://base-sepolia.blockscout.com"}},testnet:!0};var Yd={id:42220,name:"Celo Mainnet",network:"celo",nativeCurrency:{decimals:18,name:"CELO",symbol:"CELO"},rpcUrls:{default:{http:["https://forno.celo.org"]},infura:{http:["https://celo-mainnet.infura.io/v3"]},public:{http:["https://forno.celo.org"]}},blockExplorers:{default:{name:"Celo Explorer",url:"https://explorer.celo.org/mainnet"},etherscan:{name:"CeloScan",url:"https://celoscan.io"}},testnet:!1};var Jd={id:44787,name:"Celo Alfajores Testnet",network:"celo-alfajores",nativeCurrency:{decimals:18,name:"CELO",symbol:"CELO"},rpcUrls:{default:{http:["https://alfajores-forno.celo-testnet.org"]},infura:{http:["https://celo-alfajores.infura.io/v3"]},public:{http:["https://alfajores-forno.celo-testnet.org"]}},blockExplorers:{default:{name:"Celo Explorer",url:"https://explorer.celo.org/alfajores"},etherscan:{name:"CeloScan",url:"https://alfajores.celoscan.io/"}},testnet:!0};var Qd={id:314,name:"Filecoin - Mainnet",network:"filecoin-mainnet",nativeCurrency:{decimals:18,name:"filecoin",symbol:"FIL"},rpcUrls:{default:{http:["https://api.node.glif.io/rpc/v1"]},public:{http:["https://api.node.glif.io/rpc/v1"]}},blockExplorers:{default:{name:"Filfox",url:"https://filfox.info/en"},filscan:{name:"Filscan",url:"https://filscan.io"},filscout:{name:"Filscout",url:"https://filscout.io/en"},glif:{name:"Glif",url:"https://explorer.glif.io"}}};var Zd={id:314159,name:"Filecoin - Calibration testnet",network:"filecoin-calibration",nativeCurrency:{decimals:18,name:"testnet filecoin",symbol:"tFIL"},rpcUrls:{default:{http:["https://api.calibration.node.glif.io/rpc/v1"]},public:{http:["https://api.calibration.node.glif.io/rpc/v1"]}},blockExplorers:{default:{name:"Filscan",url:"https://calibration.filscan.io"}}};var Xd={id:5,network:"goerli",name:"Goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://eth-goerli.g.alchemy.com/v2"],webSocket:["wss://eth-goerli.g.alchemy.com/v2"]},infura:{http:["https://goerli.infura.io/v3"],webSocket:["wss://goerli.infura.io/ws/v3"]},default:{http:["https://rpc.ankr.com/eth_goerli"]},public:{http:["https://rpc.ankr.com/eth_goerli"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli.etherscan.io"},default:{name:"Etherscan",url:"https://goerli.etherscan.io"}},testnet:!0};var ep={id:17e3,name:"Holesky",network:"holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://ethereum-holesky.publicnode.com"]},public:{http:["https://ethereum-holesky.publicnode.com"]}},blockExplorers:{etherscan:{name:"EtherScan",url:"https://holesky.etherscan.io"},default:{name:"EtherScan",url:"https://holesky.etherscan.io"}}};var tp={id:59144,network:"linea-mainnet",name:"Linea Mainnet",nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{infura:{http:["https://linea-mainnet.infura.io/v3"],webSocket:["wss://linea-mainnet.infura.io/ws/v3"]},default:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]},public:{http:["https://rpc.linea.build"],webSocket:["wss://rpc.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://lineascan.build"},etherscan:{name:"Etherscan",url:"https://lineascan.build"}},testnet:!1};var op={id:59140,network:"linea-testnet",name:"Linea Goerli Testnet",nativeCurrency:{name:"Linea Ether",symbol:"ETH",decimals:18},rpcUrls:{infura:{http:["https://linea-goerli.infura.io/v3"],webSocket:["wss://linea-goerli.infura.io/ws/v3"]},default:{http:["https://rpc.goerli.linea.build"],webSocket:["wss://rpc.goerli.linea.build"]},public:{http:["https://rpc.goerli.linea.build"],webSocket:["wss://rpc.goerli.linea.build"]}},blockExplorers:{default:{name:"Etherscan",url:"https://goerli.lineascan.build"},etherscan:{name:"Etherscan",url:"https://goerli.lineascan.build"}},testnet:!0};var na={id:1,network:"homestead",name:"Ethereum",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://eth-mainnet.g.alchemy.com/v2"],webSocket:["wss://eth-mainnet.g.alchemy.com/v2"]},infura:{http:["https://mainnet.infura.io/v3"],webSocket:["wss://mainnet.infura.io/ws/v3"]},default:{http:["https://cloudflare-eth.com"]},public:{http:["https://cloudflare-eth.com"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://etherscan.io"},default:{name:"Etherscan",url:"https://etherscan.io"}}};var ia={id:10,name:"OP Mainnet",network:"optimism",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-mainnet.g.alchemy.com/v2"],webSocket:["wss://opt-mainnet.g.alchemy.com/v2"]},infura:{http:["https://optimism-mainnet.infura.io/v3"],webSocket:["wss://optimism-mainnet.infura.io/ws/v3"]},default:{http:["https://mainnet.optimism.io"]},public:{http:["https://mainnet.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://optimistic.etherscan.io"},default:{name:"Optimism Explorer",url:"https://explorer.optimism.io"}}};var aa={id:420,name:"Optimism Goerli Testnet",network:"optimism-goerli",nativeCurrency:{name:"Goerli Ether",symbol:"ETH",decimals:18},rpcUrls:{alchemy:{http:["https://opt-goerli.g.alchemy.com/v2"],webSocket:["wss://opt-goerli.g.alchemy.com/v2"]},infura:{http:["https://optimism-goerli.infura.io/v3"],webSocket:["wss://optimism-goerli.infura.io/ws/v3"]},default:{http:["https://goerli.optimism.io"]},public:{http:["https://goerli.optimism.io"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"},default:{name:"Etherscan",url:"https://goerli-optimism.etherscan.io"}},testnet:!0};var sa={id:11155420,name:"Optimism Sepolia",network:"optimism-sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://sepolia.optimism.io"]},public:{http:["https://sepolia.optimism.io"]},infura:{http:["https://optimism-sepolia.infura.io/v3"]}},blockExplorers:{default:{name:"Blockscout",url:"https://optimism-sepolia.blockscout.com"}},testnet:!0};var Wn={id:137,name:"Polygon Mainnet",network:"matic",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mainnet.g.alchemy.com/v2"],webSocket:["wss://polygon-mainnet.g.alchemy.com/v2"]},infura:{http:["https://polygon-mainnet.infura.io/v3"],webSocket:["wss://polygon-mainnet.infura.io/ws/v3"]},default:{http:["https://polygon-rpc.com"]},public:{http:["https://polygon-rpc.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://polygonscan.com"},default:{name:"PolygonScan",url:"https://polygonscan.com"}}};var Nn={id:80001,name:"Mumbai",network:"maticmum",nativeCurrency:{name:"MATIC",symbol:"MATIC",decimals:18},rpcUrls:{alchemy:{http:["https://polygon-mumbai.g.alchemy.com/v2"],webSocket:["wss://polygon-mumbai.g.alchemy.com/v2"]},infura:{http:["https://polygon-mumbai.infura.io/v3"],webSocket:["wss://polygon-mumbai.infura.io/ws/v3"]},default:{http:["https://matic-mumbai.chainstacklabs.com"]},public:{http:["https://matic-mumbai.chainstacklabs.com"]}},blockExplorers:{etherscan:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"},default:{name:"PolygonScan",url:"https://mumbai.polygonscan.com"}},testnet:!0};var rp={id:17001,name:"Redstone Holesky",network:"redstone-holesky",nativeCurrency:{name:"ETH",symbol:"ETH",decimals:18},rpcUrls:{default:{http:["https://rpc.holesky.redstone.xyz"]},public:{http:["https://rpc.holesky.redstone.xyz"]}},blockExplorers:{etherscan:{name:"EtherScan",url:"https://explorer.holesky.redstone.xyz"},default:{name:"EtherScan",url:"https://explorer.holesky.redstone.xyz"}}};var np={id:11155111,network:"sepolia",name:"Sepolia",nativeCurrency:{name:"Sepolia Ether",symbol:"SEP",decimals:18},rpcUrls:{alchemy:{http:["https://eth-sepolia.g.alchemy.com/v2"],webSocket:["wss://eth-sepolia.g.alchemy.com/v2"]},infura:{http:["https://sepolia.infura.io/v3"],webSocket:["wss://sepolia.infura.io/ws/v3"]},default:{http:["https://rpc.sepolia.org"]},public:{http:["https://rpc.sepolia.org"]}},blockExplorers:{etherscan:{name:"Etherscan",url:"https://sepolia.etherscan.io"},default:{name:"Etherscan",url:"https://sepolia.etherscan.io"}},testnet:!0};var la={id:7777777,name:"Zora",network:"zora",nativeCurrency:{decimals:18,name:"Ether",symbol:"ETH"},rpcUrls:{default:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]},public:{http:["https://rpc.zora.energy"],webSocket:["wss://rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://explorer.zora.energy"}}};var ca={id:999999999,name:"Zora Sepolia",network:"zora-sepolia",nativeCurrency:{decimals:18,name:"Zora Sepolia",symbol:"ETH"},rpcUrls:{default:{http:["https://sepolia.rpc.zora.energy"],webSocket:["wss://sepolia.rpc.zora.energy"]},public:{http:["https://sepolia.rpc.zora.energy"],webSocket:["wss://sepolia.rpc.zora.energy"]}},blockExplorers:{default:{name:"Zora Sepolia Explorer",url:"https://sepolia.explorer.zora.energy/"}},testnet:!0};var da={id:999,name:"Zora Goerli Testnet",network:"zora-testnet",nativeCurrency:{decimals:18,name:"Zora Goerli",symbol:"ETH"},rpcUrls:{default:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]},public:{http:["https://testnet.rpc.zora.energy"],webSocket:["wss://testnet.rpc.zora.energy"]}},blockExplorers:{default:{name:"Explorer",url:"https://testnet.explorer.zora.energy"}},testnet:!0};var Ln=[Zi,Xi,ea,Xd,np,na,ia,aa,sa,Wn,Nn,Yd,Jd,Qd,Zd,ta,oa,ra,tp,op,jd,Kd,la,da,ca,ep,rp],Fx=new Set(Ln.map(e=>e.id));import dr from"tinycolor2";var ip="#FFFFFF",Wy="#000000",Ny=ip,Ly="#1E1E1D";function Oy(e){return e<.8&&e>.2&&console.warn("Background color is not light or dark enough, which could lead to accessibility issues."),e>.5?"light":"dark"}function Uo(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return dr({...e.toHsl(),l:o})}function ap({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=ip,blackHex:a=Wy}){let l;switch(e){case"light":l=Ny;break;case"dark":l=Ly;break;default:l=e;break}let s=dr(l),c=dr(t),u=dr(o),m=dr(r),h=dr(n),y=Oy(s.getLuminance()),C=Uo(s,y==="light"?-.04:.11),E=Uo(s,y==="light"?-.88:.87),P=Uo(s,y==="light"?-.77:.75),b=Uo(s,y==="light"?-.43:.45).desaturate(y==="light"?60:20),A=Uo(s,y==="light"?-.08:.25).desaturate(y==="light"?60:20),R=Uo(c,.15),I=Uo(c,-.06),x=dr(c.getLuminance()>.5?a:i),L=Uo(u,-.16);return{colorScheme:y,background:s.toHslString(),background2:C.toHslString(),foreground:E.toHslString(),foreground2:P.toHslString(),foreground3:b.toHslString(),foreground4:A.toHslString(),accent:c.toHslString(),accentLight:R.toHslString(),accentDark:I.toHslString(),foregroundAccent:x.toHslString(),success:u.toHslString(),successDark:L.toHslString(),error:h.toHslString(),warn:m.toHslString()}}function js(e,t,o){let r=o?console.warn:()=>{},n=["google","twitter","discord","spotify","tiktok","linkedin","github","apple","farcaster"],i=t?.loginMethods?.filter(j=>n.includes(j)),a,l,s,c,u,m,h,y,C,E,P,b;t?.loginMethods?(a=t.loginMethods.includes("email"),l=t.loginMethods.includes("sms"),s=t.loginMethods.includes("wallet"),c=i?.includes("google"),u=i?.includes("twitter"),m=i?.includes("discord"),y=i?.includes("spotify"),h=i?.includes("tiktok"),E=i?.includes("github"),C=i?.includes("linkedin"),P=i?.includes("apple"),b=i?.includes("farcaster")):(a=e.emailAuth,l=e.smsAuth,s=e.walletAuth,c=e.googleOAuth,u=e.twitterOAuth,m=e.discordOAuth,E=e.githubOAuth,y=e.spotifyOAuth,h=e.tiktokOAuth,C=e.linkedinOAuth,P=e.appleOAuth,b=e.farcasterAuth);let A=[a,l].filter(Boolean),R=[c,u,m,E,y,h,C,P,b].filter(Boolean),I=[s].filter(Boolean);if(A.length+R.length+I.length===0)throw new Error("You must enable at least one login method");let x=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;x&&I.length===0?(r("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),x=!1):!x&&R.length+A.length===0&&(r("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),x=!0);let L=qd({isWalletLoginEnabled:s,input:t?.appearance?.walletList});t?.loginMethods&&t.loginMethodsAndOrder&&r("You should only configure one of `loginMethods` or `loginMethodsAndOrder`"),t?.appearance?.walletList&&t.loginMethodsAndOrder&&r("You should only configure one of `appearance.walletList` or `loginMethodsAndOrder`");let O=$d({input:t?.loginMethodsAndOrder}),F=t?.intl?.defaultCountry??"US",{chains:H,defaultChain:$}=Dy({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),D=!!t?.defaultChain||!!t?.supportedChains,z=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1,k,oe=!(e.enforceWalletUis??!0);if(e.legacyWalletUiConfig??!0?z?k=t?.embeddedWallets?.noPromptOnSignature??!0:k=t?.embeddedWallets?.noPromptOnSignature??oe:k=oe,t?.embeddedWallets?.waitForTransactionConfirmation===!1&&k!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you disable wallet UIs in the dashboard.");return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,legacyWalletUiConfig:e.legacyWalletUiConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:ap({backgroundTheme:t?.appearance?.theme??Et.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??Et.appearance.accentColor}),loginGroupPriority:x?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:L},loginMethods:{wallet:s,email:a,sms:l,google:c,twitter:u,discord:m,github:E,spotify:y,tiktok:h,linkedin:C,apple:P,farcaster:b},loginMethodsAndOrder:O,legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl,requireUsersAcceptTerms:e.requireUsersAcceptTerms??!1},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??Et.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??Et.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??Et.rpcConfig.rpcTimeouts},chains:H,defaultChain:$,intl:{defaultCountry:F},shouldEnforceDefaultChainOnConnect:D,captchaEnabled:e.captchaEnabled??Et.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...z?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets,noPromptOnSignature:k},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:z?{enabled:!0,...t.customAuth}:void 0,fiatOnRamp:{enabled:e.fiatOnRampEnabled,useSandbox:t?.fiatOnRamp?.useSandbox??Et.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??Et._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??Et._render.inParentNodeId}}}function sp(e,t){if(!e)return{legacyCreateEmbeddedWalletFlag:t};let{appearance:o,additionalChains:r,supportedChains:n,defaultChain:i,...a}=e;return{...a,...r?{additionalChains:r.map(s=>s.id)}:void 0,...n?{supportedChains:n.map(s=>s.id)}:void 0,...i?{defaultChain:i.id}:void 0,...o?{...o,...o.logo&&typeof o.logo?{logo:"component"}:void 0}:void 0,legacyCreateEmbeddedWalletFlag:t}}function Dy({additionalChains:e,supportedChains:t,defaultChainFromConfig:o,hasRpcConfigDefined:r}){let n;if(e&&t&&console.warn("You should only specify one of `additionalChains` or `supportedChains`. Using `supportedChains`."),t){if(t.length===0)throw new Error("`supportedChains` must contain at least one chain");t.filter(s=>s.rpcUrls.privyWalletOverride).length>0&&r&&console.warn("You have specified at least one `supportedChain` with `privyWalletOverride` but also have `rpcConfig` defined. The `rpcConfig` will be ignored. `rpcConfig` is deprecated and you should use `privyWalletOverride` in a `supportedChain`."),n=t.map(s=>s.rpcUrls.privyWalletOverride?s:Ln.find(u=>u.id===s.id)??s)}else n=Ln.concat(e??[]);let i=t?n[0]:na,a=o??i;if(!n.find(l=>l.id===a.id))throw new Error("`defaultChain` must be included in `supportedChains`");return{chains:n,defaultChain:a}}import{jsx as Hy}from"react/jsx-runtime";var dp={showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,linkedinOAuth:!1,appleOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null,embeddedWalletConfig:{createOnLogin:"off",requireUserPasswordOnCreate:!1},fiatOnRampEnabled:!1,captchaEnabled:!1,captchaSiteKey:""},Ks=js(dp,void 0,!1),Ys=By({appConfig:Ks,isServerConfigLoaded:!1}),pp=({children:e,legacyCreateEmbeddedWalletFlag:t,client:o,clientConfig:r})=>{let[n,i]=Fy(null),a=Uy(()=>js(n??dp,r,!!n),[n,r]);return lp(()=>{let l=sp(r,t);o.createAnalyticsEvent("sdk_initialize",l)},[r,t]),lp(()=>{n||(async()=>{try{let s=await o.getServerConfig();s.customApiUrl&&o.updateApiUrl(s.customApiUrl),i(s)}catch(s){console.warn("Error generating app config: ",s)}})()},[]),Hy(Ys.Provider,{value:{appConfig:a,isServerConfigLoaded:!!n},children:e})},pa=()=>{let{appConfig:e}=cp(Ys);return e},up=()=>{let{isServerConfigLoaded:e}=cp(Ys);return e};var T=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as jy,jsxs as Ky}from"react/jsx-runtime";var mp=Gy({ready:!1,app:Ks,currentScreen:null,lastScreen:null,navigate:T,navigateBack:T,resetNavigation:T,setModalData:T,onUserCloseViaDialogOrKeybindRef:void 0}),qy=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],fp=e=>{let t=pa(),o=e.authenticated,[r,n]=$y(e.initialScreen);Js(()=>{!o&&!qy.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=zy(null);Js(()=>{e.open||(i.current=null)},[e.open]),Js(()=>{i.current=null},[e.initialScreen]);let a={ready:!!t.id,app:t,data:e.data,setModalData:e.setModalData,currentScreen:e.initialScreen,lastScreen:r,navigate:(l,s=!0)=>{e.setInitialScreen(l),s&&n(e.initialScreen)},navigateBack:()=>{e.setInitialScreen(r)},resetNavigation:()=>{e.setInitialScreen(null),n(null)},onUserCloseViaDialogOrKeybindRef:i};return Ky(mp.Provider,{value:a,children:[(typeof t.appearance.logo=="string"||t.appearance.logo?.type==="img")&&jy(Qi,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},S=()=>Vy(mp);import{jsx as zr,jsxs as Yy}from"react/jsx-runtime";var On=({style:e,...t})=>{let{app:o}=S();return Yy("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...e},...t,children:[zr("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),zr("g",{clipPath:"url(#clip0_1765_9946)",children:zr("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"})}),zr("defs",{children:zr("clipPath",{id:"clip0_1765_9946",children:zr("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var ua=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries($r))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var $r={metamask:{id:"c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",displayName:"MetaMask",hostname:"metamask.io",mobile:{native:"metamask://",universal:"https://metamask.app.link"}},trust:{id:"4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0",displayName:"Trust",hostname:"trustwallet.com",mobile:{universal:"https://link.trustwallet.com"}},safe:{id:"225affb176778569276e484e1b92637ad061b01e13a048b35a9d280c3b58970f",displayName:"Safe",hostname:"safe.global",mobile:{universal:"https://app.safe.global/"}},rainbow:{id:"1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369",displayName:"Rainbow",hostname:"rainbow.me",mobile:{native:"rainbow://",universal:"https://rnbwapp.com"}},uniswap:{id:"c03dfee351b6fcc421b4494ea33b9d4b92a984f87aa76d1663bb28705e95034a",displayName:"Uniswap",hostname:"uniswap.org",mobile:{universal:"https://uniswap.org/app"}},zerion:{id:"ecc4036f814562b41a5268adc86270fba1365471402006302e70169465b7ac18",displayName:"Zerion",hostname:"zerion.io",mobile:{native:"zerion://",universal:"https://wallet.zerion.io"}},argent:{id:"bc949c5d968ae81310268bf9193f9c9fb7bb4e1283e1284af8f2bd4992535fd6",displayName:"Argent",hostname:"www.argent.xyz",mobile:{universal:"https://www.argent.xyz/app"}},spot:{id:"74f8092562bd79675e276d8b2062a83601a4106d30202f2d509195e30e19673d",displayName:"Spot",hostname:"www.spot-wallet.com",mobile:{universal:"https://spot.so"}},omni:{id:"afbd95522f4041c71dd4f1a065f971fd32372865b416f95a0b1db759ae33f2a7",displayName:"Omni",hostname:"omni.app",mobile:{universal:"https://links.omni.app"}},cryptocom:{id:"f2436c67184f158d1beda5df53298ee84abfc367581e4505134b5bcf5f46697d",displayName:"Crypto.com",hostname:"crypto.com",mobile:{universal:"https://wallet.crypto.com"}},blockchain:{id:"84b43e8ddfcd18e5fcb5d21e7277733f9cccef76f7d92c836d0e481db0c70c04",displayName:"Blockchain",hostname:"www.blockchain.com",mobile:{universal:"https://www.blockchain.com"}},safepal:{id:"0b415a746fb9ee99cce155c2ceca0c6f6061b1dbca2d722b3ba16381d0562150",displayName:"SafePal",hostname:"safepal.com",mobile:{universal:"https://link.safepal.io"}},bitkeep:{id:"38f5d18bd8522c244bdd70cb4a68e0e718865155811c043f052fb9f1c51de662",displayName:"BitKeep",hostname:"bitkeep.com",mobile:{universal:"https://bkapp.vip"}},zengo:{id:"9414d5a85c8f4eabc1b5b15ebe0cd399e1a2a9d35643ab0ad22a6e4a32f596f0",displayName:"ZenGo",hostname:"zengo.com",mobile:{universal:"https://get.zengo.com/"}},"1inch":{id:"c286eebc742a537cd1d6818363e9dc53b21759a1e8e5d9b263d0c03ec7703576",displayName:"1inch",hostname:"wallet.1inch.io",mobile:{universal:"https://wallet.1inch.io/wc/"}},binance:{id:"8a0ee50d1f22f6651afcae7eb4253e52a3310b90af5daef78a8c4929a9bb99d4",displayName:"Binance",hostname:"www.binance.com",mobile:{universal:"https://app.binance.com/cedefi"}},exodus:{id:"e9ff15be73584489ca4a66f64d32c4537711797e30b6660dbcb71ea72a42b1f4",displayName:"Exodus",hostname:"exodus.com",mobile:{universal:"https://exodus.com/m"}},mew_wallet:{id:"f5b4eeb6015d66be3f5940a895cbaa49ef3439e518cd771270e6b553b48f31d2",displayName:"MEW wallet",hostname:"mewwallet.com",mobile:{universal:"https://mewwallet.com"}},alphawallet:{id:"138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98",displayName:"AlphaWallet",hostname:"alphawallet.com",mobile:{universal:"https://aw.app"}},keyring_pro:{id:"47bb07617af518642f3413a201ec5859faa63acb1dd175ca95085d35d38afb83",displayName:"KEYRING PRO",hostname:"keyring.app",mobile:{universal:"https://keyring.app/"}},mathwallet:{id:"7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26",displayName:"MathWallet",hostname:"mathwallet.org",mobile:{universal:"https://www.mathwallet.org"}},unstoppable:{id:"8308656f4548bb81b3508afe355cfbb7f0cb6253d1cc7f998080601f838ecee3",displayName:"Unstoppable",hostname:"unstoppabledomains.com",mobile:{universal:"https://unstoppabledomains.com/mobile"}},obvious:{id:"031f0187049b7f96c6f039d1c9c8138ff7a17fd75d38b34350c7182232cc29aa",displayName:"Obvious",hostname:"obvious.technology",mobile:{universal:"https://wallet.obvious.technology"}},ambire:{id:"2c81da3add65899baeac53758a07e652eea46dbb5195b8074772c62a77bbf568",displayName:"Ambire",hostname:"www.ambire.com",mobile:{universal:"https://mobile.ambire.com"}},internet_money_wallet:{id:"dd43441a6368ec9046540c46c5fdc58f79926d17ce61a176444568ca7c970dcd",displayName:"Internet Money Wallet",hostname:"internetmoney.io",mobile:{universal:"https://internetmoney.io"}},coin98:{id:"2a3c89040ac3b723a1972a33a125b1db11e258a6975d3a61252cd64e6ea5ea01",displayName:"Coin98",hostname:"coin98.com",mobile:{universal:"https://coin98.services"}},abc_wallet:{id:"b956da9052132e3dabdcd78feb596d5194c99b7345d8c4bd7a47cabdcb69a25f",displayName:"ABC Wallet",hostname:"myabcwallet.io",mobile:{universal:"https://abcwalletconnect.page.link"}},arculus_wallet:{id:"0e4915107da5b3408b38e248f7a710f4529d54cd30e9d12ff0eb886d45c18e92",displayName:"Arculus Wallet",hostname:"www.getarculus.com",mobile:{universal:"https://gw.arculus.co/app"}},haha:{id:"719bd888109f5e8dd23419b20e749900ce4d2fc6858cf588395f19c82fd036b3",displayName:"HaHa",hostname:"www.haha.me",mobile:{universal:"https://haha.me"}},cling_wallet:{id:"942d0e22a7e6b520b0a03abcafc4dbe156a1fc151876e3c4a842f914277278ef",displayName:"Cling Wallet",hostname:"clingon.io",mobile:{universal:"https://cling.carrieverse.com/apple-app-site-association"}},broearn:{id:"8ff6eccefefa7506339201bc33346f92a43118d6ff7d6e71d499d8187a1c56a2",displayName:"Broearn",hostname:"www.broearn.com",mobile:{universal:"https://www.broearn.com/link/wallet/"}},copiosa:{id:"07f99a5d9849bb049d74830012b286f8b238e72b0337933ef22b84947409db80",displayName:"Copiosa",hostname:"copiosa.io",mobile:{universal:"https://copiosa.io/action/"}},burrito_wallet:{id:"8821748c25de9dbc4f72a691b25a6ddad9d7df12fa23333fd9c8b5fdc14cc819",displayName:"Burrito Wallet",hostname:"burritowallet.com",mobile:{universal:"https://burritowallet.com/wc?uri="}},enjin_wallet:{id:"bdc9433ffdaee55d31737d83b931caa1f17e30666f5b8e03eea794bac960eb4a",displayName:"Enjin Wallet",hostname:"enjin.io",mobile:{universal:"https://deeplink.wallet.enjin.io/"}},plasma_wallet:{id:"cbe13eb482c76f1fa401ff4c84d9acd0b8bc9af311ca0620a0b192fb28359b4e",displayName:"Plasma Wallet",hostname:"plasma-wallet.com",mobile:{universal:"https://plasma-wallet.com"}},avacus:{id:"94f785c0c8fb8c4f38cd9cd704416430bcaa2137f27e1468782d624bcd155a43",displayName:"Avacus",hostname:"avacus.cc",mobile:{universal:"https://avacus.app.link"}},bee:{id:"2cca8c1b0bea04ba37dee4017991d348cdb7b826804ab2bd31073254f345b715",displayName:"Bee",hostname:"www.beewallet.app",mobile:{universal:"https://beewallet.app/wc"}},pitaka:{id:"14e5d957c6eb62d3ee8fc6239703ac2d537d7e3552154836ca0beef775f630bc",displayName:"Pitaka",hostname:"pitaka.io",mobile:{universal:"https://app.pitaka.io"}},pltwallet:{id:"576c90ceaea34f29ff0104837cf2b2e23d201be43be1433feeb18d375430e1fd",displayName:"PLTwallet",hostname:"pltwallet.io",mobile:{universal:"https://pltwallet.io/"}},minerva:{id:"49bb9d698dbdf2c3d4627d66f99dd9fe90bba1eec84b143f56c64a51473c60bd",displayName:"Minerva",hostname:"minerva.digital",mobile:{universal:"https://minerva.digital"}},kryptogo:{id:"19418ecfd44963883e4d6abca1adeb2036f3b5ffb9bee0ec61f267a9641f878b",displayName:"KryptoGO",hostname:"kryptogo.com",mobile:{universal:"https://kryptogo.page.link"}},prema:{id:"5b8e33346dfb2a532748c247876db8d596734da8977905a27b947ba1e2cf465b",displayName:"PREMA",hostname:"premanft.com",mobile:{universal:"https://premanft.com"}},slingshot:{id:"d23de318f0f56038c5edb730a083216ff0cce00c1514e619ab32231cc9ec484b",displayName:"Slingshot",hostname:"slingshot.finance",mobile:{universal:"https://app.slingshot.finance"}},kriptonio:{id:"50df7da345f84e5a79aaf617df5167335a4b6751626df2e8a38f07029b3dde7b",displayName:"Kriptonio",hostname:"kriptonio.com",mobile:{universal:"https://app.kriptonio.com/mobile"}},timeless:{id:"9751385960bca290c13b443155288f892f62ee920337eda8c5a8874135daaea8",displayName:"Timeless",hostname:"timelesswallet.xyz",mobile:{universal:"https://timelesswallet.xyz"}},secux:{id:"6464873279d46030c0b6b005b33da6be5ed57a752be3ef1f857dc10eaf8028aa",displayName:"SecuX",hostname:"secuxtech.com",mobile:{universal:"https://wsweb.secuxtech.com"}},bitizen:{id:"41f20106359ff63cf732adf1f7dc1a157176c9b02fd266b50da6dcc1e9b86071",displayName:"Bitizen",hostname:"bitizen.org",mobile:{universal:"https://bitizen.org/wallet"}},blocto:{id:"14e7176536cb3706e221daaa3cfd7b88b7da8c7dfb64d1d241044164802c6bdd",displayName:"Blocto",hostname:"blocto.io",mobile:{universal:"https://blocto.app"}},safemoon:{id:"a0e04f1086aac204d4ebdd5f985c12ed226cd0006323fd8143715f9324da58d1",displayName:"SafeMoon",hostname:"safemoon.com",mobile:{universal:"https://safemoon.com/wc"}}};function Jy(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var hp=e=>e in $r,yp=e=>{let t=$r[e].mobile;if("native"in t)return t.native};function gp(e,t){let o=Jy(t);if(o.deepLink)return Ep(o.deepLink,e);if(o.universalLink)return Tp(o.universalLink,e);throw new v(`Unsupported wallet ${t.id}`)}var vp="WALLETCONNECT_DEEPLINK_CHOICE";function wp(){try{localStorage.removeItem(vp)}catch{}}function Cp({href:e,name:t}){try{localStorage.setItem(vp,JSON.stringify({href:e,name:t}))}catch{}}function bp(e){return e.startsWith("http://")||e.startsWith("https://")}function Ep(e,t){if(bp(e))return Tp(e,t);let o=e;o.includes("://")||(o=e.replaceAll("/","").replaceAll(":",""),o=`${o}://`),o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Tp(e,t){if(!bp(e))return Ep(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Pp(e,t){window.open(e,t,"noreferrer noopener")}var to=class extends st{constructor(o,r,n,i,a,l){super(l||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.shouldEnforceDefaultChainOnConnect=a,this.proxyProvider=new ue(void 0,this.rpcTimeoutDuration),l&&(this.walletEntry=$r[l],this.walletClientType=l),this.createProvider().then(s=>{if(this.provider=s,this.proxyProvider.setWalletProvider(s),this.subscribeListeners(),s.session){if(this.walletProvider?.session?.peer.metadata.url){let c=ua(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=c?.entry,this.walletClientType=c?.walletClientType||"unknown"}this.connected=!0,this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0})}else this.emit("initialized"),this.initialized=!0}),import("@walletconnect/modal").then(({WalletConnectModal:s})=>{this.modal=new s({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(c=>{!c.open&&!this.walletProvider?.session&&this.onQrModalClosed&&this.onQrModalClosed()})})}async connect(o){return o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return!!this.walletProvider?.connected}get walletBranding(){return this.walletClientType==="metamask"?{name:"MetaMask",icon:Br,id:"io.metamask"}:{name:qs(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||On,id:this.walletProvider?.session?.peer.metadata.name.toLowerCase()||"wallet_connect_v2"}}async resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(await this.walletProvider.disconnect(),this.walletProvider.signer.session=void 0,this.walletEntry=$r[o],this.walletClientType=o,this.redirectUri=void 0,wp(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new Dr)};this.onQrModalClosed=n,(async()=>{let a="",l=await Promise.race([this.walletProvider?.enable(),this.proxyProvider.walletTimeout()]);if(l?.length&&(a=l[0]),!a||a==="")throw new Y("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=ua(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=Ur(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(Ut(a));return}r(new Y("Unknown error during connection"))}).finally(()=>this.modal?.closeModal())})}disconnect(){this.walletProvider?.disconnect().then(()=>this.onDisconnect()).catch(()=>console.warn("Unable to disconnect Wallet Connect provider"))}get walletProvider(){return this.proxyProvider.walletProvider}setWalletProvider(o){this.proxyProvider.setWalletProvider(o)}async createProvider(){let o={};for(let a of this.chains){let l=Dt(a.id,this.chains,this.rpcConfig);l&&(o[a.id]=l)}let r=this.shouldEnforceDefaultChainOnConnect?[this.defaultChain.id]:[],n=this.chains.map(a=>a.id),i=await Qy.init({projectId:this.walletConnectCloudProjectId,chains:r,optionalChains:n,optionalEvents:Zy,optionalMethods:Xy,rpcMap:o,showQrModal:!1});return i.on("display_uri",a=>{if(i.signer.abortPairingAttempt(),eg&&this.walletEntry){let{redirect:l,href:s}=gp(a,this.walletEntry);Cp({href:s,name:this.walletEntry.displayName}),this.redirectUri=l,Pp(l,"_self")}else this.modal?.openModal({uri:a,chains:[this.defaultChain.id]})}),i.on("connect",()=>{if(this.modal?.closeModal(),i.session?.peer.metadata.url){let a=ua(i.session?.peer.metadata.url);this.walletEntry=a?.entry,this.walletClientType=a?.walletClientType||"unknown"}}),i}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var Qs=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===xp(t)).length:!1},Ur=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||ar:ar,Dn=class extends tg{constructor(o,r,n,i,a,l,s){super();this.getEthereumProvider=()=>{let o=this.wallets[0],r=this.walletConnectors.find(n=>n.wallets.find(i=>i.address===o?.address));return!o||!r?new ue:r.proxyProvider};this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.chains=n,this.defaultChain=i,this.walletConnectors=[],this.initialized=!1,this.store=a,this.walletList=l,this.shouldEnforceDefaultChainOnConnect=s,this.initializedWalletConnectors=0,this.walletsReady=!1,this.storedConnections=this.loadConnectionHistory()}get wallets(){let o=new Set,r=this.walletConnectors.flatMap(i=>i.wallets).sort((i,a)=>i.connectedAt&&a.connectedAt?a.connectedAt-i.connectedAt:0).filter(i=>{let a=`${i.address}${i.walletClientType}${i.connectorType}`;return o.has(a)?!1:(o.add(a),!0)}),n=r.findIndex(i=>i.address===(this.activeWallet?this.activeWallet:"unknown"));return n>=0&&r.unshift(r.splice(n,1)[0]),r}async initialize(){if(this.initialized)return;ne.get(Fs)&&(ne.getKeys().forEach(r=>{r.startsWith("walletconnect")&&ne.del(r)}),ne.del(Fs));let o=Md(this.store,this.walletList).then(r=>{r.forEach(({type:n,eip6963InjectedProvider:i,legacyInjectedProvider:a})=>{this.createWalletConnector("injected",n,{eip6963InjectedProvider:i,legacyInjectedProvider:a})})});this.walletList.includes("coinbase_wallet")&&this.createWalletConnector("coinbase_wallet","coinbase_wallet"),!No()&&this.walletList.includes("phantom")&&this.createWalletConnector("phantom","phantom"),this.createWalletConnector("wallet_connect_v2","unknown"),await o,this.initialized=!0}findWalletConnector(o,r){return o==="wallet_connect_v2"?this.walletConnectors.find(n=>n.connectorType===o)||null:this.walletConnectors.find(n=>n.connectorType===o&&n.walletClientType===r)||null}onInitialized(o){o.wallets.forEach(r=>{let n=this.storedConnections.find(i=>i.address===r.address&&i.connectorType===r.connectorType&&i.walletClientType===r.walletClientType);n&&(r.connectedAt=n.connectedAt)}),this.saveConnectionHistory(),this.emit("walletsUpdated"),this.initializedWalletConnectors++,this.walletsReady=this.initializedWalletConnectors===this.walletConnectors.length}onWalletsUpdated(o){o.initialized&&(this.saveConnectionHistory(),this.emit("walletsUpdated"))}addEmbeddedWalletConnector(o,r,n){let i=this.findWalletConnector("embedded","privy");if(i)i.proxyProvider.walletProxy=o;else{let a=new Gi(o,r,this.rpcConfig,this.chains,n.id),l=new ji(a,this.chains,n,this.rpcConfig);this.addWalletConnector(l)}}removeEmbeddedWalletConnector(){let o=this.findWalletConnector("embedded","privy");if(o){let r=this.walletConnectors.indexOf(o);this.walletConnectors.splice(r,1),this.saveConnectionHistory(),this.storedConnections=this.loadConnectionHistory(),this.emit("walletsUpdated")}}async createWalletConnector(o,r,n){let i=this.findWalletConnector(o,r);if(i)return i instanceof to&&i.resetConnection(r),i;let l=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new Ki(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new Vr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new Vr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new Vr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new Gr(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,r)}else return o==="coinbase_wallet"?new $i(this.chains,this.defaultChain,this.rpcConfig):o==="phantom"?new Ji(this.defaultChain):new to(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,this.shouldEnforceDefaultChainOnConnect,r)})();return l&&this.addWalletConnector(l),l||null}addWalletConnector(o){this.walletConnectors.push(o),o.on("initialized",()=>this.onInitialized(o)),o.on("walletsUpdated",()=>this.onWalletsUpdated(o))}loadConnectionHistory(){let o=a=>a&&typeof a.address=="string"&&typeof a.connectorType=="string"&&typeof a.walletClientType=="string"&&typeof a.connectedAt=="number",r=ne.get(Bs);return r&&Array.isArray(r)&&r.map(a=>o(a)).every(Boolean)?r:[]}saveConnectionHistory(){let o=this.wallets.map(r=>({address:r.address,connectorType:r.connectorType,walletClientType:r.walletClientType,connectedAt:r.connectedAt}));ne.put(Bs,o)}async activeWalletSign(o){let r=this.wallets,n=r.length>0?r[0]:null;return n?n.sign(o):null}setActiveWallet(o){this.activeWallet=xp(o),this.emit("walletsUpdated")}};function Vi(e,t){if(e.length!==t.length)return!1;for(let o=0;o<e.length;o++){let r=e[o],n=t[o];if(r?.address!==n?.address||r?.chainId!==n?.chainId||r?.connectorType!==n?.connectorType||r?.connectedAt!==n?.connectedAt||r?.walletClientType!==n?.walletClientType||r?.isConnected!==n?.isConnected||r?.linked!==n?.linked)return!1}return!0}import{ofetch as og}from"ofetch";var rg=[Ai(),Ri(),ki()],ma=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=Os,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=og.create({baseURL:this.defaults.baseURL,timeout:this.defaults.timeout,retry:3,retryDelay:500,retryStatusCodes:[408,409,425,500,502,503,504],credentials:"include",onRequest:async({request:n,options:i})=>{let a=new Headers(i.headers);a.set("privy-app-id",this.appId),a.set("privy-ca-id",this.clientAnalyticsId||""),a.set("privy-client",`react-auth:${this.sdkVersion}`);let l=!rg.includes(n.toString());if(!a.has("authorization")&&l){let s=await this.client.getAccessToken();s!==null&&a.set("authorization",`Bearer ${s}`)}i.headers=a},onRequestError:({error:n})=>{if(n instanceof DOMException&&n.name==="AbortError")throw new Si}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw ae(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw ae(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw ae(r)}}};import pr from"js-cookie";function Sp(e){return e instanceof Mo?"email":e instanceof lr?"sms":e instanceof sr?"siwe":e instanceof Ir?"custom_auth":e instanceof Wo?e.meta.provider:null}import*as _p from"jose";var oo=class{static parse(t){try{return new oo(t)}catch{return null}}constructor(t){this.value=t,this._decoded=_p.decodeJwt(t)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(t=0){let o=Date.now(),r=(this.expiration-t)*1e3;return o>=r}};var ng=30,fa=class{constructor(){this.authenticateOnce=new Ye(async t=>this._authenticate(t)),this.linkOnce=new Ye(async t=>this._link(t)),this.refreshOnce=new Ye(this._refresh.bind(this)),this.destroyOnce=new Ye(this._destroy.bind(this)),this.forkSessionOnce=new Ye(this._forkSession.bind(this))}get token(){try{let t=ne.get(ir);return typeof t=="string"?new oo(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=ne.get(Ni);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=ne.get(Rn);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=pr.get(Li);return t!==void 0&&t.length>0}catch(t){console.error(t)}return!1}hasRefreshCredentials(){return this.mightHaveServerCookies||typeof this.token=="string"&&typeof this.refreshToken=="string"}hasRecoveryCredentials(){return typeof this.forkedToken=="string"}hasActiveToken(){let t=oo.parse(this.token);return t!==null&&!t.isExpired(ng)}authenticate(t){return this.authenticateOnce.execute(t)}link(t){return this.linkOnce.execute(t)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(t){try{let{token:o,refresh_token:r,user:n,is_new_user:i}=await t.authenticate();this.storeToken(o),this.storeRefreshToken(r);let a=Sp(t);return a&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate",{method:a,isNewUser:i}),a==="siwe"&&this.client&&this.client.createAnalyticsEvent("sdk_authenticate_siwe",{connectorType:t.meta.connectorType,walletClientType:t.meta.walletClientType}),{user:pt(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Ke(o)}}async _link(t){try{let o=await t.link();return pt(o)}catch(o){throw console.warn("Error linking account"),Ke(o)}}async _refresh(){if(!this.api)throw new v("Session has no API instance");if(!this.client)throw new v("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let t=this.token,o=this.refreshToken,r=this.forkedToken;try{let n;if(t&&o||this.mightHaveServerCookies){let i={};t&&(i.authorization=`Bearer ${t}`);let a=o?{refresh_token:o}:{};n=await this.api.post(Ai(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(Ri(),{refresh_token:r}),this.clearForkedToken();else return null;return n.session_update_action==="set"&&(this.storeToken(n.token),this.storeRefreshToken(n.refresh_token)),n.session_update_action==="clear"&&this.destroyLocalState(),pt(n.user)}catch(n){if(n instanceof Yt&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Ke(n)}}async _destroy(){try{await this.api?.post(ki(),{refresh_token:this.refreshToken})}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new v("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(Oc(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Ke(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let o=ne.get(ir);if(ne.put(ir,t),o!==t&&this.client?.onStoreToken?.(t),!this.client?.useServerCookies){let r=oo.parse(t)?.expiration;pr.set(Ds,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else ne.del(ir),pr.remove(Ds)}storeRefreshToken(t){typeof t=="string"?(ne.put(Ni,t),this.client?.useServerCookies||(pr.set(Li,"t",{sameSite:"Strict",secure:!0,expires:30}),pr.set(Us,t,{sameSite:"Strict",secure:!0,expires:30}))):(ne.del(Ni),pr.remove(Us),pr.remove(Li))}clearForkedToken(){ne.del(Rn)}};var Zs,ha,Ap,Un=class{constructor(t){xi(this,ha);this.apiUrl=t.apiUrl||Wi,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||fd,this.appId=t.appId,this.clientAnalyticsId=Lc(this,ha,Ap).call(this),Zs||(Zs=new fa),this.session=Zs,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i,a,l){this.connectors||(this.connectors=new Dn(t,o,r,n,i,a,l))}generateApi(){let t=new ma(this.appId,this,{baseURL:this.apiUrl,timeout:this.timeout});return this.session.api=t,t}updateApiUrl(t){this.apiUrl=t||this.fallbackApiUrl,this.api=this.generateApi(),t&&(this.useServerCookies=!0)}authenticate(){if(!this.authFlow)throw new v("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new v("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(t){t.api=this.api,this.authFlow=t}startMfaFlow(t){t.api=this.api,this.mfaFlow=t}async unlinkEmail(t){try{let o=await this.api.post(td(),{address:t});return pt(o)}catch(o){throw Ke(o)}}async acceptTerms(){try{let t=await this.api.post(dd(),{});return pt(t)}catch(t){throw Ke(t)}}async unlinkPhone(t){try{let o=await this.api.post(od(),{phoneNumber:t});return pt(o)}catch(o){throw Ke(o)}}async unlinkWallet(t){try{let o=await this.api.post(ed(),{address:t});return pt(o)}catch(o){throw Ke(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(rd(),{provider:t,subject:o});return pt(r)}catch(r){throw Ke(r)}}async unlinkFarcaster(t){try{let o=await this.api.post(nd(),{fid:t});return pt(o)}catch(o){throw Ke(o)}}async createAnalyticsEvent(t,o,r){if(!(typeof window>"u"))try{this.clientAnalyticsId||console.warn("No client analytics id set, refusing to send analytics event"),await this.api.post(id(),{event_name:t,client_id:this.clientAnalyticsId,payload:{...o||{},clientTimestamp:r?r.toISOString():new Date().toISOString()}})}catch{}}async signMoonpayOnRampUrl(t){try{return this.api.post(ad(),t)}catch(o){throw Ke(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?oo.parse(this.session.token)?.audience!==this.appId?(await this.logout(),null):this.session.token:!t?.disableAutoRefresh&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getServerConfig(){try{let t=await this.api.get(`/api/v1/apps/${this.appId}`,{baseURL:this.fallbackApiUrl});return{id:t.id,name:t.name,verificationKey:t.verification_key,logoUrl:t.logo_url||void 0,accentColor:t.accent_color||void 0,showWalletLoginFirst:t.show_wallet_login_first,allowlistConfig:{errorTitle:t.allowlist_config.error_title,errorDetail:t.allowlist_config.error_detail,errorCtaText:t.allowlist_config.cta_text,errorCtaLink:t.allowlist_config.cta_link},walletAuth:t.wallet_auth,emailAuth:t.email_auth,smsAuth:t.sms_auth,googleOAuth:t.google_oauth,twitterOAuth:t.twitter_oauth,discordOAuth:t.discord_oauth,githubOAuth:t.github_oauth,spotifyOAuth:t.spotify_oauth,tiktokOAuth:t.tiktok_oauth,linkedinOAuth:t.linkedin_oauth,appleOAuth:t.apple_oauth,farcasterAuth:t.farcaster_auth,termsAndConditionsUrl:t.terms_and_conditions_url,embeddedWalletConfig:{createOnLogin:t.embedded_wallet_config?.create_on_login,requireUserPasswordOnCreate:t.embedded_wallet_config?.require_user_password_on_create},privacyPolicyUrl:t.privacy_policy_url,requireUsersAcceptTerms:t.require_users_accept_terms,customApiUrl:t.custom_api_url,walletConnectCloudProjectId:t.wallet_connect_cloud_project_id,fiatOnRampEnabled:t.fiat_on_ramp_enabled,captchaEnabled:t.captcha_enabled,captchaSiteKey:t.captcha_site_key,twitterOAuthOnMobileEnabled:t.twitter_oauth_on_mobile_enabled,createdAt:new Date(t.created_at*1e3),updatedAt:new Date(t.updated_at*1e3),mfaMethods:t.mfa_methods,enforceWalletUis:t.enforce_wallet_uis,legacyWalletUiConfig:t.legacy_wallet_ui_config}}catch(t){throw Ke(t)}}async getUsdTokenPrice(t){try{return(await this.api.get(`/api/v1/token_price?chainId=${t.id}&tokenSymbol=${t.nativeCurrency.symbol}`)).usd}catch{console.error(`Unable to fetch token price for chain with id ${t.id}`);return}}async forkSession(){return await this.session.forkSession()}};ha=new WeakSet,Ap=function(){if(typeof window>"u")return null;try{let o=ne.get(In);if(typeof o=="string"&&o.length>0)return o}catch{}let t=ig();try{return ne.put(In,t),t}catch{return t}};import{Turnstile as pg}from"@marsidev/react-turnstile";import{useEffect as ug,useMemo as mg}from"react";import{useMemo as ag,useRef as sg,useContext as lg,useState as Xs,createContext as cg}from"react";import{jsx as dg}from"react/jsx-runtime";var kp=cg({siteKey:"",enabled:!1,appId:void 0,token:void 0,error:void 0,status:"disabled",setToken:T,setError:T,setExecuting:T,waitForResult:()=>Promise.resolve(""),ref:{current:null},remove:T,reset:T,execute:T}),Co=class extends De{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Rp=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=sg(null),[i,a]=Xs(),[l,s]=Xs(),[c,u]=Xs(!1),m=ag(()=>r?!c&&!i&&!l?{status:"ready"}:c&&!i&&!l?{status:"loading"}:i&&!l?{status:"success",token:i}:l?{status:"error",error:l}:{status:"ready"}:{status:"disabled"},[r,i,l,c]);return dg(kp.Provider,{value:{...m,ref:n,enabled:r,siteKey:o,appId:t,setToken:a,setError:s,setExecuting:u,remove(){r&&(n.current?.remove(),u(!1),s(void 0),a(void 0))},reset(){r&&(n.current?.reset(),u(!1),s(void 0),a(void 0))},execute(){r&&(u(!0),n.current?.execute())},async waitForResult(){if(!r)return"";try{return await Rd(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new Co("Captcha failed",null,"captcha_timeout")}}},children:e})},de=()=>lg(kp);import{jsx as Ip}from"react/jsx-runtime";var el=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,setExecuting:a,ref:l}=de(),[,s]=mg(()=>o?.split("t:")||[],[o]);if(ug(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return Ip("div",{className:"hidden h-0 w-0",children:Ip(pg,{...e,ref:l,siteKey:s,options:{action:r,size:"invisible",...e.delayedExecution?{appearance:"execute",execution:"execute"}:{appearance:"always",execution:"render"}},onUnsupported:()=>{e.onUnsupported?.(),console.warn("Browser does not support Turnstile.")},onError:()=>{e.onError?.(),n("Captcha failed"),a(!1)},onSuccess:c=>{e.onSuccess?.(c),i(c),a(!1)},onExpire:()=>{e.onExpire?.();try{l.current?.reset(),n(void 0),i(void 0)}catch{n("expired_and_failed_reset")}}})})};import{useCallback as R2,useEffect as $h,useRef as I2,useState as M2}from"react";import W2 from"react-dom";import{createContext as fg,useContext as hg}from"react";var tl=fg({isNewUserThisSession:!1,isLinking:!1,linkingHint:null,walletConnectionStatus:null,mipdStore:null,connectors:[],rpcConfig:{rpcUrls:{}},showFiatPrices:!0,chains:[],clientAnalyticsId:null,pendingTransaction:null,nativeTokenSymbolForChainId:T,initializeWalletProxy:T,getAuthMeta:T,getAuthFlow:T,closePrivyModal:T,openPrivyModal:T,connectWallet:T,initLoginWithWallet:T,loginWithWallet:T,initLoginWithFarcaster:T,loginWithFarcaster:T,loginWithCode:T,initLoginWithEmail:T,initLoginWithSms:T,initUpdateEmail:T,resendEmailCode:T,resendSmsCode:T,initLoginWithOAuth:T,loginWithOAuth:T,refreshUser:T,walletProxy:null,createAnalyticsEvent:T,acceptTerms:T,getUsdTokenPrice:T,recoverEmbeddedWallet:T,getFiatOnRampConfig:T,updateWallets:T,setReadyToTrue:T}),M=()=>hg(tl);import{createContext as yg,useContext as gg}from"react";var le=yg({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:T,login:T,connectOrCreateWallet:T,linkEmail:T,linkPhone:T,linkFarcaster:T,linkWallet:T,linkGoogle:T,linkTwitter:T,linkDiscord:T,linkGithub:T,linkSpotify:T,linkTiktok:T,linkLinkedIn:T,linkApple:T,updateEmail:T,logout:T,getAccessToken:T,getEthereumProvider:T,getEthersProvider:T,getWeb3jsProvider:T,unlinkEmail:T,unlinkPhone:T,unlinkWallet:T,unlinkGoogle:T,unlinkTwitter:T,unlinkDiscord:T,unlinkGithub:T,unlinkSpotify:T,unlinkTiktok:T,unlinkLinkedIn:T,unlinkApple:T,unlinkFarcaster:T,setActiveWallet:T,forkSession:T,createWallet:T,signMessage:T,signTypedData:T,enrollInMfa:T,initEnrollmentWithSms:T,initEnrollmentWithTotp:T,promptMfa:T,init:T,submitEnrollmentWithSms:T,submitEnrollmentWithTotp:T,unenroll:T,submit:T,cancel:T,sendTransaction:T,exportWallet:T,setWalletPassword:T,initLoginWithEmail:T,initLoginWithSms:T,loginWithCode:T,isModalOpen:!1}),G=()=>gg(le);import{useEffect as vg,useState as wg}from"react";var Mp=e=>{let[t,o]=wg("auto");return vg(()=>{let r=new ResizeObserver(n=>{o(n[0]?.contentRect.height??"auto")});return e.current&&r.observe(e.current),()=>{e.current&&r.unobserve(e.current)}},[e.current]),t};import{createContext as Cg,useContext as bg,useEffect as Eg}from"react";var Wp={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},setWalletPassword:{onSuccess:[],onError:[]},signMessage:{onSuccess:[],onError:[]},signTypedData:{onSuccess:[],onError:[]},sendTransaction:{onSuccess:[],onError:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},ol=Cg(void 0),Np=()=>bg(ol);function Ee(e,t){if(!t)return;let r=Np().current[e];return Eg(()=>{for(let[n,i]of Object.entries(t))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),r[n]?.push(i);return()=>{for(let[n,i]of Object.entries(t))r.hasOwnProperty(n)||console.warn(`Invalid event type "${n}" for action "${e}"`),r[n]=r[n]?.filter(a=>a!==i)}},[t])}function B(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function Lp(){let e=Np();return(t,o,...r)=>B(e,t,o,...r)}function rl(e){Ee("configureMfa",e)}import zp from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import Dg from"@heroicons/react/24/solid/DocumentCheckIcon";import Ug from"styled-components";import mr,{css as sl}from"styled-components";import il from"styled-components";import{Fragment as Pg,jsx as nl,jsxs as xg}from"react/jsx-runtime";var Fo=({success:e,fail:t})=>xg(Pg,{children:[nl(Tt,{className:e?"success":t?"fail":""}),nl(al,{className:e?"success":t?"fail":""})]}),Tt=il.span`
|
|
13
13
|
&& {
|
|
14
14
|
width: 82px;
|
|
15
15
|
height: 82px;
|
|
@@ -277,7 +277,7 @@ Resources:
|
|
|
277
277
|
@media all and (display-mode: standalone) {
|
|
278
278
|
padding-bottom: 30px;
|
|
279
279
|
}
|
|
280
|
-
`;import kg from"@heroicons/react/24/outline/ArrowLeftIcon";import Rg from"@heroicons/react/24/outline/XMarkIcon";import cl from"styled-components";import{jsx as xt,jsxs as Lg}from"react/jsx-runtime";var Fp=()=>xt("div",{}),Ig=({backFn:e})=>xt("div",{children:xt(Bp,{onClick:e,children:xt(kg,{height:"16px",width:"16px",strokeWidth:2})})}),Mg=e=>xt("div",{children:xt(Bp,{"aria-label":"close modal",onClick:e.onClose,children:xt(Rg,{height:"16px",width:"16px",strokeWidth:2})})});var
|
|
280
|
+
`;import kg from"@heroicons/react/24/outline/ArrowLeftIcon";import Rg from"@heroicons/react/24/outline/XMarkIcon";import cl from"styled-components";import{jsx as xt,jsxs as Lg}from"react/jsx-runtime";var Fp=()=>xt("div",{}),Ig=({backFn:e})=>xt("div",{children:xt(Bp,{onClick:e,children:xt(kg,{height:"16px",width:"16px",strokeWidth:2})})}),Mg=e=>xt("div",{children:xt(Bp,{"aria-label":"close modal",onClick:e.onClose,children:xt(Rg,{height:"16px",width:"16px",strokeWidth:2})})});var _=({backFn:e,onClose:t,title:o,closeable:r=!0})=>{let{closePrivyModal:n}=M(),{app:i}=S();return Lg(Wg,{children:[e?xt(Ig,{backFn:e}):xt(Fp,{}),o&&xt(Ng,{id:"privy-dialog-title",children:o}),i?.render.inDialog&&r?xt(Mg,{onClose:t||(()=>n())}):xt(Fp,{})]})},Bp=cl.button`
|
|
281
281
|
&& {
|
|
282
282
|
cursor: pointer;
|
|
283
283
|
display: flex;
|
|
@@ -565,7 +565,7 @@ Resources:
|
|
|
565
565
|
width: auto !important;
|
|
566
566
|
color: white;
|
|
567
567
|
}
|
|
568
|
-
`;import{Fragment as Hg,jsx as ro,jsxs as Fn}from"react/jsx-runtime";var $p=()=>{let{user:e,logout:t}=G(),{app:o,onUserCloseViaDialogOrKeybindRef:r,setModalData:n,navigate:i}=
|
|
568
|
+
`;import{Fragment as Hg,jsx as ro,jsxs as Fn}from"react/jsx-runtime";var $p=()=>{let{user:e,logout:t}=G(),{app:o,onUserCloseViaDialogOrKeybindRef:r,setModalData:n,navigate:i}=S(),{acceptTerms:a,closePrivyModal:l}=M(),s=u=>{u?.preventDefault(),l({shouldCallAuthOnSuccess:!1}),t()};r.current=s;let c=async u=>{u.preventDefault(),await a(),e&&bt(e,o?.embeddedWallets?.createOnLogin)?(n({createWallet:{onSuccess:()=>{},onFailure:m=>console.error(m),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")):l()};return ro(Fg,{termsAndConditionsUrl:o?.legal.termsAndConditionsUrl,privacyPolicyUrl:o?.legal.privacyPolicyUrl,onAccept:c,onDecline:s})},Fg=({termsAndConditionsUrl:e,privacyPolicyUrl:t,onAccept:o,onDecline:r})=>Fn(Hg,{children:[ro(_,{closeable:!1}),ro(Dg,{width:56,height:56,fill:"var(--privy-color-accent)",style:{margin:"auto"}}),ro(ve,{style:{marginTop:24},children:"One last step"}),ro(me,{children:"By signing up, you agree to our terms and privacy policy."}),Fn(St,{style:{marginTop:24},children:[e&&Fn(dl,{target:"_blank",href:e,children:["View Terms ",ro(zp,{style:{marginLeft:"auto"}})]}),t&&Fn(dl,{target:"_blank",href:t,children:["View Privacy Policy ",ro(zp,{style:{marginLeft:"auto"}})]})]}),Fn(Bg,{style:{marginTop:24},children:[ro(Ft,{onClick:r,children:"No thanks"}),ro(U,{onClick:o,children:"Accept"})]}),ro(V,{protectedByPrivy:!0})]}),Bg=Ug.div`
|
|
569
569
|
display: flex;
|
|
570
570
|
gap: 10px;
|
|
571
571
|
`;import yl from"styled-components";import Gg from"styled-components";var Sa=Gg.span`
|
|
@@ -583,7 +583,7 @@ Resources:
|
|
|
583
583
|
transition: border-color 800ms;
|
|
584
584
|
border-bottom-color: ${e=>e.color??"var(--privy-color-accent)"};
|
|
585
585
|
}
|
|
586
|
-
`;import{jsx as qp}from"react/jsx-runtime";var _a=({style:e,...t})=>qp("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:qp("path",{fillRule:"evenodd",d:"M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z",clipRule:"evenodd"})});import{Fragment as hl,jsx as no,jsxs as Aa}from"react/jsx-runtime";var jp=()=>{let{navigate:e,app:t}=
|
|
586
|
+
`;import{jsx as qp}from"react/jsx-runtime";var _a=({style:e,...t})=>qp("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...t,children:qp("path",{fillRule:"evenodd",d:"M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z",clipRule:"evenodd"})});import{Fragment as hl,jsx as no,jsxs as Aa}from"react/jsx-runtime";var jp=()=>{let{navigate:e,app:t}=S(),o=t?.allowlistConfig.errorTitle||"You don't have access to this app",r=t?.allowlistConfig.errorDetail||"Have you been invited?",n=t?.allowlistConfig.errorCtaText||"Try another account";return Aa(hl,{children:[no(_,{}),Aa(Vg,{children:[no($g,{children:Aa("div",{children:[no(Sa,{}),no(_a,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})]})}),Aa(zg,{children:[typeof o=="string"?no("h3",{children:o}):no(hl,{children:o}),typeof r=="string"?no("p",{children:r}):no(hl,{children:r})]}),t?.allowlistConfig.errorCtaLink?no(U,{as:"a",href:t.allowlistConfig.errorCtaLink,children:n}):no(U,{onClick:()=>{e("LANDING")},children:n})]})]})},Vg=yl.div`
|
|
587
587
|
display: flex;
|
|
588
588
|
flex-direction: column;
|
|
589
589
|
align-items: center;
|
|
@@ -722,7 +722,7 @@ Resources:
|
|
|
722
722
|
h3 {
|
|
723
723
|
margin-bottom: 24px;
|
|
724
724
|
}
|
|
725
|
-
`;import{Fragment as wl,jsx as Be,jsxs as Vo}from"react/jsx-runtime";var Cl=6,tu=new Array(Cl).fill(""),Qg=1400;var ru=()=>{let{app:e,navigate:t,navigateBack:o,setModalData:r,onUserCloseViaDialogOrKeybindRef:n}=
|
|
725
|
+
`;import{Fragment as wl,jsx as Be,jsxs as Vo}from"react/jsx-runtime";var Cl=6,tu=new Array(Cl).fill(""),Qg=1400;var ru=()=>{let{app:e,navigate:t,navigateBack:o,setModalData:r,onUserCloseViaDialogOrKeybindRef:n}=S(),{closePrivyModal:i,resendEmailCode:a,resendSmsCode:l,getAuthMeta:s,loginWithCode:c,updateWallets:u}=M(),{authenticated:m,user:h}=G(),[y,C]=Ra(tu),[E,P]=Ra(!1),[b,A]=Ra(null),[R,I]=Ra(null);n.current=()=>null;let x=s()?.email?0:1,L=e?.render.inDialog?Je:0,O=e?.render.inDialog?L-500:0;eu(()=>{if(m&&E&&h){if(e?.legal.requireUsersAcceptTerms&&!h.hasAcceptedTerms){let k=setTimeout(()=>{t("AFFIRMATIVE_CONSENT_SCREEN")},O);return()=>clearTimeout(k)}if(bt(h,e?.embeddedWallets?.createOnLogin)){let k=setTimeout(()=>{r({createWallet:{onSuccess:()=>{},onFailure:oe=>console.error(oe),callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},O);return()=>clearTimeout(k)}else{u();let k=setTimeout(i,L);return()=>clearTimeout(k)}}},[m,E,h]),eu(()=>{if(b&&R===0){let z=setTimeout(()=>{C(tu),A(null),document.querySelector("input[name=code-0]")?.focus()},Qg);return()=>clearTimeout(z)}},[b]);let F=z=>{z.preventDefault();let k=z.currentTarget.value.replace(" ","");if(k==="")return;if(isNaN(Number(k))){A("Code should be numeric"),I(1);return}A(null),I(null);let oe=Number(z.currentTarget.name?.charAt(5)),ie=[...k||[""]].slice(0,Cl-oe),j=[...y.slice(0,oe),...ie,...y.slice(oe+ie.length)];C(j);let Ve=ie.length,ye=Math.min(Math.max(oe+Ve,0),Cl-1);isNaN(Number(z.currentTarget.value))||document.querySelector(`input[name=code-${ye}]`)?.focus(),j.every(rt=>rt&&!isNaN(+rt))&&(document.querySelector(`input[name=code-${ye}]`)?.blur(),c(j.join("")).then(()=>P(!0)).catch(Se=>{Se?.status===422?A("Invalid or expired verification code"):Se instanceof Yt&&Se.privyErrorCode==="cannot_link_more_of_type"?A(Se.message):A("Issue verifying code"),I(0)}))},H=z=>{R===1&&(A(null),I(null));let k=[...y.slice(0,z),"",...y.slice(z+1)];C(k),z>0&&document.querySelector(`input[name=code-${z-1}]`)?.focus()},$=x==0?Be(Kg,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):Be(Yg,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),D=x==0?Vo("p",{children:["Please check ",Be(ou,{children:s()?.email})," for an email from privy.io and enter your code below."]}):Vo("p",{children:["Please check ",Be(ou,{children:s()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return Vo(wl,{children:[Be(_,{backFn:()=>o()},"header"),Vo(Zg,{children:[Be(we,{title:"Enter confirmation code",description:D,icon:$}),Vo(Kp,{children:[Vo(Xg,{children:[Be(ev,{fail:!!b,success:E,children:Be("span",{children:b||(E?"Success!":"")})}),Be("div",{children:y.map((z,k)=>Be("input",{name:`code-${k}`,type:"text",value:y[k],onChange:F,onKeyUp:oe=>{oe.key==="Backspace"&&H(k)},inputMode:"numeric",autoFocus:k===0,pattern:"[0-9]",className:`${E?"success":""} ${b?"fail":""}`,autoComplete:Jg?"one-time-code":"off"},k))})]}),Be(tv,{children:x==0?Vo(wl,{children:[Be("span",{children:"Didn't get an email?"}),Be("button",{onClick:a,children:"Resend code"})]}):Vo(wl,{children:[Be("span",{children:"Didn't get a message?"}),Be("button",{onClick:l,children:"Resend code"})]})})]})]}),Be(V,{protectedByPrivy:!0})]})},Zg=Gn.div`
|
|
726
726
|
display: flex;
|
|
727
727
|
flex-direction: column;
|
|
728
728
|
align-items: flex-start;
|
|
@@ -834,14 +834,14 @@ Resources:
|
|
|
834
834
|
left: -19px;
|
|
835
835
|
top: -19px;
|
|
836
836
|
}
|
|
837
|
-
`;import{Fragment as pv,jsx as Ht,jsxs as El}from"react/jsx-runtime";var au=500,iu=au*2,su=()=>{let{lastScreen:e,currentScreen:t,data:o,navigateBack:r,navigate:n,setModalData:i}=
|
|
837
|
+
`;import{Fragment as pv,jsx as Ht,jsxs as El}from"react/jsx-runtime";var au=500,iu=au*2,su=()=>{let{lastScreen:e,currentScreen:t,data:o,navigateBack:r,navigate:n,setModalData:i}=S(),{status:a,token:l,waitForResult:s,reset:c,execute:u}=de(),m=lv([]),h=z=>{m.current=[z,...m.current]},[y,C]=Qr(!0);bl(()=>{let z=setTimeout(C,iu,!1);return h(z),()=>{m.current.forEach(k=>clearTimeout(k)),m.current=[]}},[]);let[E,P]=Qr(""),[b,A]=Qr("Checking that you are a human..."),[R,I]=Qr(Ht(U,{onClick:()=>{},disabled:!0,children:"Continue"})),[x,L]=Qr(!1),[O,F]=Qr(3),H=o?.captchaModalData,$=async z=>{try{await H?.callback(z),H?.onSuccessNavigateTo&&n(H?.onSuccessNavigateTo,!1)}catch(k){if(k instanceof Co)return;{let oe={error:k,previousScreen:e||"LANDING"};i({errorModalData:oe}),n(H?.onErrorNavigateTo||"ERROR_SCREEN",!1)}}};bl(()=>{if(a==="success"){let z=setTimeout(async()=>{let k=await s();!k||H?.userIntentRequired||$(k)},iu);h(z)}else if(a==="ready"){let z=setTimeout(()=>{a==="ready"&&u()},au);h(z)}},[a]),bl(()=>{if(!y)switch(a){case"success":P("Success!"),A("CAPTCHA passed successfully."),I(Ht(U,{onClick:()=>{L(!0),$(l)},disabled:!H?.userIntentRequired,loading:x,children:H?.userIntentRequired?"Continue":"Continuing..."}));break;case"loading":P(""),A("Checking that you are a human..."),I(Ht(U,{onClick:()=>{},disabled:!0,children:"Continue"}));break;case"error":P("Something went wrong"),O<=0?(A("If you use an adblocker or VPN, try disabling and re-attempting."),I(null)):(A("You did not pass CAPTCHA. Please try again."),I(Ht(U,{onClick:D,children:"Retry"})));break;case"ready":default:break}},[a,y,x]);let D=async()=>{if(O<=0)return;F(k=>k-1),c(),u();let z=await s();!z||H?.userIntentRequired||$(z)};return El(pv,{children:[Ht(_,{backFn:!e||t===e?void 0:r}),El(dv,{children:[a==="success"?Ht(av,{fill:"var(--privy-color-success)",width:"64px",height:"64px"}):a==="error"?Ht(sv,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}):Ht(nu,{}),El(kt,{children:[E?Ht("h3",{children:E}):null,Ht("p",{children:b})]}),R]}),Ht(X,{})]})},dv=cv.div`
|
|
838
838
|
display: flex;
|
|
839
839
|
flex-direction: column;
|
|
840
840
|
align-items: center;
|
|
841
841
|
justify-content: center;
|
|
842
842
|
gap: 24px;
|
|
843
843
|
width: 100%;
|
|
844
|
-
`;import uv from"@heroicons/react/24/outline/WalletIcon";import{isMobile as mv}from"react-device-detect";import fv from"styled-components";import{jsx as Gt,jsxs as lu}from"react/jsx-runtime";var cu=({...e})=>lu("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[Gt("defs",{children:lu("linearGradient",{id:"brave-linear-gradient",x1:"-18.79",y1:"359.73",x2:"194.32",y2:"359.73",gradientTransform:"matrix(2.05, 0, 0, -2.05, 38.49, 992.77)",gradientUnits:"userSpaceOnUse",children:[Gt("stop",{offset:"0",stopColor:"#f1562b"}),Gt("stop",{offset:"0.3",stopColor:"#f1542b"}),Gt("stop",{offset:"0.41",stopColor:"#f04d2a"}),Gt("stop",{offset:"0.49",stopColor:"#ef4229"}),Gt("stop",{offset:"0.5",stopColor:"#ef4029"}),Gt("stop",{offset:"0.56",stopColor:"#e83e28"}),Gt("stop",{offset:"0.67",stopColor:"#e13c26"}),Gt("stop",{offset:"1",stopColor:"#df3c26"})]})}),Gt("path",{style:{fill:"url(#brave-linear-gradient)"},d:"M436.49,165.63,420.7,122.75l11-24.6A8.47,8.47,0,0,0,430,88.78L400.11,58.6a48.16,48.16,0,0,0-50.23-11.66l-8.19,2.89L296.09.43,218.25,0,140.4.61,94.85,50.41l-8.11-2.87A48.33,48.33,0,0,0,36.19,59.3L5.62,90.05a6.73,6.73,0,0,0-1.36,7.47l11.47,25.56L0,165.92,56.47,380.64a89.7,89.7,0,0,0,34.7,50.23l111.68,75.69a24.73,24.73,0,0,0,30.89,0l111.62-75.8A88.86,88.86,0,0,0,380,380.53l46.07-176.14Z"}),Gt("path",{style:{fill:"#fff"},d:"M231,317.33a65.61,65.61,0,0,0-9.11-3.3h-5.49a66.08,66.08,0,0,0-9.11,3.3l-13.81,5.74-15.6,7.18-25.4,13.24a4.84,4.84,0,0,0-.62,9l22.06,15.49q7,5,13.55,10.76l6.21,5.35,13,11.37,5.89,5.2a10.15,10.15,0,0,0,12.95,0l25.39-22.18,13.6-10.77,22.06-15.79a4.8,4.8,0,0,0-.68-8.93l-25.36-12.8L244.84,323ZM387.4,175.2l.8-2.3a61.26,61.26,0,0,0-.57-9.18,73.51,73.51,0,0,0-8.19-15.44l-14.35-21.06-10.22-13.88-19.23-24a69.65,69.65,0,0,0-5.7-6.67h-.4L321,84.25l-42.27,8.14a33.49,33.49,0,0,1-12.59-1.84l-23.21-7.5-16.61-4.59a70.52,70.52,0,0,0-14.67,0L195,83.1l-23.21,7.54a33.89,33.89,0,0,1-12.59,1.84l-42.22-8-8.54-1.58h-.4a65.79,65.79,0,0,0-5.7,6.67l-19.2,24Q77.81,120.32,73,127.45L58.61,148.51l-6.78,11.31a51,51,0,0,0-1.94,13.35l.8,2.3A34.51,34.51,0,0,0,52,179.81l11.33,13,50.23,53.39a14.31,14.31,0,0,1,2.55,14.34L107.68,280a25.23,25.23,0,0,0-.39,16l1.64,4.52a43.58,43.58,0,0,0,13.39,18.76l7.89,6.43a15,15,0,0,0,14.35,1.72L172.62,314A70.38,70.38,0,0,0,187,304.52l22.46-20.27a9,9,0,0,0,3-6.36,9.08,9.08,0,0,0-2.5-6.56L159.2,237.18a9.83,9.83,0,0,1-3.09-12.45l19.66-36.95a19.21,19.21,0,0,0,1-14.67A22.37,22.37,0,0,0,165.58,163L103.94,139.8c-4.44-1.6-4.2-3.6.51-3.88l36.2-3.59a55.9,55.9,0,0,1,16.9,1.5l31.5,8.8a9.64,9.64,0,0,1,6.74,10.76L183.42,221a34.72,34.72,0,0,0-.61,11.41c.5,1.61,4.73,3.6,9.36,4.73l19.19,4a46.38,46.38,0,0,0,16.86,0l17.26-4c4.64-1,8.82-3.23,9.35-4.85a34.94,34.94,0,0,0-.63-11.4l-12.45-67.59a9.66,9.66,0,0,1,6.74-10.76l31.5-8.83a55.87,55.87,0,0,1,16.9-1.5l36.2,3.37c4.74.44,5,2.2.54,3.88L272,162.79a22.08,22.08,0,0,0-11.16,10.12,19.3,19.3,0,0,0,1,14.67l19.69,36.95A9.84,9.84,0,0,1,278.45,237l-50.66,34.23a9,9,0,0,0,.32,12.78l.15.14,22.49,20.27a71.46,71.46,0,0,0,14.35,9.47l28.06,13.35a14.89,14.89,0,0,0,14.34-1.76l7.9-6.45a43.53,43.53,0,0,0,13.38-18.8l1.65-4.52a25.27,25.27,0,0,0-.39-16l-8.26-19.49a14.4,14.4,0,0,1,2.55-14.35l50.23-53.45,11.3-13a35.8,35.8,0,0,0,1.54-4.24Z"})]});import{jsx as j,jsxs as ft}from"react/jsx-runtime";var du=({style:e,...t})=>ft("svg",{width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[j("g",{clipPath:"url(#clip0_5_32)",children:ft("g",{clipPath:"url(#clip1_5_32)",children:[j("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:j("path",{d:"M78.163 0H41.837C29.79 0 23.767 0 17.283 2.04999C10.203 4.62701 4.627 10.203 2.05 17.283C0 23.767 0 29.791 0 41.837V78.163C0 90.21 0 96.232 2.05 102.717C4.627 109.797 10.203 115.373 17.283 117.949C23.767 120 29.79 120 41.837 120H78.163C90.21 120 96.232 120 102.717 117.949C109.797 115.373 115.373 109.797 117.95 102.717C120 96.232 120 90.21 120 78.163V41.837C120 29.791 120 23.767 117.95 17.283C115.373 10.203 109.797 4.62701 102.717 2.04999C96.232 0 90.21 0 78.163 0Z",fill:"black"})}),j("g",{mask:"url(#mask0_5_32)",children:j("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),j("path",{d:"M20 38H26C56.9279 38 82 63.0721 82 94V100H94C97.3137 100 100 97.3137 100 94C100 53.1309 66.8691 20 26 20C22.6863 20 20 22.6863 20 26V38Z",fill:"url(#paint1_radial_5_32)"}),j("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),j("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),j("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),j("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),j("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),j("path",{d:"M20 62C20 65.3137 22.6863 68 26 68C40.3594 68 52 79.6406 52 94C52 97.3137 54.6863 100 58 100H68V94C68 70.804 49.196 52 26 52H20V62Z",fill:"url(#paint7_radial_5_32)"}),j("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),j("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),ft("defs",{children:[ft("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[j("stop",{stopColor:"#174299"}),j("stop",{offset:"1",stopColor:"#001E59"})]}),ft("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[j("stop",{offset:"0.770277",stopColor:"#FF4000"}),j("stop",{offset:"1",stopColor:"#8754C9"})]}),ft("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[j("stop",{stopColor:"#FF4000"}),j("stop",{offset:"1",stopColor:"#8754C9"})]}),ft("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[j("stop",{stopColor:"#8754C9"}),j("stop",{offset:"1",stopColor:"#FF4000"})]}),ft("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[j("stop",{offset:"0.723929",stopColor:"#FFF700"}),j("stop",{offset:"1",stopColor:"#FF9901"})]}),ft("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[j("stop",{stopColor:"#FFF700"}),j("stop",{offset:"1",stopColor:"#FF9901"})]}),ft("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[j("stop",{stopColor:"#FFF700"}),j("stop",{offset:"1",stopColor:"#FF9901"})]}),ft("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[j("stop",{offset:"0.59513",stopColor:"#00AAFF"}),j("stop",{offset:"1",stopColor:"#01DA40"})]}),ft("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[j("stop",{stopColor:"#00AAFF"}),j("stop",{offset:"1",stopColor:"#01DA40"})]}),ft("radialGradient",{id:"paint9_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(23 69) rotate(-90) scale(17 322.37)",children:[j("stop",{stopColor:"#00AAFF"}),j("stop",{offset:"1",stopColor:"#01DA40"})]}),j("clipPath",{id:"clip0_5_32",children:j("rect",{width:"120",height:"120",fill:"white"})}),j("clipPath",{id:"clip1_5_32",children:j("rect",{width:"120",height:"120",fill:"white"})})]})]});import{jsx as Vn,jsxs as pu}from"react/jsx-runtime";var uu=({style:e,...t})=>pu("svg",{width:"176",height:"176",viewBox:"0 0 176 176",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[pu("g",{clipPath:"url(#clip0_1704_1423)",children:[Vn("path",{d:"M126.233 176H49.7672C22.287 176 0 153.723 0 126.233V49.7673C0 22.287 22.2769 0 49.7672 0H126.233C153.713 0 176 22.277 176 49.7673V126.233C176 153.723 153.713 176 126.233 176Z",fill:"#2461ED"}),Vn("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M100.667 85.6591C83.4133 76.3353 62.4196 64.2443 46.6192 54.3891C41.9573 51.0306 44.3234 43.9023 49.9578 43.9023H128.138C132.499 43.9023 135.416 48.7648 133.231 52.4442C127.977 61.5174 120.308 73.0368 113.901 82.1702C110.462 87.0727 104.858 87.9149 100.667 85.6591ZM75.5031 88.6867C92.1858 97.5795 115.566 111.104 132.178 121.33C137.311 124.498 135.266 132.098 129.271 132.098C119.46 132.098 103.518 132.1 87.6592 132.103C71.9639 132.105 56.3497 132.108 46.8398 132.108C42.0476 132.108 39.5913 127.135 41.6265 123.666C48.5041 111.946 56.2338 100.116 62.6603 91.2834C65.5176 87.3433 71.3325 86.461 75.5031 88.6867Z",fill:"white"})]}),Vn("defs",{children:Vn("clipPath",{id:"clip0_1704_1423",children:Vn("rect",{width:"176",height:"176",fill:"white"})})})]});import{jsx as Zr,jsxs as wv}from"react/jsx-runtime";var ao={coinbase_wallet:{logo:Mn,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:Br,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:eo,displayName:"Phantom"},rainbow:{logo:du,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:On,displayName:"WalletConnect"},zerion:{logo:uu,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:cu,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},Xr=({provider:e,displayName:t,logo:o,connectOnly:r,connector:n})=>{let{navigate:i}=x(),{connectWallet:a}=M(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,s;return n.connectorType==="phantom"?s=()=>{No()?(a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):i(mv?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},wv(vv,{onClick:s,children:[Zr(gv,{icon:yv(e,n.connectorType)??o,name:n.walletClientType}),Zr("span",{style:{textTransform:"capitalize"},children:hv(e,n.connectorType)||t||n.walletClientType}),Zr("span",{id:"connect-text",children:"Connect"})]})},hv=(e,t)=>{if(ao[e]?.displayName)return ao[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},yv=(e,t)=>{if(ao[e]?.logo)return ao[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return On},gv=({icon:e,name:t})=>typeof e=="string"?Zr("img",{alt:`${t||"wallet"} logo`,src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?Zr(uv,{}):e?Zr(e,{}):null,vv=fv(ge)`
|
|
844
|
+
`;import uv from"@heroicons/react/24/outline/WalletIcon";import{isMobile as mv}from"react-device-detect";import fv from"styled-components";import{jsx as Gt,jsxs as lu}from"react/jsx-runtime";var cu=({...e})=>lu("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[Gt("defs",{children:lu("linearGradient",{id:"brave-linear-gradient",x1:"-18.79",y1:"359.73",x2:"194.32",y2:"359.73",gradientTransform:"matrix(2.05, 0, 0, -2.05, 38.49, 992.77)",gradientUnits:"userSpaceOnUse",children:[Gt("stop",{offset:"0",stopColor:"#f1562b"}),Gt("stop",{offset:"0.3",stopColor:"#f1542b"}),Gt("stop",{offset:"0.41",stopColor:"#f04d2a"}),Gt("stop",{offset:"0.49",stopColor:"#ef4229"}),Gt("stop",{offset:"0.5",stopColor:"#ef4029"}),Gt("stop",{offset:"0.56",stopColor:"#e83e28"}),Gt("stop",{offset:"0.67",stopColor:"#e13c26"}),Gt("stop",{offset:"1",stopColor:"#df3c26"})]})}),Gt("path",{style:{fill:"url(#brave-linear-gradient)"},d:"M436.49,165.63,420.7,122.75l11-24.6A8.47,8.47,0,0,0,430,88.78L400.11,58.6a48.16,48.16,0,0,0-50.23-11.66l-8.19,2.89L296.09.43,218.25,0,140.4.61,94.85,50.41l-8.11-2.87A48.33,48.33,0,0,0,36.19,59.3L5.62,90.05a6.73,6.73,0,0,0-1.36,7.47l11.47,25.56L0,165.92,56.47,380.64a89.7,89.7,0,0,0,34.7,50.23l111.68,75.69a24.73,24.73,0,0,0,30.89,0l111.62-75.8A88.86,88.86,0,0,0,380,380.53l46.07-176.14Z"}),Gt("path",{style:{fill:"#fff"},d:"M231,317.33a65.61,65.61,0,0,0-9.11-3.3h-5.49a66.08,66.08,0,0,0-9.11,3.3l-13.81,5.74-15.6,7.18-25.4,13.24a4.84,4.84,0,0,0-.62,9l22.06,15.49q7,5,13.55,10.76l6.21,5.35,13,11.37,5.89,5.2a10.15,10.15,0,0,0,12.95,0l25.39-22.18,13.6-10.77,22.06-15.79a4.8,4.8,0,0,0-.68-8.93l-25.36-12.8L244.84,323ZM387.4,175.2l.8-2.3a61.26,61.26,0,0,0-.57-9.18,73.51,73.51,0,0,0-8.19-15.44l-14.35-21.06-10.22-13.88-19.23-24a69.65,69.65,0,0,0-5.7-6.67h-.4L321,84.25l-42.27,8.14a33.49,33.49,0,0,1-12.59-1.84l-23.21-7.5-16.61-4.59a70.52,70.52,0,0,0-14.67,0L195,83.1l-23.21,7.54a33.89,33.89,0,0,1-12.59,1.84l-42.22-8-8.54-1.58h-.4a65.79,65.79,0,0,0-5.7,6.67l-19.2,24Q77.81,120.32,73,127.45L58.61,148.51l-6.78,11.31a51,51,0,0,0-1.94,13.35l.8,2.3A34.51,34.51,0,0,0,52,179.81l11.33,13,50.23,53.39a14.31,14.31,0,0,1,2.55,14.34L107.68,280a25.23,25.23,0,0,0-.39,16l1.64,4.52a43.58,43.58,0,0,0,13.39,18.76l7.89,6.43a15,15,0,0,0,14.35,1.72L172.62,314A70.38,70.38,0,0,0,187,304.52l22.46-20.27a9,9,0,0,0,3-6.36,9.08,9.08,0,0,0-2.5-6.56L159.2,237.18a9.83,9.83,0,0,1-3.09-12.45l19.66-36.95a19.21,19.21,0,0,0,1-14.67A22.37,22.37,0,0,0,165.58,163L103.94,139.8c-4.44-1.6-4.2-3.6.51-3.88l36.2-3.59a55.9,55.9,0,0,1,16.9,1.5l31.5,8.8a9.64,9.64,0,0,1,6.74,10.76L183.42,221a34.72,34.72,0,0,0-.61,11.41c.5,1.61,4.73,3.6,9.36,4.73l19.19,4a46.38,46.38,0,0,0,16.86,0l17.26-4c4.64-1,8.82-3.23,9.35-4.85a34.94,34.94,0,0,0-.63-11.4l-12.45-67.59a9.66,9.66,0,0,1,6.74-10.76l31.5-8.83a55.87,55.87,0,0,1,16.9-1.5l36.2,3.37c4.74.44,5,2.2.54,3.88L272,162.79a22.08,22.08,0,0,0-11.16,10.12,19.3,19.3,0,0,0,1,14.67l19.69,36.95A9.84,9.84,0,0,1,278.45,237l-50.66,34.23a9,9,0,0,0,.32,12.78l.15.14,22.49,20.27a71.46,71.46,0,0,0,14.35,9.47l28.06,13.35a14.89,14.89,0,0,0,14.34-1.76l7.9-6.45a43.53,43.53,0,0,0,13.38-18.8l1.65-4.52a25.27,25.27,0,0,0-.39-16l-8.26-19.49a14.4,14.4,0,0,1,2.55-14.35l50.23-53.45,11.3-13a35.8,35.8,0,0,0,1.54-4.24Z"})]});import{jsx as K,jsxs as ft}from"react/jsx-runtime";var du=({style:e,...t})=>ft("svg",{width:"120",height:"120",viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[K("g",{clipPath:"url(#clip0_5_32)",children:ft("g",{clipPath:"url(#clip1_5_32)",children:[K("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:K("path",{d:"M78.163 0H41.837C29.79 0 23.767 0 17.283 2.04999C10.203 4.62701 4.627 10.203 2.05 17.283C0 23.767 0 29.791 0 41.837V78.163C0 90.21 0 96.232 2.05 102.717C4.627 109.797 10.203 115.373 17.283 117.949C23.767 120 29.79 120 41.837 120H78.163C90.21 120 96.232 120 102.717 117.949C109.797 115.373 115.373 109.797 117.95 102.717C120 96.232 120 90.21 120 78.163V41.837C120 29.791 120 23.767 117.95 17.283C115.373 10.203 109.797 4.62701 102.717 2.04999C96.232 0 90.21 0 78.163 0Z",fill:"black"})}),K("g",{mask:"url(#mask0_5_32)",children:K("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),K("path",{d:"M20 38H26C56.9279 38 82 63.0721 82 94V100H94C97.3137 100 100 97.3137 100 94C100 53.1309 66.8691 20 26 20C22.6863 20 20 22.6863 20 26V38Z",fill:"url(#paint1_radial_5_32)"}),K("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),K("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),K("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),K("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),K("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),K("path",{d:"M20 62C20 65.3137 22.6863 68 26 68C40.3594 68 52 79.6406 52 94C52 97.3137 54.6863 100 58 100H68V94C68 70.804 49.196 52 26 52H20V62Z",fill:"url(#paint7_radial_5_32)"}),K("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),K("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),ft("defs",{children:[ft("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[K("stop",{stopColor:"#174299"}),K("stop",{offset:"1",stopColor:"#001E59"})]}),ft("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[K("stop",{offset:"0.770277",stopColor:"#FF4000"}),K("stop",{offset:"1",stopColor:"#8754C9"})]}),ft("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[K("stop",{stopColor:"#FF4000"}),K("stop",{offset:"1",stopColor:"#8754C9"})]}),ft("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[K("stop",{stopColor:"#8754C9"}),K("stop",{offset:"1",stopColor:"#FF4000"})]}),ft("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[K("stop",{offset:"0.723929",stopColor:"#FFF700"}),K("stop",{offset:"1",stopColor:"#FF9901"})]}),ft("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[K("stop",{stopColor:"#FFF700"}),K("stop",{offset:"1",stopColor:"#FF9901"})]}),ft("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[K("stop",{stopColor:"#FFF700"}),K("stop",{offset:"1",stopColor:"#FF9901"})]}),ft("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[K("stop",{offset:"0.59513",stopColor:"#00AAFF"}),K("stop",{offset:"1",stopColor:"#01DA40"})]}),ft("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[K("stop",{stopColor:"#00AAFF"}),K("stop",{offset:"1",stopColor:"#01DA40"})]}),ft("radialGradient",{id:"paint9_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(23 69) rotate(-90) scale(17 322.37)",children:[K("stop",{stopColor:"#00AAFF"}),K("stop",{offset:"1",stopColor:"#01DA40"})]}),K("clipPath",{id:"clip0_5_32",children:K("rect",{width:"120",height:"120",fill:"white"})}),K("clipPath",{id:"clip1_5_32",children:K("rect",{width:"120",height:"120",fill:"white"})})]})]});import{jsx as Vn,jsxs as pu}from"react/jsx-runtime";var uu=({style:e,...t})=>pu("svg",{width:"176",height:"176",viewBox:"0 0 176 176",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:24,width:24,...e},...t,children:[pu("g",{clipPath:"url(#clip0_1704_1423)",children:[Vn("path",{d:"M126.233 176H49.7672C22.287 176 0 153.723 0 126.233V49.7673C0 22.287 22.2769 0 49.7672 0H126.233C153.713 0 176 22.277 176 49.7673V126.233C176 153.723 153.713 176 126.233 176Z",fill:"#2461ED"}),Vn("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M100.667 85.6591C83.4133 76.3353 62.4196 64.2443 46.6192 54.3891C41.9573 51.0306 44.3234 43.9023 49.9578 43.9023H128.138C132.499 43.9023 135.416 48.7648 133.231 52.4442C127.977 61.5174 120.308 73.0368 113.901 82.1702C110.462 87.0727 104.858 87.9149 100.667 85.6591ZM75.5031 88.6867C92.1858 97.5795 115.566 111.104 132.178 121.33C137.311 124.498 135.266 132.098 129.271 132.098C119.46 132.098 103.518 132.1 87.6592 132.103C71.9639 132.105 56.3497 132.108 46.8398 132.108C42.0476 132.108 39.5913 127.135 41.6265 123.666C48.5041 111.946 56.2338 100.116 62.6603 91.2834C65.5176 87.3433 71.3325 86.461 75.5031 88.6867Z",fill:"white"})]}),Vn("defs",{children:Vn("clipPath",{id:"clip0_1704_1423",children:Vn("rect",{width:"176",height:"176",fill:"white"})})})]});import{jsx as Zr,jsxs as wv}from"react/jsx-runtime";var ao={coinbase_wallet:{logo:Mn,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:Br,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:eo,displayName:"Phantom"},rainbow:{logo:du,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:On,displayName:"WalletConnect"},zerion:{logo:uu,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:cu,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},Xr=({provider:e,displayName:t,logo:o,connectOnly:r,connector:n})=>{let{navigate:i}=S(),{connectWallet:a}=M(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,s;return n.connectorType==="phantom"?s=()=>{No()?(a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):i(mv?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},wv(vv,{onClick:s,children:[Zr(gv,{icon:yv(e,n.connectorType)??o,name:n.walletClientType}),Zr("span",{style:{textTransform:"capitalize"},children:hv(e,n.connectorType)||t||n.walletClientType}),Zr("span",{id:"connect-text",children:"Connect"})]})},hv=(e,t)=>{if(ao[e]?.displayName)return ao[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},yv=(e,t)=>{if(ao[e]?.logo)return ao[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return On},gv=({icon:e,name:t})=>typeof e=="string"?Zr("img",{alt:`${t||"wallet"} logo`,src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?Zr(uv,{}):e?Zr(e,{}):null,vv=fv(ge)`
|
|
845
845
|
/* Show "Connect" on hover */
|
|
846
846
|
> #connect-text {
|
|
847
847
|
font-weight: 500;
|
|
@@ -863,16 +863,16 @@ Resources:
|
|
|
863
863
|
display: none;
|
|
864
864
|
}
|
|
865
865
|
}
|
|
866
|
-
`;import{Fragment as Tv,jsx as zn,jsxs as Pv}from"react/jsx-runtime";var Cv=["coinbase_wallet"],bv=["metamask","rainbow","zerion"],Ev=["phantom"],en=({connectOnly:e})=>{let{connectors:t}=M(),{app:o}=
|
|
866
|
+
`;import{Fragment as Tv,jsx as zn,jsxs as Pv}from"react/jsx-runtime";var Cv=["coinbase_wallet"],bv=["metamask","rainbow","zerion"],Ev=["phantom"],en=({connectOnly:e})=>{let{connectors:t}=M(),{app:o}=S(),r=$n(o.appearance.walletList,t,e,o.appearance.walletList);return Pv(Tv,{children:[...r]})},$n=(e,t,o,r)=>{let n=[],i=[],a=[],l=t.find(s=>s.connectorType==="wallet_connect_v2");for(let s of e)if(s==="detected_wallets"){let c=t.filter(({connectorType:u,walletClientType:m})=>u==="injected"&&!r.includes(m));for(let u of c){let{walletClientType:m,walletBranding:h}=u;(m==="unknown"?i:n).push(zn(Xr,{connectOnly:o,provider:m,logo:h.icon,displayName:h.name,connector:u},`${s}-${m}`))}}else if(Ev.includes(s)){let c=t.find(u=>u.connectorType==="injected"&&u.walletClientType===s||u.connectorType===s);c&&n.push(zn(Xr,{connectOnly:o,provider:s,connector:c},s))}else if(bv.includes(s)){let c=t.find(u=>u.connectorType==="injected"&&u.walletClientType===s)??l;c&&n.push(zn(Xr,{connectOnly:o,provider:s,connector:c},s))}else if(Cv.includes(s)){let c=t.find(({connectorType:u})=>u===s);c&&n.push(zn(Xr,{connectOnly:o,provider:s,connector:c},s))}else s==="wallet_connect"&&l&&a.push(zn(Xr,{connectOnly:o,provider:s,connector:l},s));return[...i,...n,...a]};import{Fragment as xv,jsx as qn,jsxs as Sv}from"react/jsx-runtime";var mu=()=>{let{app:e}=S(),t=`Connect a wallet to ${e?.name}`;return Sv(xv,{children:[qn(_,{},"header"),qn(io,{title:"Connect your wallet",description:t}),qn(St,{children:qn(en,{connectOnly:!0})}),qn(V,{protectedByPrivy:!0})]})};import Iv from"styled-components";import kv from"styled-components";import _v from"react";import{jsx as Av}from"react/jsx-runtime";var fu=()=>{let{app:e}=S(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?Av("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?_v.cloneElement(t,{alt:o,style:r}):(console.warn("`config.appearance.logo` must be a string, or an SVG / IMG element. Nothing will be rendered."),null):null};import{jsx as hu}from"react/jsx-runtime";var tn=e=>{let{app:t}=S();return t?.appearance.logo?hu(Rv,{...e,children:hu(fu,{})}):null},Rv=kv.div`
|
|
867
867
|
display: flex;
|
|
868
868
|
flex-direction: column;
|
|
869
869
|
align-items: center;
|
|
870
870
|
padding: 24px 0;
|
|
871
871
|
flex-grow: 1;
|
|
872
872
|
justify-content: center;
|
|
873
|
-
`;import{Fragment as Wv,jsx as on,jsxs as Nv}from"react/jsx-runtime";var yu=()=>{let{app:e}=
|
|
873
|
+
`;import{Fragment as Wv,jsx as on,jsxs as Nv}from"react/jsx-runtime";var yu=()=>{let{app:e}=S();return Nv(Wv,{children:[on(_,{},"header"),on(Mv,{}),on(St,{children:on(en,{connectOnly:!0})}),e&&on(jr,{app:e,alwaysShowImplicitConsent:!0}),on(V,{protectedByPrivy:!0})]})},Mv=Iv(tn)`
|
|
874
874
|
margin-bottom: 16px;
|
|
875
|
-
`;import{useEffect as bu,useState as Eu}from"react";import{isMobile as Gv}from"react-device-detect";import Vv from"styled-components";import{useEffect as Tl,useState as fr}from"react";import{isMobile as jn}from"react-device-detect";import{useInterval as Uv}from"react-use";import vu from"styled-components";import{useState as Lv,useEffect as Ov,useCallback as Dv}from"react";function gu(){let[e,t]=Lv(!1),o=Dv(()=>{document.hidden&&t(!0)},[]);return Ov(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}import{Fragment as Cu,jsx as Ie,jsxs as Kn}from"react/jsx-runtime";var Pl=2,xl=e=>e?.privyErrorCode==="linked_to_another_user"?wo.ERROR_USER_EXISTS:e instanceof Ue&&!e.details.default?e.details:e instanceof Or?wo.ERROR_TIMED_OUT:e instanceof Dr?wo.ERROR_USER_REJECTED_CONNECTION:wo.ERROR_WALLET_CONNECTION,wu=()=>{let[e,t]=fr(!1),[o,r]=fr(!1),[n,i]=fr(void 0),{authenticated:a}=G(),{app:l,navigate:s,navigateBack:c,lastScreen:u,currentScreen:m,setModalData:h}=
|
|
875
|
+
`;import{useEffect as bu,useState as Eu}from"react";import{isMobile as Gv}from"react-device-detect";import Vv from"styled-components";import{useEffect as Tl,useState as fr}from"react";import{isMobile as jn}from"react-device-detect";import{useInterval as Uv}from"react-use";import vu from"styled-components";import{useState as Lv,useEffect as Ov,useCallback as Dv}from"react";function gu(){let[e,t]=Lv(!1),o=Dv(()=>{document.hidden&&t(!0)},[]);return Ov(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}import{Fragment as Cu,jsx as Ie,jsxs as Kn}from"react/jsx-runtime";var Pl=2,xl=e=>e?.privyErrorCode==="linked_to_another_user"?wo.ERROR_USER_EXISTS:e instanceof Ue&&!e.details.default?e.details:e instanceof Or?wo.ERROR_TIMED_OUT:e instanceof Dr?wo.ERROR_USER_REJECTED_CONNECTION:wo.ERROR_WALLET_CONNECTION,wu=()=>{let[e,t]=fr(!1),[o,r]=fr(!1),[n,i]=fr(void 0),{authenticated:a}=G(),{app:l,navigate:s,navigateBack:c,lastScreen:u,currentScreen:m,setModalData:h}=S(),{getAuthFlow:y,walletConnectionStatus:C,closePrivyModal:E,initLoginWithWallet:P,loginWithWallet:b,updateWallets:A}=M(),{walletConnectors:R}=G(),[I,x]=fr(0),{user:L}=G(),[O]=fr(L?.linkedAccounts.length||0),[F,H]=fr(""),[$,D]=fr(!1),{hasTabbedAway:z}=gu(),{enabled:k,token:oe}=de(),ie=jn&&C?.connector?.connectorType==="wallet_connect_v2"||jn&&C?.connector?.connectorType==="coinbase_wallet"||jn&&C?.connector?.connectorType==="injected"&&C?.connector?.walletClientType==="phantom",j=C?.status==="connected",Ve=C?.status==="switching_to_supported_chain";Tl(()=>{let W=y();if(j&&!W&&(k&&!oe&&!a?(h({captchaModalData:{callback:ze=>P(C.connectedWallet,ze).then(()=>{D(!0)}),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN",!1)):P(C.connectedWallet,oe).then(()=>{D(!0)})),W&&ie&&j&&!W.preparedMessage){W.buildSiweMessage();return}!W||ie||!j||o||(async()=>{r(!0),i(void 0);try{C?.connector?.connectorType==="wallet_connect_v2"&&C?.connector?.walletClientType==="metamask"&&await $s(2500),await rt()}catch(ze){console.warn("Auto-prompted signature failed",ze)}finally{r(!1)}})()},[I,j,$]),Tl(()=>{if(L&&e){let W=l?.render.inDialog?Je:0,ze=l?.render.inDialog?W-500:0;if(l?.legal.requireUsersAcceptTerms&&!L.hasAcceptedTerms){let ee=setTimeout(()=>{s("AFFIRMATIVE_CONSENT_SCREEN")},ze);return()=>clearTimeout(ee)}if(bt(L,l?.embeddedWallets?.createOnLogin)){let ee=setTimeout(()=>{h({createWallet:{onSuccess:()=>{},onFailure:vt=>console.error(vt),callAuthOnSuccessOnClose:!0}}),s("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},ze);return()=>clearTimeout(ee)}A();let _n=setTimeout(E,Je);return()=>clearTimeout(_n)}},[L,e]);let ye=W=>{if(W?.privyErrorCode==="allowlist_rejected"){s("ALLOWLIST_REJECTION_SCREEN");return}i(xl(W))};async function rt(){try{if(await b(),!l?.render.inDialog)return E();t(!0)}catch(W){ye(W)}finally{r(!1)}}Tl(()=>{C?.connectError&&ye(C?.connectError)},[C]),Uv(()=>{let W=Se==="wallet_connect_v2"&&C?.connector instanceof to?C.connector.redirectUri:void 0;W&&H(W)},C?.connector instanceof to&&!F?500:null);let Se=C?.connector?.connectorType||"injected",re=C?.connector?.walletClientType||"unknown",ho=ao[re]?.displayName||C?.connector?.walletBranding.name||"Browser Extension",Wt=ao[re]?.logo||C?.connector?.walletBranding.icon||(W=>Ie(Fr,{...W})),Sr=ho==="Browser Extension"?ho.toLowerCase():ho,nt;e?nt=`Successfully connected with ${Sr}`:n?nt=n.message:Ve?nt="Switching networks":j?nt=o&&ie?"Signing":"Sign to verify":nt=`Waiting for ${Sr}`;let _e="Don\u2019t see your wallet? Check your other browser windows.";if(e){let W=L?.linkedAccounts.length||0;O===W?_e="Wallet was already linked.":_e="You\u2019re good to go!"}else I>=Pl&&n?_e="Unable to connect wallet":n?_e=n.detail:Ve?_e="Switch your wallet to the requested network.":j&&ie?_e="Sign the message in your wallet to verify it belongs to you.":re==="metamask"&&jn?_e="Click continue to open and connect MetaMask.":re==="metamask"?_e="For the best experience, connect only one wallet at a time.":Se==="wallet_connect"?_e="Open your mobile wallet app to continue":Se==="coinbase_wallet"&&(_d()||(Qs(L)?_e="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":_e="Open the Coinbase app on your phone to continue."));let Kt=R?.walletConnectors?.find(W=>W.walletClientType==="coinbase_wallet"),_r=re==="coinbase_wallet"&&(Qs(L)||n===wo.ERROR_USER_EXISTS);return Kn(Cu,{children:[Ie(_,{backFn:!u||m===u?void 0:c}),Kn(Bv,{children:[Ie(Sl,{walletLogo:Wt,success:e,fail:!!n}),Kn(kt,{children:[Ie("h3",{children:nt}),Ie("p",{children:_e}),!j&&F&&!z?Kn("p",{children:["Still here?"," ",Ie("a",{href:F,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),_r?Ie(U,{onClick:()=>Kt&&Kt?.disconnect(),disabled:e,children:"Use a different wallet"}):n==wo.ERROR_USER_EXISTS&&m!==u?Ie(U,{onClick:c,children:"Use a different wallet"}):j&&!e&&ie?Ie(U,{onClick:()=>{r(!0),rt(),Fv(re)},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&I<Pl?Ie(U,{onClick:()=>{x(I+1),i(void 0),j?(r(!0),rt()):C?.connectRetry()},disabled:!e&&(!n?.retryable||I>=Pl),children:"Retry"}):!e&&!n?Ie(U,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),Ie(X,{})]})},Fv=e=>{if(!jn||!hp(e))return;let t=yp(e);t&&window.open(t,"_self","noopener,noreferrer")},Bv=vu.div`
|
|
876
876
|
display: flex;
|
|
877
877
|
flex-direction: column;
|
|
878
878
|
align-items: center;
|
|
@@ -902,14 +902,14 @@ Resources:
|
|
|
902
902
|
left: -19px;
|
|
903
903
|
top: -19px;
|
|
904
904
|
}
|
|
905
|
-
`,Sl=e=>{let t=e.walletLogo;return Ie(Cu,{children:Ie(Hv,{children:Kn("div",{children:[Ie(Fo,{success:e.success,fail:e.fail}),typeof t=="string"?Ie("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):Ie(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as $v,jsx as Eo,jsxs as _l}from"react/jsx-runtime";var Ia=2,Tu=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=
|
|
905
|
+
`,Sl=e=>{let t=e.walletLogo;return Ie(Cu,{children:Ie(Hv,{children:Kn("div",{children:[Ie(Fo,{success:e.success,fail:e.fail}),typeof t=="string"?Ie("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):Ie(t,{style:{width:"38px",height:"38px"}})]})})})};import{Fragment as $v,jsx as Eo,jsxs as _l}from"react/jsx-runtime";var Ia=2,Tu=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=S(),{walletConnectionStatus:r,closePrivyModal:n}=M(),[i,a]=Eu(void 0),[l,s]=Eu(0),c=r?.status==="connected",u=r?.status==="switching_to_supported_chain";bu(()=>{if(c){let R=setTimeout(n,Je);return()=>clearTimeout(R)}},[c]);let m=R=>{a(xl(R))};bu(()=>{r?.connectError&&m(r?.connectError)},[r]);let h=r?.connector?.connectorType||"injected",y=r?.connector?.walletClientType||"unknown",C=ao[y]?.displayName||r?.connector?.walletBranding.name||"Browser Extension",E=ao[y]?.logo||r?.connector?.walletBranding.icon||(R=>Eo(Fr,{...R})),P=C==="Browser Extension"?C.toLowerCase():C,b;c?b=`Successfully connected with ${P}`:i?b=i.message:u?b="Switching networks":b=`Waiting for ${P}`;let A="Don\u2019t see your wallet? Check your other browser windows.";return c?A="You\u2019re good to go!":l>=Ia&&i?A="Unable to connect wallet":i?A=i.detail:u?A="Switch your wallet to the requested network.":y==="metamask"&&Gv?A="Click to continue to open and connect MetaMask.":y==="metamask"?A="For the best experience, connect only one wallet at a time.":h==="wallet_connect_v2"?A="Open your mobile wallet app to continue":h==="coinbase_wallet"&&(A="Open the Coinbase app on your phone to continue."),_l($v,{children:[Eo(_,{backFn:o===t?void 0:e}),_l(zv,{children:[Eo(Sl,{walletLogo:E,success:c,fail:!!i}),_l(kt,{children:[Eo("h3",{children:b}),Eo("p",{children:A})]}),i==wo.ERROR_USER_EXISTS?Eo(U,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&l<Ia?Eo(U,{onClick:()=>{s(l+1),a(void 0),r?.connectRetry()},disabled:!c&&(!i?.retryable||l>=Ia),children:"Retry"}):!c&&i&&l>=Ia?Eo(U,{onClick:e,children:"Use a different wallet"}):null]}),Eo(X,{})]})},zv=Vv.div`
|
|
906
906
|
display: flex;
|
|
907
907
|
flex-direction: column;
|
|
908
908
|
align-items: center;
|
|
909
909
|
justify-content: center;
|
|
910
910
|
gap: 24px;
|
|
911
911
|
width: 100%;
|
|
912
|
-
`;import Zv from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as Xv,useMemo as
|
|
912
|
+
`;import Zv from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as Xv,useMemo as e1,useState as t1}from"react";import o1 from"styled-components";import Ma from"styled-components";import{jsx as Al,jsxs as Jv}from"react/jsx-runtime";var rn=()=>Al(qv,{children:Jv(jv,{children:[Al(Kv,{}),Al(Yv,{})]})}),qv=Ma.div`
|
|
913
913
|
display: flex;
|
|
914
914
|
justify-content: center;
|
|
915
915
|
align-items: center;
|
|
@@ -965,13 +965,13 @@ Resources:
|
|
|
965
965
|
transform: rotate(360deg);
|
|
966
966
|
}
|
|
967
967
|
}
|
|
968
|
-
`;var Pu=["error","invalid_request_arguments","wallet_not_on_device","invalid_recovery_pin","insufficient_funds","missing_or_invalid_mfa","mfa_verification_max_attempts_reached","mfa_timeout","twilio_verification_failed"];var Te=class extends Error{constructor(o,r){super(r);this.type=o}};function hr(e){let t=e.type;return typeof t=="string"&&Pu.includes(t)}function Qv(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function yr(e){return hr(e)&&e.type==="wallet_not_on_device"}function xu(e){return hr(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function Su(e){return!!(hr(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function nn(e){return!!(hr(e)&&e.type==="mfa_timeout")}function an(e){return!!(hr(e)&&e.type==="missing_or_invalid_mfa")}function kl(e){return!!(hr(e)&&e.type==="mfa_verification_max_attempts_reached")}function Rl(e){return!!(hr(e)&&e.message.includes("code 429"))}function Il(e){return!!(Qv(e)&&e.message==="MFA canceled")}import{Fragment as Au,jsx as sn,jsxs as Ml}from"react/jsx-runtime";var _u=1,ku=()=>{let{authenticated:e,user:t,getAccessToken:o}=G(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=M(),{navigate:a,data:l,setModalData:s,onUserCloseViaDialogOrKeybindRef:c}=
|
|
968
|
+
`;var Pu=["error","invalid_request_arguments","wallet_not_on_device","invalid_recovery_pin","insufficient_funds","missing_or_invalid_mfa","mfa_verification_max_attempts_reached","mfa_timeout","twilio_verification_failed"];var Te=class extends Error{constructor(o,r){super(r);this.type=o}};function hr(e){let t=e.type;return typeof t=="string"&&Pu.includes(t)}function Qv(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function yr(e){return hr(e)&&e.type==="wallet_not_on_device"}function xu(e){return hr(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function Su(e){return!!(hr(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function nn(e){return!!(hr(e)&&e.type==="mfa_timeout")}function an(e){return!!(hr(e)&&e.type==="missing_or_invalid_mfa")}function kl(e){return!!(hr(e)&&e.type==="mfa_verification_max_attempts_reached")}function Rl(e){return!!(hr(e)&&e.message.includes("code 429"))}function Il(e){return!!(Qv(e)&&e.message==="MFA canceled")}import{Fragment as Au,jsx as sn,jsxs as Ml}from"react/jsx-runtime";var _u=1,ku=()=>{let{authenticated:e,user:t,getAccessToken:o}=G(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=M(),{navigate:a,data:l,setModalData:s,onUserCloseViaDialogOrKeybindRef:c}=S(),u=e1(()=>Date.now(),[]),[m,h]=t1(!1),{onCompleteNavigateTo:y,onFailure:C}=l?.connectWallet,E=b=>{m||(h(!0),C(typeof b=="string"?new Error(b):b))};Xv(()=>{let b=pe(t),A;return!e||!b?E("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let I=await o();if(!I)return E("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:I,address:b.address});let x=(Date.now()-u)/1e3;y==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&x<_u?A=setTimeout(()=>{a(y)},(_u-x)*1e3):a(y)}catch(x){if(yr(x)&&b.recoveryMethod==="privy"){let L=await o();if(!L)return E("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:b.address}),(await i?.recover({address:b.address,accessToken:L}))?.address||E(new Error("Unable to recover wallet")),y?a(y):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:b.address}),a(y)}catch{E("An error has occurred, please try again.")}}else yr(x)?(s({...l,recoverWallet:{privyWallet:b,onCompleteNavigateTo:y,onFailure:C}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):E(x)}})(),()=>clearTimeout(A)):void 0},[e,t,i]);let P=()=>{E("User exited before wallet could be connected"),r({shouldCallAuthOnSuccess:!1})};return c.current=P,Ml(Au,{children:[sn(_,{onClose:P}),m?Ml(Au,{children:[Ml(Bt,{children:[sn(Zv,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),sn(we,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),sn(U,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):sn(rn,{}),sn(r1,{})]})},r1=o1.div`
|
|
969
969
|
height: 44px;
|
|
970
|
-
`;import
|
|
970
|
+
`;import n1 from"@heroicons/react/24/solid/CheckCircleIcon";import{useEffect as i1}from"react";import{Fragment as a1,jsx as ln,jsxs as Ru}from"react/jsx-runtime";var Iu=()=>{let{user:e}=G(),{closePrivyModal:t,isNewUserThisSession:o,updateWallets:r}=M(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:l,onFailure:s,callAuthOnSuccessOnClose:c}=i.createWallet,u=()=>{let m=pe(e);m?(r(),l(m)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return i1(()=>{let m=setTimeout(u,hd);return()=>clearTimeout(m)},[]),a.current=u,Ru(a1,{children:[ln(_,{onClose:u}),ln(J,{}),Ru(Bt,{children:[ln(n1,{fill:"var(--privy-color-accent)",width:"64px",height:"64px"}),ln(we,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),ln(Q,{}),ln(V,{protectedByPrivy:!0})]})};import s1 from"@heroicons/react/20/solid/ExclamationTriangleIcon";import l1 from"@heroicons/react/24/outline/ArrowRightOnRectangleIcon";import{useEffect as Nu,useRef as c1,useState as Wl}from"react";import zo from"styled-components";import{Fragment as v1,jsx as Pe,jsxs as Vt}from"react/jsx-runtime";var Lu=()=>{let[e,t]=Wl(null),{authenticated:o,user:r,getAccessToken:n}=G(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:l}=M(),{data:s,onUserCloseViaDialogOrKeybindRef:c}=S(),u=pe(r)?.address,{onFailure:m,onSuccess:h,origin:y,appId:C}=s.keyExport,E=b=>{i({shouldCallAuthOnSuccess:!1}),m(typeof b=="string"?new Error(b):b)},P=()=>{i({shouldCallAuthOnSuccess:!1}),h(),a("embedded_wallet_key_export_completed",{walletAddress:u})};return Nu(()=>{let b=pe(r);if(!o||!b)return E("User must be authenticated before exporting their wallet");n().then(t,E)},[o,r]),c.current=P,Vt(v1,{children:[Pe(_,{onClose:P}),Vt(u1,{children:[Vt(we,{icon:Pe(l1,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[Vt(y1,{children:[Pe(p1,{style:{marginRight:6}}),Lo(u)]}),Pe("p",{children:"You can bring your account with you to another site using an external wallet."})]}),Vt(m1,{children:[Vt(Mu,{children:[Pe(Wu,{children:"1"}),Vt("span",{children:[Pe("a",{href:"https://privy-io.notion.site/Transferring-your-account-9dab9e16c6034a7ab1ff7fa479b02828",target:"blank",rel:"noopener noreferrer",children:"Follow the guide"})," ","to transfer your account to your wallet of choice."]})]}),Vt(Mu,{children:[Pe(Wu,{children:"2"}),Pe("span",{children:"Copy this key into your other wallet"})]})]}),Pe("div",{style:{width:"100%"},children:e&&Pe(d1,{origin:y,appId:C,accessToken:e,clientAnalyticsId:l,address:u,dimensions:{height:"44px"}})}),Vt(g1,{children:[Vt("div",{children:[Pe(s1,{viewBox:"0 0 20 18"}),Pe("h4",{children:"Warning"})]}),Pe("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),Pe(V,{protectedByPrivy:!0})]})};function d1(e){let[t,o]=Wl(e.dimensions.width),[r,n]=Wl(void 0),i=c1(null);return Nu(()=>{if(i.current&&t===void 0){let{width:l}=i.current.getBoundingClientRect();o(l)}let a=getComputedStyle(document.documentElement);n({background2:a.getPropertyValue("--privy-color-background-2"),foreground3:a.getPropertyValue("--privy-color-foreground-3"),foregroundAccent:a.getPropertyValue("--privy-color-foreground-accent"),accent:a.getPropertyValue("--privy-color-accent"),accentDark:a.getPropertyValue("--privy-color-accent-dark"),success:a.getPropertyValue("--privy-color-success")})},[]),Pe("div",{ref:i,children:t&&Vt(f1,{children:[Pe("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:Bi(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...r})}),Pe(h1,{children:"Loading..."})]})})}function p1(e){return Pe("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:Pe("path",{d:"M14 8.81335C14 7.98493 13.3284 7.31335 12.5 7.31335H10C10 8.41792 9.10457 9.31335 8 9.31335C6.89543 9.31335 6 8.41792 6 7.31335H3.5C2.67157 7.31335 2 7.98493 2 8.81335M14 8.81335V12.8134C14 13.6418 13.3284 14.3134 12.5 14.3134H3.5C2.67157 14.3134 2 13.6418 2 12.8134V8.81335M14 8.81335V6.81335M2 8.81335V6.81335M14 6.81335C14 5.98493 13.3284 5.31335 12.5 5.31335H3.5C2.67157 5.31335 2 5.98493 2 6.81335M14 6.81335V4.81335C14 3.98493 13.3284 3.31335 12.5 3.31335H3.5C2.67157 3.31335 2 3.98493 2 4.81335V6.81335",stroke:"var(--privy-color-foreground-3)",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}var u1=zo.div`
|
|
971
971
|
display: flex;
|
|
972
972
|
flex-direction: column;
|
|
973
973
|
text-align: left;
|
|
974
|
-
`,
|
|
974
|
+
`,m1=zo.div`
|
|
975
975
|
display: flex;
|
|
976
976
|
flex-direction: column;
|
|
977
977
|
gap: 24px;
|
|
@@ -1001,11 +1001,11 @@ Resources:
|
|
|
1001
1001
|
border-radius: 100%;
|
|
1002
1002
|
background: var(--privy-color-background);
|
|
1003
1003
|
color: var(--privy-color-accent);
|
|
1004
|
-
`,
|
|
1004
|
+
`,f1=zo.div`
|
|
1005
1005
|
overflow: visible;
|
|
1006
1006
|
position: relative;
|
|
1007
1007
|
height: 44px;
|
|
1008
|
-
`,
|
|
1008
|
+
`,h1=zo.div`
|
|
1009
1009
|
position: absolute;
|
|
1010
1010
|
display: flex;
|
|
1011
1011
|
align-items: center;
|
|
@@ -1017,7 +1017,7 @@ Resources:
|
|
|
1017
1017
|
border-radius: var(--privy-border-radius-md);
|
|
1018
1018
|
background-color: var(--privy-color-background-2);
|
|
1019
1019
|
color: var(--privy-color-foreground-3);
|
|
1020
|
-
`,
|
|
1020
|
+
`,y1=zo.div`
|
|
1021
1021
|
display: flex;
|
|
1022
1022
|
align-items: center;
|
|
1023
1023
|
padding-top: 1px;
|
|
@@ -1030,7 +1030,7 @@ Resources:
|
|
|
1030
1030
|
font-size: 12px;
|
|
1031
1031
|
font-weight: 500;
|
|
1032
1032
|
margin: auto;
|
|
1033
|
-
`,
|
|
1033
|
+
`,g1=zo.div`
|
|
1034
1034
|
border: 1px solid var(--privy-color-background-2) !important;
|
|
1035
1035
|
border-radius: var(--privy-border-radius-md);
|
|
1036
1036
|
padding: 16px;
|
|
@@ -1052,7 +1052,7 @@ Resources:
|
|
|
1052
1052
|
color: var(--privy-color-error);
|
|
1053
1053
|
}
|
|
1054
1054
|
}
|
|
1055
|
-
`;import
|
|
1055
|
+
`;import pw from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as sm,useRef as uw,useState as ei}from"react";import mw from"styled-components";import{useCallback as am,useEffect as dw}from"react";import T1 from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useEffect as P1,useState as Ol}from"react";import w1 from"@heroicons/react/24/outline/ArrowPathIcon";import C1 from"@heroicons/react/24/outline/EyeIcon";import b1 from"@heroicons/react/24/outline/EyeSlashIcon";import He,{css as Nl}from"styled-components";var E1=Nl`
|
|
1056
1056
|
font-size: 14px;
|
|
1057
1057
|
font-style: normal;
|
|
1058
1058
|
font-weight: 400;
|
|
@@ -1061,7 +1061,7 @@ Resources:
|
|
|
1061
1061
|
text-align: left;
|
|
1062
1062
|
transition: color 0.1s ease-in;
|
|
1063
1063
|
`,Wa=He.span`
|
|
1064
|
-
${
|
|
1064
|
+
${E1}
|
|
1065
1065
|
transition: color 0.1s ease-in;
|
|
1066
1066
|
color: ${({error:e})=>e?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
|
|
1067
1067
|
text-transform: ${({error:e})=>e?"":"capitalize"};
|
|
@@ -1184,7 +1184,7 @@ Resources:
|
|
|
1184
1184
|
flex-direction: row;
|
|
1185
1185
|
justify-content: space-around;
|
|
1186
1186
|
align-items: center;
|
|
1187
|
-
`,Uu=He(
|
|
1187
|
+
`,Uu=He(w1)`
|
|
1188
1188
|
height: 1.25rem;
|
|
1189
1189
|
width: 1.25rem;
|
|
1190
1190
|
stroke: var(--privy-color-accent);
|
|
@@ -1193,7 +1193,7 @@ Resources:
|
|
|
1193
1193
|
:active {
|
|
1194
1194
|
stroke: var(--privy-color-accent-light);
|
|
1195
1195
|
}
|
|
1196
|
-
`,dn=He(
|
|
1196
|
+
`,dn=He(b1)`
|
|
1197
1197
|
height: 1.25rem;
|
|
1198
1198
|
width: 1.25rem;
|
|
1199
1199
|
stroke: var(--privy-color-accent);
|
|
@@ -1202,7 +1202,7 @@ Resources:
|
|
|
1202
1202
|
:active {
|
|
1203
1203
|
stroke: var(--privy-color-accent-light);
|
|
1204
1204
|
}
|
|
1205
|
-
`,pn=He(
|
|
1205
|
+
`,pn=He(C1)`
|
|
1206
1206
|
height: 1.25rem;
|
|
1207
1207
|
width: 1.25rem;
|
|
1208
1208
|
stroke: var(--privy-color-accent);
|
|
@@ -1227,7 +1227,7 @@ Resources:
|
|
|
1227
1227
|
transition: all 0.1s ease-out;
|
|
1228
1228
|
background: ${({label:e})=>e==="Strong"&&"#78dca6"||e==="Medium"&&"var(--privy-color-warn)"||"var(--privy-color-error)"};
|
|
1229
1229
|
}
|
|
1230
|
-
`;import{Fragment as
|
|
1230
|
+
`;import{Fragment as x1,jsx as ht,jsxs as Na}from"react/jsx-runtime";var Bu=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=Ol(!0),[l,s]=Ol(!1),[c,u]=Ol(""),m=o===c;return P1(()=>{c&&!l&&s(!0)},[c]),Na(x1,{children:[ht(_,{title:"Confirm Password",closeable:!1,backFn:n}),ht(J,{}),Na($o,{children:[Na(Ko,{children:[ht(T1,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),ht("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),ht("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),Na(jo,{children:[ht(gr,{value:c,onChange:h=>u(h.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text"}),ht(cn,{style:{right:"0.75rem"},children:i?ht(dn,{onClick:()=>a(!1)}):ht(pn,{onClick:()=>a(!0)})})]}),ht(Wa,{"aria-hidden":!l||m,error:!0,children:"Passwords do not match"})]}),ht(qo,{onClick:r,loading:t,disabled:!m,hideAnimations:e,children:"Continue"}),ht(Q,{}),ht(V,{protectedByPrivy:!0})]})};import k1 from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useState as R1}from"react";import I1 from"styled-components";import La from"styled-components";import{jsx as Qn,jsxs as A1}from"react/jsx-runtime";var Hu=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>Qn("label",{children:A1(S1,{className:e,children:[Qn(Vu,{checked:t,...r}),Qn(_1,{color:o,checked:t,children:Qn(Gu,{viewBox:"0 0 24 24",children:Qn("polyline",{points:"20 6 9 17 4 12"})})})]})}),S1=La.div`
|
|
1231
1231
|
display: inline-block;
|
|
1232
1232
|
vertical-align: middle;
|
|
1233
1233
|
`,Gu=La.svg`
|
|
@@ -1245,7 +1245,7 @@ Resources:
|
|
|
1245
1245
|
position: absolute;
|
|
1246
1246
|
white-space: nowrap;
|
|
1247
1247
|
width: 1px;
|
|
1248
|
-
`,
|
|
1248
|
+
`,_1=La.div`
|
|
1249
1249
|
display: inline-block;
|
|
1250
1250
|
width: 18px;
|
|
1251
1251
|
height: 18px;
|
|
@@ -1267,23 +1267,23 @@ Resources:
|
|
|
1267
1267
|
${Gu} {
|
|
1268
1268
|
visibility: ${e=>e.checked?"visible":"hidden"};
|
|
1269
1269
|
}
|
|
1270
|
-
`;import{Fragment as zu,jsx as Rt,jsxs as Zn}from"react/jsx-runtime";var $u=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=
|
|
1270
|
+
`;import{Fragment as zu,jsx as Rt,jsxs as Zn}from"react/jsx-runtime";var $u=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=R1(!1);return Zn(zu,{children:[Rt(_,{title:"Confirm Password",closeable:!1,backFn:r}),Rt(J,{}),Zn($o,{children:[Zn(Ko,{children:[Rt(k1,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),Rt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),Rt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),Rt(Yn,{children:Zn(Jn,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:l=>{l.preventDefault(),a(s=>!s)},children:[Rt(Hu,{color:"var(--privy-color-error)",checked:i}),Rt(zu,{children:"I understand losing my password means losing my account."})]})})]}),Zn(M1,{children:[n.initiatedBy==="user"&&Rt(Ft,{onClick:n.onCancel,disabled:t,children:"Cancel"}),Rt(qo,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),Rt(Q,{}),Rt(V,{protectedByPrivy:!0})]})},M1=I1.div`
|
|
1271
1271
|
display: flex;
|
|
1272
1272
|
gap: 10px;
|
|
1273
|
-
`;import
|
|
1273
|
+
`;import K1 from"@heroicons/react/24/outline/KeyIcon";import Zu from"@heroicons/react/24/solid/CheckCircleIcon";import{useState as Xu,useMemo as Dl,useEffect as Y1}from"react";import em from"styled-components";import W1 from"fast-password-entropy";import*as qu from"secure-password-utilities";import{DEFAULT_WORDLIST as N1}from"secure-password-utilities/wordlists";var L1=95,O1=8,D1=3,U1=.3,F1=/[a-z]/,B1=/[A-Z]/,H1=/[0-9]/,G1="a-zA-Z0-9",ju="!@#$%^&*()\\-_+.",Ku=`${G1}${ju}`,V1=new RegExp(`[${ju}]`),z1=new RegExp(`[${Ku}]`),Yu=new RegExp(`^[${Ku}]{6,}$`),Ju=(e="")=>{let t=e.split("").filter(o=>!z1.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},Oa=()=>qu.generatePassphrase(4,N1);function $1(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function q1(e){if(e.length<O1)return 0;let t=0;F1.test(e)&&(t+=1),B1.test(e)&&(t+=1),H1.test(e)&&(t+=1),V1.test(e)&&(t+=1);let o=t/D1;return Math.max(0,Math.min(1,o))}function j1(e=""){let t=q1(e),o=W1(e)/L1;return(t*U1+o)/2}function Qu(e=""){let t=j1(e);return{value:t,label:$1(t)}}import{Fragment as Z1,jsx as Me,jsxs as To}from"react/jsx-runtime";var tm=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:l})=>{let[s,c]=Xu(!1),[u,m]=Xu(!1);Y1(()=>{o&&!u&&m(!0)},[o]);let h=Dl(()=>u?(o?.length||0)<6?"Password must be at least 6 characters":Yu.test(o||"")?null:`Invalid characters used ( ${Ju(o).join(" ")} )`:null,[o,u]),y=Dl(()=>h?{value:0,label:"Weak"}:Qu(o),[o,h]),C=Dl(()=>!!(!o?.length||h),[h,o]);return To(Z1,{children:[Me(_,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),Me(J,{}),To($o,{children:[To(Ko,{children:[Me(K1,{height:48,width:48,stroke:"var(--privy-color-accent)"}),Me("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),Me("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),To(jo,{children:[Me(gr,{value:o,onChange:E=>a(E.target.value),placeholder:"enter or generate a strong password",type:s?"password":"text"}),To(cn,{style:{width:"3.5rem"},children:[s?Me(dn,{onClick:()=>c(!1)}):Me(pn,{onClick:()=>c(!0)}),Me(Uu,{onClick:l})]})]}),Me(Fu,{value:y.value===0?.01:y.value,label:y.label}),Me(Wa,{error:!!h,children:h||`Password Strength: ${u?y.label:"--"}`}),To(Q1,{children:[Me(J1,{children:To(Yn,{children:[To(Jn,{children:[Me(Zu,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),To(Jn,{children:[Me(Zu,{width:24,height:24,fill:"var(--privy-color-accent)"}),"You will only be asked to enter it when signing on to a new device."]})]})}),Me(qo,{onClick:n,loading:t,disabled:C,hideAnimations:e,children:"Continue"})]})]}),Me(Q,{}),Me(V,{protectedByPrivy:!0})]})},J1=em(Yn)`
|
|
1274
1274
|
flex: 1;
|
|
1275
1275
|
padding-top: 1rem;
|
|
1276
|
-
`,
|
|
1276
|
+
`,Q1=em.div`
|
|
1277
1277
|
display: flex;
|
|
1278
1278
|
flex-direction: column;
|
|
1279
1279
|
height: 100%;
|
|
1280
|
-
`;import
|
|
1280
|
+
`;import X1 from"@heroicons/react/24/outline/ArrowDownTrayIcon";import ew from"@heroicons/react/24/outline/ClipboardDocumentCheckIcon";import tw from"@heroicons/react/24/outline/DocumentDuplicateIcon";import ow from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useState as rw,useCallback as om}from"react";import{Fragment as Ul,jsx as lt,jsxs as vr}from"react/jsx-runtime";var rm=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,l]=rw(!1),s=om(()=>{l(!0),r&&navigator.clipboard.writeText(r)},[r]),c=om(()=>{let u=document.createElement("a"),m=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),h=new Blob([nw(o,r)],{type:"text/plain"}),y=URL.createObjectURL(h);u.href=y,u.target="_blank",u.download=`${m}-privy-wallet-recovery.txt`,document.body.appendChild(u),u.click(),setTimeout(()=>{u.remove(),URL.revokeObjectURL(y)},5e3)},[r]);return vr(Ul,{children:[lt(_,{backFn:i,title:"Save Password",closeable:!1}),lt(J,{}),vr($o,{children:[vr(Ko,{children:[lt(ow,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),lt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),lt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"For your security, this password cannot be reset if you lose your device. Make sure to secure it to keep your assets safe."})]}),lt(jo,{centered:!0,children:lt(Du,{children:r})}),vr("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[lt(Ll,{onClick:s,children:a?vr(Ul,{children:[lt(ew,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):vr(Ul,{children:[lt(tw,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),vr(Ll,{onClick:c,children:[lt(X1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),lt(qo,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),lt(Q,{}),lt(V,{protectedByPrivy:!0})]})},nw=(e,t)=>`Your wallet recovery password for ${e} is
|
|
1281
1281
|
|
|
1282
1282
|
${t}
|
|
1283
1283
|
|
|
1284
|
-
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import
|
|
1284
|
+
You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import iw from"@heroicons/react/24/solid/CheckCircleIcon";import aw from"@heroicons/react/24/solid/XCircleIcon";import{Fragment as sw,jsx as Po,jsxs as Fl}from"react/jsx-runtime";var nm=({error:e,onClose:t})=>Fl(sw,{children:[Po(_,{closeable:!1}),Po(J,{}),e?Fl(Bt,{children:[Po(aw,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),Po(we,{title:"Something went wrong",description:e})]}):Fl(Bt,{children:[Po(iw,{fill:"var(--privy-color-success)",width:"64px",height:"64px"}),Po(we,{title:"Success"})]}),Po(U,{onClick:t,children:"Close"}),Po(Q,{}),Po(V,{protectedByPrivy:!0})]});import{useReducer as lw}from"react";var cw=(e,t)=>{switch(e){case"creating":return t==="back"?e:"saving";case"saving":return t==="back"?"creating":"confirming";case"confirming":return t==="back"?"saving":"finalizing";case"finalizing":return t==="back"?"confirming":"done";default:return e}},im=()=>{let[e,t]=lw(cw,"creating");return{send:t,state:e}};import{jsx as Xn}from"react/jsx-runtime";var Da=({onSubmit:e,...t})=>{let{send:o,state:r}=im(),n=am(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);dw(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),Je)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=am(()=>{o("back")},[o]);return r==="creating"?Xn(tm,{...t,onSubmit:n}):r==="saving"?Xn(rm,{...t,onSubmit:n,onBack:i}):r==="confirming"?Xn(Bu,{...t,onSubmit:n,onBack:i}):r==="finalizing"?Xn($u,{...t,onSubmit:n,onBack:i}):r==="done"?Xn(nm,{...t,onSubmit:n}):null};import{Fragment as hw,jsx as wr,jsxs as lm}from"react/jsx-runtime";var cm=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=S(),[n,i]=ei(""),[a,l]=ei(!1),[s,c]=ei(),[u,m]=ei(null),[h,y]=ei(null),C=uw(!1),{authenticated:E,getAccessToken:P}=G(),{refreshUser:b,closePrivyModal:A,createAnalyticsEvent:R,isNewUserThisSession:I,initializeWalletProxy:x}=M(),{onSuccess:L,onFailure:O,callAuthOnSuccessOnClose:F}=o.createWallet,H=e?.embeddedWallets.requireUserPasswordOnCreate===!0,$=!!(!n||C.current)&&!H,D=new Ye(async()=>k());sm(()=>{u||x(3e4).then(ie=>m(ie))},[u]),sm(()=>{if(!E){t("LANDING"),O(new Error("User must be authenticated before creating a Privy wallet"));return}!H&&!a&&!C.current&&(l(!0),D.execute().finally(()=>l(!1)))},[H,E]);let z=()=>{H&&h&&h?.recoveryMethod!=="user-passcode"?O(new dt("User created a wallet but failed to set a password for it")):h?L(h):O(new dt("User wallet creation failed")),A({shouldCallAuthOnSuccess:F})};r.current=()=>null;let k=async function(){let ie=await P();if(ie)try{R("embedded_wallet_creation_started");let j=await x(Nr);if(!j)throw new Error("walletProxy does not exist.");let Ve=1e4,ye=new Promise((ho,Wt)=>{setTimeout(()=>{Wt(new Error("walletProxy.create timed out."))},Ve)});if(!await Promise.race([j.create({accessToken:ie,recoveryPassword:s}),ye]))throw new Error("walletProxy.create did not send a response.");let Se=await b();if(!Se)throw new Error("Failed to refresh user.");let re=pe(Se);if(!re)throw new Error("Updated user is missing embedded wallet.");y(re),R("embedded_wallet_creation_completed",{walletAddress:re.address}),i(""),C.current=!0,H?t("EMBEDDED_WALLET_CREATED_SCREEN"):I?t("EMBEDDED_WALLET_CREATED_SCREEN"):re&&(L(re),A({shouldCallAuthOnSuccess:F}))}catch(j){if(C.current)return;R("embedded_wallet_creation_failed",{error:j.toString()}),i("An error has occurred, please try again."),console.warn(j)}else i("An error has occured, please login again."),R("embedded_wallet_creation_failed",{error:"Missing access token for user."})},oe=async()=>{if(!H)return A({shouldCallAuthOnSuccess:F});l(!0);let ie=250;return D.execute().then(()=>new Promise(j=>setTimeout(j,ie))).finally(()=>l(!1))};return!H&&n?lm(hw,{children:[wr(_,{closeable:!1}),lm(Bt,{children:[wr(pw,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),wr(we,{title:"Something went wrong",description:n})]}),wr(U,{onClick:z,children:"Close"}),wr(fw,{})]}):$?wr(rn,{}):wr(Da,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:$||!u,buttonLoading:a,buttonHideAnimations:!h&&a,error:n,password:s||"",onClose:z,onPasswordChange:c,onPasswordGenerate:()=>c(Oa()),onSubmit:oe})},fw=mw.div`
|
|
1285
1285
|
height: 44px;
|
|
1286
|
-
`;import{useEffect as
|
|
1286
|
+
`;import{useEffect as yw,useState as Ua}from"react";import{jsx as gw}from"react/jsx-runtime";var dm=()=>{let[e,t]=Ua(null),[o,r]=Ua(!1),[n,i]=Ua(null),[a,l]=Ua(""),{authenticated:s,getAccessToken:c,user:u}=G(),{walletProxy:m,refreshUser:h,closePrivyModal:y,createAnalyticsEvent:C}=M(),{app:E,navigate:P,data:b,onUserCloseViaDialogOrKeybindRef:A}=S(),{onSuccess:R,onFailure:I}=b.createWallet,x=pe(u),L=e?.recoveryMethod==="user-passcode";yw(()=>{s||(P("LANDING"),I(new _i("User must be authenticated before setting a password on a Privy wallet")))},[s]);let O=()=>{if(n){I(n),y({shouldCallAuthOnSuccess:!1});return}if(!L){I(new dt("Exited before password was added to wallet")),y({shouldCallAuthOnSuccess:!1});return}R(e),y({shouldCallAuthOnSuccess:!1})};A.current=O;let F=async()=>{let $=await c();if($&&x?.address&&a&&m)try{if(C("embedded_wallet_set_password_started",{walletAddress:x.address}),!(await m.setRecoveryPassword({accessToken:$,address:x.address,recoveryPassword:a})).address){i(new dt("Error setting password on privy wallet")),C("embedded_wallet_set_password_failed",{walletAddress:x.address,reason:"error setting password"});return}let z=await h(),k=pe(z);if(!k){i(new dt("Error setting password on privy wallet")),C("embedded_wallet_set_password_failed",{walletAddress:x.address,reason:"wallet disconnected"});return}t(k),C("embedded_wallet_set_password_completed",{walletAddress:x.address})}catch(D){console.warn(D),i(D instanceof Error?D:new Error("Error setting password on privy wallet")),C("embedded_wallet_set_password_failed",{walletAddress:x.address,reason:D})}},H=async()=>{L?(R(e),y({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await F(),r(!1))};return gw(Da,{appName:E?.name||"privy",config:{initiatedBy:"user",onCancel:O},error:n?"An error has occurred, please try again.":void 0,buttonLoading:o,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>l(Oa()),onPasswordChange:l,onSubmit:H,onClose:O})};import vw from"@heroicons/react/24/outline/UserCircleIcon";import ww from"@heroicons/react/24/solid/LockClosedIcon";import{Fragment as Cw,jsx as xo,jsxs as Fa}from"react/jsx-runtime";var pm=()=>{let{user:e}=G(),{closePrivyModal:t,createAnalyticsEvent:o}=M(),{data:r,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:l,onFailure:s}=r.setWalletPassword,c=()=>{s(new dt("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,Fa(Cw,{children:[xo(_,{onClose:c}),xo(J,{}),Fa(Bt,{children:[Fa(Jp,{children:[xo(vw,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),xo(Qp,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:xo(ww,{width:"12px",height:"12px",fill:"white"})})]}),Fa(we,{title:"Secure Your Account",children:["Please set a password to secure your account.",xo("p",{children:"Losing this password will make your account inaccessible on new devices. You will only be asked for it when you log on to a new device."})]})]}),xo(U,{onClick:()=>{let m=pe(e);o("embedded_wallet_set_password_started",{walletAddress:m?.address}),n({createWallet:{onFailure:s,onSuccess:l,callAuthOnSuccessOnClose:!1,addPasswordToExistingWallet:!0}}),i("EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN")},children:"Add password"}),xo(Q,{}),xo(V,{protectedByPrivy:!0})]})};import bw from"@heroicons/react/24/outline/ShieldCheckIcon";import{useEffect as Ew,useState as Ba}from"react";import Ha,{css as Tw}from"styled-components";import{Fragment as Aw,jsx as Xe,jsxs as Cr}from"react/jsx-runtime";var um=()=>{let[e,t]=Ba(!0),{authenticated:o,getAccessToken:r}=G(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=M(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=S(),[u,m]=Ba(void 0),[h,y]=Ba(""),[C,E]=Ba(!1),{privyWallet:P,onCompleteNavigateTo:b,onSuccess:A,onFailure:R}=s.recoverWallet,I=(O="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),R(typeof O=="string"?new dt(O):O)};c.current=I,Ew(()=>{if(!o||!P)return I("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let x=O=>{O&&m(O)};return Cr(Aw,{children:[Xe(_,{onClose:I}),Xe(J,{}),Cr(xw,{children:[Cr(Pw,{children:[Xe(bw,{height:48,width:48,stroke:"var(--privy-color-accent)"}),Xe("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),Xe("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),Cr("div",{children:[Cr(jo,{children:[Xe(gr,{type:e?"password":"text",onChange:O=>x(O.target.value),disabled:C}),Xe(cn,{style:{right:"0.75rem"},children:e?Xe(dn,{onClick:()=>t(!1)}):Xe(pn,{onClick:()=>t(!0)})})]}),!!h&&Xe(Sw,{children:h})]}),Cr("div",{children:[Cr(Yp,{children:[Xe("h4",{children:"Why is this necessary?"}),Xe("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),Xe(_w,{loading:C||!n,disabled:!u,onClick:async()=>{E(!0);let O=await r();if(O&&P&&u!==null)try{a("embedded_wallet_recovery_started",{walletAddress:P.address}),await n?.recover({address:P.address,accessToken:O,recoveryPin:u}),y(""),b?l(b):i({shouldCallAuthOnSuccess:!1}),A?.(P),a("embedded_wallet_recovery_completed",{walletAddress:P.address})}catch(F){xu(F)?y("Invalid recovery password, please try again."):y("An error has occurred, please try again.")}finally{E(!1)}else return I("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!P&&C,children:"Recover your account"})]})]}),Xe(Q,{}),Xe(V,{protectedByPrivy:!0})]})},Pw=Ha.div`
|
|
1287
1287
|
display: flex;
|
|
1288
1288
|
flex-direction: column;
|
|
1289
1289
|
align-items: center;
|
|
@@ -1305,26 +1305,26 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1305
1305
|
font-weight: 400;
|
|
1306
1306
|
line-height: 20px;
|
|
1307
1307
|
}
|
|
1308
|
-
`,
|
|
1308
|
+
`,xw=Ha.div`
|
|
1309
1309
|
display: flex;
|
|
1310
1310
|
flex-direction: column;
|
|
1311
1311
|
justify-content: space-between;
|
|
1312
|
-
`,
|
|
1312
|
+
`,Sw=Ha.div`
|
|
1313
1313
|
line-height: 20px;
|
|
1314
1314
|
height: 20px;
|
|
1315
1315
|
font-size: 13px;
|
|
1316
1316
|
color: var(--privy-color-error);
|
|
1317
1317
|
text-align: left;
|
|
1318
1318
|
margin-top: 0.5rem;
|
|
1319
|
-
`,
|
|
1320
|
-
${e=>e.hideAnimations&&
|
|
1319
|
+
`,_w=Ha(U)`
|
|
1320
|
+
${e=>e.hideAnimations&&Tw`
|
|
1321
1321
|
&& {
|
|
1322
1322
|
// Remove animations because the recoverWallet task on the iframe partially
|
|
1323
1323
|
// blocks the renderer, so the animation stutters and doesn't look good
|
|
1324
1324
|
transition: none;
|
|
1325
1325
|
}
|
|
1326
1326
|
`}
|
|
1327
|
-
`;import
|
|
1327
|
+
`;import kw from"@heroicons/react/24/outline/ExclamationTriangleIcon";import Rw from"@heroicons/react/24/outline/PhoneIcon";import Bl from"styled-components";import{Fragment as Lw,jsx as zt,jsxs as Ga}from"react/jsx-runtime";var Iw=e=>{let t=zt(kw,{height:38,width:38,stroke:"var(--privy-color-error)"});if(e instanceof v)switch(e.privyErrorCode){case"client_request_timeout":return{title:"Timed out",detail:e.message,ctaText:"Try again",icon:t};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else{if(e instanceof Te&&e.type==="twilio_verification_failed")return{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:zt(Rw,{height:38,width:38,stroke:"var(--privy-color-error)"})};if(e instanceof De)switch(e.privyErrorCode){case"invalid_captcha":return{title:"Something went wrong",detail:"Please try again.",ctaText:"Try again",icon:t};case"disallowed_login_method":return{title:"Not allowed",detail:e.message,ctaText:"Try another method",icon:t};case"allowlist_rejected":return{title:"You don't have access to this app",detail:"Have you been invited?",ctaText:"Try another account",icon:zt(_a,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})};case"captcha_failure":return{title:"Something went wrong",detail:"You did not pass CAPTCHA. Please try again.",ctaText:"Try again",icon:zt("span",{})};case"captcha_timeout":return{title:"Something went wrong",detail:"Something went wrong! Please try again later.",ctaText:"Try again",icon:zt("span",{})};case"linked_to_another_user":return{title:"Authentication failed",detail:"This account has already been linked to another user.",ctaText:"Try again",icon:t};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else return e instanceof Yt&&e.status===422?{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:t}:{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}},mm=()=>{let{navigate:e,navigateBack:t,data:o,lastScreen:r,currentScreen:n}=S(),{reset:i}=de(),a=o?.errorModalData,l=Iw(a?.error||new Error),s=c=>{if(c instanceof De)switch(c.privyErrorCode){case"invalid_captcha":return()=>i()}return()=>{}};return Ga(Lw,{children:[zt(_,{backFn:!r||n===r?void 0:t}),Ga(Mw,{children:[zt(Nw,{children:Ga("div",{children:[zt(Sa,{color:"var(--privy-color-error)"}),l.icon]})}),Ga(Ww,{children:[zt("h3",{children:l.title}),zt("p",{children:l.detail})]}),zt(U,{color:"var(--privy-color-error)",onClick:()=>{s(a?.error||new Error)(),e(r||"LANDING",!1)},children:l.ctaText})]})]})},Mw=Bl.div`
|
|
1328
1328
|
display: flex;
|
|
1329
1329
|
flex-direction: column;
|
|
1330
1330
|
align-items: center;
|
|
@@ -1332,11 +1332,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1332
1332
|
gap: 24px;
|
|
1333
1333
|
width: 100%;
|
|
1334
1334
|
padding-bottom: 16px;
|
|
1335
|
-
`,
|
|
1335
|
+
`,Ww=Bl.div`
|
|
1336
1336
|
display: flex;
|
|
1337
1337
|
flex-direction: column;
|
|
1338
1338
|
gap: 8px;
|
|
1339
|
-
`,
|
|
1339
|
+
`,Nw=Bl.div`
|
|
1340
1340
|
display: flex;
|
|
1341
1341
|
flex-direction: column;
|
|
1342
1342
|
justify-content: center;
|
|
@@ -1359,7 +1359,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1359
1359
|
left: -19px;
|
|
1360
1360
|
top: -19px;
|
|
1361
1361
|
}
|
|
1362
|
-
`;import{useEffect as Em,useRef as tC,useState as Vl}from"react";import{isMobile as Tm}from"react-device-detect";import _m from"styled-components";import{useState as
|
|
1362
|
+
`;import{useEffect as Em,useRef as tC,useState as Vl}from"react";import{isMobile as Tm}from"react-device-detect";import _m from"styled-components";import{useState as Ow}from"react";import Dw from"styled-components";import{jsx as fm}from"react/jsx-runtime";var Va=({style:e,color:t,...o})=>fm("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:t||"currentColor",style:{height:"1.5rem",width:"1.5rem",...e},...o,children:fm("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as Hl}from"react/jsx-runtime";var hm=({color:e,...t})=>Hl("svg",{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 115.77 122.88",xmlSpace:"preserve",...t,children:Hl("g",{children:Hl("path",{fill:e||"currentColor",className:"st0",d:"M89.62,13.96v7.73h12.19h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02v0.02 v73.27v0.01h-0.02c-0.01,3.84-1.57,7.33-4.1,9.86c-2.51,2.5-5.98,4.06-9.82,4.07v0.02h-0.02h-61.7H40.1v-0.02 c-3.84-0.01-7.34-1.57-9.86-4.1c-2.5-2.51-4.06-5.98-4.07-9.82h-0.02v-0.02V92.51H13.96h-0.01v-0.02c-3.84-0.01-7.34-1.57-9.86-4.1 c-2.5-2.51-4.06-5.98-4.07-9.82H0v-0.02V13.96v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07V0h0.02h61.7 h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02V13.96L89.62,13.96z M79.04,21.69v-7.73v-0.02h0.02 c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v64.59v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h12.19V35.65 v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07v-0.02h0.02H79.04L79.04,21.69z M105.18,108.92V35.65v-0.02 h0.02c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v73.27v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h61.7h0.02 v0.02c0.91,0,1.75-0.39,2.37-1.01c0.61-0.61,1-1.46,1-2.37h-0.02V108.92L105.18,108.92z"})})});import{jsx as ym,jsxs as Fw}from"react/jsx-runtime";var un=e=>{let[t,o]=Ow(!1);return Fw(Uw,{color:e.color,onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?ym(Va,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):ym(hm,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},Uw=Dw.button`
|
|
1363
1363
|
display: flex;
|
|
1364
1364
|
align-items: center;
|
|
1365
1365
|
gap: 6px;
|
|
@@ -1397,7 +1397,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1397
1397
|
width: 14px;
|
|
1398
1398
|
height: 14px;
|
|
1399
1399
|
}
|
|
1400
|
-
`;import{useState as
|
|
1400
|
+
`;import{useState as Bw}from"react";import Hw from"styled-components";import{jsx as Vw}from"react/jsx-runtime";var gm=e=>{let[t,o]=Bw(!1);return Vw(Gw,{color:e.color,onClick:()=>{o(!0),window.open(e.url,"_blank"),setTimeout(()=>o(!1),1500)},justOpened:t,children:e.text})},Gw=Hw.button`
|
|
1401
1401
|
display: flex;
|
|
1402
1402
|
align-items: center;
|
|
1403
1403
|
gap: 6px;
|
|
@@ -1435,7 +1435,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1435
1435
|
width: 14px;
|
|
1436
1436
|
height: 14px;
|
|
1437
1437
|
}
|
|
1438
|
-
`;import
|
|
1438
|
+
`;import zw from"qrcode";import $w from"react";import qw from"styled-components";import{jsx as vm}from"react/jsx-runtime";var wm=()=>vm("svg",{width:"200",height:"200",viewBox:"-77 -77 200 200",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px"},children:vm("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});import{Fragment as ti,jsx as et,jsxs as bm}from"react/jsx-runtime";var yt=7,Gl=(e,t,o,r,n)=>{for(let i=t;i<t+r;i++)for(let a=o;a<o+n;a++){let l=e?.[a];l&&l[i]&&(l[i]=0)}return e},jw=e=>{let t=zw.create(e,{errorCorrectionLevel:"high"}).modules,o=kd(Array.from(t.data),t.size);return o=Gl(o,0,0,yt,yt),o=Gl(o,o.length-yt,0,yt,yt),o=Gl(o,0,o.length-yt,yt,yt),o},Kw=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>et(ti,{children:[0,1,2].map(i=>et("circle",{r:o*(yt-i*2)/2,cx:e+o*yt/2,cy:t+o*yt/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),Yw=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-yt)*e,0],[0,(t-yt)*e]];return et(ti,{children:n.map(([i,a])=>et(Kw,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r},`finder-${i}-${a}`))})},Jw=({matrix:e,cellSize:t,color:o})=>et(ti,{children:e.map((r,n)=>r.map((i,a)=>i?et("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):et($w.Fragment,{},`circle-${n}-${a}`)))}),Cm=(e,t)=>e-e%t,Qw=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return et(ti,{});let a=r||40,l=n||4,s=o,c=e/2-a/2-l;return bm(ti,{children:[et("rect",{x:Cm(c,t),y:Cm(c,t),width:a+l*2+(c%t?t+.5:.5),height:a+l*2+(c%t?t+.5:.5),fill:i}),et(s,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},Zw=e=>{let t=e.outputSize,o=jw(e.url),r=t/o.length;return bm("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[et(Jw,{matrix:o,cellSize:r,color:e.fgColor}),et(Yw,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),et(Qw,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},Xw=qw.div`
|
|
1439
1439
|
display: flex;
|
|
1440
1440
|
justify-content: center;
|
|
1441
1441
|
align-items: center;
|
|
@@ -1450,7 +1450,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1450
1450
|
border-color: ${e=>e.fgColor};
|
|
1451
1451
|
border-radius: var(--privy-border-radius-md);
|
|
1452
1452
|
}
|
|
1453
|
-
`,za=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return et(
|
|
1453
|
+
`,za=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return et(Xw,{size:r,bgColor:t,fgColor:o,children:et(Zw,{url:e.url,logo:{element:e.squareLogoElement??wm},outputSize:r,bgColor:t,fgColor:o})})};import{jsx as $a,jsxs as eC}from"react/jsx-runtime";var oi=({style:e,...t})=>eC("svg",{width:"1000",height:"1000",viewBox:"0 0 1000 1000",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"24px",...e},...t,children:[$a("rect",{width:"1000",height:"1000",rx:"200",fill:"#855DCD"}),$a("path",{d:"M257.778 155.556H742.222V844.444H671.111V528.889H670.414C662.554 441.677 589.258 373.333 500 373.333C410.742 373.333 337.446 441.677 329.586 528.889H328.889V844.444H257.778V155.556Z",fill:"white"}),$a("path",{d:"M128.889 253.333L157.778 351.111H182.222V746.667C169.949 746.667 160 756.616 160 768.889V795.556H155.556C143.283 795.556 133.333 805.505 133.333 817.778V844.444H382.222V817.778C382.222 805.505 372.273 795.556 360 795.556H355.556V768.889C355.556 756.616 345.606 746.667 333.333 746.667H306.667V253.333H128.889Z",fill:"white"}),$a("path",{d:"M675.556 746.667C663.283 746.667 653.333 756.616 653.333 768.889V795.556H648.889C636.616 795.556 626.667 805.505 626.667 817.778V844.444H875.556V817.778C875.556 805.505 865.606 795.556 853.333 795.556H848.889V768.889C848.889 756.616 838.94 746.667 826.667 746.667V351.111H851.111L880 253.333H702.222V746.667H675.556Z",fill:"white"})]});import{Fragment as Sm,jsx as Ce,jsxs as br}from"react/jsx-runtime";var Pm="#8a63d2",Am=1e3,oC=Am*2,rC=Am*120,km=()=>{let{ready:e,authenticated:t,user:o}=G(),{lastScreen:r,navigate:n,navigateBack:i,setModalData:a,app:l}=S(),{getAuthFlow:s,loginWithFarcaster:c,closePrivyModal:u}=M(),[m,h]=Vl(void 0),[y,C]=Vl(!1),[E,P]=Vl(!1),b=tC([]),A=l?.render.inDialog?Je:0,R=s(),I=R?.meta.connectUri;return Em(()=>{let x=Date.now(),L=setInterval(async()=>{let O=await R.pollForReady.execute(),F=Date.now()-x;if(O){clearInterval(L),C(!0);try{await c(),P(!0)}catch(H){let $={retryable:!1,message:"Authentication failed"};if(H?.privyErrorCode==="allowlist_rejected"){n("ALLOWLIST_REJECTION_SCREEN");return}else H?.privyErrorCode==="linked_to_another_user"?$.detail="This account has already been linked to another user.":H?.privyErrorCode==="invalid_credentials"?($.retryable=!0,$.detail="Something went wrong. Try again."):H?.privyErrorCode==="too_many_requests"&&($.detail="Too many requests. Please wait before trying again.");h($)}}else F>rC&&(clearInterval(L),h({retryable:!0,message:"Authentication failed",detail:"The request timed out. Try again."}))},oC);return()=>{clearInterval(L),b.current.forEach(O=>clearTimeout(O))}},[]),Em(()=>{if(e&&t&&E&&o){if(l?.legal.requireUsersAcceptTerms&&!o.hasAcceptedTerms){let L=setTimeout(()=>{n("AFFIRMATIVE_CONSENT_SCREEN")},A);return()=>clearTimeout(L)}E&&(bt(o,l?.embeddedWallets.createOnLogin)?b.current.push(setTimeout(()=>{a({createWallet:{onSuccess:()=>{},onFailure:L=>console.error(L),callAuthOnSuccessOnClose:!0}}),n("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},A)):b.current.push(setTimeout(u,A)))}},[E,e,t,o]),Tm||y?br(Sm,{children:[Ce(_,{backFn:r?i:void 0,onClose:u},"header"),Ce(J,{}),br(xm,{children:[Ce(nC,{children:br("div",{children:[Ce(Fo,{success:E,fail:!!m}),Ce(oi,{style:{width:"38px",height:"38px"}})]})}),br(kt,{children:[Ce(ve,{children:m?m.message:"Signing in with Farcaster"}),Ce(me,{children:m?m.detail:"This should only take a moment"}),Ce(At,{children:I&&Tm&&Ce(gm,{text:"Take me to Warpcast",url:I,color:Pm})})]})]}),Ce(X,{})]}):br(Sm,{children:[Ce(_,{backFn:r?i:void 0,onClose:u},"header"),Ce(J,{}),Ce(xm,{children:br("div",{children:[Ce(ve,{children:"Sign in with Farcaster"}),Ce(me,{children:"Scan with your phone's camera to continue."}),Ce(ka,{children:I?Ce(za,{url:I,size:275,squareLogoElement:oi}):Ce(Tt,{})}),br(At,{children:[Ce(me,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),I&&Ce(un,{text:I,itemName:"link",color:Pm})]})]})}),Ce(X,{})]})},xm=_m.div`
|
|
1454
1454
|
display: flex;
|
|
1455
1455
|
flex-direction: column;
|
|
1456
1456
|
align-items: center;
|
|
@@ -1537,7 +1537,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1537
1537
|
margin: 0 0.5rem;
|
|
1538
1538
|
`,vC=so.div`
|
|
1539
1539
|
margin: 30px 0;
|
|
1540
|
-
`;import{ofetch as wC}from"ofetch";import{useEffect as CC,useRef as bC,useState as EC}from"react";var ja="moonpay",Mm="sdk_fiat_on_ramp_completed_with_status";async function Wm(e,t,o,r,n=!1){let i=o.currencyCode?{}:{defaultCurrencyCode:"ETH_ETHEREUM"},a=o.uiConfig||{accentColor:r.accent,theme:r.colorScheme};return e.signMoonpayOnRampUrl({address:t,useSandbox:n,config:{...o,...i,...a}})}async function TC(e,t){let o=t?gd:yd,r=t?wd:vd;return wC(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function Nm(e,t=!1){let[o,r]=EC(null),{createAnalyticsEvent:n}=M(),i=bC(0);return CC(()=>{let a=setInterval(async()=>{if(e)try{let[l]=await TC(e,t),s=l.status==="waitingAuthorization"&&l.paymentMethod==="credit_debit_card"?"pending":l.status;r(s),["failed","completed","awaitingAuthorization"].includes(s)&&(n(Mm,{status:s,provider:ja,paymentMethod:l.paymentMethod,cardPaymentType:l.cardPaymentType,currency:l.currency?.code,baseCurrencyAmount:l.baseCurrencyAmount,quoteCurrencyAmount:l.quoteCurrencyAmount,feeAmount:l.feeAmount,extraFeeAmount:l.extraFeeAmount,networkFeeAmount:l.networkFeeAmount}),clearInterval(a))}catch(l){l.response?.status!==404&&(i.current+=1),i.current>=3&&(r("serviceFailure"),n(Mm,{status:"serviceFailure",provider:ja}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}import{Fragment as PC,jsx as ql,jsxs as xC}from"react/jsx-runtime";var Lm=()=>{let{app:e,data:t,navigate:o}=
|
|
1540
|
+
`;import{ofetch as wC}from"ofetch";import{useEffect as CC,useRef as bC,useState as EC}from"react";var ja="moonpay",Mm="sdk_fiat_on_ramp_completed_with_status";async function Wm(e,t,o,r,n=!1){let i=o.currencyCode?{}:{defaultCurrencyCode:"ETH_ETHEREUM"},a=o.uiConfig||{accentColor:r.accent,theme:r.colorScheme};return e.signMoonpayOnRampUrl({address:t,useSandbox:n,config:{...o,...i,...a}})}async function TC(e,t){let o=t?gd:yd,r=t?wd:vd;return wC(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function Nm(e,t=!1){let[o,r]=EC(null),{createAnalyticsEvent:n}=M(),i=bC(0);return CC(()=>{let a=setInterval(async()=>{if(e)try{let[l]=await TC(e,t),s=l.status==="waitingAuthorization"&&l.paymentMethod==="credit_debit_card"?"pending":l.status;r(s),["failed","completed","awaitingAuthorization"].includes(s)&&(n(Mm,{status:s,provider:ja,paymentMethod:l.paymentMethod,cardPaymentType:l.cardPaymentType,currency:l.currency?.code,baseCurrencyAmount:l.baseCurrencyAmount,quoteCurrencyAmount:l.quoteCurrencyAmount,feeAmount:l.feeAmount,extraFeeAmount:l.extraFeeAmount,networkFeeAmount:l.networkFeeAmount}),clearInterval(a))}catch(l){l.response?.status!==404&&(i.current+=1),i.current>=3&&(r("serviceFailure"),n(Mm,{status:"serviceFailure",provider:ja}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}import{Fragment as PC,jsx as ql,jsxs as xC}from"react/jsx-runtime";var Lm=()=>{let{app:e,data:t,navigate:o}=S(),{createAnalyticsEvent:r}=M(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:xC(PC,{children:[ql(_,{title:"Fund account"},"header"),ql(Im,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:ja}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),ql(V,{protectedByPrivy:!0})]})};import SC from"@heroicons/react/24/solid/ArrowsRightLeftIcon";import _C from"@heroicons/react/24/solid/CheckCircleIcon";import AC from"@heroicons/react/24/solid/XCircleIcon";import{useMemo as kC}from"react";import Om from"styled-components";import{Fragment as jl,jsx as ot,jsxs as Tr}from"react/jsx-runtime";var Dm=()=>{let{app:e,data:t}=S(),{closePrivyModal:o}=M(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=Nm(r||null,e.fiatOnRamp.useSandbox);return Tr(jl,{children:[ot(_,{title:"Fund account"},"header"),ot(IC,{status:n,onClickCta:o}),ot(V,{protectedByPrivy:!0})]})},RC=e=>{switch(e){case"completed":return{title:"You've funded your account!",body:"It may take a few minutes for the assets to appear.",cta:"Continue"};case"failed":return{title:"Something went wrong!",body:Tr(jl,{children:[Tr("p",{children:["It looks like there was an issue with your payment. Please contact"," ",ot("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),ot("p",{style:{fontStyle:"italic"},children:"Note that debit cards typically work better than credit cards here."})]}),cta:"Done"};case"serviceFailure":return{title:"Something went wrong!",body:"MoonPay ran into an error when processing your transaction. Try again?",cta:"Done"};case"waitingAuthorization":return{title:"Processing payment",body:"This may take up to a few hours. You will receive an email when the purchase is complete.",cta:"Continue"};default:return{title:"In Progress",body:"Go back to MoonPay to finish funding your account.",cta:""}}},IC=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=kC(()=>RC(e),[e]);return Tr(jl,{children:[Tr(OC,{children:[ot(NC,{status:e}),Tr(kt,{children:[ot("h3",{children:o}),ot(LC,{children:r})]})]}),n&&ot(U,{onClick:t,children:n})]})},MC=e=>e?{completed:"var(--privy-color-success)",failed:"var(--privy-color-error)",serviceFailure:"var(--privy-color-error)",waitingAuthorization:"var(--privy-color-accent)",pending:"var(--privy-color-foreground-4)"}[e]:"var(--privy-color-foreground-4)",WC=e=>{switch(e){case"serviceFailure":case"failed":return AC;case"completed":return _C;case"waitingAuthorization":return()=>ot(SC,{width:"3rem",height:"3rem",style:{backgroundColor:"var(--privy-color-foreground-4)",color:"var(--privy-color-background)",borderRadius:"100%",padding:"0.5rem",margin:"0.5rem"}});default:return}},NC=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return Tr("div",{style:{position:"relative"},children:[ot(Tt,{color:r,style:{position:"absolute"}}),ot(al,{color:r}),ot(qa,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=WC(e),o=MC(e);return ot("div",{style:{borderColor:o,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&ot(t,{width:"4rem",height:"4rem",color:o})})},LC=Om.p`
|
|
1541
1541
|
font-size: 1rem;
|
|
1542
1542
|
color: var(--privy-color-foreground-3);
|
|
1543
1543
|
margin-bottom: 1rem;
|
|
@@ -1552,7 +1552,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1552
1552
|
margin-left: 1.75rem;
|
|
1553
1553
|
margin-right: 1.75rem;
|
|
1554
1554
|
padding: 2rem 0;
|
|
1555
|
-
`;import DC from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import UC from"styled-components";import{Fragment as BC,jsx as Yo,jsxs as HC}from"react/jsx-runtime";var Um=()=>{let{closePrivyModal:e}=M();return HC(BC,{children:[Yo(
|
|
1555
|
+
`;import DC from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import UC from"styled-components";import{Fragment as BC,jsx as Yo,jsxs as HC}from"react/jsx-runtime";var Um=()=>{let{closePrivyModal:e}=M();return HC(BC,{children:[Yo(_,{},"header"),Yo(FC,{children:Yo(DC,{style:{width:32,height:32}})}),Yo(io,{title:"Could not log in with provider",description:"It looks like you're using an in-app browser. To log in, please try again using an external browser.",style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",textAlign:"center"}}),Yo(_t,{children:Yo(U,{onClick:()=>e(),children:"Close"})}),Yo(Q,{}),Yo(V,{protectedByPrivy:!0})]})},FC=UC.div`
|
|
1556
1556
|
border-radius: 50%;
|
|
1557
1557
|
height: 68px;
|
|
1558
1558
|
width: 68px;
|
|
@@ -1591,13 +1591,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1591
1591
|
margin-bottom: auto;
|
|
1592
1592
|
}
|
|
1593
1593
|
}
|
|
1594
|
-
`;import{Fragment as KC,jsx as We,jsxs as ri}from"react/jsx-runtime";var qC=()=>{let{navigate:e}=
|
|
1594
|
+
`;import{Fragment as KC,jsx as We,jsxs as ri}from"react/jsx-runtime";var qC=()=>{let{navigate:e}=S(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return Gm.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),ri(jC,{children:[We(Hn,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),We(At,{children:We(eo,{style:{width:"152px",height:"152px"}})}),ri(Hm,{children:[We(Ka,{children:ri("div",{children:[We("span",{children:"Install the "}),We("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),We(Yl,{}),We(Ka,{children:"Set up your first wallet"}),We(Yl,{}),We(Ka,{children:"Store your recovery phrase in a safe place!"})]}),We(va,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},Vm=()=>{let{navigateBack:e}=S();return ri(KC,{children:[We(_,{backFn:e},"header"),We(J,{}),We(qC,{}),We(Q,{}),ri(X,{children:[We("span",{children:"Still not sure? "}),We("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},jC=$C(At)`
|
|
1595
1595
|
gap: 30px;
|
|
1596
1596
|
|
|
1597
1597
|
> :first-child > svg {
|
|
1598
1598
|
margin-top: 20px;
|
|
1599
1599
|
}
|
|
1600
|
-
`;import kb from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as Rb,useState as sf}from"react";import{isMobile as Ib}from"react-device-detect";import Mb from"styled-components";import eb from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as tb}from"react";import YC from"@heroicons/react/24/outline/EnvelopeIcon";import{forwardRef as JC,useState as zm}from"react";import qm from"styled-components";import{Fragment as XC,jsx as ni,jsxs as $m}from"react/jsx-runtime";var Ya=JC((e,t)=>{let[o,r]=zm(""),[n,i]=zm(!1),{authenticated:a}=G(),{initLoginWithEmail:l}=M(),{navigate:s,setModalData:c,currentScreen:u}=
|
|
1600
|
+
`;import kb from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as Rb,useState as sf}from"react";import{isMobile as Ib}from"react-device-detect";import Mb from"styled-components";import eb from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as tb}from"react";import YC from"@heroicons/react/24/outline/EnvelopeIcon";import{forwardRef as JC,useState as zm}from"react";import qm from"styled-components";import{Fragment as XC,jsx as ni,jsxs as $m}from"react/jsx-runtime";var Ya=JC((e,t)=>{let[o,r]=zm(""),[n,i]=zm(!1),{authenticated:a}=G(),{initLoginWithEmail:l}=M(),{navigate:s,setModalData:c,currentScreen:u}=S(),{enabled:m,token:h}=de(),y=Fi(o),C=n,E=n||!y,P=A=>{i(!0),l(o,A).then(()=>{s("AWAITING_PASSWORDLESS_CODE")}).catch(R=>{c({errorModalData:{error:R,previousScreen:u||"LANDING"}}),s("ERROR_SCREEN")}).finally(()=>{i(!1)})},b=()=>{m&&!h&&!a?(c({captchaModalData:{callback:A=>l(o,A),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN")):P(h)};return $m(XC,{children:[ni(QC,{children:$m(ZC,{children:[ni(YC,{}),ni("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:A=>r(A.target.value),onKeyUp:A=>{A.key==="Enter"&&b()},value:o,autoComplete:"email"}),e.stacked?null:ni(qr,{isSubmitting:C,onClick:b,disabled:E,children:"Submit"})]})}),e.stacked?ni(U,{loadingText:null,loading:C,disabled:E,onClick:b,children:"Submit"}):null]})}),QC=qm.div`
|
|
1601
1601
|
width: 100%;
|
|
1602
1602
|
`,ZC=qm.label`
|
|
1603
1603
|
display: block;
|
|
@@ -1657,7 +1657,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1657
1657
|
&& > input::placeholder {
|
|
1658
1658
|
color: var(--privy-color-foreground-3);
|
|
1659
1659
|
}
|
|
1660
|
-
`;import{Fragment as ob,jsx as Ja,jsxs as jm}from"react/jsx-runtime";var Qa=({isEditable:e,setIsEditable:t})=>{let o=tb(null);return jm(ob,{children:[Ja(bo,{if:!e,children:Ja(Ya,{ref:o})}),Ja(bo,{if:e,children:jm(ge,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[Ja(eb,{})," Continue with Email"]})})]})};import{useState as rb}from"react";import{jsx as Jl,jsxs as nb}from"react/jsx-runtime";var Za=()=>{let[e,t]=rb(!1),{currentScreen:o,navigate:r,setModalData:n}=
|
|
1660
|
+
`;import{Fragment as ob,jsx as Ja,jsxs as jm}from"react/jsx-runtime";var Qa=({isEditable:e,setIsEditable:t})=>{let o=tb(null);return jm(ob,{children:[Ja(bo,{if:!e,children:Ja(Ya,{ref:o})}),Ja(bo,{if:e,children:jm(ge,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[Ja(eb,{})," Continue with Email"]})})]})};import{useState as rb}from"react";import{jsx as Jl,jsxs as nb}from"react/jsx-runtime";var Za=()=>{let[e,t]=rb(!1),{currentScreen:o,navigate:r,setModalData:n}=S(),{enabled:i,token:a}=de(),{initLoginWithFarcaster:l}=M();return nb(ge,{onClick:async()=>{t(!0);try{i&&!a?(n({captchaModalData:{callback:c=>l(c),userIntentRequired:!0,onSuccessNavigateTo:"AWAITING_FARCASTER_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),r("CAPTCHA_SCREEN")):(await l(a),r("AWAITING_FARCASTER_CONNECTION"))}catch(c){n({errorModalData:{error:c,previousScreen:o||"LANDING"}}),r("ERROR_SCREEN")}finally{t(!1)}},disabled:!1,children:[Jl(oi,{})," Farcaster",e&&Jl("span",{children:Jl(ur,{})})]})};import gb from"@heroicons/react/24/outline/PhoneIcon";import{useRef as vb}from"react";import{forwardRef as mb,useState as Ql}from"react";import Xm from"styled-components";import ib from"libphonenumber-js/examples.mobile.json";import{isPossiblePhoneNumber as ab,AsYouType as sb,getCountries as lb,getCountryCallingCode as Xa,getExampleNumber as cb}from"libphonenumber-js/min";import{jsx as ub,jsxs as pb}from"react/jsx-runtime";var ii=(e,t)=>ab(String(e),t),es=(e,t)=>`+${Xa(t)} ${e}`,Km=e=>`*${e.replaceAll("-","").slice(-4)}`,Ym=e=>new sb(e),db=lb().map(e=>({code:e,callCode:Xa(e)})),Jm=e=>cb(e,ib)?.formatNational(),Qm=({value:e,onChange:t})=>ub("select",{value:e,onChange:t,children:db.map(o=>pb("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});import{Fragment as yb,jsx as ai,jsxs as Zm}from"react/jsx-runtime";var mn=mb((e,t)=>{let{app:o}=S(),[r,n]=Ql(""),[i,a]=Ql(o?.intl.defaultCountry??"US"),l=ii(r,i),s=Ym(i),c=Jm(i),u=Xa(i),m=!l,[h,y]=Ql(!1),C=u.length,E=A=>{let R=A.target.value;a(R),n(""),e.onChange&&e.onChange({rawPhoneNumber:r,qualifiedPhoneNumber:es(r,R),countryCode:R,isValid:ii(r,i)})},P=A=>{try{let R=A.replace(/\D/g,""),I=r.replace(/\D/g,""),x=R===I?A:s.input(A);n(x),e.onChange&&e.onChange({rawPhoneNumber:x,qualifiedPhoneNumber:es(A,i),countryCode:i,isValid:ii(A,i)})}catch(R){console.error("Error processing phone number:",R)}},b=()=>{y(!0);let A=es(r,i);e.onSubmit({rawPhoneNumber:r,qualifiedPhoneNumber:A,countryCode:i,isValid:ii(r,i)}).finally(()=>y(!1))};return Zm(yb,{children:[ai(fb,{children:Zm(hb,{callingCodeLength:C,children:[ai(Qm,{value:i,onChange:E}),ai("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:c,onChange:A=>{P(A.target.value)},onKeyUp:A=>{A.key==="Enter"&&b()},value:r,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?ai(qr,{isSubmitting:h,onClick:b,disabled:m,children:"Submit"}):null]})}),e.stacked&&!e.noIncludeSubmitButton?ai(U,{loading:h,loadingText:null,onClick:b,disabled:m,children:"Submit"}):null]})}),fb=Xm.div`
|
|
1661
1661
|
width: 100%;
|
|
1662
1662
|
`,hb=Xm.label`
|
|
1663
1663
|
--country-code-dropdown-width: calc(54px + calc(12 * ${e=>e.callingCodeLength}px));
|
|
@@ -1745,11 +1745,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1745
1745
|
&& > input::placeholder {
|
|
1746
1746
|
color: var(--privy-color-foreground-3);
|
|
1747
1747
|
}
|
|
1748
|
-
`;import{Fragment as wb,jsx as ts,jsxs as ef}from"react/jsx-runtime";var os=({isEditable:e,setIsEditable:t})=>{let o=vb(null),{authenticated:r}=G(),{navigate:n,setModalData:i,currentScreen:a}=x(),{initLoginWithSms:l}=M(),{enabled:s,token:c}=de();async function u({qualifiedPhoneNumber:m}){if(s&&!c&&!r)i({captchaModalData:{callback:h=>l(m,h),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(m,c),n("AWAITING_PASSWORDLESS_CODE")}catch(h){i({errorModalData:{error:h,previousScreen:a||"LANDING"}}),n("ERROR_SCREEN")}}return ef(wb,{children:[ts(bo,{if:!e,children:ts(mn,{ref:o,onSubmit:u})}),ts(bo,{if:e,children:ef(ge,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[ts(gb,{})," Continue with SMS"]})})]})};import{jsx as tf,jsxs as Cb}from"react/jsx-runtime";var rs=({style:e,...t})=>Cb("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 24 24",style:{height:"24px",...e},...t,children:[tf("path",{d:"M17.0722 11.6888C17.0471 8.90571 19.3263 7.56847 19.429 7.50274C18.1466 5.60938 16.153 5.35154 15.4417 5.3212C13.7461 5.14678 12.1306 6.32982 11.269 6.32982C10.4074 6.32982 9.08004 5.34648 7.67246 5.37429C5.82158 5.40209 4.11595 6.45874 3.16171 8.13218C1.24068 11.4942 2.6708 16.4817 4.54423 19.2143C5.46091 20.549 6.55041 22.0531 7.98554 21.9975C9.36803 21.9419 9.88905 21.095 11.5571 21.095C13.2251 21.095 13.696 21.9975 15.1537 21.9697C16.6389 21.9393 17.5806 20.6046 18.4897 19.2648C19.5392 17.7153 19.9725 16.2137 19.9975 16.1354C19.965 16.1228 17.1022 15.0155 17.0722 11.6888Z",fill:"currentColor"}),tf("path",{d:"M14.3295 3.51373C15.0909 2.58347 15.6043 1.28921 15.4641 0C14.3671 0.0455014 13.0396 0.738135 12.2532 1.66838C11.5494 2.48994 10.9307 3.80695 11.0986 5.07089C12.3183 5.16694 13.5681 4.44145 14.3295 3.51373Z",fill:"currentColor"})]});import{jsx as si,jsxs as bb}from"react/jsx-runtime";var ns=({style:e,...t})=>bb("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...t,children:[si("g",{clipPath:"url(#clip0)",children:si("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:"#5865F2"})}),si("defs",{children:si("clipPath",{id:"clip0",children:si("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as of}from"react/jsx-runtime";var is=({style:e,...t})=>of("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"24",y:"24",viewBox:"0 0 98 96",style:{height:"24px",...e},...t,children:of("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:"#171515"})});import{jsx as as,jsxs as Eb}from"react/jsx-runtime";var ss=({style:e,...t})=>Eb("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:[as("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"}),as("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"}),as("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"}),as("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 ls}from"react/jsx-runtime";function cs({style:e,...t}){return ls("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",viewBox:"0,0,256,256",style:{height:"26px",width:"26px",...e},...t,children:ls("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:ls("g",{transform:"scale(5.12,5.12)",children:ls("path",{d:"M41,4h-32c-2.76,0 -5,2.24 -5,5v32c0,2.76 2.24,5 5,5h32c2.76,0 5,-2.24 5,-5v-32c0,-2.76 -2.24,-5 -5,-5zM17,20v19h-6v-19zM11,14.47c0,-1.4 1.2,-2.47 3,-2.47c1.8,0 2.93,1.07 3,2.47c0,1.4 -1.12,2.53 -3,2.53c-1.8,0 -3,-1.13 -3,-2.53zM39,39h-6c0,0 0,-9.26 0,-10c0,-2 -1,-4 -3.5,-4.04h-0.08c-2.42,0 -3.42,2.06 -3.42,4.04c0,0.91 0,10 0,10h-6v-19h6v2.56c0,0 1.93,-2.56 5.81,-2.56c3.97,0 7.19,2.73 7.19,8.26z"})})})})}import{jsx as rf,jsxs as Tb}from"react/jsx-runtime";function ds(e){return Tb("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 496 512",...e,children:[rf("path",{fill:"#1ed760",d:"M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8Z"}),rf("path",{d:"M406.6 231.1c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3zm-31 76.2c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm-26.9 65.6c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4z"})]})}import{jsx as Zl,jsxs as Pb}from"react/jsx-runtime";function ps(e){return Pb("svg",{xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",clipRule:"evenodd",imageRendering:"optimizeQuality",shapeRendering:"geometricPrecision",textRendering:"geometricPrecision",viewBox:"0 0 293768 333327",width:24,height:24,...e,children:[Zl("path",{fill:"#26f4ee",d:"M204958 0c5369 45832 32829 78170 77253 81022v43471l-287 27V87593c-44424-2850-69965-30183-75333-76015l-47060-1v192819c6791 86790-60835 89368-86703 56462 30342 18977 79608 6642 73766-68039V0h58365zM78515 319644c-26591-5471-50770-21358-64969-44588-34496-56437-3401-148418 96651-157884v54345l-164 27v-40773C17274 145544 7961 245185 33650 286633c9906 15984 26169 27227 44864 33011z"}),Zl("path",{fill:"#fb2c53",d:"M218434 11587c3505 29920 15609 55386 35948 70259-27522-10602-43651-34934-47791-70262l11843 3zm63489 82463c3786 804 7734 1348 11844 1611v51530c-25770 2537-48321-5946-74600-21749l4034 88251c0 28460 106 41467-15166 67648-34260 58734-95927 63376-137628 35401 54529 22502 137077-4810 136916-103049v-96320c26279 15803 48830 24286 74600 21748V94050zm-171890 37247c5390-1122 11048-1985 16998-2548v54345c-21666 3569-35427 10222-41862 22528-20267 38754 5827 69491 35017 74111-33931 5638-73721-28750-49999-74111 6434-12304 18180-18959 39846-22528v-51797zm64479-119719h1808-1808z"}),Zl("path",{d:"M206590 11578c5369 45832 30910 73164 75333 76015v51528c-25770 2539-48321-5945-74600-21748v96320c206 125717-135035 135283-173673 72939-25688-41449-16376-141089 76383-155862v52323c-21666 3569-33412 10224-39846 22528-39762 76035 98926 121273 89342-1225V11577l47060 1z",fill:"#000000"})]})}import{jsx as nf}from"react/jsx-runtime";var us=({style:e,...t})=>nf("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"24px",width:"24px",...e},...t,children:nf("path",{d:"M 14.285156 10.171875 L 23.222656 0 L 21.105469 0 L 13.34375 8.832031 L 7.148438 0 L 0 0 L 9.371094 13.355469 L 0 24.019531 L 2.117188 24.019531 L 10.308594 14.691406 L 16.851562 24.019531 L 24 24.019531 M 2.878906 1.5625 L 6.132812 1.5625 L 21.101562 22.535156 L 17.851562 22.535156",fill:"#000000"})});import{jsx as Jo,jsxs as Sb}from"react/jsx-runtime";var xb={apple:{logo:Jo(rs,{}),displayName:"Apple"},discord:{logo:Jo(ns,{}),displayName:"Discord"},github:{logo:Jo(is,{}),displayName:"GitHub"},google:{logo:Jo(ss,{}),displayName:"Google"},linkedin:{logo:Jo(cs,{}),displayName:"LinkedIn"},spotify:{logo:Jo(ds,{}),displayName:"Spotify"},twitter:{logo:Jo(us,{}),displayName:"Twitter"},tiktok:{logo:Jo(ps,{}),displayName:"TikTok"}},Ne=({provider:e})=>{let{enabled:t,token:o}=de(),{navigate:r,setModalData:n}=x(),{initLoginWithOAuth:i}=M(),{displayName:a,logo:l}=xb[e];return Sb(ge,{onClick:()=>{t&&!o?(n({captchaModalData:{callback:c=>i(e,c),userIntentRequired:!0,onSuccessNavigateTo:null,onErrorNavigateTo:"ERROR_SCREEN"}}),r("CAPTCHA_SCREEN")):i(e)},children:[l," ",a]})};import _b from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as af,jsxs as Ab}from"react/jsx-runtime";var ms=({onClick:e,text:t,icon:o})=>Ab(ge,{onClick:e,children:[o,af(Ca,{children:t}),af(_b,{})]});import{Fragment as Xl,jsx as Le,jsxs as hs}from"react/jsx-runtime";var ys=({connectOnly:e})=>{let{closePrivyModal:t,connectors:o}=M(),{app:r,onUserCloseViaDialogOrKeybindRef:n}=x(),i=r.loginMethodsAndOrder?.primary??[],a=r.loginMethodsAndOrder?.overflow??[],l=[...i,...a],[s,c]=sf("default"),[u,m]=sf("email");Rb(()=>{let A=l.indexOf("sms"),O=l.indexOf("email");A>-1&&A<O&&m("sms")},[i,a]);let h=()=>{t({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{c("default")},150)};n.current=h;let y=A=>A==="email"?Le(Qa,{isEditable:u==="email",setIsEditable:()=>{m("email")}},A):A==="sms"?Le(os,{isEditable:u==="sms",setIsEditable:()=>{m("sms")}},A):A==="apple"?Le(Ne,{provider:"apple"},A):A==="discord"?Le(Ne,{provider:"discord"},A):A==="farcaster"?Le(Za,{},A):A==="github"?Le(Ne,{provider:"github"},A):A==="google"?Le(Ne,{provider:"google"},A):A==="linkedin"?Le(Ne,{provider:"linkedin"},A):A==="tiktok"?Le(Ne,{provider:"tiktok"},A):A==="twitter"&&(!Ib||r?.loginConfig.twitterOAuthOnMobileEnabled)?Le(Ne,{provider:"twitter"},A):$n([A],o,e,l),C=i.map(y).flat(),b=a.map(y).flat(),P=[...C,...b],E=Wb({primary:C.length,overflow:b.length}),[_,k]=Ad(P,E);return hs(Xl,{children:[Le(S,{title:"Log in or sign up",onClose:h,backFn:s==="default"?void 0:()=>{c("default")}}),s==="default"&&Le(Nb,{}),Le(ba,{style:{overflow:"hidden",padding:2},children:hs(St,{children:[s==="default"&&hs(Xl,{children:[..._,k.length>0&&Le(ms,{text:"More options",icon:Le(kb,{}),onClick:()=>c("overflow")})]}),s==="overflow"&&hs(Xl,{children:[...k]})]})}),r&&Le(jr,{app:r}),Le(V,{protectedByPrivy:!0})]})},fs=5,Wb=({primary:e,overflow:t})=>e<fs?e:e===fs&&t===0?fs:fs-1,Nb=Mb(tn)`
|
|
1748
|
+
`;import{Fragment as wb,jsx as ts,jsxs as ef}from"react/jsx-runtime";var os=({isEditable:e,setIsEditable:t})=>{let o=vb(null),{authenticated:r}=G(),{navigate:n,setModalData:i,currentScreen:a}=S(),{initLoginWithSms:l}=M(),{enabled:s,token:c}=de();async function u({qualifiedPhoneNumber:m}){if(s&&!c&&!r)i({captchaModalData:{callback:h=>l(m,h),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(m,c),n("AWAITING_PASSWORDLESS_CODE")}catch(h){i({errorModalData:{error:h,previousScreen:a||"LANDING"}}),n("ERROR_SCREEN")}}return ef(wb,{children:[ts(bo,{if:!e,children:ts(mn,{ref:o,onSubmit:u})}),ts(bo,{if:e,children:ef(ge,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[ts(gb,{})," Continue with SMS"]})})]})};import{jsx as tf,jsxs as Cb}from"react/jsx-runtime";var rs=({style:e,...t})=>Cb("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 24 24",style:{height:"24px",...e},...t,children:[tf("path",{d:"M17.0722 11.6888C17.0471 8.90571 19.3263 7.56847 19.429 7.50274C18.1466 5.60938 16.153 5.35154 15.4417 5.3212C13.7461 5.14678 12.1306 6.32982 11.269 6.32982C10.4074 6.32982 9.08004 5.34648 7.67246 5.37429C5.82158 5.40209 4.11595 6.45874 3.16171 8.13218C1.24068 11.4942 2.6708 16.4817 4.54423 19.2143C5.46091 20.549 6.55041 22.0531 7.98554 21.9975C9.36803 21.9419 9.88905 21.095 11.5571 21.095C13.2251 21.095 13.696 21.9975 15.1537 21.9697C16.6389 21.9393 17.5806 20.6046 18.4897 19.2648C19.5392 17.7153 19.9725 16.2137 19.9975 16.1354C19.965 16.1228 17.1022 15.0155 17.0722 11.6888Z",fill:"currentColor"}),tf("path",{d:"M14.3295 3.51373C15.0909 2.58347 15.6043 1.28921 15.4641 0C14.3671 0.0455014 13.0396 0.738135 12.2532 1.66838C11.5494 2.48994 10.9307 3.80695 11.0986 5.07089C12.3183 5.16694 13.5681 4.44145 14.3295 3.51373Z",fill:"currentColor"})]});import{jsx as si,jsxs as bb}from"react/jsx-runtime";var ns=({style:e,...t})=>bb("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...t,children:[si("g",{clipPath:"url(#clip0)",children:si("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:"#5865F2"})}),si("defs",{children:si("clipPath",{id:"clip0",children:si("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as of}from"react/jsx-runtime";var is=({style:e,...t})=>of("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"24",y:"24",viewBox:"0 0 98 96",style:{height:"24px",...e},...t,children:of("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:"#171515"})});import{jsx as as,jsxs as Eb}from"react/jsx-runtime";var ss=({style:e,...t})=>Eb("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:[as("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"}),as("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"}),as("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"}),as("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 ls}from"react/jsx-runtime";function cs({style:e,...t}){return ls("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",viewBox:"0,0,256,256",style:{height:"26px",width:"26px",...e},...t,children:ls("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:ls("g",{transform:"scale(5.12,5.12)",children:ls("path",{d:"M41,4h-32c-2.76,0 -5,2.24 -5,5v32c0,2.76 2.24,5 5,5h32c2.76,0 5,-2.24 5,-5v-32c0,-2.76 -2.24,-5 -5,-5zM17,20v19h-6v-19zM11,14.47c0,-1.4 1.2,-2.47 3,-2.47c1.8,0 2.93,1.07 3,2.47c0,1.4 -1.12,2.53 -3,2.53c-1.8,0 -3,-1.13 -3,-2.53zM39,39h-6c0,0 0,-9.26 0,-10c0,-2 -1,-4 -3.5,-4.04h-0.08c-2.42,0 -3.42,2.06 -3.42,4.04c0,0.91 0,10 0,10h-6v-19h6v2.56c0,0 1.93,-2.56 5.81,-2.56c3.97,0 7.19,2.73 7.19,8.26z"})})})})}import{jsx as rf,jsxs as Tb}from"react/jsx-runtime";function ds(e){return Tb("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 496 512",...e,children:[rf("path",{fill:"#1ed760",d:"M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8Z"}),rf("path",{d:"M406.6 231.1c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3zm-31 76.2c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm-26.9 65.6c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4z"})]})}import{jsx as Zl,jsxs as Pb}from"react/jsx-runtime";function ps(e){return Pb("svg",{xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",clipRule:"evenodd",imageRendering:"optimizeQuality",shapeRendering:"geometricPrecision",textRendering:"geometricPrecision",viewBox:"0 0 293768 333327",width:24,height:24,...e,children:[Zl("path",{fill:"#26f4ee",d:"M204958 0c5369 45832 32829 78170 77253 81022v43471l-287 27V87593c-44424-2850-69965-30183-75333-76015l-47060-1v192819c6791 86790-60835 89368-86703 56462 30342 18977 79608 6642 73766-68039V0h58365zM78515 319644c-26591-5471-50770-21358-64969-44588-34496-56437-3401-148418 96651-157884v54345l-164 27v-40773C17274 145544 7961 245185 33650 286633c9906 15984 26169 27227 44864 33011z"}),Zl("path",{fill:"#fb2c53",d:"M218434 11587c3505 29920 15609 55386 35948 70259-27522-10602-43651-34934-47791-70262l11843 3zm63489 82463c3786 804 7734 1348 11844 1611v51530c-25770 2537-48321-5946-74600-21749l4034 88251c0 28460 106 41467-15166 67648-34260 58734-95927 63376-137628 35401 54529 22502 137077-4810 136916-103049v-96320c26279 15803 48830 24286 74600 21748V94050zm-171890 37247c5390-1122 11048-1985 16998-2548v54345c-21666 3569-35427 10222-41862 22528-20267 38754 5827 69491 35017 74111-33931 5638-73721-28750-49999-74111 6434-12304 18180-18959 39846-22528v-51797zm64479-119719h1808-1808z"}),Zl("path",{d:"M206590 11578c5369 45832 30910 73164 75333 76015v51528c-25770 2539-48321-5945-74600-21748v96320c206 125717-135035 135283-173673 72939-25688-41449-16376-141089 76383-155862v52323c-21666 3569-33412 10224-39846 22528-39762 76035 98926 121273 89342-1225V11577l47060 1z",fill:"#000000"})]})}import{jsx as nf}from"react/jsx-runtime";var us=({style:e,...t})=>nf("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"24px",width:"24px",...e},...t,children:nf("path",{d:"M 14.285156 10.171875 L 23.222656 0 L 21.105469 0 L 13.34375 8.832031 L 7.148438 0 L 0 0 L 9.371094 13.355469 L 0 24.019531 L 2.117188 24.019531 L 10.308594 14.691406 L 16.851562 24.019531 L 24 24.019531 M 2.878906 1.5625 L 6.132812 1.5625 L 21.101562 22.535156 L 17.851562 22.535156",fill:"#000000"})});import{jsx as Jo,jsxs as Sb}from"react/jsx-runtime";var xb={apple:{logo:Jo(rs,{}),displayName:"Apple"},discord:{logo:Jo(ns,{}),displayName:"Discord"},github:{logo:Jo(is,{}),displayName:"GitHub"},google:{logo:Jo(ss,{}),displayName:"Google"},linkedin:{logo:Jo(cs,{}),displayName:"LinkedIn"},spotify:{logo:Jo(ds,{}),displayName:"Spotify"},twitter:{logo:Jo(us,{}),displayName:"Twitter"},tiktok:{logo:Jo(ps,{}),displayName:"TikTok"}},Ne=({provider:e})=>{let{enabled:t,token:o}=de(),{navigate:r,setModalData:n}=S(),{initLoginWithOAuth:i}=M(),{displayName:a,logo:l}=xb[e];return Sb(ge,{onClick:()=>{t&&!o?(n({captchaModalData:{callback:c=>i(e,c),userIntentRequired:!0,onSuccessNavigateTo:null,onErrorNavigateTo:"ERROR_SCREEN"}}),r("CAPTCHA_SCREEN")):i(e)},children:[l," ",a]})};import _b from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as af,jsxs as Ab}from"react/jsx-runtime";var ms=({onClick:e,text:t,icon:o})=>Ab(ge,{onClick:e,children:[o,af(Ca,{children:t}),af(_b,{})]});import{Fragment as Xl,jsx as Le,jsxs as hs}from"react/jsx-runtime";var ys=({connectOnly:e})=>{let{closePrivyModal:t,connectors:o}=M(),{app:r,onUserCloseViaDialogOrKeybindRef:n}=S(),i=r.loginMethodsAndOrder?.primary??[],a=r.loginMethodsAndOrder?.overflow??[],l=[...i,...a],[s,c]=sf("default"),[u,m]=sf("email");Rb(()=>{let x=l.indexOf("sms"),L=l.indexOf("email");x>-1&&x<L&&m("sms")},[i,a]);let h=()=>{t({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{c("default")},150)};n.current=h;let y=x=>x==="email"?Le(Qa,{isEditable:u==="email",setIsEditable:()=>{m("email")}},x):x==="sms"?Le(os,{isEditable:u==="sms",setIsEditable:()=>{m("sms")}},x):x==="apple"?Le(Ne,{provider:"apple"},x):x==="discord"?Le(Ne,{provider:"discord"},x):x==="farcaster"?Le(Za,{},x):x==="github"?Le(Ne,{provider:"github"},x):x==="google"?Le(Ne,{provider:"google"},x):x==="linkedin"?Le(Ne,{provider:"linkedin"},x):x==="tiktok"?Le(Ne,{provider:"tiktok"},x):x==="twitter"&&(!Ib||r?.loginConfig.twitterOAuthOnMobileEnabled)?Le(Ne,{provider:"twitter"},x):$n([x],o,e,l),C=i.map(y).flat(),E=a.map(y).flat(),P=[...C,...E],b=Wb({primary:C.length,overflow:E.length}),[A,R]=Ad(P,b);return hs(Xl,{children:[Le(_,{title:"Log in or sign up",onClose:h,backFn:s==="default"?void 0:()=>{c("default")}}),s==="default"&&Le(Nb,{}),Le(ba,{style:{overflow:"hidden",padding:2},children:hs(St,{children:[s==="default"&&hs(Xl,{children:[...A,R.length>0&&Le(ms,{text:"More options",icon:Le(kb,{}),onClick:()=>c("overflow")})]}),s==="overflow"&&hs(Xl,{children:[...R]})]})}),r&&Le(jr,{app:r}),Le(V,{protectedByPrivy:!0})]})},fs=5,Wb=({primary:e,overflow:t})=>e<fs?e:e===fs&&t===0?fs:fs-1,Nb=Mb(tn)`
|
|
1749
1749
|
margin-bottom: 16px;
|
|
1750
|
-
`;import Ub from"@heroicons/react/24/outline/EnvelopeIcon";import Fb from"@heroicons/react/24/outline/PhoneIcon";import Bb from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as Hb,useState as pf}from"react";import{isMobile as Gb}from"react-device-detect";import Vb from"styled-components";import{jsx as li,jsxs as lf}from"react/jsx-runtime";var cf=({...e})=>lf("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[lf("g",{clipPath:"url(#clip0_2856_1743)",children:[li("path",{d:"M22.1673 8.24075V16.3642C22.1673 17.3256 21.3421 18.105 20.3241 18.105H17.0028M22.1673 8.24075C22.1673 7.27936 21.3421 6.5 20.3241 6.5H11.5302M22.1673 8.24075V8.42852C22.1673 9.03302 21.8352 9.59423 21.2901 9.91105L15.1463 13.4818C14.5539 13.8261 13.8067 13.8261 13.2143 13.4818L10.1621 11.5401",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),li("path",{d:"M3.12913 6.64816C0.508085 12.9507 3.49251 20.1847 9.79504 22.8057L11.5068 23.5176C12.4522 23.9108 13.7783 23.2222 14.1714 22.2768L14.6054 21.2333C14.7687 20.8406 14.6438 20.3871 14.3024 20.1334L11.2872 17.8927C10.9878 17.6702 10.5843 17.6488 10.2632 17.8384L9.11575 18.5156C8.78274 18.7121 8.3597 18.6844 8.07552 18.4221C5.94293 16.4542 4.77629 13.6264 4.90096 10.7273C4.91757 10.3409 5.19796 10.023 5.57269 9.92753L6.86381 9.59869C7.22522 9.50664 7.49627 9.20696 7.55169 8.83815L8.10986 5.12321C8.17306 4.70259 7.94188 4.29293 7.54915 4.1296L6.50564 3.69564C5.56026 3.30248 4.23416 3.99103 3.84101 4.9364L3.12913 6.64816Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),li("defs",{children:li("clipPath",{id:"clip0_2856_1743",children:li("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});import Lb from"@heroicons/react/24/outline/ChevronRightIcon";import Ob from"@heroicons/react/24/outline/WalletIcon";import{jsx as ec,jsxs as Db}from"react/jsx-runtime";var df=({onClick:e,text:t})=>Db(ge,{onClick:e,children:[ec(Ob,{}),ec(Ca,{children:t}),ec(Lb,{})]});import{Fragment as ci,jsx as he,jsxs as fn}from"react/jsx-runtime";var gs=({connectOnly:e})=>{let{closePrivyModal:t,connectors:o}=M(),{app:r,onUserCloseViaDialogOrKeybindRef:n}=
|
|
1750
|
+
`;import Ub from"@heroicons/react/24/outline/EnvelopeIcon";import Fb from"@heroicons/react/24/outline/PhoneIcon";import Bb from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as Hb,useState as pf}from"react";import{isMobile as Gb}from"react-device-detect";import Vb from"styled-components";import{jsx as li,jsxs as lf}from"react/jsx-runtime";var cf=({...e})=>lf("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[lf("g",{clipPath:"url(#clip0_2856_1743)",children:[li("path",{d:"M22.1673 8.24075V16.3642C22.1673 17.3256 21.3421 18.105 20.3241 18.105H17.0028M22.1673 8.24075C22.1673 7.27936 21.3421 6.5 20.3241 6.5H11.5302M22.1673 8.24075V8.42852C22.1673 9.03302 21.8352 9.59423 21.2901 9.91105L15.1463 13.4818C14.5539 13.8261 13.8067 13.8261 13.2143 13.4818L10.1621 11.5401",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),li("path",{d:"M3.12913 6.64816C0.508085 12.9507 3.49251 20.1847 9.79504 22.8057L11.5068 23.5176C12.4522 23.9108 13.7783 23.2222 14.1714 22.2768L14.6054 21.2333C14.7687 20.8406 14.6438 20.3871 14.3024 20.1334L11.2872 17.8927C10.9878 17.6702 10.5843 17.6488 10.2632 17.8384L9.11575 18.5156C8.78274 18.7121 8.3597 18.6844 8.07552 18.4221C5.94293 16.4542 4.77629 13.6264 4.90096 10.7273C4.91757 10.3409 5.19796 10.023 5.57269 9.92753L6.86381 9.59869C7.22522 9.50664 7.49627 9.20696 7.55169 8.83815L8.10986 5.12321C8.17306 4.70259 7.94188 4.29293 7.54915 4.1296L6.50564 3.69564C5.56026 3.30248 4.23416 3.99103 3.84101 4.9364L3.12913 6.64816Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),li("defs",{children:li("clipPath",{id:"clip0_2856_1743",children:li("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});import Lb from"@heroicons/react/24/outline/ChevronRightIcon";import Ob from"@heroicons/react/24/outline/WalletIcon";import{jsx as ec,jsxs as Db}from"react/jsx-runtime";var df=({onClick:e,text:t})=>Db(ge,{onClick:e,children:[ec(Ob,{}),ec(Ca,{children:t}),ec(Lb,{})]});import{Fragment as ci,jsx as he,jsxs as fn}from"react/jsx-runtime";var gs=({connectOnly:e})=>{let{closePrivyModal:t,connectors:o}=M(),{app:r,onUserCloseViaDialogOrKeybindRef:n}=S(),{email:i,sms:a,google:l,twitter:s,discord:c,github:u,spotify:m,tiktok:h,linkedin:y,apple:C,wallet:E,farcaster:P}=r?.loginMethods??{},b=r?.appearance.loginGroupPriority||"web2-first",A=r?.appearance.hideDirectWeb2Inputs,[R,I]=pf("default"),[x,L]=pf(i?"email":"sms");Hb(()=>{L(i?"email":"sms")},[i]);let O=()=>{t({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{I("default")},150)};n.current=O;let F=[i&&he(Qa,{isEditable:x==="email",setIsEditable:()=>{L("email")}}),a&&he(os,{isEditable:x==="sms",setIsEditable:()=>{L("sms")}})].filter(Boolean),H=[l&&he(Ne,{provider:"google"}),s&&(!Gb||r?.loginConfig.twitterOAuthOnMobileEnabled)&&he(Ne,{provider:"twitter"}),c&&he(Ne,{provider:"discord"}),u&&he(Ne,{provider:"github"}),m&&he(Ne,{provider:"spotify"}),h&&he(Ne,{provider:"tiktok"}),y&&he(Ne,{provider:"linkedin"}),C&&he(Ne,{provider:"apple"}),P&&he(Za,{})].filter(Boolean),$=$n(r.appearance.walletList,o,e,r.appearance.walletList),D=R==="default"?void 0:()=>{I("default")},z=$b({priority:b,email:i,sms:a,social:H}),k=qb({priority:b,email:i,sms:a,social:H}),oe=jb({priority:b,email:i,sms:a,social:H}),ie=he(df,{text:oe,onClick:()=>I("web3-overflow")}),j=he(ms,{text:z,icon:k,onClick:()=>I("web2-overflow")}),Ve=A?0:1;return fn(ci,{children:[he(_,{title:"Log in or sign up",onClose:O,backFn:D}),R==="default"&&he(zb,{}),he(ba,{style:{overflow:"hidden",padding:2},children:fn(St,{children:[R==="default"&&b==="web2-first"&&fn(ci,{children:[...F,...H.length+F.length>4?H.slice(0,3-F.length):H,F.length+H.length>4&&j,E&&ie]}),R==="default"&&b==="web3-first"&&fn(ci,{children:[E&&fn(ci,{children:[...$.length>4?$.slice(0,3):$,$.length>4&&ie]}),F.length+H.length>Ve&&j,F.length+H.length===Ve&&F.length?F[0]:null,F.length+H.length===Ve&&H.length?H[0]:null]}),R==="web2-overflow"&&fn(ci,{children:[...b==="web3-first"?F:[],...H]}),...R==="web3-overflow"?$:[]]})}),r&&he(jr,{app:r}),he(V,{protectedByPrivy:!0})]})},zb=Vb(tn)`
|
|
1751
1751
|
margin-bottom: 16px;
|
|
1752
|
-
`,$b=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"?"Other socials":t&&o&&r.length>0||t&&r.length>0?"Log in with email or socials":o&&r.length>0?"Log in with sms or socials":t&&o?"Continue with email or sms":t?"Continue with email":o?"Continue with sms":"Log in with a social account",qb=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?he(Bb,{}):t&&o?he(cf,{}):t?he(Ub,{}):o?he(Fb,{}):null,jb=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{jsx as uf}from"react/jsx-runtime";var mf=()=>{let{app:e}=
|
|
1752
|
+
`,$b=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"?"Other socials":t&&o&&r.length>0||t&&r.length>0?"Log in with email or socials":o&&r.length>0?"Log in with sms or socials":t&&o?"Continue with email or sms":t?"Continue with email":o?"Continue with sms":"Log in with a social account",qb=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?he(Bb,{}):t&&o?he(cf,{}):t?he(Ub,{}):o?he(Fb,{}):null,jb=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{jsx as uf}from"react/jsx-runtime";var mf=()=>{let{app:e}=S();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?uf(ys,{connectOnly:!0}):uf(gs,{connectOnly:!0})};import{jsx as ff}from"react/jsx-runtime";var hf=()=>{let{app:e}=S();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?ff(ys,{connectOnly:!1}):ff(gs,{connectOnly:!1})};import Kb from"@heroicons/react/24/outline/EnvelopeIcon";import{Fragment as Yb,jsx as Qo,jsxs as Jb}from"react/jsx-runtime";var yf=()=>{let{app:e}=S();return Jb(Yb,{children:[Qo(_,{},"header"),Qo(J,{}),Qo(we,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:Qo(Kb,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),Qo(_t,{children:Qo(Ya,{stacked:!0})}),Qo(Q,{}),Qo(V,{protectedByPrivy:!0})]})};import Qb from"@heroicons/react/24/outline/PhoneIcon";import{Fragment as Zb,jsx as Zo,jsxs as Xb}from"react/jsx-runtime";var gf=()=>{let{app:e,currentScreen:t,data:o,navigate:r,setModalData:n}=S(),{initLoginWithSms:i}=M();async function a({qualifiedPhoneNumber:l}){try{await i(l),r("AWAITING_PASSWORDLESS_CODE")}catch(s){n({errorModalData:{error:s,previousScreen:o?.errorModalData?.previousScreen||t||"LINK_PHONE_SCREEN"}}),r("ERROR_SCREEN")}}return Xb(Zb,{children:[Zo(_,{},"header"),Zo(J,{}),Zo(we,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:Zo(Qb,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),Zo(_t,{children:Zo(mn,{stacked:!0,onSubmit:a})}),Zo(Q,{}),Zo(V,{protectedByPrivy:!0})]})};import{Fragment as e0,jsx as di,jsxs as t0}from"react/jsx-runtime";var vf=()=>{let{linkingHint:e}=M(),{app:t}=S(),o=e?`Select the wallet with ${Lo(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return t0(e0,{children:[di(_,{},"header"),di(io,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),di(St,{children:di(en,{connectOnly:!1})}),di(V,{protectedByPrivy:!0})]})};import{jsx as wf,jsxs as o0}from"react/jsx-runtime";var Cf=({style:e,...t})=>o0("svg",{width:"164",height:"164",viewBox:"0 0 164 164",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...e},...t,children:[wf("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),wf("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M81.9999 100.788C93.3288 100.788 102.513 91.6043 102.513 80.2754C102.513 68.9465 93.3288 59.7626 81.9999 59.7626C70.671 59.7626 61.4871 68.9465 61.4871 80.2754C61.4871 91.6043 70.671 100.788 81.9999 100.788ZM88.3236 71.8304C88.9093 71.2446 89.8591 71.2446 90.4449 71.8304C91.0307 72.4161 91.0307 73.3659 90.4449 73.9517L84.121 80.2756L90.445 86.5996C91.0308 87.1854 91.0308 88.1351 90.445 88.7209C89.8592 89.3067 88.9095 89.3067 88.3237 88.7209L81.9997 82.3969L75.6756 88.7209C75.0899 89.3067 74.1401 89.3067 73.5543 88.7209C72.9685 88.1351 72.9685 87.1854 73.5543 86.5996L79.8783 80.2756L73.5544 73.9517C72.9686 73.3659 72.9686 72.4161 73.5544 71.8304C74.1402 71.2446 75.09 71.2446 75.6758 71.8304L81.9997 78.1543L88.3236 71.8304Z",fill:"#EC6351"})]});import{Fragment as r0,jsx as Xo,jsxs as bf}from"react/jsx-runtime";var Ef=()=>{let{closePrivyModal:e}=M(),{navigate:t}=S();return bf(r0,{children:[Xo(_,{},"header"),Xo(J,{}),Xo(Cf,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),Xo(io,{title:"Could not connect with wallet",description:"Please check that Phantom multichain is enabled and try again.",style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",textAlign:"center"}}),bf(_t,{children:[Xo(U,{onClick:()=>t("LANDING"),children:"Try again"}),Xo(Ft,{onClick:()=>e(),children:"Cancel"})]}),Xo(Q,{}),Xo(V,{protectedByPrivy:!0})]})};import If from"@heroicons/react/20/solid/CheckIcon";import P0 from"@heroicons/react/24/outline/DevicePhoneMobileIcon";import x0 from"@heroicons/react/24/outline/FingerPrintIcon";import S0 from"@heroicons/react/24/outline/PhoneIcon";import Mf from"@heroicons/react/24/outline/TrashIcon";import _0 from"@heroicons/react/24/solid/CheckBadgeIcon";import Wf from"@heroicons/react/24/solid/CheckCircleIcon";import Nf from"@heroicons/react/24/solid/DevicePhoneMobileIcon";import A0 from"@heroicons/react/24/solid/IdentificationIcon";import ac from"@heroicons/react/24/solid/PhoneIcon";import ic from"@heroicons/react/24/solid/ShieldCheckIcon";import{useEffect as Lf,useState as So}from"react";import{useState as rc}from"react";import{isMobile as c0}from"react-device-detect";import _f from"styled-components";import{Dialog as Tf,Transition as tc}from"@headlessui/react";import oc from"react";import yn from"styled-components";import{jsx as hn,jsxs as l0}from"react/jsx-runtime";var Pf=({children:e,open:t,onClick:o,...r})=>hn(tc,{show:t,as:oc.Fragment,children:l0(Tf,{onClose:o,...r,as:i0,children:[hn(tc.Child,{as:oc.Fragment,enterFrom:"entering",leaveTo:"leaving",children:hn(n0,{"aria-hidden":"true"})}),hn(a0,{children:hn(tc.Child,{as:oc.Fragment,enterFrom:"entering",leaveTo:"leaving",children:hn(Tf.Panel,{as:s0,children:e})})})]})}),gn=yn.div`
|
|
1753
1753
|
display: flex;
|
|
1754
1754
|
flex-direction: column;
|
|
1755
1755
|
text-align: center;
|
|
@@ -1849,7 +1849,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1849
1849
|
align-items: center;
|
|
1850
1850
|
justify-content: center;
|
|
1851
1851
|
height: 100%;
|
|
1852
|
-
`;import{Fragment as y0,jsx as pi,jsxs as h0}from"react/jsx-runtime";var ui=6,d0=new Array(ui).fill("");function p0(e){return e.replace(/\s+/g,"")}function nc(e){return/^[0-9]{1}$/.test(e)}function Sf(e){return e.length===ui&&e.every(nc)}function u0(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var vn=({onChange:e,disabled:t,errorReasonOverride:o,success:r})=>{let[n,i]=rc(d0),[a,l]=rc(null),[s,c]=rc(null),u=async C=>{C.preventDefault();let
|
|
1852
|
+
`;import{Fragment as y0,jsx as pi,jsxs as h0}from"react/jsx-runtime";var ui=6,d0=new Array(ui).fill("");function p0(e){return e.replace(/\s+/g,"")}function nc(e){return/^[0-9]{1}$/.test(e)}function Sf(e){return e.length===ui&&e.every(nc)}function u0(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var vn=({onChange:e,disabled:t,errorReasonOverride:o,success:r})=>{let[n,i]=rc(d0),[a,l]=rc(null),[s,c]=rc(null),u=async C=>{C.preventDefault();let E=p0(C.currentTarget.value);if(E==="")return;let P=u0(n,nc),b=E.split(""),A=!b.every(nc),R=b.length+P>ui;if(A){l("Passcode can only be numbers"),c(1);return}if(R){l("Passcode must be exactly 6 numbers"),c(1);return}l(null),c(null);let I=Number(C.currentTarget.name?.charAt(4)),x=[...E||[""]].slice(0,ui-I),L=[...n.slice(0,I),...x,...n.slice(I+x.length)];i(L);let O=x.length,F=Math.min(Math.max(I+O,0),ui-1);if(document.querySelector(`input[name=pin-${F}]`)?.focus(),Sf(L))try{await e(L.join("")),document.querySelector(`input[name=pin-${F}]`)?.blur()}catch($){c(1),l($.message)}else try{await e(null)}catch($){c(1),l($.message)}},m=C=>{s===1&&(l(null),c(null));let E=[...n.slice(0,C),"",...n.slice(C+1)];i(E),C>0&&document.querySelector(`input[name=pin-${C-1}]`)?.focus(),Sf(E)?e(E.join("")):e(null)},y=r?"success":!!(o||a)?"fail":"";return pi(y0,{children:h0(m0,{children:[pi("div",{children:n.map((C,E)=>pi("input",{name:`pin-${E}`,type:"text",value:n[E],onChange:u,onKeyUp:P=>{P.key==="Backspace"&&m(E)},inputMode:"numeric",autoFocus:E===0,pattern:"[0-9]",className:y,autoComplete:c0?"one-time-code":"off",disabled:t},E))}),pi("div",{children:pi(f0,{fail:!!o||!!a,children:o||a})})]})})},m0=_f.div`
|
|
1853
1853
|
display: flex;
|
|
1854
1854
|
flex-direction: column;
|
|
1855
1855
|
width: 100%;
|
|
@@ -1939,7 +1939,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
1939
1939
|
> path {
|
|
1940
1940
|
fill: white;
|
|
1941
1941
|
}
|
|
1942
|
-
`;import E0 from"@heroicons/react/24/solid/ShieldCheckIcon";import{jsx as T0}from"react/jsx-runtime";var Rf=({size:e,authUrl:t})=>T0(za,{url:t,squareLogoElement:E0,size:e,fgColor:"#1F1F1F"});import{Fragment as It,jsx as g,jsxs as Z}from"react/jsx-runtime";var Of=()=>{let{user:e,enrollInMfa:t}=G(),[o,r]=So(null),{unenrollWithSms:n,unenrollWithTotp:i}=mi(),{app:a,ready:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=
|
|
1942
|
+
`;import E0 from"@heroicons/react/24/solid/ShieldCheckIcon";import{jsx as T0}from"react/jsx-runtime";var Rf=({size:e,authUrl:t})=>T0(za,{url:t,squareLogoElement:E0,size:e,fgColor:"#1F1F1F"});import{Fragment as It,jsx as g,jsxs as Z}from"react/jsx-runtime";var Of=()=>{let{user:e,enrollInMfa:t}=G(),[o,r]=So(null),{unenrollWithSms:n,unenrollWithTotp:i}=mi(),{app:a,ready:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=S(),{closePrivyModal:u}=M(),{promptMfa:m}=wn(),[h,y]=So(s?.mfaEnrollmentFlow?.seenIntro||!1),[C,E]=So(s?.mfaEnrollmentFlow?.selectedMfaMethod||null),P=()=>{u({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{r(null),E(null)},500)};c.current=P;let b=e?.mfaMethods.includes("sms"),A=!!e?.phone,R=e?.mfaMethods.includes("totp"),I=b||R;Lf(()=>{I&&y(!0)},[I]);function x(){r(null),E(null)}function L(){y(!1)}async function O(D){await m(),E(D)}if(!l||!e||!a)return Z(It,{children:[g(_,{onClose:P},"header"),g(Fe,{children:g(kf,{})}),g(Ho,{children:g(Tt,{})}),g(X,{})]});async function F(){r(null);try{await n()}catch{r(null)}}async function H(){r(null);try{await i()}catch{r(null)}}if(o==="sms")return Z(It,{children:[g(_,{backFn:x,onClose:P},"header"),g(Fe,{children:g(Ze,{children:g(ac,{})})}),g(ve,{children:"Remove SMS verification?"}),Z(me,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),g(Go,{children:g(U,{warn:!0,onClick:F,children:"Remove SMS for MFA"})}),g(X,{})]});if(o==="totp")return Z(It,{children:[g(_,{backFn:x,onClose:P},"header"),g(Fe,{children:g(Ze,{children:g(Nf,{})})}),g(ve,{children:"Remove Authenticator App verification?"}),Z(me,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),g(Go,{children:g(U,{warn:!0,onClick:H,children:"Remove Authenticator App for MFA"})}),g(X,{})]});if(s.mfaEnrollmentFlow.mfaMethods.length===0&&!I)return Z(It,{children:[g(_,{onClose:P},"header"),g(Fe,{children:g(Ze,{children:g(ic,{})})}),g(ve,{children:"Add more security"}),Z(me,{children:[a?.name," does not have any verification methods enabled."]}),g(Go,{children:g(U,{onClick:P,children:"Close"})}),g(X,{})]});let $=!I&&!h;if($)return Z(It,{children:[g(_,{onClose:P},"header"),g(Fe,{children:g(Ze,{children:g(ic,{})})}),g(ve,{children:"Transaction Protection"}),g(me,{children:"Set up transaction protection to add an extra layer of security to your account"}),Z(Gp,{children:[Z(ul,{children:[g(pl,{children:g(_0,{})}),"Enable 2-Step verification for your ",a?.name," wallet."]}),Z(ul,{children:[g(pl,{children:g(A0,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),Z(Go,{children:[g(U,{onClick:()=>y(!0),children:"Continue"}),g(Ft,{onClick:P,children:"Not now"})]}),g(X,{})]});switch(C){case"sms":return g(k0,{onComplete:P,onReset:x,onClose:P});case"totp":return g(R0,{onComplete:P,onClose:P,onReset:x});default:return Z(It,{children:[g(_,{backFn:$?L:void 0,onClose:P},"header"),g(Fe,{children:g(Ze,{children:g(ic,{})})}),g(ve,{children:"Choose a verification method"}),I?g(me,{children:"To add or delete verification methods, verification is required."}):g(me,{children:"How would you like to verify your identity? You can change this later."}),Z(Ea,{children:[(s.mfaEnrollmentFlow.mfaMethods.includes("totp")||R)&&Z(Ta,{children:[g(ge,{disabled:R,onClick:()=>O("totp"),children:Z(xa,{children:[Z(Pa,{children:[g(P0,{}),"Authenticator App"]}),R?Z(Yr,{children:[g(If,{}),"Added"]}):g(Yr,{children:"Recommended"})]})}),R&&g(ml,{id:"remove",onClick:()=>r("totp"),children:g(Mf,{})})]},"totp"),(s.mfaEnrollmentFlow.mfaMethods.includes("sms")||b)&&Z(Ta,{children:[g(ge,{disabled:b||A,onClick:()=>O("sms"),children:Z(xa,{children:[Z(Pa,{children:[g(S0,{}),"SMS"]}),b&&Z(Yr,{children:[g(If,{}),"Added"]}),A&&g(Yr,{children:"Disabled"})]})}),b&&g(ml,{id:"remove",onClick:()=>r("sms"),children:g(Mf,{})})]},"sms"),g(Ta,{children:g(ge,{disabled:!0,children:Z(xa,{children:[Z(Pa,{children:[g(x0,{}),"Passkey"]}),g(Yr,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),g(X,{})]})}},k0=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=So(""),[i,a]=So(!1),[l,s]=So("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:u}=mi(),{app:m,data:h,currentScreen:y,navigate:C,setModalData:E}=S();function P(){h?.mfaEnrollmentFlow?.onSuccess(),e()}async function b({qualifiedPhoneNumber:I}){try{await c({phoneNumber:I}),n(I),s("verify")}catch(x){E({mfaEnrollmentFlow:h?.mfaEnrollmentFlow?{...h?.mfaEnrollmentFlow,selectedMfaMethod:"sms",seenIntro:!0}:void 0,errorModalData:{error:x,previousScreen:y||"MFA_ENROLLMENT_FLOW_SCREEN"}}),C("ERROR_SCREEN")}}async function A(I){try{if(!I)return;await u({phoneNumber:r,mfaCode:I}),a(!0)}catch(x){throw Rl(x)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):an(x)?new Error("The code you entered is not valid"):nn(x)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Il(x)?new Error("Verification canceled"):new Error("Unknown error")}}function R(){l==="verify"?s("enroll"):t()}return l==="enroll"?Z(It,{children:[g(_,{backFn:t,onClose:o},"header"),g(Fe,{children:g(Ze,{children:g(ac,{})})}),g(ve,{children:"Set up SMS verification"}),g(me,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),Z(Ho,{children:[g(mn,{onSubmit:b}),Z(Vp,{children:["By providing your mobile number, you agree to receive text messages from ",m?.name,". Some carrier charges may apply"]})]}),g(X,{})]}):i?Z(It,{children:[g(_,{onClose:P},"header"),g(Fe,{children:g(Ze,{status:"success",children:g(Wf,{})})}),g(ve,{children:"SMS verification added"}),g(me,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),g(Go,{children:g(U,{onClick:P,children:"Done"})}),g(X,{})]}):Z(It,{children:[g(_,{backFn:R,onClose:o},"header"),g(Fe,{children:g(Ze,{children:g(ac,{})})}),g(ve,{children:"Enter enrollment code"}),Z(Ho,{children:[g(vn,{onChange:A}),Z(me,{children:["To continue, enter the 6-digit code sent to ",g("strong",{children:Km(r)})]})]}),g(X,{})]})},R0=({onComplete:e,onClose:t,onReset:o})=>{let[r,n]=So("enroll"),[i,a]=So(null),[l,s]=So(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:u}=mi(),{data:m}=S();Lf(()=>{a(null),c().then(P=>{a(P)}).catch(()=>{a(null),o()})},[]);function h(){m?.mfaEnrollmentFlow?.onSuccess(),e()}function y(){n("verify")}async function C(P){try{if(!P)return;await u({mfaCode:P}),s(!0)}catch(b){throw Rl(b)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):an(b)?new Error("The code you entered is not valid"):nn(b)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Il(b)?new Error("Verification canceled"):new Error("Unknown error")}}function E(){r==="verify"?n("enroll"):o()}return r==="enroll"?Z(It,{children:[g(_,{backFn:o,onClose:t},"header"),g(ve,{children:"Scan QR code"}),g(me,{children:"Open your authenticator app and scan the QR code to continue."}),g(ka,{children:i?.authUrl?g(Rf,{authUrl:i.authUrl,size:200}):g(Tt,{})}),Z(Go,{children:[g(At,{children:i?.secret&&g(un,{itemName:"secret",text:i.secret})}),g(U,{onClick:y,children:"Continue"})]}),g(X,{})]}):l?Z(It,{children:[g(_,{onClose:h},"header"),g(Fe,{children:g(Ze,{status:"success",children:g(Wf,{})})}),g(ve,{children:"Authenticator app verification added"}),g(me,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),g(Go,{children:g(U,{onClick:h,children:"Done"})}),g(X,{})]}):Z(It,{children:[g(_,{backFn:E,onClose:t},"header"),g(Fe,{children:g(Ze,{children:g(Nf,{})})}),g(ve,{children:"Enter enrollment code"}),g(Ho,{children:g(vn,{onChange:C})}),Z(me,{children:["To continue, enter the 6-digit code generated from your ",g("strong",{children:"authenticator app"})]}),g(X,{})]})};import IE from"@heroicons/react/24/outline/DevicePhoneMobileIcon";import ME from"@heroicons/react/24/outline/PhoneIcon";import WE from"@heroicons/react/24/solid/DevicePhoneMobileIcon";import NE from"@heroicons/react/24/solid/PhoneIcon";import LE from"@heroicons/react/24/solid/ShieldCheckIcon";import{useEffect as OE,useState as bc}from"react";import{StaticJsonRpcProvider as SE}from"@ethersproject/providers";import{useMemo as _E,useEffect as AE,useState as yh}from"react";import kE from"styled-components";import nh from"styled-components";import Uf from"styled-components";import{jsx as Df,jsxs as W0}from"react/jsx-runtime";var vs=({label:e,children:t,valueStyles:o})=>W0(I0,{children:[Df("div",{children:e}),Df(M0,{style:{...o},children:t})]}),I0=Uf.div`
|
|
1943
1943
|
display: flex;
|
|
1944
1944
|
align-items: center;
|
|
1945
1945
|
justify-content: space-between;
|
|
@@ -2160,10 +2160,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2160
2160
|
overflow: hidden;
|
|
2161
2161
|
max-width: 275px;
|
|
2162
2162
|
text-overflow: ellipsis;
|
|
2163
|
-
`;import{VoidSigner as fE}from"@ethersproject/abstract-signer";import{BigNumber as qt}from"@ethersproject/bignumber";import{Contract as hE}from"@ethersproject/contracts";import{EtherscanProvider as yD}from"@ethersproject/providers";import{serialize as yE}from"@ethersproject/transactions";import{parseUnits as ph}from"@ethersproject/units";import{ofetch as uE}from"ofetch";var uh=[Wn.id,Nn.id],hc=e=>({maxPriorityFee:ph(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:ph(e.maxFee.toFixed(9),"gwei").toHexString()}),mE=e=>({safeLow:hc(e.safeLow),standard:hc(e.standard),fast:hc(e.fast)}),mh=async e=>{let t="";switch(e){case Wn.id:t="https://gasstation.polygon.technology/v2";break;case Nn.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return mE(await uE(t))};function _o(e){if(typeof e=="number"||typeof e=="bigint"||typeof e=="string")return e;if(typeof e.toHexString=="function")return e.toHexString();throw new Error(`Expected numeric value but received ${e}`)}function gE(e){let t={};return e.to!==void 0&&(t.to=e.to),e.data!==void 0&&(t.data=e.data),e.chainId!==void 0&&(t.chainId=e.chainId),e.type!==void 0&&(t.type=e.type),e.accessList!==void 0&&(t.accessList=e.accessList),e.nonce!==void 0&&(t.nonce=_o(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=_o(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=_o(e.gasPrice)),e.value!==void 0&&(t.value=_o(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=_o(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=_o(e.maxPriorityFeePerGas)),t}function vE(e){let t={};return e.to!==void 0&&(t.to=e.to),e.data!==void 0&&(t.data=e.data),e.chainId!==void 0&&(t.chainId=e.chainId),e.type!==void 0&&(t.type=e.type),e.accessList!==void 0&&(t.accessList=e.accessList),e.nonce!==void 0&&(t.nonce=be(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=be(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=be(e.gasPrice)),e.value!==void 0&&(t.value=be(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=be(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=be(e.maxPriorityFeePerGas)),t}async function En(e,t,o){t.chainId=Number(t.chainId),hh(t);let r=new fE(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),uh.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await mh(t.chainId);t.maxPriorityFeePerGas||(t.maxPriorityFeePerGas=i.maxPriorityFee),t.maxFeePerGas||(t.maxFeePerGas=i.maxFee)}catch(i){throw new Error(`Failed to set gas prices from Polygon gas station with error: ${i}.`)}if(wE(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(qt.from(120)).div(qt.from(100));t.maxFeePerGas=_o(a),t.maxPriorityFeePerGas=_o(qt.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(yc(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas)&&!t.gasPrice)try{if(t.type=2,!t.maxPriorityFeePerGas){let i=await o.send("eth_maxPriorityFeePerGas",[]);t.maxPriorityFeePerGas=i}if(t.maxFeePerGas&&(console.warn("maxFeePerGas is specified without maxPriorityFeePerGas - this can result in hung transactions."),t.maxPriorityFeePerGas>=t.maxFeePerGas))throw new Error("Overridden maxFeePerGas is less than or equal to the calculated maxPriorityFeePerGas. Please set both values or maxPriorityFeePerGas alone for correct gas estimation.");if(!t.maxFeePerGas){let{lastBaseFeePerGas:i}=await r.getFeeData();if(!i)throw new Error("Unable to fetch baseFee for last block.");let s=qt.from(i).mul(qt.from(126)).div(qt.from(100)).add(qt.from(t.maxPriorityFeePerGas));t.maxFeePerGas=_o(s)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}CE(t.chainId)&&t.type!=0&&((t.type==1||t.type==2)&&console.warn("Transaction request type specified is incompatible for chain and will result in undefined behavior. Please use transaction type 0."),t.type===void 0&&(t.type=0));let n=await r.populateTransaction({to:t.to,from:t.from,nonce:t.nonce,gasLimit:t.gasLimit,gasPrice:t.gasPrice,data:t.data,value:t.value,chainId:t.chainId,type:t.type,accessList:t.accessList,maxFeePerGas:t.maxFeePerGas,maxPriorityFeePerGas:t.maxPriorityFeePerGas});return gE(n)}async function Ts(e,t,o,r,n){r=Object.assign({chainId:vo},r),hh(r);let a=(await o.rpc({address:t,accessToken:e,request:{method:"eth_signTransaction",params:[r]}})).response.data;return await n.sendTransaction(a)}async function fh(e,t,o,r){let n=await r.getBalance(e),i=t.value||0,l=!n.sub(be(i)).sub(o).isNegative();return{balance:n,hasSufficientFunds:l}}function yc(e){return[ta.id,oa.id,ra.id,ia.id,aa.id,sa.id,la.id,da.id,ca.id].includes(e)}function wE(e){return[Zi.id,Xi.id,ea.id].includes(e)}function CE(e){return[56,97].includes(e)}async function gc(e,t){if(!e.chainId||e.chainId&&!yc(e.chainId))return qt.from(0);let o=qt.from(0);try{let r=new hE(Cd,bd,t),n=vE(e),i=yE(n);o=await r.getL1Fee(i)}catch{}return o}async function Ps(e,t){delete e.from;let o=qt.from(0),r=qt.from(0);if(e.gasLimit?o=be(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=be(e.maxFeePerGas);else{let i=await t.getFeeData();i.maxFeePerGas&&(r=i.maxFeePerGas)}else if(e.type==0||e.type==1)if(e.gasPrice)r=be(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=be(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&yc(e.chainId))try{let i=await gc(e,t);n=n.add(i)}catch{}return n}function hh(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!bE(r))throw new Error(`Transaction request property '${o}' must be a valid number, bigint, or hex string representing a quantity`)}if(typeof e.chainId!="number")throw new Error("Transaction request property 'chainId' must be a number")}function bE(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&EE(e);return t||o||r}function EE(e){return/^-?0x[a-f0-9]+$/i.test(e)}function xs(e){return{to:e.to,from:e.from,contractAddress:e.contractAddress,transactionIndex:e.transactionIndex,root:e.root,logsBloom:e.logsBloom,blockHash:e.blockHash,transactionHash:e.transactionHash,logs:e.logs,blockNumber:e.blockNumber,confirmations:e.confirmations,byzantium:e.byzantium,type:e.type,status:e.status,gasUsed:e.gasUsed.toHexString(),cumulativeGasUsed:e.cumulativeGasUsed.toHexString(),effectiveGasPrice:e.effectiveGasPrice?e.effectiveGasPrice.toHexString():void 0}}import{useState as vc,useEffect as TE}from"react";var Ss=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=M(),[n,i]=vc(!0),[a,l]=vc(void 0),[s,c]=vc(void 0);return TE(()=>{let u=e.chainId||vo,m=r.find(y=>y.id===Number(u));if(!m)throw new Y(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let y=await o(m);y?c(y):l(new Error(`Unable to fetch token price on chain id ${m.id}`))}catch(y){l(y)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:a}};import{createContext as PE,useContext as xE}from"react";var wc=PE(null);function wi(){let e=xE(wc);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}import{jsx as gh}from"react/jsx-runtime";var Cc=({pendingTransaction:e})=>{let{getAccessToken:t}=G(),{wallets:o}=wi(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=M(),[l,s]=yh(e),{tokenPrice:c}=Ss(l),[u,m]=yh(null),h=a(e.chainId)||"ETH",y=_E(()=>o.find(C=>C.walletClientType==="privy"),[o]);return AE(()=>{async function C(){if(!await t()||!r||!y)return l;let P=new SE(Dt(l.chainId,i,n)),
|
|
2163
|
+
`;import{VoidSigner as fE}from"@ethersproject/abstract-signer";import{BigNumber as qt}from"@ethersproject/bignumber";import{Contract as hE}from"@ethersproject/contracts";import{EtherscanProvider as yD}from"@ethersproject/providers";import{serialize as yE}from"@ethersproject/transactions";import{parseUnits as ph}from"@ethersproject/units";import{ofetch as uE}from"ofetch";var uh=[Wn.id,Nn.id],hc=e=>({maxPriorityFee:ph(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:ph(e.maxFee.toFixed(9),"gwei").toHexString()}),mE=e=>({safeLow:hc(e.safeLow),standard:hc(e.standard),fast:hc(e.fast)}),mh=async e=>{let t="";switch(e){case Wn.id:t="https://gasstation.polygon.technology/v2";break;case Nn.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return mE(await uE(t))};function _o(e){if(typeof e=="number"||typeof e=="bigint"||typeof e=="string")return e;if(typeof e.toHexString=="function")return e.toHexString();throw new Error(`Expected numeric value but received ${e}`)}function gE(e){let t={};return e.to!==void 0&&(t.to=e.to),e.data!==void 0&&(t.data=e.data),e.chainId!==void 0&&(t.chainId=e.chainId),e.type!==void 0&&(t.type=e.type),e.accessList!==void 0&&(t.accessList=e.accessList),e.nonce!==void 0&&(t.nonce=_o(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=_o(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=_o(e.gasPrice)),e.value!==void 0&&(t.value=_o(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=_o(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=_o(e.maxPriorityFeePerGas)),t}function vE(e){let t={};return e.to!==void 0&&(t.to=e.to),e.data!==void 0&&(t.data=e.data),e.chainId!==void 0&&(t.chainId=e.chainId),e.type!==void 0&&(t.type=e.type),e.accessList!==void 0&&(t.accessList=e.accessList),e.nonce!==void 0&&(t.nonce=be(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=be(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=be(e.gasPrice)),e.value!==void 0&&(t.value=be(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=be(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=be(e.maxPriorityFeePerGas)),t}async function En(e,t,o){t.chainId=Number(t.chainId),hh(t);let r=new fE(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),uh.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await mh(t.chainId);t.maxPriorityFeePerGas||(t.maxPriorityFeePerGas=i.maxPriorityFee),t.maxFeePerGas||(t.maxFeePerGas=i.maxFee)}catch(i){throw new Error(`Failed to set gas prices from Polygon gas station with error: ${i}.`)}if(wE(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(qt.from(120)).div(qt.from(100));t.maxFeePerGas=_o(a),t.maxPriorityFeePerGas=_o(qt.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(yc(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas)&&!t.gasPrice)try{if(t.type=2,!t.maxPriorityFeePerGas){let i=await o.send("eth_maxPriorityFeePerGas",[]);t.maxPriorityFeePerGas=i}if(t.maxFeePerGas&&(console.warn("maxFeePerGas is specified without maxPriorityFeePerGas - this can result in hung transactions."),t.maxPriorityFeePerGas>=t.maxFeePerGas))throw new Error("Overridden maxFeePerGas is less than or equal to the calculated maxPriorityFeePerGas. Please set both values or maxPriorityFeePerGas alone for correct gas estimation.");if(!t.maxFeePerGas){let{lastBaseFeePerGas:i}=await r.getFeeData();if(!i)throw new Error("Unable to fetch baseFee for last block.");let s=qt.from(i).mul(qt.from(126)).div(qt.from(100)).add(qt.from(t.maxPriorityFeePerGas));t.maxFeePerGas=_o(s)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}CE(t.chainId)&&t.type!=0&&((t.type==1||t.type==2)&&console.warn("Transaction request type specified is incompatible for chain and will result in undefined behavior. Please use transaction type 0."),t.type===void 0&&(t.type=0));let n=await r.populateTransaction({to:t.to,from:t.from,nonce:t.nonce,gasLimit:t.gasLimit,gasPrice:t.gasPrice,data:t.data,value:t.value,chainId:t.chainId,type:t.type,accessList:t.accessList,maxFeePerGas:t.maxFeePerGas,maxPriorityFeePerGas:t.maxPriorityFeePerGas});return gE(n)}async function Ts(e,t,o,r,n){r=Object.assign({chainId:vo},r),hh(r);let a=(await o.rpc({address:t,accessToken:e,request:{method:"eth_signTransaction",params:[r]}})).response.data;return await n.sendTransaction(a)}async function fh(e,t,o,r){let n=await r.getBalance(e),i=t.value||0,l=!n.sub(be(i)).sub(o).isNegative();return{balance:n,hasSufficientFunds:l}}function yc(e){return[ta.id,oa.id,ra.id,ia.id,aa.id,sa.id,la.id,da.id,ca.id].includes(e)}function wE(e){return[Zi.id,Xi.id,ea.id].includes(e)}function CE(e){return[56,97].includes(e)}async function gc(e,t){if(!e.chainId||e.chainId&&!yc(e.chainId))return qt.from(0);let o=qt.from(0);try{let r=new hE(Cd,bd,t),n=vE(e),i=yE(n);o=await r.getL1Fee(i)}catch{}return o}async function Ps(e,t){delete e.from;let o=qt.from(0),r=qt.from(0);if(e.gasLimit?o=be(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=be(e.maxFeePerGas);else{let i=await t.getFeeData();i.maxFeePerGas&&(r=i.maxFeePerGas)}else if(e.type==0||e.type==1)if(e.gasPrice)r=be(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=be(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&yc(e.chainId))try{let i=await gc(e,t);n=n.add(i)}catch{}return n}function hh(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!bE(r))throw new Error(`Transaction request property '${o}' must be a valid number, bigint, or hex string representing a quantity`)}if(typeof e.chainId!="number")throw new Error("Transaction request property 'chainId' must be a number")}function bE(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&EE(e);return t||o||r}function EE(e){return/^-?0x[a-f0-9]+$/i.test(e)}function xs(e){return{to:e.to,from:e.from,contractAddress:e.contractAddress,transactionIndex:e.transactionIndex,root:e.root,logsBloom:e.logsBloom,blockHash:e.blockHash,transactionHash:e.transactionHash,logs:e.logs,blockNumber:e.blockNumber,confirmations:e.confirmations,byzantium:e.byzantium,type:e.type,status:e.status,gasUsed:e.gasUsed.toHexString(),cumulativeGasUsed:e.cumulativeGasUsed.toHexString(),effectiveGasPrice:e.effectiveGasPrice?e.effectiveGasPrice.toHexString():void 0}}import{useState as vc,useEffect as TE}from"react";var Ss=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=M(),[n,i]=vc(!0),[a,l]=vc(void 0),[s,c]=vc(void 0);return TE(()=>{let u=e.chainId||vo,m=r.find(y=>y.id===Number(u));if(!m)throw new Y(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let y=await o(m);y?c(y):l(new Error(`Unable to fetch token price on chain id ${m.id}`))}catch(y){l(y)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:a}};import{createContext as PE,useContext as xE}from"react";var wc=PE(null);function wi(){let e=xE(wc);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}import{jsx as gh}from"react/jsx-runtime";var Cc=({pendingTransaction:e})=>{let{getAccessToken:t}=G(),{wallets:o}=wi(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=M(),[l,s]=yh(e),{tokenPrice:c}=Ss(l),[u,m]=yh(null),h=a(e.chainId)||"ETH",y=_E(()=>o.find(C=>C.walletClientType==="privy"),[o]);return AE(()=>{async function C(){if(!await t()||!r||!y)return l;let P=new SE(Dt(l.chainId,i,n)),b=await Ps(l,P);return m(be(b.toBigInt()).toHexString()),En(y.address,l,P)}C().then(E=>{s(E)})},[r]),y?gh(RE,{children:gh(bn,{from:y.address,to:l.to,txn:l,gas:u??void 0,tokenPrice:c,tokenSymbol:h})}):null},RE=kE.div`
|
|
2164
2164
|
width: 100%;
|
|
2165
2165
|
padding: 1rem 0;
|
|
2166
|
-
`;import{Fragment as Ec,jsx as te,jsxs as co}from"react/jsx-runtime";var Tc=({open:e,onClose:t})=>{let{user:o}=G(),[r,n]=bc(null),{init:i,cancel:a}=wn();OE(()=>{e&&o?.mfaMethods&&o.mfaMethods.length>0?l(o.mfaMethods[0]):n(null)},[o?.mfaMethods,e]);async function l(c){try{n(c),await i(c)}catch(u){console.error(u)}}let s=()=>{n(null),a(),t()};return!e||!o?null:r?te(DE,{selectedMethod:r,onClose:s,onBack:o.mfaMethods.length>1?()=>n(null):void 0}):co(Ec,{children:[te(
|
|
2166
|
+
`;import{Fragment as Ec,jsx as te,jsxs as co}from"react/jsx-runtime";var Tc=({open:e,onClose:t})=>{let{user:o}=G(),[r,n]=bc(null),{init:i,cancel:a}=wn();OE(()=>{e&&o?.mfaMethods&&o.mfaMethods.length>0?l(o.mfaMethods[0]):n(null)},[o?.mfaMethods,e]);async function l(c){try{n(c),await i(c)}catch(u){console.error(u)}}let s=()=>{n(null),a(),t()};return!e||!o?null:r?te(DE,{selectedMethod:r,onClose:s,onBack:o.mfaMethods.length>1?()=>n(null):void 0}):co(Ec,{children:[te(_,{onClose:s},"header"),te(Fe,{children:te(Ze,{children:te(LE,{})})}),te(ve,{children:"Verify your identity"}),te(me,{children:"Choose a verification method"}),co(Ea,{children:[o.mfaMethods.includes("totp")&&co(ge,{onClick:()=>l("totp"),children:[te(IE,{}),"Authenticator App"]},"totp"),o.mfaMethods.includes("sms")&&co(ge,{onClick:()=>l("sms"),children:[te(ME,{}),"SMS"]},"sms")]}),te(X,{})]})},DE=({selectedMethod:e,onClose:t,onBack:o})=>{let{app:r}=S(),{pendingTransaction:n}=M(),[i,a]=bc(!1),[l,s]=bc(!1),{submit:c}=wn();async function u(m){try{if(!m)return;await c(e,m),s(!0),a(!1),t()}catch(h){throw kl(h)?(a(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):an(h)?(a(!1),new Error("The code you entered is not valid")):nn(h)?(a(!0),new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds.")):(a(!1),new Error("Unknown error"))}}switch(e){case"sms":return co(Ec,{children:[te(_,{onClose:t},"header"),te(Fe,{children:te(Ze,{children:te(NE,{})})}),te(ve,{children:"Enter verification code"}),co(Ho,{children:[te(vn,{success:l,disabled:i,onChange:u}),co(me,{children:["To continue, please enter the 6-digit code sent to your ",te("strong",{children:"mobile device"})]}),n&&te(Cc,{pendingTransaction:n})]}),o&&te(fl,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),te(Ft,{onClick:t,children:"Not now"}),te(X,{})]});case"totp":return co(Ec,{children:[te(_,{onClose:t},"header"),te(Fe,{children:te(Ze,{children:te(WE,{})})}),te(ve,{children:"Enter verification code"}),co(Ho,{children:[te(vn,{success:l,disabled:i,onChange:u}),co(me,{children:["To continue, please enter the 6-digit code generated from your"," ",te("strong",{children:"authenticator app"})]}),n&&te(Cc,{pendingTransaction:n})]}),o&&te(fl,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),te(Ft,{onClick:t,children:"Not now"}),te(X,{})]});default:return null}};import{useEffect as vh,useState as wh}from"react";import bh from"styled-components";function Pc(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{Fragment as BE,jsx as po,jsxs as As}from"react/jsx-runtime";var Ch={google:{name:"Google",component:ss},discord:{name:"Discord",component:ns},github:{name:"Github",component:is},linkedin:{name:"LinkedIn",component:cs},twitter:{name:"Twitter",component:us},spotify:{name:"Spotify",component:ds},tiktok:{name:"Tiktok",component:ps},apple:{name:"Apple",component:rs}},_s=()=>{let e=new URL(window.location.href);e.searchParams.delete("privy_oauth_code"),e.searchParams.delete("privy_oauth_provider"),e.searchParams.delete("privy_oauth_state"),Ot.del(Mr),window.history.pushState({},"",e)},Eh=()=>{let{ready:e,user:t,authenticated:o}=G(),{app:r,setModalData:n,navigate:i,resetNavigation:a}=S(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:c,updateWallets:u,setReadyToTrue:m,closePrivyModal:h}=M(),[y,C]=wh(!1),[E,P]=wh(void 0),b=l()?.provider||"google",A=Ch[b].name,R=Ch[b].component,I=r?.render.inDialog?Je:0;vh(()=>{c(b).then(()=>{_s(),C(!0)}).catch(O=>{let F={retryable:!1,message:"Authentication failed"};if(O?.privyErrorCode==="allowlist_rejected"){P(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),_s();return}else O?.privyErrorCode==="linked_to_another_user"?F.detail="This account has already been linked to another user.":O?.privyErrorCode==="invalid_credentials"?(F.retryable=!0,F.detail="Something went wrong. Try again."):O.privyErrorCode==="oauth_user_denied"?(F.detail=`Retry and check ${Pc(b)} to finish connecting your account.`,F.retryable=!0):O?.privyErrorCode==="too_many_requests"?F.detail="Too many requests. Please wait before trying again.":O?.privyErrorCode==="oauth_account_suspended"&&(F.detail=`Your ${A} account is suspended. Please try another login method.`);_s(),P(F)}).finally(()=>{m()})},[A,b]),vh(()=>{if(e&&o&&y&&t){if(r?.legal.requireUsersAcceptTerms&&!t.hasAcceptedTerms){let F=setTimeout(()=>{i("AFFIRMATIVE_CONSENT_SCREEN")},I);return()=>clearTimeout(F)}if(bt(t,r?.embeddedWallets?.createOnLogin)){let F=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:H=>console.error(H),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},I);return()=>clearTimeout(F)}else{let F=setTimeout(h,I);return u(),()=>clearTimeout(F)}}},[e,o,y,t]);let x=y?`Successfully connected with ${A}`:E?E.message:`Verifying connection to ${A}`,L="";return y?L="You\u2019re good to go!":E?L=E.detail:L="Just a few moments more",As(BE,{children:[po(_,{}),po(J,{}),As(UE,{children:[po(FE,{children:As("div",{children:[po(Fo,{success:y,fail:!!E}),po(R,{style:{width:"38px",height:"38px"}})]})}),As(kt,{children:[po("h3",{children:x}),po("p",{children:L})]}),E&&E?.retryable?po(va,{onClick:()=>{_s(),s(b),P(void 0)},disabled:!y&&!E?.retryable,children:"Retry"}):null]}),po(Q,{}),po(X,{})]})},UE=bh.div`
|
|
2167
2167
|
display: flex;
|
|
2168
2168
|
flex-direction: column;
|
|
2169
2169
|
align-items: center;
|
|
@@ -2194,14 +2194,14 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2194
2194
|
left: -19px;
|
|
2195
2195
|
top: -19px;
|
|
2196
2196
|
}
|
|
2197
|
-
`;import{useEffect as GE,useState as Ph}from"react";import VE from"styled-components";import{isMobile as HE}from"react-device-detect";var Th=(e,t)=>{let o=new URL(window.location.href),r=encodeURIComponent(o.href.replace(/\/$/g,"")+`?privy_token=${e}&privy_connector=injected&privy_wallet_client=phantom`);if(!No()&&HE)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as $E,jsx as Ao,jsxs as xh}from"react/jsx-runtime";var Sh=()=>{let{forkSession:e,ready:t,authenticated:o}=G(),[r,n]=Ph(""),[i,a]=Ph(!1);GE(()=>{t&&o&&e().then(n)},[t,o]);let l=Th(r,!i),s={title:"Redirecting to Phantom Mobile Wallet",description:"We'll take you to the Phantom Mobile Wallet app to continue your login experience.",footnote:""};return t&&(s.description="For the best experience, we'll automatically log you into the Phantom Mobile Wallet in-app browser.",s.footnote="Once you're done, you can always return here and refresh to view your updated account."),i&&(s.title="Still here?",s.description="You may need to install the Phantom mobile app.",s.footnote="Once you're done, you can return here or connect via Phantom's in-app browser."),xh($E,{children:[Ao(
|
|
2197
|
+
`;import{useEffect as GE,useState as Ph}from"react";import VE from"styled-components";import{isMobile as HE}from"react-device-detect";var Th=(e,t)=>{let o=new URL(window.location.href),r=encodeURIComponent(o.href.replace(/\/$/g,"")+`?privy_token=${e}&privy_connector=injected&privy_wallet_client=phantom`);if(!No()&&HE)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as $E,jsx as Ao,jsxs as xh}from"react/jsx-runtime";var Sh=()=>{let{forkSession:e,ready:t,authenticated:o}=G(),[r,n]=Ph(""),[i,a]=Ph(!1);GE(()=>{t&&o&&e().then(n)},[t,o]);let l=Th(r,!i),s={title:"Redirecting to Phantom Mobile Wallet",description:"We'll take you to the Phantom Mobile Wallet app to continue your login experience.",footnote:""};return t&&(s.description="For the best experience, we'll automatically log you into the Phantom Mobile Wallet in-app browser.",s.footnote="Once you're done, you can always return here and refresh to view your updated account."),i&&(s.title="Still here?",s.description="You may need to install the Phantom mobile app.",s.footnote="Once you're done, you can return here or connect via Phantom's in-app browser."),xh($E,{children:[Ao(_,{},"header"),Ao(J,{}),Ao(io,{title:s.title,description:s.description}),xh(_t,{children:[Ao(zE,{children:Ao(eo,{style:{width:"72px",height:"72px"}})}),Ao(ga,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?Ao("p",{children:s.footnote}):null]}),Ao(Q,{}),Ao(V,{protectedByPrivy:!0})]})},zE=VE(At)`
|
|
2198
2198
|
margin: 16px auto;
|
|
2199
|
-
`;import{BigNumber as QE}from"@ethersproject/bignumber";import{StaticJsonRpcProvider as ZE}from"@ethersproject/providers";import{useMemo as kh,useEffect as Rh,useState as Mt}from"react";import Pn from"styled-components";function _h(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{BigNumber as xc}from"@ethersproject/bignumber";import qE from"styled-components";import{Fragment as YE,jsx as Ci,jsxs as JE}from"react/jsx-runtime";var jE=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=xc.from(e.gasUsed),r=xc.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=xc.from(t);n=n.add(i)}return n.toString()}catch{return}else return},Ah=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>JE(YE,{children:[Ci(
|
|
2199
|
+
`;import{BigNumber as QE}from"@ethersproject/bignumber";import{StaticJsonRpcProvider as ZE}from"@ethersproject/providers";import{useMemo as kh,useEffect as Rh,useState as Mt}from"react";import Pn from"styled-components";function _h(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{BigNumber as xc}from"@ethersproject/bignumber";import qE from"styled-components";import{Fragment as YE,jsx as Ci,jsxs as JE}from"react/jsx-runtime";var jE=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=xc.from(e.gasUsed),r=xc.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=xc.from(t);n=n.add(i)}return n.toString()}catch{return}else return},Ah=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>JE(YE,{children:[Ci(_,{onClose:r}),Ci(Hn,{title:"Transaction complete!",description:"You're all set."}),Ci(bn,{tokenPrice:n,from:t.from,to:t.to,gas:jE(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),Ci(KE,{loading:!1,onClick:r,children:"All Done"}),Ci(X,{})]}),KE=qE(U)`
|
|
2200
2200
|
&& {
|
|
2201
2201
|
margin-top: 24px;
|
|
2202
2202
|
}
|
|
2203
2203
|
transition: color 350ms ease, background-color 350ms ease;
|
|
2204
|
-
`;import{Fragment as Sc,jsx as Ge,jsxs as Tn}from"react/jsx-runtime";var XE=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return Ge(uc,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return Ge(uc,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return Ge(Sc,{children:Ge(dh,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},Mh=()=>{let{authenticated:e,getAccessToken:t}=G(),{wallets:o}=wi(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:l,nativeTokenSymbolForChainId:s}=M(),{app:c,navigate:u,data:m,onUserCloseViaDialogOrKeybindRef:h,setModalData:y}=
|
|
2204
|
+
`;import{Fragment as Sc,jsx as Ge,jsxs as Tn}from"react/jsx-runtime";var XE=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return Ge(uc,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return Ge(uc,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return Ge(Sc,{children:Ge(dh,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},Mh=()=>{let{authenticated:e,getAccessToken:t}=G(),{wallets:o}=wi(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:l,nativeTokenSymbolForChainId:s}=M(),{app:c,navigate:u,data:m,onUserCloseViaDialogOrKeybindRef:h,setModalData:y}=S(),{transactionRequest:C,onSuccess:E,onFailure:P,uiOptions:b,fundWalletConfig:A}=m.sendTransaction,[R,I]=Mt(null),[x,L]=Mt(null),[O,F]=Mt(""),[H,$]=Mt(),[D,z]=Mt(!1),k=()=>{F(""),$(void 0)},oe=($e,ct,wt)=>{F($e),$(new Ue(new Qt(ct??$e,wt??at.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[ie,j]=Mt(!1),[Ve,ye]=Mt(!0),[rt,Se]=Mt(null),[re,ho]=Mt(C),{tokenPrice:Wt,isTokenPriceLoading:Sr}=Ss(re),nt=s(C.chainId)||"ETH",[_e,Kt]=Mt(null),[_r,W]=Mt(null),[ze,_n]=Mt(!0);Rh(()=>{e||(u("LANDING"),P(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let ee=kh(()=>o.find($e=>$e.walletClientType==="privy"),[o]),vt=async()=>{if(!ee)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:$e,externalTransactionId:ct}=await i(ee.address,{config:A?.config||{}});y({fiatOnRampPrompt:{signedUrl:$e},fiatOnRampStatus:{externalTransactionId:ct}}),u("FIAT_ON_RAMP_PROMPT_SCREEN")},nr=kh(()=>new ZE(Dt(re.chainId,l,a)),[re.chainId,a]);Rh(()=>{let $e=()=>{ye(!1),oe("Wallet has insufficient funds for this transaction."),c?.fiatOnRamp.enabled&&z(!0)};async function ct(){let wt=re;if(!await t()||!r||!ee)return;try{wt=await En(ee.address,re,nr),ho(wt)}catch(Nt){Su(Nt)?$e():oe("There was an error preparing your transaction. Please try again.",Nt.reason)}let Io=QE.from(0);try{Io=await Ps(wt,nr),Kt(be(Io.toBigInt()).toHexString());let Nt=await gc(re,nr);W(be(Nt.toBigInt()).toHexString())}catch{Kt(null)}try{let{balance:Nt,hasSufficientFunds:Pi}=await fh(ee.address,wt,Io,nr);Se(Nt.toHexString()),Pi||$e()}catch(Nt){console.warn(`Failed to fetch wallet balance with error: ${Nt}`)}_n(!1)}ct()},[r]);let Ti=_h(re),An=Ti==="SEND"?`Send ${nt}`:"Review transaction",Ro={modalTitle:b.header||b.modalTitle||An,buttonText:b.buttonText||"Submit"},Ar=()=>{ie||(x?E(x):P(H||new Ue(new Qt("The user rejected the request",at.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return h.current=Ar,Wt===void 0&&Sr||ze?Tn(Sc,{children:[b.transactionInfo?.contractInfo?.imgUrl&&Ge(Qi,{src:b.transactionInfo?.contractInfo?.imgUrl}),Ge(_,{title:Ro.modalTitle,onClose:Ar}),Ge(Ih,{children:Ge(rn,{})})]}):R!==null?Ge(Ah,{txn:re,onClose:Ar,receipt:R,transactionInfo:b.transactionInfo,tokenPrice:Wt,tokenSymbol:nt,l1GasEstimate:_r}):Tn(Sc,{children:[Ge(_,{title:Ro.modalTitle,onClose:Ar}),Tn(Ih,{children:[Tn(r2,{children:[Ge(XE,{txn:re,txnFamily:Ti,uiOptions:b,tokenSymbol:nt,tokenPrice:Wt}),ee?Ge(bn,{from:ee.address,to:re.to,txn:re,transactionInfo:b.transactionInfo,gas:_e||void 0,tokenPrice:Wt,tokenSymbol:nt}):null]}),Tn(n2,{children:[Ge(e2,{children:O}),Ge(ah,{txn:re,address:ee?.address??"",hasFunds:Ve,balance:rt}),Tn(t2,{children:[D&&Ge(U,{onClick:vt,children:"Add Funds"}),Ge(o2,{disabled:ie||!Ve,loading:!r||ie,loadingText:ie?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{j(!0);let $e=await t();if($e&&!ie&&ee)try{let ct=await Ts($e,ee.address,r,re,nr);L(ct);let wt=await ct.wait();I(xs(wt)),k()}catch(ct){let wt="There was an error processing your transaction. Please contact support.";console.warn({transaction:re,error:ct}),oe(wt,ct.reason)}finally{j(!1)}},children:Ro.buttonText})]})]})]})]})},Ih=Pn.div`
|
|
2205
2205
|
display: flex;
|
|
2206
2206
|
flex-direction: column;
|
|
2207
2207
|
justify-content: space-between;
|
|
@@ -2230,7 +2230,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2230
2230
|
display: flex;
|
|
2231
2231
|
flex-direction: column;
|
|
2232
2232
|
gap: 8px;
|
|
2233
|
-
`;import{isHexString as i2}from"@ethersproject/bytes";import{toUtf8String as a2}from"@ethersproject/strings";import{useEffect as Wh,useState as ks}from"react";import or,{css as s2}from"styled-components";import{Fragment as Oh,jsx as Ae,jsxs as xn}from"react/jsx-runtime";var l2=e=>{if(!i2(e))return e;try{return a2(e)}catch{return e}},c2=e=>JSON.stringify(e,null,2),d2=({data:e})=>{let t=o=>typeof o=="object"&&o!==null?Ae(h2,{children:Object.entries(o).map(([r,n])=>xn("li",{children:[xn("strong",{children:[r,":"]})," ",t(n)]},r))}):Ae("span",{children:String(o)});return Ae("div",{children:t(e)})},p2=e=>{let{types:t,primaryType:o,...r}=e.typedData;return xn(Oh,{children:[Ae(Lh,{children:Ae(d2,{data:r})}),Ae(un,{text:c2(e.typedData),itemName:"full payload to clipboard"})," "]})},Nh=()=>{let{authenticated:e}=G(),{initializeWalletProxy:t,closePrivyModal:o}=M(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=
|
|
2233
|
+
`;import{isHexString as i2}from"@ethersproject/bytes";import{toUtf8String as a2}from"@ethersproject/strings";import{useEffect as Wh,useState as ks}from"react";import or,{css as s2}from"styled-components";import{Fragment as Oh,jsx as Ae,jsxs as xn}from"react/jsx-runtime";var l2=e=>{if(!i2(e))return e;try{return a2(e)}catch{return e}},c2=e=>JSON.stringify(e,null,2),d2=({data:e})=>{let t=o=>typeof o=="object"&&o!==null?Ae(h2,{children:Object.entries(o).map(([r,n])=>xn("li",{children:[xn("strong",{children:[r,":"]})," ",t(n)]},r))}):Ae("span",{children:String(o)});return Ae("div",{children:t(e)})},p2=e=>{let{types:t,primaryType:o,...r}=e.typedData;return xn(Oh,{children:[Ae(Lh,{children:Ae(d2,{data:r})}),Ae(un,{text:c2(e.typedData),itemName:"full payload to clipboard"})," "]})},Nh=()=>{let{authenticated:e}=G(),{initializeWalletProxy:t,closePrivyModal:o}=M(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=S(),[a,l]=ks(!0),[s,c]=ks(""),[u,m]=ks(),[h,y]=ks(null),C=h!==null;Wh(()=>{e||r("LANDING")},[e]),Wh(()=>{t(Nr).then(O=>{l(!1),O||(c("An error has occurred, please try again."),m(new Ue(new Qt(s,at.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{method:E,data:P,confirmAndSign:b,onSuccess:A,onFailure:R,uiOptions:I}=n.signMessage,x={title:I.title||"Sign message",description:I.description||"Signing this message will not cost you any fees.",buttonText:I.buttonText||"Sign and continue"},L=O=>{O?A(O):R(u||new Ue(new Qt("The user rejected the request.",at.E4001_USER_REJECTED_REQUEST.eipCode))),o({shouldCallAuthOnSuccess:!1}),y(null),c(""),m(void 0)};return i.current=()=>{L(h)},xn(Oh,{children:[Ae(_,{onClose:()=>L(h)}),Ae(J,{}),xn(u2,{children:[Ae(m2,{children:x.title}),Ae(f2,{children:x.description}),E==="personal_sign"&&Ae(Lh,{children:l2(P)}),E==="eth_signTypedData_v4"&&Ae(p2,{typedData:P}),Ae(y2,{fail:!0,children:s}),Ae(v2,{success:C,loading:a,disabled:C,onClick:async()=>{try{let O=await b();y(O),c(""),setTimeout(()=>{L(O)},Je)}catch{c("An error has occurred, please try again."),m(new Ue(new Qt(s,at.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:C?xn(g2,{children:[Ae(Va,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",Ae("span",{children:"Success"})]}):x.buttonText})]}),Ae(Q,{}),Ae(V,{protectedByPrivy:!0})]})},u2=or.div`
|
|
2234
2234
|
display: flex;
|
|
2235
2235
|
flex-direction: column;
|
|
2236
2236
|
align-items: center;
|
|
@@ -2306,7 +2306,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2306
2306
|
color: #ffffff;
|
|
2307
2307
|
}
|
|
2308
2308
|
`}
|
|
2309
|
-
`;import P2 from"@heroicons/react/24/outline/EnvelopeIcon";import w2 from"@heroicons/react/24/outline/EnvelopeIcon";import{forwardRef as C2,useState as Dh}from"react";import Fh from"styled-components";import{Fragment as T2,jsx as bi,jsxs as Uh}from"react/jsx-runtime";var Bh=C2((e,t)=>{let[o,r]=Dh(""),[n,i]=Dh(!1),{authenticated:a,user:l}=G(),{initUpdateEmail:s}=M(),{navigate:c,setModalData:u,currentScreen:m}=
|
|
2309
|
+
`;import P2 from"@heroicons/react/24/outline/EnvelopeIcon";import w2 from"@heroicons/react/24/outline/EnvelopeIcon";import{forwardRef as C2,useState as Dh}from"react";import Fh from"styled-components";import{Fragment as T2,jsx as bi,jsxs as Uh}from"react/jsx-runtime";var Bh=C2((e,t)=>{let[o,r]=Dh(""),[n,i]=Dh(!1),{authenticated:a,user:l}=G(),{initUpdateEmail:s}=M(),{navigate:c,setModalData:u,currentScreen:m}=S(),{enabled:h,token:y}=de(),C=Fi(o),E=n,P=n||!C,b=async R=>{if(!l?.email)throw new Error("User is required to have an email address to update it.");i(!0);try{await s(l.email.address,o,R),c("AWAITING_PASSWORDLESS_CODE")}catch(I){u({errorModalData:{error:I,previousScreen:m||"LANDING"}})}i(!1)},A=()=>{h&&!y&&!a?(u({captchaModalData:{callback:R=>{if(!l?.email)throw new Error("User is required to have an email address to update it.");return s(l.email.address,o,R)},userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),c("CAPTCHA_SCREEN")):b(y)};return Uh(T2,{children:[bi(b2,{children:Uh(E2,{children:[bi(w2,{}),bi("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:R=>r(R.target.value),onKeyUp:R=>{R.key==="Enter"&&A()},value:o,autoComplete:"email"}),e.stacked?null:bi(qr,{isSubmitting:E,onClick:A,disabled:P,children:"Submit"})]})}),e.stacked?bi(U,{loadingText:null,loading:E,disabled:P,onClick:A,children:"Submit"}):null]})}),b2=Fh.div`
|
|
2310
2310
|
width: 100%;
|
|
2311
2311
|
`,E2=Fh.label`
|
|
2312
2312
|
display: block;
|
|
@@ -2366,7 +2366,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2366
2366
|
&& > input::placeholder {
|
|
2367
2367
|
color: var(--privy-color-foreground-3);
|
|
2368
2368
|
}
|
|
2369
|
-
`;import{Fragment as x2,jsx as rr,jsxs as S2}from"react/jsx-runtime";var Hh=()=>S2(x2,{children:[rr(
|
|
2369
|
+
`;import{Fragment as x2,jsx as rr,jsxs as S2}from"react/jsx-runtime";var Hh=()=>S2(x2,{children:[rr(_,{},"header"),rr(J,{}),rr(we,{title:"Update your email",description:"Add the email address you'd like to use going forward. We'll send you a confirmation code",icon:rr(P2,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),rr(_t,{children:rr(Bh,{stacked:!0})}),rr(Q,{}),rr(V,{protectedByPrivy:!0})]});import A2,{createGlobalStyle as k2}from"styled-components";var _2=`
|
|
2370
2370
|
*,
|
|
2371
2371
|
::before,
|
|
2372
2372
|
::after {
|
|
@@ -2690,4 +2690,4 @@ You will need this password to access your ${e} wallet on a new device. Please k
|
|
|
2690
2690
|
opacity: 1;
|
|
2691
2691
|
}
|
|
2692
2692
|
}
|
|
2693
|
-
`;import{jsx as Oe,jsxs as qh}from"react/jsx-runtime";var N2={["LANDING"]:hf,["CONNECT_OR_CREATE"]:mf,["AWAITING_PASSWORDLESS_CODE"]:ru,["AWAITING_CONNECTION"]:wu,["AWAITING_CONNECT_ONLY_CONNECTION"]:Tu,["AWAITING_FARCASTER_CONNECTION"]:km,["PHANTOM_INTERSTITIAL_SCREEN"]:Sh,["LOGIN_FAILED_SCREEN"]:Ef,["AWAITING_OAUTH_SCREEN"]:Eh,["ALLOWLIST_REJECTION_SCREEN"]:jp,["INSTALL_PHANTOM_SCREEN"]:Vm,["LINK_EMAIL_SCREEN"]:yf,["LINK_PHONE_SCREEN"]:gf,["LINK_WALLET_SCREEN"]:vf,["UPDATE_EMAIL_SCREEN"]:Hh,["CONNECT_ONLY_LANDING_SCREEN"]:yu,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:mu,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:cm,["EMBEDDED_WALLET_CREATED_SCREEN"]:Iu,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:ku,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:um,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Lu,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:Nh,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Mh,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Lm,["FIAT_ON_RAMP_STATUS_SCREEN"]:Dm,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:pm,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:dm,["MFA_ENROLLMENT_FLOW_SCREEN"]:Of,["CAPTCHA_SCREEN"]:su,["ERROR_SCREEN"]:mm,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:Um,["AFFIRMATIVE_CONSENT_SCREEN"]:$p},L2=["LANDING","AWAITING_CONNECTION"],O2=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o,isModalOpen:r}=G(),{headless:n}=M(),{ready:i,currentScreen:a}=x(),{status:l,execute:s,reset:c,enabled:u}=de(),m=I2(null),h=Mp(m),y=r&&a&&L2.includes(a)&&!n&&l==="ready";if($h(()=>{y&&s()},[y]),$h(()=>{!r&&u&&c()},[r,u]),(!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return qh(gn,{children:[Oe(S,{}),Oe(J,{}),Oe(xf,{children:Oe(Tt,{})}),Oe(Q,{}),Oe(X,{})]});if(!a&&e)return Oe(gn,{style:{height:h},children:Oe("div",{ref:m,children:Oe(Tc,{open:e,onClose:t})})});if(!a)return null;let C=N2[a];return Oe(gn,{style:{height:h},children:qh("div",{ref:m,children:[Oe(bo,{if:!!e,children:Oe(C,{})}),Oe(bo,{if:!e,children:Oe(Tc,{open:e,onClose:t})})]})})},D2=()=>{let{closePrivyModal:e}=M(),{onUserCloseViaDialogOrKeybindRef:t}=x();return{gracefulClosePrivyModal:R2(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},jh=({open:e})=>{let{app:t}=x(),{gracefulClosePrivyModal:o}=D2(),[r,n]=M2(!1);rl({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=Oe(zh,{children:Oe(O2,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,l=t?.render.inDialog?Oe(Pf,{open:a,id:"privy-dialog","aria-label":"log in or sign up","aria-labelledby":"privy-dialog-title",onClick:()=>o(),children:i}):i;if(typeof window<"u"&&t?.render.inParentNodeId){let s=document.getElementById(t.render.inParentNodeId);if(s)return W2.createPortal(l,s)}return l};import{useRef as U2,useEffect as F2}from"react";var Rs=class{constructor(){this.callbacks={}}enqueue(t,o){this.callbacks[t]=o}dequeue(t,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${t} event: no event found for id ${o}`);switch(delete this.callbacks[o],t){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:connect":return r;case"privy:wallet:recover":return r;case"privy:wallet:rpc":return r;case"privy:wallet:set-recovery-password":return r;case"privy:mfa:verify":return r;case"privy:mfa:init-enrollment":return r;case"privy:mfa:submit-enrollment":return r;case"privy:mfa:unenroll":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};async function xr(e,t,o,r,n,i=!1){let a=i,l=async u=>{if(a&&t&&t.length>0){u===(i?0:1)?n("configureMfa","onMfaRequired",t):r.current?.reject(new Te("missing_or_invalid_mfa","MFA verification failed, retry."));let m=await new Promise((h,y)=>{o.current={resolve:h,reject:y};let C=1e3*60*5;setTimeout(()=>{let b=new Te("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(b),y(b)},C)});return await e(m)}return await e()},s=4,c=null;for(let u=0;u<s;u++)try{c=await l(u),r.current?.resolve(void 0);break}catch(m){if(m.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),m}if(c===null){let u=new Te("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(u),u}return c}import{jsx as $2}from"react/jsx-runtime";var B2=function(e){return()=>`id-${e++}`}(0);function H2(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function uo(e){return e.error!==void 0}var jt=new Rs,_c=new Map,G2=(e,t)=>typeof t=="bigint"?t.toString():t,V2=(e,t)=>`${e}${JSON.stringify(t,G2)}`;function mo(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=V2(e,t);if(e==="privy:wallet:create"){let a=_c.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=B2();jt.enqueue(s,{resolve:a,reject:l}),r.postMessage({id:s,event:e,data:t},"*")}).finally(()=>{_c.delete(n)});return _c.set(n,i),i}function z2(e){switch(e.event){case"privy:iframe:ready":let t=jt.dequeue(e.event,e.id);return uo(e)?t.reject(new Te(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=jt.dequeue(e.event,e.id);return uo(e)?o.reject(new Te(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=jt.dequeue(e.event,e.id);return uo(e)?r.reject(new Te(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=jt.dequeue(e.event,e.id);return uo(e)?n.reject(new Te(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=jt.dequeue(e.event,e.id);return uo(e)?i.reject(new Te(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=jt.dequeue(e.event,e.id);return uo(e)?a.reject(new Te(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=jt.dequeue(e.event,e.id);return uo(e)?l.reject(new Te(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=jt.dequeue(e.event,e.id);return uo(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=jt.dequeue(e.event,e.id);return uo(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=jt.dequeue(e.event,e.id);return uo(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function Kh(e){let t=U2(null),o=Lp();return F2(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&H2(c.data)&&z2(c.data)}let i={create(c){return mo("privy:wallet:create",c,r)},connect(c){return mo("privy:wallet:connect",c,r)},recover(c){return xr(u=>mo("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return xr(u=>mo("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return xr(u=>mo("privy:wallet:set-recovery-password",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return xr(u=>mo("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return xr(u=>mo("privy:mfa:init-enrollment",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return mo("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return xr(u=>mo("privy:mfa:unenroll",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)}};window.addEventListener("message",n);let a=()=>e.onLoad(i),l=(...c)=>{console.warn("Privy iframe failed to load: ",...c),e.onLoadFailed()},s=new AbortController;return Id(()=>mo("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),$2("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:Bi(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}function Ac(e){let t=e.toLowerCase();return["fbav","fban","instagram","snapchat"].some(r=>t.includes(r))}var Is=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new v("action required");if(!this.api)throw new v("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new v("phone number must be set when initialzing authentication.");try{let t=ld();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw ie(t)}}async authenticate(){if(!this.meta.action)throw new v("action required");if(!this.api)throw new v("Mfa flow has no API instance");if(!this.meta.smsCode)throw new v("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new v("phone number must be set prior to calling authenticate.");try{let t=cd(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return pt(o)}catch(t){throw ie(t)}}};import{jsx as fo,jsxs as Yh}from"react/jsx-runtime";var Sn;function J2(e){return typeof e=="string"&&e.length===25}function ke(){if(!Sn){let e=re.get(ir);return Promise.resolve(e||null)}return Sn.getAccessToken()}var Jh,Dd=(e,t)=>Jh(e,t),Qh,Ud=(e,t)=>Qh(e,t),Zh,Fd=(e,t)=>Zh(e,t),Xh,Bd=()=>Xh(),Q2=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;re.put(Rn,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},Z2=({config:e,...t})=>{if(!J2(t.appId))throw new v("Cannot initialize the Privy provider with an invalid Privy app ID");Sn||(Sn=new Un({appId:t.appId,apiUrl:t.apiUrl||Wi}));let o=Object.assign({},e);return t.createPrivyWalletOnLogin!==void 0&&o.embeddedWallets?.createOnLogin===void 0&&(o.embeddedWallets||(o.embeddedWallets={}),o.embeddedWallets.createOnLogin=t.createPrivyWalletOnLogin?"users-without-wallets":"off"),t.createPrivyWalletOnLogin!==void 0&&e?.embeddedWallets?.createOnLogin&&console.warn("Both `createPrivyWalletOnLogin` and `config.embeddedWallets.createOnLogin` are set. `createPrivyWalletOnLogin` is deprecated and should be removed."),fo(pp,{client:Sn,clientConfig:o,legacyCreateEmbeddedWalletFlag:t.createPrivyWalletOnLogin,children:fo(X2,{...t,config:o,client:Sn})})},X2=e=>{let t=e.client,[o,r]=xe(!1),[n,i]=xe(!1),[a,l]=xe(!1),[s,c]=xe(null),[u,m]=xe(!1),[h,y]=xe([]),C=Ei(h),[b,P]=xe(!1),[E,_]=xe(null),[k,R]=xe(!1),[A,O]=xe({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:T}),[D,F]=xe(null),[H,z]=xe(null),[L,$]=xe(null),I=pa(),ne=up(),[ae,K]=xe(!0),[Ve,ye]=xe({}),[rt,Se]=xe(null),[oe,ho]=xe(null),[Wt,Sr]=xe(!1),[nt,_e]=xe(!1),Kt=Ei(null),_r=Ei(null),W=Ei(Wp);t.onStoreToken=d=>{d&&B(W,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{B(W,"accessToken","onAccessTokenRemoved")};let ze=Ei(),_n=K2(d=>{let p=t.connectors?.walletsReady||!1;return a&&s?.linkedAccounts?.some(w=>w.type==="wallet"&&w.walletClientType==="privy")?p&&d?.some(w=>w?.walletClientType==="privy"):p},[a,s?.linkedAccounts,t?.connectors?.walletsReady]),ee=d=>{_(d),setTimeout(()=>{r(!0)},15),t.createAnalyticsEvent("modal_open",{initialScreen:d})},vt=d=>{I.embeddedWallets.createOnLogin!=="off"&&K(!0),ee(d)};ko(()=>{if(!L||!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s?.linkedAccounts.filter(p=>p.type==="wallet"&&p.walletClientType==="privy");if(d&&d.length>0){let p=d[0].address;t.connectors?.addEmbeddedWalletConnector(L,p,I.defaultChain)}},[L,s]),ko(()=>{L&&oe?.(L)},[L]),ko(()=>{(async()=>{if(!I.customAuth?.enabled)return;K(!0);let{getCustomAccessToken:p,isLoading:f}=I.customAuth;if(!(!n||f))try{let w=await p();if(!w){await kr.logout();return}if(a)return;t.startAuthFlow(new Ir(w));let{user:N,isNewUser:q}=await t.authenticate();N||await kr.logout(),c(N||null),P(q||!1),l(!0),_e(!0)}catch(w){console.warn(w),a&&await kr.logout()}})()},[I.customAuth?.enabled,I.customAuth?.getCustomAccessToken,I.customAuth?.isLoading,n,a]),ko(()=>{nt&&L&&s&&bt(s,e.config?.embeddedWallets?.createOnLogin)&&(_e(!1),Pi(s,Nr).catch(console.error))},[nt&&L&&s]),ko(()=>{async function d(){let p=nr();Q2();let f=j2();F(f),t.initializeConnectorManager(I.walletConnectCloudProjectId,I.rpcConfig,I.chains,I.defaultChain,f,I.appearance.walletList,I.shouldEnforceDefaultChainOnConnect),t.connectors?.initialize().then(()=>{Ar()});let w=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!w),w&&B(W,"login","onComplete",w,!1,!0,null),c(w)),p||fe.setReadyToTrue(),p&&w&&m(!0)}!n&&ne&&d()},[t,rt,n,ne]);let nr=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_oauth_code"),f=d.get("privy_oauth_state"),w=d.get("privy_oauth_provider");return p&&f&&w?(t.startAuthFlow(new Wo(w,p,f)),vt("AWAITING_OAUTH_SCREEN"),!0):!1},Ti=async(d,p,f,w)=>{let N=await t.connectors?.createWalletConnector(d,p)||null;An(N,p,f,w)};async function An(d,p,f,w){if(!d)return O({status:"disconnected",connectedWallet:null,connectError:new Y("Unable to connect to wallet."),connector:null,connectRetry:T}),w?.(null,f);d instanceof to&&p&&await d.resetConnection(p),O({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>An(d,p,f,w)});try{let N=await d.connect({showPrompt:!0});if(I.shouldEnforceDefaultChainOnConnect&&!I.chains.find(q=>q.id===Number(N?.chainId))&&!(N?.connectorType==="wallet_connect_v2"&&N?.walletClientType==="metamask")){O(q=>({...q,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:T}));try{await N?.switchChain(I.defaultChain.id),N&&(N.chainId=Lr(cr(I.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${I.defaultChain.id}`)}}return O(q=>({...q,status:"connected",connectedWallet:N,connectError:null,connectRetry:T})),N&&!k&&B(W,"connectWallet","onSuccess",N),w?.(N,f)}catch(N){return N instanceof De?(console.warn(N.cause?N.cause:N.message),k||B(W,"connectWallet","onError",N.privyErrorCode||"generic_connect_wallet_error")):(console.warn(N),k||B(W,"connectWallet","onError","unknown_connect_wallet_error")),O(q=>({...q,status:"disconnected",connectedWallet:null,connectError:N})),w?.(null,f)}}let Ro=async(d,p)=>{if(d===null)return;let f=new sr(d,p);t.startAuthFlow(f)},Ar=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_connector"),f=d.get("privy_wallet_client");if(!p||!f)return;if(f==="phantom"&&!No()&&vt("LOGIN_FAILED_SCREEN"),!t.connectors)throw new v("Connector not initialized");ee("AWAITING_CONNECTION");let w=new URL(window.location.href);w.searchParams.delete("privy_connector"),w.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",w),Ti(p,f,void 0,Ro)};ko(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let $e=()=>{if(!a)throw new v("User must be authenticated before linking a wallet.");m(!0),ee("LINK_WALLET_SCREEN")},ct=d=>{if(!a||!s)return!1;if(d.walletClientType==="privy")return!0;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address&&p.walletClientType!=="privy")return!0;return!1},wt=async d=>{if(!t.connectors)throw new v("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(O(f=>({...f,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:T})),I.captchaEnabled&&!a){let f={callback:w=>Ro(d,w),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};ye({captchaModalData:f}),vt("CAPTCHA_SCREEN")}else await Ro(d),vt("AWAITING_CONNECTION")},Ws=async(d,p)=>{if(!I.fiatOnRamp.enabled)throw new v("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:f,externalTransactionId:w}=await Wm(t,d,p?.config??{},I.appearance.palette,I.fiatOnRamp.useSandbox);return{signedUrl:f,externalTransactionId:w}}else throw new v("Unsupported fund provider. Currently supported option is `moonpay`.")},Io=()=>{y(d=>{let p=t.connectors?.wallets.map(f=>({...f,linked:ct(f),loginOrLink:async()=>{if(!await f.isConnected())throw new v("Wallet is not connected");if(f.connectorType==="embedded"&&f.walletClientType==="privy")throw new v("Cannot link or login with embedded wallet");wt(f)},fund:async w=>{let{signedUrl:N,externalTransactionId:q}=await Ws(f.address,w);ye({fiatOnRampPrompt:{signedUrl:N},fiatOnRampStatus:{externalTransactionId:q}}),ee("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new v("User is not authenticated.");if(f.connectorType==="embedded"&&f.walletClientType==="privy")throw new v("Cannot unlink an embedded wallet");let w=await t.unlinkWallet(f.address);c(w)}}))||[];return Sr(_n(p)),Vi(d,p)?d:p})};ko(()=>{Io()},[s?.linkedAccounts,a,n]),ko(()=>{if(n){if(!t.connectors)throw new v("Connector not initialized");Io(),t.connectors.on("walletsUpdated",Io)}},[n]);let Nt=()=>{ee(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};ko(()=>{if(!h[0])return;let d=h[0],p=C.current.find(w=>w.address===d.address),f;if(d.walletClientType==="privy"?f=s?.linkedAccounts.find(w=>w.type==="wallet"&&w.address===d.address&&w.walletClientType==="privy"):f=s?.linkedAccounts.find(w=>w.type==="wallet"&&w.address===d.address&&w.walletClientType!=="privy"),!p&&f){let w=Object.assign({},s);w.wallet=f&&{address:f.address,chainType:f.chainType,chainId:f.chainId,walletClient:f.walletClient,walletClientType:f.walletClientType,connectorType:f.connectorType},c(w)}C.current=h},[h]);let Pi=async(d,p)=>{if(pe(d))throw B(W,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[w,N]=await Promise.all([fe.initializeWalletProxy(p),ke()]);if(!w&&e.config?.customAuth?.enabled)throw B(W,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!w||!N||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((q,ce)=>{K(!0),ye({createWallet:{onSuccess:it=>{B(W,"createWallet","onSuccess",it),q(it)},onFailure:it=>{B(W,"createWallet","onError","unknown_embedded_wallet_error"),ce(it)},callAuthOnSuccessOnClose:!1}}),ee("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await w.create({accessToken:N});let q=await fe.refreshUser(),ce=pe(q);if(!ce)throw B(W,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return B(W,"createWallet","onSuccess",ce),ce}},oy=d=>{if(!I.chains.map(p=>p.id).includes(d))throw new Y(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},Rc=(d,p,f)=>new Promise(async(w,N)=>{if(!a||!s){B(W,"sendTransaction","onError","must_be_authenticated"),N(new Error("User must be authenticated before signing with a Privy wallet"));return}let q=pe(s);if(!q){B(W,"sendTransaction","onError","embedded_wallet_not_found"),N(new Error("Must have a Privy wallet before signing"));return}K(!0);let ce=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,qe=d.chainId?Number(d.chainId):ce.chainId;oy(qe);let it=Object.assign({},d,{chainId:qe}),yo=async()=>{let je=await ke();if(!je||!L){B(W,"sendTransaction","onError","embedded_wallet_not_found"),N(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await fe.recoverEmbeddedWallet()){B(W,"sendTransaction","onError","unknown_connect_wallet_error"),N(new Error("Unable to connect to wallet"));return}let go=new q2(Dt(it.chainId,I.chains,I.rpcConfig)),ny=await En(q.address,it,go),Wc=await Ts(je,q.address,L,ny,go);B(W,"sendTransaction","onSuccess",Wc),w(Wc)}catch(Lt){B(W,"sendTransaction","onError","transaction_failure"),N(Lt)}};if(I.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),yo();else{let je={transactionRequest:it,onSuccess:go=>{B(W,"sendTransaction","onSuccess",go),w(go)},onFailure:go=>{B(W,"sendTransaction","onError","transaction_failure"),N(go)},uiOptions:p||{},fundWalletConfig:f},Lt={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:go=>{B(W,"sendTransaction","onError","unknown_connect_wallet_error"),N(go)}};ye({connectWallet:Lt,sendTransaction:je}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function Ic(){return new Promise(async(d,p)=>{let f=await ke();if(!f||!L)throw new Error("Must have valid access token to enroll in MFA");try{await L.verifyMfa({accessToken:f}),d()}catch(w){p(w)}})}let kr={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Nt,linkWallet:$e,linkEmail:()=>{if(!a)throw new v("User must be authenticated before linking an email address.");if(s?.email)throw new v("User already has an email linked to their account.");m(!0),ee("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(!a)throw new v("User must be authenticated before linking a phone number.");if(s?.phone)throw new v("User already has a phone number linked to their account.");m(!0),ee("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(!a)throw new v("User must be authenticated before linking a Google account.");if(s?.google)throw new v("User already has a Google account linked to their account.");await fe.initLoginWithOAuth("google")},linkTwitter:async()=>{if(!a)throw new v("User must be authenticated before linking a Twitter account.");if(s?.twitter)throw new v("User already has a Twitter account linked to their account.");await fe.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(!a)throw new v("User must be authenticated before linking a Discord account.");if(s?.discord)throw new v("User already has a Discord account linked to their account.");await fe.initLoginWithOAuth("discord")},linkGithub:async()=>{if(!a)throw new v("User must be authenticated before linking a GitHub account.");if(s?.github)throw new v("User already has a Github account linked to their account.");await fe.initLoginWithOAuth("github")},linkSpotify:async()=>{if(!a)throw new v("User must be authenticated before linking a Spotify account.");if(s?.spotify)throw new v("User already has a Spotify account linked to their account.");await fe.initLoginWithOAuth("spotify")},linkTiktok:async()=>{if(!a)throw new v("User must be authenticated before linking a TikTok account.");if(s?.tiktok)throw new v("User already has a Tiktok account linked to their account.");await fe.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(!a)throw new v("User must be authenticated before linking a LinkedIn account.");if(s?.linkedin)throw new v("User already has a LinkedIn account linked to their account.");await fe.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new v("User must be authenticated before linking an Apple account.");await fe.initLoginWithOAuth("apple")},linkFarcaster:async()=>{if(!a)throw new v("User must be authenticated before linking a Farcaster account.");await fe.initLoginWithFarcaster(),m(!0),ee("AWAITING_FARCASTER_CONNECTION")},updateEmail:()=>{if(!a)throw new v("User must be authenticated before updating an email address.");if(!s?.email)throw new v("User does not have an email linked to their account.");m(!0),ee("UPDATE_EMAIL_SCREEN")},login:async()=>{if(n||(await new Promise(d=>{Se(()=>d)}),Se(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}R(!0),vt("LANDING")},connectOrCreateWallet:async()=>{if(n||(await new Promise(d=>{Se(()=>d)}),Se(null)),a){console.warn("User must be unauthenticated to `connectOrCreateWallet`");return}if(h[0]){console.warn("User must have no connected wallets to `connectOrCreateWallet`");return}vt("CONNECT_OR_CREATE")},logout:async()=>{await t.logout(),c(null),l(!1),_(null),B(W,"logout","onSuccess"),m(!1),r(!1),re.del(In)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new ue;let d=h.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(w=>w.address===d?.address));return!d||!p?new ue:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new kc(new Zt(new ue));let d=h.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(w=>w.address===d?.address));return!d||!p?new kc(new Zt(new ue)):new kc(new Zt(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new Do(new ue);let d=h.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(w=>w.address===d?.address));return!d||!p?new Do(new ue):new Do(p.proxyProvider)},unlinkWallet:async d=>{let p=await t.unlinkWallet(d);return c(p),p},unlinkEmail:async d=>{let p=await t.unlinkEmail(d);return c(p),p},unlinkPhone:async d=>{let p=await t.unlinkPhone(d);return c(p),p},unlinkGoogle:async d=>{let p=await t.unlinkOAuth("google",d);return c(p),p},unlinkTwitter:async d=>{let p=await t.unlinkOAuth("twitter",d);return c(p),p},unlinkDiscord:async d=>{let p=await t.unlinkOAuth("discord",d);return c(p),p},unlinkGithub:async d=>{let p=await t.unlinkOAuth("github",d);return c(p),p},unlinkSpotify:async d=>{let p=await t.unlinkOAuth("spotify",d);return c(p),p},unlinkTiktok:async d=>{let p=await t.unlinkOAuth("tiktok",d);return c(p),p},unlinkLinkedIn:async d=>{let p=await t.unlinkOAuth("linkedin",d);return c(p),p},unlinkApple:async d=>{let p=await t.unlinkOAuth("apple",d);return c(p),p},unlinkFarcaster:async d=>{let p=await t.unlinkFarcaster(d);return c(p),p},setActiveWallet:async d=>{let p=h.find(w=>Ms(w.address)===Ms(d)),f=s?.linkedAccounts.find(w=>w.type==="wallet"&&Ms(w.address)===Ms(d));if(!p||!await p.isConnected())z(d),$e();else if(!p.linked)p.loginOrLink();else{let w=Object.assign({},s);w.wallet=f&&{address:f.address,chainType:f.chainType,chainId:f.chainId,walletClient:f.walletClient,walletClientType:f.walletClientType,connectorType:f.connectorType},c(w)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw B(W,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return Pi(s,15e3)},setWalletPassword:async()=>{if(!a||!s)throw B(W,"setWalletPassword","onError","must_be_authenticated"),new Error("User must be authenticated before adding password to Privy wallet");let d=pe(s);if(!d||!L)throw B(W,"setWalletPassword","onError","embedded_wallet_not_found"),new Error("Must have a Privy wallet to add a password");if(d.recoveryMethod==="user-passcode")throw B(W,"setWalletPassword","onError","embedded_wallet_password_already_exists"),new Error("Cannot set password. Embedded wallet already has a password.");try{await Ic()}catch(p){throw B(W,"setWalletPassword","onError","missing_mfa_credentials"),p}return new Promise((p,f)=>{K(!0);let w={onSuccess:q=>{B(W,"setWalletPassword","onSuccess",q),p(q)},onFailure:q=>{B(W,"setWalletPassword","onError","user_exited_set_password_flow"),f(q)},callAuthOnSuccessOnClose:!1},N={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:q=>{B(W,"setWalletPassword","onError","unknown_connect_wallet_error"),f(q)}};ye({setWalletPassword:w,connectWallet:N}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")})},signMessage:(d,p)=>new Promise(async(f,w)=>{if(!a||!s){B(W,"signMessage","onError","must_be_authenticated"),w(new Error("User must be authenticated before signing with a Privy wallet"));return}let N=pe(s);if(!N){B(W,"signMessage","onError","embedded_wallet_not_found"),w(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){B(W,"signMessage","onError","invalid_message"),w(new Error("Message must be a non-empty string"));return}K(!0);let q=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let ce=await ke();if(!L||!ce)throw new Error("Unable to connect to wallet");if(!await fe.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:N.address});let{response:it}=await L.rpc({accessToken:ce,address:N.address,request:{method:"personal_sign",params:[d,N.address]}}),yo=it.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:N.address}),yo};if(I.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let ce=await q();B(W,"signMessage","onSuccess",ce),f(ce)}catch(ce){B(W,"signMessage","onError","unable_to_sign"),w(ce??new Ue("Unable to sign message"))}}else{let it={method:"personal_sign",data:d,confirmAndSign:q,onSuccess:je=>{B(W,"signMessage","onSuccess",je),f(je)},onFailure:je=>{B(W,"signMessage","onError","unable_to_sign"),w(je)},uiOptions:p||{}},yo={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:je=>{B(W,"signMessage","onError","unknown_connect_wallet_error"),w(je)}};ye({signMessage:it,connectWallet:yo}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),signTypedData:(d,p)=>new Promise(async(f,w)=>{if(!a||!s){B(W,"signTypedData","onError","must_be_authenticated"),w(new Error("User must be authenticated before signing with a Privy wallet"));return}let N=pe(s);if(!N){B(W,"signTypedData","onError","embedded_wallet_not_found"),w(new Error("Must have a Privy wallet before signing"));return}K(!0);let q=Hi(d),ce=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let qe=await ke();if(!L||!qe)throw new Error("Unable to connect to wallet");if(!await fe.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_typed_data_started",{walletAddress:N.address});let{response:yo}=await L.rpc({accessToken:qe,address:N.address,request:{method:"eth_signTypedData_v4",params:[N.address,q]}}),je=yo.data;return t.createAnalyticsEvent("embedded_wallet_sign_typed_data_completed",{walletAddress:N.address}),je};if(I.embeddedWallets.noPromptOnSignature||(I.legacyWalletUiConfig??!1)){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let qe=await ce();B(W,"signTypedData","onSuccess",qe),f(qe)}catch(qe){B(W,"signTypedData","onError","unable_to_sign"),w(qe??new Ue("Unable to sign message"))}}else{let yo={method:"eth_signTypedData_v4",data:q,confirmAndSign:ce,onSuccess:Lt=>{B(W,"signTypedData","onSuccess",Lt),f(Lt)},onFailure:Lt=>{B(W,"signTypedData","onError","unable_to_sign"),w(Lt)},uiOptions:p||{}},je={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:Lt=>{B(W,"signMessage","onError","unknown_connect_wallet_error"),w(Lt)}};ye({signMessage:yo,connectWallet:je}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,f)=>{let N=await(await Rc(d,p,f)).wait();return xs(N)},exportWallet:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}let f=pe(s);if(!f){p(new Error("Must have a Privy wallet before exporting"));return}K(!0);let w={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p},N=await ke();if(!N||!L){p(new Error("Must have valid access token to enroll in MFA"));return}if(!L){p(new Error("Must have a Privy wallet before exporting"));return}try{try{await L.connect({accessToken:N,address:f.address}),await L.verifyMfa({accessToken:N})}catch(ce){if(yr(ce))await fe.recoverEmbeddedWallet();else throw ce}}catch(ce){p(ce);return}let q={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};ye({keyExport:q,connectWallet:w}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:Ic,async init(d){let p;switch(d){case"sms":p=new Is("verify");break;case"totp":return;default:throw new Error(`Unsupported MFA method: ${d}`)}t.startMfaFlow(p),await p.init()},async submit(d,p){switch(d){case"totp":case"sms":Kt.current?.resolve({mfaMethod:d,mfaCode:p}),await new Promise((f,w)=>{_r.current={resolve:f,reject:w}});break;default:throw Kt.current?.reject(new v("Unsupported MFA method")),new v(`Unsupported MFA method: ${d}`)}},cancel(){Kt.current?.reject(new v("MFA canceled"))},async initEnrollmentWithSms(d){let p=await ke();if(!p||!L)throw new Error("Must have valid access token to enroll in MFA");await L.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})},enrollInMfa(d){return new Promise((p,f)=>{if(!d){fe.closePrivyModal(),p();return}I.mfa.noPromptOnMfaRequired&&console.warn("[Privy Warning] Triggering the 'showMfaEnrollmentModal' function when 'noPromptOnMfaRequired' is set to true is unexpected. If this is intentional, ensure that you are building custom UIs for MFA verification."),ye({mfaEnrollmentFlow:{mfaMethods:I.mfa.methods,onSuccess:p,onFailure:f}}),ee("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await ke();if(!d||!L)throw new Error("Must have valid access token to enroll in MFA");let p=await L.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}},async submitEnrollmentWithSms(d){let p=await ke();if(!p||!L)throw new Error("Must have valid access token to enroll in MFA");await L.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let f=await t.getAuthenticatedUser();c(f)},async submitEnrollmentWithTotp(d){let p=await ke();if(!p||!L)throw new Error("Must have valid access token to enroll in MFA");await L.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let f=await t.getAuthenticatedUser();c(f)},async unenroll(d){let p=await ke();if(!p||!L)throw new Error("Must have valid access token to remove MFA");await L.unenrollMfa({method:d,accessToken:p});let f=await t.getAuthenticatedUser();c(f)},loginWithCode(d){return fe.loginWithCode(d)},initLoginWithEmail(d){return fe.initLoginWithEmail(d)},initLoginWithSms(d){return fe.initLoginWithSms(d)},isModalOpen:o};Jh=kr.signMessage,Qh=kr.signTypedData,Zh=async(...d)=>{let p=await Rc(...d);return I.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let Mc=!!e.config?.headless,fe=(()=>({headless:Mc,isNewUserThisSession:b,isLinking:u,linkingHint:H,pendingTransaction:null,walletConnectionStatus:A,mipdStore:D,connectors:t.connectors?.walletConnectors??[],rpcConfig:I.rpcConfig,chains:I.chains,showFiatPrices:I.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>I.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(L)return L;let p=new Promise(N=>{ho(()=>q=>N(q))}),f=new Promise(N=>setTimeout(()=>N(null),d)),w=await Promise.race([p,f]);return ho(null),w},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0})=>{let p=n&&a&&s;d.shouldCallAuthOnSuccess&&p?(B(W,"login","onComplete",s,b,!1,ze.current??null),e.onSuccess?.(s,b)):k&&B(W,"login","onError","exited_auth_flow"),z(null),R(!1),m(!1),P(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},openPrivyModal:ee,connectWallet:An,initLoginWithWallet:async(d,p)=>{ze.current="siwe",Ro(d,p)},loginWithWallet:async()=>{if(!n)throw new Rr;if(!(t.authFlow instanceof sr))throw new v("Must initialize SIWE flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(f){throw B(W,"login","onError",f.privyErrorCode||"generic_connect_wallet_error"),f}c(d||s||null),P(p||!1),l(!0)},initLoginWithFarcaster:async d=>{let p=new kn(d);t.startAuthFlow(p);try{ze.current="farcaster",await p.initializeFarcasterConnect()}catch(f){throw B(W,"login","onError",f.privyErrorCode||"unknown_auth_error"),f}},loginWithFarcaster:async()=>{if(!n)throw new Rr;if(!(t.authFlow instanceof kn))throw new v("Must initialize Farcaster flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(f){throw B(W,"login","onError",f.privyErrorCode||"generic_connect_wallet_error"),f}c(d||null),P(p||!1),l(!0)},initLoginWithOAuth:async(d,p)=>{if(Pd()){if(d==="google"&&Ac(window.navigator.userAgent)){vt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}}else{vt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let f=new Wo(d);p&&f.addCaptchaToken(p),t.startAuthFlow(f);let w=await t.authFlow.getAuthorizationUrl();w&&w.url&&window.location.assign(w.url)},loginWithOAuth:async d=>{if(!(t.authFlow instanceof Wo))throw new v("Must initialize OAuth flow before calling loginWithOAuth");let p=Ot.get(Mr),f=t.authFlow.meta.stateCode;if(p!==f)throw t.createAnalyticsEvent("possible_phishing_attempt",{provider:d,storedStateCode:p??"",returnedStateCode:f??""}),new v("Unexpected auth flow. This may be a phishing attempt.");let w,N;if(a)w=await t.link();else try{({user:w,isNewUser:N}=await t.authenticate()),ze.current=d}catch(q){throw B(W,"login","onError",q.privyErrorCode||"unknown_auth_error"),q}c(w),P(N||!1),l(!0)},initLoginWithEmail:async(d,p)=>{let f=new Mo(d,p);t.startAuthFlow(f);try{ze.current="email",await f.sendCodeEmail()}catch(w){throw B(W,"login","onError",w.privyErrorCode||"unknown_auth_error"),w}},initUpdateEmail:async(d,p,f)=>{let w=new Ii(d,p,f);t.startAuthFlow(w),await w.sendCodeEmail()},initLoginWithSms:async(d,p)=>{let f=new lr(d,p);t.startAuthFlow(f);try{ze.current="sms",await f.sendSmsCode()}catch(w){throw B(W,"login","onError",w.privyErrorCode||"unknown_auth_error"),w}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async d=>{if(!n)throw new Rr;if(t.authFlow instanceof Mo)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof lr)t.authFlow.meta.smsCode=d.trim();else throw new v("Must initialize a passwordless code flow first");let p,f;a?p=await t.link():{user:p,isNewUser:f}=await t.authenticate(),c(p||s||null),P(f||!1),l(!0)},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:L,createAnalyticsEvent:(d,p,f)=>t.createAnalyticsEvent(d,p,f),acceptTerms:async()=>{let d=await t.acceptTerms();return c(d),d},getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let f=s?.linkedAccounts.find(N=>N.type==="wallet"&&N.walletClientType==="privy"),w=await ke();if(!w||!L||!f){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}K(!0);try{await L.connect({accessToken:w,address:f.address}),d(!0)}catch(N){yr(N)&&f.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:f.address}),(await L.recover({address:f.address,accessToken:w})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:f.address}),d(!0)):yr(N)?(ye({recoverWallet:{privyWallet:f,onFailure:p,onSuccess:()=>d(!0)}}),ee("EMBEDDED_WALLET_RECOVERY_SCREEN")):p(N)}}),getFiatOnRampConfig:Ws,setReadyToTrue:()=>{i(!0),rt?.()},updateWallets:()=>Io()}))();Xh=fe.recoverEmbeddedWallet;let ry=Y2(()=>({wallets:h,ready:Wt}),[h,Wt]);return fo(le.Provider,{value:kr,children:fo(ol.Provider,{value:W,children:fo(wc.Provider,{value:ry,children:Yh(Rp,{...I,children:[e.children,Yh(tl.Provider,{value:fe,children:[!Mc&&I.captchaEnabled&&n&&!a&&fo(el,{delayedExecution:!1}),fo(Vh,{theme:{...I.appearance.palette||{}}}),fo(fp,{data:Ve,setModalData:ye,setInitialScreen:_,initialScreen:E,authenticated:a,open:o,children:fo(jh,{open:o})}),ae&&ne?fo(Kh,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:Kt,mfaSubmitPromise:_r,onLoad:$,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as eT}from"react";function tT(e){let{login:t}=eT(le);return Ee("login",e),{login:t}}import{useContext as oT}from"react";function rT(e){let{logout:t}=oT(le);return Ee("logout",e),{logout:t}}import{useCallback as ey}from"react";var nT=()=>{let e=de(),{initLoginWithEmail:t,loginWithCode:o}=G(),r=ey(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=ey(async({code:i})=>{if(e.enabled&&e.status==="error")throw new Co(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useCallback as ty}from"react";var iT=()=>{let e=de(),{initLoginWithSms:t,loginWithCode:o}=G(),r=ty(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=ty(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new Co(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as aT}from"react";function sT(e){let{connectWallet:t}=aT(le);return Ee("connectWallet",e),{connectWallet:t}}import{useContext as lT}from"react";function cT(e){let{createWallet:t}=lT(le);return Ee("createWallet",e),{createWallet:t}}import{useContext as dT}from"react";function pT(e){let{sendTransaction:t}=dT(le);return Ee("sendTransaction",e),{sendTransaction:t}}import{useContext as uT}from"react";function mT(e){let{setWalletPassword:t}=uT(le);return Ee("setWalletPassword",e),{setWalletPassword:t}}import{useContext as fT}from"react";function hT(e){let{signMessage:t}=fT(le);return Ee("signMessage",e),{signMessage:t}}import{useContext as yT}from"react";function gT(e){let{signTypedData:t}=yT(le);return Ee("signTypedData",e),{signTypedData:t}}import{useContext as vT}from"react";var wT=()=>{let{isModalOpen:e}=vT(le);return{isOpen:e}};import{useContext as CT}from"react";function bT(e){let{getAccessToken:t}=CT(le);return Ee("accessToken",e),{getAccessToken:t}}function ET(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}export{Zt as AsExternalProvider,el as Captcha,Dn as ConnectorManager,Un as PrivyClient,Z2 as PrivyProvider,ue as PrivyProxyProvider,Ln as SUPPORTED_CHAINS,Os as VERSION,st as WalletConnector,ET as addRpcUrlOverrideToChain,kl as errorIndicatesMaxMfaRetries,nn as errorIndicatesMfaTimeout,an as errorIndicatesMfaVerificationFailed,ke as getAccessToken,sT as useConnectWallet,cT as useCreateWallet,tT as useLogin,nT as useLoginWithEmail,iT as useLoginWithSms,rT as useLogout,wn as useMfa,mi as useMfaEnrollment,wT as useModalStatus,G as usePrivy,rl as useRegisterMfaListener,pT as useSendTransaction,mT as useSetWalletPassword,hT as useSignMessage,gT as useSignTypedData,bT as useToken,wi as useWallets};
|
|
2693
|
+
`;import{jsx as Oe,jsxs as qh}from"react/jsx-runtime";var N2={["LANDING"]:hf,["CONNECT_OR_CREATE"]:mf,["AWAITING_PASSWORDLESS_CODE"]:ru,["AWAITING_CONNECTION"]:wu,["AWAITING_CONNECT_ONLY_CONNECTION"]:Tu,["AWAITING_FARCASTER_CONNECTION"]:km,["PHANTOM_INTERSTITIAL_SCREEN"]:Sh,["LOGIN_FAILED_SCREEN"]:Ef,["AWAITING_OAUTH_SCREEN"]:Eh,["ALLOWLIST_REJECTION_SCREEN"]:jp,["INSTALL_PHANTOM_SCREEN"]:Vm,["LINK_EMAIL_SCREEN"]:yf,["LINK_PHONE_SCREEN"]:gf,["LINK_WALLET_SCREEN"]:vf,["UPDATE_EMAIL_SCREEN"]:Hh,["CONNECT_ONLY_LANDING_SCREEN"]:yu,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:mu,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:cm,["EMBEDDED_WALLET_CREATED_SCREEN"]:Iu,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:ku,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:um,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Lu,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:Nh,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Mh,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Lm,["FIAT_ON_RAMP_STATUS_SCREEN"]:Dm,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:pm,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:dm,["MFA_ENROLLMENT_FLOW_SCREEN"]:Of,["CAPTCHA_SCREEN"]:su,["ERROR_SCREEN"]:mm,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:Um,["AFFIRMATIVE_CONSENT_SCREEN"]:$p},L2=["LANDING","AWAITING_CONNECTION"],O2=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o,isModalOpen:r}=G(),{headless:n}=M(),{ready:i,currentScreen:a}=S(),{status:l,execute:s,reset:c,enabled:u}=de(),m=I2(null),h=Mp(m),y=r&&a&&L2.includes(a)&&!n&&l==="ready";if($h(()=>{y&&s()},[y]),$h(()=>{!r&&u&&c()},[r,u]),(!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return qh(gn,{children:[Oe(_,{}),Oe(J,{}),Oe(xf,{children:Oe(Tt,{})}),Oe(Q,{}),Oe(X,{})]});if(!a&&e)return Oe(gn,{style:{height:h},children:Oe("div",{ref:m,children:Oe(Tc,{open:e,onClose:t})})});if(!a)return null;let C=N2[a];return Oe(gn,{style:{height:h},children:qh("div",{ref:m,children:[Oe(bo,{if:!!e,children:Oe(C,{})}),Oe(bo,{if:!e,children:Oe(Tc,{open:e,onClose:t})})]})})},D2=()=>{let{closePrivyModal:e}=M(),{onUserCloseViaDialogOrKeybindRef:t}=S();return{gracefulClosePrivyModal:R2(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},jh=({open:e})=>{let{app:t}=S(),{gracefulClosePrivyModal:o}=D2(),[r,n]=M2(!1);rl({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=Oe(zh,{children:Oe(O2,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,l=t?.render.inDialog?Oe(Pf,{open:a,id:"privy-dialog","aria-label":"log in or sign up","aria-labelledby":"privy-dialog-title",onClick:()=>o(),children:i}):i;if(typeof window<"u"&&t?.render.inParentNodeId){let s=document.getElementById(t.render.inParentNodeId);if(s)return W2.createPortal(l,s)}return l};import{useRef as U2,useEffect as F2}from"react";var Rs=class{constructor(){this.callbacks={}}enqueue(t,o){this.callbacks[t]=o}dequeue(t,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${t} event: no event found for id ${o}`);switch(delete this.callbacks[o],t){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:connect":return r;case"privy:wallet:recover":return r;case"privy:wallet:rpc":return r;case"privy:wallet:set-recovery-password":return r;case"privy:mfa:verify":return r;case"privy:mfa:init-enrollment":return r;case"privy:mfa:submit-enrollment":return r;case"privy:mfa:unenroll":return r;default:throw new Error(`invalid wallet event type ${t}`)}}};async function xr(e,t,o,r,n,i=!1){let a=i,l=async u=>{if(a&&t&&t.length>0){u===(i?0:1)?n("configureMfa","onMfaRequired",t):r.current?.reject(new Te("missing_or_invalid_mfa","MFA verification failed, retry."));let m=await new Promise((h,y)=>{o.current={resolve:h,reject:y};let C=1e3*60*5;setTimeout(()=>{let E=new Te("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(E),y(E)},C)});return await e(m)}return await e()},s=4,c=null;for(let u=0;u<s;u++)try{c=await l(u),r.current?.resolve(void 0);break}catch(m){if(m.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),m}if(c===null){let u=new Te("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(u),u}return c}import{jsx as $2}from"react/jsx-runtime";var B2=function(e){return()=>`id-${e++}`}(0);function H2(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function uo(e){return e.error!==void 0}var jt=new Rs,_c=new Map,G2=(e,t)=>typeof t=="bigint"?t.toString():t,V2=(e,t)=>`${e}${JSON.stringify(t,G2)}`;function mo(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=V2(e,t);if(e==="privy:wallet:create"){let a=_c.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=B2();jt.enqueue(s,{resolve:a,reject:l}),r.postMessage({id:s,event:e,data:t},"*")}).finally(()=>{_c.delete(n)});return _c.set(n,i),i}function z2(e){switch(e.event){case"privy:iframe:ready":let t=jt.dequeue(e.event,e.id);return uo(e)?t.reject(new Te(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=jt.dequeue(e.event,e.id);return uo(e)?o.reject(new Te(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=jt.dequeue(e.event,e.id);return uo(e)?r.reject(new Te(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=jt.dequeue(e.event,e.id);return uo(e)?n.reject(new Te(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=jt.dequeue(e.event,e.id);return uo(e)?i.reject(new Te(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=jt.dequeue(e.event,e.id);return uo(e)?a.reject(new Te(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=jt.dequeue(e.event,e.id);return uo(e)?l.reject(new Te(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=jt.dequeue(e.event,e.id);return uo(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=jt.dequeue(e.event,e.id);return uo(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=jt.dequeue(e.event,e.id);return uo(e)?s.reject(new Te(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function Kh(e){let t=U2(null),o=Lp();return F2(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&H2(c.data)&&z2(c.data)}let i={create(c){return mo("privy:wallet:create",c,r)},connect(c){return mo("privy:wallet:connect",c,r)},recover(c){return xr(u=>mo("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return xr(u=>mo("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return xr(u=>mo("privy:wallet:set-recovery-password",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return xr(u=>mo("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return xr(u=>mo("privy:mfa:init-enrollment",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return mo("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return xr(u=>mo("privy:mfa:unenroll",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)}};window.addEventListener("message",n);let a=()=>e.onLoad(i),l=(...c)=>{console.warn("Privy iframe failed to load: ",...c),e.onLoadFailed()},s=new AbortController;return Id(()=>mo("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),$2("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:Bi(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}function Ac(e){let t=e.toLowerCase();return["fbav","fban","instagram","snapchat"].some(r=>t.includes(r))}var Is=class{constructor(t,o){this.meta={action:t,phoneNumber:o}}async init(){if(!this.meta.action)throw new v("action required");if(!this.api)throw new v("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new v("phone number must be set when initialzing authentication.");try{let t=ld();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw ae(t)}}async authenticate(){if(!this.meta.action)throw new v("action required");if(!this.api)throw new v("Mfa flow has no API instance");if(!this.meta.smsCode)throw new v("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new v("phone number must be set prior to calling authenticate.");try{let t=cd(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return pt(o)}catch(t){throw ae(t)}}};import{jsx as fo,jsxs as Yh}from"react/jsx-runtime";var Sn;function J2(e){return typeof e=="string"&&e.length===25}function ke(){if(!Sn){let e=ne.get(ir);return Promise.resolve(e||null)}return Sn.getAccessToken()}var Jh,Dd=(e,t)=>Jh(e,t),Qh,Ud=(e,t)=>Qh(e,t),Zh,Fd=(e,t)=>Zh(e,t),Xh,Bd=()=>Xh(),Q2=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;ne.put(Rn,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},Z2=({config:e,...t})=>{if(!J2(t.appId))throw new v("Cannot initialize the Privy provider with an invalid Privy app ID");Sn||(Sn=new Un({appId:t.appId,apiUrl:t.apiUrl||Wi}));let o=Object.assign({},e);return t.createPrivyWalletOnLogin!==void 0&&o.embeddedWallets?.createOnLogin===void 0&&(o.embeddedWallets||(o.embeddedWallets={}),o.embeddedWallets.createOnLogin=t.createPrivyWalletOnLogin?"users-without-wallets":"off"),t.createPrivyWalletOnLogin!==void 0&&e?.embeddedWallets?.createOnLogin&&console.warn("Both `createPrivyWalletOnLogin` and `config.embeddedWallets.createOnLogin` are set. `createPrivyWalletOnLogin` is deprecated and should be removed."),fo(pp,{client:Sn,clientConfig:o,legacyCreateEmbeddedWalletFlag:t.createPrivyWalletOnLogin,children:fo(X2,{...t,config:o,client:Sn})})},X2=e=>{let t=e.client,[o,r]=xe(!1),[n,i]=xe(!1),[a,l]=xe(!1),[s,c]=xe(null),[u,m]=xe(!1),[h,y]=xe([]),C=Ei(h),[E,P]=xe(!1),[b,A]=xe(null),[R,I]=xe(!1),[x,L]=xe({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:T}),[O,F]=xe(null),[H,$]=xe(null),[D,z]=xe(null),k=pa(),oe=up(),[ie,j]=xe(!0),[Ve,ye]=xe({}),[rt,Se]=xe(null),[re,ho]=xe(null),[Wt,Sr]=xe(!1),[nt,_e]=xe(!1),Kt=Ei(null),_r=Ei(null),W=Ei(Wp);t.onStoreToken=d=>{d&&B(W,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{B(W,"accessToken","onAccessTokenRemoved")};let ze=Ei(),_n=K2(d=>{let p=t.connectors?.walletsReady||!1;return a&&s?.linkedAccounts?.some(w=>w.type==="wallet"&&w.walletClientType==="privy")?p&&d?.some(w=>w?.walletClientType==="privy"):p},[a,s?.linkedAccounts,t?.connectors?.walletsReady]),ee=d=>{A(d),setTimeout(()=>{r(!0)},15),t.createAnalyticsEvent("modal_open",{initialScreen:d})},vt=d=>{k.embeddedWallets.createOnLogin!=="off"&&j(!0),ee(d)};ko(()=>{if(!D||!s){t.connectors?.removeEmbeddedWalletConnector();return}let d=s?.linkedAccounts.filter(p=>p.type==="wallet"&&p.walletClientType==="privy");if(d&&d.length>0){let p=d[0].address;t.connectors?.addEmbeddedWalletConnector(D,p,k.defaultChain)}},[D,s]),ko(()=>{D&&re?.(D)},[D]),ko(()=>{(async()=>{if(!k.customAuth?.enabled)return;j(!0);let{getCustomAccessToken:p,isLoading:f}=k.customAuth;if(!(!n||f))try{let w=await p();if(!w){await kr.logout();return}if(a)return;t.startAuthFlow(new Ir(w));let{user:N,isNewUser:q}=await t.authenticate();N||await kr.logout(),c(N||null),P(q||!1),l(!0),_e(!0)}catch(w){console.warn(w),a&&await kr.logout()}})()},[k.customAuth?.enabled,k.customAuth?.getCustomAccessToken,k.customAuth?.isLoading,n,a]),ko(()=>{nt&&D&&s&&bt(s,e.config?.embeddedWallets?.createOnLogin)&&(_e(!1),Pi(s,Nr).catch(console.error))},[nt&&D&&s]),ko(()=>{async function d(){let p=nr();Q2();let f=j2();F(f),t.initializeConnectorManager(k.walletConnectCloudProjectId,k.rpcConfig,k.chains,k.defaultChain,f,k.appearance.walletList,k.shouldEnforceDefaultChainOnConnect),t.connectors?.initialize().then(()=>{Ar()});let w=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!w),w&&B(W,"login","onComplete",w,!1,!0,null),c(w)),p||fe.setReadyToTrue(),p&&w&&m(!0)}!n&&oe&&d()},[t,rt,n,oe]);let nr=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_oauth_code"),f=d.get("privy_oauth_state"),w=d.get("privy_oauth_provider");return p&&f&&w?(t.startAuthFlow(new Wo(w,p,f)),vt("AWAITING_OAUTH_SCREEN"),!0):!1},Ti=async(d,p,f,w)=>{let N=await t.connectors?.createWalletConnector(d,p)||null;An(N,p,f,w)};async function An(d,p,f,w){if(!d)return L({status:"disconnected",connectedWallet:null,connectError:new Y("Unable to connect to wallet."),connector:null,connectRetry:T}),w?.(null,f);d instanceof to&&p&&await d.resetConnection(p),L({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>An(d,p,f,w)});try{let N=await d.connect({showPrompt:!0});if(k.shouldEnforceDefaultChainOnConnect&&!k.chains.find(q=>q.id===Number(N?.chainId))&&!(N?.connectorType==="wallet_connect_v2"&&N?.walletClientType==="metamask")){L(q=>({...q,connector:d,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:T}));try{await N?.switchChain(k.defaultChain.id),N&&(N.chainId=Lr(cr(k.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${k.defaultChain.id}`)}}return L(q=>({...q,status:"connected",connectedWallet:N,connectError:null,connectRetry:T})),N&&!R&&B(W,"connectWallet","onSuccess",N),w?.(N,f)}catch(N){return N instanceof De?(console.warn(N.cause?N.cause:N.message),R||B(W,"connectWallet","onError",N.privyErrorCode||"generic_connect_wallet_error")):(console.warn(N),R||B(W,"connectWallet","onError","unknown_connect_wallet_error")),L(q=>({...q,status:"disconnected",connectedWallet:null,connectError:N})),w?.(null,f)}}let Ro=async(d,p)=>{if(d===null)return;let f=new sr(d,p);t.startAuthFlow(f)},Ar=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_connector"),f=d.get("privy_wallet_client");if(!p||!f)return;if(f==="phantom"&&!No()&&vt("LOGIN_FAILED_SCREEN"),!t.connectors)throw new v("Connector not initialized");ee("AWAITING_CONNECTION");let w=new URL(window.location.href);w.searchParams.delete("privy_connector"),w.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",w),Ti(p,f,void 0,Ro)};ko(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let $e=()=>{if(!a)throw new v("User must be authenticated before linking a wallet.");m(!0),ee("LINK_WALLET_SCREEN")},ct=d=>{if(!a||!s)return!1;if(d.walletClientType==="privy")return!0;for(let p of s.linkedAccounts)if(p.type==="wallet"&&p.address===d.address&&p.walletClientType!=="privy")return!0;return!1},wt=async d=>{if(!t.connectors)throw new v("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(L(f=>({...f,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:T})),k.captchaEnabled&&!a){let f={callback:w=>Ro(d,w),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};ye({captchaModalData:f}),vt("CAPTCHA_SCREEN")}else await Ro(d),vt("AWAITING_CONNECTION")},Ws=async(d,p)=>{if(!k.fiatOnRamp.enabled)throw new v("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:f,externalTransactionId:w}=await Wm(t,d,p?.config??{},k.appearance.palette,k.fiatOnRamp.useSandbox);return{signedUrl:f,externalTransactionId:w}}else throw new v("Unsupported fund provider. Currently supported option is `moonpay`.")},Io=()=>{y(d=>{let p=t.connectors?.wallets.map(f=>({...f,linked:ct(f),loginOrLink:async()=>{if(!await f.isConnected())throw new v("Wallet is not connected");if(f.connectorType==="embedded"&&f.walletClientType==="privy")throw new v("Cannot link or login with embedded wallet");wt(f)},fund:async w=>{let{signedUrl:N,externalTransactionId:q}=await Ws(f.address,w);ye({fiatOnRampPrompt:{signedUrl:N},fiatOnRampStatus:{externalTransactionId:q}}),ee("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new v("User is not authenticated.");if(f.connectorType==="embedded"&&f.walletClientType==="privy")throw new v("Cannot unlink an embedded wallet");let w=await t.unlinkWallet(f.address);c(w)}}))||[];return Sr(_n(p)),Vi(d,p)?d:p})};ko(()=>{Io()},[s?.linkedAccounts,a,n]),ko(()=>{if(n){if(!t.connectors)throw new v("Connector not initialized");Io(),t.connectors.on("walletsUpdated",Io)}},[n]);let Nt=()=>{ee(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};ko(()=>{if(!h[0])return;let d=h[0],p=C.current.find(w=>w.address===d.address),f;if(d.walletClientType==="privy"?f=s?.linkedAccounts.find(w=>w.type==="wallet"&&w.address===d.address&&w.walletClientType==="privy"):f=s?.linkedAccounts.find(w=>w.type==="wallet"&&w.address===d.address&&w.walletClientType!=="privy"),!p&&f){let w=Object.assign({},s);w.wallet=f&&{address:f.address,chainType:f.chainType,chainId:f.chainId,walletClient:f.walletClient,walletClientType:f.walletClientType,connectorType:f.connectorType},c(w)}C.current=h},[h]);let Pi=async(d,p)=>{if(pe(d))throw B(W,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[w,N]=await Promise.all([fe.initializeWalletProxy(p),ke()]);if(!w&&e.config?.customAuth?.enabled)throw B(W,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!w||!N||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((q,ce)=>{j(!0),ye({createWallet:{onSuccess:it=>{B(W,"createWallet","onSuccess",it),q(it)},onFailure:it=>{B(W,"createWallet","onError","unknown_embedded_wallet_error"),ce(it)},callAuthOnSuccessOnClose:!1}}),ee("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await w.create({accessToken:N});let q=await fe.refreshUser(),ce=pe(q);if(!ce)throw B(W,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return B(W,"createWallet","onSuccess",ce),ce}},oy=d=>{if(!k.chains.map(p=>p.id).includes(d))throw new Y(`Chain ID ${d} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},Rc=(d,p,f)=>new Promise(async(w,N)=>{if(!a||!s){B(W,"sendTransaction","onError","must_be_authenticated"),N(new Error("User must be authenticated before signing with a Privy wallet"));return}let q=pe(s);if(!q){B(W,"sendTransaction","onError","embedded_wallet_not_found"),N(new Error("Must have a Privy wallet before signing"));return}j(!0);let ce=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,qe=d.chainId?Number(d.chainId):ce.chainId;oy(qe);let it=Object.assign({},d,{chainId:qe}),yo=async()=>{let je=await ke();if(!je||!D){B(W,"sendTransaction","onError","embedded_wallet_not_found"),N(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await fe.recoverEmbeddedWallet()){B(W,"sendTransaction","onError","unknown_connect_wallet_error"),N(new Error("Unable to connect to wallet"));return}let go=new q2(Dt(it.chainId,k.chains,k.rpcConfig)),ny=await En(q.address,it,go),Wc=await Ts(je,q.address,D,ny,go);B(W,"sendTransaction","onSuccess",Wc),w(Wc)}catch(Lt){B(W,"sendTransaction","onError","transaction_failure"),N(Lt)}};if(k.embeddedWallets.noPromptOnSignature)p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),yo();else{let je={transactionRequest:it,onSuccess:go=>{B(W,"sendTransaction","onSuccess",go),w(go)},onFailure:go=>{B(W,"sendTransaction","onError","transaction_failure"),N(go)},uiOptions:p||{},fundWalletConfig:f},Lt={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:go=>{B(W,"sendTransaction","onError","unknown_connect_wallet_error"),N(go)}};ye({connectWallet:Lt,sendTransaction:je}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function Ic(){return new Promise(async(d,p)=>{let f=await ke();if(!f||!D)throw new Error("Must have valid access token to enroll in MFA");try{await D.verifyMfa({accessToken:f}),d()}catch(w){p(w)}})}let kr={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Nt,linkWallet:$e,linkEmail:()=>{if(!a)throw new v("User must be authenticated before linking an email address.");if(s?.email)throw new v("User already has an email linked to their account.");m(!0),ee("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(!a)throw new v("User must be authenticated before linking a phone number.");if(s?.phone)throw new v("User already has a phone number linked to their account.");m(!0),ee("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(!a)throw new v("User must be authenticated before linking a Google account.");if(s?.google)throw new v("User already has a Google account linked to their account.");await fe.initLoginWithOAuth("google")},linkTwitter:async()=>{if(!a)throw new v("User must be authenticated before linking a Twitter account.");if(s?.twitter)throw new v("User already has a Twitter account linked to their account.");await fe.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(!a)throw new v("User must be authenticated before linking a Discord account.");if(s?.discord)throw new v("User already has a Discord account linked to their account.");await fe.initLoginWithOAuth("discord")},linkGithub:async()=>{if(!a)throw new v("User must be authenticated before linking a GitHub account.");if(s?.github)throw new v("User already has a Github account linked to their account.");await fe.initLoginWithOAuth("github")},linkSpotify:async()=>{if(!a)throw new v("User must be authenticated before linking a Spotify account.");if(s?.spotify)throw new v("User already has a Spotify account linked to their account.");await fe.initLoginWithOAuth("spotify")},linkTiktok:async()=>{if(!a)throw new v("User must be authenticated before linking a TikTok account.");if(s?.tiktok)throw new v("User already has a Tiktok account linked to their account.");await fe.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(!a)throw new v("User must be authenticated before linking a LinkedIn account.");if(s?.linkedin)throw new v("User already has a LinkedIn account linked to their account.");await fe.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new v("User must be authenticated before linking an Apple account.");await fe.initLoginWithOAuth("apple")},linkFarcaster:async()=>{if(!a)throw new v("User must be authenticated before linking a Farcaster account.");await fe.initLoginWithFarcaster(),m(!0),ee("AWAITING_FARCASTER_CONNECTION")},updateEmail:()=>{if(!a)throw new v("User must be authenticated before updating an email address.");if(!s?.email)throw new v("User does not have an email linked to their account.");m(!0),ee("UPDATE_EMAIL_SCREEN")},login:async()=>{if(n||(await new Promise(d=>{Se(()=>d)}),Se(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}I(!0),vt("LANDING")},connectOrCreateWallet:async()=>{if(n||(await new Promise(d=>{Se(()=>d)}),Se(null)),a){console.warn("User must be unauthenticated to `connectOrCreateWallet`");return}if(h[0]){console.warn("User must have no connected wallets to `connectOrCreateWallet`");return}vt("CONNECT_OR_CREATE")},logout:async()=>{await t.logout(),c(null),l(!1),A(null),B(W,"logout","onSuccess"),m(!1),r(!1),ne.del(In)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new ue;let d=h.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(w=>w.address===d?.address));return!d||!p?new ue:p.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new kc(new Zt(new ue));let d=h.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(w=>w.address===d?.address));return!d||!p?new kc(new Zt(new ue)):new kc(new Zt(p.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new Do(new ue);let d=h.find(f=>s.wallet&&f.address===s.wallet.address),p=t.connectors?.walletConnectors.find(f=>f.wallets.find(w=>w.address===d?.address));return!d||!p?new Do(new ue):new Do(p.proxyProvider)},unlinkWallet:async d=>{let p=await t.unlinkWallet(d);return c(p),p},unlinkEmail:async d=>{let p=await t.unlinkEmail(d);return c(p),p},unlinkPhone:async d=>{let p=await t.unlinkPhone(d);return c(p),p},unlinkGoogle:async d=>{let p=await t.unlinkOAuth("google",d);return c(p),p},unlinkTwitter:async d=>{let p=await t.unlinkOAuth("twitter",d);return c(p),p},unlinkDiscord:async d=>{let p=await t.unlinkOAuth("discord",d);return c(p),p},unlinkGithub:async d=>{let p=await t.unlinkOAuth("github",d);return c(p),p},unlinkSpotify:async d=>{let p=await t.unlinkOAuth("spotify",d);return c(p),p},unlinkTiktok:async d=>{let p=await t.unlinkOAuth("tiktok",d);return c(p),p},unlinkLinkedIn:async d=>{let p=await t.unlinkOAuth("linkedin",d);return c(p),p},unlinkApple:async d=>{let p=await t.unlinkOAuth("apple",d);return c(p),p},unlinkFarcaster:async d=>{let p=await t.unlinkFarcaster(d);return c(p),p},setActiveWallet:async d=>{let p=h.find(w=>Ms(w.address)===Ms(d)),f=s?.linkedAccounts.find(w=>w.type==="wallet"&&Ms(w.address)===Ms(d));if(!p||!await p.isConnected())$(d),$e();else if(!p.linked)p.loginOrLink();else{let w=Object.assign({},s);w.wallet=f&&{address:f.address,chainType:f.chainType,chainId:f.chainId,walletClient:f.walletClient,walletClientType:f.walletClientType,connectorType:f.connectorType},c(w)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw B(W,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return Pi(s,15e3)},setWalletPassword:async()=>{if(!a||!s)throw B(W,"setWalletPassword","onError","must_be_authenticated"),new Error("User must be authenticated before adding password to Privy wallet");let d=pe(s);if(!d||!D)throw B(W,"setWalletPassword","onError","embedded_wallet_not_found"),new Error("Must have a Privy wallet to add a password");if(d.recoveryMethod==="user-passcode")throw B(W,"setWalletPassword","onError","embedded_wallet_password_already_exists"),new Error("Cannot set password. Embedded wallet already has a password.");try{await Ic()}catch(p){throw B(W,"setWalletPassword","onError","missing_mfa_credentials"),p}return new Promise((p,f)=>{j(!0);let w={onSuccess:q=>{B(W,"setWalletPassword","onSuccess",q),p(q)},onFailure:q=>{B(W,"setWalletPassword","onError","user_exited_set_password_flow"),f(q)},callAuthOnSuccessOnClose:!1},N={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:q=>{B(W,"setWalletPassword","onError","unknown_connect_wallet_error"),f(q)}};ye({setWalletPassword:w,connectWallet:N}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")})},signMessage:(d,p)=>new Promise(async(f,w)=>{if(!a||!s){B(W,"signMessage","onError","must_be_authenticated"),w(new Error("User must be authenticated before signing with a Privy wallet"));return}let N=pe(s);if(!N){B(W,"signMessage","onError","embedded_wallet_not_found"),w(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){B(W,"signMessage","onError","invalid_message"),w(new Error("Message must be a non-empty string"));return}j(!0);let q=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let ce=await ke();if(!D||!ce)throw new Error("Unable to connect to wallet");if(!await fe.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:N.address});let{response:it}=await D.rpc({accessToken:ce,address:N.address,request:{method:"personal_sign",params:[d,N.address]}}),yo=it.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:N.address}),yo};if(k.embeddedWallets.noPromptOnSignature){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let ce=await q();B(W,"signMessage","onSuccess",ce),f(ce)}catch(ce){B(W,"signMessage","onError","unable_to_sign"),w(ce??new Ue("Unable to sign message"))}}else{let it={method:"personal_sign",data:d,confirmAndSign:q,onSuccess:je=>{B(W,"signMessage","onSuccess",je),f(je)},onFailure:je=>{B(W,"signMessage","onError","unable_to_sign"),w(je)},uiOptions:p||{}},yo={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:je=>{B(W,"signMessage","onError","unknown_connect_wallet_error"),w(je)}};ye({signMessage:it,connectWallet:yo}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),signTypedData:(d,p)=>new Promise(async(f,w)=>{if(!a||!s){B(W,"signTypedData","onError","must_be_authenticated"),w(new Error("User must be authenticated before signing with a Privy wallet"));return}let N=pe(s);if(!N){B(W,"signTypedData","onError","embedded_wallet_not_found"),w(new Error("Must have a Privy wallet before signing"));return}j(!0);let q=Hi(d),ce=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let qe=await ke();if(!D||!qe)throw new Error("Unable to connect to wallet");if(!await fe.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_typed_data_started",{walletAddress:N.address});let{response:yo}=await D.rpc({accessToken:qe,address:N.address,request:{method:"eth_signTypedData_v4",params:[N.address,q]}}),je=yo.data;return t.createAnalyticsEvent("embedded_wallet_sign_typed_data_completed",{walletAddress:N.address}),je};if(k.embeddedWallets.noPromptOnSignature||(k.legacyWalletUiConfig??!1)){p&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let qe=await ce();B(W,"signTypedData","onSuccess",qe),f(qe)}catch(qe){B(W,"signTypedData","onError","unable_to_sign"),w(qe??new Ue("Unable to sign message"))}}else{let yo={method:"eth_signTypedData_v4",data:q,confirmAndSign:ce,onSuccess:Lt=>{B(W,"signTypedData","onSuccess",Lt),f(Lt)},onFailure:Lt=>{B(W,"signTypedData","onError","unable_to_sign"),w(Lt)},uiOptions:p||{}},je={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:Lt=>{B(W,"signMessage","onError","unknown_connect_wallet_error"),w(Lt)}};ye({signMessage:yo,connectWallet:je}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,f)=>{let N=await(await Rc(d,p,f)).wait();return xs(N)},exportWallet:()=>new Promise(async(d,p)=>{if(!a||!s){p(new Error("User must be authenticated before exporting their Privy wallet"));return}let f=pe(s);if(!f){p(new Error("Must have a Privy wallet before exporting"));return}j(!0);let w={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:p},N=await ke();if(!N||!D){p(new Error("Must have valid access token to enroll in MFA"));return}if(!D){p(new Error("Must have a Privy wallet before exporting"));return}try{try{await D.connect({accessToken:N,address:f.address}),await D.verifyMfa({accessToken:N})}catch(ce){if(yr(ce))await fe.recoverEmbeddedWallet();else throw ce}}catch(ce){p(ce);return}let q={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};ye({keyExport:q,connectWallet:w}),ee("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:Ic,async init(d){let p;switch(d){case"sms":p=new Is("verify");break;case"totp":return;default:throw new Error(`Unsupported MFA method: ${d}`)}t.startMfaFlow(p),await p.init()},async submit(d,p){switch(d){case"totp":case"sms":Kt.current?.resolve({mfaMethod:d,mfaCode:p}),await new Promise((f,w)=>{_r.current={resolve:f,reject:w}});break;default:throw Kt.current?.reject(new v("Unsupported MFA method")),new v(`Unsupported MFA method: ${d}`)}},cancel(){Kt.current?.reject(new v("MFA canceled"))},async initEnrollmentWithSms(d){let p=await ke();if(!p||!D)throw new Error("Must have valid access token to enroll in MFA");await D.initEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber})},enrollInMfa(d){return new Promise((p,f)=>{if(!d){fe.closePrivyModal(),p();return}k.mfa.noPromptOnMfaRequired&&console.warn("[Privy Warning] Triggering the 'showMfaEnrollmentModal' function when 'noPromptOnMfaRequired' is set to true is unexpected. If this is intentional, ensure that you are building custom UIs for MFA verification."),ye({mfaEnrollmentFlow:{mfaMethods:k.mfa.methods,onSuccess:p,onFailure:f}}),ee("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let d=await ke();if(!d||!D)throw new Error("Must have valid access token to enroll in MFA");let p=await D.initEnrollMfa({method:"totp",accessToken:d});return{secret:p.secret,authUrl:p.authUrl}},async submitEnrollmentWithSms(d){let p=await ke();if(!p||!D)throw new Error("Must have valid access token to enroll in MFA");await D.submitEnrollMfa({method:"sms",accessToken:p,phoneNumber:d.phoneNumber,code:d.mfaCode});let f=await t.getAuthenticatedUser();c(f)},async submitEnrollmentWithTotp(d){let p=await ke();if(!p||!D)throw new Error("Must have valid access token to enroll in MFA");await D.submitEnrollMfa({method:"totp",accessToken:p,code:d.mfaCode});let f=await t.getAuthenticatedUser();c(f)},async unenroll(d){let p=await ke();if(!p||!D)throw new Error("Must have valid access token to remove MFA");await D.unenrollMfa({method:d,accessToken:p});let f=await t.getAuthenticatedUser();c(f)},loginWithCode(d){return fe.loginWithCode(d)},initLoginWithEmail(d){return fe.initLoginWithEmail(d)},initLoginWithSms(d){return fe.initLoginWithSms(d)},isModalOpen:o};Jh=kr.signMessage,Qh=kr.signTypedData,Zh=async(...d)=>{let p=await Rc(...d);return k.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let Mc=!!e.config?.headless,fe=(()=>({headless:Mc,isNewUserThisSession:E,isLinking:u,linkingHint:H,pendingTransaction:null,walletConnectionStatus:x,mipdStore:O,connectors:t.connectors?.walletConnectors??[],rpcConfig:k.rpcConfig,chains:k.chains,showFiatPrices:k.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:d=>k.chains.find(p=>p.id===Number(d))?.nativeCurrency.symbol,initializeWalletProxy:async d=>{if(D)return D;let p=new Promise(N=>{ho(()=>q=>N(q))}),f=new Promise(N=>setTimeout(()=>N(null),d)),w=await Promise.race([p,f]);return ho(null),w},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(d={shouldCallAuthOnSuccess:!0})=>{let p=n&&a&&s;d.shouldCallAuthOnSuccess&&p?(B(W,"login","onComplete",s,E,!1,ze.current??null),e.onSuccess?.(s,E)):R&&B(W,"login","onError","exited_auth_flow"),$(null),I(!1),m(!1),P(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},openPrivyModal:ee,connectWallet:An,initLoginWithWallet:async(d,p)=>{ze.current="siwe",Ro(d,p)},loginWithWallet:async()=>{if(!n)throw new Rr;if(!(t.authFlow instanceof sr))throw new v("Must initialize SIWE flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(f){throw B(W,"login","onError",f.privyErrorCode||"generic_connect_wallet_error"),f}c(d||s||null),P(p||!1),l(!0)},initLoginWithFarcaster:async d=>{let p=new kn(d);t.startAuthFlow(p);try{ze.current="farcaster",await p.initializeFarcasterConnect()}catch(f){throw B(W,"login","onError",f.privyErrorCode||"unknown_auth_error"),f}},loginWithFarcaster:async()=>{if(!n)throw new Rr;if(!(t.authFlow instanceof kn))throw new v("Must initialize Farcaster flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(f){throw B(W,"login","onError",f.privyErrorCode||"generic_connect_wallet_error"),f}c(d||null),P(p||!1),l(!0)},initLoginWithOAuth:async(d,p)=>{if(Pd()){if(d==="google"&&Ac(window.navigator.userAgent)){vt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}}else{vt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let f=new Wo(d);p&&f.addCaptchaToken(p),t.startAuthFlow(f);let w=await t.authFlow.getAuthorizationUrl();w&&w.url&&window.location.assign(w.url)},loginWithOAuth:async d=>{if(!(t.authFlow instanceof Wo))throw new v("Must initialize OAuth flow before calling loginWithOAuth");let p=Ot.get(Mr),f=t.authFlow.meta.stateCode;if(p!==f)throw t.createAnalyticsEvent("possible_phishing_attempt",{provider:d,storedStateCode:p??"",returnedStateCode:f??""}),new v("Unexpected auth flow. This may be a phishing attempt.");let w,N;if(a)w=await t.link();else try{({user:w,isNewUser:N}=await t.authenticate()),ze.current=d}catch(q){throw B(W,"login","onError",q.privyErrorCode||"unknown_auth_error"),q}c(w),P(N||!1),l(!0)},initLoginWithEmail:async(d,p)=>{let f=new Mo(d,p);t.startAuthFlow(f);try{ze.current="email",await f.sendCodeEmail()}catch(w){throw B(W,"login","onError",w.privyErrorCode||"unknown_auth_error"),w}},initUpdateEmail:async(d,p,f)=>{let w=new Ii(d,p,f);t.startAuthFlow(w),await w.sendCodeEmail()},initLoginWithSms:async(d,p)=>{let f=new lr(d,p);t.startAuthFlow(f);try{ze.current="sms",await f.sendSmsCode()}catch(w){throw B(W,"login","onError",w.privyErrorCode||"unknown_auth_error"),w}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async d=>{if(!n)throw new Rr;if(t.authFlow instanceof Mo)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof lr)t.authFlow.meta.smsCode=d.trim();else throw new v("Must initialize a passwordless code flow first");let p,f;a?p=await t.link():{user:p,isNewUser:f}=await t.authenticate(),c(p||s||null),P(f||!1),l(!0)},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:D,createAnalyticsEvent:(d,p,f)=>t.createAnalyticsEvent(d,p,f),acceptTerms:async()=>{let d=await t.acceptTerms();return c(d),d},getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let f=s?.linkedAccounts.find(N=>N.type==="wallet"&&N.walletClientType==="privy"),w=await ke();if(!w||!D||!f){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}j(!0);try{await D.connect({accessToken:w,address:f.address}),d(!0)}catch(N){yr(N)&&f.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:f.address}),(await D.recover({address:f.address,accessToken:w})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:f.address}),d(!0)):yr(N)?(ye({recoverWallet:{privyWallet:f,onFailure:p,onSuccess:()=>d(!0)}}),ee("EMBEDDED_WALLET_RECOVERY_SCREEN")):p(N)}}),getFiatOnRampConfig:Ws,setReadyToTrue:()=>{i(!0),rt?.()},updateWallets:()=>Io()}))();Xh=fe.recoverEmbeddedWallet;let ry=Y2(()=>({wallets:h,ready:Wt}),[h,Wt]);return fo(le.Provider,{value:kr,children:fo(ol.Provider,{value:W,children:fo(wc.Provider,{value:ry,children:Yh(Rp,{...k,children:[e.children,Yh(tl.Provider,{value:fe,children:[!Mc&&k.captchaEnabled&&n&&!a&&fo(el,{delayedExecution:!1}),fo(Vh,{theme:{...k.appearance.palette||{}}}),fo(fp,{data:Ve,setModalData:ye,setInitialScreen:A,initialScreen:b,authenticated:a,open:o,children:fo(jh,{open:o})}),ie&&oe?fo(Kh,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:Kt,mfaSubmitPromise:_r,onLoad:z,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as eT}from"react";function tT(e){let{login:t}=eT(le);return Ee("login",e),{login:t}}import{useContext as oT}from"react";function rT(e){let{logout:t}=oT(le);return Ee("logout",e),{logout:t}}import{useCallback as ey}from"react";var nT=()=>{let e=de(),{initLoginWithEmail:t,loginWithCode:o}=G(),r=ey(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=ey(async({code:i})=>{if(e.enabled&&e.status==="error")throw new Co(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useCallback as ty}from"react";var iT=()=>{let e=de(),{initLoginWithSms:t,loginWithCode:o}=G(),r=ty(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=ty(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new Co(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as aT}from"react";function sT(e){let{connectWallet:t}=aT(le);return Ee("connectWallet",e),{connectWallet:t}}import{useContext as lT}from"react";function cT(e){let{createWallet:t}=lT(le);return Ee("createWallet",e),{createWallet:t}}import{useContext as dT}from"react";function pT(e){let{sendTransaction:t}=dT(le);return Ee("sendTransaction",e),{sendTransaction:t}}import{useContext as uT}from"react";function mT(e){let{setWalletPassword:t}=uT(le);return Ee("setWalletPassword",e),{setWalletPassword:t}}import{useContext as fT}from"react";function hT(e){let{signMessage:t}=fT(le);return Ee("signMessage",e),{signMessage:t}}import{useContext as yT}from"react";function gT(e){let{signTypedData:t}=yT(le);return Ee("signTypedData",e),{signTypedData:t}}import{useContext as vT}from"react";var wT=()=>{let{isModalOpen:e}=vT(le);return{isOpen:e}};import{useContext as CT}from"react";function bT(e){let{getAccessToken:t}=CT(le);return Ee("accessToken",e),{getAccessToken:t}}function ET(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}export{Zt as AsExternalProvider,el as Captcha,Dn as ConnectorManager,Un as PrivyClient,Z2 as PrivyProvider,ue as PrivyProxyProvider,Ln as SUPPORTED_CHAINS,Os as VERSION,st as WalletConnector,ET as addRpcUrlOverrideToChain,kl as errorIndicatesMaxMfaRetries,nn as errorIndicatesMfaTimeout,an as errorIndicatesMfaVerificationFailed,ke as getAccessToken,sT as useConnectWallet,cT as useCreateWallet,tT as useLogin,nT as useLoginWithEmail,iT as useLoginWithSms,rT as useLogout,wn as useMfa,mi as useMfaEnrollment,wT as useModalStatus,G as usePrivy,rl as useRegisterMfaListener,pT as useSendTransaction,mT as useSetWalletPassword,hT as useSignMessage,gT as useSignTypedData,bT as useToken,wi as useWallets};
|