@privy-io/react-auth 1.58.0 → 1.58.1-beta-20240304170528

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- 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 Lc=(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 Oc=(e,t,o)=>(Ns(e,t,"access private method"),o);import{getAddress as Ms}from"@ethersproject/address";import{StaticJsonRpcProvider as j2,Web3Provider as kc}from"@ethersproject/providers";import{createStore as K2}from"mipd";import{useCallback as Y2,useEffect as ko,useMemo as J2,useRef as Ei,useState as xe}from"react";import{FetchError as ay}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}},w=class extends De{constructor(o,r,n){super(o,r,n);this.type="client_error"}},Si=class extends w{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 ay))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 w(e.message,e):new w(`Internal error: ${e}`);var kr=class extends w{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},pt=class extends w{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},_i=class extends w{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var Ai=()=>"/api/v1/sessions",ki=()=>"/api/v1/sessions/logout",Dc=()=>"/api/v1/sessions/fork",Ri=()=>"/api/v1/sessions/fork/recover",Uc=()=>"/api/v1/siwe/init",Fc=()=>"/api/v1/siwe/authenticate",Bc=()=>"/api/v1/siwe/link",Hc=()=>"/api/v1/farcaster/init",Gc=()=>"/api/v1/farcaster/authenticate",Vc=()=>"/api/v1/farcaster/link",zc=()=>"/api/v1/farcaster/status",$c=()=>"/api/v1/passwordless/init",qc=()=>"/api/v1/passwordless/authenticate",jc=()=>"/api/v1/passwordless/link",Kc=()=>"/api/v1/passwordless/update",Yc=()=>"/api/v1/passwordless_sms/init",Jc=()=>"/api/v1/passwordless_sms/authenticate",Qc=()=>"/api/v1/passwordless_sms/link",Zc=()=>"/api/v1/oauth/init",Xc=()=>"/api/v1/oauth/authenticate",ed=()=>"/api/v1/oauth/link",td=()=>"/api/v1/siwe/unlink",od=()=>"/api/v1/passwordless/unlink",rd=()=>"/api/v1/passwordless_sms/unlink",nd=()=>"/api/v1/oauth/unlink",id=()=>"/api/v1/farcaster/unlink",ad=()=>"/api/v1/analytics_events",sd=()=>"/api/v1/plugins/moonpay_on_ramp/sign",ld=()=>"/api/v1/custom_jwt_account/authenticate",cd=()=>"/api/v1/mfa/passwordless_sms/init";var dd=()=>"/api/v1/mfa/passwordless_sms/enroll";var pd=()=>"/api/v1/users/me/accept_terms";var Rr=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let t=ld(),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 Io=class{constructor(t,o){this.meta={email:t,captchaToken:o}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let t=qc(),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 w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let t=jc();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 w("Auth flow has no API instance");if(t&&(this.meta.email=t),o&&(this.meta.captchaToken=o),!this.meta.email)throw new w("Email must be set when initialzing authentication.");try{let r=$c();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw ae(r)}}},Ii=class extends Io{constructor(o,r,n){super(r,n);this.meta={email:r,captchaToken:n,oldAddress:o}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode||!this.meta.oldAddress)throw new w("Email, email code, and an old email address must be set prior to calling update.");try{let o=Kc();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 sy}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 w("Auth flow has no API instance");if(!this.meta.channelToken)throw new w("Auth flow must be initialized first");try{let t=await this.api.post(Gc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid});if(!t)throw new w("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 w("Auth flow has no API instance");try{return await this.api.post(Vc(),{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 w("Auth flow has no API instance");let t=await this.api.post(Hc(),{token:this.captchaToken});sy&&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 w("Auth flow has no API instance");await this.startChannelOnce.execute()}async _pollForReady(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.channelToken)throw new w("Auth flow must be initialized first");let t=await this.api.get(zc(),{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 Sd}from"jose";var ud="1.58.1-beta-20240304170528";var Mi="4df5e2316331463a9130964bd6078dfa",md="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",fd="34357d3c125c2bcf2ce2bc3309d98715",Wi="https://auth.privy.io",hd=2e4,Je=1400,yd=2500,Os=ud;var nr="privy:token",Ds="privy-token",Ni="privy:refresh_token",Us="privy-refresh-token",Li="privy-session",Rn="privy:session_transfer_token",cy="privy:wallet",In="privy:caid",Ir="privy:state_code",Mr="privy:code_verifier",Oi=e=>`${cy}:${e}`,Fs="privy:connectors",Bs="privy:connections";var ir=12e4,vo=1,Hs="0x1",Wr=3e4,gd="https://api.moonpay.com/v1",vd="https://api.moonpay.com/v1",wd="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",Cd="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",bd="0x420000000000000000000000000000000000000F",Ed=["function getL1Fee(bytes memory _data) external view returns (uint256)"];async function Td(e){let t=new TextEncoder().encode(e),o=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(o)}function Pd(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 xd(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function dy(){return typeof window<"u"&&window.localStorage?new Gs:new Di}function py(){return typeof window<"u"&&window.sessionStorage?new Vs:new Di}var Ot=py(),ne=dy();var uy="S256",my="S256",Mo=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 w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");let t=Ot.get(Mr);if(!t)throw new w("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(Mr),{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 w(r.message||"Invalid code during OAuth flow.",void 0,r.privyErrorCode):r.message==="User denied confirmation during OAuth flow"?new w("Invalid code during oauth flow.",void 0,"oauth_user_denied"):new w("Invalid code during OAuth flow.",void 0,"unknown_auth_error")}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");let t=Ot.get(Mr);if(!t)throw new w("Authentication error.");try{let o=ed(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return Ot.del(Mr),r}catch(o){throw ae(o)}}createCodeVerifier(){return Sd.encode(Pd(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,o=uy){if(o==my){let r=await Td(t);return Sd.encode(r)}else return t}async getAuthorizationUrl(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.provider)throw new w("Provider must be set when initializing OAuth authentication.");let t=this.createCodeVerifier();Ot.put(Mr,t);let o=this.createStateCode();Ot.put(Ir,o);let r=await this.deriveCodeChallengeFromCodeVerifier(t);try{let n=Zc();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 ar=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 w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign(),r=await this.api.post(Fc(),{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 w("Auth flow has no API instance");try{let{message:t,signature:o}=await this.sign();return await this.api.post(Bc(),{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 w("Auth flow has no API instance");if(await this.buildSiweMessage(),!this.preparedMessage)throw new w("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 w("Auth flow has no API instance");let t=this.wallet.address;return(await this.api.post(Uc(),{address:t,token:this.captchaToken})).nonce}async buildSiweMessage(){if(!this.api)throw new w("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 sr=class{constructor(t,o){this.meta={phoneNumber:t,captchaToken:o}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=Jc(),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 w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let t=Qc();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 w("Auth flow has no API instance");if(t&&(this.meta.phoneNumber=t),o&&(this.meta.captchaToken=o),!this.meta.phoneNumber)throw new w("phone nNumber must be set when initialzing authentication.");try{let r=Yc();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw ae(r)}}};import{v4 as ag}from"uuid";function Qe(e){return new Date(e*1e3)}function fy(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 f={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Qe(o.verified_at)};t.push(f);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 bt(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,hy=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),Et=(e,t)=>t==="all-users"&&!pe(e)||t==="users-without-wallets"&&!hy(e)?.length;function ut(e){if(!e)return null;let t=fy(e.linked_accounts),o=bt(t,"wallet"),r=bt(t,"email"),n=bt(t,"phone"),i=bt(t,"google_oauth"),a=bt(t,"twitter_oauth"),l=bt(t,"discord_oauth"),s=bt(t,"github_oauth"),c=bt(t,"spotify_oauth"),u=bt(t,"tiktok_oauth"),f=bt(t,"linkedin_oauth"),h=bt(t,"apple_oauth"),y=bt(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:f&&{subject:f.subject,name:f.name,email:f.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 Sp}from"@ethersproject/address";import og from"eventemitter3";function _d(){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},Wo=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),Ad=()=>{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 kd=(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,}))$/),Rd=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},No=(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 Id(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 Md=(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,""),lr=e=>typeof e=="string"?e:"0x"+e.toString(16);async function Wd(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 _d()){let u=Ui(c);if(!l.some(f=>f.info.name===u)){if(zs(c,!0)&&!s.find(f=>f.type==="metamask")){s.push({type:"metamask",legacyInjectedProvider:c});continue}if(u==="Phantom"&&!s.find(f=>f.type==="phantom")){s.push({type:"phantom",legacyInjectedProvider:c});continue}s.find(f=>f.type==="unknown_browser_extension")||s.push({type:"unknown_browser_extension",legacyInjectedProvider:c})}}i(s)}})}function Nr(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]+"/"+md:i=n.rpcUrls.default?.http[0],!i)throw new Y(`No RPC url found for ${e}`);return i},Nd=(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 xy from"@coinbase/wallet-sdk";import{jsx as Ld,jsxs as yy}from"react/jsx-runtime";var Mn=({style:e,...t})=>yy("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:[Ld("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),Ld("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 Gd}from"@ethersproject/providers";import{default as Ty}from"eventemitter3";import{StaticJsonRpcProvider as Dd}from"@ethersproject/providers";import Ey from"eventemitter3";var gy=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],Od=e=>gy.includes(e);import{ErrorCode as vy}from"@ethersproject/logger";var Lr=class extends Y{constructor(){super("Wallet timeout");this.type="wallet_error"}},Or=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===vy.ACTION_REJECTED&&(t.details=st.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(st).find(i=>i.eipCode===r.code);this.details=n||st.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=st.E32002_CONNECTION_ALREADY_PENDING:this.details=st.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=st.E32002_WALLET_LOCKED))}},wy={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}},Cy={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}},by={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}},st={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...by,...Cy},wo={...wy,...st};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 Lr,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||ir,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)})}},Lo=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},Gi=class extends Ey{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 Dd(Dt(a,this.chains,n)),this.rpcTimeoutDuration=Dr(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new Lo(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await ke()||!this.address)throw new Lo("Disconnected",4900);return(await Bd(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new Lo(`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 Lo(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new Dd(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 Ud(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 Fd(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:lr(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 lr(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(Od(o.method)){let r=await ke();if(await Hd(),!r||!this.address)throw new Lo("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 Lo("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)}},Oo=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 Py=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},lt=class extends Ty{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=Nr(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=Dr(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===Nr(s))return;let u=this.chains.find(h=>h.id===c);if(!u)throw new Y(`Unsupported chainId: ${a}`);let f=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:s}]})};try{return await f()}catch(h){if(Py(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??""]}]}),f();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 Gd(new Zt(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await i())throw new Y("Wallet is not currently connected.");return new Oo(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=Nr(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 Gd(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 Sy=e=>{let t=`https://mainnet.infura.io/v3/${Mi}`,o=1;return e.makeWeb3Provider(t,o)},zi,$i=class extends lt{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 xy({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(Sy(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 Vd}from"react/jsx-runtime";var qi=({...e})=>Vd("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:Vd("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 lt{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:[lr(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 zd}from"react/jsx-runtime";var Ur=({style:e,...t})=>zd("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",stroke:"currentColor",strokeWidth:1.5,viewBox:"0 0 24 24",style:{...e},...t,children:zd("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 mt,jsxs as _y}from"react/jsx-runtime";var Fr=({style:e,...t})=>_y("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:[mt("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),mt("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),mt("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"}),mt("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"}),mt("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"}),mt("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"}),mt("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"}),mt("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"}),mt("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"}),mt("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"}),mt("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"}),mt("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"}),mt("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 $d,jsxs as Ay}from"react/jsx-runtime";var eo=({style:e,...t})=>Ay("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:[$d("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),$d("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 Hr=class extends lt{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)}}},Br,Gr=class extends lt{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";xi(this,Br,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,Br,{name:"MetaMask",icon:Fr,id:"io.metamask"}):a==="phantom"&&Ls(this,Br,{name:"Phantom",icon:eo,id:"phantom"})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return Lc(this,Br)??{name:"Browser Extension",icon:Ur,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)}}};Br=new WeakMap;import{getAddress as wP}from"@ethersproject/address";import{Web3Provider as bP}from"@ethersproject/providers";import{isMobile as ky}from"react-device-detect";var Ki=class extends Hr{disconnect(){console.warn("MetaMask does not support programmatic disconnect.")}async promptConnection(){try{ky||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 lt{constructor(o,r){super(o,[],r,{});this.connectorType="null";this.proxyProvider=new ue(void 0,ir);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 Zy,OPTIONAL_EVENTS as Xy,OPTIONAL_METHODS as eg}from"@walletconnect/ethereum-provider";import{isMobile as tg}from"react-device-detect";import{createContext as Vy,useContext as zy,useEffect as Js,useRef as $y,useState as qy}from"react";import{jsx as Ry}from"react/jsx-runtime";function Qi({src:e,...t}){return Ry("img",{src:e,...t,style:{display:"none"}})}import{useContext as dp,useEffect as cp,useMemo as Fy,useState as By}from"react";import{createContext as Hy}from"react";var Tt={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:fd,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var qd=({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 Iy=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),My=e=>Iy.has(e),Wy=(e,t,o)=>o.indexOf(e)===t,jd=({input:e})=>e?e.filter(My).filter(Wy):Tt.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 Kd={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 Yd={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 Jd={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 Qd={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 Zd={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 Xd={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 ep={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 tp={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 op={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 rp={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 np={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 ip={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,ep,ip,na,ia,aa,sa,Wn,Nn,Jd,Qd,Zd,Xd,ta,oa,ra,op,rp,Kd,Yd,la,da,ca,tp,np],Hx=new Set(Ln.map(e=>e.id));import cr from"tinycolor2";var ap="#FFFFFF",Ny="#000000",Ly=ap,Oy="#1E1E1D";function Dy(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 Do(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return cr({...e.toHsl(),l:o})}function sp({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=ap,blackHex:a=Ny}){let l;switch(e){case"light":l=Ly;break;case"dark":l=Oy;break;default:l=e;break}let s=cr(l),c=cr(t),u=cr(o),f=cr(r),h=cr(n),y=Dy(s.getLuminance()),C=Do(s,y==="light"?-.04:.11),E=Do(s,y==="light"?-.88:.87),P=Do(s,y==="light"?-.77:.75),b=Do(s,y==="light"?-.43:.45).desaturate(y==="light"?60:20),A=Do(s,y==="light"?-.08:.25).desaturate(y==="light"?60:20),R=Do(c,.15),I=Do(c,-.06),x=cr(c.getLuminance()>.5?a:i),L=Do(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:f.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,f,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"),f=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,f=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,f,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=jd({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=qd({input:t?.loginMethodsAndOrder}),F=t?.intl?.defaultCountry??"US",{chains:H,defaultChain:$}=Uy({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:sp({backgroundTheme:t?.appearance?.theme??Tt.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??Tt.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:f,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??Tt.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??Tt.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??Tt.rpcConfig.rpcTimeouts},chains:H,defaultChain:$,intl:{defaultCountry:F},shouldEnforceDefaultChainOnConnect:D,captchaEnabled:e.captchaEnabled??Tt.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??Tt.fiatOnRamp.useSandbox},loginConfig:{twitterOAuthOnMobileEnabled:e.twitterOAuthOnMobileEnabled??!1},render:{inDialog:t?._render?.inDialog??Tt._render.inDialog,inParentNodeId:t?._render?.inParentNodeId??Tt._render.inParentNodeId}}}function lp(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 Uy({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 Gy}from"react/jsx-runtime";var pp={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(pp,void 0,!1),Ys=Hy({appConfig:Ks,isServerConfigLoaded:!1}),up=({children:e,legacyCreateEmbeddedWalletFlag:t,client:o,clientConfig:r})=>{let[n,i]=By(null),a=Fy(()=>js(n??pp,r,!!n),[n,r]);return cp(()=>{let l=lp(r,t);o.createAnalyticsEvent("sdk_initialize",l)},[r,t]),cp(()=>{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)}})()},[]),Gy(Ys.Provider,{value:{appConfig:a,isServerConfigLoaded:!!n},children:e})},pa=()=>{let{appConfig:e}=dp(Ys);return e},mp=()=>{let{isServerConfigLoaded:e}=dp(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 Ky,jsxs as Yy}from"react/jsx-runtime";var fp=Vy({ready:!1,app:Ks,currentScreen:null,lastScreen:null,navigate:T,navigateBack:T,resetNavigation:T,setModalData:T,onUserCloseViaDialogOrKeybindRef:void 0}),jy=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],hp=e=>{let t=pa(),o=e.authenticated,[r,n]=qy(e.initialScreen);Js(()=>{!o&&!jy.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=$y(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 Yy(fp.Provider,{value:a,children:[(typeof t.appearance.logo=="string"||t.appearance.logo?.type==="img")&&Ky(Qi,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},S=()=>zy(fp);import{jsx as Vr,jsxs as Jy}from"react/jsx-runtime";var On=({style:e,...t})=>{let{app:o}=S();return Jy("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:[Vr("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),Vr("g",{clipPath:"url(#clip0_1765_9946)",children:Vr("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"})}),Vr("defs",{children:Vr("clipPath",{id:"clip0_1765_9946",children:Vr("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(zr))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var zr={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 Qy(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var yp=e=>e in zr,gp=e=>{let t=zr[e].mobile;if("native"in t)return t.native};function vp(e,t){let o=Qy(t);if(o.deepLink)return Tp(o.deepLink,e);if(o.universalLink)return Pp(o.universalLink,e);throw new w(`Unsupported wallet ${t.id}`)}var wp="WALLETCONNECT_DEEPLINK_CHOICE";function Cp(){try{localStorage.removeItem(wp)}catch{}}function bp({href:e,name:t}){try{localStorage.setItem(wp,JSON.stringify({href:e,name:t}))}catch{}}function Ep(e){return e.startsWith("http://")||e.startsWith("https://")}function Tp(e,t){if(Ep(e))return Pp(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 Pp(e,t){if(!Ep(e))return Tp(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function xp(e,t){window.open(e,t,"noreferrer noopener")}var to=class extends lt{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=zr[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:Fr,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=zr[o],this.walletClientType=o,this.redirectUri=void 0,Cp(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new Or)};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=Dr(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 Zy.init({projectId:this.walletConnectCloudProjectId,chains:r,optionalChains:n,optionalEvents:Xy,optionalMethods:eg,rpcMap:o,showQrModal:!1});return i.on("display_uri",a=>{if(i.signer.abortPairingAttempt(),tg&&this.walletEntry){let{redirect:l,href:s}=vp(a,this.walletEntry);bp({href:s,name:this.walletEntry.displayName}),this.redirectUri=l,xp(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===Sp(t)).length:!1},Dr=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||ir:ir,Dn=class extends og{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=Wd(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"),!Wo()&&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 Gr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new Gr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new Gr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new Hr(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=Sp(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 rg}from"ofetch";var ng=[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=rg.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=!ng.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 dr from"js-cookie";function _p(e){return e instanceof Io?"email":e instanceof sr?"sms":e instanceof ar?"siwe":e instanceof Rr?"custom_auth":e instanceof Mo?e.meta.provider:null}import*as Ap from"jose";var oo=class{static parse(t){try{return new oo(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Ap.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 ig=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(nr);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=dr.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(ig)}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=_p(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:ut(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Ke(o)}}async _link(t){try{let o=await t.link();return ut(o)}catch(o){throw console.warn("Error linking account"),Ke(o)}}async _refresh(){if(!this.api)throw new w("Session has no API instance");if(!this.client)throw new w("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(),ut(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 w("Session has no API instance");let t=this.refreshToken;try{let o=await this.api.post(Dc(),{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(nr);if(ne.put(nr,t),o!==t&&this.client?.onStoreToken?.(t),!this.client?.useServerCookies){let r=oo.parse(t)?.expiration;dr.set(Ds,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else ne.del(nr),dr.remove(Ds)}storeRefreshToken(t){typeof t=="string"?(ne.put(Ni,t),this.client?.useServerCookies||(dr.set(Li,"t",{sameSite:"Strict",secure:!0,expires:30}),dr.set(Us,t,{sameSite:"Strict",secure:!0,expires:30}))):(ne.del(Ni),dr.remove(Us),dr.remove(Li))}clearForkedToken(){ne.del(Rn)}};var Zs,ha,kp,Un=class{constructor(t){xi(this,ha);this.apiUrl=t.apiUrl||Wi,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||hd,this.appId=t.appId,this.clientAnalyticsId=Oc(this,ha,kp).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 w("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new w("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(od(),{address:t});return ut(o)}catch(o){throw Ke(o)}}async acceptTerms(){try{let t=await this.api.post(pd(),{});return ut(t)}catch(t){throw Ke(t)}}async unlinkPhone(t){try{let o=await this.api.post(rd(),{phoneNumber:t});return ut(o)}catch(o){throw Ke(o)}}async unlinkWallet(t){try{let o=await this.api.post(td(),{address:t});return ut(o)}catch(o){throw Ke(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(nd(),{provider:t,subject:o});return ut(r)}catch(r){throw Ke(r)}}async unlinkFarcaster(t){try{let o=await this.api.post(id(),{fid:t});return ut(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(ad(),{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(sd(),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,kp=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=ag();try{return ne.put(In,t),t}catch{return t}};import{Turnstile as ug}from"@marsidev/react-turnstile";import{useEffect as mg,useMemo as fg}from"react";import{useMemo as sg,useRef as lg,useContext as cg,useState as Xs,createContext as dg}from"react";import{jsx as pg}from"react/jsx-runtime";var Rp=dg({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}},Ip=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=lg(null),[i,a]=Xs(),[l,s]=Xs(),[c,u]=Xs(!1),f=sg(()=>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 pg(Rp.Provider,{value:{...f,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 Id(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new Co("Captcha failed",null,"captcha_timeout")}}},children:e})},de=()=>cg(Rp);import{jsx as Mp}from"react/jsx-runtime";var el=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,setExecuting:a,ref:l}=de(),[,s]=fg(()=>o?.split("t:")||[],[o]);if(mg(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return Mp("div",{className:"hidden h-0 w-0",children:Mp(ug,{...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 I2,useEffect as qh,useRef as M2,useState as W2}from"react";import N2 from"react-dom";import{createContext as hg,useContext as yg}from"react";var tl=hg({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=()=>yg(tl);import{createContext as gg,useContext as vg}from"react";var le=gg({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,fundWallet:T,isModalOpen:!1}),G=()=>vg(le);import{useEffect as wg,useState as Cg}from"react";var Wp=e=>{let[t,o]=Cg("auto");return wg(()=>{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 bg,useContext as Eg,useEffect as Tg}from"react";var Np={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=bg(void 0),Lp=()=>Eg(ol);function Ee(e,t){if(!t)return;let r=Lp().current[e];return Tg(()=>{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 Op(){let e=Lp();return(t,o,...r)=>B(e,t,o,...r)}function rl(e){Ee("configureMfa",e)}import $p from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import Ug from"@heroicons/react/24/solid/DocumentCheckIcon";import Fg from"styled-components";import ur,{css as sl}from"styled-components";import il from"styled-components";import{Fragment as xg,jsx as nl,jsxs as Sg}from"react/jsx-runtime";var Uo=({success:e,fail:t})=>Sg(xg,{children:[nl(Pt,{className:e?"success":t?"fail":""}),nl(al,{className:e?"success":t?"fail":""})]}),Pt=il.span`
13
13
  && {
14
14
  width: 82px;
15
15
  height: 82px;
@@ -42,13 +42,13 @@ Resources:
42
42
  border-color: var(--privy-color-error);
43
43
  border-bottom-color: var(--privy-color-error);
44
44
  }
45
- `,al=il(Tt)`
45
+ `,al=il(Pt)`
46
46
  && {
47
47
  border-bottom-color: ${e=>e.color??"var(--privy-color-accent)"};
48
48
  animation: none;
49
49
  opacity: 0.5;
50
50
  }
51
- `,ur=e=>nl(Tg,{color:e.color||"var(--privy-color-foreground-3)"}),Tg=il(Tt)`
51
+ `,pr=e=>nl(Pg,{color:e.color||"var(--privy-color-foreground-3)"}),Pg=il(Pt)`
52
52
  && {
53
53
  height: 0.9rem;
54
54
  width: 0.9rem;
@@ -57,7 +57,7 @@ Resources:
57
57
  /* Override default Loader to match button transitions */
58
58
  transition: border-color 200ms ease;
59
59
  }
60
- `;import{jsx as Pt,jsxs as wa}from"react/jsx-runtime";var ya=mr.button`
60
+ `;import{jsx as xt,jsxs as wa}from"react/jsx-runtime";var ya=ur.button`
61
61
  display: flex;
62
62
  flex-direction: row;
63
63
  align-items: center;
@@ -85,13 +85,13 @@ Resources:
85
85
  color: var(--privy-color-foreground-3);
86
86
  cursor: not-allowed;
87
87
  }
88
- `,U=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>Pt(Op,{disabled:t||o,...n,children:t?wa("span",{children:[Pt(ur,{}),r?Pt("span",{children:r}):null]}):e}),e4=mr(U)`
88
+ `,U=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>xt(Dp,{disabled:t||o,...n,children:t?wa("span",{children:[xt(pr,{}),r?xt("span",{children:r}):null]}):e}),o4=ur(U)`
89
89
  ${e=>e.hideAnimations&&sl`
90
90
  && {
91
91
  transition: none;
92
92
  }
93
93
  `}
94
- `,ga=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>Pt(Op,{as:"a",disabled:t||o,...n,children:t?wa("span",{children:[Pt(ur,{}),r?Pt("span",{children:r}):null]}):e}),Op=mr(ya)`
94
+ `,ga=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>xt(Dp,{as:"a",disabled:t||o,...n,children:t?wa("span",{children:[xt(pr,{}),r?xt("span",{children:r}):null]}):e}),Dp=ur(ya)`
95
95
  position: relative;
96
96
 
97
97
  && {
@@ -136,7 +136,7 @@ Resources:
136
136
  opacity: 1;
137
137
  animation: fadein 200ms ease;
138
138
  }
139
- `,Ft=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>Pt(Sg,{disabled:t||o,...n,children:t?wa("span",{children:[Pt(ur,{}),r?Pt("span",{children:r}):null]}):e}),Sg=mr(ya)`
139
+ `,Ft=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>xt(_g,{disabled:t||o,...n,children:t?wa("span",{children:[xt(pr,{}),r?xt("span",{children:r}):null]}):e}),_g=ur(ya)`
140
140
  && {
141
141
  border-width: 1px;
142
142
  border-color: ${e=>e.warn?"var(--privy-color-error)":"var(--privy-color-foreground-4)"};
@@ -165,7 +165,7 @@ Resources:
165
165
  opacity: 1;
166
166
  animation: fadein 200ms ease;
167
167
  }
168
- `,va=mr.button`
168
+ `,va=ur.button`
169
169
  && {
170
170
  padding: 12px 16px;
171
171
  font-weight: 500;
@@ -196,10 +196,10 @@ Resources:
196
196
  cursor: not-allowed;
197
197
  }
198
198
  }
199
- `,t4=mr.div`
199
+ `,r4=ur.div`
200
200
  /* Set to match height of SoftCtaButton to avoid reflow if conditionally rendered */
201
201
  height: 44px;
202
- `,qr=({children:e,onClick:t,disabled:o,isSubmitting:r,...n})=>wa(_g,{isSubmitting:r,onClick:t,disabled:o,...n,children:[Pt("span",{children:e}),Pt("span",{children:Pt(ur,{})})]}),_g=mr.button`
202
+ `,$r=({children:e,onClick:t,disabled:o,isSubmitting:r,...n})=>wa(Ag,{isSubmitting:r,onClick:t,disabled:o,...n,children:[xt("span",{children:e}),xt("span",{children:xt(pr,{})})]}),Ag=ur.button`
203
203
  && {
204
204
  color: var(--privy-color-accent);
205
205
  font-size: 16px;
@@ -241,7 +241,7 @@ Resources:
241
241
  cursor: not-allowed;
242
242
  }
243
243
  }
244
- `;import Dp from"styled-components";import{Fragment as Ag,jsx as Bo,jsxs as Up}from"react/jsx-runtime";var ll=Dp.div`
244
+ `;import Up from"styled-components";import{Fragment as kg,jsx as Fo,jsxs as Fp}from"react/jsx-runtime";var ll=Up.div`
245
245
  margin-top: 16px;
246
246
  font-size: 13px;
247
247
  text-align: center;
@@ -250,7 +250,7 @@ Resources:
250
250
  && > a {
251
251
  color: var(--privy-color-accent);
252
252
  }
253
- `;function jr(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o,requireUsersAcceptTerms:r}}=e.app;if(r&&!e.alwaysShowImplicitConsent)return Bo(ll,{});if(!o&&!t)return Bo(ll,{});let n=!!(t&&o);return Up(ll,{children:["By logging in I agree to the"," ",o&&Bo("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",t&&Bo("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var V=({protectedByPrivy:e})=>Bo(X,{children:e?Up(Ag,{children:[Bo(qi,{className:"hide-on-mobile"}),Bo("span",{className:"hide-on-mobile",children:Bo("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),X=Dp.div`
253
+ `;function qr(e){let{legal:{privacyPolicyUrl:t,termsAndConditionsUrl:o,requireUsersAcceptTerms:r}}=e.app;if(r&&!e.alwaysShowImplicitConsent)return Fo(ll,{});if(!o&&!t)return Fo(ll,{});let n=!!(t&&o);return Fp(ll,{children:["By logging in I agree to the"," ",o&&Fo("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",t&&Fo("a",{href:t,target:"_blank",children:"Privacy Policy"})]})}var V=({protectedByPrivy:e})=>Fo(ee,{children:e?Fp(kg,{children:[Fo(qi,{className:"hide-on-mobile"}),Fo("span",{className:"hide-on-mobile",children:Fo("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),ee=Up.div`
254
254
  display: flex;
255
255
  align-items: center;
256
256
  justify-content: center;
@@ -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 S=({backFn:e,onClose:t,title:o,closeable:r=!0})=>{let{closePrivyModal:n}=M(),{app:i}=x();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`
280
+ `;import Rg from"@heroicons/react/24/outline/ArrowLeftIcon";import Ig from"@heroicons/react/24/outline/XMarkIcon";import cl from"styled-components";import{jsx as St,jsxs as Og}from"react/jsx-runtime";var Bp=()=>St("div",{}),Mg=({backFn:e})=>St("div",{children:St(Hp,{onClick:e,children:St(Rg,{height:"16px",width:"16px",strokeWidth:2})})}),Wg=e=>St("div",{children:St(Hp,{"aria-label":"close modal",onClick:e.onClose,children:St(Ig,{height:"16px",width:"16px",strokeWidth:2})})});var _=({backFn:e,onClose:t,title:o,closeable:r=!0})=>{let{closePrivyModal:n}=M(),{app:i}=S();return Og(Ng,{children:[e?St(Mg,{backFn:e}):St(Bp,{}),o&&St(Lg,{id:"privy-dialog-title",children:o}),i?.render.inDialog&&r?St(Wg,{onClose:t||(()=>n())}):St(Bp,{})]})},Hp=cl.button`
281
281
  && {
282
282
  cursor: pointer;
283
283
  display: flex;
@@ -296,7 +296,7 @@ Resources:
296
296
  opacity: 1;
297
297
  }
298
298
  }
299
- `,Wg=cl.div`
299
+ `,Ng=cl.div`
300
300
  padding: 16px 0;
301
301
  display: flex;
302
302
  align-items: center;
@@ -318,22 +318,22 @@ Resources:
318
318
  display: flex;
319
319
  justify-content: flex-end;
320
320
  }
321
- `,Ng=cl.div`
321
+ `,Lg=cl.div`
322
322
  overflow: hidden;
323
323
  white-space: nowrap;
324
324
  max-width: 100%;
325
325
  text-overflow: ellipsis;
326
326
  text-align: center;
327
327
  color: var(--privy-color-foreground-2);
328
- `;import Kr,{css as Og}from"styled-components";var Ca=Kr.div`
328
+ `;import jr,{css as Dg}from"styled-components";var Ca=jr.div`
329
329
  text-align: left;
330
330
  flex-grow: 1;
331
- `,ba=Kr.div`
331
+ `,ba=jr.div`
332
332
  display: flex;
333
333
  flex-direction: column;
334
334
  justify-content: flex-end;
335
335
  flex-grow: 1;
336
- `,St=Kr.div`
336
+ `,_t=jr.div`
337
337
  display: flex;
338
338
  flex-direction: column;
339
339
  gap: 12px;
@@ -348,7 +348,7 @@ Resources:
348
348
  &::-webkit-scrollbar {
349
349
  display: none;
350
350
  }
351
- `,Hp=Og`
351
+ `,Gp=Dg`
352
352
  && {
353
353
  width: 100%;
354
354
  font-size: 16px;
@@ -386,11 +386,11 @@ Resources:
386
386
  max-width: 24px;
387
387
  }
388
388
  }
389
- `,ge=Kr.button`
390
- ${Hp}
391
- `,dl=Kr.a`
392
- ${Hp}
393
- `,bo=Kr.div`
389
+ `,ge=jr.button`
390
+ ${Gp}
391
+ `,dl=jr.a`
392
+ ${Gp}
393
+ `,bo=jr.div`
394
394
  width: 100%;
395
395
  ${e=>e.if?"display: none;":""}
396
396
  `;import Re from"styled-components";var Fe=Re.div`
@@ -411,7 +411,7 @@ Resources:
411
411
  font-size: 0.875rem;
412
412
 
413
413
  text-align: center;
414
- `,Ho=Re.div`
414
+ `,Bo=Re.div`
415
415
  display: flex;
416
416
  flex-direction: column;
417
417
  align-items: center;
@@ -421,7 +421,7 @@ Resources:
421
421
  @media (max-width: 440px) {
422
422
  padding: 10px 10px 20px;
423
423
  }
424
- `,Gp=Re.div`
424
+ `,Vp=Re.div`
425
425
  display: flex;
426
426
  flex-direction: column;
427
427
  align-items: stretch;
@@ -448,7 +448,7 @@ Resources:
448
448
  font-size: 0.875rem;
449
449
  line-height: 1rem;
450
450
  text-align: left;
451
- `,Go=Re.div`
451
+ `,Ho=Re.div`
452
452
  display: flex;
453
453
  flex-direction: column;
454
454
  gap: 10px;
@@ -498,7 +498,7 @@ Resources:
498
498
  height: 20px !important;
499
499
  width: 20px !important;
500
500
  }
501
- `,Yr=Re.div`
501
+ `,Kr=Re.div`
502
502
  display: flex;
503
503
  align-items: center;
504
504
  gap: 6px;
@@ -516,7 +516,7 @@ Resources:
516
516
  width: 100%;
517
517
  display: flex;
518
518
  justify-content: space-between;
519
- `,Vp=Re.p`
519
+ `,zp=Re.p`
520
520
  text-align: left;
521
521
  width: 100%;
522
522
  color: var(--privy-color-foreground-3) !important;
@@ -565,10 +565,10 @@ 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}=x(),{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(S,{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`
568
+ `;import{Fragment as Gg,jsx as ro,jsxs as Fn}from"react/jsx-runtime";var qp=()=>{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&&Et(e,o?.embeddedWallets?.createOnLogin)?(n({createWallet:{onSuccess:()=>{},onFailure:f=>console.error(f),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")):l()};return ro(Bg,{termsAndConditionsUrl:o?.legal.termsAndConditionsUrl,privacyPolicyUrl:o?.legal.privacyPolicyUrl,onAccept:c,onDecline:s})},Bg=({termsAndConditionsUrl:e,privacyPolicyUrl:t,onAccept:o,onDecline:r})=>Fn(Gg,{children:[ro(_,{closeable:!1}),ro(Ug,{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(_t,{style:{marginTop:24},children:[e&&Fn(dl,{target:"_blank",href:e,children:["View Terms ",ro($p,{style:{marginLeft:"auto"}})]}),t&&Fn(dl,{target:"_blank",href:t,children:["View Privacy Policy ",ro($p,{style:{marginLeft:"auto"}})]})]}),Fn(Hg,{style:{marginTop:24},children:[ro(Ft,{onClick:r,children:"No thanks"}),ro(U,{onClick:o,children:"Accept"})]}),ro(V,{protectedByPrivy:!0})]}),Hg=Fg.div`
569
569
  display: flex;
570
570
  gap: 10px;
571
- `;import yl from"styled-components";import Gg from"styled-components";var Sa=Gg.span`
571
+ `;import yl from"styled-components";import Vg from"styled-components";var Sa=Vg.span`
572
572
  && {
573
573
  width: 82px;
574
574
  height: 82px;
@@ -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}=x(),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(S,{}),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`
586
+ `;import{jsx as jp}from"react/jsx-runtime";var _a=({style:e,...t})=>jp("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:jp("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 Kp=()=>{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(zg,{children:[no(qg,{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($g,{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})]})]})},zg=yl.div`
587
587
  display: flex;
588
588
  flex-direction: column;
589
589
  align-items: center;
@@ -591,11 +591,11 @@ Resources:
591
591
  gap: 24px;
592
592
  width: 100%;
593
593
  padding-bottom: 16px;
594
- `,zg=yl.div`
594
+ `,$g=yl.div`
595
595
  display: flex;
596
596
  flex-direction: column;
597
597
  gap: 8px;
598
- `,$g=yl.div`
598
+ `,qg=yl.div`
599
599
  display: flex;
600
600
  flex-direction: column;
601
601
  justify-content: center;
@@ -618,7 +618,7 @@ Resources:
618
618
  left: -19px;
619
619
  top: -19px;
620
620
  }
621
- `;import Kg from"@heroicons/react/24/outline/EnvelopeIcon";import Yg from"@heroicons/react/24/outline/PhoneIcon";import{useEffect as eu,useState as Ra}from"react";import{isMobile as Jg}from"react-device-detect";import Gn from"styled-components";import mt from"styled-components";var _t=mt.div`
621
+ `;import Yg from"@heroicons/react/24/outline/EnvelopeIcon";import Jg from"@heroicons/react/24/outline/PhoneIcon";import{useEffect as tu,useState as Ra}from"react";import{isMobile as Qg}from"react-device-detect";import Gn from"styled-components";import ft from"styled-components";var At=ft.div`
622
622
  display: flex;
623
623
  flex-direction: column;
624
624
  align-items: flex-start;
@@ -626,36 +626,36 @@ Resources:
626
626
  margin-top: auto;
627
627
  gap: 16px;
628
628
  flex-grow: 100;
629
- `,At=mt.div`
629
+ `,kt=ft.div`
630
630
  display: flex;
631
631
  flex-direction: column;
632
632
  align-items: center;
633
633
  justify-content: center;
634
634
  flex-grow: 1;
635
635
  width: 100%;
636
- `,Kp=mt.div`
636
+ `,Yp=ft.div`
637
637
  display: flex;
638
638
  flex-direction: column;
639
639
  align-items: center;
640
640
  width: 100%;
641
- `,ka=mt(At)`
641
+ `,ka=ft(kt)`
642
642
  padding: 20px 0;
643
- `,Bt=mt(At)`
643
+ `,Bt=ft(kt)`
644
644
  gap: 16px;
645
- `,gl=mt.div`
645
+ `,gl=ft.div`
646
646
  display: flex;
647
647
  flex-direction: column;
648
648
  width: 100%;
649
- `,kt=mt.div`
649
+ `,Rt=ft.div`
650
650
  display: flex;
651
651
  flex-direction: column;
652
652
  gap: 8px;
653
- `,K4=mt.div`
653
+ `,J4=ft.div`
654
654
  display: flex;
655
655
  flex-direction: column;
656
656
  justify-content: space-between;
657
657
  height: 100%;
658
- `,Yp=mt.div`
658
+ `,Jp=ft.div`
659
659
  display: flex;
660
660
  flex-direction: column;
661
661
  justify-content: flex-start;
@@ -678,13 +678,13 @@ Resources:
678
678
  color: var(--privy-color-foreground-3);
679
679
  font-size: 14px;
680
680
  }
681
- `,J=mt.div`
681
+ `,J=ft.div`
682
682
  height: 16px;
683
- `,Q=mt.div`
683
+ `,Q=ft.div`
684
684
  height: 12px;
685
- `,Jp=mt.div`
685
+ `,Qp=ft.div`
686
686
  position: relative;
687
- `,Qp=mt.div`
687
+ `,Zp=ft.div`
688
688
  background-color: var(--privy-color-accent);
689
689
  display: flex;
690
690
  justify-content: center;
@@ -692,9 +692,9 @@ Resources:
692
692
  border-radius: 50%;
693
693
  border-color: white;
694
694
  border-width: 2px !important;
695
- `;import vl from"styled-components";import{Fragment as jg,jsx as Bn,jsxs as Xp}from"react/jsx-runtime";var Hn=({title:e,description:t,children:o,...r})=>Bn(Zp,{...r,children:Xp(jg,{children:[Bn("h3",{children:e}),typeof t=="string"?Bn("p",{children:t}):t,o]})}),io=vl(Hn)`
695
+ `;import vl from"styled-components";import{Fragment as Kg,jsx as Bn,jsxs as eu}from"react/jsx-runtime";var Hn=({title:e,description:t,children:o,...r})=>Bn(Xp,{...r,children:eu(Kg,{children:[Bn("h3",{children:e}),typeof t=="string"?Bn("p",{children:t}):t,o]})}),io=vl(Hn)`
696
696
  margin-bottom: 24px;
697
- `,we=({title:e,description:t,icon:o,children:r,...n})=>Xp(qg,{...n,children:[o||null,Bn("h3",{children:e}),typeof t=="string"?Bn("p",{children:t}):t,r]}),Zp=vl.div`
697
+ `,we=({title:e,description:t,icon:o,children:r,...n})=>eu(jg,{...n,children:[o||null,Bn("h3",{children:e}),typeof t=="string"?Bn("p",{children:t}):t,r]}),Xp=vl.div`
698
698
  display: flex;
699
699
  flex-direction: column;
700
700
  justify-content: flex-start;
@@ -714,7 +714,7 @@ Resources:
714
714
  color: var(--privy-color-foreground-2);
715
715
  font-size: 14px;
716
716
  }
717
- `,qg=vl(Zp)`
717
+ `,jg=vl(Xp)`
718
718
  align-items: center;
719
719
  text-align: center;
720
720
  gap: 16px;
@@ -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}=x(),{closePrivyModal:i,resendEmailCode:a,resendSmsCode:l,getAuthMeta:s,loginWithCode:c,updateWallets:u}=M(),{authenticated:m,user:h}=G(),[y,C]=Ra(tu),[b,P]=Ra(!1),[E,_]=Ra(null),[k,R]=Ra(null);n.current=()=>null;let A=s()?.email?0:1,O=e?.render.inDialog?Je:0,D=e?.render.inDialog?O-500:0;eu(()=>{if(m&&b&&h){if(e?.legal.requireUsersAcceptTerms&&!h.hasAcceptedTerms){let I=setTimeout(()=>{t("AFFIRMATIVE_CONSENT_SCREEN")},D);return()=>clearTimeout(I)}if(bt(h,e?.embeddedWallets?.createOnLogin)){let I=setTimeout(()=>{r({createWallet:{onSuccess:()=>{},onFailure:ne=>console.error(ne),callAuthOnSuccessOnClose:!0}}),t("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},D);return()=>clearTimeout(I)}else{u();let I=setTimeout(i,O);return()=>clearTimeout(I)}}},[m,b,h]),eu(()=>{if(E&&k===0){let $=setTimeout(()=>{C(tu),_(null),document.querySelector("input[name=code-0]")?.focus()},Qg);return()=>clearTimeout($)}},[E]);let F=$=>{$.preventDefault();let I=$.currentTarget.value.replace(" ","");if(I==="")return;if(isNaN(Number(I))){_("Code should be numeric"),R(1);return}_(null),R(null);let ne=Number($.currentTarget.name?.charAt(5)),ae=[...I||[""]].slice(0,Cl-ne),K=[...y.slice(0,ne),...ae,...y.slice(ne+ae.length)];C(K);let Ve=ae.length,ye=Math.min(Math.max(ne+Ve,0),Cl-1);isNaN(Number($.currentTarget.value))||document.querySelector(`input[name=code-${ye}]`)?.focus(),K.every(rt=>rt&&!isNaN(+rt))&&(document.querySelector(`input[name=code-${ye}]`)?.blur(),c(K.join("")).then(()=>P(!0)).catch(Se=>{Se?.status===422?_("Invalid or expired verification code"):Se instanceof Yt&&Se.privyErrorCode==="cannot_link_more_of_type"?_(Se.message):_("Issue verifying code"),R(0)}))},H=$=>{k===1&&(_(null),R(null));let I=[...y.slice(0,$),"",...y.slice($+1)];C(I),$>0&&document.querySelector(`input[name=code-${$-1}]`)?.focus()},z=A==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"}),L=A==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(S,{backFn:()=>o()},"header"),Vo(Zg,{children:[Be(we,{title:"Enter confirmation code",description:L,icon:z}),Vo(Kp,{children:[Vo(Xg,{children:[Be(ev,{fail:!!E,success:b,children:Be("span",{children:E||(b?"Success!":"")})}),Be("div",{children:y.map(($,I)=>Be("input",{name:`code-${I}`,type:"text",value:y[I],onChange:F,onKeyUp:ne=>{ne.key==="Backspace"&&H(I)},inputMode:"numeric",autoFocus:I===0,pattern:"[0-9]",className:`${b?"success":""} ${E?"fail":""}`,autoComplete:Jg?"one-time-code":"off"},I))})]}),Be(tv,{children:A==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`
725
+ `;import{Fragment as wl,jsx as Be,jsxs as Go}from"react/jsx-runtime";var Cl=6,ou=new Array(Cl).fill(""),Zg=1400;var nu=()=>{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:f,user:h}=G(),[y,C]=Ra(ou),[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;tu(()=>{if(f&&E&&h){if(e?.legal.requireUsersAcceptTerms&&!h.hasAcceptedTerms){let k=setTimeout(()=>{t("AFFIRMATIVE_CONSENT_SCREEN")},O);return()=>clearTimeout(k)}if(Et(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)}}},[f,E,h]),tu(()=>{if(b&&R===0){let z=setTimeout(()=>{C(ou),A(null),document.querySelector("input[name=code-0]")?.focus()},Zg);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,fe=Math.min(Math.max(oe+Ve,0),Cl-1);isNaN(Number(z.currentTarget.value))||document.querySelector(`input[name=code-${fe}]`)?.focus(),j.every(rt=>rt&&!isNaN(+rt))&&(document.querySelector(`input[name=code-${fe}]`)?.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(Yg,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"}):Be(Jg,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),D=x==0?Go("p",{children:["Please check ",Be(ru,{children:s()?.email})," for an email from privy.io and enter your code below."]}):Go("p",{children:["Please check ",Be(ru,{children:s()?.phoneNumber})," for a message from ",e?.name||"Privy"," and enter your code below."]});return Go(wl,{children:[Be(_,{backFn:()=>o()},"header"),Go(Xg,{children:[Be(we,{title:"Enter confirmation code",description:D,icon:$}),Go(Yp,{children:[Go(ev,{children:[Be(tv,{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:Qg?"one-time-code":"off"},k))})]}),Be(ov,{children:x==0?Go(wl,{children:[Be("span",{children:"Didn't get an email?"}),Be("button",{onClick:a,children:"Resend code"})]}):Go(wl,{children:[Be("span",{children:"Didn't get a message?"}),Be("button",{onClick:l,children:"Resend code"})]})})]})]}),Be(V,{protectedByPrivy:!0})]})},Xg=Gn.div`
726
726
  display: flex;
727
727
  flex-direction: column;
728
728
  align-items: flex-start;
@@ -730,7 +730,7 @@ Resources:
730
730
  margin: auto;
731
731
  gap: 16px;
732
732
  flex-grow: 1;
733
- `,Xg=Gn.div`
733
+ `,ev=Gn.div`
734
734
  display: flex;
735
735
  flex-direction: column;
736
736
  width: 100%;
@@ -786,7 +786,7 @@ Resources:
786
786
  transform: translate(1px, 0px);
787
787
  }
788
788
  }
789
- `,ev=Gn.div`
789
+ `,tv=Gn.div`
790
790
  line-height: 20px;
791
791
  height: 20px;
792
792
  font-size: 13px;
@@ -794,7 +794,7 @@ Resources:
794
794
  display: flex;
795
795
  justify-content: flex-end;
796
796
  width: 100%;
797
- `,tv=Gn.div`
797
+ `,ov=Gn.div`
798
798
  font-size: 13px;
799
799
  color: var(--privy-color-foreground-3);
800
800
  display: flex;
@@ -808,10 +808,10 @@ Resources:
808
808
  > button {
809
809
  text-decoration: underline;
810
810
  }
811
- `,ou=Gn.span`
811
+ `,ru=Gn.span`
812
812
  font-weight: 500;
813
813
  word-break: break-all;
814
- `;import av from"@heroicons/react/24/solid/CheckCircleIcon";import sv from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as bl,useRef as lv,useState as Qr}from"react";import cv from"styled-components";import ov from"styled-components";import{Fragment as iv,jsx as Jr,jsxs as nv}from"react/jsx-runtime";var nu=({icon:e})=>{let t=e;return Jr(iv,{children:Jr(rv,{children:nv("div",{children:[Jr(Fo,{}),typeof t=="string"?Jr("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):t?Jr(t,{style:{width:"38px",height:"38px"}}):Jr("span",{})]})})})},rv=ov.div`
814
+ `;import sv from"@heroicons/react/24/solid/CheckCircleIcon";import lv from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as bl,useRef as cv,useState as Jr}from"react";import dv from"styled-components";import rv from"styled-components";import{Fragment as av,jsx as Yr,jsxs as iv}from"react/jsx-runtime";var iu=({icon:e})=>{let t=e;return Yr(av,{children:Yr(nv,{children:iv("div",{children:[Yr(Uo,{}),typeof t=="string"?Yr("span",{style:{background:`url('${t}')`,height:"38px",width:"38px",borderRadius:"6px",margin:"auto",backgroundSize:"cover"}}):t?Yr(t,{style:{width:"38px",height:"38px"}}):Yr("span",{})]})})})},nv=rv.div`
815
815
  display: flex;
816
816
  flex-direction: column;
817
817
  justify-content: center;
@@ -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}=x(),{status:a,token:l,waitForResult:s,reset:c,execute:u}=de(),m=lv([]),h=$=>{m.current=[$,...m.current]},[y,C]=Qr(!0);bl(()=>{let $=setTimeout(C,iu,!1);return h($),()=>{m.current.forEach(I=>clearTimeout(I)),m.current=[]}},[]);let[b,P]=Qr(""),[E,_]=Qr("Checking that you are a human..."),[k,R]=Qr(Ht(U,{onClick:()=>{},disabled:!0,children:"Continue"})),[A,O]=Qr(!1),[D,F]=Qr(3),H=o?.captchaModalData,z=async $=>{try{await H?.callback($),H?.onSuccessNavigateTo&&n(H?.onSuccessNavigateTo,!1)}catch(I){if(I instanceof Co)return;{let ne={error:I,previousScreen:e||"LANDING"};i({errorModalData:ne}),n(H?.onErrorNavigateTo||"ERROR_SCREEN",!1)}}};bl(()=>{if(a==="success"){let $=setTimeout(async()=>{let I=await s();!I||H?.userIntentRequired||z(I)},iu);h($)}else if(a==="ready"){let $=setTimeout(()=>{a==="ready"&&u()},au);h($)}},[a]),bl(()=>{if(!y)switch(a){case"success":P("Success!"),_("CAPTCHA passed successfully."),R(Ht(U,{onClick:()=>{O(!0),z(l)},disabled:!H?.userIntentRequired,loading:A,children:H?.userIntentRequired?"Continue":"Continuing..."}));break;case"loading":P(""),_("Checking that you are a human..."),R(Ht(U,{onClick:()=>{},disabled:!0,children:"Continue"}));break;case"error":P("Something went wrong"),D<=0?(_("If you use an adblocker or VPN, try disabling and re-attempting."),R(null)):(_("You did not pass CAPTCHA. Please try again."),R(Ht(U,{onClick:L,children:"Retry"})));break;case"ready":default:break}},[a,y,A]);let L=async()=>{if(D<=0)return;F(I=>I-1),c(),u();let $=await s();!$||H?.userIntentRequired||z($)};return El(pv,{children:[Ht(S,{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:[b?Ht("h3",{children:b}):null,Ht("p",{children:E})]}),k]}),Ht(X,{})]})},dv=cv.div`
837
+ `;import{Fragment as uv,jsx as Ht,jsxs as El}from"react/jsx-runtime";var su=500,au=su*2,lu=()=>{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(),f=cv([]),h=z=>{f.current=[z,...f.current]},[y,C]=Jr(!0);bl(()=>{let z=setTimeout(C,au,!1);return h(z),()=>{f.current.forEach(k=>clearTimeout(k)),f.current=[]}},[]);let[E,P]=Jr(""),[b,A]=Jr("Checking that you are a human..."),[R,I]=Jr(Ht(U,{onClick:()=>{},disabled:!0,children:"Continue"})),[x,L]=Jr(!1),[O,F]=Jr(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)},au);h(z)}else if(a==="ready"){let z=setTimeout(()=>{a==="ready"&&u()},su);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(uv,{children:[Ht(_,{backFn:!e||t===e?void 0:r}),El(pv,{children:[a==="success"?Ht(sv,{fill:"var(--privy-color-success)",width:"64px",height:"64px"}):a==="error"?Ht(lv,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}):Ht(iu,{}),El(Rt,{children:[E?Ht("h3",{children:E}):null,Ht("p",{children:b})]}),R]}),Ht(ee,{})]})},pv=dv.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 mv from"@heroicons/react/24/outline/WalletIcon";import{isMobile as fv}from"react-device-detect";import hv from"styled-components";import{jsx as Gt,jsxs as cu}from"react/jsx-runtime";var du=({...e})=>cu("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[Gt("defs",{children:cu("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 ht}from"react/jsx-runtime";var pu=({style:e,...t})=>ht("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:ht("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)"})]})}),ht("defs",{children:[ht("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"})]}),ht("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"})]}),ht("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"})]}),ht("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"})]}),ht("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"})]}),ht("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"})]}),ht("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"})]}),ht("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"})]}),ht("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"})]}),ht("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 uu}from"react/jsx-runtime";var mu=({style:e,...t})=>uu("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:[uu("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 Qr,jsxs as Cv}from"react/jsx-runtime";var ao={coinbase_wallet:{logo:Mn,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:Fr,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:eo,displayName:"Phantom"},rainbow:{logo:pu,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:On,displayName:"WalletConnect"},zerion:{logo:mu,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:du,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},Zr=({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=()=>{Wo()?(a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):i(fv?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},Cv(wv,{onClick:s,children:[Qr(vv,{icon:gv(e,n.connectorType)??o,name:n.walletClientType}),Qr("span",{style:{textTransform:"capitalize"},children:yv(e,n.connectorType)||t||n.walletClientType}),Qr("span",{id:"connect-text",children:"Connect"})]})},yv=(e,t)=>{if(ao[e]?.displayName)return ao[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},gv=(e,t)=>{if(ao[e]?.logo)return ao[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return On},vv=({icon:e,name:t})=>typeof e=="string"?Qr("img",{alt:`${t||"wallet"} logo`,src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?Qr(mv,{}):e?Qr(e,{}):null,wv=hv(ge)`
845
845
  /* Show "Connect" on hover */
846
846
  > #connect-text {
847
847
  font-weight: 500;
@@ -863,23 +863,23 @@ 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}=x(),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}=x(),t=`Connect a wallet to ${e?.name}`;return Sv(xv,{children:[qn(S,{},"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}=x(),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}=x();return t?.appearance.logo?hu(Rv,{...e,children:hu(fu,{})}):null},Rv=kv.div`
866
+ `;import{Fragment as Pv,jsx as zn,jsxs as xv}from"react/jsx-runtime";var bv=["coinbase_wallet"],Ev=["metamask","rainbow","zerion"],Tv=["phantom"],Xr=({connectOnly:e})=>{let{connectors:t}=M(),{app:o}=S(),r=$n(o.appearance.walletList,t,e,o.appearance.walletList);return xv(Pv,{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:f})=>u==="injected"&&!r.includes(f));for(let u of c){let{walletClientType:f,walletBranding:h}=u;(f==="unknown"?i:n).push(zn(Zr,{connectOnly:o,provider:f,logo:h.icon,displayName:h.name,connector:u},`${s}-${f}`))}}else if(Tv.includes(s)){let c=t.find(u=>u.connectorType==="injected"&&u.walletClientType===s||u.connectorType===s);c&&n.push(zn(Zr,{connectOnly:o,provider:s,connector:c},s))}else if(Ev.includes(s)){let c=t.find(u=>u.connectorType==="injected"&&u.walletClientType===s)??l;c&&n.push(zn(Zr,{connectOnly:o,provider:s,connector:c},s))}else if(bv.includes(s)){let c=t.find(({connectorType:u})=>u===s);c&&n.push(zn(Zr,{connectOnly:o,provider:s,connector:c},s))}else s==="wallet_connect"&&l&&a.push(zn(Zr,{connectOnly:o,provider:s,connector:l},s));return[...i,...n,...a]};import{Fragment as Sv,jsx as qn,jsxs as _v}from"react/jsx-runtime";var fu=()=>{let{app:e}=S(),t=`Connect a wallet to ${e?.name}`;return _v(Sv,{children:[qn(_,{},"header"),qn(io,{title:"Connect your wallet",description:t}),qn(_t,{children:qn(Xr,{connectOnly:!0})}),qn(V,{protectedByPrivy:!0})]})};import Mv from"styled-components";import Rv from"styled-components";import Av from"react";import{jsx as kv}from"react/jsx-runtime";var hu=()=>{let{app:e}=S(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?kv("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?Av.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 yu}from"react/jsx-runtime";var en=e=>{let{app:t}=S();return t?.appearance.logo?yu(Iv,{...e,children:yu(hu,{})}):null},Iv=Rv.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}=x();return Nv(Wv,{children:[on(S,{},"header"),on(Mv,{}),on(St,{children:on(en,{connectOnly:!0})}),e&&on(jr,{app:e,alwaysShowImplicitConsent:!0}),on(V,{protectedByPrivy:!0})]})},Mv=Iv(tn)`
873
+ `;import{Fragment as Nv,jsx as tn,jsxs as Lv}from"react/jsx-runtime";var gu=()=>{let{app:e}=S();return Lv(Nv,{children:[tn(_,{},"header"),tn(Wv,{}),tn(_t,{children:tn(Xr,{connectOnly:!0})}),e&&tn(qr,{app:e,alwaysShowImplicitConsent:!0}),tn(V,{protectedByPrivy:!0})]})},Wv=Mv(en)`
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}=x(),{getAuthFlow:y,walletConnectionStatus:C,closePrivyModal:b,initLoginWithWallet:P,loginWithWallet:E,updateWallets:_}=M(),{walletConnectors:k}=G(),[R,A]=fr(0),{user:O}=G(),[D]=fr(O?.linkedAccounts.length||0),[F,H]=fr(""),[z,L]=fr(!1),{hasTabbedAway:$}=gu(),{enabled:I,token:ne}=de(),ae=jn&&C?.connector?.connectorType==="wallet_connect_v2"||jn&&C?.connector?.connectorType==="coinbase_wallet"||jn&&C?.connector?.connectorType==="injected"&&C?.connector?.walletClientType==="phantom",K=C?.status==="connected",Ve=C?.status==="switching_to_supported_chain";Tl(()=>{let W=y();if(K&&!W&&(I&&!ne&&!a?(h({captchaModalData:{callback:ze=>P(C.connectedWallet,ze).then(()=>{L(!0)}),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN",!1)):P(C.connectedWallet,ne).then(()=>{L(!0)})),W&&ae&&K&&!W.preparedMessage){W.buildSiweMessage();return}!W||ae||!K||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)}})()},[R,K,z]),Tl(()=>{if(O&&e){let W=l?.render.inDialog?Je:0,ze=l?.render.inDialog?W-500:0;if(l?.legal.requireUsersAcceptTerms&&!O.hasAcceptedTerms){let ee=setTimeout(()=>{s("AFFIRMATIVE_CONSENT_SCREEN")},ze);return()=>clearTimeout(ee)}if(bt(O,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)}_();let _n=setTimeout(b,Je);return()=>clearTimeout(_n)}},[O,e]);let ye=W=>{if(W?.privyErrorCode==="allowlist_rejected"){s("ALLOWLIST_REJECTION_SCREEN");return}i(xl(W))};async function rt(){try{if(await E(),!l?.render.inDialog)return b();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",oe=C?.connector?.walletClientType||"unknown",ho=ao[oe]?.displayName||C?.connector?.walletBranding.name||"Browser Extension",Wt=ao[oe]?.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":K?nt=o&&ae?"Signing":"Sign to verify":nt=`Waiting for ${Sr}`;let _e="Don\u2019t see your wallet? Check your other browser windows.";if(e){let W=O?.linkedAccounts.length||0;D===W?_e="Wallet was already linked.":_e="You\u2019re good to go!"}else R>=Pl&&n?_e="Unable to connect wallet":n?_e=n.detail:Ve?_e="Switch your wallet to the requested network.":K&&ae?_e="Sign the message in your wallet to verify it belongs to you.":oe==="metamask"&&jn?_e="Click continue to open and connect MetaMask.":oe==="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(O)?_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=k?.walletConnectors?.find(W=>W.walletClientType==="coinbase_wallet"),_r=oe==="coinbase_wallet"&&(Qs(O)||n===wo.ERROR_USER_EXISTS);return Kn(Cu,{children:[Ie(S,{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}),!K&&F&&!$?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"}):K&&!e&&ae?Ie(U,{onClick:()=>{r(!0),rt(),Fv(oe)},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&R<Pl?Ie(U,{onClick:()=>{A(R+1),i(void 0),K?(r(!0),rt()):C?.connectRetry()},disabled:!e&&(!n?.retryable||R>=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`
875
+ `;import{useEffect as Eu,useState as Tu}from"react";import{isMobile as Vv}from"react-device-detect";import zv from"styled-components";import{useEffect as Tl,useState as mr}from"react";import{isMobile as jn}from"react-device-detect";import{useInterval as Fv}from"react-use";import wu from"styled-components";import{useState as Ov,useEffect as Dv,useCallback as Uv}from"react";function vu(){let[e,t]=Ov(!1),o=Uv(()=>{document.hidden&&t(!0)},[]);return Dv(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}import{Fragment as bu,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 Lr?wo.ERROR_TIMED_OUT:e instanceof Or?wo.ERROR_USER_REJECTED_CONNECTION:wo.ERROR_WALLET_CONNECTION,Cu=()=>{let[e,t]=mr(!1),[o,r]=mr(!1),[n,i]=mr(void 0),{authenticated:a}=G(),{app:l,navigate:s,navigateBack:c,lastScreen:u,currentScreen:f,setModalData:h}=S(),{getAuthFlow:y,walletConnectionStatus:C,closePrivyModal:E,initLoginWithWallet:P,loginWithWallet:b,updateWallets:A}=M(),{walletConnectors:R}=G(),[I,x]=mr(0),{user:L}=G(),[O]=mr(L?.linkedAccounts.length||0),[F,H]=mr(""),[$,D]=mr(!1),{hasTabbedAway:z}=vu(),{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 X=setTimeout(()=>{s("AFFIRMATIVE_CONSENT_SCREEN")},ze);return()=>clearTimeout(X)}if(Et(L,l?.embeddedWallets?.createOnLogin)){let X=setTimeout(()=>{h({createWallet:{onSuccess:()=>{},onFailure:wt=>console.error(wt),callAuthOnSuccessOnClose:!0}}),s("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},ze);return()=>clearTimeout(X)}A();let Sn=setTimeout(E,Je);return()=>clearTimeout(Sn)}},[L,e]);let fe=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){fe(W)}finally{r(!1)}}Tl(()=>{C?.connectError&&fe(C?.connectError)},[C]),Fv(()=>{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",Nt=ao[re]?.logo||C?.connector?.walletBranding.icon||(W=>Ie(Ur,{...W})),xr=ho==="Browser Extension"?ho.toLowerCase():ho,nt;e?nt=`Successfully connected with ${xr}`:n?nt=n.message:Ve?nt="Switching networks":j?nt=o&&ie?"Signing":"Sign to verify":nt=`Waiting for ${xr}`;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"&&(Ad()||(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"),Sr=re==="coinbase_wallet"&&(Qs(L)||n===wo.ERROR_USER_EXISTS);return Kn(bu,{children:[Ie(_,{backFn:!u||f===u?void 0:c}),Kn(Hv,{children:[Ie(Sl,{walletLogo:Nt,success:e,fail:!!n}),Kn(Rt,{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]}),Sr?Ie(U,{onClick:()=>Kt&&Kt?.disconnect(),disabled:e,children:"Use a different wallet"}):n==wo.ERROR_USER_EXISTS&&f!==u?Ie(U,{onClick:c,children:"Use a different wallet"}):j&&!e&&ie?Ie(U,{onClick:()=>{r(!0),rt(),Bv(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(ee,{})]})},Bv=e=>{if(!jn||!yp(e))return;let t=gp(e);t&&window.open(t,"_self","noopener,noreferrer")},Hv=wu.div`
876
876
  display: flex;
877
877
  flex-direction: column;
878
878
  align-items: center;
879
879
  justify-content: center;
880
880
  gap: 24px;
881
881
  width: 100%;
882
- `,Hv=vu.div`
882
+ `,Gv=wu.div`
883
883
  display: flex;
884
884
  flex-direction: column;
885
885
  justify-content: 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}=x(),{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 k=setTimeout(n,Je);return()=>clearTimeout(k)}},[c]);let m=k=>{a(xl(k))};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",b=ao[y]?.logo||r?.connector?.walletBranding.icon||(k=>Eo(Fr,{...k})),P=C==="Browser Extension"?C.toLowerCase():C,E;c?E=`Successfully connected with ${P}`:i?E=i.message:u?E="Switching networks":E=`Waiting for ${P}`;let _="Don\u2019t see your wallet? Check your other browser windows.";return c?_="You\u2019re good to go!":l>=Ia&&i?_="Unable to connect wallet":i?_=i.detail:u?_="Switch your wallet to the requested network.":y==="metamask"&&Gv?_="Click to continue to open and connect MetaMask.":y==="metamask"?_="For the best experience, connect only one wallet at a time.":h==="wallet_connect_v2"?_="Open your mobile wallet app to continue":h==="coinbase_wallet"&&(_="Open the Coinbase app on your phone to continue."),_l($v,{children:[Eo(S,{backFn:o===t?void 0:e}),_l(zv,{children:[Eo(Sl,{walletLogo:b,success:c,fail:!!i}),_l(kt,{children:[Eo("h3",{children:E}),Eo("p",{children:_})]}),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`
905
+ `,Sl=e=>{let t=e.walletLogo;return Ie(bu,{children:Ie(Gv,{children:Kn("div",{children:[Ie(Uo,{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 qv,jsx as Eo,jsxs as _l}from"react/jsx-runtime";var Ia=2,Pu=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=S(),{walletConnectionStatus:r,closePrivyModal:n}=M(),[i,a]=Tu(void 0),[l,s]=Tu(0),c=r?.status==="connected",u=r?.status==="switching_to_supported_chain";Eu(()=>{if(c){let R=setTimeout(n,Je);return()=>clearTimeout(R)}},[c]);let f=R=>{a(xl(R))};Eu(()=>{r?.connectError&&f(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(Ur,{...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"&&Vv?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(qv,{children:[Eo(_,{backFn:o===t?void 0:e}),_l($v,{children:[Eo(Sl,{walletLogo:E,success:c,fail:!!i}),_l(Rt,{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(ee,{})]})},$v=zv.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 ew,useState as tw}from"react";import ow 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`
912
+ `;import Xv from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as e1,useMemo as t1,useState as o1}from"react";import r1 from"styled-components";import Ma from"styled-components";import{jsx as Al,jsxs as Qv}from"react/jsx-runtime";var on=()=>Al(jv,{children:Qv(Kv,{children:[Al(Yv,{}),Al(Jv,{})]})}),jv=Ma.div`
913
913
  display: flex;
914
914
  justify-content: center;
915
915
  align-items: center;
@@ -921,14 +921,14 @@ Resources:
921
921
  @media all and (display-mode: standalone) {
922
922
  margin-bottom: 30px;
923
923
  }
924
- `,jv=Ma.div`
924
+ `,Kv=Ma.div`
925
925
  position: relative;
926
926
  height: 140px;
927
927
  width: 140px;
928
928
 
929
929
  opacity: 1;
930
930
  animation: fadein 200ms ease;
931
- `,Kv=Ma.div`
931
+ `,Yv=Ma.div`
932
932
  position: absolute;
933
933
  top: 0;
934
934
  right: 0;
@@ -941,7 +941,7 @@ Resources:
941
941
  border: 4px solid var(--privy-color-accent-light);
942
942
  border-radius: 50%;
943
943
  }
944
- `,Yv=Ma.div`
944
+ `,Jv=Ma.div`
945
945
  position: absolute;
946
946
  top: 0;
947
947
  right: 0;
@@ -965,20 +965,20 @@ 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}=x(),u=ew(()=>Date.now(),[]),[m,h]=tw(!1),{onCompleteNavigateTo:y,onFailure:C}=l?.connectWallet,b=E=>{m||(h(!0),C(typeof E=="string"?new Error(E):E))};Xv(()=>{let E=pe(t),_;return!e||!E?b("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let R=await o();if(!R)return b("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:R,address:E.address});let A=(Date.now()-u)/1e3;y==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&A<_u?_=setTimeout(()=>{a(y)},(_u-A)*1e3):a(y)}catch(A){if(yr(A)&&E.recoveryMethod==="privy"){let O=await o();if(!O)return b("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:E.address}),(await i?.recover({address:E.address,accessToken:O}))?.address||b(new Error("Unable to recover wallet")),y?a(y):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:E.address}),a(y)}catch{b("An error has occurred, please try again.")}}else yr(A)?(s({...l,recoverWallet:{privyWallet:E,onCompleteNavigateTo:y,onFailure:C}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):b(A)}})(),()=>clearTimeout(_)):void 0},[e,t,i]);let P=()=>{b("User exited before wallet could be connected"),r({shouldCallAuthOnSuccess:!1})};return c.current=P,Ml(Au,{children:[sn(S,{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(rw,{})]})},rw=ow.div`
968
+ `;var xu=["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 fr(e){let t=e.type;return typeof t=="string"&&xu.includes(t)}function Zv(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function hr(e){return fr(e)&&e.type==="wallet_not_on_device"}function Su(e){return fr(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function _u(e){return!!(fr(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function rn(e){return!!(fr(e)&&e.type==="mfa_timeout")}function nn(e){return!!(fr(e)&&e.type==="missing_or_invalid_mfa")}function kl(e){return!!(fr(e)&&e.type==="mfa_verification_max_attempts_reached")}function Rl(e){return!!(fr(e)&&e.message.includes("code 429"))}function Il(e){return!!(Zv(e)&&e.message==="MFA canceled")}import{Fragment as ku,jsx as an,jsxs as Ml}from"react/jsx-runtime";var Au=1,Ru=()=>{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=t1(()=>Date.now(),[]),[f,h]=o1(!1),{onCompleteNavigateTo:y,onFailure:C}=l?.connectWallet,E=b=>{f||(h(!0),C(typeof b=="string"?new Error(b):b))};e1(()=>{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<Au?A=setTimeout(()=>{a(y)},(Au-x)*1e3):a(y)}catch(x){if(hr(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 hr(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(ku,{children:[an(_,{onClose:P}),f?Ml(ku,{children:[Ml(Bt,{children:[an(Xv,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),an(we,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),an(U,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):an(on,{}),an(n1,{})]})},n1=r1.div`
969
969
  height: 44px;
970
- `;import nw from"@heroicons/react/24/solid/CheckCircleIcon";import{useEffect as iw}from"react";import{Fragment as aw,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}=x(),{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 iw(()=>{let m=setTimeout(u,hd);return()=>clearTimeout(m)},[]),a.current=u,Ru(aw,{children:[ln(S,{onClose:u}),ln(J,{}),Ru(Bt,{children:[ln(nw,{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 sw from"@heroicons/react/20/solid/ExclamationTriangleIcon";import lw from"@heroicons/react/24/outline/ArrowRightOnRectangleIcon";import{useEffect as Nu,useRef as cw,useState as Wl}from"react";import zo from"styled-components";import{Fragment as vw,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}=x(),u=pe(r)?.address,{onFailure:m,onSuccess:h,origin:y,appId:C}=s.keyExport,b=E=>{i({shouldCallAuthOnSuccess:!1}),m(typeof E=="string"?new Error(E):E)},P=()=>{i({shouldCallAuthOnSuccess:!1}),h(),a("embedded_wallet_key_export_completed",{walletAddress:u})};return Nu(()=>{let E=pe(r);if(!o||!E)return b("User must be authenticated before exporting their wallet");n().then(t,b)},[o,r]),c.current=P,Vt(vw,{children:[Pe(S,{onClose:P}),Vt(uw,{children:[Vt(we,{icon:Pe(lw,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[Vt(yw,{children:[Pe(pw,{style:{marginRight:6}}),Lo(u)]}),Pe("p",{children:"You can bring your account with you to another site using an external wallet."})]}),Vt(mw,{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(dw,{origin:y,appId:C,accessToken:e,clientAnalyticsId:l,address:u,dimensions:{height:"44px"}})}),Vt(gw,{children:[Vt("div",{children:[Pe(sw,{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 dw(e){let[t,o]=Wl(e.dimensions.width),[r,n]=Wl(void 0),i=cw(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(fw,{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(hw,{children:"Loading..."})]})})}function pw(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 uw=zo.div`
970
+ `;import i1 from"@heroicons/react/24/solid/CheckCircleIcon";import{useEffect as a1}from"react";import{Fragment as s1,jsx as sn,jsxs as Iu}from"react/jsx-runtime";var Mu=()=>{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 f=pe(e);f?(r(),l(f)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return a1(()=>{let f=setTimeout(u,yd);return()=>clearTimeout(f)},[]),a.current=u,Iu(s1,{children:[sn(_,{onClose:u}),sn(J,{}),Iu(Bt,{children:[sn(i1,{fill:"var(--privy-color-accent)",width:"64px",height:"64px"}),sn(we,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),sn(Q,{}),sn(V,{protectedByPrivy:!0})]})};import l1 from"@heroicons/react/20/solid/ExclamationTriangleIcon";import c1 from"@heroicons/react/24/outline/ArrowRightOnRectangleIcon";import{useEffect as Lu,useRef as d1,useState as Wl}from"react";import Vo from"styled-components";import{Fragment as w1,jsx as Pe,jsxs as Vt}from"react/jsx-runtime";var Ou=()=>{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:f,onSuccess:h,origin:y,appId:C}=s.keyExport,E=b=>{i({shouldCallAuthOnSuccess:!1}),f(typeof b=="string"?new Error(b):b)},P=()=>{i({shouldCallAuthOnSuccess:!1}),h(),a("embedded_wallet_key_export_completed",{walletAddress:u})};return Lu(()=>{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(w1,{children:[Pe(_,{onClose:P}),Vt(m1,{children:[Vt(we,{icon:Pe(c1,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[Vt(g1,{children:[Pe(u1,{style:{marginRight:6}}),No(u)]}),Pe("p",{children:"You can bring your account with you to another site using an external wallet."})]}),Vt(f1,{children:[Vt(Wu,{children:[Pe(Nu,{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(Wu,{children:[Pe(Nu,{children:"2"}),Pe("span",{children:"Copy this key into your other wallet"})]})]}),Pe("div",{style:{width:"100%"},children:e&&Pe(p1,{origin:y,appId:C,accessToken:e,clientAnalyticsId:l,address:u,dimensions:{height:"44px"}})}),Vt(v1,{children:[Vt("div",{children:[Pe(l1,{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 p1(e){let[t,o]=Wl(e.dimensions.width),[r,n]=Wl(void 0),i=d1(null);return Lu(()=>{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(h1,{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(y1,{children:"Loading..."})]})})}function u1(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 m1=Vo.div`
971
971
  display: flex;
972
972
  flex-direction: column;
973
973
  text-align: left;
974
- `,mw=zo.div`
974
+ `,f1=Vo.div`
975
975
  display: flex;
976
976
  flex-direction: column;
977
977
  gap: 24px;
978
978
  padding-bottom: 16px;
979
979
  margin-left: 11px;
980
980
  border-left: 1px solid var(--privy-color-foreground-4) !important;
981
- `,Mu=zo.div`
981
+ `,Wu=Vo.div`
982
982
  display: flex;
983
983
  align-items: top;
984
984
  gap: 8px;
@@ -987,7 +987,7 @@ Resources:
987
987
  color: var(--privy-color-accent);
988
988
  text-decoration: underline;
989
989
  }
990
- `,Wu=zo.div`
990
+ `,Nu=Vo.div`
991
991
  display: flex;
992
992
  align-items: center;
993
993
  justify-content: center;
@@ -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
- `,fw=zo.div`
1004
+ `,h1=Vo.div`
1005
1005
  overflow: visible;
1006
1006
  position: relative;
1007
1007
  height: 44px;
1008
- `,hw=zo.div`
1008
+ `,y1=Vo.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
- `,yw=zo.div`
1020
+ `,g1=Vo.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
- `,gw=zo.div`
1033
+ `,v1=Vo.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 p1 from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as sm,useRef as u1,useState as ei}from"react";import m1 from"styled-components";import{useCallback as am,useEffect as d1}from"react";import Tw from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useEffect as Pw,useState as Ol}from"react";import ww from"@heroicons/react/24/outline/ArrowPathIcon";import Cw from"@heroicons/react/24/outline/EyeIcon";import bw from"@heroicons/react/24/outline/EyeSlashIcon";import He,{css as Nl}from"styled-components";var Ew=Nl`
1055
+ `;import uw from"@heroicons/react/24/solid/XCircleIcon";import{useEffect as lm,useRef as mw,useState as ei}from"react";import fw from"styled-components";import{useCallback as sm,useEffect as pw}from"react";import P1 from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useEffect as x1,useState as Ol}from"react";import C1 from"@heroicons/react/24/outline/ArrowPathIcon";import b1 from"@heroicons/react/24/outline/EyeIcon";import E1 from"@heroicons/react/24/outline/EyeSlashIcon";import He,{css as Nl}from"styled-components";var T1=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
- ${Ew}
1064
+ ${T1}
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"};
@@ -1069,18 +1069,18 @@ Resources:
1069
1069
  &[aria-hidden='true'] {
1070
1070
  visibility: hidden;
1071
1071
  }
1072
- `,$o=He.div`
1072
+ `,zo=He.div`
1073
1073
  display: flex;
1074
1074
  flex-direction: column;
1075
1075
  justify-content: center;
1076
1076
  flex-grow: 1;
1077
- `,qo=He(U)`
1077
+ `,$o=He(U)`
1078
1078
  ${e=>e.hideAnimations&&Nl`
1079
1079
  && {
1080
1080
  transition: none;
1081
1081
  }
1082
1082
  `}
1083
- `,Ou=Nl`
1083
+ `,Du=Nl`
1084
1084
  && {
1085
1085
  width: 100%;
1086
1086
  border-width: 1px;
@@ -1095,23 +1095,23 @@ Resources:
1095
1095
  font-weight: 300;
1096
1096
  line-height: 22px; /* 137.5% */
1097
1097
  }
1098
- `,gr=He.input`
1099
- ${Ou}
1098
+ `,yr=He.input`
1099
+ ${Du}
1100
1100
 
1101
1101
  &::placeholder {
1102
1102
  color: var(--privy-color-foreground-3);
1103
1103
  font-style: italic;
1104
1104
  font-size: 14px;
1105
1105
  }
1106
- `,Du=He.div`
1107
- ${Ou}
1108
- `,jo=He.div`
1106
+ `,Uu=He.div`
1107
+ ${Du}
1108
+ `,qo=He.div`
1109
1109
  position: relative;
1110
1110
  width: 100%;
1111
1111
  display: flex;
1112
1112
  align-items: center;
1113
1113
  justify-content: ${({centered:e})=>e?"center":"space-between"};
1114
- `,Ko=He.div`
1114
+ `,jo=He.div`
1115
1115
  display: flex;
1116
1116
  flex-direction: column;
1117
1117
  align-items: center;
@@ -1158,7 +1158,7 @@ Resources:
1158
1158
  > :first-child {
1159
1159
  min-width: 24px;
1160
1160
  }
1161
- `,Ak=He.div`
1161
+ `,Rk=He.div`
1162
1162
  height: var(--privy-height-modal-full);
1163
1163
 
1164
1164
  @media (max-width: 440px) {
@@ -1176,7 +1176,7 @@ Resources:
1176
1176
  border-color: var(--privy-color-foreground-3);
1177
1177
  border-width: 1px;
1178
1178
  }
1179
- `,cn=He.div`
1179
+ `,ln=He.div`
1180
1180
  position: absolute;
1181
1181
  right: 0.5rem;
1182
1182
 
@@ -1184,7 +1184,7 @@ Resources:
1184
1184
  flex-direction: row;
1185
1185
  justify-content: space-around;
1186
1186
  align-items: center;
1187
- `,Uu=He(ww)`
1187
+ `,Fu=He(C1)`
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(bw)`
1196
+ `,cn=He(E1)`
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(Cw)`
1205
+ `,dn=He(b1)`
1206
1206
  height: 1.25rem;
1207
1207
  width: 1.25rem;
1208
1208
  stroke: var(--privy-color-accent);
@@ -1211,7 +1211,7 @@ Resources:
1211
1211
  :active {
1212
1212
  stroke: var(--privy-color-accent-light);
1213
1213
  }
1214
- `,Fu=He.progress`
1214
+ `,Bu=He.progress`
1215
1215
  height: 4px;
1216
1216
  width: 100%;
1217
1217
  margin: 8px 0;
@@ -1227,14 +1227,14 @@ 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 xw,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 Pw(()=>{c&&!l&&s(!0)},[c]),Na(xw,{children:[ht(S,{title:"Confirm Password",closeable:!1,backFn:n}),ht(J,{}),Na($o,{children:[Na(Ko,{children:[ht(Tw,{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 kw from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useState as Rw}from"react";import Iw from"styled-components";import La from"styled-components";import{jsx as Qn,jsxs as Aw}from"react/jsx-runtime";var Hu=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>Qn("label",{children:Aw(Sw,{className:e,children:[Qn(Vu,{checked:t,...r}),Qn(_w,{color:o,checked:t,children:Qn(Gu,{viewBox:"0 0 24 24",children:Qn("polyline",{points:"20 6 9 17 4 12"})})})]})}),Sw=La.div`
1230
+ `;import{Fragment as S1,jsx as yt,jsxs as Na}from"react/jsx-runtime";var Hu=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=Ol(!0),[l,s]=Ol(!1),[c,u]=Ol(""),f=o===c;return x1(()=>{c&&!l&&s(!0)},[c]),Na(S1,{children:[yt(_,{title:"Confirm Password",closeable:!1,backFn:n}),yt(J,{}),Na(zo,{children:[Na(jo,{children:[yt(P1,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),yt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),yt("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),Na(qo,{children:[yt(yr,{value:c,onChange:h=>u(h.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text"}),yt(ln,{style:{right:"0.75rem"},children:i?yt(cn,{onClick:()=>a(!1)}):yt(dn,{onClick:()=>a(!0)})})]}),yt(Wa,{"aria-hidden":!l||f,error:!0,children:"Passwords do not match"})]}),yt($o,{onClick:r,loading:t,disabled:!f,hideAnimations:e,children:"Continue"}),yt(Q,{}),yt(V,{protectedByPrivy:!0})]})};import R1 from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useState as I1}from"react";import M1 from"styled-components";import La from"styled-components";import{jsx as Qn,jsxs as k1}from"react/jsx-runtime";var Gu=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>Qn("label",{children:k1(_1,{className:e,children:[Qn(zu,{checked:t,...r}),Qn(A1,{color:o,checked:t,children:Qn(Vu,{viewBox:"0 0 24 24",children:Qn("polyline",{points:"20 6 9 17 4 12"})})})]})}),_1=La.div`
1231
1231
  display: inline-block;
1232
1232
  vertical-align: middle;
1233
- `,Gu=La.svg`
1233
+ `,Vu=La.svg`
1234
1234
  fill: none;
1235
1235
  stroke: white;
1236
1236
  stroke-width: 3px;
1237
- `,Vu=La.input.attrs({type:"checkbox"})`
1237
+ `,zu=La.input.attrs({type:"checkbox"})`
1238
1238
  border: 0;
1239
1239
  clip: rect(0 0 0 0);
1240
1240
  clippath: inset(50%);
@@ -1245,7 +1245,7 @@ Resources:
1245
1245
  position: absolute;
1246
1246
  white-space: nowrap;
1247
1247
  width: 1px;
1248
- `,_w=La.div`
1248
+ `,A1=La.div`
1249
1249
  display: inline-block;
1250
1250
  width: 18px;
1251
1251
  height: 18px;
@@ -1260,30 +1260,30 @@ Resources:
1260
1260
  border-width: 1px;
1261
1261
  }
1262
1262
 
1263
- ${Vu}:focus + & {
1263
+ ${zu}:focus + & {
1264
1264
  box-shadow: 0 0 0 1px ${e=>e.color};
1265
1265
  }
1266
1266
 
1267
- ${Gu} {
1267
+ ${Vu} {
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]=Rw(!1);return Zn(zu,{children:[Rt(S,{title:"Confirm Password",closeable:!1,backFn:r}),Rt(J,{}),Zn($o,{children:[Zn(Ko,{children:[Rt(kw,{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(Mw,{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})]})},Mw=Iw.div`
1270
+ `;import{Fragment as $u,jsx as It,jsxs as Zn}from"react/jsx-runtime";var qu=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=I1(!1);return Zn($u,{children:[It(_,{title:"Confirm Password",closeable:!1,backFn:r}),It(J,{}),Zn(zo,{children:[Zn(jo,{children:[It(R1,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),It("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),It("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),It(Yn,{children:Zn(Jn,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:l=>{l.preventDefault(),a(s=>!s)},children:[It(Gu,{color:"var(--privy-color-error)",checked:i}),It($u,{children:"I understand losing my password means losing my account."})]})})]}),Zn(W1,{children:[n.initiatedBy==="user"&&It(Ft,{onClick:n.onCancel,disabled:t,children:"Cancel"}),It($o,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),It(Q,{}),It(V,{protectedByPrivy:!0})]})},W1=M1.div`
1271
1271
  display: flex;
1272
1272
  gap: 10px;
1273
- `;import Kw from"@heroicons/react/24/outline/KeyIcon";import Zu from"@heroicons/react/24/solid/CheckCircleIcon";import{useState as Xu,useMemo as Dl,useEffect as Yw}from"react";import em from"styled-components";import Ww from"fast-password-entropy";import*as qu from"secure-password-utilities";import{DEFAULT_WORDLIST as Nw}from"secure-password-utilities/wordlists";var Lw=95,Ow=8,Dw=3,Uw=.3,Fw=/[a-z]/,Bw=/[A-Z]/,Hw=/[0-9]/,Gw="a-zA-Z0-9",ju="!@#$%^&*()\\-_+.",Ku=`${Gw}${ju}`,Vw=new RegExp(`[${ju}]`),zw=new RegExp(`[${Ku}]`),Yu=new RegExp(`^[${Ku}]{6,}$`),Ju=(e="")=>{let t=e.split("").filter(o=>!zw.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},Oa=()=>qu.generatePassphrase(4,Nw);function $w(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function qw(e){if(e.length<Ow)return 0;let t=0;Fw.test(e)&&(t+=1),Bw.test(e)&&(t+=1),Hw.test(e)&&(t+=1),Vw.test(e)&&(t+=1);let o=t/Dw;return Math.max(0,Math.min(1,o))}function jw(e=""){let t=qw(e),o=Ww(e)/Lw;return(t*Uw+o)/2}function Qu(e=""){let t=jw(e);return{value:t,label:$w(t)}}import{Fragment as Zw,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);Yw(()=>{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(Zw,{children:[Me(S,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),Me(J,{}),To($o,{children:[To(Ko,{children:[Me(Kw,{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:b=>a(b.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(Qw,{children:[Me(Jw,{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})]})},Jw=em(Yn)`
1273
+ `;import Y1 from"@heroicons/react/24/outline/KeyIcon";import Xu from"@heroicons/react/24/solid/CheckCircleIcon";import{useState as em,useMemo as Dl,useEffect as J1}from"react";import tm from"styled-components";import N1 from"fast-password-entropy";import*as ju from"secure-password-utilities";import{DEFAULT_WORDLIST as L1}from"secure-password-utilities/wordlists";var O1=95,D1=8,U1=3,F1=.3,B1=/[a-z]/,H1=/[A-Z]/,G1=/[0-9]/,V1="a-zA-Z0-9",Ku="!@#$%^&*()\\-_+.",Yu=`${V1}${Ku}`,z1=new RegExp(`[${Ku}]`),$1=new RegExp(`[${Yu}]`),Ju=new RegExp(`^[${Yu}]{6,}$`),Qu=(e="")=>{let t=e.split("").filter(o=>!$1.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},Oa=()=>ju.generatePassphrase(4,L1);function q1(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function j1(e){if(e.length<D1)return 0;let t=0;B1.test(e)&&(t+=1),H1.test(e)&&(t+=1),G1.test(e)&&(t+=1),z1.test(e)&&(t+=1);let o=t/U1;return Math.max(0,Math.min(1,o))}function K1(e=""){let t=j1(e),o=N1(e)/O1;return(t*F1+o)/2}function Zu(e=""){let t=K1(e);return{value:t,label:q1(t)}}import{Fragment as X1,jsx as Me,jsxs as To}from"react/jsx-runtime";var om=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:l})=>{let[s,c]=em(!1),[u,f]=em(!1);J1(()=>{o&&!u&&f(!0)},[o]);let h=Dl(()=>u?(o?.length||0)<6?"Password must be at least 6 characters":Ju.test(o||"")?null:`Invalid characters used ( ${Qu(o).join(" ")} )`:null,[o,u]),y=Dl(()=>h?{value:0,label:"Weak"}:Zu(o),[o,h]),C=Dl(()=>!!(!o?.length||h),[h,o]);return To(X1,{children:[Me(_,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),Me(J,{}),To(zo,{children:[To(jo,{children:[Me(Y1,{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(qo,{children:[Me(yr,{value:o,onChange:E=>a(E.target.value),placeholder:"enter or generate a strong password",type:s?"password":"text"}),To(ln,{style:{width:"3.5rem"},children:[s?Me(cn,{onClick:()=>c(!1)}):Me(dn,{onClick:()=>c(!0)}),Me(Fu,{onClick:l})]})]}),Me(Bu,{value:y.value===0?.01:y.value,label:y.label}),Me(Wa,{error:!!h,children:h||`Password Strength: ${u?y.label:"--"}`}),To(Z1,{children:[Me(Q1,{children:To(Yn,{children:[To(Jn,{children:[Me(Xu,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),To(Jn,{children:[Me(Xu,{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($o,{onClick:n,loading:t,disabled:C,hideAnimations:e,children:"Continue"})]})]}),Me(Q,{}),Me(V,{protectedByPrivy:!0})]})},Q1=tm(Yn)`
1274
1274
  flex: 1;
1275
1275
  padding-top: 1rem;
1276
- `,Qw=em.div`
1276
+ `,Z1=tm.div`
1277
1277
  display: flex;
1278
1278
  flex-direction: column;
1279
1279
  height: 100%;
1280
- `;import Xw from"@heroicons/react/24/outline/ArrowDownTrayIcon";import e1 from"@heroicons/react/24/outline/ClipboardDocumentCheckIcon";import t1 from"@heroicons/react/24/outline/DocumentDuplicateIcon";import o1 from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useState as r1,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]=r1(!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([n1(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(S,{backFn:i,title:"Save Password",closeable:!1}),lt(J,{}),vr($o,{children:[vr(Ko,{children:[lt(o1,{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(e1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):vr(Ul,{children:[lt(t1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),vr(Ll,{onClick:c,children:[lt(Xw,{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})]})},n1=(e,t)=>`Your wallet recovery password for ${e} is
1280
+ `;import ew from"@heroicons/react/24/outline/ArrowDownTrayIcon";import tw from"@heroicons/react/24/outline/ClipboardDocumentCheckIcon";import ow from"@heroicons/react/24/outline/DocumentDuplicateIcon";import rw from"@heroicons/react/24/outline/ExclamationTriangleIcon";import{useState as nw,useCallback as rm}from"react";import{Fragment as Ul,jsx as ct,jsxs as gr}from"react/jsx-runtime";var nm=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,l]=nw(!1),s=rm(()=>{l(!0),r&&navigator.clipboard.writeText(r)},[r]),c=rm(()=>{let u=document.createElement("a"),f=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),h=new Blob([iw(o,r)],{type:"text/plain"}),y=URL.createObjectURL(h);u.href=y,u.target="_blank",u.download=`${f}-privy-wallet-recovery.txt`,document.body.appendChild(u),u.click(),setTimeout(()=>{u.remove(),URL.revokeObjectURL(y)},5e3)},[r]);return gr(Ul,{children:[ct(_,{backFn:i,title:"Save Password",closeable:!1}),ct(J,{}),gr(zo,{children:[gr(jo,{children:[ct(rw,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),ct("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),ct("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."})]}),ct(qo,{centered:!0,children:ct(Uu,{children:r})}),gr("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[ct(Ll,{onClick:s,children:a?gr(Ul,{children:[ct(tw,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):gr(Ul,{children:[ct(ow,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),gr(Ll,{onClick:c,children:[ct(ew,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),ct($o,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),ct(Q,{}),ct(V,{protectedByPrivy:!0})]})},iw=(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 i1 from"@heroicons/react/24/solid/CheckCircleIcon";import a1 from"@heroicons/react/24/solid/XCircleIcon";import{Fragment as s1,jsx as Po,jsxs as Fl}from"react/jsx-runtime";var nm=({error:e,onClose:t})=>Fl(s1,{children:[Po(S,{closeable:!1}),Po(J,{}),e?Fl(Bt,{children:[Po(a1,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),Po(we,{title:"Something went wrong",description:e})]}):Fl(Bt,{children:[Po(i1,{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 l1}from"react";var c1=(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]=l1(c1,"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]);d1(()=>{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 h1,jsx as wr,jsxs as lm}from"react/jsx-runtime";var cm=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=x(),[n,i]=ei(""),[a,l]=ei(!1),[s,c]=ei(),[u,m]=ei(null),[h,y]=ei(null),C=u1(!1),{authenticated:b,getAccessToken:P}=G(),{refreshUser:E,closePrivyModal:_,createAnalyticsEvent:k,isNewUserThisSession:R,initializeWalletProxy:A}=M(),{onSuccess:O,onFailure:D,callAuthOnSuccessOnClose:F}=o.createWallet,H=e?.embeddedWallets.requireUserPasswordOnCreate===!0,z=!!(!n||C.current)&&!H,L=new Ye(async()=>I());sm(()=>{u||A(3e4).then(ae=>m(ae))},[u]),sm(()=>{if(!b){t("LANDING"),D(new Error("User must be authenticated before creating a Privy wallet"));return}!H&&!a&&!C.current&&(l(!0),L.execute().finally(()=>l(!1)))},[H,b]);let $=()=>{H&&h&&h?.recoveryMethod!=="user-passcode"?D(new dt("User created a wallet but failed to set a password for it")):h?O(h):D(new dt("User wallet creation failed")),_({shouldCallAuthOnSuccess:F})};r.current=()=>null;let I=async function(){let ae=await P();if(ae)try{k("embedded_wallet_creation_started");let K=await A(Nr);if(!K)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([K.create({accessToken:ae,recoveryPassword:s}),ye]))throw new Error("walletProxy.create did not send a response.");let Se=await E();if(!Se)throw new Error("Failed to refresh user.");let oe=pe(Se);if(!oe)throw new Error("Updated user is missing embedded wallet.");y(oe),k("embedded_wallet_creation_completed",{walletAddress:oe.address}),i(""),C.current=!0,H?t("EMBEDDED_WALLET_CREATED_SCREEN"):R?t("EMBEDDED_WALLET_CREATED_SCREEN"):oe&&(O(oe),_({shouldCallAuthOnSuccess:F}))}catch(K){if(C.current)return;k("embedded_wallet_creation_failed",{error:K.toString()}),i("An error has occurred, please try again."),console.warn(K)}else i("An error has occured, please login again."),k("embedded_wallet_creation_failed",{error:"Missing access token for user."})},ne=async()=>{if(!H)return _({shouldCallAuthOnSuccess:F});l(!0);let ae=250;return L.execute().then(()=>new Promise(K=>setTimeout(K,ae))).finally(()=>l(!1))};return!H&&n?lm(h1,{children:[wr(S,{closeable:!1}),lm(Bt,{children:[wr(p1,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),wr(we,{title:"Something went wrong",description:n})]}),wr(U,{onClick:$,children:"Close"}),wr(f1,{})]}):z?wr(rn,{}):wr(Da,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:z||!u,buttonLoading:a,buttonHideAnimations:!h&&a,error:n,password:s||"",onClose:$,onPasswordChange:c,onPasswordGenerate:()=>c(Oa()),onSubmit:ne})},f1=m1.div`
1284
+ You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import aw from"@heroicons/react/24/solid/CheckCircleIcon";import sw from"@heroicons/react/24/solid/XCircleIcon";import{Fragment as lw,jsx as Po,jsxs as Fl}from"react/jsx-runtime";var im=({error:e,onClose:t})=>Fl(lw,{children:[Po(_,{closeable:!1}),Po(J,{}),e?Fl(Bt,{children:[Po(sw,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),Po(we,{title:"Something went wrong",description:e})]}):Fl(Bt,{children:[Po(aw,{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 cw}from"react";var dw=(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}},am=()=>{let[e,t]=cw(dw,"creating");return{send:t,state:e}};import{jsx as Xn}from"react/jsx-runtime";var Da=({onSubmit:e,...t})=>{let{send:o,state:r}=am(),n=sm(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);pw(()=>{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=sm(()=>{o("back")},[o]);return r==="creating"?Xn(om,{...t,onSubmit:n}):r==="saving"?Xn(nm,{...t,onSubmit:n,onBack:i}):r==="confirming"?Xn(Hu,{...t,onSubmit:n,onBack:i}):r==="finalizing"?Xn(qu,{...t,onSubmit:n,onBack:i}):r==="done"?Xn(im,{...t,onSubmit:n}):null};import{Fragment as yw,jsx as vr,jsxs as cm}from"react/jsx-runtime";var dm=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=S(),[n,i]=ei(""),[a,l]=ei(!1),[s,c]=ei(),[u,f]=ei(null),[h,y]=ei(null),C=mw(!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());lm(()=>{u||x(3e4).then(ie=>f(ie))},[u]),lm(()=>{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 pt("User created a wallet but failed to set a password for it")):h?L(h):O(new pt("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(Wr);if(!j)throw new Error("walletProxy does not exist.");let Ve=1e4,fe=new Promise((ho,Nt)=>{setTimeout(()=>{Nt(new Error("walletProxy.create timed out."))},Ve)});if(!await Promise.race([j.create({accessToken:ie,recoveryPassword:s}),fe]))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?cm(yw,{children:[vr(_,{closeable:!1}),cm(Bt,{children:[vr(uw,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),vr(we,{title:"Something went wrong",description:n})]}),vr(U,{onClick:z,children:"Close"}),vr(hw,{})]}):$?vr(on,{}):vr(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})},hw=fw.div`
1285
1285
  height: 44px;
1286
- `;import{useEffect as y1,useState as Ua}from"react";import{jsx as g1}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:b,navigate:P,data:E,onUserCloseViaDialogOrKeybindRef:_}=x(),{onSuccess:k,onFailure:R}=E.createWallet,A=pe(u),O=e?.recoveryMethod==="user-passcode";y1(()=>{s||(P("LANDING"),R(new _i("User must be authenticated before setting a password on a Privy wallet")))},[s]);let D=()=>{if(n){R(n),y({shouldCallAuthOnSuccess:!1});return}if(!O){R(new dt("Exited before password was added to wallet")),y({shouldCallAuthOnSuccess:!1});return}k(e),y({shouldCallAuthOnSuccess:!1})};_.current=D;let F=async()=>{let z=await c();if(z&&A?.address&&a&&m)try{if(C("embedded_wallet_set_password_started",{walletAddress:A.address}),!(await m.setRecoveryPassword({accessToken:z,address:A.address,recoveryPassword:a})).address){i(new dt("Error setting password on privy wallet")),C("embedded_wallet_set_password_failed",{walletAddress:A.address,reason:"error setting password"});return}let $=await h(),I=pe($);if(!I){i(new dt("Error setting password on privy wallet")),C("embedded_wallet_set_password_failed",{walletAddress:A.address,reason:"wallet disconnected"});return}t(I),C("embedded_wallet_set_password_completed",{walletAddress:A.address})}catch(L){console.warn(L),i(L instanceof Error?L:new Error("Error setting password on privy wallet")),C("embedded_wallet_set_password_failed",{walletAddress:A.address,reason:L})}},H=async()=>{O?(k(e),y({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await F(),r(!1))};return g1(Da,{appName:b?.name||"privy",config:{initiatedBy:"user",onCancel:D},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:D})};import v1 from"@heroicons/react/24/outline/UserCircleIcon";import w1 from"@heroicons/react/24/solid/LockClosedIcon";import{Fragment as C1,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}=x(),{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(C1,{children:[xo(S,{onClose:c}),xo(J,{}),Fa(Bt,{children:[Fa(Jp,{children:[xo(v1,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),xo(Qp,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:xo(w1,{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 b1 from"@heroicons/react/24/outline/ShieldCheckIcon";import{useEffect as E1,useState as Ba}from"react";import Ha,{css as T1}from"styled-components";import{Fragment as A1,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}=x(),[u,m]=Ba(void 0),[h,y]=Ba(""),[C,b]=Ba(!1),{privyWallet:P,onCompleteNavigateTo:E,onSuccess:_,onFailure:k}=s.recoverWallet,R=(D="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),k(typeof D=="string"?new dt(D):D)};c.current=R,E1(()=>{if(!o||!P)return R("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let A=D=>{D&&m(D)};return Cr(A1,{children:[Xe(S,{onClose:R}),Xe(J,{}),Cr(x1,{children:[Cr(P1,{children:[Xe(b1,{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:D=>A(D.target.value),disabled:C}),Xe(cn,{style:{right:"0.75rem"},children:e?Xe(dn,{onClick:()=>t(!1)}):Xe(pn,{onClick:()=>t(!0)})})]}),!!h&&Xe(S1,{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(_1,{loading:C||!n,disabled:!u,onClick:async()=>{b(!0);let D=await r();if(D&&P&&u!==null)try{a("embedded_wallet_recovery_started",{walletAddress:P.address}),await n?.recover({address:P.address,accessToken:D,recoveryPin:u}),y(""),E?l(E):i({shouldCallAuthOnSuccess:!1}),_?.(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{b(!1)}else return R("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})]})},P1=Ha.div`
1286
+ `;import{useEffect as gw,useState as Ua}from"react";import{jsx as vw}from"react/jsx-runtime";var pm=()=>{let[e,t]=Ua(null),[o,r]=Ua(!1),[n,i]=Ua(null),[a,l]=Ua(""),{authenticated:s,getAccessToken:c,user:u}=G(),{walletProxy:f,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";gw(()=>{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 pt("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&&f)try{if(C("embedded_wallet_set_password_started",{walletAddress:x.address}),!(await f.setRecoveryPassword({accessToken:$,address:x.address,recoveryPassword:a})).address){i(new pt("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 pt("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 vw(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 ww from"@heroicons/react/24/outline/UserCircleIcon";import Cw from"@heroicons/react/24/solid/LockClosedIcon";import{Fragment as bw,jsx as xo,jsxs as Fa}from"react/jsx-runtime";var um=()=>{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 pt("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,Fa(bw,{children:[xo(_,{onClose:c}),xo(J,{}),Fa(Bt,{children:[Fa(Qp,{children:[xo(ww,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),xo(Zp,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:xo(Cw,{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 f=pe(e);o("embedded_wallet_set_password_started",{walletAddress:f?.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 Ew from"@heroicons/react/24/outline/ShieldCheckIcon";import{useEffect as Tw,useState as Ba}from"react";import Ha,{css as Pw}from"styled-components";import{Fragment as kw,jsx as Xe,jsxs as wr}from"react/jsx-runtime";var mm=()=>{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,f]=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 pt(O):O)};c.current=I,Tw(()=>{if(!o||!P)return I("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let x=O=>{O&&f(O)};return wr(kw,{children:[Xe(_,{onClose:I}),Xe(J,{}),wr(Sw,{children:[wr(xw,{children:[Xe(Ew,{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."})]}),wr("div",{children:[wr(qo,{children:[Xe(yr,{type:e?"password":"text",onChange:O=>x(O.target.value),disabled:C}),Xe(ln,{style:{right:"0.75rem"},children:e?Xe(cn,{onClick:()=>t(!1)}):Xe(dn,{onClick:()=>t(!0)})})]}),!!h&&Xe(_w,{children:h})]}),wr("div",{children:[wr(Jp,{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(Aw,{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){Su(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})]})},xw=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
- `,x1=Ha.div`
1308
+ `,Sw=Ha.div`
1309
1309
  display: flex;
1310
1310
  flex-direction: column;
1311
1311
  justify-content: space-between;
1312
- `,S1=Ha.div`
1312
+ `,_w=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
- `,_1=Ha(U)`
1320
- ${e=>e.hideAnimations&&T1`
1319
+ `,Aw=Ha(U)`
1320
+ ${e=>e.hideAnimations&&Pw`
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 k1 from"@heroicons/react/24/outline/ExclamationTriangleIcon";import R1 from"@heroicons/react/24/outline/PhoneIcon";import Bl from"styled-components";import{Fragment as L1,jsx as zt,jsxs as Ga}from"react/jsx-runtime";var I1=e=>{let t=zt(k1,{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(R1,{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}=x(),{reset:i}=de(),a=o?.errorModalData,l=I1(a?.error||new Error),s=c=>{if(c instanceof De)switch(c.privyErrorCode){case"invalid_captcha":return()=>i()}return()=>{}};return Ga(L1,{children:[zt(S,{backFn:!r||n===r?void 0:t}),Ga(M1,{children:[zt(N1,{children:Ga("div",{children:[zt(Sa,{color:"var(--privy-color-error)"}),l.icon]})}),Ga(W1,{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})]})]})},M1=Bl.div`
1327
+ `;import Rw from"@heroicons/react/24/outline/ExclamationTriangleIcon";import Iw from"@heroicons/react/24/outline/PhoneIcon";import Bl from"styled-components";import{Fragment as Ow,jsx as zt,jsxs as Ga}from"react/jsx-runtime";var Mw=e=>{let t=zt(Rw,{height:38,width:38,stroke:"var(--privy-color-error)"});if(e instanceof w)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(Iw,{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}}},fm=()=>{let{navigate:e,navigateBack:t,data:o,lastScreen:r,currentScreen:n}=S(),{reset:i}=de(),a=o?.errorModalData,l=Mw(a?.error||new Error),s=c=>{if(c instanceof De)switch(c.privyErrorCode){case"invalid_captcha":return()=>i()}return()=>{}};return Ga(Ow,{children:[zt(_,{backFn:!r||n===r?void 0:t}),Ga(Ww,{children:[zt(Lw,{children:Ga("div",{children:[zt(Sa,{color:"var(--privy-color-error)"}),l.icon]})}),Ga(Nw,{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})]})]})},Ww=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
- `,W1=Bl.div`
1335
+ `,Nw=Bl.div`
1336
1336
  display: flex;
1337
1337
  flex-direction: column;
1338
1338
  gap: 8px;
1339
- `,N1=Bl.div`
1339
+ `,Lw=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 O1}from"react";import D1 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 F1}from"react/jsx-runtime";var un=e=>{let[t,o]=O1(!1);return F1(U1,{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"]})},U1=D1.button`
1362
+ `;import{useEffect as Tm,useRef as oC,useState as Vl}from"react";import{isMobile as Pm}from"react-device-detect";import Am from"styled-components";import{useState as Dw}from"react";import Uw from"styled-components";import{jsx as hm}from"react/jsx-runtime";var Va=({style:e,color:t,...o})=>hm("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:hm("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as Hl}from"react/jsx-runtime";var ym=({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 gm,jsxs as Bw}from"react/jsx-runtime";var pn=e=>{let[t,o]=Dw(!1);return Bw(Fw,{color:e.color,onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?gm(Va,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):gm(ym,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},Fw=Uw.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 B1}from"react";import H1 from"styled-components";import{jsx as V1}from"react/jsx-runtime";var gm=e=>{let[t,o]=B1(!1);return V1(G1,{color:e.color,onClick:()=>{o(!0),window.open(e.url,"_blank"),setTimeout(()=>o(!1),1500)},justOpened:t,children:e.text})},G1=H1.button`
1400
+ `;import{useState as Hw}from"react";import Gw from"styled-components";import{jsx as zw}from"react/jsx-runtime";var vm=e=>{let[t,o]=Hw(!1);return zw(Vw,{color:e.color,onClick:()=>{o(!0),window.open(e.url,"_blank"),setTimeout(()=>o(!1),1500)},justOpened:t,children:e.text})},Vw=Gw.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 z1 from"qrcode";import $1 from"react";import q1 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},j1=e=>{let t=z1.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},K1=({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}`))}),Y1=({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(K1,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r},`finder-${i}-${a}`))})},J1=({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($1.Fragment,{},`circle-${n}-${a}`)))}),Cm=(e,t)=>e-e%t,Q1=({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})]})},Z1=e=>{let t=e.outputSize,o=j1(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(J1,{matrix:o,cellSize:r,color:e.fgColor}),et(Y1,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),et(Q1,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},X1=q1.div`
1438
+ `;import $w from"qrcode";import qw from"react";import jw from"styled-components";import{jsx as wm}from"react/jsx-runtime";var Cm=()=>wm("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:wm("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});import{Fragment as ti,jsx as et,jsxs as Em}from"react/jsx-runtime";var gt=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},Kw=e=>{let t=$w.create(e,{errorCorrectionLevel:"high"}).modules,o=Rd(Array.from(t.data),t.size);return o=Gl(o,0,0,gt,gt),o=Gl(o,o.length-gt,0,gt,gt),o=Gl(o,0,o.length-gt,gt,gt),o},Yw=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>et(ti,{children:[0,1,2].map(i=>et("circle",{r:o*(gt-i*2)/2,cx:e+o*gt/2,cy:t+o*gt/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),Jw=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-gt)*e,0],[0,(t-gt)*e]];return et(ti,{children:n.map(([i,a])=>et(Yw,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r},`finder-${i}-${a}`))})},Qw=({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(qw.Fragment,{},`circle-${n}-${a}`)))}),bm=(e,t)=>e-e%t,Zw=({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 Em(ti,{children:[et("rect",{x:bm(c,t),y:bm(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})]})},Xw=e=>{let t=e.outputSize,o=Kw(e.url),r=t/o.length;return Em("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[et(Qw,{matrix:o,cellSize:r,color:e.fgColor}),et(Jw,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),et(Zw,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},eC=jw.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(X1,{size:r,bgColor:t,fgColor:o,children:et(Z1,{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}=x(),{getAuthFlow:s,loginWithFarcaster:c,closePrivyModal:u}=M(),[m,h]=Vl(void 0),[y,C]=Vl(!1),[b,P]=Vl(!1),E=tC([]),_=l?.render.inDialog?Je:0,k=s(),R=k?.meta.connectUri;return Em(()=>{let A=Date.now(),O=setInterval(async()=>{let D=await k.pollForReady.execute(),F=Date.now()-A;if(D){clearInterval(O),C(!0);try{await c(),P(!0)}catch(H){let z={retryable:!1,message:"Authentication failed"};if(H?.privyErrorCode==="allowlist_rejected"){n("ALLOWLIST_REJECTION_SCREEN");return}else H?.privyErrorCode==="linked_to_another_user"?z.detail="This account has already been linked to another user.":H?.privyErrorCode==="invalid_credentials"?(z.retryable=!0,z.detail="Something went wrong. Try again."):H?.privyErrorCode==="too_many_requests"&&(z.detail="Too many requests. Please wait before trying again.");h(z)}}else F>rC&&(clearInterval(O),h({retryable:!0,message:"Authentication failed",detail:"The request timed out. Try again."}))},oC);return()=>{clearInterval(O),E.current.forEach(D=>clearTimeout(D))}},[]),Em(()=>{if(e&&t&&b&&o){if(l?.legal.requireUsersAcceptTerms&&!o.hasAcceptedTerms){let O=setTimeout(()=>{n("AFFIRMATIVE_CONSENT_SCREEN")},_);return()=>clearTimeout(O)}b&&(bt(o,l?.embeddedWallets.createOnLogin)?E.current.push(setTimeout(()=>{a({createWallet:{onSuccess:()=>{},onFailure:O=>console.error(O),callAuthOnSuccessOnClose:!0}}),n("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},_)):E.current.push(setTimeout(u,_)))}},[b,e,t,o]),Tm||y?br(Sm,{children:[Ce(S,{backFn:r?i:void 0,onClose:u},"header"),Ce(J,{}),br(xm,{children:[Ce(nC,{children:br("div",{children:[Ce(Fo,{success:b,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:R&&Tm&&Ce(gm,{text:"Take me to Warpcast",url:R,color:Pm})})]})]}),Ce(X,{})]}):br(Sm,{children:[Ce(S,{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:R?Ce(za,{url:R,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."}),R&&Ce(un,{text:R,itemName:"link",color:Pm})]})]})}),Ce(X,{})]})},xm=_m.div`
1453
+ `,za=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return et(eC,{size:r,bgColor:t,fgColor:o,children:et(Xw,{url:e.url,logo:{element:e.squareLogoElement??Cm},outputSize:r,bgColor:t,fgColor:o})})};import{jsx as $a,jsxs as tC}from"react/jsx-runtime";var oi=({style:e,...t})=>tC("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 _m,jsx as Ce,jsxs as Cr}from"react/jsx-runtime";var xm="#8a63d2",km=1e3,rC=km*2,nC=km*120,Rm=()=>{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(),[f,h]=Vl(void 0),[y,C]=Vl(!1),[E,P]=Vl(!1),b=oC([]),A=l?.render.inDialog?Je:0,R=s(),I=R?.meta.connectUri;return Tm(()=>{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>nC&&(clearInterval(L),h({retryable:!0,message:"Authentication failed",detail:"The request timed out. Try again."}))},rC);return()=>{clearInterval(L),b.current.forEach(O=>clearTimeout(O))}},[]),Tm(()=>{if(e&&t&&E&&o){if(l?.legal.requireUsersAcceptTerms&&!o.hasAcceptedTerms){let L=setTimeout(()=>{n("AFFIRMATIVE_CONSENT_SCREEN")},A);return()=>clearTimeout(L)}E&&(Et(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]),Pm||y?Cr(_m,{children:[Ce(_,{backFn:r?i:void 0,onClose:u},"header"),Ce(J,{}),Cr(Sm,{children:[Ce(iC,{children:Cr("div",{children:[Ce(Uo,{success:E,fail:!!f}),Ce(oi,{style:{width:"38px",height:"38px"}})]})}),Cr(Rt,{children:[Ce(ve,{children:f?f.message:"Signing in with Farcaster"}),Ce(me,{children:f?f.detail:"This should only take a moment"}),Ce(kt,{children:I&&Pm&&Ce(vm,{text:"Take me to Warpcast",url:I,color:xm})})]})]}),Ce(ee,{})]}):Cr(_m,{children:[Ce(_,{backFn:r?i:void 0,onClose:u},"header"),Ce(J,{}),Ce(Sm,{children:Cr("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(Pt,{})}),Cr(kt,{children:[Ce(me,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),I&&Ce(pn,{text:I,itemName:"link",color:xm})]})]})}),Ce(ee,{})]})},Sm=Am.div`
1454
1454
  display: flex;
1455
1455
  flex-direction: column;
1456
1456
  align-items: center;
@@ -1458,7 +1458,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1458
1458
  margin-left: 27px;
1459
1459
  margin-right: 27px;
1460
1460
  gap: 24px;
1461
- `,nC=_m.div`
1461
+ `,iC=Am.div`
1462
1462
  display: flex;
1463
1463
  flex-direction: column;
1464
1464
  justify-content: center;
@@ -1481,7 +1481,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1481
1481
  left: -19px;
1482
1482
  top: -19px;
1483
1483
  }
1484
- `;import aC from"@heroicons/react/24/outline/ClockIcon";import sC from"@heroicons/react/24/outline/EyeSlashIcon";import lC from"@heroicons/react/24/outline/LinkIcon";import so from"styled-components";import{jsx as zl,jsxs as iC}from"react/jsx-runtime";var qa=({size:e=61,...t})=>zl("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:iC("g",{id:"moonpay_symbol_wht 2",children:[zl("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),zl("path",{id:"Vector",d:"M43.8884 23.3258C45.0203 23.3258 46.1268 22.9901 47.068 22.3613C48.0091 21.7324 48.7427 20.8386 49.1759 19.7928C49.6091 18.747 49.7224 17.5962 49.5016 16.4861C49.2807 15.3759 48.7357 14.3561 47.9353 13.5557C47.1349 12.7553 46.1151 12.2102 45.0049 11.9893C43.8947 11.7685 42.7439 11.8819 41.6982 12.3151C40.6524 12.7482 39.7585 13.4818 39.1297 14.423C38.5008 15.3641 38.1651 16.4707 38.1651 17.6026C38.165 18.3542 38.3131 19.0985 38.6007 19.7929C38.8883 20.4873 39.3098 21.1182 39.8413 21.6496C40.3728 22.1811 41.0037 22.6027 41.6981 22.8903C42.3925 23.1778 43.1367 23.3259 43.8884 23.3258ZM26.3395 49.1017C23.5804 49.1017 20.8832 48.2836 18.5891 46.7507C16.295 45.2178 14.5069 43.039 13.4511 40.49C12.3952 37.9409 12.1189 35.1359 12.6572 32.4298C13.1955 29.7237 14.5241 27.238 16.4751 25.287C18.4262 23.336 20.9118 22.0074 23.6179 21.4691C26.324 20.9308 29.129 21.2071 31.6781 22.2629C34.2272 23.3189 36.406 25.1069 37.9389 27.401C39.4717 29.6952 40.2899 32.3923 40.2899 35.1514C40.2899 36.9835 39.9291 38.7975 39.2281 40.49C38.527 42.1826 37.4994 43.7205 36.204 45.0159C34.9086 46.3113 33.3707 47.3389 31.6781 48.04C29.9856 48.741 28.1715 49.1018 26.3395 49.1017Z",fill:"white"})]})});import{Fragment as Rm,jsx as tt,jsxs as Er}from"react/jsx-runtime";var $l=({title:e,desc:t,icon:o})=>Er(fC,{children:[tt(yC,{children:o}),Er(hC,{children:[tt(uC,{children:e}),tt(mC,{children:t})]})]}),Im=({app:e,signedUrl:t,onContinue:o})=>Er(Rm,{children:[Er(dC,{children:[tt(qa,{size:"3.75rem"}),Er(pC,{children:[e?.name," uses ",tt("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),Er(gC,{children:[tt($l,{icon:tt(lC,{width:"1rem"}),title:"Purchase assets to fund your account",desc:Er(Rm,{children:["Connect a payment method (",tt("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),tt($l,{icon:tt(aC,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),tt($l,{icon:tt(sC,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),tt(vC,{className:"mobile-only"})]}),tt(cC,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),tt(ga,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:o,children:"Continue to Moonpay"})]}),cC=so.span`
1484
+ `;import sC from"@heroicons/react/24/outline/ClockIcon";import lC from"@heroicons/react/24/outline/EyeSlashIcon";import cC from"@heroicons/react/24/outline/LinkIcon";import so from"styled-components";import{jsx as zl,jsxs as aC}from"react/jsx-runtime";var qa=({size:e=61,...t})=>zl("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:aC("g",{id:"moonpay_symbol_wht 2",children:[zl("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),zl("path",{id:"Vector",d:"M43.8884 23.3258C45.0203 23.3258 46.1268 22.9901 47.068 22.3613C48.0091 21.7324 48.7427 20.8386 49.1759 19.7928C49.6091 18.747 49.7224 17.5962 49.5016 16.4861C49.2807 15.3759 48.7357 14.3561 47.9353 13.5557C47.1349 12.7553 46.1151 12.2102 45.0049 11.9893C43.8947 11.7685 42.7439 11.8819 41.6982 12.3151C40.6524 12.7482 39.7585 13.4818 39.1297 14.423C38.5008 15.3641 38.1651 16.4707 38.1651 17.6026C38.165 18.3542 38.3131 19.0985 38.6007 19.7929C38.8883 20.4873 39.3098 21.1182 39.8413 21.6496C40.3728 22.1811 41.0037 22.6027 41.6981 22.8903C42.3925 23.1778 43.1367 23.3259 43.8884 23.3258ZM26.3395 49.1017C23.5804 49.1017 20.8832 48.2836 18.5891 46.7507C16.295 45.2178 14.5069 43.039 13.4511 40.49C12.3952 37.9409 12.1189 35.1359 12.6572 32.4298C13.1955 29.7237 14.5241 27.238 16.4751 25.287C18.4262 23.336 20.9118 22.0074 23.6179 21.4691C26.324 20.9308 29.129 21.2071 31.6781 22.2629C34.2272 23.3189 36.406 25.1069 37.9389 27.401C39.4717 29.6952 40.2899 32.3923 40.2899 35.1514C40.2899 36.9835 39.9291 38.7975 39.2281 40.49C38.527 42.1826 37.4994 43.7205 36.204 45.0159C34.9086 46.3113 33.3707 47.3389 31.6781 48.04C29.9856 48.741 28.1715 49.1018 26.3395 49.1017Z",fill:"white"})]})});import{Fragment as Im,jsx as tt,jsxs as br}from"react/jsx-runtime";var $l=({title:e,desc:t,icon:o})=>br(hC,{children:[tt(gC,{children:o}),br(yC,{children:[tt(mC,{children:e}),tt(fC,{children:t})]})]}),Mm=({app:e,signedUrl:t,onContinue:o})=>br(Im,{children:[br(pC,{children:[tt(qa,{size:"3.75rem"}),br(uC,{children:[e?.name," uses ",tt("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),br(vC,{children:[tt($l,{icon:tt(cC,{width:"1rem"}),title:"Purchase assets to fund your account",desc:br(Im,{children:["Connect a payment method (",tt("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),tt($l,{icon:tt(sC,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),tt($l,{icon:tt(lC,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),tt(wC,{className:"mobile-only"})]}),tt(dC,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),tt(ga,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:o,children:"Continue to Moonpay"})]}),dC=so.span`
1485
1485
  display: inline-block;
1486
1486
  color: var(--privy-color-foreground-3);
1487
1487
  text-align: center;
@@ -1490,13 +1490,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
1490
1490
  font-weight: 400;
1491
1491
  line-height: 140%; /* 0.875rem */
1492
1492
  margin-bottom: 0.25rem;
1493
- `,dC=so.div`
1493
+ `,pC=so.div`
1494
1494
  display: flex;
1495
1495
  flex-direction: column;
1496
1496
  align-items: center;
1497
1497
  justify-content: center;
1498
1498
  padding: 1.5rem 0;
1499
- `,pC=so.span`
1499
+ `,uC=so.span`
1500
1500
  color: var(--privy-color-foreground);
1501
1501
  text-align: center;
1502
1502
  font-size: 1.125rem;
@@ -1505,46 +1505,46 @@ You will need this password to access your ${e} wallet on a new device. Please k
1505
1505
  margin: 1.5rem 0;
1506
1506
  text-align: center;
1507
1507
  max-width: 19.5rem;
1508
- `,uC=so.span`
1508
+ `,mC=so.span`
1509
1509
  color: var(--privy-color-foreground);
1510
1510
  font-size: 0.875rem;
1511
1511
  font-weight: 500;
1512
1512
  line-height: 1.225rem;
1513
1513
  width: 100%;
1514
- `,mC=so.span`
1514
+ `,fC=so.span`
1515
1515
  color: var(--privy-color-foreground-2);
1516
1516
  font-size: 0.875rem;
1517
1517
  font-weight: 400;
1518
1518
  line-height: 1.225rem;
1519
- `,fC=so.div`
1519
+ `,hC=so.div`
1520
1520
  display: flex;
1521
1521
  align-items: flex-start;
1522
1522
  gap: 0.5rem;
1523
1523
  align-self: stretch;
1524
- `,hC=so.div`
1524
+ `,yC=so.div`
1525
1525
  display: flex;
1526
1526
  flex-direction: column;
1527
1527
  gap: 0.25rem;
1528
1528
  align-items: flex-start;
1529
1529
  text-align: left;
1530
1530
  flex: 1 0 0;
1531
- `,yC=so.div`
1532
- padding-top: 2px;
1533
1531
  `,gC=so.div`
1532
+ padding-top: 2px;
1533
+ `,vC=so.div`
1534
1534
  display: flex;
1535
1535
  flex-direction: column;
1536
1536
  gap: 1.25rem;
1537
1537
  margin: 0 0.5rem;
1538
- `,vC=so.div`
1538
+ `,wC=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}=x(),{createAnalyticsEvent:r}=M(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:xC(PC,{children:[ql(S,{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}=x(),{closePrivyModal:o}=M(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=Nm(r||null,e.fiatOnRamp.useSandbox);return Tr(jl,{children:[ot(S,{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`
1540
+ `;import{ofetch as CC}from"ofetch";import{useEffect as bC,useRef as EC,useState as TC}from"react";var ja="moonpay",Wm="sdk_fiat_on_ramp_completed_with_status";async function Nm(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 PC(e,t){let o=t?vd:gd,r=t?Cd:wd;return CC(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function Lm(e,t=!1){let[o,r]=TC(null),{createAnalyticsEvent:n}=M(),i=EC(0);return bC(()=>{let a=setInterval(async()=>{if(e)try{let[l]=await PC(e,t),s=l.status==="waitingAuthorization"&&l.paymentMethod==="credit_debit_card"?"pending":l.status;r(s),["failed","completed","awaitingAuthorization"].includes(s)&&(n(Wm,{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(Wm,{status:"serviceFailure",provider:ja}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}import{Fragment as xC,jsx as ql,jsxs as SC}from"react/jsx-runtime";var Om=()=>{let{app:e,data:t,navigate:o}=S(),{createAnalyticsEvent:r}=M(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:SC(xC,{children:[ql(_,{title:"Fund account"},"header"),ql(Mm,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:ja}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),ql(V,{protectedByPrivy:!0})]})};import _C from"@heroicons/react/24/solid/ArrowsRightLeftIcon";import AC from"@heroicons/react/24/solid/CheckCircleIcon";import kC from"@heroicons/react/24/solid/XCircleIcon";import{useMemo as RC}from"react";import Dm from"styled-components";import{Fragment as jl,jsx as ot,jsxs as Er}from"react/jsx-runtime";var Um=()=>{let{app:e,data:t}=S(),{closePrivyModal:o}=M(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=Lm(r||null,e.fiatOnRamp.useSandbox);return Er(jl,{children:[ot(_,{title:"Fund account"},"header"),ot(MC,{status:n,onClickCta:o}),ot(V,{protectedByPrivy:!0})]})},IC=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:Er(jl,{children:[Er("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:""}}},MC=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=RC(()=>IC(e),[e]);return Er(jl,{children:[Er(DC,{children:[ot(LC,{status:e}),Er(Rt,{children:[ot("h3",{children:o}),ot(OC,{children:r})]})]}),n&&ot(U,{onClick:t,children:n})]})},WC=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)",NC=e=>{switch(e){case"serviceFailure":case"failed":return kC;case"completed":return AC;case"waitingAuthorization":return()=>ot(_C,{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}},LC=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return Er("div",{style:{position:"relative"},children:[ot(Pt,{color:r,style:{position:"absolute"}}),ot(al,{color:r}),ot(qa,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=NC(e),o=WC(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})})},OC=Dm.p`
1541
1541
  font-size: 1rem;
1542
1542
  color: var(--privy-color-foreground-3);
1543
1543
  margin-bottom: 1rem;
1544
1544
  display: flex;
1545
1545
  flex-direction: column;
1546
1546
  gap: 1rem;
1547
- `,OC=Om.div`
1547
+ `,DC=Dm.div`
1548
1548
  display: flex;
1549
1549
  flex-direction: column;
1550
1550
  align-items: center;
@@ -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(S,{},"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`
1555
+ `;import UC from"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import FC from"styled-components";import{Fragment as HC,jsx as Ko,jsxs as GC}from"react/jsx-runtime";var Fm=()=>{let{closePrivyModal:e}=M();return GC(HC,{children:[Ko(_,{},"header"),Ko(BC,{children:Ko(UC,{style:{width:32,height:32}})}),Ko(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"}}),Ko(At,{children:Ko(U,{onClick:()=>e(),children:"Close"})}),Ko(Q,{}),Ko(V,{protectedByPrivy:!0})]})},BC=FC.div`
1556
1556
  border-radius: 50%;
1557
1557
  height: 68px;
1558
1558
  width: 68px;
@@ -1562,7 +1562,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1562
1562
  background-color: var(--privy-color-accent);
1563
1563
  color: white;
1564
1564
  margin: 0 auto 24px auto;
1565
- `;import*as Gm from"react-device-detect";import $C from"styled-components";import Kl from"styled-components";import{jsx as Fm}from"react/jsx-runtime";var Bm=({style:e,...t})=>Fm("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:Fm("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--privy-color-accent)"})});import{jsx as VC,jsxs as zC}from"react/jsx-runtime";var Hm=Kl.div`
1565
+ `;import*as Vm from"react-device-detect";import qC from"styled-components";import Kl from"styled-components";import{jsx as Bm}from"react/jsx-runtime";var Hm=({style:e,...t})=>Bm("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...e},...t,children:Bm("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--privy-color-accent)"})});import{jsx as zC,jsxs as $C}from"react/jsx-runtime";var Gm=Kl.div`
1566
1566
  display: flex;
1567
1567
  flex-direction: column;
1568
1568
  justify-content: flex-start;
@@ -1573,7 +1573,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1573
1573
  border-left: 2px solid var(--privy-color-foreground-4);
1574
1574
  height: 12px;
1575
1575
  }
1576
- `,Ka=({children:e})=>zC(GC,{children:[VC(Bm,{style:{width:"16px",height:"16px"}}),e]}),GC=Kl.div`
1576
+ `,Ka=({children:e})=>$C(VC,{children:[zC(Hm,{style:{width:"16px",height:"16px"}}),e]}),VC=Kl.div`
1577
1577
  display: flex;
1578
1578
  justify-content: flex-start;
1579
1579
  justify-items: center;
@@ -1591,15 +1591,15 @@ 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}=x(),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}=x();return ri(KC,{children:[We(S,{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)`
1594
+ `;import{Fragment as YC,jsx as We,jsxs as ri}from"react/jsx-runtime";var jC=()=>{let{navigate:e}=S(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return Vm.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),ri(KC,{children:[We(Hn,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),We(kt,{children:We(eo,{style:{width:"152px",height:"152px"}})}),ri(Gm,{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"})]})},zm=()=>{let{navigateBack:e}=S();return ri(YC,{children:[We(_,{backFn:e},"header"),We(J,{}),We(jC,{}),We(Q,{}),ri(ee,{children:[We("span",{children:"Still not sure? "}),We("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},KC=qC(kt)`
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}=x(),{enabled:m,token:h}=de(),y=Fi(o),C=n,b=n||!y,P=_=>{i(!0),l(o,_).then(()=>{s("AWAITING_PASSWORDLESS_CODE")}).catch(k=>{c({errorModalData:{error:k,previousScreen:u||"LANDING"}}),s("ERROR_SCREEN")}).finally(()=>{i(!1)})},E=()=>{m&&!h&&!a?(c({captchaModalData:{callback:_=>l(o,_),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:_=>r(_.target.value),onKeyUp:_=>{_.key==="Enter"&&E()},value:o,autoComplete:"email"}),e.stacked?null:ni(qr,{isSubmitting:C,onClick:E,disabled:b,children:"Submit"})]})}),e.stacked?ni(U,{loadingText:null,loading:C,disabled:b,onClick:E,children:"Submit"}):null]})}),QC=qm.div`
1600
+ `;import Rb from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as Ib,useState as lf}from"react";import{isMobile as Mb}from"react-device-detect";import Wb from"styled-components";import tb from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as ob}from"react";import JC from"@heroicons/react/24/outline/EnvelopeIcon";import{forwardRef as QC,useState as $m}from"react";import jm from"styled-components";import{Fragment as eb,jsx as ni,jsxs as qm}from"react/jsx-runtime";var Ya=QC((e,t)=>{let[o,r]=$m(""),[n,i]=$m(!1),{authenticated:a}=G(),{initLoginWithEmail:l}=M(),{navigate:s,setModalData:c,currentScreen:u}=S(),{enabled:f,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=()=>{f&&!h&&!a?(c({captchaModalData:{callback:A=>l(o,A),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN")):P(h)};return qm(eb,{children:[ni(ZC,{children:qm(XC,{children:[ni(JC,{}),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($r,{isSubmitting:C,onClick:b,disabled:E,children:"Submit"})]})}),e.stacked?ni(U,{loadingText:null,loading:C,disabled:E,onClick:b,children:"Submit"}):null]})}),ZC=jm.div`
1601
1601
  width: 100%;
1602
- `,ZC=qm.label`
1602
+ `,XC=jm.label`
1603
1603
  display: block;
1604
1604
  position: relative;
1605
1605
  width: 100%;
@@ -1657,9 +1657,9 @@ 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}=x(),{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}=x(),[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,b=_=>{let k=_.target.value;a(k),n(""),e.onChange&&e.onChange({rawPhoneNumber:r,qualifiedPhoneNumber:es(r,k),countryCode:k,isValid:ii(r,i)})},P=_=>{try{let k=_.replace(/\D/g,""),R=r.replace(/\D/g,""),A=k===R?_:s.input(_);n(A),e.onChange&&e.onChange({rawPhoneNumber:A,qualifiedPhoneNumber:es(_,i),countryCode:i,isValid:ii(_,i)})}catch(k){console.error("Error processing phone number:",k)}},E=()=>{y(!0);let _=es(r,i);e.onSubmit({rawPhoneNumber:r,qualifiedPhoneNumber:_,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:b}),ai("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:c,onChange:_=>{P(_.target.value)},onKeyUp:_=>{_.key==="Enter"&&E()},value:r,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?ai(qr,{isSubmitting:h,onClick:E,disabled:m,children:"Submit"}):null]})}),e.stacked&&!e.noIncludeSubmitButton?ai(U,{loading:h,loadingText:null,onClick:E,disabled:m,children:"Submit"}):null]})}),fb=Xm.div`
1660
+ `;import{Fragment as rb,jsx as Ja,jsxs as Km}from"react/jsx-runtime";var Qa=({isEditable:e,setIsEditable:t})=>{let o=ob(null);return Km(rb,{children:[Ja(bo,{if:!e,children:Ja(Ya,{ref:o})}),Ja(bo,{if:e,children:Km(ge,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[Ja(tb,{})," Continue with Email"]})})]})};import{useState as nb}from"react";import{jsx as Jl,jsxs as ib}from"react/jsx-runtime";var Za=()=>{let[e,t]=nb(!1),{currentScreen:o,navigate:r,setModalData:n}=S(),{enabled:i,token:a}=de(),{initLoginWithFarcaster:l}=M();return ib(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(pr,{})})]})};import vb from"@heroicons/react/24/outline/PhoneIcon";import{useRef as wb}from"react";import{forwardRef as fb,useState as Ql}from"react";import ef from"styled-components";import ab from"libphonenumber-js/examples.mobile.json";import{isPossiblePhoneNumber as sb,AsYouType as lb,getCountries as cb,getCountryCallingCode as Xa,getExampleNumber as db}from"libphonenumber-js/min";import{jsx as mb,jsxs as ub}from"react/jsx-runtime";var ii=(e,t)=>sb(String(e),t),es=(e,t)=>`+${Xa(t)} ${e}`,Ym=e=>`*${e.replaceAll("-","").slice(-4)}`,Jm=e=>new lb(e),pb=cb().map(e=>({code:e,callCode:Xa(e)})),Qm=e=>db(e,ab)?.formatNational(),Zm=({value:e,onChange:t})=>mb("select",{value:e,onChange:t,children:pb.map(o=>ub("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});import{Fragment as gb,jsx as ai,jsxs as Xm}from"react/jsx-runtime";var un=fb((e,t)=>{let{app:o}=S(),[r,n]=Ql(""),[i,a]=Ql(o?.intl.defaultCountry??"US"),l=ii(r,i),s=Jm(i),c=Qm(i),u=Xa(i),f=!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 Xm(gb,{children:[ai(hb,{children:Xm(yb,{callingCodeLength:C,children:[ai(Zm,{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($r,{isSubmitting:h,onClick:b,disabled:f,children:"Submit"}):null]})}),e.stacked&&!e.noIncludeSubmitButton?ai(U,{loading:h,loadingText:null,onClick:b,disabled:f,children:"Submit"}):null]})}),hb=ef.div`
1661
1661
  width: 100%;
1662
- `,hb=Xm.label`
1662
+ `,yb=ef.label`
1663
1663
  --country-code-dropdown-width: calc(54px + calc(12 * ${e=>e.callingCodeLength}px));
1664
1664
  --phone-input-extra-padding-left: calc(12px + calc(3 * ${e=>e.callingCodeLength}px));
1665
1665
  display: block;
@@ -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 Cb,jsx as ts,jsxs as tf}from"react/jsx-runtime";var os=({isEditable:e,setIsEditable:t})=>{let o=wb(null),{authenticated:r}=G(),{navigate:n,setModalData:i,currentScreen:a}=S(),{initLoginWithSms:l}=M(),{enabled:s,token:c}=de();async function u({qualifiedPhoneNumber:f}){if(s&&!c&&!r)i({captchaModalData:{callback:h=>l(f,h),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(f,c),n("AWAITING_PASSWORDLESS_CODE")}catch(h){i({errorModalData:{error:h,previousScreen:a||"LANDING"}}),n("ERROR_SCREEN")}}return tf(Cb,{children:[ts(bo,{if:!e,children:ts(un,{ref:o,onSubmit:u})}),ts(bo,{if:e,children:tf(ge,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[ts(vb,{})," Continue with SMS"]})})]})};import{jsx as of,jsxs as bb}from"react/jsx-runtime";var rs=({style:e,...t})=>bb("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:[of("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"}),of("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 Eb}from"react/jsx-runtime";var ns=({style:e,...t})=>Eb("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 rf}from"react/jsx-runtime";var is=({style:e,...t})=>rf("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:rf("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 Tb}from"react/jsx-runtime";var ss=({style:e,...t})=>Tb("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 nf,jsxs as Pb}from"react/jsx-runtime";function ds(e){return Pb("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 496 512",...e,children:[nf("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"}),nf("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 xb}from"react/jsx-runtime";function ps(e){return xb("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 af}from"react/jsx-runtime";var us=({style:e,...t})=>af("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:af("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 Yo,jsxs as _b}from"react/jsx-runtime";var Sb={apple:{logo:Yo(rs,{}),displayName:"Apple"},discord:{logo:Yo(ns,{}),displayName:"Discord"},github:{logo:Yo(is,{}),displayName:"GitHub"},google:{logo:Yo(ss,{}),displayName:"Google"},linkedin:{logo:Yo(cs,{}),displayName:"LinkedIn"},spotify:{logo:Yo(ds,{}),displayName:"Spotify"},twitter:{logo:Yo(us,{}),displayName:"Twitter"},tiktok:{logo:Yo(ps,{}),displayName:"TikTok"}},Ne=({provider:e})=>{let{enabled:t,token:o}=de(),{navigate:r,setModalData:n}=S(),{initLoginWithOAuth:i}=M(),{displayName:a,logo:l}=Sb[e];return _b(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 Ab from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as sf,jsxs as kb}from"react/jsx-runtime";var ms=({onClick:e,text:t,icon:o})=>kb(ge,{onClick:e,children:[o,sf(Ca,{children:t}),sf(Ab,{})]});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]=lf("default"),[u,f]=lf("email");Ib(()=>{let x=l.indexOf("sms"),L=l.indexOf("email");x>-1&&x<L&&f("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:()=>{f("email")}},x):x==="sms"?Le(os,{isEditable:u==="sms",setIsEditable:()=>{f("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"&&(!Mb||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=Nb({primary:C.length,overflow:E.length}),[A,R]=kd(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(Lb,{}),Le(ba,{style:{overflow:"hidden",padding:2},children:hs(_t,{children:[s==="default"&&hs(Xl,{children:[...A,R.length>0&&Le(ms,{text:"More options",icon:Le(Rb,{}),onClick:()=>c("overflow")})]}),s==="overflow"&&hs(Xl,{children:[...R]})]})}),r&&Le(qr,{app:r}),Le(V,{protectedByPrivy:!0})]})},fs=5,Nb=({primary:e,overflow:t})=>e<fs?e:e===fs&&t===0?fs:fs-1,Lb=Wb(en)`
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}=x(),{email:i,sms:a,google:l,twitter:s,discord:c,github:u,spotify:m,tiktok:h,linkedin:y,apple:C,wallet:b,farcaster:P}=r?.loginMethods??{},E=r?.appearance.loginGroupPriority||"web2-first",_=r?.appearance.hideDirectWeb2Inputs,[k,R]=pf("default"),[A,O]=pf(i?"email":"sms");Hb(()=>{O(i?"email":"sms")},[i]);let D=()=>{t({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{R("default")},150)};n.current=D;let F=[i&&he(Qa,{isEditable:A==="email",setIsEditable:()=>{O("email")}}),a&&he(os,{isEditable:A==="sms",setIsEditable:()=>{O("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),z=$n(r.appearance.walletList,o,e,r.appearance.walletList),L=k==="default"?void 0:()=>{R("default")},$=$b({priority:E,email:i,sms:a,social:H}),I=qb({priority:E,email:i,sms:a,social:H}),ne=jb({priority:E,email:i,sms:a,social:H}),ae=he(df,{text:ne,onClick:()=>R("web3-overflow")}),K=he(ms,{text:$,icon:I,onClick:()=>R("web2-overflow")}),Ve=_?0:1;return fn(ci,{children:[he(S,{title:"Log in or sign up",onClose:D,backFn:L}),k==="default"&&he(zb,{}),he(ba,{style:{overflow:"hidden",padding:2},children:fn(St,{children:[k==="default"&&E==="web2-first"&&fn(ci,{children:[...F,...H.length+F.length>4?H.slice(0,3-F.length):H,F.length+H.length>4&&K,b&&ae]}),k==="default"&&E==="web3-first"&&fn(ci,{children:[b&&fn(ci,{children:[...z.length>4?z.slice(0,3):z,z.length>4&&ae]}),F.length+H.length>Ve&&K,F.length+H.length===Ve&&F.length?F[0]:null,F.length+H.length===Ve&&H.length?H[0]:null]}),k==="web2-overflow"&&fn(ci,{children:[...E==="web3-first"?F:[],...H]}),...k==="web3-overflow"?z:[]]})}),r&&he(jr,{app:r}),he(V,{protectedByPrivy:!0})]})},zb=Vb(tn)`
1750
+ `;import Fb from"@heroicons/react/24/outline/EnvelopeIcon";import Bb from"@heroicons/react/24/outline/PhoneIcon";import Hb from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as Gb,useState as uf}from"react";import{isMobile as Vb}from"react-device-detect";import zb from"styled-components";import{jsx as li,jsxs as cf}from"react/jsx-runtime";var df=({...e})=>cf("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[cf("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 Ob from"@heroicons/react/24/outline/ChevronRightIcon";import Db from"@heroicons/react/24/outline/WalletIcon";import{jsx as ec,jsxs as Ub}from"react/jsx-runtime";var pf=({onClick:e,text:t})=>Ub(ge,{onClick:e,children:[ec(Db,{}),ec(Ca,{children:t}),ec(Ob,{})]});import{Fragment as ci,jsx as ye,jsxs as mn}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:f,tiktok:h,linkedin:y,apple:C,wallet:E,farcaster:P}=r?.loginMethods??{},b=r?.appearance.loginGroupPriority||"web2-first",A=r?.appearance.hideDirectWeb2Inputs,[R,I]=uf("default"),[x,L]=uf(i?"email":"sms");Gb(()=>{L(i?"email":"sms")},[i]);let O=()=>{t({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{I("default")},150)};n.current=O;let F=[i&&ye(Qa,{isEditable:x==="email",setIsEditable:()=>{L("email")}}),a&&ye(os,{isEditable:x==="sms",setIsEditable:()=>{L("sms")}})].filter(Boolean),H=[l&&ye(Ne,{provider:"google"}),s&&(!Vb||r?.loginConfig.twitterOAuthOnMobileEnabled)&&ye(Ne,{provider:"twitter"}),c&&ye(Ne,{provider:"discord"}),u&&ye(Ne,{provider:"github"}),f&&ye(Ne,{provider:"spotify"}),h&&ye(Ne,{provider:"tiktok"}),y&&ye(Ne,{provider:"linkedin"}),C&&ye(Ne,{provider:"apple"}),P&&ye(Za,{})].filter(Boolean),$=$n(r.appearance.walletList,o,e,r.appearance.walletList),D=R==="default"?void 0:()=>{I("default")},z=qb({priority:b,email:i,sms:a,social:H}),k=jb({priority:b,email:i,sms:a,social:H}),oe=Kb({priority:b,email:i,sms:a,social:H}),ie=ye(pf,{text:oe,onClick:()=>I("web3-overflow")}),j=ye(ms,{text:z,icon:k,onClick:()=>I("web2-overflow")}),Ve=A?0:1;return mn(ci,{children:[ye(_,{title:"Log in or sign up",onClose:O,backFn:D}),R==="default"&&ye($b,{}),ye(ba,{style:{overflow:"hidden",padding:2},children:mn(_t,{children:[R==="default"&&b==="web2-first"&&mn(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"&&mn(ci,{children:[E&&mn(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"&&mn(ci,{children:[...b==="web3-first"?F:[],...H]}),...R==="web3-overflow"?$:[]]})}),r&&ye(qr,{app:r}),ye(V,{protectedByPrivy:!0})]})},$b=zb(en)`
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}=x();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}=x();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}=x();return Jb(Yb,{children:[Qo(S,{},"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}=x(),{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(S,{},"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}=x(),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(S,{},"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}=x();return bf(r0,{children:[Xo(S,{},"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`
1752
+ `,qb=({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",jb=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?ye(Hb,{}):t&&o?ye(df,{}):t?ye(Fb,{}):o?ye(Bb,{}):null,Kb=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{jsx as mf}from"react/jsx-runtime";var ff=()=>{let{app:e}=S();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?mf(ys,{connectOnly:!0}):mf(gs,{connectOnly:!0})};import{jsx as hf}from"react/jsx-runtime";var yf=()=>{let{app:e}=S();return e.loginMethodsAndOrder&&e.loginMethodsAndOrder.primary.length>0?hf(ys,{connectOnly:!1}):hf(gs,{connectOnly:!1})};import Yb from"@heroicons/react/24/outline/EnvelopeIcon";import{Fragment as Jb,jsx as Jo,jsxs as Qb}from"react/jsx-runtime";var gf=()=>{let{app:e}=S();return Qb(Jb,{children:[Jo(_,{},"header"),Jo(J,{}),Jo(we,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:Jo(Yb,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),Jo(At,{children:Jo(Ya,{stacked:!0})}),Jo(Q,{}),Jo(V,{protectedByPrivy:!0})]})};import Zb from"@heroicons/react/24/outline/PhoneIcon";import{Fragment as Xb,jsx as Qo,jsxs as e0}from"react/jsx-runtime";var vf=()=>{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 e0(Xb,{children:[Qo(_,{},"header"),Qo(J,{}),Qo(we,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:Qo(Zb,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),Qo(At,{children:Qo(un,{stacked:!0,onSubmit:a})}),Qo(Q,{}),Qo(V,{protectedByPrivy:!0})]})};import{Fragment as t0,jsx as di,jsxs as o0}from"react/jsx-runtime";var wf=()=>{let{linkingHint:e}=M(),{app:t}=S(),o=e?`Select the wallet with ${No(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return o0(t0,{children:[di(_,{},"header"),di(io,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),di(_t,{children:di(Xr,{connectOnly:!1})}),di(V,{protectedByPrivy:!0})]})};import{jsx as Cf,jsxs as r0}from"react/jsx-runtime";var bf=({style:e,...t})=>r0("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:[Cf("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),Cf("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 n0,jsx as Zo,jsxs as Ef}from"react/jsx-runtime";var Tf=()=>{let{closePrivyModal:e}=M(),{navigate:t}=S();return Ef(n0,{children:[Zo(_,{},"header"),Zo(J,{}),Zo(bf,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),Zo(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"}}),Ef(At,{children:[Zo(U,{onClick:()=>t("LANDING"),children:"Try again"}),Zo(Ft,{onClick:()=>e(),children:"Cancel"})]}),Zo(Q,{}),Zo(V,{protectedByPrivy:!0})]})};import Mf from"@heroicons/react/20/solid/CheckIcon";import x0 from"@heroicons/react/24/outline/DevicePhoneMobileIcon";import S0 from"@heroicons/react/24/outline/FingerPrintIcon";import _0 from"@heroicons/react/24/outline/PhoneIcon";import Wf from"@heroicons/react/24/outline/TrashIcon";import A0 from"@heroicons/react/24/solid/CheckBadgeIcon";import Nf from"@heroicons/react/24/solid/CheckCircleIcon";import Lf from"@heroicons/react/24/solid/DevicePhoneMobileIcon";import k0 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 Of,useState as So}from"react";import{useState as rc}from"react";import{isMobile as d0}from"react-device-detect";import Af from"styled-components";import{Dialog as Pf,Transition as tc}from"@headlessui/react";import oc from"react";import hn from"styled-components";import{jsx as fn,jsxs as c0}from"react/jsx-runtime";var xf=({children:e,open:t,onClick:o,...r})=>fn(tc,{show:t,as:oc.Fragment,children:c0(Pf,{onClose:o,...r,as:a0,children:[fn(tc.Child,{as:oc.Fragment,enterFrom:"entering",leaveTo:"leaving",children:fn(i0,{"aria-hidden":"true"})}),fn(s0,{children:fn(tc.Child,{as:oc.Fragment,enterFrom:"entering",leaveTo:"leaving",children:fn(Pf.Panel,{as:l0,children:e})})})]})}),yn=hn.div`
1753
1753
  display: flex;
1754
1754
  flex-direction: column;
1755
1755
  text-align: center;
@@ -1772,7 +1772,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1772
1772
  box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
1773
1773
  border-radius: var(--privy-border-radius-lg);
1774
1774
  }
1775
- `,n0=yn.div`
1775
+ `,i0=hn.div`
1776
1776
  position: fixed;
1777
1777
  inset: 0;
1778
1778
 
@@ -1785,10 +1785,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
1785
1785
  backdrop-filter: unset;
1786
1786
  -webkit-backdrop-filter: unset;
1787
1787
  }
1788
- `,i0=yn.div`
1788
+ `,a0=hn.div`
1789
1789
  position: relative;
1790
1790
  z-index: 999999;
1791
- `,a0=yn.div`
1791
+ `,s0=hn.div`
1792
1792
  position: fixed;
1793
1793
  inset: 0;
1794
1794
  display: flex;
@@ -1796,7 +1796,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1796
1796
  justify-content: center;
1797
1797
  width: 100vw;
1798
1798
  min-height: 100vh;
1799
- `,s0=yn.div`
1799
+ `,l0=hn.div`
1800
1800
  // reset some default dialog styles
1801
1801
  padding: 0;
1802
1802
  background: transparent;
@@ -1843,19 +1843,19 @@ You will need this password to access your ${e} wallet on a new device. Please k
1843
1843
  box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
1844
1844
  border-radius: var(--privy-border-radius-lg);
1845
1845
  }
1846
- `,xf=yn.div`
1846
+ `,Sf=hn.div`
1847
1847
  display: flex;
1848
1848
  flex-direction: column;
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 b=p0(C.currentTarget.value);if(b==="")return;let P=u0(n,nc),E=b.split(""),_=!E.every(nc),k=E.length+P>ui;if(_){l("Passcode can only be numbers"),c(1);return}if(k){l("Passcode must be exactly 6 numbers"),c(1);return}l(null),c(null);let R=Number(C.currentTarget.name?.charAt(4)),A=[...b||[""]].slice(0,ui-R),O=[...n.slice(0,R),...A,...n.slice(R+A.length)];i(O);let D=A.length,F=Math.min(Math.max(R+D,0),ui-1);if(document.querySelector(`input[name=pin-${F}]`)?.focus(),Sf(O))try{await e(O.join("")),document.querySelector(`input[name=pin-${F}]`)?.blur()}catch(z){c(1),l(z.message)}else try{await e(null)}catch(z){c(1),l(z.message)}},m=C=>{s===1&&(l(null),c(null));let b=[...n.slice(0,C),"",...n.slice(C+1)];i(b),C>0&&document.querySelector(`input[name=pin-${C-1}]`)?.focus(),Sf(b)?e(b.join("")):e(null)},y=r?"success":!!(o||a)?"fail":"";return pi(y0,{children:h0(m0,{children:[pi("div",{children:n.map((C,b)=>pi("input",{name:`pin-${b}`,type:"text",value:n[b],onChange:u,onKeyUp:P=>{P.key==="Backspace"&&m(b)},inputMode:"numeric",autoFocus:b===0,pattern:"[0-9]",className:y,autoComplete:c0?"one-time-code":"off",disabled:t},b))}),pi("div",{children:pi(f0,{fail:!!o||!!a,children:o||a})})]})})},m0=_f.div`
1852
+ `;import{Fragment as g0,jsx as pi,jsxs as y0}from"react/jsx-runtime";var ui=6,p0=new Array(ui).fill("");function u0(e){return e.replace(/\s+/g,"")}function nc(e){return/^[0-9]{1}$/.test(e)}function _f(e){return e.length===ui&&e.every(nc)}function m0(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var gn=({onChange:e,disabled:t,errorReasonOverride:o,success:r})=>{let[n,i]=rc(p0),[a,l]=rc(null),[s,c]=rc(null),u=async C=>{C.preventDefault();let E=u0(C.currentTarget.value);if(E==="")return;let P=m0(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(),_f(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)}},f=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(),_f(E)?e(E.join("")):e(null)},y=r?"success":!!(o||a)?"fail":"";return pi(g0,{children:y0(f0,{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"&&f(E)},inputMode:"numeric",autoFocus:E===0,pattern:"[0-9]",className:y,autoComplete:d0?"one-time-code":"off",disabled:t},E))}),pi("div",{children:pi(h0,{fail:!!o||!!a,children:o||a})})]})})},f0=Af.div`
1853
1853
  display: flex;
1854
1854
  flex-direction: column;
1855
1855
  width: 100%;
1856
1856
  gap: 8px;
1857
1857
 
1858
- ${gn}[data-height='medium'] & {
1858
+ ${yn}[data-height='medium'] & {
1859
1859
  margin-top: 22px;
1860
1860
  }
1861
1861
 
@@ -1920,7 +1920,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1920
1920
  transform: translate(1px, 0px);
1921
1921
  }
1922
1922
  }
1923
- `,f0=_f.div`
1923
+ `,h0=Af.div`
1924
1924
  line-height: 20px;
1925
1925
  font-size: 13px;
1926
1926
  display: flex;
@@ -1928,7 +1928,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1928
1928
  width: 100%;
1929
1929
 
1930
1930
  color: ${e=>e.fail?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
1931
- `;import{useContext as g0}from"react";function wn(){let{promptMfa:e,init:t,submit:o,cancel:r}=g0(le);return{promptMfa:e,init:t,submit:o,cancel:r}}import{useContext as v0}from"react";function mi(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=v0(le);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>i(!0),closeMfaEnrollmentModal:()=>i(!1)}}import w0 from"styled-components";import{jsx as Af,jsxs as b0}from"react/jsx-runtime";var kf=e=>b0(C0,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[Af("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),Af("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M45.2463 20.9106C44.5473 20.2486 43.4527 20.2486 42.7537 20.9106C37.8798 25.5263 31.3034 28.3546 24.0625 28.3546C23.9473 28.3546 23.8323 28.3539 23.7174 28.3525C22.9263 28.3427 22.2202 28.8471 21.9731 29.5987C20.9761 32.6311 20.4375 35.8693 20.4375 39.2297C20.4375 53.5896 30.259 65.651 43.5482 69.0714C43.8446 69.1477 44.1554 69.1477 44.4518 69.0714C57.741 65.651 67.5625 53.5896 67.5625 39.2297C67.5625 35.8693 67.0239 32.6311 66.0269 29.5987C65.7798 28.8471 65.0737 28.3427 64.2826 28.3525C64.1677 28.3539 64.0527 28.3546 63.9375 28.3546C56.6966 28.3546 50.1202 25.5263 45.2463 20.9106ZM52.7249 40.2829C53.3067 39.4683 53.1181 38.3363 52.3035 37.7545C51.4889 37.1726 50.3569 37.3613 49.7751 38.1759L41.9562 49.1223L38.0316 45.1977C37.3238 44.4899 36.1762 44.4899 35.4684 45.1977C34.7605 45.9056 34.7605 47.0532 35.4684 47.761L40.9059 53.1985C41.2826 53.5752 41.806 53.7671 42.337 53.7232C42.868 53.6792 43.3527 53.4039 43.6624 52.9704L52.7249 40.2829Z"})]}),C0=w0.svg`
1931
+ `;import{useContext as v0}from"react";function vn(){let{promptMfa:e,init:t,submit:o,cancel:r}=v0(le);return{promptMfa:e,init:t,submit:o,cancel:r}}import{useContext as w0}from"react";function mi(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=w0(le);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>i(!0),closeMfaEnrollmentModal:()=>i(!1)}}import C0 from"styled-components";import{jsx as kf,jsxs as E0}from"react/jsx-runtime";var Rf=e=>E0(b0,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[kf("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),kf("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M45.2463 20.9106C44.5473 20.2486 43.4527 20.2486 42.7537 20.9106C37.8798 25.5263 31.3034 28.3546 24.0625 28.3546C23.9473 28.3546 23.8323 28.3539 23.7174 28.3525C22.9263 28.3427 22.2202 28.8471 21.9731 29.5987C20.9761 32.6311 20.4375 35.8693 20.4375 39.2297C20.4375 53.5896 30.259 65.651 43.5482 69.0714C43.8446 69.1477 44.1554 69.1477 44.4518 69.0714C57.741 65.651 67.5625 53.5896 67.5625 39.2297C67.5625 35.8693 67.0239 32.6311 66.0269 29.5987C65.7798 28.8471 65.0737 28.3427 64.2826 28.3525C64.1677 28.3539 64.0527 28.3546 63.9375 28.3546C56.6966 28.3546 50.1202 25.5263 45.2463 20.9106ZM52.7249 40.2829C53.3067 39.4683 53.1181 38.3363 52.3035 37.7545C51.4889 37.1726 50.3569 37.3613 49.7751 38.1759L41.9562 49.1223L38.0316 45.1977C37.3238 44.4899 36.1762 44.4899 35.4684 45.1977C34.7605 45.9056 34.7605 47.0532 35.4684 47.761L40.9059 53.1985C41.2826 53.5752 41.806 53.7671 42.337 53.7232C42.868 53.6792 43.3527 53.4039 43.6624 52.9704L52.7249 40.2829Z"})]}),b0=C0.svg`
1932
1932
  height: 90px;
1933
1933
  width: 90px;
1934
1934
 
@@ -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}=x(),{closePrivyModal:u}=M(),{promptMfa:m}=wn(),[h,y]=So(s?.mfaEnrollmentFlow?.seenIntro||!1),[C,b]=So(s?.mfaEnrollmentFlow?.selectedMfaMethod||null),P=()=>{u({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{r(null),b(null)},500)};c.current=P;let E=e?.mfaMethods.includes("sms"),_=!!e?.phone,k=e?.mfaMethods.includes("totp"),R=E||k;Lf(()=>{R&&y(!0)},[R]);function A(){r(null),b(null)}function O(){y(!1)}async function D(L){await m(),b(L)}if(!l||!e||!a)return Z(It,{children:[g(S,{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(S,{backFn:A,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(S,{backFn:A,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&&!R)return Z(It,{children:[g(S,{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 z=!R&&!h;if(z)return Z(It,{children:[g(S,{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:A,onClose:P});case"totp":return g(R0,{onComplete:P,onClose:P,onReset:A});default:return Z(It,{children:[g(S,{backFn:z?O:void 0,onClose:P},"header"),g(Fe,{children:g(Ze,{children:g(ic,{})})}),g(ve,{children:"Choose a verification method"}),R?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")||k)&&Z(Ta,{children:[g(ge,{disabled:k,onClick:()=>D("totp"),children:Z(xa,{children:[Z(Pa,{children:[g(P0,{}),"Authenticator App"]}),k?Z(Yr,{children:[g(If,{}),"Added"]}):g(Yr,{children:"Recommended"})]})}),k&&g(ml,{id:"remove",onClick:()=>r("totp"),children:g(Mf,{})})]},"totp"),(s.mfaEnrollmentFlow.mfaMethods.includes("sms")||E)&&Z(Ta,{children:[g(ge,{disabled:E||_,onClick:()=>D("sms"),children:Z(xa,{children:[Z(Pa,{children:[g(S0,{}),"SMS"]}),E&&Z(Yr,{children:[g(If,{}),"Added"]}),_&&g(Yr,{children:"Disabled"})]})}),E&&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:b}=x();function P(){h?.mfaEnrollmentFlow?.onSuccess(),e()}async function E({qualifiedPhoneNumber:R}){try{await c({phoneNumber:R}),n(R),s("verify")}catch(A){b({mfaEnrollmentFlow:h?.mfaEnrollmentFlow?{...h?.mfaEnrollmentFlow,selectedMfaMethod:"sms",seenIntro:!0}:void 0,errorModalData:{error:A,previousScreen:y||"MFA_ENROLLMENT_FLOW_SCREEN"}}),C("ERROR_SCREEN")}}async function _(R){try{if(!R)return;await u({phoneNumber:r,mfaCode:R}),a(!0)}catch(A){throw Rl(A)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):an(A)?new Error("The code you entered is not valid"):nn(A)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Il(A)?new Error("Verification canceled"):new Error("Unknown error")}}function k(){l==="verify"?s("enroll"):t()}return l==="enroll"?Z(It,{children:[g(S,{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:E}),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(S,{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(S,{backFn:k,onClose:o},"header"),g(Fe,{children:g(Ze,{children:g(ac,{})})}),g(ve,{children:"Enter enrollment code"}),Z(Ho,{children:[g(vn,{onChange:_}),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}=x();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(E){throw Rl(E)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):an(E)?new Error("The code you entered is not valid"):nn(E)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):Il(E)?new Error("Verification canceled"):new Error("Unknown error")}}function b(){r==="verify"?n("enroll"):o()}return r==="enroll"?Z(It,{children:[g(S,{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(S,{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(S,{backFn:b,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`
1942
+ `;import T0 from"@heroicons/react/24/solid/ShieldCheckIcon";import{jsx as P0}from"react/jsx-runtime";var If=({size:e,authUrl:t})=>P0(za,{url:t,squareLogoElement:T0,size:e,fgColor:"#1F1F1F"});import{Fragment as Mt,jsx as g,jsxs as Z}from"react/jsx-runtime";var Df=()=>{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:f}=vn(),[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;Of(()=>{I&&y(!0)},[I]);function x(){r(null),E(null)}function L(){y(!1)}async function O(D){await f(),E(D)}if(!l||!e||!a)return Z(Mt,{children:[g(_,{onClose:P},"header"),g(Fe,{children:g(Rf,{})}),g(Bo,{children:g(Pt,{})}),g(ee,{})]});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(Mt,{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(Ho,{children:g(U,{warn:!0,onClick:F,children:"Remove SMS for MFA"})}),g(ee,{})]});if(o==="totp")return Z(Mt,{children:[g(_,{backFn:x,onClose:P},"header"),g(Fe,{children:g(Ze,{children:g(Lf,{})})}),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(Ho,{children:g(U,{warn:!0,onClick:H,children:"Remove Authenticator App for MFA"})}),g(ee,{})]});if(s.mfaEnrollmentFlow.mfaMethods.length===0&&!I)return Z(Mt,{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(Ho,{children:g(U,{onClick:P,children:"Close"})}),g(ee,{})]});let $=!I&&!h;if($)return Z(Mt,{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(Vp,{children:[Z(ul,{children:[g(pl,{children:g(A0,{})}),"Enable 2-Step verification for your ",a?.name," wallet."]}),Z(ul,{children:[g(pl,{children:g(k0,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),Z(Ho,{children:[g(U,{onClick:()=>y(!0),children:"Continue"}),g(Ft,{onClick:P,children:"Not now"})]}),g(ee,{})]});switch(C){case"sms":return g(R0,{onComplete:P,onReset:x,onClose:P});case"totp":return g(I0,{onComplete:P,onClose:P,onReset:x});default:return Z(Mt,{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(x0,{}),"Authenticator App"]}),R?Z(Kr,{children:[g(Mf,{}),"Added"]}):g(Kr,{children:"Recommended"})]})}),R&&g(ml,{id:"remove",onClick:()=>r("totp"),children:g(Wf,{})})]},"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(_0,{}),"SMS"]}),b&&Z(Kr,{children:[g(Mf,{}),"Added"]}),A&&g(Kr,{children:"Disabled"})]})}),b&&g(ml,{id:"remove",onClick:()=>r("sms"),children:g(Wf,{})})]},"sms"),g(Ta,{children:g(ge,{disabled:!0,children:Z(xa,{children:[Z(Pa,{children:[g(S0,{}),"Passkey"]}),g(Kr,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),g(ee,{})]})}},R0=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=So(""),[i,a]=So(!1),[l,s]=So("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:u}=mi(),{app:f,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."):nn(x)?new Error("The code you entered is not valid"):rn(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(Mt,{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(Bo,{children:[g(un,{onSubmit:b}),Z(zp,{children:["By providing your mobile number, you agree to receive text messages from ",f?.name,". Some carrier charges may apply"]})]}),g(ee,{})]}):i?Z(Mt,{children:[g(_,{onClose:P},"header"),g(Fe,{children:g(Ze,{status:"success",children:g(Nf,{})})}),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(Ho,{children:g(U,{onClick:P,children:"Done"})}),g(ee,{})]}):Z(Mt,{children:[g(_,{backFn:R,onClose:o},"header"),g(Fe,{children:g(Ze,{children:g(ac,{})})}),g(ve,{children:"Enter enrollment code"}),Z(Bo,{children:[g(gn,{onChange:A}),Z(me,{children:["To continue, enter the 6-digit code sent to ",g("strong",{children:Ym(r)})]})]}),g(ee,{})]})},I0=({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:f}=S();Of(()=>{a(null),c().then(P=>{a(P)}).catch(()=>{a(null),o()})},[]);function h(){f?.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."):nn(b)?new Error("The code you entered is not valid"):rn(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(Mt,{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(If,{authUrl:i.authUrl,size:200}):g(Pt,{})}),Z(Ho,{children:[g(kt,{children:i?.secret&&g(pn,{itemName:"secret",text:i.secret})}),g(U,{onClick:y,children:"Continue"})]}),g(ee,{})]}):l?Z(Mt,{children:[g(_,{onClose:h},"header"),g(Fe,{children:g(Ze,{status:"success",children:g(Nf,{})})}),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(Ho,{children:g(U,{onClick:h,children:"Done"})}),g(ee,{})]}):Z(Mt,{children:[g(_,{backFn:E,onClose:t},"header"),g(Fe,{children:g(Ze,{children:g(Lf,{})})}),g(ve,{children:"Enter enrollment code"}),g(Bo,{children:g(gn,{onChange:C})}),Z(me,{children:["To continue, enter the 6-digit code generated from your ",g("strong",{children:"authenticator app"})]}),g(ee,{})]})};import ME from"@heroicons/react/24/outline/DevicePhoneMobileIcon";import WE from"@heroicons/react/24/outline/PhoneIcon";import NE from"@heroicons/react/24/solid/DevicePhoneMobileIcon";import LE from"@heroicons/react/24/solid/PhoneIcon";import OE from"@heroicons/react/24/solid/ShieldCheckIcon";import{useEffect as DE,useState as bc}from"react";import{StaticJsonRpcProvider as _E}from"@ethersproject/providers";import{useMemo as AE,useEffect as kE,useState as gh}from"react";import RE from"styled-components";import ih from"styled-components";import Ff from"styled-components";import{jsx as Uf,jsxs as N0}from"react/jsx-runtime";var vs=({label:e,children:t,valueStyles:o})=>N0(M0,{children:[Uf("div",{children:e}),Uf(W0,{style:{...o},children:t})]}),M0=Ff.div`
1943
1943
  display: flex;
1944
1944
  align-items: center;
1945
1945
  justify-content: space-between;
@@ -1954,7 +1954,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1954
1954
  color: var(--privy-color-foreground-2);
1955
1955
  text-align: right;
1956
1956
  }
1957
- `,M0=Uf.div`
1957
+ `,W0=Ff.div`
1958
1958
  font-size: 14px;
1959
1959
  line-height: 100%;
1960
1960
  display: flex;
@@ -1963,28 +1963,28 @@ You will need this password to access your ${e} wallet on a new device. Please k
1963
1963
  border-radius: var(--privy-border-radius-full);
1964
1964
  background-color: var(--privy-color-background-2);
1965
1965
  padding: 4px 8px;
1966
- `;import Cs from"styled-components";import{BigNumber as Ff}from"@ethersproject/bignumber";import{formatEther as Bf}from"@ethersproject/units";var fi=(e,t)=>{let o=(t*parseFloat(Bf(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},lo=(e,t,o=6,r=!1)=>{let i=parseFloat(Bf(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},sc=e=>e.map(be).reduce((t,o)=>t.add(o),Ff.from(0)).toHexString(),Hf=(e,t)=>{let{chains:o}=M(),r=`https://etherscan.io/address/${t}`,n=`${Wd(e,o)}/address/${t}`;if(!n)return r;try{new URL(n)}catch{return r}return n},be=e=>Ff.from(e);import{Fragment as D0,jsx as ws,jsxs as Gf}from"react/jsx-runtime";var Vf=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=sc(e),n=t?fi(r,t):void 0,i=lo(r,o);return ws(zf,{children:n||i})},lc=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=sc(e),n=t?fi(r,t):void 0,i=lo(r,o);return ws(zf,{children:n?Gf(D0,{children:[ws(N0,{children:"USD"}),n==="<$0.01"?Gf(O0,{children:[ws(L0,{children:"<"}),"$0.01"]}):n]}):i})},zf=Cs.span`
1966
+ `;import Cs from"styled-components";import{BigNumber as Bf}from"@ethersproject/bignumber";import{formatEther as Hf}from"@ethersproject/units";var fi=(e,t)=>{let o=(t*parseFloat(Hf(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},lo=(e,t,o=6,r=!1)=>{let i=parseFloat(Hf(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},sc=e=>e.map(be).reduce((t,o)=>t.add(o),Bf.from(0)).toHexString(),Gf=(e,t)=>{let{chains:o}=M(),r=`https://etherscan.io/address/${t}`,n=`${Nd(e,o)}/address/${t}`;if(!n)return r;try{new URL(n)}catch{return r}return n},be=e=>Bf.from(e);import{Fragment as U0,jsx as ws,jsxs as Vf}from"react/jsx-runtime";var zf=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=sc(e),n=t?fi(r,t):void 0,i=lo(r,o);return ws($f,{children:n||i})},lc=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=sc(e),n=t?fi(r,t):void 0,i=lo(r,o);return ws($f,{children:n?Vf(U0,{children:[ws(L0,{children:"USD"}),n==="<$0.01"?Vf(D0,{children:[ws(O0,{children:"<"}),"$0.01"]}):n]}):i})},$f=Cs.span`
1967
1967
  font-size: 14px;
1968
1968
  line-height: 140%;
1969
1969
  display: flex;
1970
1970
  gap: 4px;
1971
1971
  align-items: center;
1972
- `,N0=Cs.span`
1972
+ `,L0=Cs.span`
1973
1973
  font-size: 12px;
1974
1974
  line-height: 12px;
1975
1975
  color: var(--privy-color-foreground-3);
1976
- `,L0=Cs.span`
1977
- font-size: 10px;
1978
1976
  `,O0=Cs.span`
1977
+ font-size: 10px;
1978
+ `,D0=Cs.span`
1979
1979
  display: flex;
1980
1980
  align-items: center;
1981
- `;import cc from"styled-components";import{jsx as er,jsxs as bs}from"react/jsx-runtime";var $f=({gas:e,tokenPrice:t,tokenSymbol:o})=>bs(gl,{style:{paddingBottom:"12px"},children:[bs(jf,{children:[er(Yf,{children:"Est. Fees"}),er("div",{children:er(lc,{weiQuantities:[e],tokenPrice:t,tokenSymbol:o})})]}),t&&er(Kf,{children:`${lo(e,o)}`})]}),qf=({transactionData:e,gas:t,tokenPrice:o,tokenSymbol:r})=>{let n=be(e.value||0).add(be(t)).toHexString();return bs(gl,{children:[bs(jf,{children:[er(Yf,{children:"Total (including fees)"}),er("div",{children:er(lc,{weiQuantities:[e.value||0,t],tokenPrice:o,tokenSymbol:r})})]}),o&&er(Kf,{children:lo(n,r)})]})},jf=cc.div`
1981
+ `;import cc from"styled-components";import{jsx as Xo,jsxs as bs}from"react/jsx-runtime";var qf=({gas:e,tokenPrice:t,tokenSymbol:o})=>bs(gl,{style:{paddingBottom:"12px"},children:[bs(Kf,{children:[Xo(Jf,{children:"Est. Fees"}),Xo("div",{children:Xo(lc,{weiQuantities:[e],tokenPrice:t,tokenSymbol:o})})]}),t&&Xo(Yf,{children:`${lo(e,o)}`})]}),jf=({transactionData:e,gas:t,tokenPrice:o,tokenSymbol:r})=>{let n=be(e.value||0).add(be(t)).toHexString();return bs(gl,{children:[bs(Kf,{children:[Xo(Jf,{children:"Total (including fees)"}),Xo("div",{children:Xo(lc,{weiQuantities:[e.value||0,t],tokenPrice:o,tokenSymbol:r})})]}),o&&Xo(Yf,{children:lo(n,r)})]})},Kf=cc.div`
1982
1982
  display: flex;
1983
1983
  flex-direction: row;
1984
1984
  justify-content: space-between;
1985
1985
  align-items: center;
1986
1986
  padding-top: 4px;
1987
- `,Kf=cc.div`
1987
+ `,Yf=cc.div`
1988
1988
  display: flex;
1989
1989
  flex-direction: row;
1990
1990
  height: 12px;
@@ -1993,23 +1993,23 @@ You will need this password to access your ${e} wallet on a new device. Please k
1993
1993
  line-height: 12px;
1994
1994
  color: var(--privy-color-foreground-3);
1995
1995
  font-weight: 400;
1996
- `,Yf=cc.div`
1996
+ `,Jf=cc.div`
1997
1997
  font-size: 14px;
1998
1998
  line-height: 22.4px;
1999
1999
  font-weight: 400;
2000
- `;import U0 from"@heroicons/react/24/outline/ChevronDownIcon";import{useContext as Pr,useState as F0}from"react";import tr from"styled-components";import{createContext as Jf,useContext as yO}from"react";var Cn=Jf(void 0);var hi=Jf(void 0);import{Fragment as j0,jsx as $t,jsxs as Qf}from"react/jsx-runtime";var Zf=({defaultValue:e,children:t})=>{let[o,r]=F0(e||null),n=i=>{r(o===i?null:i)};return $t(Cn.Provider,{value:{activePanel:o,togglePanel:n},children:$t(B0,{children:t})})},Xf=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=Pr(Cn),n=o===e;return $t(hi.Provider,{value:{onToggle:()=>r(e),value:e},children:$t(z0,{isActive:n,"data-open":n,children:t})})},eh=({children:e})=>{let{activePanel:t}=Pr(Cn),{onToggle:o,value:r}=Pr(hi),n=t===r;return Qf(j0,{children:[Qf(H0,{onClick:o,"data-open":n,children:[$t(V0,{children:e}),$t(q0,{isactive:n,children:$t(U0,{height:"16px",width:"16px",strokeWidth:"2"})})]}),$t(G0,{})]})},th=({children:e})=>{let{activePanel:t}=Pr(Cn),{value:o}=Pr(hi);return $t($0,{"data-open":t===o,children:$t(rh,{children:e})})},oh=({children:e})=>{let{activePanel:t}=Pr(Cn),{value:o}=Pr(hi);return $t(rh,{children:typeof e=="function"?e({isActive:t===o}):e})},B0=tr.div`
2000
+ `;import F0 from"@heroicons/react/24/outline/ChevronDownIcon";import{useContext as Tr,useState as B0}from"react";import er from"styled-components";import{createContext as Qf,useContext as vO}from"react";var wn=Qf(void 0);var hi=Qf(void 0);import{Fragment as K0,jsx as $t,jsxs as Zf}from"react/jsx-runtime";var Xf=({defaultValue:e,children:t})=>{let[o,r]=B0(e||null),n=i=>{r(o===i?null:i)};return $t(wn.Provider,{value:{activePanel:o,togglePanel:n},children:$t(H0,{children:t})})},eh=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=Tr(wn),n=o===e;return $t(hi.Provider,{value:{onToggle:()=>r(e),value:e},children:$t($0,{isActive:n,"data-open":n,children:t})})},th=({children:e})=>{let{activePanel:t}=Tr(wn),{onToggle:o,value:r}=Tr(hi),n=t===r;return Zf(K0,{children:[Zf(G0,{onClick:o,"data-open":n,children:[$t(z0,{children:e}),$t(j0,{isactive:n,children:$t(F0,{height:"16px",width:"16px",strokeWidth:"2"})})]}),$t(V0,{})]})},oh=({children:e})=>{let{activePanel:t}=Tr(wn),{value:o}=Tr(hi);return $t(q0,{"data-open":t===o,children:$t(nh,{children:e})})},rh=({children:e})=>{let{activePanel:t}=Tr(wn),{value:o}=Tr(hi);return $t(nh,{children:typeof e=="function"?e({isActive:t===o}):e})},H0=er.div`
2001
2001
  display: flex;
2002
2002
  flex-direction: column;
2003
2003
  width: 100%;
2004
2004
  gap: 8px;
2005
- `,H0=tr.div`
2005
+ `,G0=er.div`
2006
2006
  display: flex;
2007
2007
  justify-content: space-between;
2008
2008
  align-items: center;
2009
2009
  width: 100%;
2010
2010
  cursor: pointer;
2011
2011
  padding-bottom: 8px;
2012
- `,G0=tr.div`
2012
+ `,V0=er.div`
2013
2013
  width: 100%;
2014
2014
 
2015
2015
  && {
@@ -2017,13 +2017,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
2017
2017
  border-color: var(--privy-color-foreground-4);
2018
2018
  }
2019
2019
  padding-bottom: 12px;
2020
- `,V0=tr.div`
2020
+ `,z0=er.div`
2021
2021
  font-size: 14px;
2022
2022
  font-weight: 500;
2023
2023
  line-height: 19.6px;
2024
2024
  width: 100%;
2025
2025
  padding-right: 8px;
2026
- `,z0=tr.div`
2026
+ `,$0=er.div`
2027
2027
  display: flex;
2028
2028
  flex-direction: column;
2029
2029
  width: 100%;
@@ -2035,7 +2035,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2035
2035
  border-color: var(--privy-color-foreground-4);
2036
2036
  border-radius: var(--privy-border-radius-md);
2037
2037
  }
2038
- `,$0=tr.div`
2038
+ `,q0=er.div`
2039
2039
  position: relative;
2040
2040
  overflow: hidden;
2041
2041
  transition: max-height 25ms ease-out;
@@ -2047,38 +2047,38 @@ You will need this password to access your ${e} wallet on a new device. Please k
2047
2047
  &[data-open='false'] {
2048
2048
  max-height: 0;
2049
2049
  }
2050
- `,rh=tr.div`
2050
+ `,nh=er.div`
2051
2051
  display: flex;
2052
2052
  flex-direction: column;
2053
2053
  gap: 12px;
2054
2054
  flex: 1 1 auto;
2055
2055
  min-height: 1px;
2056
- `,q0=tr.div`
2056
+ `,j0=er.div`
2057
2057
  transform: ${e=>e.isactive?"rotate(180deg)":"rotate(0deg)"};
2058
- `;import K0 from"styled-components";import{jsx as J0}from"react/jsx-runtime";var dc=({walletAddress:e,chainId:t=vo})=>J0(Y0,{href:Hf(t,e),target:"_blank",children:Lo(e)}),Y0=K0.a`
2058
+ `;import Y0 from"styled-components";import{jsx as Q0}from"react/jsx-runtime";var dc=({walletAddress:e,chainId:t=vo})=>Q0(J0,{href:Gf(t,e),target:"_blank",children:No(e)}),J0=Y0.a`
2059
2059
  &:hover {
2060
2060
  text-decoration: underline;
2061
2061
  }
2062
- `;import{jsx as gt,jsxs as pc}from"react/jsx-runtime";var bn=({from:e,to:t,txn:o,transactionInfo:r,tokenPrice:n,gas:i,tokenSymbol:a})=>{let l=o?.value||0;return gt(Zf,{children:pc(Xf,{value:"details",children:[gt(eh,{children:pc(Q0,{children:[gt("div",{children:r?.title||r?.actionDescription||"Details"}),gt(Z0,{children:gt(Vf,{weiQuantities:[l],tokenPrice:n,tokenSymbol:a})})]})}),pc(th,{children:[gt(vs,{label:"From",children:gt(dc,{walletAddress:e,chainId:o.chainId||vo})}),gt(vs,{label:"To",children:gt(dc,{walletAddress:t,chainId:o.chainId||vo})}),r&&r.action&&gt(vs,{label:"Action",children:r.action}),i&&gt($f,{transactionData:o,gas:i,tokenPrice:n,tokenSymbol:a})]}),gt(oh,{children:({isActive:s})=>gt(qf,{transactionData:o,displayFee:s,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},Q0=nh.div`
2062
+ `;import{jsx as vt,jsxs as pc}from"react/jsx-runtime";var Cn=({from:e,to:t,txn:o,transactionInfo:r,tokenPrice:n,gas:i,tokenSymbol:a})=>{let l=o?.value||0;return vt(Xf,{children:pc(eh,{value:"details",children:[vt(th,{children:pc(Z0,{children:[vt("div",{children:r?.title||r?.actionDescription||"Details"}),vt(X0,{children:vt(zf,{weiQuantities:[l],tokenPrice:n,tokenSymbol:a})})]})}),pc(oh,{children:[vt(vs,{label:"From",children:vt(dc,{walletAddress:e,chainId:o.chainId||vo})}),vt(vs,{label:"To",children:vt(dc,{walletAddress:t,chainId:o.chainId||vo})}),r&&r.action&&vt(vs,{label:"Action",children:r.action}),i&&vt(qf,{transactionData:o,gas:i,tokenPrice:n,tokenSymbol:a})]}),vt(rh,{children:({isActive:s})=>vt(jf,{transactionData:o,displayFee:s,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},Z0=ih.div`
2063
2063
  display: flex;
2064
2064
  flex-direction: row;
2065
2065
  justify-content: space-between;
2066
- `,Z0=nh.div`
2066
+ `,X0=ih.div`
2067
2067
  flex-shrink: 0;
2068
2068
  padding-left: 8px;
2069
- `;import gi from"styled-components";import{jsx as yi,jsxs as nE}from"react/jsx-runtime";var uc=({description:e,contractInfo:t})=>nE(X0,{children:[t.imgUrl&&yi(eE,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&yi(tE,{children:yi("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&yi(oE,{children:t.name}),yi(rE,{children:e||t.actionText})]}),X0=gi.div`
2069
+ `;import gi from"styled-components";import{jsx as yi,jsxs as iE}from"react/jsx-runtime";var uc=({description:e,contractInfo:t})=>iE(eE,{children:[t.imgUrl&&yi(tE,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&yi(oE,{children:yi("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&yi(rE,{children:t.name}),yi(nE,{children:e||t.actionText})]}),eE=gi.div`
2070
2070
  display: flex;
2071
2071
  flex-direction: column;
2072
2072
  align-items: center;
2073
2073
  margin-bottom: 8px;
2074
- `,eE=gi.img`
2074
+ `,tE=gi.img`
2075
2075
  && {
2076
2076
  height: ${e=>e.size==="sm"?"65px":"140px"};
2077
2077
  width: ${e=>e.size==="sm"?"65px":"140px"};
2078
2078
  border-radius: 16px;
2079
2079
  margin-bottom: 12px;
2080
2080
  }
2081
- `,tE=gi.div`
2081
+ `,oE=gi.div`
2082
2082
  font-size: 12px;
2083
2083
  line-height: 12px;
2084
2084
  padding: 7px;
@@ -2091,7 +2091,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2091
2091
  text-decoration: underline;
2092
2092
  }
2093
2093
  }
2094
- `,oE=gi.div`
2094
+ `,rE=gi.div`
2095
2095
  font-size: 18px;
2096
2096
  line-height: 18px;
2097
2097
  font-weight: 500;
@@ -2099,7 +2099,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2099
2099
  white-space: nowrap;
2100
2100
  max-width: 275px;
2101
2101
  text-overflow: ellipsis;
2102
- `,rE=gi.div`
2102
+ `,nE=gi.div`
2103
2103
  font-size: 16px;
2104
2104
  line-height: 140%;
2105
2105
  font-weight: 400;
@@ -2107,7 +2107,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2107
2107
  overflow: hidden;
2108
2108
  max-width: 275px;
2109
2109
  text-overflow: ellipsis;
2110
- `;import iE from"@heroicons/react/24/outline/WalletIcon";import fc from"styled-components";import{jsx as ih,jsxs as mc}from"react/jsx-runtime";var ah=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=M(),a=i(t.chainId)||"ETH";return mc(aE,{children:[mc(sE,{children:[ih(iE,{strokeWidth:"2",width:"16px",height:"16px"}),ih("div",{children:Lo(e)})]}),mc(lE,{displayBalanceColor:n,hasFunds:r,children:[o?lo(o,a,6,!0):0," available"]})]})},aE=fc.div`
2110
+ `;import aE from"@heroicons/react/24/outline/WalletIcon";import fc from"styled-components";import{jsx as ah,jsxs as mc}from"react/jsx-runtime";var sh=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=M(),a=i(t.chainId)||"ETH";return mc(sE,{children:[mc(lE,{children:[ah(aE,{strokeWidth:"2",width:"16px",height:"16px"}),ah("div",{children:No(e)})]}),mc(cE,{displayBalanceColor:n,hasFunds:r,children:[o?lo(o,a,6,!0):0," available"]})]})},sE=fc.div`
2111
2111
  display: flex;
2112
2112
  flex-direction: row;
2113
2113
  justify-content: space-between;
@@ -2120,12 +2120,12 @@ You will need this password to access your ${e} wallet on a new device. Please k
2120
2120
  border: 1px solid var(--privy-color-foreground-4);
2121
2121
  border-radius: var(--privy-border-radius-md);
2122
2122
  }
2123
- `,sE=fc.div`
2123
+ `,lE=fc.div`
2124
2124
  display: flex;
2125
2125
  flex-direction: row;
2126
2126
  align-items: center;
2127
2127
  gap: 8px;
2128
- `,lE=fc.div`
2128
+ `,cE=fc.div`
2129
2129
  display: flex;
2130
2130
  align-items: center;
2131
2131
  justify-content: center;
@@ -2135,35 +2135,35 @@ You will need this password to access your ${e} wallet on a new device. Please k
2135
2135
  background-color: var(--privy-color-background-2);
2136
2136
  padding: 5px 8px;
2137
2137
  color: ${e=>e.displayBalanceColor?e.hasFunds?"var(--privy-color-success-dark)":"var(--privy-color-error)":"inherit"};
2138
- `;import Es from"styled-components";import{Fragment as lh,jsx as vi,jsxs as ch}from"react/jsx-runtime";var dh=({description:e,txn:t,tokenSymbol:o,tokenPrice:r})=>{let n=t.value||0,i=r?fi(n,r):void 0,a=lo(n,o);return ch(cE,{children:[i?ch(lh,{children:[vi(sh,{children:i}),vi(dE,{children:a})]}):vi(lh,{children:vi(sh,{children:a})}),vi(pE,{children:e})]})},cE=Es.div`
2138
+ `;import Es from"styled-components";import{Fragment as ch,jsx as vi,jsxs as dh}from"react/jsx-runtime";var ph=({description:e,txn:t,tokenSymbol:o,tokenPrice:r})=>{let n=t.value||0,i=r?fi(n,r):void 0,a=lo(n,o);return dh(dE,{children:[i?dh(ch,{children:[vi(lh,{children:i}),vi(pE,{children:a})]}):vi(ch,{children:vi(lh,{children:a})}),vi(uE,{children:e})]})},dE=Es.div`
2139
2139
  display: flex;
2140
2140
  flex-direction: column;
2141
2141
  align-items: center;
2142
2142
  margin-bottom: 20px;
2143
- `,sh=Es.h2`
2143
+ `,lh=Es.h2`
2144
2144
  && {
2145
2145
  font-size: 48px;
2146
2146
  line-height: 48px;
2147
2147
  margin: 8px auto;
2148
2148
  }
2149
- `,dE=Es.p`
2149
+ `,pE=Es.p`
2150
2150
  margin-bottom: 12px;
2151
2151
  && {
2152
2152
  font-size: 17px;
2153
2153
  line-height: 17px;
2154
2154
  color: var(--privy-color-foreground-3);
2155
2155
  }
2156
- `,pE=Es.div`
2156
+ `,uE=Es.div`
2157
2157
  font-size: 16px;
2158
2158
  line-height: 22.4px;
2159
2159
  font-weight: 400;
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)),E=await Ps(l,P);return m(be(E.toBigInt()).toHexString()),En(y.address,l,P)}C().then(b=>{s(b)})},[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`
2163
+ `;import{VoidSigner as hE}from"@ethersproject/abstract-signer";import{BigNumber as qt}from"@ethersproject/bignumber";import{Contract as yE}from"@ethersproject/contracts";import{EtherscanProvider as vD}from"@ethersproject/providers";import{serialize as gE}from"@ethersproject/transactions";import{parseUnits as uh}from"@ethersproject/units";import{ofetch as mE}from"ofetch";var mh=[Wn.id,Nn.id],hc=e=>({maxPriorityFee:uh(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:uh(e.maxFee.toFixed(9),"gwei").toHexString()}),fE=e=>({safeLow:hc(e.safeLow),standard:hc(e.standard),fast:hc(e.fast)}),fh=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 fE(await mE(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 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=_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 wE(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 bn(e,t,o){t.chainId=Number(t.chainId),yh(t);let r=new hE(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),mh.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await fh(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(CE(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}.`)}bE(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 vE(n)}async function Ts(e,t,o,r,n){r=Object.assign({chainId:vo},r),yh(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 hh(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 CE(e){return[Zi.id,Xi.id,ea.id].includes(e)}function bE(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 yE(bd,Ed,t),n=wE(e),i=gE(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 yh(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!EE(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 EE(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&TE(e);return t||o||r}function TE(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 PE}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 PE(()=>{let u=e.chainId||vo,f=r.find(y=>y.id===Number(u));if(!f)throw new Y(`Unsupported chain: ${u}`);(async()=>{if(!t){i(!1);return}try{i(!0);let y=await o(f);y?c(y):l(new Error(`Unable to fetch token price on chain id ${f.id}`))}catch(y){l(y)}finally{i(!1)}})()},[e.chainId]),{tokenPrice:s,isTokenPriceLoading:n,tokenPriceError:a}};import{createContext as xE,useContext as SE}from"react";var wc=xE(null);function wi(){let e=SE(wc);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}import{jsx as vh}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]=gh(e),{tokenPrice:c}=Ss(l),[u,f]=gh(null),h=a(e.chainId)||"ETH",y=AE(()=>o.find(C=>C.walletClientType==="privy"),[o]);return kE(()=>{async function C(){if(!await t()||!r||!y)return l;let P=new _E(Dt(l.chainId,i,n)),b=await Ps(l,P);return f(be(b.toBigInt()).toHexString()),bn(y.address,l,P)}C().then(E=>{s(E)})},[r]),y?vh(IE,{children:vh(Cn,{from:y.address,to:l.to,txn:l,gas:u??void 0,tokenPrice:c,tokenSymbol:h})}):null},IE=RE.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(S,{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}=x(),{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(S,{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(S,{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}=x(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:c,updateWallets:u,setReadyToTrue:m,closePrivyModal:h}=M(),[y,C]=wh(!1),[b,P]=wh(void 0),E=l()?.provider||"google",_=Ch[E].name,k=Ch[E].component,R=r?.render.inDialog?Je:0;vh(()=>{c(E).then(()=>{_s(),C(!0)}).catch(D=>{let F={retryable:!1,message:"Authentication failed"};if(D?.privyErrorCode==="allowlist_rejected"){P(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),_s();return}else D?.privyErrorCode==="linked_to_another_user"?F.detail="This account has already been linked to another user.":D?.privyErrorCode==="invalid_credentials"?(F.retryable=!0,F.detail="Something went wrong. Try again."):D.privyErrorCode==="oauth_user_denied"?(F.detail=`Retry and check ${Pc(E)} to finish connecting your account.`,F.retryable=!0):D?.privyErrorCode==="too_many_requests"?F.detail="Too many requests. Please wait before trying again.":D?.privyErrorCode==="oauth_account_suspended"&&(F.detail=`Your ${_} account is suspended. Please try another login method.`);_s(),P(F)}).finally(()=>{m()})},[_,E]),vh(()=>{if(e&&o&&y&&t){if(r?.legal.requireUsersAcceptTerms&&!t.hasAcceptedTerms){let F=setTimeout(()=>{i("AFFIRMATIVE_CONSENT_SCREEN")},R);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")},R);return()=>clearTimeout(F)}else{let F=setTimeout(h,R);return u(),()=>clearTimeout(F)}}},[e,o,y,t]);let A=y?`Successfully connected with ${_}`:b?b.message:`Verifying connection to ${_}`,O="";return y?O="You\u2019re good to go!":b?O=b.detail:O="Just a few moments more",As(BE,{children:[po(S,{}),po(J,{}),As(UE,{children:[po(FE,{children:As("div",{children:[po(Fo,{success:y,fail:!!b}),po(k,{style:{width:"38px",height:"38px"}})]})}),As(kt,{children:[po("h3",{children:A}),po("p",{children:O})]}),b&&b?.retryable?po(va,{onClick:()=>{_s(),s(E),P(void 0)},disabled:!y&&!b?.retryable,children:"Retry"}):null]}),po(Q,{}),po(X,{})]})},UE=bh.div`
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}=vn();DE(()=>{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(UE,{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(OE,{})})}),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(ME,{}),"Authenticator App"]},"totp"),o.mfaMethods.includes("sms")&&co(ge,{onClick:()=>l("sms"),children:[te(WE,{}),"SMS"]},"sms")]}),te(ee,{})]})},UE=({selectedMethod:e,onClose:t,onBack:o})=>{let{app:r}=S(),{pendingTransaction:n}=M(),[i,a]=bc(!1),[l,s]=bc(!1),{submit:c}=vn();async function u(f){try{if(!f)return;await c(e,f),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.")):nn(h)?(a(!1),new Error("The code you entered is not valid")):rn(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(LE,{})})}),te(ve,{children:"Enter verification code"}),co(Bo,{children:[te(gn,{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(ee,{})]});case"totp":return co(Ec,{children:[te(_,{onClose:t},"header"),te(Fe,{children:te(Ze,{children:te(NE,{})})}),te(ve,{children:"Enter verification code"}),co(Bo,{children:[te(gn,{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(ee,{})]});default:return null}};import{useEffect as wh,useState as Ch}from"react";import Eh from"styled-components";function Pc(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{Fragment as HE,jsx as po,jsxs as As}from"react/jsx-runtime";var bh={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(Ir),window.history.pushState({},"",e)},Th=()=>{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:f,closePrivyModal:h}=M(),[y,C]=Ch(!1),[E,P]=Ch(void 0),b=l()?.provider||"google",A=bh[b].name,R=bh[b].component,I=r?.render.inDialog?Je:0;wh(()=>{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(()=>{f()})},[A,b]),wh(()=>{if(e&&o&&y&&t){if(r?.legal.requireUsersAcceptTerms&&!t.hasAcceptedTerms){let F=setTimeout(()=>{i("AFFIRMATIVE_CONSENT_SCREEN")},I);return()=>clearTimeout(F)}if(Et(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(HE,{children:[po(_,{}),po(J,{}),As(FE,{children:[po(BE,{children:As("div",{children:[po(Uo,{success:y,fail:!!E}),po(R,{style:{width:"38px",height:"38px"}})]})}),As(Rt,{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(ee,{})]})},FE=Eh.div`
2167
2167
  display: flex;
2168
2168
  flex-direction: column;
2169
2169
  align-items: center;
@@ -2171,7 +2171,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2171
2171
  margin-left: 27px;
2172
2172
  margin-right: 27px;
2173
2173
  gap: 24px;
2174
- `,FE=bh.div`
2174
+ `,BE=Eh.div`
2175
2175
  display: flex;
2176
2176
  flex-direction: column;
2177
2177
  justify-content: center;
@@ -2194,55 +2194,55 @@ 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(S,{},"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)`
2197
+ `;import{useEffect as VE,useState as xh}from"react";import zE from"styled-components";import{isMobile as GE}from"react-device-detect";var Ph=(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(!Wo()&&GE)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as qE,jsx as Ao,jsxs as Sh}from"react/jsx-runtime";var _h=()=>{let{forkSession:e,ready:t,authenticated:o}=G(),[r,n]=xh(""),[i,a]=xh(!1);VE(()=>{t&&o&&e().then(n)},[t,o]);let l=Ph(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."),Sh(qE,{children:[Ao(_,{},"header"),Ao(J,{}),Ao(io,{title:s.title,description:s.description}),Sh(At,{children:[Ao($E,{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})]})},$E=zE(kt)`
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(S,{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)`
2199
+ `;import{BigNumber as ZE}from"@ethersproject/bignumber";import{StaticJsonRpcProvider as XE}from"@ethersproject/providers";import{useMemo as Rh,useEffect as Ih,useState as Wt}from"react";import Tn from"styled-components";function Ah(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{BigNumber as xc}from"@ethersproject/bignumber";import jE from"styled-components";import{Fragment as JE,jsx as Ci,jsxs as QE}from"react/jsx-runtime";var KE=(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},kh=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>QE(JE,{children:[Ci(_,{onClose:r}),Ci(Hn,{title:"Transaction complete!",description:"You're all set."}),Ci(Cn,{tokenPrice:n,from:t.from,to:t.to,gas:KE(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),Ci(YE,{loading:!1,onClick:r,children:"All Done"}),Ci(ee,{})]}),YE=jE(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}=x(),{transactionRequest:C,onSuccess:b,onFailure:P,uiOptions:E,fundWalletConfig:_}=m.sendTransaction,[k,R]=Mt(null),[A,O]=Mt(null),[D,F]=Mt(""),[H,z]=Mt(),[L,$]=Mt(!1),I=()=>{F(""),z(void 0)},ne=($e,ct,wt)=>{F($e),z(new Ue(new Qt(ct??$e,wt??at.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[ae,K]=Mt(!1),[Ve,ye]=Mt(!0),[rt,Se]=Mt(null),[oe,ho]=Mt(C),{tokenPrice:Wt,isTokenPriceLoading:Sr}=Ss(oe),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:_?.config||{}});y({fiatOnRampPrompt:{signedUrl:$e},fiatOnRampStatus:{externalTransactionId:ct}}),u("FIAT_ON_RAMP_PROMPT_SCREEN")},nr=kh(()=>new ZE(Dt(oe.chainId,l,a)),[oe.chainId,a]);Rh(()=>{let $e=()=>{ye(!1),ne("Wallet has insufficient funds for this transaction."),c?.fiatOnRamp.enabled&&$(!0)};async function ct(){let wt=oe;if(!await t()||!r||!ee)return;try{wt=await En(ee.address,oe,nr),ho(wt)}catch(Nt){Su(Nt)?$e():ne("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(oe,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(oe),An=Ti==="SEND"?`Send ${nt}`:"Review transaction",Ro={modalTitle:E.header||E.modalTitle||An,buttonText:E.buttonText||"Submit"},Ar=()=>{ae||(A?b(A):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:[E.transactionInfo?.contractInfo?.imgUrl&&Ge(Qi,{src:E.transactionInfo?.contractInfo?.imgUrl}),Ge(S,{title:Ro.modalTitle,onClose:Ar}),Ge(Ih,{children:Ge(rn,{})})]}):k!==null?Ge(Ah,{txn:oe,onClose:Ar,receipt:k,transactionInfo:E.transactionInfo,tokenPrice:Wt,tokenSymbol:nt,l1GasEstimate:_r}):Tn(Sc,{children:[Ge(S,{title:Ro.modalTitle,onClose:Ar}),Tn(Ih,{children:[Tn(r2,{children:[Ge(XE,{txn:oe,txnFamily:Ti,uiOptions:E,tokenSymbol:nt,tokenPrice:Wt}),ee?Ge(bn,{from:ee.address,to:oe.to,txn:oe,transactionInfo:E.transactionInfo,gas:_e||void 0,tokenPrice:Wt,tokenSymbol:nt}):null]}),Tn(n2,{children:[Ge(e2,{children:D}),Ge(ah,{txn:oe,address:ee?.address??"",hasFunds:Ve,balance:rt}),Tn(t2,{children:[L&&Ge(U,{onClick:vt,children:"Add Funds"}),Ge(o2,{disabled:ae||!Ve,loading:!r||ae,loadingText:ae?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{K(!0);let $e=await t();if($e&&!ae&&ee)try{let ct=await Ts($e,ee.address,r,oe,nr);O(ct);let wt=await ct.wait();R(xs(wt)),I()}catch(ct){let wt="There was an error processing your transaction. Please contact support.";console.warn({transaction:oe,error:ct}),ne(wt,ct.reason)}finally{K(!1)}},children:Ro.buttonText})]})]})]})]})},Ih=Pn.div`
2204
+ `;import{Fragment as Sc,jsx as Ge,jsxs as En}from"react/jsx-runtime";var e2=({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(ph,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},Wh=()=>{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:f,onUserCloseViaDialogOrKeybindRef:h,setModalData:y}=S(),{transactionRequest:C,onSuccess:E,onFailure:P,uiOptions:b,fundWalletConfig:A}=f.sendTransaction,[R,I]=Wt(null),[x,L]=Wt(null),[O,F]=Wt(""),[H,$]=Wt(),[D,z]=Wt(!1),k=()=>{F(""),$(void 0)},oe=($e,dt,Ct)=>{F($e),$(new Ue(new Qt(dt??$e,Ct??st.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[ie,j]=Wt(!1),[Ve,fe]=Wt(!0),[rt,Se]=Wt(null),[re,ho]=Wt(C),{tokenPrice:Nt,isTokenPriceLoading:xr}=Ss(re),nt=s(C.chainId)||"ETH",[_e,Kt]=Wt(null),[Sr,W]=Wt(null),[ze,Sn]=Wt(!0);Ih(()=>{e||(u("LANDING"),P(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let X=Rh(()=>o.find($e=>$e.walletClientType==="privy"),[o]),wt=async()=>{if(!X)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:$e,externalTransactionId:dt}=await i(X.address,{config:A?.config||{}});y({fiatOnRampPrompt:{signedUrl:$e},fiatOnRampStatus:{externalTransactionId:dt}}),u("FIAT_ON_RAMP_PROMPT_SCREEN")},rr=Rh(()=>new XE(Dt(re.chainId,l,a)),[re.chainId,a]);Ih(()=>{let $e=()=>{fe(!1),oe("Wallet has insufficient funds for this transaction."),c?.fiatOnRamp.enabled&&z(!0)};async function dt(){let Ct=re;if(!await t()||!r||!X)return;try{Ct=await bn(X.address,re,rr),ho(Ct)}catch(it){_u(it)?$e():oe("There was an error preparing your transaction. Please try again.",it.reason)}let An=ZE.from(0);try{An=await Ps(Ct,rr),Kt(be(An.toBigInt()).toHexString());let it=await gc(re,rr);W(be(it.toBigInt()).toHexString())}catch{Kt(null)}try{let{balance:it,hasSufficientFunds:Ws}=await hh(X.address,Ct,An,rr);Se(it.toHexString()),Ws||$e()}catch(it){console.warn(`Failed to fetch wallet balance with error: ${it}`)}Sn(!1)}dt()},[r]);let Ti=Ah(re),_n=Ti==="SEND"?`Send ${nt}`:"Review transaction",Ro={modalTitle:b.header||b.modalTitle||_n,buttonText:b.buttonText||"Submit"},_r=()=>{ie||(x?E(x):P(H||new Ue(new Qt("The user rejected the request",st.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return h.current=_r,Nt===void 0&&xr||ze?En(Sc,{children:[b.transactionInfo?.contractInfo?.imgUrl&&Ge(Qi,{src:b.transactionInfo?.contractInfo?.imgUrl}),Ge(_,{title:Ro.modalTitle,onClose:_r}),Ge(Mh,{children:Ge(on,{})})]}):R!==null?Ge(kh,{txn:re,onClose:_r,receipt:R,transactionInfo:b.transactionInfo,tokenPrice:Nt,tokenSymbol:nt,l1GasEstimate:Sr}):En(Sc,{children:[Ge(_,{title:Ro.modalTitle,onClose:_r}),En(Mh,{children:[En(n2,{children:[Ge(e2,{txn:re,txnFamily:Ti,uiOptions:b,tokenSymbol:nt,tokenPrice:Nt}),X?Ge(Cn,{from:X.address,to:re.to,txn:re,transactionInfo:b.transactionInfo,gas:_e||void 0,tokenPrice:Nt,tokenSymbol:nt}):null]}),En(i2,{children:[Ge(t2,{children:O}),Ge(sh,{txn:re,address:X?.address??"",hasFunds:Ve,balance:rt}),En(o2,{children:[D&&Ge(U,{onClick:wt,children:"Add Funds"}),Ge(r2,{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&&X)try{let dt=await Ts($e,X.address,r,re,rr);L(dt);let Ct=await dt.wait();I(xs(Ct)),k()}catch(dt){let Ct="There was an error processing your transaction. Please contact support.";console.warn({transaction:re,error:dt}),oe(Ct,dt.reason)}finally{j(!1)}},children:Ro.buttonText})]})]})]})]})},Mh=Tn.div`
2205
2205
  display: flex;
2206
2206
  flex-direction: column;
2207
2207
  justify-content: space-between;
2208
2208
  flex-grow: 1;
2209
2209
  padding-bottom: 16px;
2210
- `,e2=Pn.div`
2210
+ `,t2=Tn.div`
2211
2211
  font-size: 13px;
2212
2212
  color: var(--privy-color-error);
2213
2213
  width: 100%;
2214
2214
  margin-top: 16px;
2215
- `,t2=Pn.div`
2215
+ `,o2=Tn.div`
2216
2216
  display: flex;
2217
2217
  direction: row;
2218
2218
  justify-content: space-between;
2219
2219
  align-items: center;
2220
2220
  gap: 8px;
2221
- `,o2=Pn(U)`
2221
+ `,r2=Tn(U)`
2222
2222
  transition: color 350ms ease, background-color 350ms ease;
2223
- `,r2=Pn.div`
2223
+ `,n2=Tn.div`
2224
2224
  height: 100%;
2225
2225
  display: flex;
2226
2226
  flex-direction: column;
2227
2227
  justify-content: space-evenly;
2228
2228
  flex-grow: 1;
2229
- `,n2=Pn.div`
2229
+ `,i2=Tn.div`
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}=x(),[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(D=>{l(!1),D||(c("An error has occurred, please try again."),m(new Ue(new Qt(s,at.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{method:b,data:P,confirmAndSign:E,onSuccess:_,onFailure:k,uiOptions:R}=n.signMessage,A={title:R.title||"Sign message",description:R.description||"Signing this message will not cost you any fees.",buttonText:R.buttonText||"Sign and continue"},O=D=>{D?_(D):k(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=()=>{O(h)},xn(Oh,{children:[Ae(S,{onClose:()=>O(h)}),Ae(J,{}),xn(u2,{children:[Ae(m2,{children:A.title}),Ae(f2,{children:A.description}),b==="personal_sign"&&Ae(Lh,{children:l2(P)}),b==="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 D=await E();y(D),c(""),setTimeout(()=>{O(D)},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"})]}):A.buttonText})]}),Ae(Q,{}),Ae(V,{protectedByPrivy:!0})]})},u2=or.div`
2233
+ `;import{isHexString as a2}from"@ethersproject/bytes";import{toUtf8String as s2}from"@ethersproject/strings";import{useEffect as Nh,useState as ks}from"react";import tr,{css as l2}from"styled-components";import{Fragment as Dh,jsx as Ae,jsxs as Pn}from"react/jsx-runtime";var c2=e=>{if(!a2(e))return e;try{return s2(e)}catch{return e}},d2=e=>JSON.stringify(e,null,2),p2=({data:e})=>{let t=o=>typeof o=="object"&&o!==null?Ae(y2,{children:Object.entries(o).map(([r,n])=>Pn("li",{children:[Pn("strong",{children:[r,":"]})," ",t(n)]},r))}):Ae("span",{children:String(o)});return Ae("div",{children:t(e)})},u2=e=>{let{types:t,primaryType:o,...r}=e.typedData;return Pn(Dh,{children:[Ae(Oh,{children:Ae(p2,{data:r})}),Ae(pn,{text:d2(e.typedData),itemName:"full payload to clipboard"})," "]})},Lh=()=>{let{authenticated:e}=G(),{initializeWalletProxy:t,closePrivyModal:o}=M(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=S(),[a,l]=ks(!0),[s,c]=ks(""),[u,f]=ks(),[h,y]=ks(null),C=h!==null;Nh(()=>{e||r("LANDING")},[e]),Nh(()=>{t(Wr).then(O=>{l(!1),O||(c("An error has occurred, please try again."),f(new Ue(new Qt(s,st.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.",st.E4001_USER_REJECTED_REQUEST.eipCode))),o({shouldCallAuthOnSuccess:!1}),y(null),c(""),f(void 0)};return i.current=()=>{L(h)},Pn(Dh,{children:[Ae(_,{onClose:()=>L(h)}),Ae(J,{}),Pn(m2,{children:[Ae(f2,{children:x.title}),Ae(h2,{children:x.description}),E==="personal_sign"&&Ae(Oh,{children:c2(P)}),E==="eth_signTypedData_v4"&&Ae(u2,{typedData:P}),Ae(g2,{fail:!0,children:s}),Ae(w2,{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."),f(new Ue(new Qt(s,st.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:C?Pn(v2,{children:[Ae(Va,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",Ae("span",{children:"Success"})]}):x.buttonText})]}),Ae(Q,{}),Ae(V,{protectedByPrivy:!0})]})},m2=tr.div`
2234
2234
  display: flex;
2235
2235
  flex-direction: column;
2236
2236
  align-items: center;
2237
2237
  justify-content: center;
2238
- `,m2=or.span`
2238
+ `,f2=tr.span`
2239
2239
  color: var(--privy-color-foreground);
2240
2240
  text-align: center;
2241
2241
  font-size: 1.125rem;
2242
2242
  font-weight: 500;
2243
2243
  line-height: 1.25rem; /* 111.111% */
2244
2244
  text-align: center;
2245
- `,f2=or.span`
2245
+ `,h2=tr.span`
2246
2246
  margin-top: 4px;
2247
2247
  color: var(--privy-color-foreground);
2248
2248
  text-align: center;
@@ -2252,7 +2252,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2252
2252
  font-weight: 400;
2253
2253
  line-height: 20px; /* 142.857% */
2254
2254
  letter-spacing: -0.008px;
2255
- `,Lh=or.div`
2255
+ `,Oh=tr.div`
2256
2256
  margin-top: 1.5rem;
2257
2257
  background-color: var(--privy-color-background-2);
2258
2258
  border-radius: var(--privy-border-radius-md);
@@ -2271,7 +2271,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2271
2271
  display: none; /* Safari and Chrome */
2272
2272
  }
2273
2273
  }
2274
- `,h2=or.ul`
2274
+ `,y2=tr.ul`
2275
2275
  margin-left: 12px !important;
2276
2276
  white-space: nowrap;
2277
2277
 
@@ -2283,7 +2283,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2283
2283
  font-weight: 500 !important;
2284
2284
  }
2285
2285
  }
2286
- `,y2=or.div`
2286
+ `,g2=tr.div`
2287
2287
  line-height: 20px;
2288
2288
  height: 20px;
2289
2289
  font-size: 13px;
@@ -2293,22 +2293,22 @@ You will need this password to access your ${e} wallet on a new device. Please k
2293
2293
  width: 100%;
2294
2294
  margin-top: 16px;
2295
2295
  margin-bottom: 4px;
2296
- `,g2=or.span`
2296
+ `,v2=tr.span`
2297
2297
  display: flex;
2298
2298
  align-items: center;
2299
2299
  gap: 8px;
2300
- `,v2=or(U)`
2300
+ `,w2=tr(U)`
2301
2301
  transition: color 350ms ease, background-color 350ms ease;
2302
2302
 
2303
- ${e=>e.success&&s2`
2303
+ ${e=>e.success&&l2`
2304
2304
  &&&& {
2305
2305
  background-color: var(--privy-color-success);
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}=x(),{enabled:h,token:y}=de(),C=Fi(o),b=n,P=n||!C,E=async k=>{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,k),c("AWAITING_PASSWORDLESS_CODE")}catch(R){u({errorModalData:{error:R,previousScreen:m||"LANDING"}})}i(!1)},_=()=>{h&&!y&&!a?(u({captchaModalData:{callback:k=>{if(!l?.email)throw new Error("User is required to have an email address to update it.");return s(l.email.address,o,k)},userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),c("CAPTCHA_SCREEN")):E(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:k=>r(k.target.value),onKeyUp:k=>{k.key==="Enter"&&_()},value:o,autoComplete:"email"}),e.stacked?null:bi(qr,{isSubmitting:b,onClick:_,disabled:P,children:"Submit"})]})}),e.stacked?bi(U,{loadingText:null,loading:b,disabled:P,onClick:_,children:"Submit"}):null]})}),b2=Fh.div`
2309
+ `;import x2 from"@heroicons/react/24/outline/EnvelopeIcon";import C2 from"@heroicons/react/24/outline/EnvelopeIcon";import{forwardRef as b2,useState as Uh}from"react";import Bh from"styled-components";import{Fragment as P2,jsx as bi,jsxs as Fh}from"react/jsx-runtime";var Hh=b2((e,t)=>{let[o,r]=Uh(""),[n,i]=Uh(!1),{authenticated:a,user:l}=G(),{initUpdateEmail:s}=M(),{navigate:c,setModalData:u,currentScreen:f}=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:f||"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 Fh(P2,{children:[bi(E2,{children:Fh(T2,{children:[bi(C2,{}),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($r,{isSubmitting:E,onClick:A,disabled:P,children:"Submit"})]})}),e.stacked?bi(U,{loadingText:null,loading:E,disabled:P,onClick:A,children:"Submit"}):null]})}),E2=Bh.div`
2310
2310
  width: 100%;
2311
- `,E2=Fh.label`
2311
+ `,T2=Bh.label`
2312
2312
  display: block;
2313
2313
  position: relative;
2314
2314
  width: 100%;
@@ -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(S,{},"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=`
2369
+ `;import{Fragment as S2,jsx as or,jsxs as _2}from"react/jsx-runtime";var Gh=()=>_2(S2,{children:[or(_,{},"header"),or(J,{}),or(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:or(x2,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),or(At,{children:or(Hh,{stacked:!0})}),or(Q,{}),or(V,{protectedByPrivy:!0})]});import k2,{createGlobalStyle as R2}from"styled-components";var A2=`
2370
2370
  *,
2371
2371
  ::before,
2372
2372
  ::after {
@@ -2596,7 +2596,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2596
2596
  [hidden] {
2597
2597
  display: none;
2598
2598
  }
2599
- `,Gh=_2;var Vh=k2`
2599
+ `,Vh=A2;var zh=R2`
2600
2600
  :root {
2601
2601
  // Borders
2602
2602
  --privy-border-radius-sm: 6px;
@@ -2628,10 +2628,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
2628
2628
  --privy-height-modal-full: 620px;
2629
2629
  --privy-height-modal-compact: 480px;
2630
2630
  };
2631
- `,zh=A2.div`
2631
+ `,$h=k2.div`
2632
2632
  // css normalize only the privy application to avoid conflicts
2633
2633
  // with consuming application
2634
- ${Gh}
2634
+ ${Vh}
2635
2635
 
2636
2636
  // Privy styles
2637
2637
  color: var(--privy-color-foreground-2);
@@ -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 jh}from"react/jsx-runtime";var L2={["LANDING"]:yf,["CONNECT_OR_CREATE"]:ff,["AWAITING_PASSWORDLESS_CODE"]:nu,["AWAITING_CONNECTION"]:Cu,["AWAITING_CONNECT_ONLY_CONNECTION"]:Pu,["AWAITING_FARCASTER_CONNECTION"]:Rm,["PHANTOM_INTERSTITIAL_SCREEN"]:_h,["LOGIN_FAILED_SCREEN"]:Tf,["AWAITING_OAUTH_SCREEN"]:Th,["ALLOWLIST_REJECTION_SCREEN"]:Kp,["INSTALL_PHANTOM_SCREEN"]:zm,["LINK_EMAIL_SCREEN"]:gf,["LINK_PHONE_SCREEN"]:vf,["LINK_WALLET_SCREEN"]:wf,["UPDATE_EMAIL_SCREEN"]:Gh,["CONNECT_ONLY_LANDING_SCREEN"]:gu,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:fu,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:dm,["EMBEDDED_WALLET_CREATED_SCREEN"]:Mu,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Ru,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:mm,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Ou,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:Lh,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Wh,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Om,["FIAT_ON_RAMP_STATUS_SCREEN"]:Um,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:um,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:pm,["MFA_ENROLLMENT_FLOW_SCREEN"]:Df,["CAPTCHA_SCREEN"]:lu,["ERROR_SCREEN"]:fm,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:Fm,["AFFIRMATIVE_CONSENT_SCREEN"]:qp},O2=["LANDING","AWAITING_CONNECTION"],D2=({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(),f=M2(null),h=Wp(f),y=r&&a&&O2.includes(a)&&!n&&l==="ready";if(qh(()=>{y&&s()},[y]),qh(()=>{!r&&u&&c()},[r,u]),(!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return jh(yn,{children:[Oe(_,{}),Oe(J,{}),Oe(Sf,{children:Oe(Pt,{})}),Oe(Q,{}),Oe(ee,{})]});if(!a&&e)return Oe(yn,{style:{height:h},children:Oe("div",{ref:f,children:Oe(Tc,{open:e,onClose:t})})});if(!a)return null;let C=L2[a];return Oe(yn,{style:{height:h},children:jh("div",{ref:f,children:[Oe(bo,{if:!!e,children:Oe(C,{})}),Oe(bo,{if:!e,children:Oe(Tc,{open:e,onClose:t})})]})})},U2=()=>{let{closePrivyModal:e}=M(),{onUserCloseViaDialogOrKeybindRef:t}=S();return{gracefulClosePrivyModal:I2(()=>{if(t?.current)t.current();else return e({shouldCallAuthOnSuccess:!1})},[e])}},Kh=({open:e})=>{let{app:t}=S(),{gracefulClosePrivyModal:o}=U2(),[r,n]=W2(!1);rl({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=Oe($h,{children:Oe(D2,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,l=t?.render.inDialog?Oe(xf,{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 N2.createPortal(l,s)}return l};import{useRef as F2,useEffect as B2}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 Pr(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 f=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(f)}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(f){if(f.type==="missing_or_invalid_mfa")a=!0;else throw r.current?.resolve(void 0),f}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 q2}from"react/jsx-runtime";var H2=function(e){return()=>`id-${e++}`}(0);function G2(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,V2=(e,t)=>typeof t=="bigint"?t.toString():t,z2=(e,t)=>`${e}${JSON.stringify(t,V2)}`;function mo(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=z2(e,t);if(e==="privy:wallet:create"){let a=_c.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=H2();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 $2(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 Yh(e){let t=F2(null),o=Op();return B2(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&G2(c.data)&&$2(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 Pr(u=>mo("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return Pr(u=>mo("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return Pr(u=>mo("privy:wallet:set-recovery-password",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return Pr(u=>mo("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return Pr(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 Pr(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 Md(()=>mo("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),q2("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 w("action required");if(!this.api)throw new w("Auth flow has no API instance");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set when initialzing authentication.");try{let t=cd();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 w("action required");if(!this.api)throw new w("Mfa flow has no API instance");if(!this.meta.smsCode)throw new w("sms code must be set prior to calling authenticate.");if(this.meta.action==="enroll"&&!this.meta.phoneNumber)throw new w("phone number must be set prior to calling authenticate.");try{let t=dd(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return ut(o)}catch(t){throw ae(t)}}};import{jsx as fo,jsxs as Jh}from"react/jsx-runtime";var xn;function Q2(e){return typeof e=="string"&&e.length===25}function ke(){if(!xn){let e=ne.get(nr);return Promise.resolve(e||null)}return xn.getAccessToken()}var Qh,Ud=(e,t)=>Qh(e,t),Zh,Fd=(e,t)=>Zh(e,t),Xh,Bd=(e,t)=>Xh(e,t),ey,Hd=()=>ey(),Z2=()=>{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)},X2=({config:e,...t})=>{if(!Q2(t.appId))throw new w("Cannot initialize the Privy provider with an invalid Privy app ID");xn||(xn=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(up,{client:xn,clientConfig:o,legacyCreateEmbeddedWalletFlag:t.createPrivyWalletOnLogin,children:fo(eT,{...t,config:o,client:xn})})},eT=e=>{let t=e.client,[o,r]=xe(!1),[n,i]=xe(!1),[a,l]=xe(!1),[s,c]=xe(null),[u,f]=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=mp(),[ie,j]=xe(!0),[Ve,fe]=xe({}),[rt,Se]=xe(null),[re,ho]=xe(null),[Nt,xr]=xe(!1),[nt,_e]=xe(!1),Kt=Ei(null),Sr=Ei(null),W=Ei(Np);t.onStoreToken=d=>{d&&B(W,"accessToken","onAccessTokenGranted",d)},t.onDeleteToken=()=>{B(W,"accessToken","onAccessTokenRemoved")};let ze=Ei(),Sn=Y2(d=>{let p=t.connectors?.walletsReady||!1;return a&&s?.linkedAccounts?.some(v=>v.type==="wallet"&&v.walletClientType==="privy")?p&&d?.some(v=>v?.walletClientType==="privy"):p},[a,s?.linkedAccounts,t?.connectors?.walletsReady]),X=d=>{A(d),setTimeout(()=>{r(!0)},15),t.createAnalyticsEvent("modal_open",{initialScreen:d})},wt=d=>{k.embeddedWallets.createOnLogin!=="off"&&j(!0),X(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:m}=k.customAuth;if(!(!n||m))try{let v=await p();if(!v){await Ar.logout();return}if(a)return;t.startAuthFlow(new Rr(v));let{user:N,isNewUser:q}=await t.authenticate();N||await Ar.logout(),c(N||null),P(q||!1),l(!0),_e(!0)}catch(v){console.warn(v),a&&await Ar.logout()}})()},[k.customAuth?.enabled,k.customAuth?.getCustomAccessToken,k.customAuth?.isLoading,n,a]),ko(()=>{nt&&D&&s&&Et(s,e.config?.embeddedWallets?.createOnLogin)&&(_e(!1),Rc(s,Wr).catch(console.error))},[nt&&D&&s]),ko(()=>{async function d(){let p=rr();Z2();let m=K2();F(m),t.initializeConnectorManager(k.walletConnectCloudProjectId,k.rpcConfig,k.chains,k.defaultChain,m,k.appearance.walletList,k.shouldEnforceDefaultChainOnConnect),t.connectors?.initialize().then(()=>{_r()});let v=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!v),v&&B(W,"login","onComplete",v,!1,!0,null),c(v)),p||he.setReadyToTrue(),p&&v&&f(!0)}!n&&oe&&d()},[t,rt,n,oe]);let rr=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_oauth_code"),m=d.get("privy_oauth_state"),v=d.get("privy_oauth_provider");return p&&m&&v?(t.startAuthFlow(new Mo(v,p,m)),wt("AWAITING_OAUTH_SCREEN"),!0):!1},Ti=async(d,p,m,v)=>{let N=await t.connectors?.createWalletConnector(d,p)||null;_n(N,p,m,v)};async function _n(d,p,m,v){if(!d)return L({status:"disconnected",connectedWallet:null,connectError:new Y("Unable to connect to wallet."),connector:null,connectRetry:T}),v?.(null,m);d instanceof to&&p&&await d.resetConnection(p),L({connector:d,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>_n(d,p,m,v)});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=Nr(lr(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),v?.(N,m)}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})),v?.(null,m)}}let Ro=async(d,p)=>{if(d===null)return;let m=new ar(d,p);t.startAuthFlow(m)},_r=()=>{let d=new URLSearchParams(window.location.search),p=d.get("privy_connector"),m=d.get("privy_wallet_client");if(!p||!m)return;if(m==="phantom"&&!Wo()&&wt("LOGIN_FAILED_SCREEN"),!t.connectors)throw new w("Connector not initialized");X("AWAITING_CONNECTION");let v=new URL(window.location.href);v.searchParams.delete("privy_connector"),v.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",v),Ti(p,m,void 0,Ro)};ko(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let $e=()=>{if(!a)throw new w("User must be authenticated before linking a wallet.");f(!0),X("LINK_WALLET_SCREEN")},dt=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},Ct=async d=>{if(!t.connectors)throw new w("Connector not initialized");let p=t.connectors.findWalletConnector(d.connectorType,d.walletClientType)||null;if(L(m=>({...m,connector:p,status:"connected",connectedWallet:d,connectError:null,connectRetry:T})),k.captchaEnabled&&!a){let m={callback:v=>Ro(d,v),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};fe({captchaModalData:m}),wt("CAPTCHA_SCREEN")}else await Ro(d),wt("AWAITING_CONNECTION")},Pi=async(d,p)=>{if(!k.fiatOnRamp.enabled)throw new w("Fiat on-ramp is not enabled");if(!p||!p.provider||p.provider==="moonpay"){let{signedUrl:m,externalTransactionId:v}=await Nm(t,d,p?.config??{},k.appearance.palette,k.fiatOnRamp.useSandbox);return{signedUrl:m,externalTransactionId:v}}else throw new w("Unsupported fund provider. Currently supported option is `moonpay`.")},An=async(d,p)=>{let{signedUrl:m,externalTransactionId:v}=await Pi(d,p);fe({fiatOnRampPrompt:{signedUrl:m},fiatOnRampStatus:{externalTransactionId:v}}),X("FIAT_ON_RAMP_PROMPT_SCREEN")},it=()=>{y(d=>{let p=t.connectors?.wallets.map(m=>({...m,linked:dt(m),loginOrLink:async()=>{if(!await m.isConnected())throw new w("Wallet is not connected");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new w("Cannot link or login with embedded wallet");Ct(m)},fund:async v=>{let{signedUrl:N,externalTransactionId:q}=await Pi(m.address,v);fe({fiatOnRampPrompt:{signedUrl:N},fiatOnRampStatus:{externalTransactionId:q}}),X("FIAT_ON_RAMP_PROMPT_SCREEN")},unlink:async()=>{if(!a)throw new w("User is not authenticated.");if(m.connectorType==="embedded"&&m.walletClientType==="privy")throw new w("Cannot unlink an embedded wallet");let v=await t.unlinkWallet(m.address);c(v)}}))||[];return xr(Sn(p)),Vi(d,p)?d:p})};ko(()=>{it()},[s?.linkedAccounts,a,n]),ko(()=>{if(n){if(!t.connectors)throw new w("Connector not initialized");it(),t.connectors.on("walletsUpdated",it)}},[n]);let Ws=()=>{X(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};ko(()=>{if(!h[0])return;let d=h[0],p=C.current.find(v=>v.address===d.address),m;if(d.walletClientType==="privy"?m=s?.linkedAccounts.find(v=>v.type==="wallet"&&v.address===d.address&&v.walletClientType==="privy"):m=s?.linkedAccounts.find(v=>v.type==="wallet"&&v.address===d.address&&v.walletClientType!=="privy"),!p&&m){let v=Object.assign({},s);v.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(v)}C.current=h},[h]);let Rc=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[v,N]=await Promise.all([he.initializeWalletProxy(p),ke()]);if(!v&&e.config?.customAuth?.enabled)throw B(W,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!v||!N||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise((q,ce)=>{j(!0),fe({createWallet:{onSuccess:at=>{B(W,"createWallet","onSuccess",at),q(at)},onFailure:at=>{B(W,"createWallet","onError","unknown_embedded_wallet_error"),ce(at)},callAuthOnSuccessOnClose:!1}}),X("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await v.create({accessToken:N});let q=await he.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}},ry=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")},Ic=(d,p,m)=>new Promise(async(v,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;ry(qe);let at=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 he.recoverEmbeddedWallet()){B(W,"sendTransaction","onError","unknown_connect_wallet_error"),N(new Error("Unable to connect to wallet"));return}let go=new j2(Dt(at.chainId,k.chains,k.rpcConfig)),iy=await bn(q.address,at,go),Nc=await Ts(je,q.address,D,iy,go);B(W,"sendTransaction","onSuccess",Nc),v(Nc)}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:at,onSuccess:go=>{B(W,"sendTransaction","onSuccess",go),v(go)},onFailure:go=>{B(W,"sendTransaction","onError","transaction_failure"),N(go)},uiOptions:p||{},fundWalletConfig:m},Lt={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:go=>{B(W,"sendTransaction","onError","unknown_connect_wallet_error"),N(go)}};fe({connectWallet:Lt,sendTransaction:je}),X("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function Mc(){return new Promise(async(d,p)=>{let m=await ke();if(!m||!D)throw new Error("Must have valid access token to enroll in MFA");try{await D.verifyMfa({accessToken:m}),d()}catch(v){p(v)}})}let Ar={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:Ws,linkWallet:$e,linkEmail:()=>{if(!a)throw new w("User must be authenticated before linking an email address.");if(s?.email)throw new w("User already has an email linked to their account.");f(!0),X("LINK_EMAIL_SCREEN")},linkPhone:()=>{if(!a)throw new w("User must be authenticated before linking a phone number.");if(s?.phone)throw new w("User already has a phone number linked to their account.");f(!0),X("LINK_PHONE_SCREEN")},linkGoogle:async()=>{if(!a)throw new w("User must be authenticated before linking a Google account.");if(s?.google)throw new w("User already has a Google account linked to their account.");await he.initLoginWithOAuth("google")},linkTwitter:async()=>{if(!a)throw new w("User must be authenticated before linking a Twitter account.");if(s?.twitter)throw new w("User already has a Twitter account linked to their account.");await he.initLoginWithOAuth("twitter")},linkDiscord:async()=>{if(!a)throw new w("User must be authenticated before linking a Discord account.");if(s?.discord)throw new w("User already has a Discord account linked to their account.");await he.initLoginWithOAuth("discord")},linkGithub:async()=>{if(!a)throw new w("User must be authenticated before linking a GitHub account.");if(s?.github)throw new w("User already has a Github account linked to their account.");await he.initLoginWithOAuth("github")},linkSpotify:async()=>{if(!a)throw new w("User must be authenticated before linking a Spotify account.");if(s?.spotify)throw new w("User already has a Spotify account linked to their account.");await he.initLoginWithOAuth("spotify")},linkTiktok:async()=>{if(!a)throw new w("User must be authenticated before linking a TikTok account.");if(s?.tiktok)throw new w("User already has a Tiktok account linked to their account.");await he.initLoginWithOAuth("tiktok")},linkLinkedIn:async()=>{if(!a)throw new w("User must be authenticated before linking a LinkedIn account.");if(s?.linkedin)throw new w("User already has a LinkedIn account linked to their account.");await he.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new w("User must be authenticated before linking an Apple account.");await he.initLoginWithOAuth("apple")},linkFarcaster:async()=>{if(!a)throw new w("User must be authenticated before linking a Farcaster account.");await he.initLoginWithFarcaster(),f(!0),X("AWAITING_FARCASTER_CONNECTION")},updateEmail:()=>{if(!a)throw new w("User must be authenticated before updating an email address.");if(!s?.email)throw new w("User does not have an email linked to their account.");f(!0),X("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),wt("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}wt("CONNECT_OR_CREATE")},logout:async()=>{await t.logout(),c(null),l(!1),A(null),B(W,"logout","onSuccess"),f(!1),r(!1),ne.del(In)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new ue;let d=h.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(v=>v.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(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(v=>v.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 Oo(new ue);let d=h.find(m=>s.wallet&&m.address===s.wallet.address),p=t.connectors?.walletConnectors.find(m=>m.wallets.find(v=>v.address===d?.address));return!d||!p?new Oo(new ue):new Oo(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(v=>Ms(v.address)===Ms(d)),m=s?.linkedAccounts.find(v=>v.type==="wallet"&&Ms(v.address)===Ms(d));if(!p||!await p.isConnected())$(d),$e();else if(!p.linked)p.loginOrLink();else{let v=Object.assign({},s);v.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(v)}},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 Rc(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 Mc()}catch(p){throw B(W,"setWalletPassword","onError","missing_mfa_credentials"),p}return new Promise((p,m)=>{j(!0);let v={onSuccess:q=>{B(W,"setWalletPassword","onSuccess",q),p(q)},onFailure:q=>{B(W,"setWalletPassword","onError","user_exited_set_password_flow"),m(q)},callAuthOnSuccessOnClose:!1},N={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:q=>{B(W,"setWalletPassword","onError","unknown_connect_wallet_error"),m(q)}};fe({setWalletPassword:v,connectWallet:N}),X("EMBEDDED_WALLET_CONNECTING_SCREEN")})},signMessage:(d,p)=>new Promise(async(m,v)=>{if(!a||!s){B(W,"signMessage","onError","must_be_authenticated"),v(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"),v(new Error("Must have a Privy wallet before signing"));return}if(typeof d!="string"||d.length<1){B(W,"signMessage","onError","invalid_message"),v(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 he.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:N.address});let{response:at}=await D.rpc({accessToken:ce,address:N.address,request:{method:"personal_sign",params:[d,N.address]}}),yo=at.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),m(ce)}catch(ce){B(W,"signMessage","onError","unable_to_sign"),v(ce??new Ue("Unable to sign message"))}}else{let at={method:"personal_sign",data:d,confirmAndSign:q,onSuccess:je=>{B(W,"signMessage","onSuccess",je),m(je)},onFailure:je=>{B(W,"signMessage","onError","unable_to_sign"),v(je)},uiOptions:p||{}},yo={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:je=>{B(W,"signMessage","onError","unknown_connect_wallet_error"),v(je)}};fe({signMessage:at,connectWallet:yo}),X("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),signTypedData:(d,p)=>new Promise(async(m,v)=>{if(!a||!s){B(W,"signTypedData","onError","must_be_authenticated"),v(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"),v(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 he.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),m(qe)}catch(qe){B(W,"signTypedData","onError","unable_to_sign"),v(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),m(Lt)},onFailure:Lt=>{B(W,"signTypedData","onError","unable_to_sign"),v(Lt)},uiOptions:p||{}},je={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:Lt=>{B(W,"signMessage","onError","unknown_connect_wallet_error"),v(Lt)}};fe({signMessage:yo,connectWallet:je}),X("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(d,p,m)=>{let N=await(await Ic(d,p,m)).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 m=pe(s);if(!m){p(new Error("Must have a Privy wallet before exporting"));return}j(!0);let v={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:m.address}),await D.verifyMfa({accessToken:N})}catch(ce){if(hr(ce))await he.recoverEmbeddedWallet();else throw ce}}catch(ce){p(ce);return}let q={appId:e.appId,origin:t.apiUrl,onSuccess:d,onFailure:p};fe({keyExport:q,connectWallet:v}),X("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:Mc,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((m,v)=>{Sr.current={resolve:m,reject:v}});break;default:throw Kt.current?.reject(new w("Unsupported MFA method")),new w(`Unsupported MFA method: ${d}`)}},cancel(){Kt.current?.reject(new w("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,m)=>{if(!d){he.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."),fe({mfaEnrollmentFlow:{mfaMethods:k.mfa.methods,onSuccess:p,onFailure:m}}),X("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 m=await t.getAuthenticatedUser();c(m)},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 m=await t.getAuthenticatedUser();c(m)},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 m=await t.getAuthenticatedUser();c(m)},loginWithCode(d){return he.loginWithCode(d)},initLoginWithEmail(d){return he.initLoginWithEmail(d)},initLoginWithSms(d){return he.initLoginWithSms(d)},fundWallet(d,p){return An(d,p)},isModalOpen:o};Qh=Ar.signMessage,Zh=Ar.signTypedData,Xh=async(...d)=>{let p=await Ic(...d);return k.embeddedWallets.waitForTransactionConfirmation&&await p.wait(),p};let Wc=!!e.config?.headless,he=(()=>({headless:Wc,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))}),m=new Promise(N=>setTimeout(()=>N(null),d)),v=await Promise.race([p,m]);return ho(null),v},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),f(!1),P(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},openPrivyModal:X,connectWallet:_n,initLoginWithWallet:async(d,p)=>{ze.current="siwe",Ro(d,p)},loginWithWallet:async()=>{if(!n)throw new kr;if(!(t.authFlow instanceof ar))throw new w("Must initialize SIWE flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(m){throw B(W,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}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(m){throw B(W,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}},loginWithFarcaster:async()=>{if(!n)throw new kr;if(!(t.authFlow instanceof kn))throw new w("Must initialize Farcaster flow first.");let d,p;if(a)d=await t.link();else try{({user:d,isNewUser:p}=await t.authenticate())}catch(m){throw B(W,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(d||null),P(p||!1),l(!0)},initLoginWithOAuth:async(d,p)=>{if(xd()){if(d==="google"&&Ac(window.navigator.userAgent)){wt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}}else{wt("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let m=new Mo(d);p&&m.addCaptchaToken(p),t.startAuthFlow(m);let v=await t.authFlow.getAuthorizationUrl();v&&v.url&&window.location.assign(v.url)},loginWithOAuth:async d=>{if(!(t.authFlow instanceof Mo))throw new w("Must initialize OAuth flow before calling loginWithOAuth");let p=Ot.get(Ir),m=t.authFlow.meta.stateCode;if(p!==m)throw t.createAnalyticsEvent("possible_phishing_attempt",{provider:d,storedStateCode:p??"",returnedStateCode:m??""}),new w("Unexpected auth flow. This may be a phishing attempt.");let v,N;if(a)v=await t.link();else try{({user:v,isNewUser:N}=await t.authenticate()),ze.current=d}catch(q){throw B(W,"login","onError",q.privyErrorCode||"unknown_auth_error"),q}c(v),P(N||!1),l(!0)},initLoginWithEmail:async(d,p)=>{let m=new Io(d,p);t.startAuthFlow(m);try{ze.current="email",await m.sendCodeEmail()}catch(v){throw B(W,"login","onError",v.privyErrorCode||"unknown_auth_error"),v}},initUpdateEmail:async(d,p,m)=>{let v=new Ii(d,p,m);t.startAuthFlow(v),await v.sendCodeEmail()},initLoginWithSms:async(d,p)=>{let m=new sr(d,p);t.startAuthFlow(m);try{ze.current="sms",await m.sendSmsCode()}catch(v){throw B(W,"login","onError",v.privyErrorCode||"unknown_auth_error"),v}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async d=>{if(!n)throw new kr;if(t.authFlow instanceof Io)t.authFlow.meta.emailCode=d.trim();else if(t.authFlow instanceof sr)t.authFlow.meta.smsCode=d.trim();else throw new w("Must initialize a passwordless code flow first");let p,m;a?p=await t.link():{user:p,isNewUser:m}=await t.authenticate(),c(p||s||null),P(m||!1),l(!0)},refreshUser:async()=>{let d=await t.getAuthenticatedUser();return c(d),d},walletProxy:D,createAnalyticsEvent:(d,p,m)=>t.createAnalyticsEvent(d,p,m),acceptTerms:async()=>{let d=await t.acceptTerms();return c(d),d},getUsdTokenPrice:d=>t.getUsdTokenPrice(d),recoverEmbeddedWallet:async()=>new Promise(async(d,p)=>{let m=s?.linkedAccounts.find(N=>N.type==="wallet"&&N.walletClientType==="privy"),v=await ke();if(!v||!D||!m){p(new Error("Must have valid access token and Privy wallet to recover wallet"));return}j(!0);try{await D.connect({accessToken:v,address:m.address}),d(!0)}catch(N){hr(N)&&m.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:m.address}),(await D.recover({address:m.address,accessToken:v})).address||p(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:m.address}),d(!0)):hr(N)?(fe({recoverWallet:{privyWallet:m,onFailure:p,onSuccess:()=>d(!0)}}),X("EMBEDDED_WALLET_RECOVERY_SCREEN")):p(N)}}),getFiatOnRampConfig:Pi,setReadyToTrue:()=>{i(!0),rt?.()},updateWallets:()=>it()}))();ey=he.recoverEmbeddedWallet;let ny=J2(()=>({wallets:h,ready:Nt}),[h,Nt]);return fo(le.Provider,{value:Ar,children:fo(ol.Provider,{value:W,children:fo(wc.Provider,{value:ny,children:Jh(Ip,{...k,children:[e.children,Jh(tl.Provider,{value:he,children:[!Wc&&k.captchaEnabled&&n&&!a&&fo(el,{delayedExecution:!1}),fo(zh,{theme:{...k.appearance.palette||{}}}),fo(hp,{data:Ve,setModalData:fe,setInitialScreen:A,initialScreen:b,authenticated:a,open:o,children:fo(Kh,{open:o})}),ie&&oe?fo(Yh,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:Kt,mfaSubmitPromise:Sr,onLoad:z,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as tT}from"react";function oT(e){let{login:t}=tT(le);return Ee("login",e),{login:t}}import{useContext as rT}from"react";function nT(e){let{logout:t}=rT(le);return Ee("logout",e),{logout:t}}import{useCallback as ty}from"react";var iT=()=>{let e=de(),{initLoginWithEmail:t,loginWithCode:o}=G(),r=ty(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=ty(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 oy}from"react";var aT=()=>{let e=de(),{initLoginWithSms:t,loginWithCode:o}=G(),r=oy(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=oy(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 sT}from"react";function lT(e){let{connectWallet:t}=sT(le);return Ee("connectWallet",e),{connectWallet:t}}import{useContext as cT}from"react";function dT(e){let{createWallet:t}=cT(le);return Ee("createWallet",e),{createWallet:t}}var pT=()=>{let{fundWallet:e}=G();return{fundWallet:e}};import{useContext as uT}from"react";function mT(e){let{sendTransaction:t}=uT(le);return Ee("sendTransaction",e),{sendTransaction:t}}import{useContext as fT}from"react";function hT(e){let{setWalletPassword:t}=fT(le);return Ee("setWalletPassword",e),{setWalletPassword:t}}import{useContext as yT}from"react";function gT(e){let{signMessage:t}=yT(le);return Ee("signMessage",e),{signMessage:t}}import{useContext as vT}from"react";function wT(e){let{signTypedData:t}=vT(le);return Ee("signTypedData",e),{signTypedData:t}}import{useContext as CT}from"react";var bT=()=>{let{isModalOpen:e}=CT(le);return{isOpen:e}};import{useContext as ET}from"react";function TT(e){let{getAccessToken:t}=ET(le);return Ee("accessToken",e),{getAccessToken:t}}function PT(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}export{Zt as AsExternalProvider,el as Captcha,Dn as ConnectorManager,Un as PrivyClient,X2 as PrivyProvider,ue as PrivyProxyProvider,Ln as SUPPORTED_CHAINS,Os as VERSION,lt as WalletConnector,PT as addRpcUrlOverrideToChain,kl as errorIndicatesMaxMfaRetries,rn as errorIndicatesMfaTimeout,nn as errorIndicatesMfaVerificationFailed,ke as getAccessToken,lT as useConnectWallet,dT as useCreateWallet,pT as useFundWallet,oT as useLogin,iT as useLoginWithEmail,aT as useLoginWithSms,nT as useLogout,vn as useMfa,mi as useMfaEnrollment,bT as useModalStatus,G as usePrivy,rl as useRegisterMfaListener,mT as useSendTransaction,hT as useSetWalletPassword,gT as useSignMessage,wT as useSignTypedData,TT as useToken,wi as useWallets};