@privy-io/react-auth 1.55.0 → 1.55.1-beta-20240131150809

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 hs=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var uc=(e,t,o)=>(hs(e,t,"read from private field"),o?o.call(e):t.get(e)),fi=(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)},ys=(e,t,o,r)=>(hs(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var mc=(e,t,o)=>(hs(e,t,"access private method"),o);import{getAddress as us}from"@ethersproject/address";import{StaticJsonRpcProvider as I2,Web3Provider as ic}from"@ethersproject/providers";import{createStore as W2}from"mipd";import{useCallback as M2,useEffect as oo,useMemo as N2,useRef as di,useState as ge}from"react";import{isMobile as L2}from"react-device-detect";import{FetchError as vh}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}]`:""}`}},Ut=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"}},hi=class extends w{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var z=class extends De{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},oe=e=>{if(e instanceof De)return e;if(!(e instanceof vh))return Qe(e);if(!e.response)return new Ut("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new Ut(t||"ApiError",e.response.status,o||r,e,n)},Qe=e=>e instanceof De?e:e instanceof Error?new w(e.message,e):new w(`Internal error: ${e}`);var Tr=class extends w{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},nt=class extends w{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},yi=class extends w{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var gi=()=>"/api/v1/sessions",vi=()=>"/api/v1/sessions/logout",fc=()=>"/api/v1/sessions/fork",wi=()=>"/api/v1/sessions/fork/recover",hc=()=>"/api/v1/siwe/init",yc=()=>"/api/v1/siwe/authenticate",gc=()=>"/api/v1/siwe/link",vc=()=>"/api/v1/farcaster/init",wc=()=>"/api/v1/farcaster/authenticate",Cc=()=>"/api/v1/farcaster/link",bc=()=>"/api/v1/farcaster/status",Ec=()=>"/api/v1/passwordless/init",Pc=()=>"/api/v1/passwordless/authenticate",Tc=()=>"/api/v1/passwordless/link",xc=()=>"/api/v1/passwordless_sms/init",Sc=()=>"/api/v1/passwordless_sms/authenticate",_c=()=>"/api/v1/passwordless_sms/link",kc=()=>"/api/v1/oauth/init",Ac=()=>"/api/v1/oauth/authenticate",Rc=()=>"/api/v1/oauth/link",Ic=()=>"/api/v1/siwe/unlink",Wc=()=>"/api/v1/passwordless/unlink",Mc=()=>"/api/v1/passwordless_sms/unlink",Nc=()=>"/api/v1/oauth/unlink",Lc=()=>"/api/v1/farcaster/unlink",Oc=()=>"/api/v1/analytics_events",Dc=()=>"/api/v1/plugins/moonpay_on_ramp/sign",Uc=()=>"/api/v1/custom_jwt_account/authenticate",Fc=()=>"/api/v1/mfa/passwordless_sms/init";var Bc=()=>"/api/v1/mfa/passwordless_sms/enroll";var xr=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let t=Uc(),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 oe(t)}}async link(){throw new Error("Unimplemented")}};var Jo=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=Pc(),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 oe(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=Tc();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw oe(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=Ec();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw oe(r)}}};var ze=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 gn=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new ze(this._startChannelOnce.bind(this)),this.pollForReady=new ze(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(wc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,farcaster_id: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 oe(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");try{return await this.api.post(Cc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,farcaster_id:this.fid})}catch(t){throw oe(t)}}async _startChannelOnce(){if(!this.api)throw new w("Auth flow has no API instance");let t=await this.api.post(vc(),{token:this.captchaToken});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(bc(),{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 td}from"jose";var Hc="1.55.0";var Ci="4df5e2316331463a9130964bd6078dfa",Gc="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",zc="34357d3c125c2bcf2ce2bc3309d98715",bi="https://auth.privy.io",Vc=2e4,it=1400,$c=2500,gs=Hc;var Qo="privy:token",vs="privy-token",Ei="privy:refresh_token",ws="privy-refresh-token",Pi="privy-session",vn="privy:session_transfer_token",Ch="privy:wallet",wn="privy:caid",Sr="privy:state_code",_r="privy:code_verifier",Ti=e=>`${Ch}:${e}`,Cs="privy:connectors",bs="privy:connections";var Zo=12e4,no=1,Es="0x1",kr=3e4,jc="https://api.moonpay.com/v1",qc="https://api.moonpay.com/v1",Kc="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",Yc="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",Jc="0x420000000000000000000000000000000000000F",Qc=["function getL1Fee(bytes memory _data) external view returns (uint256)"];async function Zc(e){let t=new TextEncoder().encode(e),o=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(o)}function Xc(e){return crypto.getRandomValues(new Uint8Array(e))}var xi=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)}},Ps=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)}},Ts=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 ed(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function bh(){return typeof window<"u"&&window.localStorage?new Ps:new xi}function Eh(){return typeof window<"u"&&window.sessionStorage?new Ts:new xi}var _t=Eh(),ee=bh();var Ph="S256",Th="S256",xo=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=_t.get(_r);if(!t)throw new w("Authentication error.");try{let o=Ac(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return _t.del(_r),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(o){let r=oe(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=_t.get(_r);if(!t)throw new w("Authentication error.");try{let o=Rc(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return _t.del(_r),r}catch(o){throw oe(o)}}createCodeVerifier(){return td.encode(Xc(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,o=Ph){if(o==Th){let r=await Zc(t);return td.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();_t.put(_r,t);let o=this.createStateCode();_t.put(Sr,o);let r=await this.deriveCodeChallengeFromCodeVerifier(t);try{let n=kc();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 oe(n)}}};var Xo=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 hs=(e,t,o)=>{if(!t.has(e))throw TypeError("Cannot "+o)};var uc=(e,t,o)=>(hs(e,t,"read from private field"),o?o.call(e):t.get(e)),fi=(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)},ys=(e,t,o,r)=>(hs(e,t,"write to private field"),r?r.call(e,o):t.set(e,o),o);var mc=(e,t,o)=>(hs(e,t,"access private method"),o);import{getAddress as us}from"@ethersproject/address";import{StaticJsonRpcProvider as R2,Web3Provider as ic}from"@ethersproject/providers";import{createStore as I2}from"mipd";import{useCallback as W2,useEffect as oo,useMemo as M2,useRef as di,useState as ge}from"react";import{isMobile as N2}from"react-device-detect";import{FetchError as vh}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}]`:""}`}},Ut=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"}},hi=class extends w{constructor(){super("Request timed out",void 0,"client_request_timeout")}};var z=class extends De{constructor(o,r,n){super(o,r,n);this.type="connector_error"}},oe=e=>{if(e instanceof De)return e;if(!(e instanceof vh))return Qe(e);if(!e.response)return new Ut("api_error",null,e.message,e);let{type:t,message:o,error:r,code:n}=e.data;return new Ut(t||"ApiError",e.response.status,o||r,e,n)},Qe=e=>e instanceof De?e:e instanceof Error?new w(e.message,e):new w(`Internal error: ${e}`);var Tr=class extends w{constructor(){super("Method called before `ready`. Ensure you wait until `ready` is true before calling.")}},nt=class extends w{constructor(t="Embedded wallet error",o){super(t,o,"unknown_embedded_wallet_error")}},yi=class extends w{constructor(t="User must be authenticated"){super(t,void 0,"must_be_authenticated")}};var gi=()=>"/api/v1/sessions",vi=()=>"/api/v1/sessions/logout",fc=()=>"/api/v1/sessions/fork",wi=()=>"/api/v1/sessions/fork/recover",hc=()=>"/api/v1/siwe/init",yc=()=>"/api/v1/siwe/authenticate",gc=()=>"/api/v1/siwe/link",vc=()=>"/api/v1/farcaster/init",wc=()=>"/api/v1/farcaster/authenticate",Cc=()=>"/api/v1/farcaster/link",bc=()=>"/api/v1/farcaster/status",Ec=()=>"/api/v1/passwordless/init",Pc=()=>"/api/v1/passwordless/authenticate",Tc=()=>"/api/v1/passwordless/link",xc=()=>"/api/v1/passwordless_sms/init",Sc=()=>"/api/v1/passwordless_sms/authenticate",_c=()=>"/api/v1/passwordless_sms/link",kc=()=>"/api/v1/oauth/init",Ac=()=>"/api/v1/oauth/authenticate",Rc=()=>"/api/v1/oauth/link",Ic=()=>"/api/v1/siwe/unlink",Wc=()=>"/api/v1/passwordless/unlink",Mc=()=>"/api/v1/passwordless_sms/unlink",Nc=()=>"/api/v1/oauth/unlink",Lc=()=>"/api/v1/farcaster/unlink",Oc=()=>"/api/v1/analytics_events",Dc=()=>"/api/v1/plugins/moonpay_on_ramp/sign",Uc=()=>"/api/v1/custom_jwt_account/authenticate",Fc=()=>"/api/v1/mfa/passwordless_sms/init";var Bc=()=>"/api/v1/mfa/passwordless_sms/enroll";var xr=class{constructor(t){this.meta={token:t}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");try{let t=Uc(),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 oe(t)}}async link(){throw new Error("Unimplemented")}};var Jo=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=Pc(),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 oe(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=Tc();return await this.api.post(t,{email:this.meta.email,code:this.meta.emailCode})}catch(t){throw oe(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=Ec();return await this.api.post(r,{email:this.meta.email,token:this.meta.captchaToken})}catch(r){throw oe(r)}}};var ze=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 gn=class{constructor(t){this._meta={};this.captchaToken=t,this.startChannelOnce=new ze(this._startChannelOnce.bind(this)),this.pollForReady=new ze(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(wc(),{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 oe(t)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");try{return await this.api.post(Cc(),{channel_token:this.meta.channelToken,message:this.message,signature:this.signature,fid:this.fid})}catch(t){throw oe(t)}}async _startChannelOnce(){if(!this.api)throw new w("Auth flow has no API instance");let t=await this.api.post(vc(),{token:this.captchaToken});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(bc(),{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 td}from"jose";var Hc="1.55.0";var Ci="4df5e2316331463a9130964bd6078dfa",Gc="fe9c30fc-3bc5-4064-91e2-6ab5887f8f4d",zc="34357d3c125c2bcf2ce2bc3309d98715",bi="https://auth.privy.io",Vc=2e4,it=1400,$c=2500,gs=Hc;var Qo="privy:token",vs="privy-token",Ei="privy:refresh_token",ws="privy-refresh-token",Pi="privy-session",vn="privy:session_transfer_token",Ch="privy:wallet",wn="privy:caid",Sr="privy:state_code",_r="privy:code_verifier",Ti=e=>`${Ch}:${e}`,Cs="privy:connectors",bs="privy:connections";var Zo=12e4,no=1,Es="0x1",kr=3e4,jc="https://api.moonpay.com/v1",qc="https://api.moonpay.com/v1",Kc="pk_live_hirbpu0cVcLHrjktC9l7fbc9ctjv0SL",Yc="pk_test_fqWjXZMSFwloh7orvJsRfjiUHXJqFzI",Jc="0x420000000000000000000000000000000000000F",Qc=["function getL1Fee(bytes memory _data) external view returns (uint256)"];async function Zc(e){let t=new TextEncoder().encode(e),o=await crypto.subtle.digest("SHA-256",t);return new Uint8Array(o)}function Xc(e){return crypto.getRandomValues(new Uint8Array(e))}var xi=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)}},Ps=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)}},Ts=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 ed(){try{let e="privy:__session_storage__test",t="blobby";return window.sessionStorage.setItem(e,t),window.sessionStorage.removeItem(e),!0}catch{return!1}}function bh(){return typeof window<"u"&&window.localStorage?new Ps:new xi}function Eh(){return typeof window<"u"&&window.sessionStorage?new Ts:new xi}var _t=Eh(),ee=bh();var Ph="S256",Th="S256",xo=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=_t.get(_r);if(!t)throw new w("Authentication error.");try{let o=Ac(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return _t.del(_r),{user:r.user,token:r.token,refresh_token:r.refresh_token,is_new_user:r.is_new_user}}catch(o){let r=oe(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=_t.get(_r);if(!t)throw new w("Authentication error.");try{let o=Rc(),r=await this.api.post(o,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode,code_verifier:t});return _t.del(_r),r}catch(o){throw oe(o)}}createCodeVerifier(){return td.encode(Xc(36))}createStateCode(){return this.createCodeVerifier()}async deriveCodeChallengeFromCodeVerifier(t,o=Ph){if(o==Th){let r=await Zc(t);return td.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();_t.put(_r,t);let o=this.createStateCode();_t.put(Sr,o);let r=await this.deriveCodeChallengeFromCodeVerifier(t);try{let n=kc();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 oe(n)}}};var Xo=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 ze(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(yc(),{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 oe(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(gc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw oe(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(hc(),{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 er=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=Sc(),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 oe(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=_c();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw oe(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=xc();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw oe(r)}}};import{v4 as ay}from"uuid";function Ze(e){return new Date(e*1e3)}function xh(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:Ze(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:Ze(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:Ze(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:Ze(o.verified_at)};t.push(l);break;case"twitter_oauth":let s={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(s);break;case"discord_oauth":let c={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(c);break;case"github_oauth":let u={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(u);break;case"tiktok_oauth":let f={subject:o.subject,username:o.username,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(f);break;case"linkedin_oauth":let g={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(g);break;case"apple_oauth":let y={subject:o.subject,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(y);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:Ze(o.verified_at)});break;case"farcaster":let v={type:o.type,fid:o.farcaster_id,ownerAddress:o.owner_address,displayName:o.display_name,username:o.username,bio:o.bio,pfp:o.profile_picture,url:o.url,verifiedAt:Ze(o.verified_at)};t.push(v);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 ce=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,Sh=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),So=(e,t)=>t==="all-users"&&!ce(e)||t==="users-without-wallets"&&!Sh(e)?.length;function mt(e){if(!e)return null;let t=xh(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,"tiktok_oauth"),u=Bt(t,"linkedin_oauth"),f=Bt(t,"apple_oauth"),g=e.mfa_methods.map(({type:v,verified_at:E})=>({type:v,verifiedAt:Ze(E)}));return{id:e.id,createdAt:Ze(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},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},tiktok:c&&{subject:c.subject,username:c.username},linkedin:u&&{subject:u.subject,name:u.name},apple:f&&{subject:f.subject,email:f.email},mfaMethods:g.map(v=>v.type)}}import{getAddress as Wd}from"@ethersproject/address";import oy from"eventemitter3";function od(){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 Si=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 xs=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||Si(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!xs(o))return!1}return!0},_o=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),rd=()=>{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 nd=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,}))$/),id=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},ko=(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}`},Ss=e=>new Promise(t=>setTimeout(t,e));function ad(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 sd=(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 Ss(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},_i=(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 _s=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),tr=e=>typeof e=="string"?e:"0x"+e.toString(16);async function ld(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 od()){let u=Si(c);if(!l.some(f=>f.info.name===u)){if(xs(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 Ar(e){return`eip155:${String(Number(e))}`}var kt=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new z(`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]+"/"+Ci:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+Gc:i=n.rpcUrls.default?.http[0],!i)throw new z(`No RPC url found for ${e}`);return i},cd=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new z(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};import Oh from"@coinbase/wallet-sdk";import{jsx as dd,jsxs as _h}from"react/jsx-runtime";var Cn=({style:e,...t})=>_h("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:[dd("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),dd("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 zt}from"@ethersproject/address";import{Web3Provider as yd}from"@ethersproject/providers";import{default as Nh}from"eventemitter3";import{StaticJsonRpcProvider as ud}from"@ethersproject/providers";import Mh from"eventemitter3";var kh=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],pd=e=>kh.includes(e);import{ErrorCode as Ah}from"@ethersproject/logger";var Rr=class extends z{constructor(){super("Wallet timeout");this.type="wallet_error"}},Ir=class extends z{constructor(){super("User rejected connection");this.type="wallet_error"}},At=e=>{if(e instanceof z)return e;if(e?.code&&e?.reason){let t=new Ve(e);return e.code===Ah.ACTION_REJECTED&&(t.details=Xe.E4001_USER_REJECTED_REQUEST),t}return e?.code?new Ve(e):new z("Unknown connector error",e)},Ht=class extends De{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Ve=class extends Ht{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(Xe).find(i=>i.eipCode===r.code);this.details=n||Xe.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=Xe.E32002_CONNECTION_ALREADY_PENDING:this.details=Xe.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Xe.E32002_WALLET_LOCKED))}},Rh={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}},Ih={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}},Wh={E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1}},Xe={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Wh,...Ih},io={...Rh,...Xe};var le=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 Rr,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||Zo,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 z(`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 At(o)})}},Ao=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},ki=class extends Mh{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 ud(kt(a,this.chains,n)),this.rpcTimeoutDuration=Wr(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new Ao(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Ue()||!this.address)throw new Ao("Disconnected",4900);return(await fd(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new Ao(`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 Ao(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new ud(kt(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 eth_estimateGas");let r=o.params[0];return await md(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:tr(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 tr(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);default:break}if(pd(o.method)){let r=await Ue();if(await hd(),!r||!this.address)throw new Ao("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 Ao("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await Ue();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}}},Gt=class extends le{constructor(o){super(o,o.rpcTimeoutDuration)}},Ro=class extends le{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 Lh=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},et=class extends Nh{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=Ar(o),this.walletClientType==="privy"&&ee.put(Ti(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=Wr(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>zt(i.address)===zt(o));return{address:zt(o),chainId:r,switchChain:async i=>{if(!n)throw new z("Wallet is not currently connected.");let a=this.wallets.find(f=>zt(f.address)===zt(o))?.chainId;if(!a)throw new z("Unable to determine current chainId.");let l,s;if(typeof i=="number"?(l=`0x${i.toString(16)}`,s=i):(l=i,s=Number(i)),a===Ar(l))return;let c=this.chains.find(f=>f.id===s);if(!c)throw new z(`Unsupported chainId: ${i}`);let u=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})};try{return await u()}catch(f){if(Lh(f,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:l,chainName:c.name,nativeCurrency:c.nativeCurrency,rpcUrls:[c.rpcUrls.default?.http[0]??""],blockExplorerUrls:[c.blockExplorers?.default.url??""]}]}),u();throw this.walletClientType==="rainbow"&&f.message?.includes("wallet_switchEthereumChain")?new z(`Rainbow does not support the chainId ${r}`):f}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new z("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new z("Wallet is not currently connected.");return new yd(new Gt(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new z("Wallet is not currently connected.");return new Ro(this.proxyProvider)},sign:async i=>{if(!await n())throw new z("Wallet is not currently connected.");return await this.sign(i)},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=zt(n),a=[],l;if(this.walletClientType==="privy"){let c=ee.get(Ti(i));this.chains.find(u=>u.id===Number(c))||(ee.del(Ti(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 ${Es}`,c),l=Es}let s=Ar(l);a.find(c=>zt(c.address)===i)||a.push(this.buildConnectedWallet(zt(n),s)),Ai(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=>zt(n)===zt(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 yd(new Gt(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 Dh=e=>{let t=`https://mainnet.infura.io/v3/${Ci}`,o=1;return e.makeWeb3Provider(t,o)},Ri,Ii=class extends et{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new le(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),Ri||(Ri=new Oh({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(Dh(Ri)),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(){Ri.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Cn}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new z("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw At(o)}}};import{jsx as gd}from"react/jsx-runtime";var Wi=({...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 Mi=class extends et{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:[tr(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:Wi}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as vd}from"react/jsx-runtime";var Mr=({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 at,jsxs as Uh}from"react/jsx-runtime";var Nr=({style:e,...t})=>Uh("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:[at("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),at("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),at("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"}),at("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"}),at("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"}),at("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"}),at("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"}),at("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"}),at("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"}),at("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"}),at("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"}),at("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"}),at("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 wd,jsxs as Fh}from"react/jsx-runtime";var Vt=({style:e,...t})=>Fh("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:[wd("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),wd("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 Or=class extends et{constructor(o,r,n,i,a){super(a||"unknown",o,r,n);this.connectorType="injected";this.proxyProvider=new le(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}}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 z("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw At(o)}}},Lr,Dr=class extends et{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";fi(this,Lr,void 0);this.proxyProvider=new le(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0}),a==="metamask"?ys(this,Lr,{name:"MetaMask",icon:Nr}):a==="phantom"&&ys(this,Lr,{name:"Phantom",icon:Vt})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return uc(this,Lr)??{name:"Browser Extension",icon:Mr}}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 z("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw At(o)}}};Lr=new WeakMap;import{getAddress as K3}from"@ethersproject/address";import{Web3Provider as J3}from"@ethersproject/providers";import{isMobile as Bh}from"react-device-detect";var Ni=class extends Or{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{Bh||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 z("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw At(t)}}};var Li=class extends et{constructor(o,r){super(o,[],r,{});this.connectorType="null";this.proxyProvider=new le(void 0,Zo);this.connectorType=o}get walletBranding(){return{name:"Wallet"}}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 Oi=class extends Li{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:Vt}}};import{EthereumProvider as Zh,OPTIONAL_EVENTS as Xh,OPTIONAL_METHODS as ey}from"@walletconnect/ethereum-provider";import{isMobile as ty}from"react-device-detect";import{createContext as Gh,useContext as zh,useEffect as Vh,useRef as $h,useState as jh}from"react";import{jsx as Hh}from"react/jsx-runtime";function Di({src:e,...t}){return Hh("img",{src:e,...t,style:{display:"none"}})}var T=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as Kh,jsxs as Yh}from"react/jsx-runtime";var Cd=Gh({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:T,navigateBack:T,resetNavigation:T,setModalData:T,onUserCloseViaDialogOrKeybindRef:void 0}),qh=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],bd=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=jh(e.initialScreen);Vh(()=>{!o&&!qh.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=$h(null),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 Yh(Cd.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&Kh(Di,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},S=()=>zh(Cd);import{jsx as Ur,jsxs as Jh}from"react/jsx-runtime";var bn=({style:e,...t})=>{let{app:o}=S();return Jh("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:[Ur("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),Ur("g",{clipPath:"url(#clip0_1765_9946)",children:Ur("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"})}),Ur("defs",{children:Ur("clipPath",{id:"clip0_1765_9946",children:Ur("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var Ui=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Fr))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var Fr={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 Qh(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var Ed=e=>e in Fr,Pd=e=>{let t=Fr[e].mobile;if("native"in t)return t.native};function Td(e,t){let o=Qh(t);if(o.deepLink)return Ad(o.deepLink,e);if(o.universalLink)return Rd(o.universalLink,e);throw new w(`Unsupported wallet ${t.id}`)}var xd="WALLETCONNECT_DEEPLINK_CHOICE";function Sd(){try{localStorage.removeItem(xd)}catch{}}function _d({href:e,name:t}){try{localStorage.setItem(xd,JSON.stringify({href:e,name:t}))}catch{}}function kd(e){return e.startsWith("http://")||e.startsWith("https://")}function Ad(e,t){if(kd(e))return Rd(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 Rd(e,t){if(!kd(e))return Ad(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Id(e,t){window.open(e,t,"noreferrer noopener")}var $t=class extends et{constructor(o,r,n,i,a){super(a||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.proxyProvider=new le(void 0,this.rpcTimeoutDuration),a&&(this.walletEntry=Fr[a],this.walletClientType=a),this.createProvider().then(l=>{if(this.provider=l,this.proxyProvider.setWalletProvider(l),this.subscribeListeners(),l.session){if(this.walletProvider?.session?.peer.metadata.url){let s=Ui(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.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:l})=>{this.modal=new l({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(s=>{!s.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:Nr}:{name:_s(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||bn}}resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(this.walletProvider.signer.session=void 0,this.walletEntry=Fr[o],this.walletClientType=o,this.redirectUri=void 0,Sd(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new Ir)};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 z("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=Ui(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=Wr(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(At(a));return}r(new z("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 n of this.chains){let i=kt(n.id,this.chains,this.rpcConfig);i&&(o[n.id]=i)}let r=await Zh.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:Xh,optionalMethods:ey,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(r.signer.abortPairingAttempt(),ty&&this.walletEntry){let{redirect:i,href:a}=Td(n,this.walletEntry);_d({href:a,name:this.walletEntry.displayName}),this.redirectUri=i,Id(i,"_self")}else this.modal?.openModal({uri:n,chains:[this.defaultChain.id]})}),r.on("connect",()=>{if(this.modal?.closeModal(),r.session?.peer.metadata.url){let n=Ui(r.session?.peer.metadata.url);this.walletEntry=n?.entry,this.walletClientType=n?.walletClientType||"unknown"}}),r}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var ks=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===Wd(t)).length:!1},Wr=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Zo:Zo,En=class extends oy{constructor(o,r,n,i,a,l){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 le: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.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;ee.get(Cs)&&(ee.getKeys().forEach(r=>{r.startsWith("walletconnect")&&ee.del(r)}),ee.del(Cs));let o=ld(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"),!_o()&&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 ki(o,r,this.rpcConfig,this.chains,n.id),l=new Mi(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 $t&&i.resetConnection(r),i;let l=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new Ni(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new Dr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new Dr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new Dr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new Or(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,r)}else return o==="coinbase_wallet"?new Ii(this.chains,this.defaultChain,this.rpcConfig):o==="phantom"?new Oi(this.defaultChain):new $t(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,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=ee.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}));ee.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=Wd(o),this.emit("walletsUpdated")}};function Ai(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 ry}from"ofetch";var ny=[gi(),wi(),vi()],Fi=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=gs,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=ry.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=!ny.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 hi}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw oe(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw oe(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw oe(r)}}};import or from"js-cookie";function Md(e){return e instanceof Jo?"email":e instanceof er?"sms":e instanceof Xo?"siwe":e instanceof xr?"custom_auth":e instanceof xo?e.meta.provider:null}import*as Nd from"jose";var jt=class{static parse(t){try{return new jt(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Nd.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 iy=30,Bi=class{constructor(){this.authenticateOnce=new ze(async t=>this._authenticate(t)),this.linkOnce=new ze(async t=>this._link(t)),this.refreshOnce=new ze(this._refresh.bind(this)),this.destroyOnce=new ze(this._destroy.bind(this)),this.forkSessionOnce=new ze(this._forkSession.bind(this))}get token(){try{let t=ee.get(Qo);return typeof t=="string"?new jt(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=ee.get(Ei);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=ee.get(vn);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=or.get(Pi);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=jt.parse(this.token);return t!==null&&!t.isExpired(iy)}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=Md(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:mt(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Qe(o)}}async _link(t){try{let o=await t.link();return mt(o)}catch(o){throw console.warn("Error linking account"),Qe(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(gi(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(wi(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),mt(n.user)}catch(n){if(n instanceof Ut&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Qe(n)}}async _destroy(){try{await this.api?.post(vi(),{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(fc(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Qe(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let o=ee.get(Qo);if(ee.put(Qo,t),o!==t&&this.client?.onStoreToken?.(t),!this.client?.useServerCookies){let r=jt.parse(t)?.expiration;or.set(vs,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else ee.del(Qo),or.remove(vs)}storeRefreshToken(t){typeof t=="string"?(ee.put(Ei,t),this.client?.useServerCookies||(or.set(Pi,"t",{sameSite:"Strict",secure:!0,expires:30}),or.set(ws,t,{sameSite:"Strict",secure:!0,expires:30}))):(ee.del(Ei),or.remove(ws),or.remove(Pi))}clearForkedToken(){ee.del(vn)}};var As,Hi,Ld,Pn=class{constructor(t){fi(this,Hi);this.apiUrl=t.apiUrl||bi,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||Vc,this.appId=t.appId,this.clientAnalyticsId=mc(this,Hi,Ld).call(this),As||(As=new Bi),this.session=As,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i,a){this.connectors||(this.connectors=new En(t,o,r,n,i,a))}generateApi(){let t=new Fi(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(Wc(),{address:t});return mt(o)}catch(o){throw Qe(o)}}async unlinkPhone(t){try{let o=await this.api.post(Mc(),{phoneNumber:t});return mt(o)}catch(o){throw Qe(o)}}async unlinkWallet(t){try{let o=await this.api.post(Ic(),{address:t});return mt(o)}catch(o){throw Qe(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(Nc(),{provider:t,subject:o});return mt(r)}catch(r){throw Qe(r)}}async unlinkFarcaster(t){try{let o=await this.api.post(Lc(),{farcaster_id:t});return mt(o)}catch(o){throw Qe(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(Oc(),{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(Dc(),t)}catch(o){throw Qe(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?jt.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,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,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}}catch(t){throw Qe(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()}};Hi=new WeakSet,Ld=function(){if(typeof window>"u")return null;try{let o=ee.get(wn);if(typeof o=="string"&&o.length>0)return o}catch{}let t=ay();try{return ee.put(wn,t),t}catch{return t}};import{Turnstile as uy}from"@marsidev/react-turnstile";import{useEffect as my,useMemo as fy}from"react";import{useMemo as sy,useRef as ly,useContext as cy,useState as Rs,createContext as dy}from"react";import{jsx as py}from"react/jsx-runtime";var Od=dy({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}),ao=class extends De{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Dd=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=ly(null),[i,a]=Rs(),[l,s]=Rs(),[c,u]=Rs(!1),f=sy(()=>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 py(Od.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 ad(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new ao("Captcha failed",null,"captcha_timeout")}}},children:e})},de=()=>cy(Od);import{jsx as Ud}from"react/jsx-runtime";var Is=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,setExecuting:a,ref:l}=de(),[,s]=fy(()=>o?.split("t:")||[],[o]);if(my(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return Ud("div",{className:"hidden h-0 w-0",children:Ud(uy,{...e,ref:l,siteKey:s,options:{action:r,size:"invisible",...e.delayedExecution?{appearance:"execute",execution:"execute"}:{}},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 s2,useEffect as Hf,useRef as l2,useState as c2}from"react";import d2 from"react-dom";import{createContext as hy,useContext as yy}from"react";var Ws=hy({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,resendEmailCode:T,resendSmsCode:T,initLoginWithOAuth:T,loginWithOAuth:T,refreshUser:T,walletProxy:null,createAnalyticsEvent:T,getUsdTokenPrice:T,recoverEmbeddedWallet:T,getFiatOnRampConfig:T,updateWallets:T,setReadyToTrue:T}),k=()=>yy(Ws);import{createContext as gy,useContext as vy}from"react";var Pe=gy({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:T,login:T,linkEmail:T,linkPhone:T,linkFarcaster:T,linkWallet:T,linkGoogle:T,linkTwitter:T,linkDiscord:T,linkGithub:T,linkTiktok:T,linkLinkedIn:T,linkApple: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,unlinkTiktok:T,unlinkLinkedIn:T,unlinkApple:T,unlinkFarcaster:T,setActiveWallet:T,forkSession:T,createWallet:T,signMessage: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}),F=()=>vy(Pe);import{useEffect as wy,useState as Cy}from"react";var Fd=e=>{let[t,o]=Cy("auto");return wy(()=>{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 by,useContext as Ey,useEffect as Py}from"react";var Bd={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},Ms=by(void 0),Hd=()=>Ey(Ms);function ft(e,t){if(!t)return;let r=Hd().current[e];return Py(()=>{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 ae(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function Gd(){let e=Hd();return(t,o,...r)=>ae(e,t,o,...r)}function Ns(e){ft("configureMfa",e)}import Hs from"styled-components";import nr,{css as Us}from"styled-components";import Os from"styled-components";import{Fragment as xy,jsx as Ls,jsxs as Sy}from"react/jsx-runtime";var Io=({success:e,fail:t})=>Sy(xy,{children:[Ls(ht,{className:e?"success":t?"fail":""}),Ls(Ds,{className:e?"success":t?"fail":""})]}),ht=Os.span`
12
+ - https://privy.io`;this.getNonceOnce=new ze(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(yc(),{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 oe(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(gc(),{message:t,signature:o,chainId:this.wallet.chainId,walletClientType:this.wallet.walletClientType,connectorType:this.wallet.connectorType})}catch(t){throw oe(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(hc(),{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 er=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=Sc(),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 oe(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=_c();return await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})}catch(t){throw oe(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=xc();return await this.api.post(r,{phoneNumber:this.meta.phoneNumber,token:this.meta.captchaToken})}catch(r){throw oe(r)}}};import{v4 as ay}from"uuid";function Ze(e){return new Date(e*1e3)}function xh(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:Ze(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:Ze(o.verified_at)};t.push(i);break;case"phone":let a={number:o.phoneNumber,type:o.type,verifiedAt:Ze(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:Ze(o.verified_at)};t.push(l);break;case"twitter_oauth":let s={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(s);break;case"discord_oauth":let c={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(c);break;case"github_oauth":let u={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(u);break;case"tiktok_oauth":let f={subject:o.subject,username:o.username,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(f);break;case"linkedin_oauth":let g={subject:o.subject,name:o.name,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(g);break;case"apple_oauth":let y={subject:o.subject,email:o.email,type:o.type,verifiedAt:Ze(o.verified_at)};t.push(y);break;case"custom_auth":t.push({type:o.type,customUserId:o.custom_user_id,verifiedAt:Ze(o.verified_at)});break;case"farcaster":let v={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:o.url,verifiedAt:Ze(o.verified_at)};t.push(v);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 ce=e=>e?.linkedAccounts.find(t=>t.type==="wallet"&&t.walletClientType==="privy")||null,Sh=e=>e.linkedAccounts.filter(t=>t.type==="wallet"),So=(e,t)=>t==="all-users"&&!ce(e)||t==="users-without-wallets"&&!Sh(e)?.length;function mt(e){if(!e)return null;let t=xh(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,"tiktok_oauth"),u=Bt(t,"linkedin_oauth"),f=Bt(t,"apple_oauth"),g=e.mfa_methods.map(({type:v,verified_at:E})=>({type:v,verifiedAt:Ze(E)}));return{id:e.id,createdAt:Ze(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},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},tiktok:c&&{subject:c.subject,username:c.username},linkedin:u&&{subject:u.subject,name:u.name},apple:f&&{subject:f.subject,email:f.email},mfaMethods:g.map(v=>v.type)}}import{getAddress as Wd}from"@ethersproject/address";import oy from"eventemitter3";function od(){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 Si=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 xs=(e,t)=>{if(!e.isMetaMask)return!1;if(e.isMetaMask&&!t)return!0;if(e.isBraveWallet&&!e._events&&!e._state||Si(e)!=="MetaMask")return!1;if(e.providers){for(let o of e.providers)if(!xs(o))return!1}return!0},_o=()=>!!("phantom"in window&&window?.phantom?.ethereum?.isPhantom),rd=()=>{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 nd=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,}))$/),id=(e,t)=>{let o=e.slice(0),r=[];for(;o.length;)r.push(o.splice(0,t));return r},ko=(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}`},Ss=e=>new Promise(t=>setTimeout(t,e));function ad(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 sd=(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 Ss(o)}a||i(new Error("Exceeded max attempts before resolving function"))})},_i=(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 _s=e=>e.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g,""),tr=e=>typeof e=="string"?e:"0x"+e.toString(16);async function ld(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 od()){let u=Si(c);if(!l.some(f=>f.info.name===u)){if(xs(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 Ar(e){return`eip155:${String(Number(e))}`}var kt=(e,t,o)=>{let r=Number(e),n=t.find(a=>a.id===r);if(!n)throw new z(`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]+"/"+Ci:n.rpcUrls.blast?.http[0]?i=n.rpcUrls.blast.http[0]+"/"+Gc:i=n.rpcUrls.default?.http[0],!i)throw new z(`No RPC url found for ${e}`);return i},cd=(e,t)=>{let o=Number(e),r=t.find(n=>n.id===o);if(!r)throw new z(`Unsupported chainId ${e}`,4901);return r.blockExplorers?.default.url};import Oh from"@coinbase/wallet-sdk";import{jsx as dd,jsxs as _h}from"react/jsx-runtime";var Cn=({style:e,...t})=>_h("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:[dd("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),dd("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 zt}from"@ethersproject/address";import{Web3Provider as yd}from"@ethersproject/providers";import{default as Nh}from"eventemitter3";import{StaticJsonRpcProvider as ud}from"@ethersproject/providers";import Mh from"eventemitter3";var kh=["eth_sign","eth_populateTransactionRequest","eth_signTransaction","personal_sign","eth_signTypedData_v4"],pd=e=>kh.includes(e);import{ErrorCode as Ah}from"@ethersproject/logger";var Rr=class extends z{constructor(){super("Wallet timeout");this.type="wallet_error"}},Ir=class extends z{constructor(){super("User rejected connection");this.type="wallet_error"}},At=e=>{if(e instanceof z)return e;if(e?.code&&e?.reason){let t=new Ve(e);return e.code===Ah.ACTION_REJECTED&&(t.details=Xe.E4001_USER_REJECTED_REQUEST),t}return e?.code?new Ve(e):new z("Unknown connector error",e)},Ht=class extends De{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Ve=class extends Ht{constructor(o){let r=o;super(r.message,r.code,r.data);let n=Object.values(Xe).find(i=>i.eipCode===r.code);this.details=n||Xe.UNKNOWN_ERROR,r.code===-32002&&(r.message?.includes("already pending for origin")?r.message?.includes("wallet_requestPermissions")?this.details=Xe.E32002_CONNECTION_ALREADY_PENDING:this.details=Xe.E32002_REQUEST_ALREADY_PENDING:r.message?.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Xe.E32002_WALLET_LOCKED))}},Rh={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}},Ih={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}},Wh={E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1}},Xe={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Wh,...Ih},io={...Rh,...Xe};var le=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 Rr,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||Zo,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 z(`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 At(o)})}},Ao=class extends Error{constructor(o,r,n){super(o);this.code=r,this.data=n}},ki=class extends Mh{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 ud(kt(a,this.chains,n)),this.rpcTimeoutDuration=Wr(n,"privy")}async handleSendTransaction(o){if(!o.params||!Array.isArray(o.params))throw new Ao(`Invalid params for ${o.method}`,4200);let r=o.params[0];if(!await Ue()||!this.address)throw new Ao("Disconnected",4900);return(await fd(r)).hash}handleSwitchEthereumChain(o){if(!o.params||!Array.isArray(o.params))throw new Ao(`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 Ao(`Invalid params for ${o.method}`,4200);this.chainId=Number(r),this.provider=new ud(kt(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 eth_estimateGas");let r=o.params[0];return await md(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:tr(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 tr(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);default:break}if(pd(o.method)){let r=await Ue();if(await hd(),!r||!this.address)throw new Ao("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 Ao("Disconnected",4900)}}else return this.provider.send(o.method,o.params)}async connect(){let o=await Ue();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}}},Gt=class extends le{constructor(o){super(o,o.rpcTimeoutDuration)}},Ro=class extends le{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 Lh=(e,t)=>{switch(t){case"coinbase_wallet":return e.message.includes("addEthereumChain");default:return e.code===4902||e.message?.includes("4902")}},et=class extends Nh{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=Ar(o),this.walletClientType==="privy"&&ee.put(Ti(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=Wr(i,o),this.connected=!1,this.initialized=!1}buildConnectedWallet(o,r){let n=async()=>!!this.wallets.find(i=>zt(i.address)===zt(o));return{address:zt(o),chainId:r,switchChain:async i=>{if(!n)throw new z("Wallet is not currently connected.");let a=this.wallets.find(f=>zt(f.address)===zt(o))?.chainId;if(!a)throw new z("Unable to determine current chainId.");let l,s;if(typeof i=="number"?(l=`0x${i.toString(16)}`,s=i):(l=i,s=Number(i)),a===Ar(l))return;let c=this.chains.find(f=>f.id===s);if(!c)throw new z(`Unsupported chainId: ${i}`);let u=async()=>{await this.proxyProvider.request({method:"wallet_switchEthereumChain",params:[{chainId:l}]})};try{return await u()}catch(f){if(Lh(f,this.walletClientType))return await this.proxyProvider.request({method:"wallet_addEthereumChain",params:[{chainId:l,chainName:c.name,nativeCurrency:c.nativeCurrency,rpcUrls:[c.rpcUrls.default?.http[0]??""],blockExplorerUrls:[c.blockExplorers?.default.url??""]}]}),u();throw this.walletClientType==="rainbow"&&f.message?.includes("wallet_switchEthereumChain")?new z(`Rainbow does not support the chainId ${r}`):f}},connectedAt:Date.now(),walletClientType:this.walletClientType,connectorType:this.connectorType,isConnected:n,getEthereumProvider:async()=>{if(!await n())throw new z("Wallet is not currently connected.");return this.proxyProvider},getEthersProvider:async()=>{if(!await n())throw new z("Wallet is not currently connected.");return new yd(new Gt(this.proxyProvider))},getWeb3jsProvider:async()=>{if(!await n())throw new z("Wallet is not currently connected.");return new Ro(this.proxyProvider)},sign:async i=>{if(!await n())throw new z("Wallet is not currently connected.");return await this.sign(i)},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=zt(n),a=[],l;if(this.walletClientType==="privy"){let c=ee.get(Ti(i));this.chains.find(u=>u.id===Number(c))||(ee.del(Ti(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 ${Es}`,c),l=Es}let s=Ar(l);a.find(c=>zt(c.address)===i)||a.push(this.buildConnectedWallet(zt(n),s)),Ai(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=>zt(n)===zt(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 yd(new Gt(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 Dh=e=>{let t=`https://mainnet.infura.io/v3/${Ci}`,o=1;return e.makeWeb3Provider(t,o)},Ri,Ii=class extends et{constructor(o,r,n){super("coinbase_wallet",o,r,n);this.connectorType="coinbase_wallet";this.proxyProvider=new le(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),Ri||(Ri=new Oh({appName:"Privy",darkMode:!1,headlessMode:!1,enableMobileWalletLink:!0})),this.proxyProvider.setWalletProvider(Dh(Ri)),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(){Ri.disconnect()}get walletBranding(){return{name:"Coinbase Wallet",icon:Cn}}async promptConnection(){try{let o=await this.proxyProvider.request({method:"eth_requestAccounts"});if(!o||o.length===0||!o[0])throw new z("Unable to retrieve accounts");this.connected=!0,await this.syncAccounts([o[0]])}catch(o){throw At(o)}}};import{jsx as gd}from"react/jsx-runtime";var Wi=({...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 Mi=class extends et{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:[tr(o?.chainId||"0x1")]}),this.getConnectedWallet()):null}get walletBranding(){return{name:"Privy Wallet",icon:Wi}}disconnect(){this.connected=!1}async promptConnection(){}};import{jsx as vd}from"react/jsx-runtime";var Mr=({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 at,jsxs as Uh}from"react/jsx-runtime";var Nr=({style:e,...t})=>Uh("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:[at("style",{children:".s1{stroke-linecap:round;stroke-linejoin:round}.s2{fill:#e4761b;stroke:#e4761b}.s3{fill:#f6851b;stroke:#f6851b}"}),at("path",{fill:"#e2761b",stroke:"#e2761b",className:"s1",d:"m274.1 35.5-99.5 73.9L193 65.8z"}),at("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"}),at("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"}),at("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"}),at("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"}),at("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"}),at("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"}),at("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"}),at("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"}),at("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"}),at("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"}),at("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 wd,jsxs as Fh}from"react/jsx-runtime";var Vt=({style:e,...t})=>Fh("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:[wd("rect",{width:"108",height:"108",rx:"23",fill:"#AB9FF2"}),wd("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 Or=class extends et{constructor(o,r,n,i,a){super(a||"unknown",o,r,n);this.connectorType="injected";this.proxyProvider=new le(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}}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 z("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw At(o)}}},Lr,Dr=class extends et{constructor(o,r,n,i,a){super(a??"unknown",o,r,n);this.connectorType="injected";fi(this,Lr,void 0);this.proxyProvider=new le(void 0,this.rpcTimeoutDuration),this.subscribeListeners(),this.proxyProvider.setWalletProvider(i),this.syncAccounts().then(()=>{this.emit("initialized"),this.initialized=!0}),a==="metamask"?ys(this,Lr,{name:"MetaMask",icon:Nr}):a==="phantom"&&ys(this,Lr,{name:"Phantom",icon:Vt})}async connect(o){return o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}get walletBranding(){return uc(this,Lr)??{name:"Browser Extension",icon:Mr}}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 z("Unable to retrieve accounts");await this.syncAccounts([o[0]])}catch(o){throw At(o)}}};Lr=new WeakMap;import{getAddress as q3}from"@ethersproject/address";import{Web3Provider as Y3}from"@ethersproject/providers";import{isMobile as Bh}from"react-device-detect";var Ni=class extends Or{disconnect(){console.warn("Metamask does not support programmatic disconnect.")}async promptConnection(){try{Bh||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 z("Unable to retrieve accounts");await this.syncAccounts([t[0]])}catch(t){throw At(t)}}};var Li=class extends et{constructor(o,r){super(o,[],r,{});this.connectorType="null";this.proxyProvider=new le(void 0,Zo);this.connectorType=o}get walletBranding(){return{name:"Wallet"}}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 Oi=class extends Li{constructor(t){super("phantom",t)}get walletBranding(){return{name:"Phantom",icon:Vt}}};import{EthereumProvider as Zh,OPTIONAL_EVENTS as Xh,OPTIONAL_METHODS as ey}from"@walletconnect/ethereum-provider";import{isMobile as ty}from"react-device-detect";import{createContext as Gh,useContext as zh,useEffect as Vh,useRef as $h,useState as jh}from"react";import{jsx as Hh}from"react/jsx-runtime";function Di({src:e,...t}){return Hh("img",{src:e,...t,style:{display:"none"}})}var T=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};import{jsx as Kh,jsxs as Yh}from"react/jsx-runtime";var Cd=Gh({ready:!1,app:null,currentScreen:null,lastScreen:null,navigate:T,navigateBack:T,resetNavigation:T,setModalData:T,onUserCloseViaDialogOrKeybindRef:void 0}),qh=["LANDING","CONNECT_ONLY_LANDING_SCREEN",null],bd=e=>{let t=e.appConfig,o=e.authenticated,[r,n]=jh(e.initialScreen);Vh(()=>{!o&&!qh.includes(e.initialScreen)&&e.setInitialScreen(null)},[o]);let i=$h(null),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 Yh(Cd.Provider,{value:a,children:[(typeof t?.appearance?.logo=="string"||t?.appearance?.logo?.type==="img")&&Kh(Di,{src:typeof t.appearance.logo=="string"?t.appearance.logo:t.appearance.logo.props.src}),e.children]})},S=()=>zh(Cd);import{jsx as Ur,jsxs as Jh}from"react/jsx-runtime";var bn=({style:e,...t})=>{let{app:o}=S();return Jh("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:[Ur("rect",{width:"28",height:"28",rx:"3",fill:o?.appearance.palette.colorScheme==="dark"?"#3396ff":"#141414"}),Ur("g",{clipPath:"url(#clip0_1765_9946)",children:Ur("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"})}),Ur("defs",{children:Ur("clipPath",{id:"clip0_1765_9946",children:Ur("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]})};var Ui=e=>{let t;try{t=new URL(e).hostname}catch{return}for(let[o,r]of Object.entries(Fr))if(t.includes(r.hostname))return{walletClientType:o,entry:r}};var Fr={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 Qh(e){return{name:e.displayName||"",universalLink:e.mobile.universal,deepLink:e.mobile.native}}var Ed=e=>e in Fr,Pd=e=>{let t=Fr[e].mobile;if("native"in t)return t.native};function Td(e,t){let o=Qh(t);if(o.deepLink)return Ad(o.deepLink,e);if(o.universalLink)return Rd(o.universalLink,e);throw new w(`Unsupported wallet ${t.id}`)}var xd="WALLETCONNECT_DEEPLINK_CHOICE";function Sd(){try{localStorage.removeItem(xd)}catch{}}function _d({href:e,name:t}){try{localStorage.setItem(xd,JSON.stringify({href:e,name:t}))}catch{}}function kd(e){return e.startsWith("http://")||e.startsWith("https://")}function Ad(e,t){if(kd(e))return Rd(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 Rd(e,t){if(!kd(e))return Ad(e,t);let o=e;o.endsWith("/")||(o=`${o}/`);let r=encodeURIComponent(t);return{redirect:`${o}wc?uri=${r}`,href:o}}function Id(e,t){window.open(e,t,"noreferrer noopener")}var $t=class extends et{constructor(o,r,n,i,a){super(a||"unknown",n,i,r);this.connectorType="wallet_connect_v2";this.walletConnectCloudProjectId=o,this.rpcConfig=r,this.proxyProvider=new le(void 0,this.rpcTimeoutDuration),a&&(this.walletEntry=Fr[a],this.walletClientType=a),this.createProvider().then(l=>{if(this.provider=l,this.proxyProvider.setWalletProvider(l),this.subscribeListeners(),l.session){if(this.walletProvider?.session?.peer.metadata.url){let s=Ui(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.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:l})=>{this.modal=new l({projectId:this.walletConnectCloudProjectId,themeVariables:{"--wcm-z-index":"1000000"}}),this.modal.subscribeModal(s=>{!s.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:Nr}:{name:_s(this.walletProvider?.session?.peer.metadata.name||"")||"WalletConnect",icon:this.walletProvider?.session?.peer.metadata.icons?.[0]||bn}}resetConnection(o){this.walletProvider&&this.walletProvider.connected&&(this.walletProvider.signer.session=void 0,this.walletEntry=Fr[o],this.walletClientType=o,this.redirectUri=void 0,Sd(),this.onDisconnect())}async promptConnection(){if(this.provider)return new Promise((o,r)=>{let n=()=>{r(new Ir)};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 z("Unable to retrieve address");if(this.walletProvider?.session?.peer.metadata.url){let s=Ui(this.walletProvider?.session?.peer.metadata.url);this.walletEntry=s?.entry,this.walletClientType=s?.walletClientType||"unknown",this.proxyProvider.rpcTimeoutDuration=Wr(this.rpcConfig,this.walletClientType)}this.connected=!0,await this.syncAccounts(l),o()})().catch(a=>{if(a){r(At(a));return}r(new z("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 n of this.chains){let i=kt(n.id,this.chains,this.rpcConfig);i&&(o[n.id]=i)}let r=await Zh.init({projectId:this.walletConnectCloudProjectId,chains:[this.defaultChain.id],optionalChains:this.chains.map(n=>n.id),optionalEvents:Xh,optionalMethods:ey,rpcMap:o,showQrModal:!1});return r.on("display_uri",n=>{if(r.signer.abortPairingAttempt(),ty&&this.walletEntry){let{redirect:i,href:a}=Td(n,this.walletEntry);_d({href:a,name:this.walletEntry.displayName}),this.redirectUri=i,Id(i,"_self")}else this.modal?.openModal({uri:n,chains:[this.defaultChain.id]})}),r.on("connect",()=>{if(this.modal?.closeModal(),r.session?.peer.metadata.url){let n=Ui(r.session?.peer.metadata.url);this.walletEntry=n?.entry,this.walletClientType=n?.walletClientType||"unknown"}}),r}async enableProvider(){return this.walletProvider?.connected?Promise.resolve(this.walletProvider.accounts):await this.walletProvider?.enable()}};var ks=e=>{let t=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return t?!!e?.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===Wd(t)).length:!1},Wr=(e,t)=>e.rpcTimeouts?e.rpcTimeouts[t]||Zo:Zo,En=class extends oy{constructor(o,r,n,i,a,l){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 le: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.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;ee.get(Cs)&&(ee.getKeys().forEach(r=>{r.startsWith("walletconnect")&&ee.del(r)}),ee.del(Cs));let o=ld(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"),!_o()&&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 ki(o,r,this.rpcConfig,this.chains,n.id),l=new Mi(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 $t&&i.resetConnection(r),i;let l=(()=>{if(o==="injected"){if(r==="metamask"&&n?.eip6963InjectedProvider)return new Ni(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,"metamask");if(r==="metamask"&&n?.legacyInjectedProvider)return new Dr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"metamask");if(r==="phantom"&&n?.legacyInjectedProvider)return new Dr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider,"phantom");if(n?.legacyInjectedProvider&&r==="unknown_browser_extension")return new Dr(this.chains,this.defaultChain,this.rpcConfig,n?.legacyInjectedProvider);if(n?.eip6963InjectedProvider)return new Or(this.chains,this.defaultChain,this.rpcConfig,n?.eip6963InjectedProvider,r)}else return o==="coinbase_wallet"?new Ii(this.chains,this.defaultChain,this.rpcConfig):o==="phantom"?new Oi(this.defaultChain):new $t(this.walletConnectCloudProjectId,this.rpcConfig,this.chains,this.defaultChain,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=ee.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}));ee.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=Wd(o),this.emit("walletsUpdated")}};function Ai(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 ry}from"ofetch";var ny=[gi(),wi(),vi()],Fi=class{constructor(t,o,r){this.appId=t,this.clientAnalyticsId=o.clientAnalyticsId,this.sdkVersion=gs,this.client=o,this.defaults=r,this.fallbackApiUrl=o.fallbackApiUrl,this.baseFetch=ry.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=!ny.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 hi}})}async get(t,o){try{return await this.baseFetch(t,o)}catch(r){throw oe(r)}}async post(t,o,r){try{return await this.baseFetch(t,{method:"POST",...o?{body:o}:{},...r})}catch(n){throw oe(n)}}async delete(t,o){try{return await this.baseFetch(t,{method:"DELETE",...o})}catch(r){throw oe(r)}}};import or from"js-cookie";function Md(e){return e instanceof Jo?"email":e instanceof er?"sms":e instanceof Xo?"siwe":e instanceof xr?"custom_auth":e instanceof xo?e.meta.provider:null}import*as Nd from"jose";var jt=class{static parse(t){try{return new jt(t)}catch{return null}}constructor(t){this.value=t,this._decoded=Nd.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 iy=30,Bi=class{constructor(){this.authenticateOnce=new ze(async t=>this._authenticate(t)),this.linkOnce=new ze(async t=>this._link(t)),this.refreshOnce=new ze(this._refresh.bind(this)),this.destroyOnce=new ze(this._destroy.bind(this)),this.forkSessionOnce=new ze(this._forkSession.bind(this))}get token(){try{let t=ee.get(Qo);return typeof t=="string"?new jt(t).value:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get refreshToken(){try{let t=ee.get(Ei);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get forkedToken(){try{let t=ee.get(vn);return typeof t=="string"?t:null}catch(t){return console.error(t),this.destroyLocalState(),null}}get mightHaveServerCookies(){try{let t=or.get(Pi);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=jt.parse(this.token);return t!==null&&!t.isExpired(iy)}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=Md(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:mt(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Qe(o)}}async _link(t){try{let o=await t.link();return mt(o)}catch(o){throw console.warn("Error linking account"),Qe(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(gi(),a,{headers:i}),r&&this.clearForkedToken()}else if(r)n=await this.api.post(wi(),{refresh_token:r}),this.clearForkedToken();else return null;return this.storeToken(n.token),this.storeRefreshToken(n.refresh_token),mt(n.user)}catch(n){if(n instanceof Ut&&n.privyErrorCode==="missing_or_invalid_token")return console.warn("Unable to refresh tokens - token is missing or no longer valid"),this.destroyLocalState(),null;throw Qe(n)}}async _destroy(){try{await this.api?.post(vi(),{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(fc(),{refresh_token:t});return this.storeToken(o.token),this.storeRefreshToken(o.refresh_token),o.new_session_refresh_token}catch(o){throw Qe(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),this.clearForkedToken(),this.client?.onDeleteToken?.()}storeToken(t){if(typeof t=="string"){let o=ee.get(Qo);if(ee.put(Qo,t),o!==t&&this.client?.onStoreToken?.(t),!this.client?.useServerCookies){let r=jt.parse(t)?.expiration;or.set(vs,t,{sameSite:"Strict",secure:!0,expires:r?new Date(r*1e3):void 0})}}else ee.del(Qo),or.remove(vs)}storeRefreshToken(t){typeof t=="string"?(ee.put(Ei,t),this.client?.useServerCookies||(or.set(Pi,"t",{sameSite:"Strict",secure:!0,expires:30}),or.set(ws,t,{sameSite:"Strict",secure:!0,expires:30}))):(ee.del(Ei),or.remove(ws),or.remove(Pi))}clearForkedToken(){ee.del(vn)}};var As,Hi,Ld,Pn=class{constructor(t){fi(this,Hi);this.apiUrl=t.apiUrl||bi,this.fallbackApiUrl=this.apiUrl,this.useServerCookies=!1,this.timeout=t.timeout||Vc,this.appId=t.appId,this.clientAnalyticsId=mc(this,Hi,Ld).call(this),As||(As=new Bi),this.session=As,this.api=this.generateApi(),this.session.client=this}initializeConnectorManager(t,o,r,n,i,a){this.connectors||(this.connectors=new En(t,o,r,n,i,a))}generateApi(){let t=new Fi(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(Wc(),{address:t});return mt(o)}catch(o){throw Qe(o)}}async unlinkPhone(t){try{let o=await this.api.post(Mc(),{phoneNumber:t});return mt(o)}catch(o){throw Qe(o)}}async unlinkWallet(t){try{let o=await this.api.post(Ic(),{address:t});return mt(o)}catch(o){throw Qe(o)}}async unlinkOAuth(t,o){try{let r=await this.api.post(Nc(),{provider:t,subject:o});return mt(r)}catch(r){throw Qe(r)}}async unlinkFarcaster(t){try{let o=await this.api.post(Lc(),{fid:t});return mt(o)}catch(o){throw Qe(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(Oc(),{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(Dc(),t)}catch(o){throw Qe(o)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()||this.session.hasRecoveryCredentials()?this.session.refresh():null}async getAccessToken(t){return this.session.hasActiveToken()?jt.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,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,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}}catch(t){throw Qe(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()}};Hi=new WeakSet,Ld=function(){if(typeof window>"u")return null;try{let o=ee.get(wn);if(typeof o=="string"&&o.length>0)return o}catch{}let t=ay();try{return ee.put(wn,t),t}catch{return t}};import{Turnstile as uy}from"@marsidev/react-turnstile";import{useEffect as my,useMemo as fy}from"react";import{useMemo as sy,useRef as ly,useContext as cy,useState as Rs,createContext as dy}from"react";import{jsx as py}from"react/jsx-runtime";var Od=dy({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}),ao=class extends De{constructor(o,r,n){super(o||"Captcha failed");this.type="Captcha";r instanceof Error&&(this.cause=r),this.privyErrorCode=n}},Dd=({children:e,id:t,captchaSiteKey:o,captchaEnabled:r})=>{let n=ly(null),[i,a]=Rs(),[l,s]=Rs(),[c,u]=Rs(!1),f=sy(()=>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 py(Od.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 ad(()=>n.current?.getResponse(),{interval:200,timeout:2e4})}catch{throw new ao("Captcha failed",null,"captcha_timeout")}}},children:e})},de=()=>cy(Od);import{jsx as Ud}from"react/jsx-runtime";var Is=e=>{let{enabled:t,siteKey:o,appId:r,setError:n,setToken:i,setExecuting:a,ref:l}=de(),[,s]=fy(()=>o?.split("t:")||[],[o]);if(my(()=>l.current?.remove,[]),!t)return null;if(!s)throw new Error("Unsupported captcha site key");return Ud("div",{className:"hidden h-0 w-0",children:Ud(uy,{...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 a2,useEffect as Hf,useRef as s2,useState as l2}from"react";import c2 from"react-dom";import{createContext as hy,useContext as yy}from"react";var Ws=hy({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,resendEmailCode:T,resendSmsCode:T,initLoginWithOAuth:T,loginWithOAuth:T,refreshUser:T,walletProxy:null,createAnalyticsEvent:T,getUsdTokenPrice:T,recoverEmbeddedWallet:T,getFiatOnRampConfig:T,updateWallets:T,setReadyToTrue:T}),k=()=>yy(Ws);import{createContext as gy,useContext as vy}from"react";var Pe=gy({ready:!1,authenticated:!1,user:null,walletConnectors:null,connectWallet:T,login:T,linkEmail:T,linkPhone:T,linkFarcaster:T,linkWallet:T,linkGoogle:T,linkTwitter:T,linkDiscord:T,linkGithub:T,linkTiktok:T,linkLinkedIn:T,linkApple: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,unlinkTiktok:T,unlinkLinkedIn:T,unlinkApple:T,unlinkFarcaster:T,setActiveWallet:T,forkSession:T,createWallet:T,signMessage: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}),F=()=>vy(Pe);import{useEffect as wy,useState as Cy}from"react";var Fd=e=>{let[t,o]=Cy("auto");return wy(()=>{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 by,useContext as Ey,useEffect as Py}from"react";var Bd={login:{onComplete:[],onError:[]},logout:{onSuccess:[]},connectWallet:{onSuccess:[],onError:[]},createWallet:{onSuccess:[],onError:[]},configureMfa:{onMfaRequired:[]},accessToken:{onAccessTokenGranted:[],onAccessTokenRemoved:[]}},Ms=by(void 0),Hd=()=>Ey(Ms);function ft(e,t){if(!t)return;let r=Hd().current[e];return Py(()=>{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 ae(e,t,o,...r){for(let n of e.current[t][o])n(...r)}function Gd(){let e=Hd();return(t,o,...r)=>ae(e,t,o,...r)}function Ns(e){ft("configureMfa",e)}import Hs from"styled-components";import nr,{css as Us}from"styled-components";import Os from"styled-components";import{Fragment as xy,jsx as Ls,jsxs as Sy}from"react/jsx-runtime";var Io=({success:e,fail:t})=>Sy(xy,{children:[Ls(ht,{className:e?"success":t?"fail":""}),Ls(Ds,{className:e?"success":t?"fail":""})]}),ht=Os.span`
13
13
  && {
14
14
  width: 82px;
15
15
  height: 82px;
@@ -85,7 +85,7 @@ Resources:
85
85
  color: var(--privy-color-foreground-3);
86
86
  cursor: not-allowed;
87
87
  }
88
- `,D=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>yt(zd,{disabled:t||o,...n,children:t?ji("span",{children:[yt(rr,{}),r?yt("span",{children:r}):null]}):e}),lx=nr(D)`
88
+ `,D=({children:e,loading:t,disabled:o,loadingText:r="Loading...",...n})=>yt(zd,{disabled:t||o,...n,children:t?ji("span",{children:[yt(rr,{}),r?yt("span",{children:r}):null]}):e}),sx=nr(D)`
89
89
  ${e=>e.hideAnimations&&Us`
90
90
  && {
91
91
  transition: none;
@@ -196,7 +196,7 @@ Resources:
196
196
  cursor: not-allowed;
197
197
  }
198
198
  }
199
- `,cx=nr.div`
199
+ `,lx=nr.div`
200
200
  /* Set to match height of SoftCtaButton to avoid reflow if conditionally rendered */
201
201
  height: 44px;
202
202
  `,$i=({children:e,onClick:t,disabled:o,isSubmitting:r,...n})=>ji(ky,{isSubmitting:r,onClick:t,disabled:o,...n,children:[yt("span",{children:e}),yt("span",{children:yt(rr,{})})]}),ky=nr.button`
@@ -372,7 +372,7 @@ Resources:
372
372
  flex-direction: column;
373
373
  gap: 8px;
374
374
  min-height: 76px;
375
- `,Wx=st.div`
375
+ `,Ix=st.div`
376
376
  display: flex;
377
377
  flex-direction: column;
378
378
  justify-content: space-between;
@@ -592,14 +592,14 @@ Resources:
592
592
  left: -19px;
593
593
  top: -19px;
594
594
  }
595
- `;import{jsx as ne,jsxs as Xi}from"react/jsx-runtime";var kn=({style:e,...t})=>Xi("svg",{width:"800px",height:"800px",viewBox:"0 0 64 64",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",role:"img",preserveAspectRatio:"xMidYMid meet",style:{height:"28px",width:"28px",...e},...t,children:[ne("path",{d:"M57.6 13.7c-.7-1-1.6-1.7-2.7-2.2c-3.4-1.7-11.6-1.3-12.3-5.7c-.9-5.7-5.9.1-6.8.1c-1.1 0-1.6-3.9-3.7-3.9c-2.2 0-2.7 3.9-3.7 3.9c-.9 0-5.9-5.8-6.8-.1c-.7 4.3-9 4-12.3 5.7c-1 .5-2 1.2-2.7 2.2c-.5.8.6 1.6 1.2.9c1.6-2 4.8-2.4 7.1-2.8c1.9-.4 4-.6 5.9-1.4c2.6-1 2.5-4.9 3.3-4.9c.6 0 2.7 3 4.5 3c1.6 0 2.6-3.7 3.5-3.7c.9 0 1.9 3.7 3.5 3.7c1.9 0 4-3 4.6-3c.8 0 .7 3.9 3.3 4.9c1.8.8 3.9 1 5.9 1.4c2.3.5 5.6.8 7.1 2.8c.5.7 1.6-.2 1.1-.9",fill:"#00b9f1"}),ne("path",{d:"M53 57c0 2.8-2.2 5-5 5H16c-2.8 0-5-2.2-5-5V36h42v21z",fill:"#89967a"}),ne("path",{d:"M32 12c-15.5 0-21 8.5-21 24v21h42V36c0-15.5-5.5-24-21-24",fill:"#b6c4a7"}),Xi("g",{fill:"#89967a",children:[ne("path",{d:"M11 55c-1.1 0-2-1.2-2-2.6v-6.8c0-1.4.9-2.6 2-2.6v12"}),ne("path",{d:"M53 43c1.1 0 2 1.2 2 2.6v6.8c0 1.4-.9 2.6-2 2.6V43"})]}),Xi("g",{fill:"#3e4347",children:[ne("path",{d:"M7 20H5v30h4v-2H7z"}),ne("path",{d:"M57 20v28h-2v2h4V20z"})]}),ne("circle",{cx:"58",cy:"20",r:"4",fill:"#00b9f1"}),ne("circle",{cx:"6",cy:"20",r:"4",fill:"#ff5263"}),ne("path",{d:"M21.5 39.5c-4.4 0-8-3.6-8-8s3.6-8 8-8s8 3.6 8 8s-3.6 8-8 8",fill:"#efffd9"}),ne("circle",{cx:"21.5",cy:"31.5",r:"6",fill:"#545b61"}),ne("circle",{cx:"21.5",cy:"31.5",r:"2.3",fill:"#ff5263"}),ne("path",{d:"M42.5 39.5c-4.4 0-8-3.6-8-8s3.6-8 8-8s8 3.6 8 8s-3.6 8-8 8",fill:"#efffd9"}),ne("path",{d:"M42.5 37.5c-3.3 0-6-2.7-6-6s2.7-6 6-6s6 2.7 6 6s-2.7 6-6 6",fill:"#545b61"}),ne("circle",{cx:"42.5",cy:"31.5",r:"2.3",fill:"#ff5263"}),ne("path",{d:"M19.8 54.1c-7.4 0-7.4-13 0-13h24.5c7.4 0 7.4 13 0 13H19.8",fill:"#efffd9"}),ne("path",{d:"M20.5 52.6c-6 0-6-10 0-10h23c6 0 6 10 0 10h-23",fill:"#89967a"}),Xi("g",{opacity:".7",fill:"#3e4347",children:[ne("path",{d:"M21.2 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"}),ne("path",{d:"M25.9 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"}),ne("path",{d:"M30.6 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"}),ne("path",{d:"M35.4 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"}),ne("path",{d:"M40.1 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"}),ne("path",{d:"M44.8 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"})]}),ne("circle",{cx:"32",cy:"37",r:"2",fill:"#f5f5f5"}),ne("path",{fill:"#545b61",d:"M30.316 35.862l.566-.565l2.828 2.828l-.565.566z"})]});import{Fragment as ag,jsx as lo,jsxs as qs}from"react/jsx-runtime";var sp=500,lp=sp*2,ng=lp*2,cp=()=>{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=og([]),g=H=>{f.current=[H,...f.current]},[y,v]=Hr(!0);js(()=>{let H=setTimeout(v,ng,!1);return g(H),()=>{f.current.forEach(V=>clearTimeout(V)),f.current=[]}},[]);let[E,P]=Hr("Verifying you are a human."),[C,_]=Hr("This should only take a moment."),[I,W]=Hr(lo(D,{onClick:()=>{},disabled:!0,children:"CAPTCHA in progress"})),[N,M]=Hr(!1),[L,U]=Hr(3),Y=o?.captchaModalData,Z=async H=>{try{await Y?.callback(H),Y?.onSuccessNavigateTo&&n(Y?.onSuccessNavigateTo,!1)}catch(V){if(V instanceof ao)return;{let Ce={error:V,previousScreen:e||"LANDING"};i({errorModalData:Ce}),n(Y?.onErrorNavigateTo||"ERROR_SCREEN",!1)}}};js(()=>{if(a==="success"){let H=setTimeout(async()=>{let V=await s();!V||Y?.userIntentRequired||Z(V)},lp);g(H)}else if(a==="ready"){let H=setTimeout(()=>{a==="ready"&&u()},sp);g(H)}},[a]),js(()=>{if(!y)switch(a){case"success":P("You are a human!"),_("You have successfully completed the CAPTCHA."),W(lo(D,{onClick:()=>{M(!0),Z(l)},disabled:!Y?.userIntentRequired,loading:N,children:Y?.userIntentRequired?"Continue":"CAPTCHA completed"}));break;case"loading":P("Verifying you are a human."),_("This should only take a moment."),W(lo(D,{onClick:()=>{},disabled:!0,children:"CAPTCHA in progress"}));break;case"error":P("Issue verifying you are a human."),L<=0?(_("If you use an adblocker or VPN, try disabling and re-attempting."),W(null)):(_("Please try again."),W(lo(D,{onClick:A,children:"Retry"})));break;case"ready":default:break}},[a,y,N]);let A=async()=>{if(L<=0)return;U(V=>V-1),c(),u();let H=await s();!H||Y?.userIntentRequired||Z(H)};return qs(ag,{children:[lo(x,{backFn:!e||t===e?void 0:r}),qs(ig,{children:[lo(ap,{icon:kn,success:!y&&a==="success",fail:!y&&a==="error"}),qs(wt,{children:[lo("h3",{children:E}),lo("p",{children:C})]}),I]}),lo(K,{})]})},ig=rg.div`
595
+ `;import{jsx as ne,jsxs as Xi}from"react/jsx-runtime";var kn=({style:e,...t})=>Xi("svg",{width:"800px",height:"800px",viewBox:"0 0 64 64",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",role:"img",preserveAspectRatio:"xMidYMid meet",style:{height:"28px",width:"28px",...e},...t,children:[ne("path",{d:"M57.6 13.7c-.7-1-1.6-1.7-2.7-2.2c-3.4-1.7-11.6-1.3-12.3-5.7c-.9-5.7-5.9.1-6.8.1c-1.1 0-1.6-3.9-3.7-3.9c-2.2 0-2.7 3.9-3.7 3.9c-.9 0-5.9-5.8-6.8-.1c-.7 4.3-9 4-12.3 5.7c-1 .5-2 1.2-2.7 2.2c-.5.8.6 1.6 1.2.9c1.6-2 4.8-2.4 7.1-2.8c1.9-.4 4-.6 5.9-1.4c2.6-1 2.5-4.9 3.3-4.9c.6 0 2.7 3 4.5 3c1.6 0 2.6-3.7 3.5-3.7c.9 0 1.9 3.7 3.5 3.7c1.9 0 4-3 4.6-3c.8 0 .7 3.9 3.3 4.9c1.8.8 3.9 1 5.9 1.4c2.3.5 5.6.8 7.1 2.8c.5.7 1.6-.2 1.1-.9",fill:"#00b9f1"}),ne("path",{d:"M53 57c0 2.8-2.2 5-5 5H16c-2.8 0-5-2.2-5-5V36h42v21z",fill:"#89967a"}),ne("path",{d:"M32 12c-15.5 0-21 8.5-21 24v21h42V36c0-15.5-5.5-24-21-24",fill:"#b6c4a7"}),Xi("g",{fill:"#89967a",children:[ne("path",{d:"M11 55c-1.1 0-2-1.2-2-2.6v-6.8c0-1.4.9-2.6 2-2.6v12"}),ne("path",{d:"M53 43c1.1 0 2 1.2 2 2.6v6.8c0 1.4-.9 2.6-2 2.6V43"})]}),Xi("g",{fill:"#3e4347",children:[ne("path",{d:"M7 20H5v30h4v-2H7z"}),ne("path",{d:"M57 20v28h-2v2h4V20z"})]}),ne("circle",{cx:"58",cy:"20",r:"4",fill:"#00b9f1"}),ne("circle",{cx:"6",cy:"20",r:"4",fill:"#ff5263"}),ne("path",{d:"M21.5 39.5c-4.4 0-8-3.6-8-8s3.6-8 8-8s8 3.6 8 8s-3.6 8-8 8",fill:"#efffd9"}),ne("circle",{cx:"21.5",cy:"31.5",r:"6",fill:"#545b61"}),ne("circle",{cx:"21.5",cy:"31.5",r:"2.3",fill:"#ff5263"}),ne("path",{d:"M42.5 39.5c-4.4 0-8-3.6-8-8s3.6-8 8-8s8 3.6 8 8s-3.6 8-8 8",fill:"#efffd9"}),ne("path",{d:"M42.5 37.5c-3.3 0-6-2.7-6-6s2.7-6 6-6s6 2.7 6 6s-2.7 6-6 6",fill:"#545b61"}),ne("circle",{cx:"42.5",cy:"31.5",r:"2.3",fill:"#ff5263"}),ne("path",{d:"M19.8 54.1c-7.4 0-7.4-13 0-13h24.5c7.4 0 7.4 13 0 13H19.8",fill:"#efffd9"}),ne("path",{d:"M20.5 52.6c-6 0-6-10 0-10h23c6 0 6 10 0 10h-23",fill:"#89967a"}),Xi("g",{opacity:".7",fill:"#3e4347",children:[ne("path",{d:"M21.2 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"}),ne("path",{d:"M25.9 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"}),ne("path",{d:"M30.6 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"}),ne("path",{d:"M35.4 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"}),ne("path",{d:"M40.1 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"}),ne("path",{d:"M44.8 50.7c0 1.2-2 1.2-2 0v-6.1c0-1.2 2-1.2 2 0v6.1"})]}),ne("circle",{cx:"32",cy:"37",r:"2",fill:"#f5f5f5"}),ne("path",{fill:"#545b61",d:"M30.316 35.862l.566-.565l2.828 2.828l-.565.566z"})]});import{Fragment as ig,jsx as lo,jsxs as qs}from"react/jsx-runtime";var lp=500,sp=lp*2,cp=()=>{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=og([]),g=H=>{f.current=[H,...f.current]},[y,v]=Hr(!0);js(()=>{let H=setTimeout(v,sp,!1);return g(H),()=>{f.current.forEach(V=>clearTimeout(V)),f.current=[]}},[]);let[E,P]=Hr("Verifying you are a human."),[C,_]=Hr("This should only take a moment."),[I,W]=Hr(lo(D,{onClick:()=>{},disabled:!0,children:"CAPTCHA in progress"})),[N,M]=Hr(!1),[L,U]=Hr(3),Y=o?.captchaModalData,Z=async H=>{try{await Y?.callback(H),Y?.onSuccessNavigateTo&&n(Y?.onSuccessNavigateTo,!1)}catch(V){if(V instanceof ao)return;{let Ce={error:V,previousScreen:e||"LANDING"};i({errorModalData:Ce}),n(Y?.onErrorNavigateTo||"ERROR_SCREEN",!1)}}};js(()=>{if(a==="success"){let H=setTimeout(async()=>{let V=await s();!V||Y?.userIntentRequired||Z(V)},sp);g(H)}else if(a==="ready"){let H=setTimeout(()=>{a==="ready"&&u()},lp);g(H)}},[a]),js(()=>{if(!y)switch(a){case"success":P("You are a human!"),_("You have successfully completed the CAPTCHA."),W(lo(D,{onClick:()=>{M(!0),Z(l)},disabled:!Y?.userIntentRequired,loading:N,children:Y?.userIntentRequired?"Continue":"CAPTCHA completed"}));break;case"loading":P("Verifying you are a human."),_("This should only take a moment."),W(lo(D,{onClick:()=>{},disabled:!0,children:"CAPTCHA in progress"}));break;case"error":P("Issue verifying you are a human."),L<=0?(_("If you use an adblocker or VPN, try disabling and re-attempting."),W(null)):(_("Please try again."),W(lo(D,{onClick:A,children:"Retry"})));break;case"ready":default:break}},[a,y,N]);let A=async()=>{if(L<=0)return;U(V=>V-1),c(),u();let H=await s();!H||Y?.userIntentRequired||Z(H)};return qs(ig,{children:[lo(x,{backFn:!e||t===e?void 0:r}),qs(ng,{children:[lo(ap,{icon:kn,success:!y&&a==="success",fail:!y&&a==="error"}),qs(wt,{children:[lo("h3",{children:E}),lo("p",{children:C})]}),I]}),lo(K,{})]})},ng=rg.div`
596
596
  display: flex;
597
597
  flex-direction: column;
598
598
  align-items: center;
599
599
  justify-content: center;
600
600
  gap: 24px;
601
601
  width: 100%;
602
- `;import sg from"@heroicons/react/24/outline/WalletIcon";import{isMobile as lg}from"react-device-detect";import cg from"styled-components";import{jsx as It,jsxs as dp}from"react/jsx-runtime";var pp=({...e})=>dp("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[It("defs",{children:dp("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:[It("stop",{offset:"0",stopColor:"#f1562b"}),It("stop",{offset:"0.3",stopColor:"#f1542b"}),It("stop",{offset:"0.41",stopColor:"#f04d2a"}),It("stop",{offset:"0.49",stopColor:"#ef4229"}),It("stop",{offset:"0.5",stopColor:"#ef4029"}),It("stop",{offset:"0.56",stopColor:"#e83e28"}),It("stop",{offset:"0.67",stopColor:"#e13c26"}),It("stop",{offset:"1",stopColor:"#df3c26"})]})}),It("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"}),It("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 G,jsxs as lt}from"react/jsx-runtime";var up=({style:e,...t})=>lt("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:[G("g",{clipPath:"url(#clip0_5_32)",children:lt("g",{clipPath:"url(#clip1_5_32)",children:[G("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:G("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"})}),G("g",{mask:"url(#mask0_5_32)",children:G("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),G("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)"}),G("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),G("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),G("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),G("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),G("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),G("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)"}),G("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),G("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),lt("defs",{children:[lt("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#174299"}),G("stop",{offset:"1",stopColor:"#001E59"})]}),lt("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[G("stop",{offset:"0.770277",stopColor:"#FF4000"}),G("stop",{offset:"1",stopColor:"#8754C9"})]}),lt("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#FF4000"}),G("stop",{offset:"1",stopColor:"#8754C9"})]}),lt("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#8754C9"}),G("stop",{offset:"1",stopColor:"#FF4000"})]}),lt("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[G("stop",{offset:"0.723929",stopColor:"#FFF700"}),G("stop",{offset:"1",stopColor:"#FF9901"})]}),lt("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#FFF700"}),G("stop",{offset:"1",stopColor:"#FF9901"})]}),lt("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#FFF700"}),G("stop",{offset:"1",stopColor:"#FF9901"})]}),lt("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[G("stop",{offset:"0.59513",stopColor:"#00AAFF"}),G("stop",{offset:"1",stopColor:"#01DA40"})]}),lt("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[G("stop",{stopColor:"#00AAFF"}),G("stop",{offset:"1",stopColor:"#01DA40"})]}),lt("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:[G("stop",{stopColor:"#00AAFF"}),G("stop",{offset:"1",stopColor:"#01DA40"})]}),G("clipPath",{id:"clip0_5_32",children:G("rect",{width:"120",height:"120",fill:"white"})}),G("clipPath",{id:"clip1_5_32",children:G("rect",{width:"120",height:"120",fill:"white"})})]})]});import{jsx as An,jsxs as mp}from"react/jsx-runtime";var fp=({style:e,...t})=>mp("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:[mp("g",{clipPath:"url(#clip0_1704_1423)",children:[An("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"}),An("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"})]}),An("defs",{children:An("clipPath",{id:"clip0_1704_1423",children:An("rect",{width:"176",height:"176",fill:"white"})})})]});import Rn from"styled-components";var ea=Rn.div`
602
+ `;import ag from"@heroicons/react/24/outline/WalletIcon";import{isMobile as sg}from"react-device-detect";import lg from"styled-components";import{jsx as It,jsxs as dp}from"react/jsx-runtime";var pp=({...e})=>dp("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 436.49 511.97",height:"24",width:"24",...e,children:[It("defs",{children:dp("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:[It("stop",{offset:"0",stopColor:"#f1562b"}),It("stop",{offset:"0.3",stopColor:"#f1542b"}),It("stop",{offset:"0.41",stopColor:"#f04d2a"}),It("stop",{offset:"0.49",stopColor:"#ef4229"}),It("stop",{offset:"0.5",stopColor:"#ef4029"}),It("stop",{offset:"0.56",stopColor:"#e83e28"}),It("stop",{offset:"0.67",stopColor:"#e13c26"}),It("stop",{offset:"1",stopColor:"#df3c26"})]})}),It("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"}),It("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 G,jsxs as lt}from"react/jsx-runtime";var up=({style:e,...t})=>lt("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:[G("g",{clipPath:"url(#clip0_5_32)",children:lt("g",{clipPath:"url(#clip1_5_32)",children:[G("mask",{id:"mask0_5_32",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"120",height:"120",children:G("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"})}),G("g",{mask:"url(#mask0_5_32)",children:G("rect",{width:"120",height:"120",fill:"url(#paint0_linear_5_32)"})}),G("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)"}),G("path",{d:"M84 94H100C100 97.3137 97.3137 100 94 100H84V94Z",fill:"url(#paint2_linear_5_32)"}),G("path",{d:"M26 20L26 36H20L20 26C20 22.6863 22.6863 20 26 20Z",fill:"url(#paint3_linear_5_32)"}),G("path",{d:"M20 36H26C58.0325 36 84 61.9675 84 94V100H66V94C66 71.9086 48.0914 54 26 54H20V36Z",fill:"url(#paint4_radial_5_32)"}),G("path",{d:"M68 94H84V100H68V94Z",fill:"url(#paint5_linear_5_32)"}),G("path",{d:"M20 52L20 36L26 36L26 52H20Z",fill:"url(#paint6_linear_5_32)"}),G("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)"}),G("path",{d:"M52 94H68V100H58C54.6863 100 52 97.3137 52 94Z",fill:"url(#paint8_radial_5_32)"}),G("path",{d:"M26 68C22.6863 68 20 65.3137 20 62L20 52L26 52L26 68Z",fill:"url(#paint9_radial_5_32)"})]})}),lt("defs",{children:[lt("linearGradient",{id:"paint0_linear_5_32",x1:"60",y1:"0",x2:"60",y2:"120",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#174299"}),G("stop",{offset:"1",stopColor:"#001E59"})]}),lt("radialGradient",{id:"paint1_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(74)",children:[G("stop",{offset:"0.770277",stopColor:"#FF4000"}),G("stop",{offset:"1",stopColor:"#8754C9"})]}),lt("linearGradient",{id:"paint2_linear_5_32",x1:"83",y1:"97",x2:"100",y2:"97",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#FF4000"}),G("stop",{offset:"1",stopColor:"#8754C9"})]}),lt("linearGradient",{id:"paint3_linear_5_32",x1:"23",y1:"20",x2:"23",y2:"37",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#8754C9"}),G("stop",{offset:"1",stopColor:"#FF4000"})]}),lt("radialGradient",{id:"paint4_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(58)",children:[G("stop",{offset:"0.723929",stopColor:"#FFF700"}),G("stop",{offset:"1",stopColor:"#FF9901"})]}),lt("linearGradient",{id:"paint5_linear_5_32",x1:"68",y1:"97",x2:"84",y2:"97",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#FFF700"}),G("stop",{offset:"1",stopColor:"#FF9901"})]}),lt("linearGradient",{id:"paint6_linear_5_32",x1:"23",y1:"52",x2:"23",y2:"36",gradientUnits:"userSpaceOnUse",children:[G("stop",{stopColor:"#FFF700"}),G("stop",{offset:"1",stopColor:"#FF9901"})]}),lt("radialGradient",{id:"paint7_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(26 94) rotate(-90) scale(42)",children:[G("stop",{offset:"0.59513",stopColor:"#00AAFF"}),G("stop",{offset:"1",stopColor:"#01DA40"})]}),lt("radialGradient",{id:"paint8_radial_5_32",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(51 97) scale(17 45.3333)",children:[G("stop",{stopColor:"#00AAFF"}),G("stop",{offset:"1",stopColor:"#01DA40"})]}),lt("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:[G("stop",{stopColor:"#00AAFF"}),G("stop",{offset:"1",stopColor:"#01DA40"})]}),G("clipPath",{id:"clip0_5_32",children:G("rect",{width:"120",height:"120",fill:"white"})}),G("clipPath",{id:"clip1_5_32",children:G("rect",{width:"120",height:"120",fill:"white"})})]})]});import{jsx as An,jsxs as mp}from"react/jsx-runtime";var fp=({style:e,...t})=>mp("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:[mp("g",{clipPath:"url(#clip0_1704_1423)",children:[An("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"}),An("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"})]}),An("defs",{children:An("clipPath",{id:"clip0_1704_1423",children:An("rect",{width:"176",height:"176",fill:"white"})})})]});import Rn from"styled-components";var ea=Rn.div`
603
603
  text-align: left;
604
604
  flex-grow: 1;
605
605
  `,hp=Rn.div`
@@ -663,7 +663,7 @@ Resources:
663
663
  `,co=Rn.div`
664
664
  width: 100%;
665
665
  ${e=>e.if?"display: none;":""}
666
- `;import{jsx as Gr,jsxs as fg}from"react/jsx-runtime";var Jt={coinbase_wallet:{logo:Cn,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:Nr,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:Vt,displayName:"Phantom"},rainbow:{logo:up,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:bn,displayName:"WalletConnect"},zerion:{logo:fp,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:pp,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},zr=({provider:e,displayName:t,logo:o,connectOnly:r,connector:n})=>{let{navigate:i}=S(),{connectWallet:a}=k(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,s;return n.connectorType==="phantom"?s=()=>{_o()?(a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):i(lg?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},fg(mg,{onClick:s,children:[Gr(ug,{icon:pg(e,n.connectorType)??o}),Gr("span",{style:{textTransform:"capitalize"},children:dg(e,n.connectorType)||t||n.walletClientType}),Gr("span",{id:"connect-text",children:"Connect"})]})},dg=(e,t)=>{if(Jt[e]?.displayName)return Jt[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},pg=(e,t)=>{if(Jt[e]?.logo)return Jt[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return bn},ug=({icon:e})=>typeof e=="string"?Gr("img",{src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?Gr(sg,{}):e?Gr(e,{}):null,mg=cg(me)`
666
+ `;import{jsx as Gr,jsxs as mg}from"react/jsx-runtime";var Jt={coinbase_wallet:{logo:Cn,displayName:"Coinbase Wallet",rdns:"com.coinbase.wallet"},metamask:{logo:Nr,displayName:"MetaMask",rdns:"io.metamask"},phantom:{logo:Vt,displayName:"Phantom"},rainbow:{logo:up,displayName:"Rainbow",rdns:"me.rainbow"},wallet_connect:{logo:bn,displayName:"WalletConnect"},zerion:{logo:fp,displayName:"Zerion",rdns:"io.zerion.wallet"},brave_wallet:{logo:pp,displayName:"Brave Wallet",rdns:"com.brave.wallet"}},zr=({provider:e,displayName:t,logo:o,connectOnly:r,connector:n})=>{let{navigate:i}=S(),{connectWallet:a}=k(),l=n.connectorType==="wallet_connect_v2"?e:n.walletClientType,s;return n.connectorType==="phantom"?s=()=>{_o()?(a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")):i(sg?"PHANTOM_INTERSTITIAL_SCREEN":"INSTALL_PHANTOM_SCREEN")}:s=()=>{a(n,l),i(r?"AWAITING_CONNECT_ONLY_CONNECTION":"AWAITING_CONNECTION")},mg(ug,{onClick:s,children:[Gr(pg,{icon:dg(e,n.connectorType)??o}),Gr("span",{style:{textTransform:"capitalize"},children:cg(e,n.connectorType)||t||n.walletClientType}),Gr("span",{id:"connect-text",children:"Connect"})]})},cg=(e,t)=>{if(Jt[e]?.displayName)return Jt[e].displayName;if(t==="wallet_connect_v2"&&e==="wallet_connect")return"Wallet Connect"},dg=(e,t)=>{if(Jt[e]?.logo)return Jt[e].logo;if(t==="wallet_connect_v2"&&e==="wallet_connect")return bn},pg=({icon:e})=>typeof e=="string"?Gr("img",{src:e,style:{height:24,width:24,borderRadius:4}}):typeof e===void 0?Gr(ag,{}):e?Gr(e,{}):null,ug=lg(me)`
667
667
  /* Show "Connect" on hover */
668
668
  > #connect-text {
669
669
  font-weight: 500;
@@ -685,23 +685,23 @@ Resources:
685
685
  display: none;
686
686
  }
687
687
  }
688
- `;import{Fragment as vg,jsx as In,jsxs as wg}from"react/jsx-runtime";var hg=["coinbase_wallet"],yg=["metamask","rainbow","zerion"],gg=["phantom"],Vr=({connectOnly:e})=>{let{connectors:t}=k(),{app:o}=S(),r=Ks(o?.appearance.walletList??[],t,e);return wg(vg,{children:[...r]})},Ks=(e,t,o)=>{let r=[],n=[],i=[],a=t.find(l=>l.connectorType==="wallet_connect_v2");for(let l of e)if(l==="detected_wallets"){let s=t.filter(({connectorType:c,walletClientType:u})=>c==="injected"&&!e.includes(u));for(let c of s){let{walletClientType:u,walletBranding:f}=c;(u==="unknown"?n:r).push(In(zr,{connectOnly:o,provider:u,logo:f.icon,displayName:f.name,connector:c},`${l}-${u}`))}}else if(gg.includes(l)){let s=t.find(c=>c.connectorType==="injected"&&c.walletClientType===l||c.connectorType===l);s&&r.push(In(zr,{connectOnly:o,provider:l,connector:s},l))}else if(yg.includes(l)){let s=t.find(c=>c.connectorType==="injected"&&c.walletClientType===l)??a;s&&r.push(In(zr,{connectOnly:o,provider:l,connector:s},l))}else if(hg.includes(l)){let s=t.find(({connectorType:c})=>c===l);s&&r.push(In(zr,{connectOnly:o,provider:l,connector:s},l))}else l==="wallet_connect"&&a&&i.push(In(zr,{connectOnly:o,provider:l,connector:a},l));return[...n,...r,...i]};import{Fragment as Cg,jsx as Wn,jsxs as bg}from"react/jsx-runtime";var yp=()=>{let{app:e}=S(),t=`Connect a wallet to ${e?.name}`;return bg(Cg,{children:[Wn(x,{},"header"),Wn(Yt,{title:"Connect your wallet",description:t}),Wn(Mo,{children:Wn(Vr,{connectOnly:!0})}),Wn(B,{protectedByPrivy:!0})]})};import Sg from"styled-components";import Tg from"styled-components";import Eg from"react";import{jsx as Pg}from"react/jsx-runtime";var gp=()=>{let{app:e}=S(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?Pg("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?Eg.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 vp}from"react/jsx-runtime";var ta=e=>{let{app:t}=S();return t?.appearance.logo?vp(xg,{...e,children:vp(gp,{})}):null},xg=Tg.div`
688
+ `;import{Fragment as gg,jsx as In,jsxs as vg}from"react/jsx-runtime";var fg=["coinbase_wallet"],hg=["metamask","rainbow","zerion"],yg=["phantom"],Vr=({connectOnly:e})=>{let{connectors:t}=k(),{app:o}=S(),r=Ks(o?.appearance.walletList??[],t,e);return vg(gg,{children:[...r]})},Ks=(e,t,o)=>{let r=[],n=[],i=[],a=t.find(l=>l.connectorType==="wallet_connect_v2");for(let l of e)if(l==="detected_wallets"){let s=t.filter(({connectorType:c,walletClientType:u})=>c==="injected"&&!e.includes(u));for(let c of s){let{walletClientType:u,walletBranding:f}=c;(u==="unknown"?n:r).push(In(zr,{connectOnly:o,provider:u,logo:f.icon,displayName:f.name,connector:c},`${l}-${u}`))}}else if(yg.includes(l)){let s=t.find(c=>c.connectorType==="injected"&&c.walletClientType===l||c.connectorType===l);s&&r.push(In(zr,{connectOnly:o,provider:l,connector:s},l))}else if(hg.includes(l)){let s=t.find(c=>c.connectorType==="injected"&&c.walletClientType===l)??a;s&&r.push(In(zr,{connectOnly:o,provider:l,connector:s},l))}else if(fg.includes(l)){let s=t.find(({connectorType:c})=>c===l);s&&r.push(In(zr,{connectOnly:o,provider:l,connector:s},l))}else l==="wallet_connect"&&a&&i.push(In(zr,{connectOnly:o,provider:l,connector:a},l));return[...n,...r,...i]};import{Fragment as wg,jsx as Wn,jsxs as Cg}from"react/jsx-runtime";var yp=()=>{let{app:e}=S(),t=`Connect a wallet to ${e?.name}`;return Cg(wg,{children:[Wn(x,{},"header"),Wn(Yt,{title:"Connect your wallet",description:t}),Wn(Mo,{children:Wn(Vr,{connectOnly:!0})}),Wn(B,{protectedByPrivy:!0})]})};import xg from"styled-components";import Pg from"styled-components";import bg from"react";import{jsx as Eg}from"react/jsx-runtime";var gp=()=>{let{app:e}=S(),t=e?.appearance?.logo,o=`${e?.name} logo`,r={maxHeight:"90px",maxWidth:"180px"};return t?typeof t=="string"?Eg("img",{src:t,alt:o,style:r}):t.type==="svg"||t.type==="img"?bg.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 vp}from"react/jsx-runtime";var ta=e=>{let{app:t}=S();return t?.appearance.logo?vp(Tg,{...e,children:vp(gp,{})}):null},Tg=Pg.div`
689
689
  display: flex;
690
690
  flex-direction: column;
691
691
  align-items: center;
692
692
  padding: 24px 0;
693
693
  flex-grow: 1;
694
694
  justify-content: center;
695
- `;import{Fragment as kg,jsx as $r,jsxs as Ag}from"react/jsx-runtime";var wp=()=>{let{app:e}=S();return Ag(kg,{children:[$r(x,{},"header"),$r(_g,{}),$r(Mo,{children:$r(Vr,{connectOnly:!0})}),e&&$r(Qi,{app:e}),$r(B,{protectedByPrivy:!0})]})},_g=Sg(ta)`
695
+ `;import{Fragment as _g,jsx as $r,jsxs as kg}from"react/jsx-runtime";var wp=()=>{let{app:e}=S();return kg(_g,{children:[$r(x,{},"header"),$r(Sg,{}),$r(Mo,{children:$r(Vr,{connectOnly:!0})}),e&&$r(Qi,{app:e}),$r(B,{protectedByPrivy:!0})]})},Sg=xg(ta)`
696
696
  margin-bottom: 16px;
697
- `;import{useEffect as Tp,useState as xp}from"react";import{isMobile as Dg}from"react-device-detect";import Ug from"styled-components";import{useEffect as Ys,useState as ir}from"react";import{isMobile as Mn}from"react-device-detect";import{useInterval as Mg}from"react-use";import bp from"styled-components";import{useState as Rg,useEffect as Ig,useCallback as Wg}from"react";function Cp(){let[e,t]=Rg(!1),o=Wg(()=>{document.hidden&&t(!0)},[]);return Ig(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}import{Fragment as Pp,jsx as Ie,jsxs as Nn}from"react/jsx-runtime";var Js=2,Qs=e=>e?.privyErrorCode==="linked_to_another_user"?io.ERROR_USER_EXISTS:e instanceof Ve&&!e.details.default?e.details:e instanceof Rr?io.ERROR_TIMED_OUT:e instanceof Ir?io.ERROR_USER_REJECTED_CONNECTION:io.ERROR_WALLET_CONNECTION,Ep=()=>{let[e,t]=ir(!1),[o,r]=ir(!1),[n,i]=ir(void 0),{authenticated:a}=F(),{app:l,navigate:s,navigateBack:c,lastScreen:u,currentScreen:f,setModalData:g}=S(),{getAuthFlow:y,walletConnectionStatus:v,closePrivyModal:E,initLoginWithWallet:P,loginWithWallet:C,updateWallets:_}=k(),{walletConnectors:I}=F(),[W,N]=ir(0),{user:M}=F(),[L]=ir(M?.linkedAccounts.length||0),[U,Y]=ir(""),[Z,A]=ir(!1),{hasTabbedAway:H}=Cp(),{enabled:V,token:Ce}=de(),O=Mn&&v?.connector?.connectorType==="wallet_connect_v2"||Mn&&v?.connector?.connectorType==="coinbase_wallet"||Mn&&v?.connector?.connectorType==="injected"&&v?.connector?.walletClientType==="phantom",ve=v?.status==="connected",xt=v?.status==="switching_to_supported_chain";Ys(()=>{let X=y();if(ve&&!X&&(V&&!Ce&&!a?(g({captchaModalData:{callback:Dt=>P(v.connectedWallet,Dt).then(()=>{A(!0)}),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN",!1)):P(v.connectedWallet,Ce).then(()=>{A(!0)})),X&&O&&ve&&!X.preparedMessage){X.buildSiweMessage();return}!X||O||!ve||o||(async()=>{r(!0),i(void 0);try{v?.connector?.connectorType==="wallet_connect_v2"&&v?.connector?.walletClientType==="metamask"&&await Ss(2500),await ke()}catch(Dt){console.warn("Auto-prompted signature failed",Dt)}finally{r(!1)}})()},[W,ve,Z]),Ys(()=>{if(M&&e){let X;if(So(M,l?.embeddedWallets?.createOnLogin)){let Dt=l?.render.inDialog?it:0,te=l?.render.inDialog?Dt-500:0;X=setTimeout(()=>{g({createWallet:{onSuccess:()=>{},onFailure:be=>console.error(be),callAuthOnSuccessOnClose:!0}}),s("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},te)}else _(),X=setTimeout(E,it);return()=>clearTimeout(X)}},[M,e]);let we=X=>{if(X?.privyErrorCode==="allowlist_rejected"){s("ALLOWLIST_REJECTION_SCREEN");return}i(Qs(X))};async function ke(){try{if(await C(),!l?.render.inDialog)return E();t(!0)}catch(X){we(X)}finally{r(!1)}}Ys(()=>{v?.connectError&&we(v?.connectError)},[v]),Mg(()=>{let X=Oe==="wallet_connect_v2"&&v?.connector instanceof $t?v.connector.redirectUri:void 0;X&&Y(X)},v?.connector instanceof $t&&!U?500:null);let Oe=v?.connector?.connectorType||"injected",ie=v?.connector?.walletClientType||"unknown",Co=Jt[ie]?.displayName||v?.connector?.walletBranding.name||"Browser Extension",bo=Jt[ie]?.logo||v?.connector?.walletBranding.icon||(X=>Ie(Mr,{...X})),Yo=Co==="Browser Extension"?Co.toLowerCase():Co,Je;e?Je=`Successfully connected with ${Yo}`:n?Je=n.message:xt?Je="Switching networks":ve?Je=o&&O?"Signing":"Sign to verify":Je=`Waiting for ${Yo}`;let Ae="Don\u2019t see your wallet? Check your other browser windows.";if(e){let X=M?.linkedAccounts.length||0;L===X?Ae="Wallet was already linked.":Ae="You\u2019re good to go!"}else W>=Js&&n?Ae="Unable to connect wallet":n?Ae=n.detail:xt?Ae="Switch your wallet to the requested network.":ve&&O?Ae="Sign the message in your wallet to verify it belongs to you.":ie==="metamask"&&Mn?Ae="Click continue to open and connect Metamask.":ie==="metamask"?Ae="For the best experience, connect only one wallet at a time.":Oe==="wallet_connect"?Ae="Open your mobile wallet app to continue":Oe==="coinbase_wallet"&&(rd()||(ks(M)?Ae="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":Ae="Open the Coinbase app on your phone to continue."));let Eo=I?.walletConnectors?.find(X=>X.walletClientType==="coinbase_wallet"),br=ie==="coinbase_wallet"&&(ks(M)||n===io.ERROR_USER_EXISTS);return Nn(Pp,{children:[Ie(x,{backFn:!u||f===u?void 0:c}),Nn(Lg,{children:[Ie(Zs,{walletLogo:bo,success:e,fail:!!n}),Nn(wt,{children:[Ie("h3",{children:Je}),Ie("p",{children:Ae}),!ve&&U&&!H?Nn("p",{children:["Still here?"," ",Ie("a",{href:U,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),br?Ie(D,{onClick:()=>Eo&&Eo?.disconnect(),disabled:e,children:"Use a different wallet"}):n==io.ERROR_USER_EXISTS&&f!==u?Ie(D,{onClick:c,children:"Use a different wallet"}):ve&&!e&&O?Ie(D,{onClick:()=>{r(!0),ke(),Ng(ie)},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&W<Js?Ie(D,{onClick:()=>{N(W+1),i(void 0),ve?(r(!0),ke()):v?.connectRetry()},disabled:!e&&(!n?.retryable||W>=Js),children:"Retry"}):!e&&!n?Ie(D,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),Ie(K,{})]})},Ng=e=>{if(!Mn||!Ed(e))return;let t=Pd(e);t&&window.open(t,"_self","noopener,noreferrer")},Lg=bp.div`
697
+ `;import{useEffect as Tp,useState as xp}from"react";import{isMobile as Og}from"react-device-detect";import Dg from"styled-components";import{useEffect as Ys,useState as ir}from"react";import{isMobile as Mn}from"react-device-detect";import{useInterval as Wg}from"react-use";import bp from"styled-components";import{useState as Ag,useEffect as Rg,useCallback as Ig}from"react";function Cp(){let[e,t]=Ag(!1),o=Ig(()=>{document.hidden&&t(!0)},[]);return Rg(()=>(document.addEventListener("visibilitychange",o),()=>document.removeEventListener("visibilitychange",o)),[o]),{hasTabbedAway:e,reset:()=>t(!1)}}import{Fragment as Pp,jsx as Ie,jsxs as Nn}from"react/jsx-runtime";var Js=2,Qs=e=>e?.privyErrorCode==="linked_to_another_user"?io.ERROR_USER_EXISTS:e instanceof Ve&&!e.details.default?e.details:e instanceof Rr?io.ERROR_TIMED_OUT:e instanceof Ir?io.ERROR_USER_REJECTED_CONNECTION:io.ERROR_WALLET_CONNECTION,Ep=()=>{let[e,t]=ir(!1),[o,r]=ir(!1),[n,i]=ir(void 0),{authenticated:a}=F(),{app:l,navigate:s,navigateBack:c,lastScreen:u,currentScreen:f,setModalData:g}=S(),{getAuthFlow:y,walletConnectionStatus:v,closePrivyModal:E,initLoginWithWallet:P,loginWithWallet:C,updateWallets:_}=k(),{walletConnectors:I}=F(),[W,N]=ir(0),{user:M}=F(),[L]=ir(M?.linkedAccounts.length||0),[U,Y]=ir(""),[Z,A]=ir(!1),{hasTabbedAway:H}=Cp(),{enabled:V,token:Ce}=de(),O=Mn&&v?.connector?.connectorType==="wallet_connect_v2"||Mn&&v?.connector?.connectorType==="coinbase_wallet"||Mn&&v?.connector?.connectorType==="injected"&&v?.connector?.walletClientType==="phantom",ve=v?.status==="connected",xt=v?.status==="switching_to_supported_chain";Ys(()=>{let X=y();if(ve&&!X&&(V&&!Ce&&!a?(g({captchaModalData:{callback:Dt=>P(v.connectedWallet,Dt).then(()=>{A(!0)}),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN",!1)):P(v.connectedWallet,Ce).then(()=>{A(!0)})),X&&O&&ve&&!X.preparedMessage){X.buildSiweMessage();return}!X||O||!ve||o||(async()=>{r(!0),i(void 0);try{v?.connector?.connectorType==="wallet_connect_v2"&&v?.connector?.walletClientType==="metamask"&&await Ss(2500),await ke()}catch(Dt){console.warn("Auto-prompted signature failed",Dt)}finally{r(!1)}})()},[W,ve,Z]),Ys(()=>{if(M&&e){let X;if(So(M,l?.embeddedWallets?.createOnLogin)){let Dt=l?.render.inDialog?it:0,te=l?.render.inDialog?Dt-500:0;X=setTimeout(()=>{g({createWallet:{onSuccess:()=>{},onFailure:be=>console.error(be),callAuthOnSuccessOnClose:!0}}),s("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},te)}else _(),X=setTimeout(E,it);return()=>clearTimeout(X)}},[M,e]);let we=X=>{if(X?.privyErrorCode==="allowlist_rejected"){s("ALLOWLIST_REJECTION_SCREEN");return}i(Qs(X))};async function ke(){try{if(await C(),!l?.render.inDialog)return E();t(!0)}catch(X){we(X)}finally{r(!1)}}Ys(()=>{v?.connectError&&we(v?.connectError)},[v]),Wg(()=>{let X=Oe==="wallet_connect_v2"&&v?.connector instanceof $t?v.connector.redirectUri:void 0;X&&Y(X)},v?.connector instanceof $t&&!U?500:null);let Oe=v?.connector?.connectorType||"injected",ie=v?.connector?.walletClientType||"unknown",Co=Jt[ie]?.displayName||v?.connector?.walletBranding.name||"Browser Extension",bo=Jt[ie]?.logo||v?.connector?.walletBranding.icon||(X=>Ie(Mr,{...X})),Yo=Co==="Browser Extension"?Co.toLowerCase():Co,Je;e?Je=`Successfully connected with ${Yo}`:n?Je=n.message:xt?Je="Switching networks":ve?Je=o&&O?"Signing":"Sign to verify":Je=`Waiting for ${Yo}`;let Ae="Don\u2019t see your wallet? Check your other browser windows.";if(e){let X=M?.linkedAccounts.length||0;L===X?Ae="Wallet was already linked.":Ae="You\u2019re good to go!"}else W>=Js&&n?Ae="Unable to connect wallet":n?Ae=n.detail:xt?Ae="Switch your wallet to the requested network.":ve&&O?Ae="Sign the message in your wallet to verify it belongs to you.":ie==="metamask"&&Mn?Ae="Click continue to open and connect Metamask.":ie==="metamask"?Ae="For the best experience, connect only one wallet at a time.":Oe==="wallet_connect"?Ae="Open your mobile wallet app to continue":Oe==="coinbase_wallet"&&(rd()||(ks(M)?Ae="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":Ae="Open the Coinbase app on your phone to continue."));let Eo=I?.walletConnectors?.find(X=>X.walletClientType==="coinbase_wallet"),br=ie==="coinbase_wallet"&&(ks(M)||n===io.ERROR_USER_EXISTS);return Nn(Pp,{children:[Ie(x,{backFn:!u||f===u?void 0:c}),Nn(Ng,{children:[Ie(Zs,{walletLogo:bo,success:e,fail:!!n}),Nn(wt,{children:[Ie("h3",{children:Je}),Ie("p",{children:Ae}),!ve&&U&&!H?Nn("p",{children:["Still here?"," ",Ie("a",{href:U,target:"_blank",style:{textDecoration:"underline"},children:"Try again"})]}):null]}),br?Ie(D,{onClick:()=>Eo&&Eo?.disconnect(),disabled:e,children:"Use a different wallet"}):n==io.ERROR_USER_EXISTS&&f!==u?Ie(D,{onClick:c,children:"Use a different wallet"}):ve&&!e&&O?Ie(D,{onClick:()=>{r(!0),ke(),Mg(ie)},disabled:o,children:o?"Signing":"Sign with your wallet"}):!e&&n?.retryable&&W<Js?Ie(D,{onClick:()=>{N(W+1),i(void 0),ve?(r(!0),ke()):v?.connectRetry()},disabled:!e&&(!n?.retryable||W>=Js),children:"Retry"}):!e&&!n?Ie(D,{onClick:()=>{},disabled:!0,children:"Connecting"}):null]}),Ie(K,{})]})},Mg=e=>{if(!Mn||!Ed(e))return;let t=Pd(e);t&&window.open(t,"_self","noopener,noreferrer")},Ng=bp.div`
698
698
  display: flex;
699
699
  flex-direction: column;
700
700
  align-items: center;
701
701
  justify-content: center;
702
702
  gap: 24px;
703
703
  width: 100%;
704
- `,Og=bp.div`
704
+ `,Lg=bp.div`
705
705
  display: flex;
706
706
  flex-direction: column;
707
707
  justify-content: center;
@@ -724,14 +724,14 @@ Resources:
724
724
  left: -19px;
725
725
  top: -19px;
726
726
  }
727
- `,Zs=e=>{let t=e.walletLogo;return Ie(Pp,{children:Ie(Og,{children:Nn("div",{children:[Ie(Io,{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 Bg,jsx as po,jsxs as Xs}from"react/jsx-runtime";var oa=2,Sp=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=S(),{walletConnectionStatus:r,closePrivyModal:n}=k(),[i,a]=xp(void 0),[l,s]=xp(0),c=r?.status==="connected",u=r?.status==="switching_to_supported_chain";Tp(()=>{if(c){let I=setTimeout(n,it);return()=>clearTimeout(I)}},[c]);let f=I=>{a(Qs(I))};Tp(()=>{r?.connectError&&f(r?.connectError)},[r]);let g=r?.connector?.connectorType||"injected",y=r?.connector?.walletClientType||"unknown",v=Jt[y]?.displayName||r?.connector?.walletBranding.name||"Browser Extension",E=Jt[y]?.logo||r?.connector?.walletBranding.icon||(I=>po(Mr,{...I})),P=v==="Browser Extension"?v.toLowerCase():v,C;c?C=`Successfully connected with ${P}`:i?C=i.message:u?C="Switching networks":C=`Waiting for ${P}`;let _="Don\u2019t see your wallet? Check your other browser windows.";return c?_="You\u2019re good to go!":l>=oa&&i?_="Unable to connect wallet":i?_=i.detail:u?_="Switch your wallet to the requested network.":y==="metamask"&&Dg?_="Click to continue to open and connect Metamask.":y==="metamask"?_="For the best experience, connect only one wallet at a time.":g==="wallet_connect_v2"?_="Open your mobile wallet app to continue":g==="coinbase_wallet"&&(_="Open the Coinbase app on your phone to continue."),Xs(Bg,{children:[po(x,{backFn:o===t?void 0:e}),Xs(Fg,{children:[po(Zs,{walletLogo:E,success:c,fail:!!i}),Xs(wt,{children:[po("h3",{children:C}),po("p",{children:_})]}),i==io.ERROR_USER_EXISTS?po(D,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&l<oa?po(D,{onClick:()=>{s(l+1),a(void 0),r?.connectRetry()},disabled:!c&&(!i?.retryable||l>=oa),children:"Retry"}):!c&&i&&l>=oa?po(D,{onClick:e,children:"Use a different wallet"}):null]}),po(K,{})]})},Fg=Ug.div`
727
+ `,Zs=e=>{let t=e.walletLogo;return Ie(Pp,{children:Ie(Lg,{children:Nn("div",{children:[Ie(Io,{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 Fg,jsx as po,jsxs as Xs}from"react/jsx-runtime";var oa=2,Sp=()=>{let{navigateBack:e,lastScreen:t,currentScreen:o}=S(),{walletConnectionStatus:r,closePrivyModal:n}=k(),[i,a]=xp(void 0),[l,s]=xp(0),c=r?.status==="connected",u=r?.status==="switching_to_supported_chain";Tp(()=>{if(c){let I=setTimeout(n,it);return()=>clearTimeout(I)}},[c]);let f=I=>{a(Qs(I))};Tp(()=>{r?.connectError&&f(r?.connectError)},[r]);let g=r?.connector?.connectorType||"injected",y=r?.connector?.walletClientType||"unknown",v=Jt[y]?.displayName||r?.connector?.walletBranding.name||"Browser Extension",E=Jt[y]?.logo||r?.connector?.walletBranding.icon||(I=>po(Mr,{...I})),P=v==="Browser Extension"?v.toLowerCase():v,C;c?C=`Successfully connected with ${P}`:i?C=i.message:u?C="Switching networks":C=`Waiting for ${P}`;let _="Don\u2019t see your wallet? Check your other browser windows.";return c?_="You\u2019re good to go!":l>=oa&&i?_="Unable to connect wallet":i?_=i.detail:u?_="Switch your wallet to the requested network.":y==="metamask"&&Og?_="Click to continue to open and connect Metamask.":y==="metamask"?_="For the best experience, connect only one wallet at a time.":g==="wallet_connect_v2"?_="Open your mobile wallet app to continue":g==="coinbase_wallet"&&(_="Open the Coinbase app on your phone to continue."),Xs(Fg,{children:[po(x,{backFn:o===t?void 0:e}),Xs(Ug,{children:[po(Zs,{walletLogo:E,success:c,fail:!!i}),Xs(wt,{children:[po("h3",{children:C}),po("p",{children:_})]}),i==io.ERROR_USER_EXISTS?po(D,{onClick:e,children:"Use a different wallet"}):!c&&i?.retryable&&l<oa?po(D,{onClick:()=>{s(l+1),a(void 0),r?.connectRetry()},disabled:!c&&(!i?.retryable||l>=oa),children:"Retry"}):!c&&i&&l>=oa?po(D,{onClick:e,children:"Use a different wallet"}):null]}),po(K,{})]})},Ug=Dg.div`
728
728
  display: flex;
729
729
  flex-direction: column;
730
730
  align-items: center;
731
731
  justify-content: center;
732
732
  gap: 24px;
733
733
  width: 100%;
734
- `;import{XCircleIcon as qg}from"@heroicons/react/24/solid";import{useEffect as Kg,useMemo as Yg,useState as Jg}from"react";import Qg from"styled-components";import ra from"styled-components";import{jsx as el,jsxs as $g}from"react/jsx-runtime";var jr=()=>el(Hg,{children:$g(Gg,{children:[el(zg,{}),el(Vg,{})]})}),Hg=ra.div`
734
+ `;import{XCircleIcon as jg}from"@heroicons/react/24/solid";import{useEffect as qg,useMemo as Kg,useState as Yg}from"react";import Jg from"styled-components";import ra from"styled-components";import{jsx as el,jsxs as Vg}from"react/jsx-runtime";var jr=()=>el(Bg,{children:Vg(Hg,{children:[el(Gg,{}),el(zg,{})]})}),Bg=ra.div`
735
735
  display: flex;
736
736
  justify-content: center;
737
737
  align-items: center;
@@ -743,14 +743,14 @@ Resources:
743
743
  @media all and (display-mode: standalone) {
744
744
  margin-bottom: 30px;
745
745
  }
746
- `,Gg=ra.div`
746
+ `,Hg=ra.div`
747
747
  position: relative;
748
748
  height: 140px;
749
749
  width: 140px;
750
750
 
751
751
  opacity: 1;
752
752
  animation: fadein 200ms ease;
753
- `,zg=ra.div`
753
+ `,Gg=ra.div`
754
754
  position: absolute;
755
755
  top: 0;
756
756
  right: 0;
@@ -763,7 +763,7 @@ Resources:
763
763
  border: 4px solid var(--privy-color-accent-light);
764
764
  border-radius: 50%;
765
765
  }
766
- `,Vg=ra.div`
766
+ `,zg=ra.div`
767
767
  position: absolute;
768
768
  top: 0;
769
769
  right: 0;
@@ -787,13 +787,13 @@ Resources:
787
787
  transform: rotate(360deg);
788
788
  }
789
789
  }
790
- `;var _p=["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 xe=class extends Error{constructor(o,r){super(r);this.type=o}};function ar(e){let t=e.type;return typeof t=="string"&&_p.includes(t)}function jg(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function sr(e){return ar(e)&&e.type==="wallet_not_on_device"}function kp(e){return ar(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function Ap(e){return!!(ar(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function qr(e){return!!(ar(e)&&e.type==="mfa_timeout")}function Kr(e){return!!(ar(e)&&e.type==="missing_or_invalid_mfa")}function tl(e){return!!(ar(e)&&e.type==="mfa_verification_max_attempts_reached")}function ol(e){return!!(ar(e)&&e.message.includes("code 429"))}function rl(e){return!!(jg(e)&&e.message==="MFA canceled")}import{Fragment as Ip,jsx as Yr,jsxs as nl}from"react/jsx-runtime";var Rp=1,Wp=()=>{let{authenticated:e,user:t,getAccessToken:o}=F(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=k(),{navigate:a,data:l,setModalData:s,onUserCloseViaDialogOrKeybindRef:c}=S(),u=Yg(()=>Date.now(),[]),[f,g]=Jg(!1),{onCompleteNavigateTo:y,onFailure:v}=l?.connectWallet,E=C=>{f||(g(!0),v(typeof C=="string"?new Error(C):C))};Kg(()=>{let C=ce(t),_;return!e||!C?E("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let W=await o();if(!W)return E("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:W,address:C.address});let N=(Date.now()-u)/1e3;y==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&N<Rp?_=setTimeout(()=>{a(y)},(Rp-N)*1e3):a(y)}catch(N){if(sr(N)&&C.recoveryMethod==="privy"){let M=await o();if(!M)return E("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:C.address}),(await i?.recover({address:C.address,accessToken:M}))?.address||E(new Error("Unable to recover wallet")),y?a(y):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:C.address}),a(y)}catch{E("An error has occurred, please try again.")}}else sr(N)?(s({...l,recoverWallet:{privyWallet:C,onCompleteNavigateTo:y,onFailure:v}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):E(N)}})(),()=>clearTimeout(_)):void 0},[e,t,i]);let P=()=>{E("User exited before wallet could be connected"),r({shouldCallAuthOnSuccess:!1})};return c.current=P,nl(Ip,{children:[Yr(x,{onClose:P}),f?nl(Ip,{children:[nl(Rt,{children:[Yr(qg,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),Yr(Te,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),Yr(D,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):Yr(jr,{}),Yr(Zg,{})]})},Zg=Qg.div`
790
+ `;var _p=["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 xe=class extends Error{constructor(o,r){super(r);this.type=o}};function ar(e){let t=e.type;return typeof t=="string"&&_p.includes(t)}function $g(e){let t=e.type;return typeof t=="string"&&t==="client_error"}function sr(e){return ar(e)&&e.type==="wallet_not_on_device"}function kp(e){return ar(e)&&(e.type==="invalid_recovery_pin"||e.type==="invalid_request_arguments")}function Ap(e){return!!(ar(e)&&e.type==="insufficient_funds"||e.code==="INSUFFICIENT_FUNDS")}function qr(e){return!!(ar(e)&&e.type==="mfa_timeout")}function Kr(e){return!!(ar(e)&&e.type==="missing_or_invalid_mfa")}function tl(e){return!!(ar(e)&&e.type==="mfa_verification_max_attempts_reached")}function ol(e){return!!(ar(e)&&e.message.includes("code 429"))}function rl(e){return!!($g(e)&&e.message==="MFA canceled")}import{Fragment as Ip,jsx as Yr,jsxs as nl}from"react/jsx-runtime";var Rp=1,Wp=()=>{let{authenticated:e,user:t,getAccessToken:o}=F(),{closePrivyModal:r,createAnalyticsEvent:n,walletProxy:i}=k(),{navigate:a,data:l,setModalData:s,onUserCloseViaDialogOrKeybindRef:c}=S(),u=Kg(()=>Date.now(),[]),[f,g]=Yg(!1),{onCompleteNavigateTo:y,onFailure:v}=l?.connectWallet,E=C=>{f||(g(!0),v(typeof C=="string"?new Error(C):C))};qg(()=>{let C=ce(t),_;return!e||!C?E("User must be authenticated and have a Privy wallet before it can be connected"):i?((async()=>{let W=await o();if(!W)return E("User must be authenticated and have a Privy wallet before it can be connected");try{await i.connect({accessToken:W,address:C.address});let N=(Date.now()-u)/1e3;y==="EMBEDDED_WALLET_KEY_EXPORT_SCREEN"&&N<Rp?_=setTimeout(()=>{a(y)},(Rp-N)*1e3):a(y)}catch(N){if(sr(N)&&C.recoveryMethod==="privy"){let M=await o();if(!M)return E("User must be authenticated and have a Privy wallet before it can be recovered");try{n("embedded_wallet_pinless_recovery_started",{walletAddress:C.address}),(await i?.recover({address:C.address,accessToken:M}))?.address||E(new Error("Unable to recover wallet")),y?a(y):r({shouldCallAuthOnSuccess:!1}),n("embedded_wallet_recovery_completed",{walletAddress:C.address}),a(y)}catch{E("An error has occurred, please try again.")}}else sr(N)?(s({...l,recoverWallet:{privyWallet:C,onCompleteNavigateTo:y,onFailure:v}}),a("EMBEDDED_WALLET_RECOVERY_SCREEN")):E(N)}})(),()=>clearTimeout(_)):void 0},[e,t,i]);let P=()=>{E("User exited before wallet could be connected"),r({shouldCallAuthOnSuccess:!1})};return c.current=P,nl(Ip,{children:[Yr(x,{onClose:P}),f?nl(Ip,{children:[nl(Rt,{children:[Yr(jg,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),Yr(Te,{title:"Something went wrong",description:"We\u2019re on it. Please try again later."})]}),Yr(D,{onClick:()=>r({shouldCallAuthOnSuccess:!1}),children:"Close"})]}):Yr(jr,{}),Yr(Qg,{})]})},Qg=Jg.div`
791
791
  height: 44px;
792
- `;import{CheckCircleIcon as Xg}from"@heroicons/react/24/solid";import{useEffect as e1}from"react";import{Fragment as t1,jsx as Jr,jsxs as Mp}from"react/jsx-runtime";var Np=()=>{let{user:e}=F(),{closePrivyModal:t,isNewUserThisSession:o,updateWallets:r}=k(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:l,onFailure:s,callAuthOnSuccessOnClose:c}=i.createWallet,u=()=>{let f=ce(e);f?(r(),l(f)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return e1(()=>{let f=setTimeout(u,$c);return()=>clearTimeout(f)},[]),a.current=u,Mp(t1,{children:[Jr(x,{onClose:u}),Jr(q,{}),Mp(Rt,{children:[Jr(Xg,{fill:"var(--privy-color-accent)",width:"64px",height:"64px"}),Jr(Te,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),Jr(J,{}),Jr(B,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as o1}from"@heroicons/react/20/solid";import{ArrowRightOnRectangleIcon as r1}from"@heroicons/react/24/outline";import{useEffect as Dp,useRef as n1,useState as il}from"react";import No from"styled-components";import{Fragment as m1,jsx as Se,jsxs as Wt}from"react/jsx-runtime";var Up=()=>{let[e,t]=il(null),{authenticated:o,user:r,getAccessToken:n}=F(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:l}=k(),{data:s,onUserCloseViaDialogOrKeybindRef:c}=S(),u=ce(r)?.address,{onFailure:f,onSuccess:g,origin:y,appId:v}=s.keyExport,E=C=>{i({shouldCallAuthOnSuccess:!1}),f(typeof C=="string"?new Error(C):C)},P=()=>{i({shouldCallAuthOnSuccess:!1}),g(),a("embedded_wallet_key_export_completed",{walletAddress:u})};return Dp(()=>{let C=ce(r);if(!o||!C)return E("User must be authenticated before exporting their wallet");n().then(t,E)},[o,r]),c.current=P,Wt(m1,{children:[Se(x,{onClose:P}),Wt(s1,{children:[Wt(Te,{icon:Se(r1,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[Wt(p1,{children:[Se(a1,{style:{marginRight:6}}),ko(u)]}),Se("p",{children:"You can bring your account with you to another site using an external wallet."})]}),Wt(l1,{children:[Wt(Lp,{children:[Se(Op,{children:"1"}),Wt("span",{children:[Se("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."]})]}),Wt(Lp,{children:[Se(Op,{children:"2"}),Se("span",{children:"Copy this key into your other wallet"})]})]}),Se("div",{style:{width:"100%"},children:e&&Se(i1,{origin:y,appId:v,accessToken:e,clientAnalyticsId:l,address:u,dimensions:{height:"44px"}})}),Wt(u1,{children:[Wt("div",{children:[Se(o1,{viewBox:"0 0 20 18"}),Se("h4",{children:"Warning"})]}),Se("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),Se(B,{protectedByPrivy:!0})]})};function i1(e){let[t,o]=il(e.dimensions.width),[r,n]=il(void 0),i=n1(null);return Dp(()=>{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")})},[]),Se("div",{ref:i,children:t&&Wt(c1,{children:[Se("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:_i(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...r})}),Se(d1,{children:"Loading..."})]})})}function a1(e){return Se("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:Se("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 s1=No.div`
792
+ `;import{CheckCircleIcon as Zg}from"@heroicons/react/24/solid";import{useEffect as Xg}from"react";import{Fragment as e1,jsx as Jr,jsxs as Mp}from"react/jsx-runtime";var Np=()=>{let{user:e}=F(),{closePrivyModal:t,isNewUserThisSession:o,updateWallets:r}=k(),{app:n,data:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:l,onFailure:s,callAuthOnSuccessOnClose:c}=i.createWallet,u=()=>{let f=ce(e);f?(r(),l(f)):s(new Error("Failed to create wallet")),t({shouldCallAuthOnSuccess:c})};return Xg(()=>{let f=setTimeout(u,$c);return()=>clearTimeout(f)},[]),a.current=u,Mp(e1,{children:[Jr(x,{onClose:u}),Jr(q,{}),Mp(Rt,{children:[Jr(Zg,{fill:"var(--privy-color-accent)",width:"64px",height:"64px"}),Jr(Te,{title:o?`Welcome${n?.name?` to ${n?.name}`:""}`:"All set!",description:o?"You\u2019ve successfully created an account.":"Your account is secured."})]}),Jr(J,{}),Jr(B,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as t1}from"@heroicons/react/20/solid";import{ArrowRightOnRectangleIcon as o1}from"@heroicons/react/24/outline";import{useEffect as Dp,useRef as r1,useState as il}from"react";import No from"styled-components";import{Fragment as u1,jsx as Se,jsxs as Wt}from"react/jsx-runtime";var Up=()=>{let[e,t]=il(null),{authenticated:o,user:r,getAccessToken:n}=F(),{closePrivyModal:i,createAnalyticsEvent:a,clientAnalyticsId:l}=k(),{data:s,onUserCloseViaDialogOrKeybindRef:c}=S(),u=ce(r)?.address,{onFailure:f,onSuccess:g,origin:y,appId:v}=s.keyExport,E=C=>{i({shouldCallAuthOnSuccess:!1}),f(typeof C=="string"?new Error(C):C)},P=()=>{i({shouldCallAuthOnSuccess:!1}),g(),a("embedded_wallet_key_export_completed",{walletAddress:u})};return Dp(()=>{let C=ce(r);if(!o||!C)return E("User must be authenticated before exporting their wallet");n().then(t,E)},[o,r]),c.current=P,Wt(u1,{children:[Se(x,{onClose:P}),Wt(a1,{children:[Wt(Te,{icon:Se(o1,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"}),title:"Transfer Wallet",children:[Wt(d1,{children:[Se(i1,{style:{marginRight:6}}),ko(u)]}),Se("p",{children:"You can bring your account with you to another site using an external wallet."})]}),Wt(s1,{children:[Wt(Lp,{children:[Se(Op,{children:"1"}),Wt("span",{children:[Se("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."]})]}),Wt(Lp,{children:[Se(Op,{children:"2"}),Se("span",{children:"Copy this key into your other wallet"})]})]}),Se("div",{style:{width:"100%"},children:e&&Se(n1,{origin:y,appId:v,accessToken:e,clientAnalyticsId:l,address:u,dimensions:{height:"44px"}})}),Wt(p1,{children:[Wt("div",{children:[Se(t1,{viewBox:"0 0 20 18"}),Se("h4",{children:"Warning"})]}),Se("p",{children:"Never share your private key with anyone! It controls your account."})]})]}),Se(B,{protectedByPrivy:!0})]})};function n1(e){let[t,o]=il(e.dimensions.width),[r,n]=il(void 0),i=r1(null);return Dp(()=>{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")})},[]),Se("div",{ref:i,children:t&&Wt(l1,{children:[Se("iframe",{style:{position:"absolute",zIndex:1},width:t,height:e.dimensions.height,allow:"clipboard-write self *",src:_i(e.origin,`/apps/${e.appId}/embedded-wallets/export`,{token:e.accessToken,address:e.address,width:`${t}px`,caid:e.clientAnalyticsId,...r})}),Se(c1,{children:"Loading..."})]})})}function i1(e){return Se("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:e.style,children:Se("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 a1=No.div`
793
793
  display: flex;
794
794
  flex-direction: column;
795
795
  text-align: left;
796
- `,l1=No.div`
796
+ `,s1=No.div`
797
797
  display: flex;
798
798
  flex-direction: column;
799
799
  gap: 24px;
@@ -823,11 +823,11 @@ Resources:
823
823
  border-radius: 100%;
824
824
  background: var(--privy-color-background);
825
825
  color: var(--privy-color-accent);
826
- `,c1=No.div`
826
+ `,l1=No.div`
827
827
  overflow: visible;
828
828
  position: relative;
829
829
  height: 44px;
830
- `,d1=No.div`
830
+ `,c1=No.div`
831
831
  position: absolute;
832
832
  display: flex;
833
833
  align-items: center;
@@ -839,7 +839,7 @@ Resources:
839
839
  border-radius: var(--privy-border-radius-md);
840
840
  background-color: var(--privy-color-background-2);
841
841
  color: var(--privy-color-foreground-3);
842
- `,p1=No.div`
842
+ `,d1=No.div`
843
843
  display: flex;
844
844
  align-items: center;
845
845
  padding-top: 1px;
@@ -852,7 +852,7 @@ Resources:
852
852
  font-size: 12px;
853
853
  font-weight: 500;
854
854
  margin: auto;
855
- `,u1=No.div`
855
+ `,p1=No.div`
856
856
  border: 1px solid var(--privy-color-background-2) !important;
857
857
  border-radius: var(--privy-border-radius-md);
858
858
  padding: 16px;
@@ -874,7 +874,7 @@ Resources:
874
874
  color: var(--privy-color-error);
875
875
  }
876
876
  }
877
- `;import{XCircleIcon as av}from"@heroicons/react/24/outline";import{useEffect as du,useRef as sv,useState as Bn}from"react";import lv from"styled-components";import{useCallback as cu,useEffect as iv}from"react";import{ExclamationTriangleIcon as v1}from"@heroicons/react/24/outline";import{useEffect as w1,useState as ll}from"react";import{ArrowPathIcon as f1,EyeIcon as h1,EyeSlashIcon as y1}from"@heroicons/react/24/outline";import Be,{css as al}from"styled-components";var g1=al`
877
+ `;import{XCircleIcon as iv}from"@heroicons/react/24/outline";import{useEffect as du,useRef as av,useState as Bn}from"react";import sv from"styled-components";import{useCallback as cu,useEffect as nv}from"react";import{ExclamationTriangleIcon as g1}from"@heroicons/react/24/outline";import{useEffect as v1,useState as ll}from"react";import{ArrowPathIcon as m1,EyeIcon as f1,EyeSlashIcon as h1}from"@heroicons/react/24/outline";import Be,{css as al}from"styled-components";var y1=al`
878
878
  font-size: 14px;
879
879
  font-style: normal;
880
880
  font-weight: 400;
@@ -883,7 +883,7 @@ Resources:
883
883
  text-align: left;
884
884
  transition: color 0.1s ease-in;
885
885
  `,na=Be.span`
886
- ${g1}
886
+ ${y1}
887
887
  transition: color 0.1s ease-in;
888
888
  color: ${({error:e})=>e?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
889
889
  text-transform: ${({error:e})=>e?"":"capitalize"};
@@ -980,7 +980,7 @@ Resources:
980
980
  > :first-child {
981
981
  min-width: 24px;
982
982
  }
983
- `,y6=Be.div`
983
+ `,h6=Be.div`
984
984
  height: var(--privy-height-modal-full);
985
985
 
986
986
  @media (max-width: 440px) {
@@ -1006,7 +1006,7 @@ Resources:
1006
1006
  flex-direction: row;
1007
1007
  justify-content: space-around;
1008
1008
  align-items: center;
1009
- `,Hp=Be(f1)`
1009
+ `,Hp=Be(m1)`
1010
1010
  height: 1.25rem;
1011
1011
  width: 1.25rem;
1012
1012
  stroke: var(--privy-color-accent);
@@ -1015,7 +1015,7 @@ Resources:
1015
1015
  :active {
1016
1016
  stroke: var(--privy-color-accent-light);
1017
1017
  }
1018
- `,Zr=Be(y1)`
1018
+ `,Zr=Be(h1)`
1019
1019
  height: 1.25rem;
1020
1020
  width: 1.25rem;
1021
1021
  stroke: var(--privy-color-accent);
@@ -1024,7 +1024,7 @@ Resources:
1024
1024
  :active {
1025
1025
  stroke: var(--privy-color-accent-light);
1026
1026
  }
1027
- `,Xr=Be(h1)`
1027
+ `,Xr=Be(f1)`
1028
1028
  height: 1.25rem;
1029
1029
  width: 1.25rem;
1030
1030
  stroke: var(--privy-color-accent);
@@ -1049,7 +1049,7 @@ Resources:
1049
1049
  transition: all 0.1s ease-out;
1050
1050
  background: ${({label:e})=>e==="Strong"&&"#78dca6"||e==="Medium"&&"var(--privy-color-warn)"||"var(--privy-color-error)"};
1051
1051
  }
1052
- `;import{Fragment as C1,jsx as ct,jsxs as ia}from"react/jsx-runtime";var zp=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=ll(!0),[l,s]=ll(!1),[c,u]=ll(""),f=o===c;return w1(()=>{c&&!l&&s(!0)},[c]),ia(C1,{children:[ct(x,{title:"Confirm Password",closeable:!1,backFn:n}),ct(q,{}),ia(Lo,{children:[ia(Uo,{children:[ct(v1,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),ct("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),ct("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),ia(Do,{children:[ct(lr,{value:c,onChange:g=>u(g.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text"}),ct(Qr,{style:{right:"0.75rem"},children:i?ct(Zr,{onClick:()=>a(!1)}):ct(Xr,{onClick:()=>a(!0)})})]}),ct(na,{"aria-hidden":!l||f,error:!0,children:"Passwords do not match"})]}),ct(Oo,{onClick:r,loading:t,disabled:!f,hideAnimations:e,children:"Continue"}),ct(J,{}),ct(B,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as T1}from"@heroicons/react/24/outline";import{useState as x1}from"react";import S1 from"styled-components";import aa from"styled-components";import{jsx as Dn,jsxs as P1}from"react/jsx-runtime";var Vp=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>Dn("label",{children:P1(b1,{className:e,children:[Dn(jp,{checked:t,...r}),Dn(E1,{color:o,checked:t,children:Dn($p,{viewBox:"0 0 24 24",children:Dn("polyline",{points:"20 6 9 17 4 12"})})})]})}),b1=aa.div`
1052
+ `;import{Fragment as w1,jsx as ct,jsxs as ia}from"react/jsx-runtime";var zp=({buttonHideAnimations:e,buttonLoading:t,password:o,onSubmit:r,onBack:n})=>{let[i,a]=ll(!0),[l,s]=ll(!1),[c,u]=ll(""),f=o===c;return v1(()=>{c&&!l&&s(!0)},[c]),ia(w1,{children:[ct(x,{title:"Confirm Password",closeable:!1,backFn:n}),ct(q,{}),ia(Lo,{children:[ia(Uo,{children:[ct(g1,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),ct("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm your password"}),ct("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please re-enter your password below to continue."})]}),ia(Do,{children:[ct(lr,{value:c,onChange:g=>u(g.target.value),onBlur:()=>s(!0),placeholder:"confirm your password",type:i?"password":"text"}),ct(Qr,{style:{right:"0.75rem"},children:i?ct(Zr,{onClick:()=>a(!1)}):ct(Xr,{onClick:()=>a(!0)})})]}),ct(na,{"aria-hidden":!l||f,error:!0,children:"Passwords do not match"})]}),ct(Oo,{onClick:r,loading:t,disabled:!f,hideAnimations:e,children:"Continue"}),ct(J,{}),ct(B,{protectedByPrivy:!0})]})};import{ExclamationTriangleIcon as P1}from"@heroicons/react/24/outline";import{useState as T1}from"react";import x1 from"styled-components";import aa from"styled-components";import{jsx as Dn,jsxs as E1}from"react/jsx-runtime";var Vp=({className:e,checked:t,color:o="var(--privy-color-accent)",...r})=>Dn("label",{children:E1(C1,{className:e,children:[Dn(jp,{checked:t,...r}),Dn(b1,{color:o,checked:t,children:Dn($p,{viewBox:"0 0 24 24",children:Dn("polyline",{points:"20 6 9 17 4 12"})})})]})}),C1=aa.div`
1053
1053
  display: inline-block;
1054
1054
  vertical-align: middle;
1055
1055
  `,$p=aa.svg`
@@ -1067,7 +1067,7 @@ Resources:
1067
1067
  position: absolute;
1068
1068
  white-space: nowrap;
1069
1069
  width: 1px;
1070
- `,E1=aa.div`
1070
+ `,b1=aa.div`
1071
1071
  display: inline-block;
1072
1072
  width: 18px;
1073
1073
  height: 18px;
@@ -1089,23 +1089,23 @@ Resources:
1089
1089
  ${$p} {
1090
1090
  visibility: ${e=>e.checked?"visible":"hidden"};
1091
1091
  }
1092
- `;import{Fragment as qp,jsx as Ct,jsxs as Un}from"react/jsx-runtime";var Kp=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=x1(!1);return Un(qp,{children:[Ct(x,{title:"Confirm Password",closeable:!1,backFn:r}),Ct(q,{}),Un(Lo,{children:[Un(Uo,{children:[Ct(T1,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),Ct("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),Ct("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),Ct(Ln,{children:Un(On,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:l=>{l.preventDefault(),a(s=>!s)},children:[Ct(Vp,{color:"var(--privy-color-error)",checked:i}),Ct(qp,{children:"I understand losing my password means losing my account."})]})})]}),Un(_1,{children:[n.initiatedBy==="user"&&Ct(so,{onClick:n.onCancel,disabled:t,children:"Cancel"}),Ct(Oo,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),Ct(J,{}),Ct(B,{protectedByPrivy:!0})]})},_1=S1.div`
1092
+ `;import{Fragment as qp,jsx as Ct,jsxs as Un}from"react/jsx-runtime";var Kp=({buttonHideAnimations:e,buttonLoading:t,onSubmit:o,onBack:r,config:n})=>{let[i,a]=T1(!1);return Un(qp,{children:[Ct(x,{title:"Confirm Password",closeable:!1,backFn:r}),Ct(q,{}),Un(Lo,{children:[Un(Uo,{children:[Ct(P1,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-error)"}),Ct("h3",{style:{color:"var(--privy-color-foreground)"},children:"Confirm you have saved"}),Ct("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Losing access to your password means you will lose access to your account."})]}),Ct(Ln,{children:Un(On,{style:{color:"var(--privy-color-error)",cursor:"pointer"},onClick:l=>{l.preventDefault(),a(s=>!s)},children:[Ct(Vp,{color:"var(--privy-color-error)",checked:i}),Ct(qp,{children:"I understand losing my password means losing my account."})]})})]}),Un(S1,{children:[n.initiatedBy==="user"&&Ct(so,{onClick:n.onCancel,disabled:t,children:"Cancel"}),Ct(Oo,{onClick:o,loading:t,hideAnimations:e,disabled:!i,children:"Set Password"})]}),Ct(J,{}),Ct(B,{protectedByPrivy:!0})]})},S1=x1.div`
1093
1093
  display: flex;
1094
1094
  gap: 10px;
1095
- `;import{KeyIcon as z1}from"@heroicons/react/24/outline";import{CheckCircleIcon as tu}from"@heroicons/react/24/solid";import{useState as ou,useMemo as cl,useEffect as V1}from"react";import ru from"styled-components";import k1 from"fast-password-entropy";import*as Yp from"secure-password-utilities";import{DEFAULT_WORDLIST as A1}from"secure-password-utilities/wordlists";var R1=95,I1=8,W1=3,M1=.3,N1=/[a-z]/,L1=/[A-Z]/,O1=/[0-9]/,D1="a-zA-Z0-9",Jp="!@#$%^&*()\\-_+.",Qp=`${D1}${Jp}`,U1=new RegExp(`[${Jp}]`),F1=new RegExp(`[${Qp}]`),Zp=new RegExp(`^[${Qp}]{6,}$`),Xp=(e="")=>{let t=e.split("").filter(o=>!F1.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},sa=()=>Yp.generatePassphrase(4,A1);function B1(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function H1(e){if(e.length<I1)return 0;let t=0;N1.test(e)&&(t+=1),L1.test(e)&&(t+=1),O1.test(e)&&(t+=1),U1.test(e)&&(t+=1);let o=t/W1;return Math.max(0,Math.min(1,o))}function G1(e=""){let t=H1(e),o=k1(e)/R1;return(t*M1+o)/2}function eu(e=""){let t=G1(e);return{value:t,label:B1(t)}}import{Fragment as q1,jsx as We,jsxs as uo}from"react/jsx-runtime";var nu=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:l})=>{let[s,c]=ou(!1),[u,f]=ou(!1);V1(()=>{o&&!u&&f(!0)},[o]);let g=cl(()=>u?(o?.length||0)<6?"Password must be at least 6 characters":Zp.test(o||"")?null:`Invalid characters used ( ${Xp(o).join(" ")} )`:null,[o,u]),y=cl(()=>g?{value:0,label:"Weak"}:eu(o),[o,g]),v=cl(()=>!!(!o?.length||g),[g,o]);return uo(q1,{children:[We(x,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),We(q,{}),uo(Lo,{children:[uo(Uo,{children:[We(z1,{height:48,width:48,stroke:"var(--privy-color-accent)"}),We("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),We("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),uo(Do,{children:[We(lr,{value:o,onChange:E=>a(E.target.value),placeholder:"enter or generate a strong password",type:s?"password":"text"}),uo(Qr,{style:{width:"3.5rem"},children:[s?We(Zr,{onClick:()=>c(!1)}):We(Xr,{onClick:()=>c(!0)}),We(Hp,{onClick:l})]})]}),We(Gp,{value:y.value===0?.01:y.value,label:y.label}),We(na,{error:!!g,children:g||`Password Strength: ${u?y.label:"--"}`}),uo(j1,{children:[We($1,{children:uo(Ln,{children:[uo(On,{children:[We(tu,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),uo(On,{children:[We(tu,{width:24,height:24,fill:"var(--privy-color-accent)"}),"You will only be asked to enter it when signing on to a new device."]})]})}),We(Oo,{onClick:n,loading:t,disabled:v,hideAnimations:e,children:"Continue"})]})]}),We(J,{}),We(B,{protectedByPrivy:!0})]})},$1=ru(Ln)`
1095
+ `;import{KeyIcon as G1}from"@heroicons/react/24/outline";import{CheckCircleIcon as tu}from"@heroicons/react/24/solid";import{useState as ou,useMemo as cl,useEffect as z1}from"react";import ru from"styled-components";import _1 from"fast-password-entropy";import*as Yp from"secure-password-utilities";import{DEFAULT_WORDLIST as k1}from"secure-password-utilities/wordlists";var A1=95,R1=8,I1=3,W1=.3,M1=/[a-z]/,N1=/[A-Z]/,L1=/[0-9]/,O1="a-zA-Z0-9",Jp="!@#$%^&*()\\-_+.",Qp=`${O1}${Jp}`,D1=new RegExp(`[${Jp}]`),U1=new RegExp(`[${Qp}]`),Zp=new RegExp(`^[${Qp}]{6,}$`),Xp=(e="")=>{let t=e.split("").filter(o=>!U1.test(o)).map(o=>o.replace(" ","SPACE"));return[...new Set(t)]},sa=()=>Yp.generatePassphrase(4,k1);function F1(e){return e>.9?"Strong":e>.5?"Medium":"Weak"}function B1(e){if(e.length<R1)return 0;let t=0;M1.test(e)&&(t+=1),N1.test(e)&&(t+=1),L1.test(e)&&(t+=1),D1.test(e)&&(t+=1);let o=t/I1;return Math.max(0,Math.min(1,o))}function H1(e=""){let t=B1(e),o=_1(e)/A1;return(t*W1+o)/2}function eu(e=""){let t=H1(e);return{value:t,label:F1(t)}}import{Fragment as j1,jsx as We,jsxs as uo}from"react/jsx-runtime";var nu=({buttonHideAnimations:e,buttonLoading:t,password:o="",config:r,onSubmit:n,onClose:i,onPasswordChange:a,onPasswordGenerate:l})=>{let[s,c]=ou(!1),[u,f]=ou(!1);z1(()=>{o&&!u&&f(!0)},[o]);let g=cl(()=>u?(o?.length||0)<6?"Password must be at least 6 characters":Zp.test(o||"")?null:`Invalid characters used ( ${Xp(o).join(" ")} )`:null,[o,u]),y=cl(()=>g?{value:0,label:"Weak"}:eu(o),[o,g]),v=cl(()=>!!(!o?.length||g),[g,o]);return uo(j1,{children:[We(x,{onClose:i,title:"Secure your account",closeable:r.initiatedBy==="user"}),We(q,{}),uo(Lo,{children:[uo(Uo,{children:[We(G1,{height:48,width:48,stroke:"var(--privy-color-accent)"}),We("h3",{style:{color:"var(--privy-color-foreground)"},children:"Set your password"}),We("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Select a strong, memorable password to secure your account."})]}),uo(Do,{children:[We(lr,{value:o,onChange:E=>a(E.target.value),placeholder:"enter or generate a strong password",type:s?"password":"text"}),uo(Qr,{style:{width:"3.5rem"},children:[s?We(Zr,{onClick:()=>c(!1)}):We(Xr,{onClick:()=>c(!0)}),We(Hp,{onClick:l})]})]}),We(Gp,{value:y.value===0?.01:y.value,label:y.label}),We(na,{error:!!g,children:g||`Password Strength: ${u?y.label:"--"}`}),uo($1,{children:[We(V1,{children:uo(Ln,{children:[uo(On,{children:[We(tu,{width:24,height:24,fill:"var(--privy-color-accent)"}),"This password is used to secure your account."]}),uo(On,{children:[We(tu,{width:24,height:24,fill:"var(--privy-color-accent)"}),"You will only be asked to enter it when signing on to a new device."]})]})}),We(Oo,{onClick:n,loading:t,disabled:v,hideAnimations:e,children:"Continue"})]})]}),We(J,{}),We(B,{protectedByPrivy:!0})]})},V1=ru(Ln)`
1096
1096
  flex: 1;
1097
1097
  padding-top: 1rem;
1098
- `,j1=ru.div`
1098
+ `,$1=ru.div`
1099
1099
  display: flex;
1100
1100
  flex-direction: column;
1101
1101
  height: 100%;
1102
- `;import{ArrowDownTrayIcon as K1,ClipboardDocumentCheckIcon as Y1,DocumentDuplicateIcon as J1,ExclamationTriangleIcon as Q1}from"@heroicons/react/24/outline";import{useState as Z1,useCallback as iu}from"react";import{Fragment as dl,jsx as tt,jsxs as cr}from"react/jsx-runtime";var au=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,l]=Z1(!1),s=iu(()=>{l(!0),r&&navigator.clipboard.writeText(r)},[r]),c=iu(()=>{let u=document.createElement("a"),f=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),g=new Blob([X1(o,r)],{type:"text/plain"}),y=URL.createObjectURL(g);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 cr(dl,{children:[tt(x,{backFn:i,title:"Save Password",closeable:!1}),tt(q,{}),cr(Lo,{children:[cr(Uo,{children:[tt(Q1,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),tt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),tt("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."})]}),tt(Do,{centered:!0,children:tt(Bp,{children:r})}),cr("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[tt(sl,{onClick:s,children:a?cr(dl,{children:[tt(Y1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):cr(dl,{children:[tt(J1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),cr(sl,{onClick:c,children:[tt(K1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),tt(Oo,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),tt(J,{}),tt(B,{protectedByPrivy:!0})]})},X1=(e,t)=>`Your wallet recovery password for ${e} is
1102
+ `;import{ArrowDownTrayIcon as q1,ClipboardDocumentCheckIcon as K1,DocumentDuplicateIcon as Y1,ExclamationTriangleIcon as J1}from"@heroicons/react/24/outline";import{useState as Q1,useCallback as iu}from"react";import{Fragment as dl,jsx as tt,jsxs as cr}from"react/jsx-runtime";var au=({buttonHideAnimations:e,buttonLoading:t,appName:o,password:r,onSubmit:n,onBack:i})=>{let[a,l]=Q1(!1),s=iu(()=>{l(!0),r&&navigator.clipboard.writeText(r)},[r]),c=iu(()=>{let u=document.createElement("a"),f=o.toLowerCase().replace(/[^a-z\s]/g,"").replace(/\s/g,"-"),g=new Blob([Z1(o,r)],{type:"text/plain"}),y=URL.createObjectURL(g);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 cr(dl,{children:[tt(x,{backFn:i,title:"Save Password",closeable:!1}),tt(q,{}),cr(Lo,{children:[cr(Uo,{children:[tt(J1,{height:48,width:48,stroke:"var(--privy-color-background)",fill:"var(--privy-color-accent)"}),tt("h3",{style:{color:"var(--privy-color-foreground)"},children:"Save your password"}),tt("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."})]}),tt(Do,{centered:!0,children:tt(Bp,{children:r})}),cr("div",{style:{display:"flex",margin:"12px 0",gap:"12px"},children:[tt(sl,{onClick:s,children:a?cr(dl,{children:[tt(K1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copied"]}):cr(dl,{children:[tt(Y1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Copy"]})}),cr(sl,{onClick:c,children:[tt(q1,{style:{width:24,height:24},stroke:"var(--privy-color-accent)"}),"Download"]})]})]}),tt(Oo,{onClick:n,loading:t,hideAnimations:e,children:"Continue"}),tt(J,{}),tt(B,{protectedByPrivy:!0})]})},Z1=(e,t)=>`Your wallet recovery password for ${e} is
1103
1103
 
1104
1104
  ${t}
1105
1105
 
1106
- You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import{CheckCircleIcon as ev,XCircleIcon as tv}from"@heroicons/react/24/outline";import{Fragment as ov,jsx as mo,jsxs as pl}from"react/jsx-runtime";var su=({error:e,onClose:t})=>pl(ov,{children:[mo(x,{closeable:!1}),mo(q,{}),e?pl(Rt,{children:[mo(tv,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),mo(Te,{title:"Something went wrong",description:e})]}):pl(Rt,{children:[mo(ev,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),mo(Te,{title:"Success"})]}),mo(D,{onClick:t,children:"Close"}),mo(J,{}),mo(B,{protectedByPrivy:!0})]});import{useReducer as rv}from"react";var nv=(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}},lu=()=>{let[e,t]=rv(nv,"creating");return{send:t,state:e}};import{jsx as Fn}from"react/jsx-runtime";var la=({onSubmit:e,...t})=>{let{send:o,state:r}=lu(),n=cu(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);iv(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),it)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=cu(()=>{o("back")},[o]);return r==="creating"?Fn(nu,{...t,onSubmit:n}):r==="saving"?Fn(au,{...t,onSubmit:n,onBack:i}):r==="confirming"?Fn(zp,{...t,onSubmit:n,onBack:i}):r==="finalizing"?Fn(Kp,{...t,onSubmit:n,onBack:i}):r==="done"?Fn(su,{...t,onSubmit:n}):null};import{Fragment as pv,jsx as dr,jsxs as pu}from"react/jsx-runtime";var cv=250,uu=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=S(),[n,i]=Bn(""),[a,l]=Bn(!1),[s,c]=Bn(),[u,f]=Bn(null),[g,y]=Bn(null),v=sv(!1),{authenticated:E,getAccessToken:P}=F(),{refreshUser:C,closePrivyModal:_,createAnalyticsEvent:I,isNewUserThisSession:W,initializeWalletProxy:N}=k(),{onSuccess:M,onFailure:L,callAuthOnSuccessOnClose:U}=o.createWallet,Y=e?.embeddedWallets.requireUserPasswordOnCreate===!0,Z=!!(!n||v.current)&&!Y,A=new ze(async()=>V());du(()=>{u||N(3e4).then(O=>f(O))},[u]),du(()=>{if(!E){t("LANDING"),L(new Error("User must be authenticated before creating a Privy wallet"));return}!Y&&!a&&!v.current&&(l(!0),A.execute().finally(()=>l(!1)))},[Y,E]);let H=()=>{Y&&g&&g?.recoveryMethod!=="user-passcode"?L(new nt("User created a wallet but failed to set a password for it")):g?M(g):L(new nt("User wallet creation failed")),_({shouldCallAuthOnSuccess:U})};r.current=()=>null;let V=async function(){let O=await P();if(O)try{if(I("embedded_wallet_creation_started"),!await(await N(kr))?.create({accessToken:O,recoveryPassword:s}))throw I("embedded_wallet_creation_failed",{error:"walletProxy did not send a response."}),new Error("Unable to create wallet");let we=await C(),ke=ce(we);if(!ke)throw I("embedded_wallet_creation_failed",{error:"Updated user is missing embedded wallet."}),new Error("Unable to create wallet");y(ke),I("embedded_wallet_creation_completed",{walletAddress:ke.address}),i(""),v.current=!0,Y?t("EMBEDDED_WALLET_CREATED_SCREEN"):W?t("EMBEDDED_WALLET_CREATED_SCREEN"):ke&&(M(ke),_({shouldCallAuthOnSuccess:U}))}catch(ve){if(v.current)return;i("An error has occurred, please try again."),console.warn(ve)}else i("An error has occured, please login again."),I("embedded_wallet_creation_failed",{error:"Missing access token for user."})},Ce=async()=>Y?(l(!0),A.execute().then(()=>new Promise(O=>setTimeout(O,cv))).finally(()=>l(!1))):_({shouldCallAuthOnSuccess:U});return!Y&&n?pu(pv,{children:[dr(x,{closeable:!1}),pu(Rt,{children:[dr(av,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),dr(Te,{title:"Something went wrong",description:n})]}),dr(D,{onClick:H,children:"Close"}),dr(dv,{})]}):Z?dr(jr,{}):dr(la,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:Z||!u,buttonLoading:a,buttonHideAnimations:!g&&a,error:n,password:s||"",onClose:H,onPasswordChange:c,onPasswordGenerate:()=>c(sa()),onSubmit:Ce})},dv=lv.div`
1106
+ You will need this password to access your ${e} wallet on a new device. Please keep it somewhere safe.`;import{CheckCircleIcon as X1,XCircleIcon as ev}from"@heroicons/react/24/outline";import{Fragment as tv,jsx as mo,jsxs as pl}from"react/jsx-runtime";var su=({error:e,onClose:t})=>pl(tv,{children:[mo(x,{closeable:!1}),mo(q,{}),e?pl(Rt,{children:[mo(ev,{stroke:"var(--privy-color-error)",width:"64px",height:"64px"}),mo(Te,{title:"Something went wrong",description:e})]}):pl(Rt,{children:[mo(X1,{stroke:"var(--privy-color-success)",width:"64px",height:"64px"}),mo(Te,{title:"Success"})]}),mo(D,{onClick:t,children:"Close"}),mo(J,{}),mo(B,{protectedByPrivy:!0})]});import{useReducer as ov}from"react";var rv=(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}},lu=()=>{let[e,t]=ov(rv,"creating");return{send:t,state:e}};import{jsx as Fn}from"react/jsx-runtime";var la=({onSubmit:e,...t})=>{let{send:o,state:r}=lu(),n=cu(async()=>{r==="finalizing"&&await e(),o("next")},[r,o,e]);nv(()=>{let a;return r==="done"&&t.config.initiatedBy==="automatic"&&(a=setTimeout(()=>t.onClose?.(),it)),()=>{a&&clearTimeout(a)}},[r,t.config.initiatedBy,t.onClose]);let i=cu(()=>{o("back")},[o]);return r==="creating"?Fn(nu,{...t,onSubmit:n}):r==="saving"?Fn(au,{...t,onSubmit:n,onBack:i}):r==="confirming"?Fn(zp,{...t,onSubmit:n,onBack:i}):r==="finalizing"?Fn(Kp,{...t,onSubmit:n,onBack:i}):r==="done"?Fn(su,{...t,onSubmit:n}):null};import{Fragment as dv,jsx as dr,jsxs as pu}from"react/jsx-runtime";var lv=250,uu=()=>{let{app:e,navigate:t,data:o,onUserCloseViaDialogOrKeybindRef:r}=S(),[n,i]=Bn(""),[a,l]=Bn(!1),[s,c]=Bn(),[u,f]=Bn(null),[g,y]=Bn(null),v=av(!1),{authenticated:E,getAccessToken:P}=F(),{refreshUser:C,closePrivyModal:_,createAnalyticsEvent:I,isNewUserThisSession:W,initializeWalletProxy:N}=k(),{onSuccess:M,onFailure:L,callAuthOnSuccessOnClose:U}=o.createWallet,Y=e?.embeddedWallets.requireUserPasswordOnCreate===!0,Z=!!(!n||v.current)&&!Y,A=new ze(async()=>V());du(()=>{u||N(3e4).then(O=>f(O))},[u]),du(()=>{if(!E){t("LANDING"),L(new Error("User must be authenticated before creating a Privy wallet"));return}!Y&&!a&&!v.current&&(l(!0),A.execute().finally(()=>l(!1)))},[Y,E]);let H=()=>{Y&&g&&g?.recoveryMethod!=="user-passcode"?L(new nt("User created a wallet but failed to set a password for it")):g?M(g):L(new nt("User wallet creation failed")),_({shouldCallAuthOnSuccess:U})};r.current=()=>null;let V=async function(){let O=await P();if(O)try{if(I("embedded_wallet_creation_started"),!await(await N(kr))?.create({accessToken:O,recoveryPassword:s}))throw I("embedded_wallet_creation_failed",{error:"walletProxy did not send a response."}),new Error("Unable to create wallet");let we=await C(),ke=ce(we);if(!ke)throw I("embedded_wallet_creation_failed",{error:"Updated user is missing embedded wallet."}),new Error("Unable to create wallet");y(ke),I("embedded_wallet_creation_completed",{walletAddress:ke.address}),i(""),v.current=!0,Y?t("EMBEDDED_WALLET_CREATED_SCREEN"):W?t("EMBEDDED_WALLET_CREATED_SCREEN"):ke&&(M(ke),_({shouldCallAuthOnSuccess:U}))}catch(ve){if(v.current)return;i("An error has occurred, please try again."),console.warn(ve)}else i("An error has occured, please login again."),I("embedded_wallet_creation_failed",{error:"Missing access token for user."})},Ce=async()=>Y?(l(!0),A.execute().then(()=>new Promise(O=>setTimeout(O,lv))).finally(()=>l(!1))):_({shouldCallAuthOnSuccess:U});return!Y&&n?pu(dv,{children:[dr(x,{closeable:!1}),pu(Rt,{children:[dr(iv,{fill:"var(--privy-color-error)",width:"64px",height:"64px"}),dr(Te,{title:"Something went wrong",description:n})]}),dr(D,{onClick:H,children:"Close"}),dr(cv,{})]}):Z?dr(jr,{}):dr(la,{config:{initiatedBy:"automatic"},appName:e?.name||"privy",loading:Z||!u,buttonLoading:a,buttonHideAnimations:!g&&a,error:n,password:s||"",onClose:H,onPasswordChange:c,onPasswordGenerate:()=>c(sa()),onSubmit:Ce})},cv=sv.div`
1107
1107
  height: 44px;
1108
- `;import{useEffect as uv,useState as ca}from"react";import{jsx as mv}from"react/jsx-runtime";var mu=()=>{let[e,t]=ca(null),[o,r]=ca(!1),[n,i]=ca(null),[a,l]=ca(""),{authenticated:s,getAccessToken:c,user:u}=F(),{walletProxy:f,refreshUser:g,closePrivyModal:y,createAnalyticsEvent:v}=k(),{app:E,navigate:P,data:C,onUserCloseViaDialogOrKeybindRef:_}=S(),{onSuccess:I,onFailure:W}=C.createWallet,N=ce(u),M=e?.recoveryMethod==="user-passcode";uv(()=>{s||(P("LANDING"),W(new yi("User must be authenticated before setting a password on a Privy wallet")))},[s]);let L=()=>{if(n){W(n),y({shouldCallAuthOnSuccess:!1});return}if(!M){W(new nt("Exited before password was added to wallet")),y({shouldCallAuthOnSuccess:!1});return}I(e),y({shouldCallAuthOnSuccess:!1})};_.current=L;let U=async()=>{let Z=await c();if(Z&&N?.address&&a&&f)try{if(v("embedded_wallet_set_password_started",{walletAddress:N.address}),!(await f.setRecoveryPassword({accessToken:Z,address:N.address,recoveryPassword:a})).address){i(new nt("Error setting password on privy wallet")),v("embedded_wallet_set_password_failed",{walletAddress:N.address,reason:"error setting password"});return}let H=await g(),V=ce(H);if(!V){i(new nt("Error setting password on privy wallet")),v("embedded_wallet_set_password_failed",{walletAddress:N.address,reason:"wallet disconnected"});return}t(V),v("embedded_wallet_set_password_completed",{walletAddress:N.address})}catch(A){console.warn(A),i(A instanceof Error?A:new Error("Error setting password on privy wallet")),v("embedded_wallet_set_password_failed",{walletAddress:N.address,reason:A})}},Y=async()=>{M?(I(e),y({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await U(),r(!1))};return mv(la,{appName:E?.name||"privy",config:{initiatedBy:"user",onCancel:L},error:n?"An error has occurred, please try again.":void 0,buttonLoading:o,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>l(sa()),onPasswordChange:l,onSubmit:Y,onClose:L})};import{UserCircleIcon as fv}from"@heroicons/react/24/outline";import{LockClosedIcon as hv}from"@heroicons/react/24/solid";import{Fragment as yv,jsx as fo,jsxs as da}from"react/jsx-runtime";var fu=()=>{let{user:e}=F(),{closePrivyModal:t,createAnalyticsEvent:o}=k(),{data:r,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:l,onFailure:s}=r.setWalletPassword,c=()=>{s(new nt("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,da(yv,{children:[fo(x,{onClose:c}),fo(q,{}),da(Rt,{children:[da(Jd,{children:[fo(fv,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),fo(Qd,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:fo(hv,{width:"12px",height:"12px",fill:"white"})})]}),da(Te,{title:"Secure Your Account",children:["Please set a password to secure your account.",fo("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."})]})]}),fo(D,{onClick:()=>{let f=ce(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"}),fo(J,{}),fo(B,{protectedByPrivy:!0})]})};import{ShieldCheckIcon as gv}from"@heroicons/react/24/outline";import{useEffect as vv,useState as pa}from"react";import ua,{css as wv}from"styled-components";import{Fragment as Tv,jsx as $e,jsxs as pr}from"react/jsx-runtime";var hu=()=>{let[e,t]=pa(!0),{authenticated:o,getAccessToken:r}=F(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=k(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=S(),[u,f]=pa(void 0),[g,y]=pa(""),[v,E]=pa(!1),{privyWallet:P,onCompleteNavigateTo:C,onSuccess:_,onFailure:I}=s.recoverWallet,W=(L="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),I(typeof L=="string"?new nt(L):L)};c.current=W,vv(()=>{if(!o||!P)return W("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let N=L=>{L&&f(L)};return pr(Tv,{children:[$e(x,{onClose:W}),$e(q,{}),pr(bv,{children:[pr(Cv,{children:[$e(gv,{height:48,width:48,stroke:"var(--privy-color-accent)"}),$e("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),$e("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),pr("div",{children:[pr(Do,{children:[$e(lr,{type:e?"password":"text",onChange:L=>N(L.target.value),disabled:v}),$e(Qr,{style:{right:"0.75rem"},children:e?$e(Zr,{onClick:()=>t(!1)}):$e(Xr,{onClick:()=>t(!0)})})]}),!!g&&$e(Ev,{children:g})]}),pr("div",{children:[pr(Yd,{children:[$e("h4",{children:"Why is this necessary?"}),$e("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),$e(Pv,{loading:v||!n,disabled:!u,onClick:async()=>{E(!0);let L=await r();if(L&&P&&u!==null)try{a("embedded_wallet_recovery_started",{walletAddress:P.address}),await n?.recover({address:P.address,accessToken:L,recoveryPin:u}),y(""),C?l(C):i({shouldCallAuthOnSuccess:!1}),_?.(P),a("embedded_wallet_recovery_completed",{walletAddress:P.address})}catch(U){kp(U)?y("Invalid recovery password, please try again."):y("An error has occurred, please try again.")}finally{E(!1)}else return W("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!P&&v,children:"Recover your account"})]})]}),$e(J,{}),$e(B,{protectedByPrivy:!0})]})},Cv=ua.div`
1108
+ `;import{useEffect as pv,useState as ca}from"react";import{jsx as uv}from"react/jsx-runtime";var mu=()=>{let[e,t]=ca(null),[o,r]=ca(!1),[n,i]=ca(null),[a,l]=ca(""),{authenticated:s,getAccessToken:c,user:u}=F(),{walletProxy:f,refreshUser:g,closePrivyModal:y,createAnalyticsEvent:v}=k(),{app:E,navigate:P,data:C,onUserCloseViaDialogOrKeybindRef:_}=S(),{onSuccess:I,onFailure:W}=C.createWallet,N=ce(u),M=e?.recoveryMethod==="user-passcode";pv(()=>{s||(P("LANDING"),W(new yi("User must be authenticated before setting a password on a Privy wallet")))},[s]);let L=()=>{if(n){W(n),y({shouldCallAuthOnSuccess:!1});return}if(!M){W(new nt("Exited before password was added to wallet")),y({shouldCallAuthOnSuccess:!1});return}I(e),y({shouldCallAuthOnSuccess:!1})};_.current=L;let U=async()=>{let Z=await c();if(Z&&N?.address&&a&&f)try{if(v("embedded_wallet_set_password_started",{walletAddress:N.address}),!(await f.setRecoveryPassword({accessToken:Z,address:N.address,recoveryPassword:a})).address){i(new nt("Error setting password on privy wallet")),v("embedded_wallet_set_password_failed",{walletAddress:N.address,reason:"error setting password"});return}let H=await g(),V=ce(H);if(!V){i(new nt("Error setting password on privy wallet")),v("embedded_wallet_set_password_failed",{walletAddress:N.address,reason:"wallet disconnected"});return}t(V),v("embedded_wallet_set_password_completed",{walletAddress:N.address})}catch(A){console.warn(A),i(A instanceof Error?A:new Error("Error setting password on privy wallet")),v("embedded_wallet_set_password_failed",{walletAddress:N.address,reason:A})}},Y=async()=>{M?(I(e),y({shouldCallAuthOnSuccess:!1})):(r(!0),i(null),await U(),r(!1))};return uv(la,{appName:E?.name||"privy",config:{initiatedBy:"user",onCancel:L},error:n?"An error has occurred, please try again.":void 0,buttonLoading:o,buttonHideAnimations:!1,password:a,onPasswordGenerate:()=>l(sa()),onPasswordChange:l,onSubmit:Y,onClose:L})};import{UserCircleIcon as mv}from"@heroicons/react/24/outline";import{LockClosedIcon as fv}from"@heroicons/react/24/solid";import{Fragment as hv,jsx as fo,jsxs as da}from"react/jsx-runtime";var fu=()=>{let{user:e}=F(),{closePrivyModal:t,createAnalyticsEvent:o}=k(),{data:r,setModalData:n,navigate:i,onUserCloseViaDialogOrKeybindRef:a}=S(),{onSuccess:l,onFailure:s}=r.setWalletPassword,c=()=>{s(new nt("Exited before password was added to wallet")),t({shouldCallAuthOnSuccess:!1})};return a.current=c,da(hv,{children:[fo(x,{onClose:c}),fo(q,{}),da(Rt,{children:[da(Jd,{children:[fo(mv,{stroke:"var(--privy-color-accent)",width:"64px",height:"64px"}),fo(Qd,{style:{width:24,height:24,position:"absolute",bottom:0,right:0},children:fo(fv,{width:"12px",height:"12px",fill:"white"})})]}),da(Te,{title:"Secure Your Account",children:["Please set a password to secure your account.",fo("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."})]})]}),fo(D,{onClick:()=>{let f=ce(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"}),fo(J,{}),fo(B,{protectedByPrivy:!0})]})};import{ShieldCheckIcon as yv}from"@heroicons/react/24/outline";import{useEffect as gv,useState as pa}from"react";import ua,{css as vv}from"styled-components";import{Fragment as Pv,jsx as $e,jsxs as pr}from"react/jsx-runtime";var hu=()=>{let[e,t]=pa(!0),{authenticated:o,getAccessToken:r}=F(),{walletProxy:n,closePrivyModal:i,createAnalyticsEvent:a}=k(),{navigate:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=S(),[u,f]=pa(void 0),[g,y]=pa(""),[v,E]=pa(!1),{privyWallet:P,onCompleteNavigateTo:C,onSuccess:_,onFailure:I}=s.recoverWallet,W=(L="User exited before their wallet could be recovered")=>{i({shouldCallAuthOnSuccess:!1}),I(typeof L=="string"?new nt(L):L)};c.current=W,gv(()=>{if(!o||!P)return W("User must be authenticated and have a Privy wallet before it can be recovered")},[o]);let N=L=>{L&&f(L)};return pr(Pv,{children:[$e(x,{onClose:W}),$e(q,{}),pr(Cv,{children:[pr(wv,{children:[$e(yv,{height:48,width:48,stroke:"var(--privy-color-accent)"}),$e("h3",{style:{color:"var(--privy-color-foreground)"},children:"Load your account"}),$e("p",{style:{color:"var(--privy-color-foreground-2)"},children:"Please provision your account on this new device. To continue, enter your recovery password."})]}),pr("div",{children:[pr(Do,{children:[$e(lr,{type:e?"password":"text",onChange:L=>N(L.target.value),disabled:v}),$e(Qr,{style:{right:"0.75rem"},children:e?$e(Zr,{onClick:()=>t(!1)}):$e(Xr,{onClick:()=>t(!0)})})]}),!!g&&$e(bv,{children:g})]}),pr("div",{children:[pr(Yd,{children:[$e("h4",{children:"Why is this necessary?"}),$e("p",{children:"You previously set a password for this wallet. This helps ensure only you can access it"})]}),$e(Ev,{loading:v||!n,disabled:!u,onClick:async()=>{E(!0);let L=await r();if(L&&P&&u!==null)try{a("embedded_wallet_recovery_started",{walletAddress:P.address}),await n?.recover({address:P.address,accessToken:L,recoveryPin:u}),y(""),C?l(C):i({shouldCallAuthOnSuccess:!1}),_?.(P),a("embedded_wallet_recovery_completed",{walletAddress:P.address})}catch(U){kp(U)?y("Invalid recovery password, please try again."):y("An error has occurred, please try again.")}finally{E(!1)}else return W("User must be authenticated and have a Privy wallet before it can be recovered")},warn:!1,hideAnimations:!P&&v,children:"Recover your account"})]})]}),$e(J,{}),$e(B,{protectedByPrivy:!0})]})},wv=ua.div`
1109
1109
  display: flex;
1110
1110
  flex-direction: column;
1111
1111
  align-items: center;
@@ -1127,26 +1127,26 @@ You will need this password to access your ${e} wallet on a new device. Please k
1127
1127
  font-weight: 400;
1128
1128
  line-height: 20px;
1129
1129
  }
1130
- `,bv=ua.div`
1130
+ `,Cv=ua.div`
1131
1131
  display: flex;
1132
1132
  flex-direction: column;
1133
1133
  justify-content: space-between;
1134
- `,Ev=ua.div`
1134
+ `,bv=ua.div`
1135
1135
  line-height: 20px;
1136
1136
  height: 20px;
1137
1137
  font-size: 13px;
1138
1138
  color: var(--privy-color-error);
1139
1139
  text-align: left;
1140
1140
  margin-top: 0.5rem;
1141
- `,Pv=ua(D)`
1142
- ${e=>e.hideAnimations&&wv`
1141
+ `,Ev=ua(D)`
1142
+ ${e=>e.hideAnimations&&vv`
1143
1143
  && {
1144
1144
  // Remove animations because the recoverWallet task on the iframe partially
1145
1145
  // blocks the renderer, so the animation stutters and doesn't look good
1146
1146
  transition: none;
1147
1147
  }
1148
1148
  `}
1149
- `;import{ExclamationTriangleIcon as Sv,PhoneIcon as _v}from"@heroicons/react/24/outline";import ul from"styled-components";import{jsx as ma,jsxs as xv}from"react/jsx-runtime";var ur=({style:e,...t})=>xv("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:[ma("rect",{width:"1000",height:"1000",rx:"200",fill:"#855DCD"}),ma("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"}),ma("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"}),ma("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 Wv,jsx as bt,jsxs as fa}from"react/jsx-runtime";var kv=e=>{let t=bt(Sv,{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 xe&&e.type==="twilio_verification_failed")return{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:bt(_v,{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:bt(Ki,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})};case"captcha_failure":return{title:"Captcha failed",detail:"Unable to verify you are a human.",ctaText:"Try again",icon:bt(kn,{})};case"captcha_timeout":return{title:"Captcha failed",detail:"Something went wrong! Please try again later.",ctaText:"Try again",icon:bt(kn,{})};case"linked_to_another_user":return{title:"Authentication failed",detail:"This account has already been linked to another user.",ctaText:"Try again",icon:bt(ur,{style:{height:38,width:38}})};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else return e instanceof Ut&&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}}},yu=()=>{let{navigate:e,navigateBack:t,data:o,lastScreen:r,currentScreen:n}=S(),{reset:i}=de(),a=o?.errorModalData,l=kv(a?.error||new Error),s=c=>{if(c instanceof De)switch(c.privyErrorCode){case"invalid_captcha":return()=>i()}return()=>{}};return fa(Wv,{children:[bt(x,{backFn:!r||n===r?void 0:t}),fa(Av,{children:[bt(Iv,{children:fa("div",{children:[bt(qi,{color:"var(--privy-color-error)"}),l.icon]})}),fa(Rv,{children:[bt("h3",{children:l.title}),bt("p",{children:l.detail})]}),bt(D,{color:"var(--privy-color-error)",onClick:()=>{s(a?.error||new Error)(),e(r||"LANDING")},children:l.ctaText})]})]})},Av=ul.div`
1149
+ `;import{ExclamationTriangleIcon as xv,PhoneIcon as Sv}from"@heroicons/react/24/outline";import ul from"styled-components";import{jsx as ma,jsxs as Tv}from"react/jsx-runtime";var ur=({style:e,...t})=>Tv("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:[ma("rect",{width:"1000",height:"1000",rx:"200",fill:"#855DCD"}),ma("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"}),ma("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"}),ma("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 Iv,jsx as bt,jsxs as fa}from"react/jsx-runtime";var _v=e=>{let t=bt(xv,{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 xe&&e.type==="twilio_verification_failed")return{title:"Something went wrong",detail:e.message,ctaText:"Try again",icon:bt(Sv,{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:bt(Ki,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--privy-color-accent)",fill:"var(--privy-color-accent)"}})};case"captcha_failure":return{title:"Captcha failed",detail:"Unable to verify you are a human.",ctaText:"Try again",icon:bt(kn,{})};case"captcha_timeout":return{title:"Captcha failed",detail:"Something went wrong! Please try again later.",ctaText:"Try again",icon:bt(kn,{})};case"linked_to_another_user":return{title:"Authentication failed",detail:"This account has already been linked to another user.",ctaText:"Try again",icon:bt(ur,{style:{height:38,width:38}})};default:return{title:"Something went wrong",detail:"Try again later",ctaText:"Try again",icon:t}}else return e instanceof Ut&&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}}},yu=()=>{let{navigate:e,navigateBack:t,data:o,lastScreen:r,currentScreen:n}=S(),{reset:i}=de(),a=o?.errorModalData,l=_v(a?.error||new Error),s=c=>{if(c instanceof De)switch(c.privyErrorCode){case"invalid_captcha":return()=>i()}return()=>{}};return fa(Iv,{children:[bt(x,{backFn:!r||n===r?void 0:t}),fa(kv,{children:[bt(Rv,{children:fa("div",{children:[bt(qi,{color:"var(--privy-color-error)"}),l.icon]})}),fa(Av,{children:[bt("h3",{children:l.title}),bt("p",{children:l.detail})]}),bt(D,{color:"var(--privy-color-error)",onClick:()=>{s(a?.error||new Error)(),e(r||"LANDING")},children:l.ctaText})]})]})},kv=ul.div`
1150
1150
  display: flex;
1151
1151
  flex-direction: column;
1152
1152
  align-items: center;
@@ -1154,11 +1154,11 @@ You will need this password to access your ${e} wallet on a new device. Please k
1154
1154
  gap: 24px;
1155
1155
  width: 100%;
1156
1156
  padding-bottom: 16px;
1157
- `,Rv=ul.div`
1157
+ `,Av=ul.div`
1158
1158
  display: flex;
1159
1159
  flex-direction: column;
1160
1160
  gap: 8px;
1161
- `,Iv=ul.div`
1161
+ `,Rv=ul.div`
1162
1162
  display: flex;
1163
1163
  flex-direction: column;
1164
1164
  justify-content: center;
@@ -1181,7 +1181,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1181
1181
  left: -19px;
1182
1182
  top: -19px;
1183
1183
  }
1184
- `;import{useEffect as _u,useRef as Qv,useState as ku}from"react";import{isMobile as Au}from"react-device-detect";import Wu from"styled-components";import{useState as Mv}from"react";import Nv from"styled-components";import{jsx as gu}from"react/jsx-runtime";var ha=({style:e,color:t,...o})=>gu("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:gu("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as ml}from"react/jsx-runtime";var vu=({color:e,...t})=>ml("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:ml("g",{children:ml("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 wu,jsxs as Ov}from"react/jsx-runtime";var Hn=e=>{let[t,o]=Mv(!1);return Ov(Lv,{color:e.color,onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?wu(ha,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):wu(vu,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},Lv=Nv.button`
1184
+ `;import{useEffect as _u,useRef as Jv,useState as ku}from"react";import{isMobile as Au}from"react-device-detect";import Wu from"styled-components";import{useState as Wv}from"react";import Mv from"styled-components";import{jsx as gu}from"react/jsx-runtime";var ha=({style:e,color:t,...o})=>gu("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:gu("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{jsx as ml}from"react/jsx-runtime";var vu=({color:e,...t})=>ml("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:ml("g",{children:ml("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 wu,jsxs as Lv}from"react/jsx-runtime";var Hn=e=>{let[t,o]=Wv(!1);return Lv(Nv,{color:e.color,onClick:()=>{o(!0),navigator.clipboard.writeText(e.text),setTimeout(()=>o(!1),1500)},justCopied:t,children:[t?wu(ha,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):wu(vu,{style:{height:"14px",width:"14px"}}),t?"Copied":"Copy"," ",e.itemName?e.itemName:"to Clipboard"]})},Nv=Mv.button`
1185
1185
  display: flex;
1186
1186
  align-items: center;
1187
1187
  gap: 6px;
@@ -1219,7 +1219,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1219
1219
  width: 14px;
1220
1220
  height: 14px;
1221
1221
  }
1222
- `;import{useState as Dv}from"react";import Uv from"styled-components";import{jsx as Bv}from"react/jsx-runtime";var Cu=e=>{let[t,o]=Dv(!1);return Bv(Fv,{color:e.color,onClick:()=>{o(!0),window.open(e.url,"_blank"),setTimeout(()=>o(!1),1500)},justOpened:t,children:e.text})},Fv=Uv.button`
1222
+ `;import{useState as Ov}from"react";import Dv from"styled-components";import{jsx as Fv}from"react/jsx-runtime";var Cu=e=>{let[t,o]=Ov(!1);return Fv(Uv,{color:e.color,onClick:()=>{o(!0),window.open(e.url,"_blank"),setTimeout(()=>o(!1),1500)},justOpened:t,children:e.text})},Uv=Dv.button`
1223
1223
  display: flex;
1224
1224
  align-items: center;
1225
1225
  gap: 6px;
@@ -1257,7 +1257,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1257
1257
  width: 14px;
1258
1258
  height: 14px;
1259
1259
  }
1260
- `;import Hv from"qrcode";import Gv from"react";import zv from"styled-components";import{jsx as bu}from"react/jsx-runtime";var Eu=()=>bu("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:bu("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});import{Fragment as Gn,jsx as je,jsxs as Tu}from"react/jsx-runtime";var dt=7,fl=(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},Vv=e=>{let t=Hv.create(e,{errorCorrectionLevel:"high"}).modules,o=id(Array.from(t.data),t.size);return o=fl(o,0,0,dt,dt),o=fl(o,o.length-dt,0,dt,dt),o=fl(o,0,o.length-dt,dt,dt),o},$v=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>je(Gn,{children:[0,1,2].map(i=>je("circle",{r:o*(dt-i*2)/2,cx:e+o*dt/2,cy:t+o*dt/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),jv=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-dt)*e,0],[0,(t-dt)*e]];return je(Gn,{children:n.map(([i,a])=>je($v,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r},`finder-${i}-${a}`))})},qv=({matrix:e,cellSize:t,color:o})=>je(Gn,{children:e.map((r,n)=>r.map((i,a)=>i?je("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):je(Gv.Fragment,{},`circle-${n}-${a}`)))}),Pu=(e,t)=>e-e%t,Kv=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return je(Gn,{});let a=r||40,l=n||4,s=o,c=e/2-a/2-l;return Tu(Gn,{children:[je("rect",{x:Pu(c,t),y:Pu(c,t),width:a+l*2+(c%t?t+.5:.5),height:a+l*2+(c%t?t+.5:.5),fill:i}),je(s,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},Yv=e=>{let t=e.outputSize,o=Vv(e.url),r=t/o.length;return Tu("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[je(qv,{matrix:o,cellSize:r,color:e.fgColor}),je(jv,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),je(Kv,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},Jv=zv.div`
1260
+ `;import Bv from"qrcode";import Hv from"react";import Gv from"styled-components";import{jsx as bu}from"react/jsx-runtime";var Eu=()=>bu("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:bu("rect",{width:"50",height:"50",fill:"black",rx:10,ry:10})});import{Fragment as Gn,jsx as je,jsxs as Tu}from"react/jsx-runtime";var dt=7,fl=(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},zv=e=>{let t=Bv.create(e,{errorCorrectionLevel:"high"}).modules,o=id(Array.from(t.data),t.size);return o=fl(o,0,0,dt,dt),o=fl(o,o.length-dt,0,dt,dt),o=fl(o,0,o.length-dt,dt,dt),o},Vv=({x:e,y:t,cellSize:o,bgColor:r,fgColor:n})=>je(Gn,{children:[0,1,2].map(i=>je("circle",{r:o*(dt-i*2)/2,cx:e+o*dt/2,cy:t+o*dt/2,fill:i%2!==0?r:n},`finder-${e}-${t}-${i}`))}),$v=({cellSize:e,matrixSize:t,bgColor:o,fgColor:r})=>{let n=[[0,0],[(t-dt)*e,0],[0,(t-dt)*e]];return je(Gn,{children:n.map(([i,a])=>je(Vv,{x:i,y:a,cellSize:e,bgColor:o,fgColor:r},`finder-${i}-${a}`))})},jv=({matrix:e,cellSize:t,color:o})=>je(Gn,{children:e.map((r,n)=>r.map((i,a)=>i?je("circle",{r:t/2.5,cx:n*t+t/2,cy:a*t+t/2,fill:o},`circle-${n}-${a}`):je(Hv.Fragment,{},`circle-${n}-${a}`)))}),Pu=(e,t)=>e-e%t,qv=({outputSize:e,cellSize:t,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return je(Gn,{});let a=r||40,l=n||4,s=o,c=e/2-a/2-l;return Tu(Gn,{children:[je("rect",{x:Pu(c,t),y:Pu(c,t),width:a+l*2+(c%t?t+.5:.5),height:a+l*2+(c%t?t+.5:.5),fill:i}),je(s,{x:e/2-a/2,y:e/2-a/2,height:a,width:a})]})},Kv=e=>{let t=e.outputSize,o=zv(e.url),r=t/o.length;return Tu("svg",{height:e.outputSize,width:e.outputSize,viewBox:`0 0 ${e.outputSize} ${e.outputSize}`,style:{height:"100%",width:"100%"},children:[je(jv,{matrix:o,cellSize:r,color:e.fgColor}),je($v,{cellSize:r,matrixSize:o.length,fgColor:e.fgColor,bgColor:e.bgColor}),je(qv,{outputSize:e.outputSize,cellSize:r,element:e.logo?.element,bgColor:e.bgColor})]})},Yv=Gv.div`
1261
1261
  display: flex;
1262
1262
  justify-content: center;
1263
1263
  align-items: center;
@@ -1272,7 +1272,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1272
1272
  border-color: ${e=>e.fgColor};
1273
1273
  border-radius: var(--privy-border-radius-md);
1274
1274
  }
1275
- `,ya=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return je(Jv,{size:r,bgColor:t,fgColor:o,children:je(Yv,{url:e.url,logo:{element:e.squareLogoElement??Eu},outputSize:r,bgColor:t,fgColor:o})})};import Me from"styled-components";var He=Me.div`
1275
+ `,ya=e=>{let t=e.bgColor||"#FFFFFF",o=e.fgColor||"#000000",r=e.size||160;return je(Yv,{size:r,bgColor:t,fgColor:o,children:je(Kv,{url:e.url,logo:{element:e.squareLogoElement??Eu},outputSize:r,bgColor:t,fgColor:o})})};import Me from"styled-components";var He=Me.div`
1276
1276
  display: flex;
1277
1277
  flex-direction: column;
1278
1278
  align-items: center;
@@ -1444,7 +1444,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1444
1444
  width: auto !important;
1445
1445
  color: white;
1446
1446
  }
1447
- `;import{Fragment as Iu,jsx as pe,jsxs as mr}from"react/jsx-runtime";var wl="#8a63d2",Cl=1e3,Zv=Cl*2,Xv=Cl*120,Mu=()=>{let{lastScreen:e,navigate:t,navigateBack:o,setModalData:r}=S(),{getAuthFlow:n,loginWithFarcaster:i,closePrivyModal:a}=k(),[l,s]=ku(!1),[c,u]=ku(!1),f=Qv([]),g=n(),y=g?.meta.connectUri;return _u(()=>{let v=Date.now(),E=setInterval(async()=>{let P=await g.pollForReady.execute(),C=Date.now()-v;if(P){clearInterval(E),s(!0);try{await i(),u(!0)}catch(_){r({errorModalData:{error:_,previousScreen:"LANDING"}}),t("ERROR_SCREEN",!1)}}else C>Xv&&(clearInterval(E),r({errorModalData:{error:new w("Timed out waiting for response from Farcaster app.",void 0,"client_request_timeout"),previousScreen:e||"LANDING"}}),t("ERROR_SCREEN"))},Zv);return()=>{clearInterval(E),f.current.forEach(P=>clearTimeout(P))}},[]),_u(()=>{c&&f.current.push(setTimeout(a,Cl))},[c]),Au||l?mr(Iu,{children:[pe(x,{backFn:e?o:void 0,onClose:a},"header"),pe(q,{}),mr(Ru,{children:[pe(ew,{children:mr("div",{children:[pe(Io,{success:c,fail:!1}),pe(ur,{style:{width:"38px",height:"38px"}})]})}),mr(wt,{children:[pe(_e,{children:"Signing in with Farcaster"}),pe(fe,{children:"This should only take a moment."}),pe(vt,{children:y&&(Au?pe(Cu,{text:"Taking a while? Open in Farcaster app.",url:y,color:wl}):pe(Hn,{text:y,itemName:"link",color:wl}))})]})]}),pe(K,{})]}):mr(Iu,{children:[pe(x,{backFn:e?o:void 0,onClose:a},"header"),pe(q,{}),pe(Ru,{children:mr("div",{children:[pe(_e,{children:"Sign in with Farcaster"}),pe(fe,{children:"Scan with your phone's camera to continue."}),pe(Ji,{children:y?pe(ya,{url:y,size:275,squareLogoElement:ur}):pe(ht,{})}),mr(vt,{children:[pe(fe,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),y&&pe(Hn,{text:y,itemName:"link",color:wl})]})]})}),pe(K,{})]})},Ru=Wu.div`
1447
+ `;import{Fragment as Iu,jsx as pe,jsxs as mr}from"react/jsx-runtime";var wl="#8a63d2",Cl=1e3,Qv=Cl*2,Zv=Cl*120,Mu=()=>{let{lastScreen:e,navigate:t,navigateBack:o,setModalData:r}=S(),{getAuthFlow:n,loginWithFarcaster:i,closePrivyModal:a}=k(),[l,s]=ku(!1),[c,u]=ku(!1),f=Jv([]),g=n(),y=g?.meta.connectUri;return _u(()=>{let v=Date.now(),E=setInterval(async()=>{let P=await g.pollForReady.execute(),C=Date.now()-v;if(P){clearInterval(E),s(!0);try{await i(),u(!0)}catch(_){r({errorModalData:{error:_,previousScreen:"LANDING"}}),t("ERROR_SCREEN",!1)}}else C>Zv&&(clearInterval(E),r({errorModalData:{error:new w("Timed out waiting for response from Farcaster app.",void 0,"client_request_timeout"),previousScreen:e||"LANDING"}}),t("ERROR_SCREEN"))},Qv);return()=>{clearInterval(E),f.current.forEach(P=>clearTimeout(P))}},[]),_u(()=>{c&&f.current.push(setTimeout(a,Cl))},[c]),Au||l?mr(Iu,{children:[pe(x,{backFn:e?o:void 0,onClose:a},"header"),pe(q,{}),mr(Ru,{children:[pe(Xv,{children:mr("div",{children:[pe(Io,{success:c,fail:!1}),pe(ur,{style:{width:"38px",height:"38px"}})]})}),mr(wt,{children:[pe(_e,{children:"Signing in with Farcaster"}),pe(fe,{children:"This should only take a moment."}),pe(vt,{children:y&&(Au?pe(Cu,{text:"Taking a while? Open in Farcaster app.",url:y,color:wl}):pe(Hn,{text:y,itemName:"link",color:wl}))})]})]}),pe(K,{})]}):mr(Iu,{children:[pe(x,{backFn:e?o:void 0,onClose:a},"header"),pe(q,{}),pe(Ru,{children:mr("div",{children:[pe(_e,{children:"Sign in with Farcaster"}),pe(fe,{children:"Scan with your phone's camera to continue."}),pe(Ji,{children:y?pe(ya,{url:y,size:275,squareLogoElement:ur}):pe(ht,{})}),mr(vt,{children:[pe(fe,{children:"Or copy this link and paste it into a phone browser to open the Warpcast app."}),y&&pe(Hn,{text:y,itemName:"link",color:wl})]})]})}),pe(K,{})]})},Ru=Wu.div`
1448
1448
  display: flex;
1449
1449
  flex-direction: column;
1450
1450
  align-items: center;
@@ -1452,7 +1452,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1452
1452
  margin-left: 27px;
1453
1453
  margin-right: 27px;
1454
1454
  gap: 24px;
1455
- `,ew=Wu.div`
1455
+ `,Xv=Wu.div`
1456
1456
  display: flex;
1457
1457
  flex-direction: column;
1458
1458
  justify-content: center;
@@ -1475,7 +1475,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1475
1475
  left: -19px;
1476
1476
  top: -19px;
1477
1477
  }
1478
- `;import{EyeSlashIcon as ow,LinkIcon as rw,ClockIcon as nw}from"@heroicons/react/24/outline";import Qt from"styled-components";import{jsx as bl,jsxs as tw}from"react/jsx-runtime";var ba=({size:e=61,...t})=>bl("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:tw("g",{id:"moonpay_symbol_wht 2",children:[bl("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),bl("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 Nu,jsx as Ke,jsxs as fr}from"react/jsx-runtime";var El=({title:e,desc:t,icon:o})=>fr(dw,{children:[Ke(uw,{children:o}),fr(pw,{children:[Ke(lw,{children:e}),Ke(cw,{children:t})]})]}),Lu=({app:e,signedUrl:t,onContinue:o})=>fr(Nu,{children:[fr(aw,{children:[Ke(ba,{size:"3.75rem"}),fr(sw,{children:[e?.name," uses ",Ke("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),fr(mw,{children:[Ke(El,{icon:Ke(rw,{width:"1rem"}),title:"Purchase assets to fund your account",desc:fr(Nu,{children:["Connect a payment method (",Ke("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),Ke(El,{icon:Ke(nw,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),Ke(El,{icon:Ke(ow,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),Ke(fw,{className:"mobile-only"})]}),Ke(iw,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),Ke(zi,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:o,children:"Continue to Moonpay"})]}),iw=Qt.span`
1478
+ `;import{EyeSlashIcon as tw,LinkIcon as ow,ClockIcon as rw}from"@heroicons/react/24/outline";import Qt from"styled-components";import{jsx as bl,jsxs as ew}from"react/jsx-runtime";var ba=({size:e=61,...t})=>bl("svg",{width:e,height:e,viewBox:"0 0 61 61",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:ew("g",{id:"moonpay_symbol_wht 2",children:[bl("rect",{x:"1.3374",y:"1",width:"59",height:"59",rx:"11.5",fill:"#7715F5"}),bl("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 Nu,jsx as Ke,jsxs as fr}from"react/jsx-runtime";var El=({title:e,desc:t,icon:o})=>fr(cw,{children:[Ke(pw,{children:o}),fr(dw,{children:[Ke(sw,{children:e}),Ke(lw,{children:t})]})]}),Lu=({app:e,signedUrl:t,onContinue:o})=>fr(Nu,{children:[fr(iw,{children:[Ke(ba,{size:"3.75rem"}),fr(aw,{children:[e?.name," uses ",Ke("span",{style:{fontWeight:"bold"},children:"Moonpay"})," to fund your account"]}),fr(uw,{children:[Ke(El,{icon:Ke(ow,{width:"1rem"}),title:"Purchase assets to fund your account",desc:fr(Nu,{children:["Connect a payment method (",Ke("strong",{children:"debit card recommended"}),") to purchase digital assets."]})}),Ke(El,{icon:Ke(rw,{width:"1rem"}),title:"Compliance takes time",desc:"Funding a new account may take a few hours. You'll be good to go thereafter."}),Ke(El,{icon:Ke(tw,{width:"1rem"}),title:"Your data belongs to you",desc:"MoonPay does not sell your data and will only use it with your permission."})]}),Ke(mw,{className:"mobile-only"})]}),Ke(nw,{children:"By clicking continue, you will be taken to MoonPay in a new tab."}),Ke(zi,{href:t,target:"_blank",rel:"noopener noreferrer",onClick:o,children:"Continue to Moonpay"})]}),nw=Qt.span`
1479
1479
  display: inline-block;
1480
1480
  color: var(--privy-color-foreground-3);
1481
1481
  text-align: center;
@@ -1484,13 +1484,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
1484
1484
  font-weight: 400;
1485
1485
  line-height: 140%; /* 0.875rem */
1486
1486
  margin-bottom: 0.25rem;
1487
- `,aw=Qt.div`
1487
+ `,iw=Qt.div`
1488
1488
  display: flex;
1489
1489
  flex-direction: column;
1490
1490
  align-items: center;
1491
1491
  justify-content: center;
1492
1492
  padding: 1.5rem 0;
1493
- `,sw=Qt.span`
1493
+ `,aw=Qt.span`
1494
1494
  color: var(--privy-color-foreground);
1495
1495
  text-align: center;
1496
1496
  font-size: 1.125rem;
@@ -1499,46 +1499,46 @@ You will need this password to access your ${e} wallet on a new device. Please k
1499
1499
  margin: 1.5rem 0;
1500
1500
  text-align: center;
1501
1501
  max-width: 19.5rem;
1502
- `,lw=Qt.span`
1502
+ `,sw=Qt.span`
1503
1503
  color: var(--privy-color-foreground);
1504
1504
  font-size: 0.875rem;
1505
1505
  font-weight: 500;
1506
1506
  line-height: 1.225rem;
1507
1507
  width: 100%;
1508
- `,cw=Qt.span`
1508
+ `,lw=Qt.span`
1509
1509
  color: var(--privy-color-foreground-2);
1510
1510
  font-size: 0.875rem;
1511
1511
  font-weight: 400;
1512
1512
  line-height: 1.225rem;
1513
- `,dw=Qt.div`
1513
+ `,cw=Qt.div`
1514
1514
  display: flex;
1515
1515
  align-items: flex-start;
1516
1516
  gap: 0.5rem;
1517
1517
  align-self: stretch;
1518
- `,pw=Qt.div`
1518
+ `,dw=Qt.div`
1519
1519
  display: flex;
1520
1520
  flex-direction: column;
1521
1521
  gap: 0.25rem;
1522
1522
  align-items: flex-start;
1523
1523
  text-align: left;
1524
1524
  flex: 1 0 0;
1525
- `,uw=Qt.div`
1525
+ `,pw=Qt.div`
1526
1526
  padding-top: 2px;
1527
- `,mw=Qt.div`
1527
+ `,uw=Qt.div`
1528
1528
  display: flex;
1529
1529
  flex-direction: column;
1530
1530
  gap: 1.25rem;
1531
1531
  margin: 0 0.5rem;
1532
- `,fw=Qt.div`
1532
+ `,mw=Qt.div`
1533
1533
  margin: 30px 0;
1534
- `;import{ofetch as hw}from"ofetch";import{useEffect as yw,useRef as gw,useState as vw}from"react";var Ea="moonpay",Ou="sdk_fiat_on_ramp_completed_with_status";async function Du(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 ww(e,t){let o=t?qc:jc,r=t?Yc:Kc;return hw(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function Uu(e,t=!1){let[o,r]=vw(null),{createAnalyticsEvent:n}=k(),i=gw(0);return yw(()=>{let a=setInterval(async()=>{if(e)try{let[l]=await ww(e,t),s=l.status==="waitingAuthorization"&&l.paymentMethod==="credit_debit_card"?"pending":l.status;r(s),["failed","completed","awaitingAuthorization"].includes(s)&&(n(Ou,{status:s,provider:Ea,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(Ou,{status:"serviceFailure",provider:Ea}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}import{Fragment as Cw,jsx as Pl,jsxs as bw}from"react/jsx-runtime";var Fu=()=>{let{app:e,data:t,navigate:o}=S(),{createAnalyticsEvent:r}=k(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:bw(Cw,{children:[Pl(x,{title:"Fund account"},"header"),Pl(Lu,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:Ea}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),Pl(B,{protectedByPrivy:!0})]})};import{ArrowsRightLeftIcon as Ew,CheckCircleIcon as Pw,XCircleIcon as Tw}from"@heroicons/react/24/solid";import{useMemo as xw}from"react";import Bu from"styled-components";import{Fragment as Tl,jsx as Ye,jsxs as hr}from"react/jsx-runtime";var Hu=()=>{let{app:e,data:t}=S(),{closePrivyModal:o}=k(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=Uu(r||null,e.fiatOnRamp.useSandbox);return hr(Tl,{children:[Ye(x,{title:"Fund account"},"header"),Ye(_w,{status:n,onClickCta:o}),Ye(B,{protectedByPrivy:!0})]})},Sw=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:hr(Tl,{children:[hr("p",{children:["It looks like there was an issue with your payment. Please contact"," ",Ye("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),Ye("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:""}}},_w=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=xw(()=>Sw(e),[e]);return hr(Tl,{children:[hr(Ww,{children:[Ye(Rw,{status:e}),hr(wt,{children:[Ye("h3",{children:o}),Ye(Iw,{children:r})]})]}),n&&Ye(D,{onClick:t,children:n})]})},kw=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)",Aw=e=>{switch(e){case"serviceFailure":case"failed":return Tw;case"completed":return Pw;case"waitingAuthorization":return()=>Ye(Ew,{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}},Rw=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return hr("div",{style:{position:"relative"},children:[Ye(ht,{color:r,style:{position:"absolute"}}),Ye(Ds,{color:r}),Ye(ba,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=Aw(e),o=kw(e);return Ye("div",{style:{borderColor:o,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&Ye(t,{width:"4rem",height:"4rem",color:o})})},Iw=Bu.p`
1534
+ `;import{ofetch as fw}from"ofetch";import{useEffect as hw,useRef as yw,useState as gw}from"react";var Ea="moonpay",Ou="sdk_fiat_on_ramp_completed_with_status";async function Du(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 vw(e,t){let o=t?qc:jc,r=t?Yc:Kc;return fw(`${o}/transactions/ext/${e}`,{query:{apiKey:r}})}function Uu(e,t=!1){let[o,r]=gw(null),{createAnalyticsEvent:n}=k(),i=yw(0);return hw(()=>{let a=setInterval(async()=>{if(e)try{let[l]=await vw(e,t),s=l.status==="waitingAuthorization"&&l.paymentMethod==="credit_debit_card"?"pending":l.status;r(s),["failed","completed","awaitingAuthorization"].includes(s)&&(n(Ou,{status:s,provider:Ea,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(Ou,{status:"serviceFailure",provider:Ea}),clearInterval(a))}},3e3);return()=>clearInterval(a)},[e,i]),o}import{Fragment as ww,jsx as Pl,jsxs as Cw}from"react/jsx-runtime";var Fu=()=>{let{app:e,data:t,navigate:o}=S(),{createAnalyticsEvent:r}=k(),{signedUrl:n}=t.fiatOnRampPrompt;return!e||!n?null:Cw(ww,{children:[Pl(x,{title:"Fund account"},"header"),Pl(Lu,{app:e,signedUrl:n,onContinue:()=>{r("sdk_fiat_on_ramp_started",{provider:Ea}),o("FIAT_ON_RAMP_STATUS_SCREEN")}}),Pl(B,{protectedByPrivy:!0})]})};import{ArrowsRightLeftIcon as bw,CheckCircleIcon as Ew,XCircleIcon as Pw}from"@heroicons/react/24/solid";import{useMemo as Tw}from"react";import Bu from"styled-components";import{Fragment as Tl,jsx as Ye,jsxs as hr}from"react/jsx-runtime";var Hu=()=>{let{app:e,data:t}=S(),{closePrivyModal:o}=k(),{externalTransactionId:r}=t?.fiatOnRampStatus,n=Uu(r||null,e.fiatOnRamp.useSandbox);return hr(Tl,{children:[Ye(x,{title:"Fund account"},"header"),Ye(Sw,{status:n,onClickCta:o}),Ye(B,{protectedByPrivy:!0})]})},xw=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:hr(Tl,{children:[hr("p",{children:["It looks like there was an issue with your payment. Please contact"," ",Ye("a",{href:"https://support.moonpay.com/hc/en-gb",target:"_blank",rel:"noreferrer noopener",style:{textDecoration:"underline"},children:"Moonpay support"})," ","for assistance."]}),Ye("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:""}}},Sw=({status:e,onClickCta:t})=>{let{title:o,body:r,cta:n}=Tw(()=>xw(e),[e]);return hr(Tl,{children:[hr(Iw,{children:[Ye(Aw,{status:e}),hr(wt,{children:[Ye("h3",{children:o}),Ye(Rw,{children:r})]})]}),n&&Ye(D,{onClick:t,children:n})]})},_w=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)",kw=e=>{switch(e){case"serviceFailure":case"failed":return Pw;case"completed":return Ew;case"waitingAuthorization":return()=>Ye(bw,{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}},Aw=({status:e})=>{if(!e||e==="pending"){let r="var(--privy-color-foreground-4)";return hr("div",{style:{position:"relative"},children:[Ye(ht,{color:r,style:{position:"absolute"}}),Ye(Ds,{color:r}),Ye(ba,{size:"3rem",style:{position:"absolute",top:"1rem",left:"1rem"}})]})}let t=kw(e),o=_w(e);return Ye("div",{style:{borderColor:o,display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"100%",borderWidth:2,padding:"0.5rem",marginBottom:"0.5rem"},children:t&&Ye(t,{width:"4rem",height:"4rem",color:o})})},Rw=Bu.p`
1535
1535
  font-size: 1rem;
1536
1536
  color: var(--privy-color-foreground-3);
1537
1537
  margin-bottom: 1rem;
1538
1538
  display: flex;
1539
1539
  flex-direction: column;
1540
1540
  gap: 1rem;
1541
- `,Ww=Bu.div`
1541
+ `,Iw=Bu.div`
1542
1542
  display: flex;
1543
1543
  flex-direction: column;
1544
1544
  align-items: center;
@@ -1546,7 +1546,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1546
1546
  margin-left: 1.75rem;
1547
1547
  margin-right: 1.75rem;
1548
1548
  padding: 2rem 0;
1549
- `;import{ArrowTopRightOnSquareIcon as Mw}from"@heroicons/react/24/outline";import Nw from"styled-components";import{Fragment as Ow,jsx as Ho,jsxs as Dw}from"react/jsx-runtime";var Gu=()=>{let{closePrivyModal:e}=k();return Dw(Ow,{children:[Ho(x,{},"header"),Ho(Lw,{children:Ho(Mw,{style:{width:32,height:32}})}),Ho(Yt,{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"}}),Ho(Kt,{children:Ho(D,{onClick:()=>e(),children:"Close"})}),Ho(J,{}),Ho(B,{protectedByPrivy:!0})]})},Lw=Nw.div`
1549
+ `;import{ArrowTopRightOnSquareIcon as Ww}from"@heroicons/react/24/outline";import Mw from"styled-components";import{Fragment as Lw,jsx as Ho,jsxs as Ow}from"react/jsx-runtime";var Gu=()=>{let{closePrivyModal:e}=k();return Ow(Lw,{children:[Ho(x,{},"header"),Ho(Nw,{children:Ho(Ww,{style:{width:32,height:32}})}),Ho(Yt,{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"}}),Ho(Kt,{children:Ho(D,{onClick:()=>e(),children:"Close"})}),Ho(J,{}),Ho(B,{protectedByPrivy:!0})]})},Nw=Mw.div`
1550
1550
  border-radius: 50%;
1551
1551
  height: 68px;
1552
1552
  width: 68px;
@@ -1556,7 +1556,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1556
1556
  background-color: var(--privy-color-accent);
1557
1557
  color: white;
1558
1558
  margin: 0 auto 24px auto;
1559
- `;import*as ju from"react-device-detect";import Hw from"styled-components";import xl from"styled-components";import{jsx as zu}from"react/jsx-runtime";var Vu=({style:e,...t})=>zu("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:zu("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 Fw,jsxs as Bw}from"react/jsx-runtime";var $u=xl.div`
1559
+ `;import*as ju from"react-device-detect";import Bw from"styled-components";import xl from"styled-components";import{jsx as zu}from"react/jsx-runtime";var Vu=({style:e,...t})=>zu("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:zu("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 Uw,jsxs as Fw}from"react/jsx-runtime";var $u=xl.div`
1560
1560
  display: flex;
1561
1561
  flex-direction: column;
1562
1562
  justify-content: flex-start;
@@ -1567,7 +1567,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1567
1567
  border-left: 2px solid var(--privy-color-foreground-4);
1568
1568
  height: 12px;
1569
1569
  }
1570
- `,Pa=({children:e})=>Bw(Uw,{children:[Fw(Vu,{style:{width:"16px",height:"16px"}}),e]}),Uw=xl.div`
1570
+ `,Pa=({children:e})=>Fw(Dw,{children:[Uw(Vu,{style:{width:"16px",height:"16px"}}),e]}),Dw=xl.div`
1571
1571
  display: flex;
1572
1572
  justify-content: flex-start;
1573
1573
  justify-items: center;
@@ -1585,15 +1585,15 @@ You will need this password to access your ${e} wallet on a new device. Please k
1585
1585
  margin-bottom: auto;
1586
1586
  }
1587
1587
  }
1588
- `;import{Fragment as Vw,jsx as Ne,jsxs as zn}from"react/jsx-runtime";var Gw=()=>{let{navigate:e}=S(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return ju.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),zn(zw,{children:[Ne(xn,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),Ne(vt,{children:Ne(Vt,{style:{width:"152px",height:"152px"}})}),zn($u,{children:[Ne(Pa,{children:zn("div",{children:[Ne("span",{children:"Install the "}),Ne("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),Ne(Sl,{}),Ne(Pa,{children:"Set up your first wallet"}),Ne(Sl,{}),Ne(Pa,{children:"Store your recovery phrase in a safe place!"})]}),Ne(Vi,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},qu=()=>{let{navigateBack:e}=S();return zn(Vw,{children:[Ne(x,{backFn:e},"header"),Ne(q,{}),Ne(Gw,{}),Ne(J,{}),zn(K,{children:[Ne("span",{children:"Still not sure? "}),Ne("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},zw=Hw(vt)`
1588
+ `;import{Fragment as zw,jsx as Ne,jsxs as zn}from"react/jsx-runtime";var Hw=()=>{let{navigate:e}=S(),t="https://chrome.google.com/webstore/detail/phantom/bfnaelmomeimhlpmgjnjophhpkkoljpa?hl=en";return ju.isFirefox&&(t="https://addons.mozilla.org/en-US/firefox/addon/phantom-app/"),zn(Gw,{children:[Ne(xn,{title:"Create a Phantom wallet",description:"Follow the instructions below to get started."}),Ne(vt,{children:Ne(Vt,{style:{width:"152px",height:"152px"}})}),zn($u,{children:[Ne(Pa,{children:zn("div",{children:[Ne("span",{children:"Install the "}),Ne("a",{href:t,target:"_blank",children:"Phantom browser extension"})]})}),Ne(Sl,{}),Ne(Pa,{children:"Set up your first wallet"}),Ne(Sl,{}),Ne(Pa,{children:"Store your recovery phrase in a safe place!"})]}),Ne(Vi,{onClick:()=>e("LANDING"),children:"Done! I have my wallet"})]})},qu=()=>{let{navigateBack:e}=S();return zn(zw,{children:[Ne(x,{backFn:e},"header"),Ne(q,{}),Ne(Hw,{}),Ne(J,{}),zn(K,{children:[Ne("span",{children:"Still not sure? "}),Ne("a",{target:"_blank",href:"https://ethereum.org/en/wallets/",children:"Learn more"})]})]})},Gw=Bw(vt)`
1589
1589
  gap: 30px;
1590
1590
 
1591
1591
  > :first-child > svg {
1592
1592
  margin-top: 20px;
1593
1593
  }
1594
- `;import _C from"@heroicons/react/24/outline/EnvelopeIcon";import kC from"@heroicons/react/24/outline/PhoneIcon";import AC from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as RC,useState as ym}from"react";import IC from"styled-components";import{jsx as Vn,jsxs as Ku}from"react/jsx-runtime";var Yu=({...e})=>Ku("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[Ku("g",{clipPath:"url(#clip0_2856_1743)",children:[Vn("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"}),Vn("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"})]}),Vn("defs",{children:Vn("clipPath",{id:"clip0_2856_1743",children:Vn("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});import Jw from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as Qw}from"react";import{EnvelopeIcon as $w}from"@heroicons/react/24/outline";import{forwardRef as jw,useState as Ju}from"react";import Zu from"styled-components";import{Fragment as Yw,jsx as $n,jsxs as Qu}from"react/jsx-runtime";var Ta=jw((e,t)=>{let[o,r]=Ju(""),[n,i]=Ju(!1),{authenticated:a}=F(),{initLoginWithEmail:l}=k(),{navigate:s,setModalData:c,currentScreen:u}=S(),{enabled:f,token:g}=de(),y=nd(o),v=n,E=n||!y,P=_=>{i(!0),l(o,_).then(()=>{s("AWAITING_PASSWORDLESS_CODE")}).catch(I=>{c({errorModalData:{error:I,previousScreen:u||"LANDING"}}),s("ERROR_SCREEN")}).finally(()=>{i(!1)})},C=()=>{f&&!g&&!a?(c({captchaModalData:{callback:_=>l(o,_),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN")):P(g)};return Qu(Yw,{children:[$n(qw,{children:Qu(Kw,{children:[$n($w,{}),$n("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:_=>r(_.target.value),onKeyUp:_=>{_.key==="Enter"&&C()},value:o,autoComplete:"email"}),e.stacked?null:$n($i,{isSubmitting:v,onClick:C,disabled:E,children:"Submit"})]})}),e.stacked?$n(D,{loadingText:null,loading:v,disabled:E,onClick:C,children:"Submit"}):null]})}),qw=Zu.div`
1594
+ `;import SC from"@heroicons/react/24/outline/EnvelopeIcon";import _C from"@heroicons/react/24/outline/PhoneIcon";import kC from"@heroicons/react/24/outline/UserCircleIcon";import{useEffect as AC,useState as ym}from"react";import RC from"styled-components";import{jsx as Vn,jsxs as Ku}from"react/jsx-runtime";var Yu=({...e})=>Ku("svg",{xmlns:"http://www.w3.org/2000/svg",width:"25",height:"25",viewBox:"0 0 25 25",fill:"none",...e,children:[Ku("g",{clipPath:"url(#clip0_2856_1743)",children:[Vn("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"}),Vn("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"})]}),Vn("defs",{children:Vn("clipPath",{id:"clip0_2856_1743",children:Vn("rect",{x:"0.5",y:"0.5",width:"24",height:"24",rx:"6",fill:"white"})})})]});import Yw from"@heroicons/react/24/outline/EnvelopeIcon";import{useRef as Jw}from"react";import{EnvelopeIcon as Vw}from"@heroicons/react/24/outline";import{forwardRef as $w,useState as Ju}from"react";import Zu from"styled-components";import{Fragment as Kw,jsx as $n,jsxs as Qu}from"react/jsx-runtime";var Ta=$w((e,t)=>{let[o,r]=Ju(""),[n,i]=Ju(!1),{authenticated:a}=F(),{initLoginWithEmail:l}=k(),{navigate:s,setModalData:c,currentScreen:u}=S(),{enabled:f,token:g}=de(),y=nd(o),v=n,E=n||!y,P=_=>{i(!0),l(o,_).then(()=>{s("AWAITING_PASSWORDLESS_CODE")}).catch(I=>{c({errorModalData:{error:I,previousScreen:u||"LANDING"}}),s("ERROR_SCREEN")}).finally(()=>{i(!1)})},C=()=>{f&&!g&&!a?(c({captchaModalData:{callback:_=>l(o,_),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),s("CAPTCHA_SCREEN")):P(g)};return Qu(Kw,{children:[$n(jw,{children:Qu(qw,{children:[$n(Vw,{}),$n("input",{ref:t,id:"email-input",type:"email",placeholder:"your@email.com",onChange:_=>r(_.target.value),onKeyUp:_=>{_.key==="Enter"&&C()},value:o,autoComplete:"email"}),e.stacked?null:$n($i,{isSubmitting:v,onClick:C,disabled:E,children:"Submit"})]})}),e.stacked?$n(D,{loadingText:null,loading:v,disabled:E,onClick:C,children:"Submit"}):null]})}),jw=Zu.div`
1595
1595
  width: 100%;
1596
- `,Kw=Zu.label`
1596
+ `,qw=Zu.label`
1597
1597
  display: block;
1598
1598
  position: relative;
1599
1599
  width: 100%;
@@ -1651,9 +1651,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
1651
1651
  && > input::placeholder {
1652
1652
  color: var(--privy-color-foreground-3);
1653
1653
  }
1654
- `;import{Fragment as Zw,jsx as xa,jsxs as Xu}from"react/jsx-runtime";var em=({isEditable:e,setIsEditable:t})=>{let o=Qw(null);return Xu(Zw,{children:[xa(co,{if:!e,children:xa(Ta,{ref:o})}),xa(co,{if:e,children:Xu(me,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[xa(Jw,{})," Continue with Email"]})})]})};import{useState as Xw}from"react";import{jsx as _l,jsxs as eC}from"react/jsx-runtime";var tm=()=>{let[e,t]=Xw(!1),{currentScreen:o,navigate:r,setModalData:n}=S(),{enabled:i,token:a}=de(),{initLoginWithFarcaster:l}=k();return eC(me,{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:[_l(ur,{})," Farcaster",e&&_l("span",{children:_l(rr,{})})]})};import mC from"@heroicons/react/24/outline/PhoneIcon";import{useRef as fC}from"react";import{forwardRef as cC,useState as kl}from"react";import sm from"styled-components";import tC from"libphonenumber-js/examples.mobile.json";import{isPossiblePhoneNumber as oC,AsYouType as rC,getCountries as nC,getCountryCallingCode as Sa,getExampleNumber as iC}from"libphonenumber-js/min";import{jsx as lC,jsxs as sC}from"react/jsx-runtime";var jn=(e,t)=>oC(String(e),t),_a=(e,t)=>`+${Sa(t)} ${e}`,om=e=>`*${e.replaceAll("-","").slice(-4)}`,rm=e=>new rC(e),aC=nC().map(e=>({code:e,callCode:Sa(e)})),nm=e=>iC(e,tC)?.formatNational(),im=({value:e,onChange:t})=>lC("select",{value:e,onChange:t,children:aC.map(o=>sC("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});import{Fragment as uC,jsx as qn,jsxs as am}from"react/jsx-runtime";var tn=cC((e,t)=>{let{app:o}=S(),[r,n]=kl(""),[i,a]=kl(o?.intl.defaultCountry??"US"),l=jn(r,i),s=rm(i),c=nm(i),u=Sa(i),f=!l,[g,y]=kl(!1),v=u.length,E=_=>{let I=_.target.value;a(I),n(""),e.onChange&&e.onChange({rawPhoneNumber:r,qualifiedPhoneNumber:_a(r,I),countryCode:I,isValid:jn(r,i)})},P=_=>{try{let I=_.replace(/\D/g,""),W=r.replace(/\D/g,""),N=I===W?_:s.input(_);n(N),e.onChange&&e.onChange({rawPhoneNumber:N,qualifiedPhoneNumber:_a(_,i),countryCode:i,isValid:jn(_,i)})}catch(I){console.error("Error processing phone number:",I)}},C=()=>{y(!0);let _=_a(r,i);e.onSubmit({rawPhoneNumber:r,qualifiedPhoneNumber:_,countryCode:i,isValid:jn(r,i)}).finally(()=>y(!1))};return am(uC,{children:[qn(dC,{children:am(pC,{callingCodeLength:v,children:[qn(im,{value:i,onChange:E}),qn("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:c,onChange:_=>{P(_.target.value)},onKeyUp:_=>{_.key==="Enter"&&C()},value:r,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?qn($i,{isSubmitting:g,onClick:C,disabled:f,children:"Submit"}):null]})}),e.stacked&&!e.noIncludeSubmitButton?qn(D,{loading:g,loadingText:null,onClick:C,disabled:f,children:"Submit"}):null]})}),dC=sm.div`
1654
+ `;import{Fragment as Qw,jsx as xa,jsxs as Xu}from"react/jsx-runtime";var em=({isEditable:e,setIsEditable:t})=>{let o=Jw(null);return Xu(Qw,{children:[xa(co,{if:!e,children:xa(Ta,{ref:o})}),xa(co,{if:e,children:Xu(me,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[xa(Yw,{})," Continue with Email"]})})]})};import{useState as Zw}from"react";import{jsx as _l,jsxs as Xw}from"react/jsx-runtime";var tm=()=>{let[e,t]=Zw(!1),{currentScreen:o,navigate:r,setModalData:n}=S(),{enabled:i,token:a}=de(),{initLoginWithFarcaster:l}=k();return Xw(me,{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:[_l(ur,{})," Farcaster",e&&_l("span",{children:_l(rr,{})})]})};import uC from"@heroicons/react/24/outline/PhoneIcon";import{useRef as mC}from"react";import{forwardRef as lC,useState as kl}from"react";import sm from"styled-components";import eC from"libphonenumber-js/examples.mobile.json";import{isPossiblePhoneNumber as tC,AsYouType as oC,getCountries as rC,getCountryCallingCode as Sa,getExampleNumber as nC}from"libphonenumber-js/min";import{jsx as sC,jsxs as aC}from"react/jsx-runtime";var jn=(e,t)=>tC(String(e),t),_a=(e,t)=>`+${Sa(t)} ${e}`,om=e=>`*${e.replaceAll("-","").slice(-4)}`,rm=e=>new oC(e),iC=rC().map(e=>({code:e,callCode:Sa(e)})),nm=e=>nC(e,eC)?.formatNational(),im=({value:e,onChange:t})=>sC("select",{value:e,onChange:t,children:iC.map(o=>aC("option",{value:o.code,children:[o.code," +",o.callCode]},o.code))});import{Fragment as pC,jsx as qn,jsxs as am}from"react/jsx-runtime";var tn=lC((e,t)=>{let{app:o}=S(),[r,n]=kl(""),[i,a]=kl(o?.intl.defaultCountry??"US"),l=jn(r,i),s=rm(i),c=nm(i),u=Sa(i),f=!l,[g,y]=kl(!1),v=u.length,E=_=>{let I=_.target.value;a(I),n(""),e.onChange&&e.onChange({rawPhoneNumber:r,qualifiedPhoneNumber:_a(r,I),countryCode:I,isValid:jn(r,i)})},P=_=>{try{let I=_.replace(/\D/g,""),W=r.replace(/\D/g,""),N=I===W?_:s.input(_);n(N),e.onChange&&e.onChange({rawPhoneNumber:N,qualifiedPhoneNumber:_a(_,i),countryCode:i,isValid:jn(_,i)})}catch(I){console.error("Error processing phone number:",I)}},C=()=>{y(!0);let _=_a(r,i);e.onSubmit({rawPhoneNumber:r,qualifiedPhoneNumber:_,countryCode:i,isValid:jn(r,i)}).finally(()=>y(!1))};return am(pC,{children:[qn(cC,{children:am(dC,{callingCodeLength:v,children:[qn(im,{value:i,onChange:E}),qn("input",{ref:t,id:"phone-number-input",type:"tel",placeholder:c,onChange:_=>{P(_.target.value)},onKeyUp:_=>{_.key==="Enter"&&C()},value:r,autoComplete:"tel"}),!e.stacked&&!e.noIncludeSubmitButton?qn($i,{isSubmitting:g,onClick:C,disabled:f,children:"Submit"}):null]})}),e.stacked&&!e.noIncludeSubmitButton?qn(D,{loading:g,loadingText:null,onClick:C,disabled:f,children:"Submit"}):null]})}),cC=sm.div`
1655
1655
  width: 100%;
1656
- `,pC=sm.label`
1656
+ `,dC=sm.label`
1657
1657
  --country-code-dropdown-width: calc(54px + calc(12 * ${e=>e.callingCodeLength}px));
1658
1658
  --phone-input-extra-padding-left: calc(12px + calc(3 * ${e=>e.callingCodeLength}px));
1659
1659
  display: block;
@@ -1739,9 +1739,9 @@ You will need this password to access your ${e} wallet on a new device. Please k
1739
1739
  && > input::placeholder {
1740
1740
  color: var(--privy-color-foreground-3);
1741
1741
  }
1742
- `;import{Fragment as hC,jsx as ka,jsxs as lm}from"react/jsx-runtime";var cm=({isEditable:e,setIsEditable:t})=>{let o=fC(null),{authenticated:r}=F(),{navigate:n,setModalData:i,currentScreen:a}=S(),{initLoginWithSms:l}=k(),{enabled:s,token:c}=de();async function u({qualifiedPhoneNumber:f}){if(s&&!c&&!r)i({captchaModalData:{callback:g=>l(f,g),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(f,c),n("AWAITING_PASSWORDLESS_CODE")}catch(g){i({errorModalData:{error:g,previousScreen:a||"LANDING"}}),n("ERROR_SCREEN")}}return lm(hC,{children:[ka(co,{if:!e,children:ka(tn,{ref:o,onSubmit:u})}),ka(co,{if:e,children:lm(me,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[ka(mC,{})," Continue with SMS"]})})]})};import{jsx as dm,jsxs as yC}from"react/jsx-runtime";var Aa=({style:e,...t})=>yC("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:[dm("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"}),dm("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 Kn,jsxs as gC}from"react/jsx-runtime";var Ra=({style:e,...t})=>gC("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:[Kn("g",{clipPath:"url(#clip0)",children:Kn("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"})}),Kn("defs",{children:Kn("clipPath",{id:"clip0",children:Kn("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as pm}from"react/jsx-runtime";var Ia=({style:e,...t})=>pm("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:pm("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 Wa,jsxs as vC}from"react/jsx-runtime";var Ma=({style:e,...t})=>vC("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:[Wa("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"}),Wa("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"}),Wa("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"}),Wa("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 Na}from"react/jsx-runtime";function La({style:e,...t}){return Na("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:Na("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:Na("g",{transform:"scale(5.12,5.12)",children:Na("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 Al,jsxs as wC}from"react/jsx-runtime";function Oa(e){return wC("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:[Al("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"}),Al("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"}),Al("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 um}from"react/jsx-runtime";var Da=({style:e,...t})=>um("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:um("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 yr,jsxs as bC}from"react/jsx-runtime";var CC={apple:{logo:yr(Aa,{}),displayName:"Apple"},discord:{logo:yr(Ra,{}),displayName:"Discord"},github:{logo:yr(Ia,{}),displayName:"GitHub"},google:{logo:yr(Ma,{}),displayName:"Google"},linkedin:{logo:yr(La,{}),displayName:"LinkedIn"},twitter:{logo:yr(Da,{}),displayName:"Twitter"},tiktok:{logo:yr(Oa,{}),displayName:"TikTok"}},Go=({provider:e})=>{let{enabled:t,token:o}=de(),{navigate:r,setModalData:n}=S(),{initLoginWithOAuth:i}=k(),{displayName:a,logo:l}=CC[e];return bC(me,{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 EC from"@heroicons/react/24/outline/ChevronRightIcon";import PC from"@heroicons/react/24/outline/WalletIcon";import{jsx as Rl,jsxs as TC}from"react/jsx-runtime";var mm=({onClick:e,text:t})=>TC(me,{onClick:e,children:[Rl(PC,{}),Rl(ea,{children:t}),Rl(EC,{})]});import xC from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as fm,jsxs as SC}from"react/jsx-runtime";var hm=({onClick:e,text:t,icon:o})=>SC(me,{onClick:e,children:[o,fm(ea,{children:t}),fm(xC,{})]});import{Fragment as Yn,jsx as he,jsxs as on}from"react/jsx-runtime";var gm=()=>{let{closePrivyModal:e,connectors:t}=k(),{app:o,onUserCloseViaDialogOrKeybindRef:r}=S(),{email:n,sms:i,google:a,twitter:l,discord:s,github:c,tiktok:u,linkedin:f,apple:g,wallet:y,farcaster:v}=o?.loginMethods??{},E=o?.appearance.loginGroupPriority||"web2-first",P=o?.appearance.hideDirectWeb2Inputs,[C,_]=ym("default"),[I,W]=ym(n?"email":"sms");RC(()=>{W(n?"email":"sms")},[n]);let N=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{_("default")},150)};r.current=N;let M=[n&&he(em,{isEditable:I==="email",setIsEditable:()=>{W("email")}}),i&&he(cm,{isEditable:I==="sms",setIsEditable:()=>{W("sms")}})].filter(Boolean),L=[a&&he(Go,{provider:"google"}),l&&he(Go,{provider:"twitter"}),s&&he(Go,{provider:"discord"}),c&&he(Go,{provider:"github"}),u&&he(Go,{provider:"tiktok"}),f&&he(Go,{provider:"linkedin"}),g&&he(Go,{provider:"apple"}),v&&he(tm,{})].filter(Boolean),U=Ks(o?.appearance.walletList??[],t,!1),Y=C==="default"?void 0:()=>{_("default")},Z=MC({priority:E,email:n,sms:i,social:L}),A=NC({priority:E,email:n,sms:i,social:L}),H=LC({priority:E,email:n,sms:i,social:L}),V=he(mm,{text:H,onClick:()=>_("web3-overflow")}),Ce=he(hm,{text:Z,icon:A,onClick:()=>_("web2-overflow")}),O=P?0:1;return on(Yn,{children:[he(x,{title:"Log in or Sign Up",onClose:N,backFn:Y}),C==="default"&&he(WC,{}),he(hp,{style:{overflow:"hidden",padding:2},children:on(Mo,{children:[C==="default"&&E==="web2-first"&&on(Yn,{children:[...M,...L.length+M.length>4?L.slice(0,3-M.length):L,M.length+L.length>4&&Ce,y&&V]}),C==="default"&&E==="web3-first"&&on(Yn,{children:[y&&on(Yn,{children:[...U.length>4?U.slice(0,3):U,U.length>4&&V]}),M.length+L.length>O&&Ce,M.length+L.length===O&&M.length?M[0]:null,M.length+L.length===O&&L.length?L[0]:null]}),C==="web2-overflow"&&on(Yn,{children:[...E==="web3-first"?M:[],...L]}),...C==="web3-overflow"?U:[]]})}),o&&he(Qi,{app:o}),he(B,{protectedByPrivy:!0})]})},WC=IC(ta)`
1742
+ `;import{Fragment as fC,jsx as ka,jsxs as lm}from"react/jsx-runtime";var cm=({isEditable:e,setIsEditable:t})=>{let o=mC(null),{authenticated:r}=F(),{navigate:n,setModalData:i,currentScreen:a}=S(),{initLoginWithSms:l}=k(),{enabled:s,token:c}=de();async function u({qualifiedPhoneNumber:f}){if(s&&!c&&!r)i({captchaModalData:{callback:g=>l(f,g),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_PASSWORDLESS_CODE",onErrorNavigateTo:"ERROR_SCREEN"}}),n("CAPTCHA_SCREEN");else try{await l(f,c),n("AWAITING_PASSWORDLESS_CODE")}catch(g){i({errorModalData:{error:g,previousScreen:a||"LANDING"}}),n("ERROR_SCREEN")}}return lm(fC,{children:[ka(co,{if:!e,children:ka(tn,{ref:o,onSubmit:u})}),ka(co,{if:e,children:lm(me,{onClick:()=>{t(),setTimeout(()=>{o.current?.focus()},0)},children:[ka(uC,{})," Continue with SMS"]})})]})};import{jsx as dm,jsxs as hC}from"react/jsx-runtime";var Aa=({style:e,...t})=>hC("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:[dm("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"}),dm("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 Kn,jsxs as yC}from"react/jsx-runtime";var Ra=({style:e,...t})=>yC("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:[Kn("g",{clipPath:"url(#clip0)",children:Kn("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"})}),Kn("defs",{children:Kn("clipPath",{id:"clip0",children:Kn("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as pm}from"react/jsx-runtime";var Ia=({style:e,...t})=>pm("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:pm("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 Wa,jsxs as gC}from"react/jsx-runtime";var Ma=({style:e,...t})=>gC("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:[Wa("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"}),Wa("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"}),Wa("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"}),Wa("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 Na}from"react/jsx-runtime";function La({style:e,...t}){return Na("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:Na("g",{fill:"#0077b5",strokeWidth:"1",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"10",style:{mixBlendMode:"normal"},children:Na("g",{transform:"scale(5.12,5.12)",children:Na("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 Al,jsxs as vC}from"react/jsx-runtime";function Oa(e){return vC("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:[Al("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"}),Al("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"}),Al("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 um}from"react/jsx-runtime";var Da=({style:e,...t})=>um("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:um("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 yr,jsxs as CC}from"react/jsx-runtime";var wC={apple:{logo:yr(Aa,{}),displayName:"Apple"},discord:{logo:yr(Ra,{}),displayName:"Discord"},github:{logo:yr(Ia,{}),displayName:"GitHub"},google:{logo:yr(Ma,{}),displayName:"Google"},linkedin:{logo:yr(La,{}),displayName:"LinkedIn"},twitter:{logo:yr(Da,{}),displayName:"Twitter"},tiktok:{logo:yr(Oa,{}),displayName:"TikTok"}},Go=({provider:e})=>{let{enabled:t,token:o}=de(),{navigate:r,setModalData:n}=S(),{initLoginWithOAuth:i}=k(),{displayName:a,logo:l}=wC[e];return CC(me,{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 bC from"@heroicons/react/24/outline/ChevronRightIcon";import EC from"@heroicons/react/24/outline/WalletIcon";import{jsx as Rl,jsxs as PC}from"react/jsx-runtime";var mm=({onClick:e,text:t})=>PC(me,{onClick:e,children:[Rl(EC,{}),Rl(ea,{children:t}),Rl(bC,{})]});import TC from"@heroicons/react/24/outline/ChevronRightIcon";import{jsx as fm,jsxs as xC}from"react/jsx-runtime";var hm=({onClick:e,text:t,icon:o})=>xC(me,{onClick:e,children:[o,fm(ea,{children:t}),fm(TC,{})]});import{Fragment as Yn,jsx as he,jsxs as on}from"react/jsx-runtime";var gm=()=>{let{closePrivyModal:e,connectors:t}=k(),{app:o,onUserCloseViaDialogOrKeybindRef:r}=S(),{email:n,sms:i,google:a,twitter:l,discord:s,github:c,tiktok:u,linkedin:f,apple:g,wallet:y,farcaster:v}=o?.loginMethods??{},E=o?.appearance.loginGroupPriority||"web2-first",P=o?.appearance.hideDirectWeb2Inputs,[C,_]=ym("default"),[I,W]=ym(n?"email":"sms");AC(()=>{W(n?"email":"sms")},[n]);let N=()=>{e({shouldCallAuthOnSuccess:!0}),setTimeout(()=>{_("default")},150)};r.current=N;let M=[n&&he(em,{isEditable:I==="email",setIsEditable:()=>{W("email")}}),i&&he(cm,{isEditable:I==="sms",setIsEditable:()=>{W("sms")}})].filter(Boolean),L=[a&&he(Go,{provider:"google"}),l&&he(Go,{provider:"twitter"}),s&&he(Go,{provider:"discord"}),c&&he(Go,{provider:"github"}),u&&he(Go,{provider:"tiktok"}),f&&he(Go,{provider:"linkedin"}),g&&he(Go,{provider:"apple"}),v&&he(tm,{})].filter(Boolean),U=Ks(o?.appearance.walletList??[],t,!1),Y=C==="default"?void 0:()=>{_("default")},Z=WC({priority:E,email:n,sms:i,social:L}),A=MC({priority:E,email:n,sms:i,social:L}),H=NC({priority:E,email:n,sms:i,social:L}),V=he(mm,{text:H,onClick:()=>_("web3-overflow")}),Ce=he(hm,{text:Z,icon:A,onClick:()=>_("web2-overflow")}),O=P?0:1;return on(Yn,{children:[he(x,{title:"Log in or Sign Up",onClose:N,backFn:Y}),C==="default"&&he(IC,{}),he(hp,{style:{overflow:"hidden",padding:2},children:on(Mo,{children:[C==="default"&&E==="web2-first"&&on(Yn,{children:[...M,...L.length+M.length>4?L.slice(0,3-M.length):L,M.length+L.length>4&&Ce,y&&V]}),C==="default"&&E==="web3-first"&&on(Yn,{children:[y&&on(Yn,{children:[...U.length>4?U.slice(0,3):U,U.length>4&&V]}),M.length+L.length>O&&Ce,M.length+L.length===O&&M.length?M[0]:null,M.length+L.length===O&&L.length?L[0]:null]}),C==="web2-overflow"&&on(Yn,{children:[...E==="web3-first"?M:[],...L]}),...C==="web3-overflow"?U:[]]})}),o&&he(Qi,{app:o}),he(B,{protectedByPrivy:!0})]})},IC=RC(ta)`
1743
1743
  margin-bottom: 16px;
1744
- `,MC=({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",NC=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?he(AC,{}):t&&o?he(Yu,{}):t?he(_C,{}):o?he(kC,{}):null,LC=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{EnvelopeIcon as OC}from"@heroicons/react/24/outline";import{Fragment as DC,jsx as zo,jsxs as UC}from"react/jsx-runtime";var vm=()=>{let{app:e}=S();return UC(DC,{children:[zo(x,{},"header"),zo(q,{}),zo(Te,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:zo(OC,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),zo(Kt,{children:zo(Ta,{stacked:!0})}),zo(J,{}),zo(B,{protectedByPrivy:!0})]})};import{PhoneIcon as FC}from"@heroicons/react/24/outline";import{Fragment as BC,jsx as Vo,jsxs as HC}from"react/jsx-runtime";var wm=()=>{let{app:e,currentScreen:t,data:o,navigate:r,setModalData:n}=S(),{initLoginWithSms:i}=k();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 HC(BC,{children:[Vo(x,{},"header"),Vo(q,{}),Vo(Te,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:Vo(FC,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),Vo(Kt,{children:Vo(tn,{stacked:!0,onSubmit:a})}),Vo(J,{}),Vo(B,{protectedByPrivy:!0})]})};import{Fragment as GC,jsx as Jn,jsxs as zC}from"react/jsx-runtime";var Cm=()=>{let{linkingHint:e}=k(),{app:t}=S(),o=e?`Select the wallet with ${ko(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return zC(GC,{children:[Jn(x,{},"header"),Jn(Yt,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),Jn(Mo,{children:Jn(Vr,{connectOnly:!1})}),Jn(B,{protectedByPrivy:!0})]})};import{jsx as bm,jsxs as VC}from"react/jsx-runtime";var Em=({style:e,...t})=>VC("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:[bm("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),bm("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 $C,jsx as $o,jsxs as Pm}from"react/jsx-runtime";var Tm=()=>{let{closePrivyModal:e}=k(),{navigate:t}=S();return Pm($C,{children:[$o(x,{},"header"),$o(q,{}),$o(Em,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),$o(Yt,{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"}}),Pm(Kt,{children:[$o(D,{onClick:()=>t("LANDING"),children:"Try again"}),$o(so,{onClick:()=>e(),children:"Cancel"})]}),$o(J,{}),$o(B,{protectedByPrivy:!0})]})};import{CheckIcon as Mm}from"@heroicons/react/20/solid";import{DevicePhoneMobileIcon as u0,FingerPrintIcon as m0,PhoneIcon as f0,TrashIcon as Nm}from"@heroicons/react/24/outline";import{CheckCircleIcon as Lm,DevicePhoneMobileIcon as Om,PhoneIcon as Ol}from"@heroicons/react/24/solid";import{ShieldCheckIcon as Ll}from"@heroicons/react/24/solid";import{CheckBadgeIcon as h0,IdentificationIcon as y0}from"@heroicons/react/24/solid";import{useEffect as Dm,useState as ho}from"react";import{useState as Ml}from"react";import{isMobile as QC}from"react-device-detect";import Am from"styled-components";import{Dialog as xm,Transition as Il}from"@headlessui/react";import Wl from"react";import nn from"styled-components";import{jsx as rn,jsxs as JC}from"react/jsx-runtime";var Sm=({children:e,open:t,onClick:o,...r})=>rn(Il,{show:t,as:Wl.Fragment,children:JC(xm,{onClose:o,...r,as:qC,children:[rn(Il.Child,{as:Wl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:rn(jC,{"aria-hidden":"true"})}),rn(KC,{children:rn(Il.Child,{as:Wl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:rn(xm.Panel,{as:YC,children:e})})})]})}),an=nn.div`
1744
+ `,WC=({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",MC=({priority:e,email:t,sms:o,social:r})=>e==="web2-first"||r.length>0?he(kC,{}):t&&o?he(Yu,{}):t?he(SC,{}):o?he(_C,{}):null,NC=({priority:e})=>e==="web2-first"?"Continue with a wallet":"Other wallets";import{EnvelopeIcon as LC}from"@heroicons/react/24/outline";import{Fragment as OC,jsx as zo,jsxs as DC}from"react/jsx-runtime";var vm=()=>{let{app:e}=S();return DC(OC,{children:[zo(x,{},"header"),zo(q,{}),zo(Te,{title:"Connect your email",description:`Add your email to your ${e?.name} account`,icon:zo(LC,{color:"var(--privy-color-accent)",strokeWidth:2,height:"48px",width:"48px"})}),zo(Kt,{children:zo(Ta,{stacked:!0})}),zo(J,{}),zo(B,{protectedByPrivy:!0})]})};import{PhoneIcon as UC}from"@heroicons/react/24/outline";import{Fragment as FC,jsx as Vo,jsxs as BC}from"react/jsx-runtime";var wm=()=>{let{app:e,currentScreen:t,data:o,navigate:r,setModalData:n}=S(),{initLoginWithSms:i}=k();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 BC(FC,{children:[Vo(x,{},"header"),Vo(q,{}),Vo(Te,{title:"Connect your phone",description:`Add your number to your ${e?.name} account`,icon:Vo(UC,{color:"var(--privy-color-accent)",strokeWidth:2,height:"40px",width:"40px"})}),Vo(Kt,{children:Vo(tn,{stacked:!0,onSubmit:a})}),Vo(J,{}),Vo(B,{protectedByPrivy:!0})]})};import{Fragment as HC,jsx as Jn,jsxs as GC}from"react/jsx-runtime";var Cm=()=>{let{linkingHint:e}=k(),{app:t}=S(),o=e?`Select the wallet with ${ko(e)} and follow the instructions to reconnect your wallet${t?.name?` to ${t.name}.`:"."}`:`Link a wallet to your ${t?.name} account`;return GC(HC,{children:[Jn(x,{},"header"),Jn(Yt,{title:`${e?"Reconnect":"Connect"} your wallet`,description:o}),Jn(Mo,{children:Jn(Vr,{connectOnly:!1})}),Jn(B,{protectedByPrivy:!0})]})};import{jsx as bm,jsxs as zC}from"react/jsx-runtime";var Em=({style:e,...t})=>zC("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:[bm("circle",{cx:"82",cy:"82",r:"80",stroke:"#EC6351","stroke-width":"4","stroke-linecap":"round"}),bm("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 VC,jsx as $o,jsxs as Pm}from"react/jsx-runtime";var Tm=()=>{let{closePrivyModal:e}=k(),{navigate:t}=S();return Pm(VC,{children:[$o(x,{},"header"),$o(q,{}),$o(Em,{style:{width:"160px",height:"160px",margin:"0 auto 20px"}}),$o(Yt,{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"}}),Pm(Kt,{children:[$o(D,{onClick:()=>t("LANDING"),children:"Try again"}),$o(so,{onClick:()=>e(),children:"Cancel"})]}),$o(J,{}),$o(B,{protectedByPrivy:!0})]})};import{CheckIcon as Mm}from"@heroicons/react/20/solid";import{DevicePhoneMobileIcon as p0,FingerPrintIcon as u0,PhoneIcon as m0,TrashIcon as Nm}from"@heroicons/react/24/outline";import{CheckCircleIcon as Lm,DevicePhoneMobileIcon as Om,PhoneIcon as Ol}from"@heroicons/react/24/solid";import{ShieldCheckIcon as Ll}from"@heroicons/react/24/solid";import{CheckBadgeIcon as f0,IdentificationIcon as h0}from"@heroicons/react/24/solid";import{useEffect as Dm,useState as ho}from"react";import{useState as Ml}from"react";import{isMobile as JC}from"react-device-detect";import Am from"styled-components";import{Dialog as xm,Transition as Il}from"@headlessui/react";import Wl from"react";import nn from"styled-components";import{jsx as rn,jsxs as YC}from"react/jsx-runtime";var Sm=({children:e,open:t,onClick:o,...r})=>rn(Il,{show:t,as:Wl.Fragment,children:YC(xm,{onClose:o,...r,as:jC,children:[rn(Il.Child,{as:Wl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:rn($C,{"aria-hidden":"true"})}),rn(qC,{children:rn(Il.Child,{as:Wl.Fragment,enterFrom:"entering",leaveTo:"leaving",children:rn(xm.Panel,{as:KC,children:e})})})]})}),an=nn.div`
1745
1745
  display: flex;
1746
1746
  flex-direction: column;
1747
1747
  text-align: center;
@@ -1764,7 +1764,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1764
1764
  box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
1765
1765
  border-radius: var(--privy-border-radius-lg);
1766
1766
  }
1767
- `,jC=nn.div`
1767
+ `,$C=nn.div`
1768
1768
  position: fixed;
1769
1769
  inset: 0;
1770
1770
 
@@ -1777,10 +1777,10 @@ You will need this password to access your ${e} wallet on a new device. Please k
1777
1777
  backdrop-filter: unset;
1778
1778
  -webkit-backdrop-filter: unset;
1779
1779
  }
1780
- `,qC=nn.div`
1780
+ `,jC=nn.div`
1781
1781
  position: relative;
1782
1782
  z-index: 999999;
1783
- `,KC=nn.div`
1783
+ `,qC=nn.div`
1784
1784
  position: fixed;
1785
1785
  inset: 0;
1786
1786
  display: flex;
@@ -1788,7 +1788,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1788
1788
  justify-content: center;
1789
1789
  width: 100vw;
1790
1790
  min-height: 100vh;
1791
- `,YC=nn.div`
1791
+ `,KC=nn.div`
1792
1792
  // reset some default dialog styles
1793
1793
  padding: 0;
1794
1794
  background: transparent;
@@ -1841,7 +1841,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1841
1841
  align-items: center;
1842
1842
  justify-content: center;
1843
1843
  height: 100%;
1844
- `;import{Fragment as n0,jsx as Qn,jsxs as r0}from"react/jsx-runtime";var Zn=6,ZC=new Array(Zn).fill("");function XC(e){return e.replace(/\s+/g,"")}function Nl(e){return/^[0-9]{1}$/.test(e)}function km(e){return e.length===Zn&&e.every(Nl)}function e0(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var sn=({onChange:e,disabled:t,errorReasonOverride:o,success:r})=>{let[n,i]=Ml(ZC),[a,l]=Ml(null),[s,c]=Ml(null),u=async v=>{v.preventDefault();let E=XC(v.currentTarget.value);if(E==="")return;let P=e0(n,Nl),C=E.split(""),_=!C.every(Nl),I=C.length+P>Zn;if(_){l("Passcode can only be numbers"),c(1);return}if(I){l("Passcode must be exactly 6 numbers"),c(1);return}l(null),c(null);let W=Number(v.currentTarget.name?.charAt(4)),N=[...E||[""]].slice(0,Zn-W),M=[...n.slice(0,W),...N,...n.slice(W+N.length)];i(M);let L=N.length,U=Math.min(Math.max(W+L,0),Zn-1);if(document.querySelector(`input[name=pin-${U}]`)?.focus(),km(M))try{await e(M.join("")),document.querySelector(`input[name=pin-${U}]`)?.blur()}catch(Z){c(1),l(Z.message)}else try{await e(null)}catch(Z){c(1),l(Z.message)}},f=v=>{s===1&&(l(null),c(null));let E=[...n.slice(0,v),"",...n.slice(v+1)];i(E),v>0&&document.querySelector(`input[name=pin-${v-1}]`)?.focus(),km(E)?e(E.join("")):e(null)},y=r?"success":!!(o||a)?"fail":"";return Qn(n0,{children:r0(t0,{children:[Qn("div",{children:n.map((v,E)=>Qn("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:QC?"one-time-code":"off",disabled:t},E))}),Qn("div",{children:Qn(o0,{fail:!!o||!!a,children:o||a})})]})})},t0=Am.div`
1844
+ `;import{Fragment as r0,jsx as Qn,jsxs as o0}from"react/jsx-runtime";var Zn=6,QC=new Array(Zn).fill("");function ZC(e){return e.replace(/\s+/g,"")}function Nl(e){return/^[0-9]{1}$/.test(e)}function km(e){return e.length===Zn&&e.every(Nl)}function XC(e,t){return e.reduce((o,r)=>o+Number(t(r)),0)}var sn=({onChange:e,disabled:t,errorReasonOverride:o,success:r})=>{let[n,i]=Ml(QC),[a,l]=Ml(null),[s,c]=Ml(null),u=async v=>{v.preventDefault();let E=ZC(v.currentTarget.value);if(E==="")return;let P=XC(n,Nl),C=E.split(""),_=!C.every(Nl),I=C.length+P>Zn;if(_){l("Passcode can only be numbers"),c(1);return}if(I){l("Passcode must be exactly 6 numbers"),c(1);return}l(null),c(null);let W=Number(v.currentTarget.name?.charAt(4)),N=[...E||[""]].slice(0,Zn-W),M=[...n.slice(0,W),...N,...n.slice(W+N.length)];i(M);let L=N.length,U=Math.min(Math.max(W+L,0),Zn-1);if(document.querySelector(`input[name=pin-${U}]`)?.focus(),km(M))try{await e(M.join("")),document.querySelector(`input[name=pin-${U}]`)?.blur()}catch(Z){c(1),l(Z.message)}else try{await e(null)}catch(Z){c(1),l(Z.message)}},f=v=>{s===1&&(l(null),c(null));let E=[...n.slice(0,v),"",...n.slice(v+1)];i(E),v>0&&document.querySelector(`input[name=pin-${v-1}]`)?.focus(),km(E)?e(E.join("")):e(null)},y=r?"success":!!(o||a)?"fail":"";return Qn(r0,{children:o0(e0,{children:[Qn("div",{children:n.map((v,E)=>Qn("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:JC?"one-time-code":"off",disabled:t},E))}),Qn("div",{children:Qn(t0,{fail:!!o||!!a,children:o||a})})]})})},e0=Am.div`
1845
1845
  display: flex;
1846
1846
  flex-direction: column;
1847
1847
  width: 100%;
@@ -1912,7 +1912,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1912
1912
  transform: translate(1px, 0px);
1913
1913
  }
1914
1914
  }
1915
- `,o0=Am.div`
1915
+ `,t0=Am.div`
1916
1916
  line-height: 20px;
1917
1917
  font-size: 13px;
1918
1918
  display: flex;
@@ -1920,7 +1920,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1920
1920
  width: 100%;
1921
1921
 
1922
1922
  color: ${e=>e.fail?"var(--privy-color-error)":"var(--privy-color-foreground-3)"};
1923
- `;import{useContext as i0}from"react";function ln(){let{promptMfa:e,init:t,submit:o,cancel:r}=i0(Pe);return{promptMfa:e,init:t,submit:o,cancel:r}}import{useContext as a0}from"react";function Xn(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=a0(Pe);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>i(!0),closeMfaEnrollmentModal:()=>i(!1)}}import s0 from"styled-components";import{jsx as Rm,jsxs as c0}from"react/jsx-runtime";var Im=e=>c0(l0,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[Rm("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),Rm("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"})]}),l0=s0.svg`
1923
+ `;import{useContext as n0}from"react";function ln(){let{promptMfa:e,init:t,submit:o,cancel:r}=n0(Pe);return{promptMfa:e,init:t,submit:o,cancel:r}}import{useContext as i0}from"react";function Xn(){let{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenroll:n,enrollInMfa:i}=i0(Pe);return{initEnrollmentWithSms:e,initEnrollmentWithTotp:t,submitEnrollmentWithSms:o,submitEnrollmentWithTotp:r,unenrollWithSms:()=>n("sms"),unenrollWithTotp:()=>n("totp"),showMfaEnrollmentModal:()=>i(!0),closeMfaEnrollmentModal:()=>i(!1)}}import a0 from"styled-components";import{jsx as Rm,jsxs as l0}from"react/jsx-runtime";var Im=e=>l0(s0,{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"88",height:"89",viewBox:"0 0 88 89",...e,children:[Rm("rect",{y:"0.666016",width:"88",height:"88",rx:"44"}),Rm("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"})]}),s0=a0.svg`
1924
1924
  height: 90px;
1925
1925
  width: 90px;
1926
1926
 
@@ -1931,7 +1931,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1931
1931
  > path {
1932
1932
  fill: white;
1933
1933
  }
1934
- `;import{ShieldCheckIcon as d0}from"@heroicons/react/24/solid";import{jsx as p0}from"react/jsx-runtime";var Wm=({size:e,authUrl:t})=>p0(ya,{url:t,squareLogoElement:d0,size:e,fgColor:"#1F1F1F"});import{Fragment as Et,jsx as h,jsxs as j}from"react/jsx-runtime";var Um=()=>{let{user:e,enrollInMfa:t}=F(),[o,r]=ho(null),{unenrollWithSms:n,unenrollWithTotp:i}=Xn(),{app:a,ready:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=S(),{closePrivyModal:u}=k(),{promptMfa:f}=ln(),[g,y]=ho(s?.mfaEnrollmentFlow?.seenIntro||!1),[v,E]=ho(s?.mfaEnrollmentFlow?.selectedMfaMethod||null),P=()=>{u({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{r(null),E(null)},500)};c.current=P;let C=e?.mfaMethods.includes("sms"),_=!!e?.phone,I=e?.mfaMethods.includes("totp"),W=C||I;Dm(()=>{W&&y(!0)},[W]);function N(){r(null),E(null)}function M(){y(!1)}async function L(A){await f(),E(A)}if(!l||!e||!a)return j(Et,{children:[h(x,{onClose:P},"header"),h(He,{children:h(Im,{})}),h(Fo,{children:h(ht,{})}),h(K,{})]});async function U(){r(null);try{await n()}catch{r(null)}}async function Y(){r(null);try{await i()}catch{r(null)}}if(o==="sms")return j(Et,{children:[h(x,{backFn:N,onClose:P},"header"),h(He,{children:h(qe,{children:h(Ol,{})})}),h(_e,{children:"Remove SMS verification?"}),j(fe,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),h(Bo,{children:h(D,{warn:!0,onClick:U,children:"Remove SMS for MFA"})}),h(K,{})]});if(o==="totp")return j(Et,{children:[h(x,{backFn:N,onClose:P},"header"),h(He,{children:h(qe,{children:h(Om,{})})}),h(_e,{children:"Remove Authenticator App verification?"}),j(fe,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),h(Bo,{children:h(D,{warn:!0,onClick:Y,children:"Remove Authenticator App for MFA"})}),h(K,{})]});if(s.mfaEnrollmentFlow.mfaMethods.length===0&&!W)return j(Et,{children:[h(x,{onClose:P},"header"),h(He,{children:h(qe,{children:h(Ll,{})})}),h(_e,{children:"Add more security"}),j(fe,{children:[a?.name," does not have any verification methods enabled."]}),h(Bo,{children:h(D,{onClick:P,children:"Close"})}),h(K,{})]});let Z=!W&&!g;if(Z)return j(Et,{children:[h(x,{onClose:P},"header"),h(He,{children:h(qe,{children:h(Ll,{})})}),h(_e,{children:"Transaction Protection"}),h(fe,{children:"Set up transaction protection to add an extra layer of security to your account"}),j(xu,{children:[j(yl,{children:[h(hl,{children:h(h0,{})}),"Enable 2-Step verification for your ",a?.name," wallet."]}),j(yl,{children:[h(hl,{children:h(y0,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),j(Bo,{children:[h(D,{onClick:()=>y(!0),children:"Continue"}),h(so,{onClick:P,children:"Not now"})]}),h(K,{})]});switch(v){case"sms":return h(g0,{onComplete:P,onReset:N,onClose:P});case"totp":return h(v0,{onComplete:P,onClose:P,onReset:N});default:return j(Et,{children:[h(x,{backFn:Z?M:void 0,onClose:P},"header"),h(He,{children:h(qe,{children:h(Ll,{})})}),h(_e,{children:"Choose a verification method"}),W?h(fe,{children:"To add or delete verification methods, verification is required."}):h(fe,{children:"How would you like to verify your identity? You can change this later."}),j(ga,{children:[(s.mfaEnrollmentFlow.mfaMethods.includes("totp")||I)&&j(va,{children:[h(me,{disabled:I,onClick:()=>L("totp"),children:j(Ca,{children:[j(wa,{children:[h(u0,{}),"Authenticator App"]}),I?j(en,{children:[h(Mm,{}),"Added"]}):h(en,{children:"Recommended"})]})}),I&&h(gl,{id:"remove",onClick:()=>r("totp"),children:h(Nm,{})})]},"totp"),(s.mfaEnrollmentFlow.mfaMethods.includes("sms")||C)&&j(va,{children:[h(me,{disabled:C||_,onClick:()=>L("sms"),children:j(Ca,{children:[j(wa,{children:[h(f0,{}),"SMS"]}),C&&j(en,{children:[h(Mm,{}),"Added"]}),_&&h(en,{children:"Disabled"})]})}),C&&h(gl,{id:"remove",onClick:()=>r("sms"),children:h(Nm,{})})]},"sms"),h(va,{children:h(me,{disabled:!0,children:j(Ca,{children:[j(wa,{children:[h(m0,{}),"Passkey"]}),h(en,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),h(K,{})]})}},g0=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=ho(""),[i,a]=ho(!1),[l,s]=ho("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:u}=Xn(),{app:f,data:g,currentScreen:y,navigate:v,setModalData:E}=S();function P(){g?.mfaEnrollmentFlow?.onSuccess(),e()}async function C({qualifiedPhoneNumber:W}){try{await c({phoneNumber:W}),n(W),s("verify")}catch(N){E({mfaEnrollmentFlow:g?.mfaEnrollmentFlow?{...g?.mfaEnrollmentFlow,selectedMfaMethod:"sms",seenIntro:!0}:void 0,errorModalData:{error:N,previousScreen:y||"MFA_ENROLLMENT_FLOW_SCREEN"}}),v("ERROR_SCREEN")}}async function _(W){try{if(!W)return;await u({phoneNumber:r,mfaCode:W}),a(!0)}catch(N){throw ol(N)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Kr(N)?new Error("The code you entered is not valid"):qr(N)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):rl(N)?new Error("Verification canceled"):new Error("Unknown error")}}function I(){l==="verify"?s("enroll"):t()}return l==="enroll"?j(Et,{children:[h(x,{backFn:t,onClose:o},"header"),h(He,{children:h(qe,{children:h(Ol,{})})}),h(_e,{children:"Set up SMS verification"}),h(fe,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),j(Fo,{children:[h(tn,{onSubmit:C}),j(Su,{children:["By providing your mobile number, you agree to receive text messages from ",f?.name,". Some carrier charges may apply"]})]}),h(K,{})]}):i?j(Et,{children:[h(x,{onClose:P},"header"),h(He,{children:h(qe,{status:"success",children:h(Lm,{})})}),h(_e,{children:"SMS verification added"}),h(fe,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),h(Bo,{children:h(D,{onClick:P,children:"Done"})}),h(K,{})]}):j(Et,{children:[h(x,{backFn:I,onClose:o},"header"),h(He,{children:h(qe,{children:h(Ol,{})})}),h(_e,{children:"Enter enrollment code"}),j(Fo,{children:[h(sn,{onChange:_}),j(fe,{children:["To continue, enter the 6-digit code sent to ",h("strong",{children:om(r)})]})]}),h(K,{})]})},v0=({onComplete:e,onClose:t,onReset:o})=>{let[r,n]=ho("enroll"),[i,a]=ho(null),[l,s]=ho(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:u}=Xn(),{data:f}=S();Dm(()=>{a(null),c().then(P=>{a(P)}).catch(()=>{a(null),o()})},[]);function g(){f?.mfaEnrollmentFlow?.onSuccess(),e()}function y(){n("verify")}async function v(P){try{if(!P)return;await u({mfaCode:P}),s(!0)}catch(C){throw ol(C)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Kr(C)?new Error("The code you entered is not valid"):qr(C)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):rl(C)?new Error("Verification canceled"):new Error("Unknown error")}}function E(){r==="verify"?n("enroll"):o()}return r==="enroll"?j(Et,{children:[h(x,{backFn:o,onClose:t},"header"),h(_e,{children:"Scan QR code"}),h(fe,{children:"Open your authenticator app and scan the QR code to continue."}),h(Ji,{children:i?.authUrl?h(Wm,{authUrl:i.authUrl,size:200}):h(ht,{})}),j(Bo,{children:[h(vt,{children:i?.secret&&h(Hn,{itemName:"secret",text:i.secret})}),h(D,{onClick:y,children:"Continue"})]}),h(K,{})]}):l?j(Et,{children:[h(x,{onClose:g},"header"),h(He,{children:h(qe,{status:"success",children:h(Lm,{})})}),h(_e,{children:"Authenticator app verification added"}),h(fe,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),h(Bo,{children:h(D,{onClick:g,children:"Done"})}),h(K,{})]}):j(Et,{children:[h(x,{backFn:E,onClose:t},"header"),h(He,{children:h(qe,{children:h(Om,{})})}),h(_e,{children:"Enter enrollment code"}),h(Fo,{children:h(sn,{onChange:v})}),j(fe,{children:["To continue, enter the 6-digit code generated from your ",h("strong",{children:"authenticator app"})]}),h(K,{})]})};import{DevicePhoneMobileIcon as wb,PhoneIcon as Cb}from"@heroicons/react/24/outline";import{DevicePhoneMobileIcon as bb,PhoneIcon as Eb}from"@heroicons/react/24/solid";import{ShieldCheckIcon as Pb}from"@heroicons/react/24/solid";import{useEffect as Tb,useState as Ql}from"react";import{StaticJsonRpcProvider as fb}from"@ethersproject/providers";import{useMemo as hb,useEffect as yb,useState as wf}from"react";import gb from"styled-components";import sf from"styled-components";import Bm from"styled-components";import{jsx as Fm,jsxs as b0}from"react/jsx-runtime";var Ua=({label:e,children:t,valueStyles:o})=>b0(w0,{children:[Fm("div",{children:e}),Fm(C0,{style:{...o},children:t})]}),w0=Bm.div`
1934
+ `;import{ShieldCheckIcon as c0}from"@heroicons/react/24/solid";import{jsx as d0}from"react/jsx-runtime";var Wm=({size:e,authUrl:t})=>d0(ya,{url:t,squareLogoElement:c0,size:e,fgColor:"#1F1F1F"});import{Fragment as Et,jsx as h,jsxs as j}from"react/jsx-runtime";var Um=()=>{let{user:e,enrollInMfa:t}=F(),[o,r]=ho(null),{unenrollWithSms:n,unenrollWithTotp:i}=Xn(),{app:a,ready:l,data:s,onUserCloseViaDialogOrKeybindRef:c}=S(),{closePrivyModal:u}=k(),{promptMfa:f}=ln(),[g,y]=ho(s?.mfaEnrollmentFlow?.seenIntro||!1),[v,E]=ho(s?.mfaEnrollmentFlow?.selectedMfaMethod||null),P=()=>{u({shouldCallAuthOnSuccess:!0}),t(!1),setTimeout(()=>{r(null),E(null)},500)};c.current=P;let C=e?.mfaMethods.includes("sms"),_=!!e?.phone,I=e?.mfaMethods.includes("totp"),W=C||I;Dm(()=>{W&&y(!0)},[W]);function N(){r(null),E(null)}function M(){y(!1)}async function L(A){await f(),E(A)}if(!l||!e||!a)return j(Et,{children:[h(x,{onClose:P},"header"),h(He,{children:h(Im,{})}),h(Fo,{children:h(ht,{})}),h(K,{})]});async function U(){r(null);try{await n()}catch{r(null)}}async function Y(){r(null);try{await i()}catch{r(null)}}if(o==="sms")return j(Et,{children:[h(x,{backFn:N,onClose:P},"header"),h(He,{children:h(qe,{children:h(Ol,{})})}),h(_e,{children:"Remove SMS verification?"}),j(fe,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),h(Bo,{children:h(D,{warn:!0,onClick:U,children:"Remove SMS for MFA"})}),h(K,{})]});if(o==="totp")return j(Et,{children:[h(x,{backFn:N,onClose:P},"header"),h(He,{children:h(qe,{children:h(Om,{})})}),h(_e,{children:"Remove Authenticator App verification?"}),j(fe,{children:["MFA adds an extra layer of security to your ",a?.name," account. Make sure you have other methods to secure your account."]}),h(Bo,{children:h(D,{warn:!0,onClick:Y,children:"Remove Authenticator App for MFA"})}),h(K,{})]});if(s.mfaEnrollmentFlow.mfaMethods.length===0&&!W)return j(Et,{children:[h(x,{onClose:P},"header"),h(He,{children:h(qe,{children:h(Ll,{})})}),h(_e,{children:"Add more security"}),j(fe,{children:[a?.name," does not have any verification methods enabled."]}),h(Bo,{children:h(D,{onClick:P,children:"Close"})}),h(K,{})]});let Z=!W&&!g;if(Z)return j(Et,{children:[h(x,{onClose:P},"header"),h(He,{children:h(qe,{children:h(Ll,{})})}),h(_e,{children:"Transaction Protection"}),h(fe,{children:"Set up transaction protection to add an extra layer of security to your account"}),j(xu,{children:[j(yl,{children:[h(hl,{children:h(f0,{})}),"Enable 2-Step verification for your ",a?.name," wallet."]}),j(yl,{children:[h(hl,{children:h(h0,{})}),"You'll be prompted to authenticate to complete transactions."]})]}),j(Bo,{children:[h(D,{onClick:()=>y(!0),children:"Continue"}),h(so,{onClick:P,children:"Not now"})]}),h(K,{})]});switch(v){case"sms":return h(y0,{onComplete:P,onReset:N,onClose:P});case"totp":return h(g0,{onComplete:P,onClose:P,onReset:N});default:return j(Et,{children:[h(x,{backFn:Z?M:void 0,onClose:P},"header"),h(He,{children:h(qe,{children:h(Ll,{})})}),h(_e,{children:"Choose a verification method"}),W?h(fe,{children:"To add or delete verification methods, verification is required."}):h(fe,{children:"How would you like to verify your identity? You can change this later."}),j(ga,{children:[(s.mfaEnrollmentFlow.mfaMethods.includes("totp")||I)&&j(va,{children:[h(me,{disabled:I,onClick:()=>L("totp"),children:j(Ca,{children:[j(wa,{children:[h(p0,{}),"Authenticator App"]}),I?j(en,{children:[h(Mm,{}),"Added"]}):h(en,{children:"Recommended"})]})}),I&&h(gl,{id:"remove",onClick:()=>r("totp"),children:h(Nm,{})})]},"totp"),(s.mfaEnrollmentFlow.mfaMethods.includes("sms")||C)&&j(va,{children:[h(me,{disabled:C||_,onClick:()=>L("sms"),children:j(Ca,{children:[j(wa,{children:[h(m0,{}),"SMS"]}),C&&j(en,{children:[h(Mm,{}),"Added"]}),_&&h(en,{children:"Disabled"})]})}),C&&h(gl,{id:"remove",onClick:()=>r("sms"),children:h(Nm,{})})]},"sms"),h(va,{children:h(me,{disabled:!0,children:j(Ca,{children:[j(wa,{children:[h(u0,{}),"Passkey"]}),h(en,{isAccent:!0,children:"Coming soon"})]})})},"passkey")]}),h(K,{})]})}},y0=({onComplete:e,onReset:t,onClose:o})=>{let[r,n]=ho(""),[i,a]=ho(!1),[l,s]=ho("enroll"),{initEnrollmentWithSms:c,submitEnrollmentWithSms:u}=Xn(),{app:f,data:g,currentScreen:y,navigate:v,setModalData:E}=S();function P(){g?.mfaEnrollmentFlow?.onSuccess(),e()}async function C({qualifiedPhoneNumber:W}){try{await c({phoneNumber:W}),n(W),s("verify")}catch(N){E({mfaEnrollmentFlow:g?.mfaEnrollmentFlow?{...g?.mfaEnrollmentFlow,selectedMfaMethod:"sms",seenIntro:!0}:void 0,errorModalData:{error:N,previousScreen:y||"MFA_ENROLLMENT_FLOW_SCREEN"}}),v("ERROR_SCREEN")}}async function _(W){try{if(!W)return;await u({phoneNumber:r,mfaCode:W}),a(!0)}catch(N){throw ol(N)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Kr(N)?new Error("The code you entered is not valid"):qr(N)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):rl(N)?new Error("Verification canceled"):new Error("Unknown error")}}function I(){l==="verify"?s("enroll"):t()}return l==="enroll"?j(Et,{children:[h(x,{backFn:t,onClose:o},"header"),h(He,{children:h(qe,{children:h(Ol,{})})}),h(_e,{children:"Set up SMS verification"}),h(fe,{children:"We'll text a verification code to this mobile device whenever you use your Privy wallet."}),j(Fo,{children:[h(tn,{onSubmit:C}),j(Su,{children:["By providing your mobile number, you agree to receive text messages from ",f?.name,". Some carrier charges may apply"]})]}),h(K,{})]}):i?j(Et,{children:[h(x,{onClose:P},"header"),h(He,{children:h(qe,{status:"success",children:h(Lm,{})})}),h(_e,{children:"SMS verification added"}),h(fe,{children:"From now on, you'll enter the verification code sent to your mobile device whenever you use your Privy wallet."}),h(Bo,{children:h(D,{onClick:P,children:"Done"})}),h(K,{})]}):j(Et,{children:[h(x,{backFn:I,onClose:o},"header"),h(He,{children:h(qe,{children:h(Ol,{})})}),h(_e,{children:"Enter enrollment code"}),j(Fo,{children:[h(sn,{onChange:_}),j(fe,{children:["To continue, enter the 6-digit code sent to ",h("strong",{children:om(r)})]})]}),h(K,{})]})},g0=({onComplete:e,onClose:t,onReset:o})=>{let[r,n]=ho("enroll"),[i,a]=ho(null),[l,s]=ho(!1),{initEnrollmentWithTotp:c,submitEnrollmentWithTotp:u}=Xn(),{data:f}=S();Dm(()=>{a(null),c().then(P=>{a(P)}).catch(()=>{a(null),o()})},[]);function g(){f?.mfaEnrollmentFlow?.onSuccess(),e()}function y(){n("verify")}async function v(P){try{if(!P)return;await u({mfaCode:P}),s(!0)}catch(C){throw ol(C)?new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds."):Kr(C)?new Error("The code you entered is not valid"):qr(C)?new Error("You have exceeded the time limit for code entry. Please try again in 30 seconds."):rl(C)?new Error("Verification canceled"):new Error("Unknown error")}}function E(){r==="verify"?n("enroll"):o()}return r==="enroll"?j(Et,{children:[h(x,{backFn:o,onClose:t},"header"),h(_e,{children:"Scan QR code"}),h(fe,{children:"Open your authenticator app and scan the QR code to continue."}),h(Ji,{children:i?.authUrl?h(Wm,{authUrl:i.authUrl,size:200}):h(ht,{})}),j(Bo,{children:[h(vt,{children:i?.secret&&h(Hn,{itemName:"secret",text:i.secret})}),h(D,{onClick:y,children:"Continue"})]}),h(K,{})]}):l?j(Et,{children:[h(x,{onClose:g},"header"),h(He,{children:h(qe,{status:"success",children:h(Lm,{})})}),h(_e,{children:"Authenticator app verification added"}),h(fe,{children:"From now on, you'll enter the verification code generated by your authenticator app whenever you use your Privy wallet."}),h(Bo,{children:h(D,{onClick:g,children:"Done"})}),h(K,{})]}):j(Et,{children:[h(x,{backFn:E,onClose:t},"header"),h(He,{children:h(qe,{children:h(Om,{})})}),h(_e,{children:"Enter enrollment code"}),h(Fo,{children:h(sn,{onChange:v})}),j(fe,{children:["To continue, enter the 6-digit code generated from your ",h("strong",{children:"authenticator app"})]}),h(K,{})]})};import{DevicePhoneMobileIcon as vb,PhoneIcon as wb}from"@heroicons/react/24/outline";import{DevicePhoneMobileIcon as Cb,PhoneIcon as bb}from"@heroicons/react/24/solid";import{ShieldCheckIcon as Eb}from"@heroicons/react/24/solid";import{useEffect as Pb,useState as Ql}from"react";import{StaticJsonRpcProvider as mb}from"@ethersproject/providers";import{useMemo as fb,useEffect as hb,useState as wf}from"react";import yb from"styled-components";import sf from"styled-components";import Bm from"styled-components";import{jsx as Fm,jsxs as C0}from"react/jsx-runtime";var Ua=({label:e,children:t,valueStyles:o})=>C0(v0,{children:[Fm("div",{children:e}),Fm(w0,{style:{...o},children:t})]}),v0=Bm.div`
1935
1935
  display: flex;
1936
1936
  align-items: center;
1937
1937
  justify-content: space-between;
@@ -1946,7 +1946,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
1946
1946
  color: var(--privy-color-foreground-2);
1947
1947
  text-align: right;
1948
1948
  }
1949
- `,C0=Bm.div`
1949
+ `,w0=Bm.div`
1950
1950
  font-size: 14px;
1951
1951
  line-height: 100%;
1952
1952
  display: flex;
@@ -1955,19 +1955,19 @@ You will need this password to access your ${e} wallet on a new device. Please k
1955
1955
  border-radius: var(--privy-border-radius-full);
1956
1956
  background-color: var(--privy-color-background-2);
1957
1957
  padding: 4px 8px;
1958
- `;import Ba from"styled-components";import{BigNumber as Hm}from"@ethersproject/bignumber";import{formatEther as Gm}from"@ethersproject/units";var ei=(e,t)=>{let o=(t*parseFloat(Gm(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},Zt=(e,t,o=6,r=!1)=>{let i=parseFloat(Gm(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},Dl=e=>e.map(ye).reduce((t,o)=>t.add(o),Hm.from(0)).toHexString(),zm=(e,t)=>{let{chains:o}=k(),r=`https://etherscan.io/address/${t}`,n=`${cd(e,o)}/address/${t}`;if(!n)return r;try{new URL(n)}catch{return r}return n},ye=e=>Hm.from(e);import{Fragment as x0,jsx as Fa,jsxs as Vm}from"react/jsx-runtime";var $m=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=Dl(e),n=t?ei(r,t):void 0,i=Zt(r,o);return Fa(jm,{children:n||i})},Ul=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=Dl(e),n=t?ei(r,t):void 0,i=Zt(r,o);return Fa(jm,{children:n?Vm(x0,{children:[Fa(E0,{children:"USD"}),n==="<$0.01"?Vm(T0,{children:[Fa(P0,{children:"<"}),"$0.01"]}):n]}):i})},jm=Ba.span`
1958
+ `;import Ba from"styled-components";import{BigNumber as Hm}from"@ethersproject/bignumber";import{formatEther as Gm}from"@ethersproject/units";var ei=(e,t)=>{let o=(t*parseFloat(Gm(e))).toFixed(2);return o!=="0.00"?`$${o}`:"<$0.01"},Zt=(e,t,o=6,r=!1)=>{let i=parseFloat(Gm(e)).toFixed(o).replace(/0+$/,"").replace(/\.$/,"");return r?`${i} ${t}`:`${i==="0"?"<0.001":i} ${t}`},Dl=e=>e.map(ye).reduce((t,o)=>t.add(o),Hm.from(0)).toHexString(),zm=(e,t)=>{let{chains:o}=k(),r=`https://etherscan.io/address/${t}`,n=`${cd(e,o)}/address/${t}`;if(!n)return r;try{new URL(n)}catch{return r}return n},ye=e=>Hm.from(e);import{Fragment as T0,jsx as Fa,jsxs as Vm}from"react/jsx-runtime";var $m=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=Dl(e),n=t?ei(r,t):void 0,i=Zt(r,o);return Fa(jm,{children:n||i})},Ul=({weiQuantities:e,tokenPrice:t,tokenSymbol:o})=>{let r=Dl(e),n=t?ei(r,t):void 0,i=Zt(r,o);return Fa(jm,{children:n?Vm(T0,{children:[Fa(b0,{children:"USD"}),n==="<$0.01"?Vm(P0,{children:[Fa(E0,{children:"<"}),"$0.01"]}):n]}):i})},jm=Ba.span`
1959
1959
  font-size: 14px;
1960
1960
  line-height: 140%;
1961
1961
  display: flex;
1962
1962
  gap: 4px;
1963
1963
  align-items: center;
1964
- `,E0=Ba.span`
1964
+ `,b0=Ba.span`
1965
1965
  font-size: 12px;
1966
1966
  line-height: 12px;
1967
1967
  color: var(--privy-color-foreground-3);
1968
- `,P0=Ba.span`
1968
+ `,E0=Ba.span`
1969
1969
  font-size: 10px;
1970
- `,T0=Ba.span`
1970
+ `,P0=Ba.span`
1971
1971
  display: flex;
1972
1972
  align-items: center;
1973
1973
  `;import Fl from"styled-components";import{jsx as jo,jsxs as Ha}from"react/jsx-runtime";var qm=({gas:e,tokenPrice:t,tokenSymbol:o})=>Ha(Gs,{style:{paddingBottom:"12px"},children:[Ha(Ym,{children:[jo(Qm,{children:"Est. Fees"}),jo("div",{children:jo(Ul,{weiQuantities:[e],tokenPrice:t,tokenSymbol:o})})]}),t&&jo(Jm,{children:`${Zt(e,o)}`})]}),Km=({transactionData:e,gas:t,tokenPrice:o,tokenSymbol:r})=>{let n=ye(e.value||0).add(ye(t)).toHexString();return Ha(Gs,{children:[Ha(Ym,{children:[jo(Qm,{children:"Total (including fees)"}),jo("div",{children:jo(Ul,{weiQuantities:[e.value||0,t],tokenPrice:o,tokenSymbol:r})})]}),o&&jo(Jm,{children:Zt(n,r)})]})},Ym=Fl.div`
@@ -1989,19 +1989,19 @@ You will need this password to access your ${e} wallet on a new device. Please k
1989
1989
  font-size: 14px;
1990
1990
  line-height: 22.4px;
1991
1991
  font-weight: 400;
1992
- `;import{ChevronDownIcon as S0}from"@heroicons/react/24/outline";import{useContext as gr,useState as _0}from"react";import qo from"styled-components";import{createContext as Zm,useContext as pW}from"react";var cn=Zm(void 0);var ti=Zm(void 0);import{Fragment as L0,jsx as Mt,jsxs as Xm}from"react/jsx-runtime";var ef=({defaultValue:e,children:t})=>{let[o,r]=_0(e||null),n=i=>{r(o===i?null:i)};return Mt(cn.Provider,{value:{activePanel:o,togglePanel:n},children:Mt(k0,{children:t})})},tf=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=gr(cn),n=o===e;return Mt(ti.Provider,{value:{onToggle:()=>r(e),value:e},children:Mt(W0,{isActive:n,"data-open":n,children:t})})},of=({children:e})=>{let{activePanel:t}=gr(cn),{onToggle:o,value:r}=gr(ti),n=t===r;return Xm(L0,{children:[Xm(A0,{onClick:o,"data-open":n,children:[Mt(I0,{children:e}),Mt(N0,{isactive:n,children:Mt(S0,{height:"16px",width:"16px",strokeWidth:"2"})})]}),Mt(R0,{})]})},rf=({children:e})=>{let{activePanel:t}=gr(cn),{value:o}=gr(ti);return Mt(M0,{"data-open":t===o,children:Mt(af,{children:e})})},nf=({children:e})=>{let{activePanel:t}=gr(cn),{value:o}=gr(ti);return Mt(af,{children:typeof e=="function"?e({isActive:t===o}):e})},k0=qo.div`
1992
+ `;import{ChevronDownIcon as x0}from"@heroicons/react/24/outline";import{useContext as gr,useState as S0}from"react";import qo from"styled-components";import{createContext as Zm,useContext as dW}from"react";var cn=Zm(void 0);var ti=Zm(void 0);import{Fragment as N0,jsx as Mt,jsxs as Xm}from"react/jsx-runtime";var ef=({defaultValue:e,children:t})=>{let[o,r]=S0(e||null),n=i=>{r(o===i?null:i)};return Mt(cn.Provider,{value:{activePanel:o,togglePanel:n},children:Mt(_0,{children:t})})},tf=({value:e,children:t})=>{let{activePanel:o,togglePanel:r}=gr(cn),n=o===e;return Mt(ti.Provider,{value:{onToggle:()=>r(e),value:e},children:Mt(I0,{isActive:n,"data-open":n,children:t})})},of=({children:e})=>{let{activePanel:t}=gr(cn),{onToggle:o,value:r}=gr(ti),n=t===r;return Xm(N0,{children:[Xm(k0,{onClick:o,"data-open":n,children:[Mt(R0,{children:e}),Mt(M0,{isactive:n,children:Mt(x0,{height:"16px",width:"16px",strokeWidth:"2"})})]}),Mt(A0,{})]})},rf=({children:e})=>{let{activePanel:t}=gr(cn),{value:o}=gr(ti);return Mt(W0,{"data-open":t===o,children:Mt(af,{children:e})})},nf=({children:e})=>{let{activePanel:t}=gr(cn),{value:o}=gr(ti);return Mt(af,{children:typeof e=="function"?e({isActive:t===o}):e})},_0=qo.div`
1993
1993
  display: flex;
1994
1994
  flex-direction: column;
1995
1995
  width: 100%;
1996
1996
  gap: 8px;
1997
- `,A0=qo.div`
1997
+ `,k0=qo.div`
1998
1998
  display: flex;
1999
1999
  justify-content: space-between;
2000
2000
  align-items: center;
2001
2001
  width: 100%;
2002
2002
  cursor: pointer;
2003
2003
  padding-bottom: 8px;
2004
- `,R0=qo.div`
2004
+ `,A0=qo.div`
2005
2005
  width: 100%;
2006
2006
 
2007
2007
  && {
@@ -2009,13 +2009,13 @@ You will need this password to access your ${e} wallet on a new device. Please k
2009
2009
  border-color: var(--privy-color-foreground-4);
2010
2010
  }
2011
2011
  padding-bottom: 12px;
2012
- `,I0=qo.div`
2012
+ `,R0=qo.div`
2013
2013
  font-size: 14px;
2014
2014
  font-weight: 500;
2015
2015
  line-height: 19.6px;
2016
2016
  width: 100%;
2017
2017
  padding-right: 8px;
2018
- `,W0=qo.div`
2018
+ `,I0=qo.div`
2019
2019
  display: flex;
2020
2020
  flex-direction: column;
2021
2021
  width: 100%;
@@ -2027,7 +2027,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2027
2027
  border-color: var(--privy-color-foreground-4);
2028
2028
  border-radius: var(--privy-border-radius-md);
2029
2029
  }
2030
- `,M0=qo.div`
2030
+ `,W0=qo.div`
2031
2031
  position: relative;
2032
2032
  overflow: hidden;
2033
2033
  transition: max-height 25ms ease-out;
@@ -2045,32 +2045,32 @@ You will need this password to access your ${e} wallet on a new device. Please k
2045
2045
  gap: 12px;
2046
2046
  flex: 1 1 auto;
2047
2047
  min-height: 1px;
2048
- `,N0=qo.div`
2048
+ `,M0=qo.div`
2049
2049
  transform: ${e=>e.isactive?"rotate(180deg)":"rotate(0deg)"};
2050
- `;import O0 from"styled-components";import{jsx as U0}from"react/jsx-runtime";var Bl=({walletAddress:e,chainId:t=no})=>U0(D0,{href:zm(t,e),target:"_blank",children:ko(e)}),D0=O0.a`
2050
+ `;import L0 from"styled-components";import{jsx as D0}from"react/jsx-runtime";var Bl=({walletAddress:e,chainId:t=no})=>D0(O0,{href:zm(t,e),target:"_blank",children:ko(e)}),O0=L0.a`
2051
2051
  &:hover {
2052
2052
  text-decoration: underline;
2053
2053
  }
2054
- `;import{jsx as pt,jsxs as Hl}from"react/jsx-runtime";var dn=({from:e,to:t,txn:o,transactionInfo:r,tokenPrice:n,gas:i,tokenSymbol:a})=>{let l=o?.value||0;return pt(ef,{children:Hl(tf,{value:"details",children:[pt(of,{children:Hl(F0,{children:[pt("div",{children:r?.title||r?.actionDescription||"Details"}),pt(B0,{children:pt($m,{weiQuantities:[l],tokenPrice:n,tokenSymbol:a})})]})}),Hl(rf,{children:[pt(Ua,{label:"From",children:pt(Bl,{walletAddress:e,chainId:o.chainId||no})}),pt(Ua,{label:"To",children:pt(Bl,{walletAddress:t,chainId:o.chainId||no})}),r&&r.action&&pt(Ua,{label:"Action",children:r.action}),i&&pt(qm,{transactionData:o,gas:i,tokenPrice:n,tokenSymbol:a})]}),pt(nf,{children:({isActive:s})=>pt(Km,{transactionData:o,displayFee:s,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},F0=sf.div`
2054
+ `;import{jsx as pt,jsxs as Hl}from"react/jsx-runtime";var dn=({from:e,to:t,txn:o,transactionInfo:r,tokenPrice:n,gas:i,tokenSymbol:a})=>{let l=o?.value||0;return pt(ef,{children:Hl(tf,{value:"details",children:[pt(of,{children:Hl(U0,{children:[pt("div",{children:r?.title||r?.actionDescription||"Details"}),pt(F0,{children:pt($m,{weiQuantities:[l],tokenPrice:n,tokenSymbol:a})})]})}),Hl(rf,{children:[pt(Ua,{label:"From",children:pt(Bl,{walletAddress:e,chainId:o.chainId||no})}),pt(Ua,{label:"To",children:pt(Bl,{walletAddress:t,chainId:o.chainId||no})}),r&&r.action&&pt(Ua,{label:"Action",children:r.action}),i&&pt(qm,{transactionData:o,gas:i,tokenPrice:n,tokenSymbol:a})]}),pt(nf,{children:({isActive:s})=>pt(Km,{transactionData:o,displayFee:s,gas:i||"0x0",tokenPrice:n,tokenSymbol:a})})]})})},U0=sf.div`
2055
2055
  display: flex;
2056
2056
  flex-direction: row;
2057
2057
  justify-content: space-between;
2058
- `,B0=sf.div`
2058
+ `,F0=sf.div`
2059
2059
  flex-shrink: 0;
2060
2060
  padding-left: 8px;
2061
- `;import ri from"styled-components";import{jsx as oi,jsxs as j0}from"react/jsx-runtime";var Gl=({description:e,contractInfo:t})=>j0(H0,{children:[t.imgUrl&&oi(G0,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&oi(z0,{children:oi("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&oi(V0,{children:t.name}),oi($0,{children:e||t.actionText})]}),H0=ri.div`
2061
+ `;import ri from"styled-components";import{jsx as oi,jsxs as $0}from"react/jsx-runtime";var Gl=({description:e,contractInfo:t})=>$0(B0,{children:[t.imgUrl&&oi(H0,{size:t.imgSize||"sm",src:t.imgUrl,alt:t.imgAltText||`${t.name} image`}),t.url&&oi(G0,{children:oi("a",{href:t.url,target:"_blank",rel:"noopener noreferrer",children:t.url.replace(/^(https?:\/\/)(www\.)?/,"")})}),t.name&&oi(z0,{children:t.name}),oi(V0,{children:e||t.actionText})]}),B0=ri.div`
2062
2062
  display: flex;
2063
2063
  flex-direction: column;
2064
2064
  align-items: center;
2065
2065
  margin-bottom: 8px;
2066
- `,G0=ri.img`
2066
+ `,H0=ri.img`
2067
2067
  && {
2068
2068
  height: ${e=>e.size==="sm"?"65px":"140px"};
2069
2069
  width: ${e=>e.size==="sm"?"65px":"140px"};
2070
2070
  border-radius: 16px;
2071
2071
  margin-bottom: 12px;
2072
2072
  }
2073
- `,z0=ri.div`
2073
+ `,G0=ri.div`
2074
2074
  font-size: 12px;
2075
2075
  line-height: 12px;
2076
2076
  padding: 7px;
@@ -2083,7 +2083,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2083
2083
  text-decoration: underline;
2084
2084
  }
2085
2085
  }
2086
- `,V0=ri.div`
2086
+ `,z0=ri.div`
2087
2087
  font-size: 18px;
2088
2088
  line-height: 18px;
2089
2089
  font-weight: 500;
@@ -2091,7 +2091,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2091
2091
  white-space: nowrap;
2092
2092
  max-width: 275px;
2093
2093
  text-overflow: ellipsis;
2094
- `,$0=ri.div`
2094
+ `,V0=ri.div`
2095
2095
  font-size: 16px;
2096
2096
  line-height: 140%;
2097
2097
  font-weight: 400;
@@ -2099,7 +2099,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2099
2099
  overflow: hidden;
2100
2100
  max-width: 275px;
2101
2101
  text-overflow: ellipsis;
2102
- `;import{WalletIcon as q0}from"@heroicons/react/24/outline";import Vl from"styled-components";import{jsx as lf,jsxs as zl}from"react/jsx-runtime";var cf=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=k(),a=i(t.chainId)||"ETH";return zl(K0,{children:[zl(Y0,{children:[lf(q0,{strokeWidth:"2",width:"16px",height:"16px"}),lf("div",{children:ko(e)})]}),zl(J0,{displayBalanceColor:n,hasFunds:r,children:[o?Zt(o,a,6,!0):0," available"]})]})},K0=Vl.div`
2102
+ `;import{WalletIcon as j0}from"@heroicons/react/24/outline";import Vl from"styled-components";import{jsx as lf,jsxs as zl}from"react/jsx-runtime";var cf=({address:e,txn:t,balance:o,hasFunds:r})=>{let n=!!o,{nativeTokenSymbolForChainId:i}=k(),a=i(t.chainId)||"ETH";return zl(q0,{children:[zl(K0,{children:[lf(j0,{strokeWidth:"2",width:"16px",height:"16px"}),lf("div",{children:ko(e)})]}),zl(Y0,{displayBalanceColor:n,hasFunds:r,children:[o?Zt(o,a,6,!0):0," available"]})]})},q0=Vl.div`
2103
2103
  display: flex;
2104
2104
  flex-direction: row;
2105
2105
  justify-content: space-between;
@@ -2112,12 +2112,12 @@ You will need this password to access your ${e} wallet on a new device. Please k
2112
2112
  border: 1px solid var(--privy-color-foreground-4);
2113
2113
  border-radius: var(--privy-border-radius-md);
2114
2114
  }
2115
- `,Y0=Vl.div`
2115
+ `,K0=Vl.div`
2116
2116
  display: flex;
2117
2117
  flex-direction: row;
2118
2118
  align-items: center;
2119
2119
  gap: 8px;
2120
- `,J0=Vl.div`
2120
+ `,Y0=Vl.div`
2121
2121
  display: flex;
2122
2122
  align-items: center;
2123
2123
  justify-content: center;
@@ -2127,7 +2127,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2127
2127
  background-color: var(--privy-color-background-2);
2128
2128
  padding: 5px 8px;
2129
2129
  color: ${e=>e.displayBalanceColor?e.hasFunds?"var(--privy-color-success-dark)":"var(--privy-color-error)":"inherit"};
2130
- `;import Ga from"styled-components";import{Fragment as pf,jsx as ni,jsxs as uf}from"react/jsx-runtime";var mf=({description:e,txn:t,tokenSymbol:o,tokenPrice:r})=>{let n=t.value||0,i=r?ei(n,r):void 0,a=Zt(n,o);return uf(Q0,{children:[i?uf(pf,{children:[ni(df,{children:i}),ni(Z0,{children:a})]}):ni(pf,{children:ni(df,{children:a})}),ni(X0,{children:e})]})},Q0=Ga.div`
2130
+ `;import Ga from"styled-components";import{Fragment as pf,jsx as ni,jsxs as uf}from"react/jsx-runtime";var mf=({description:e,txn:t,tokenSymbol:o,tokenPrice:r})=>{let n=t.value||0,i=r?ei(n,r):void 0,a=Zt(n,o);return uf(J0,{children:[i?uf(pf,{children:[ni(df,{children:i}),ni(Q0,{children:a})]}):ni(pf,{children:ni(df,{children:a})}),ni(Z0,{children:e})]})},J0=Ga.div`
2131
2131
  display: flex;
2132
2132
  flex-direction: column;
2133
2133
  align-items: center;
@@ -2138,24 +2138,24 @@ You will need this password to access your ${e} wallet on a new device. Please k
2138
2138
  line-height: 48px;
2139
2139
  margin: 8px auto;
2140
2140
  }
2141
- `,Z0=Ga.p`
2141
+ `,Q0=Ga.p`
2142
2142
  margin-bottom: 12px;
2143
2143
  && {
2144
2144
  font-size: 17px;
2145
2145
  line-height: 17px;
2146
2146
  color: var(--privy-color-foreground-3);
2147
2147
  }
2148
- `,X0=Ga.div`
2148
+ `,Z0=Ga.div`
2149
2149
  font-size: 16px;
2150
2150
  line-height: 22.4px;
2151
2151
  font-weight: 400;
2152
2152
  overflow: hidden;
2153
2153
  max-width: 275px;
2154
2154
  text-overflow: ellipsis;
2155
- `;import{VoidSigner as ob}from"@ethersproject/abstract-signer";import{BigNumber as Nt}from"@ethersproject/bignumber";import{Contract as rb}from"@ethersproject/contracts";import{EtherscanProvider as xM}from"@ethersproject/providers";import{serialize as nb}from"@ethersproject/transactions";var za={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 Va={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 $a={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 ja={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 qa={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 Ka={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 Ya={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 Ja={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 Qa={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 Za={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 Xa={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 es={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};import{parseUnits as ff}from"@ethersproject/units";import{ofetch as eb}from"ofetch";var ii={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 ai={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 hf=[ii.id,ai.id],$l=e=>({maxPriorityFee:ff(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:ff(e.maxFee.toFixed(9),"gwei").toHexString()}),tb=e=>({safeLow:$l(e.safeLow),standard:$l(e.standard),fast:$l(e.fast)}),yf=async e=>{let t="";switch(e){case ii.id:t="https://gasstation.polygon.technology/v2";break;case ai.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return tb(await eb(t))};function yo(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 ib(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=yo(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=yo(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=yo(e.gasPrice)),e.value!==void 0&&(t.value=yo(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=yo(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=yo(e.maxPriorityFeePerGas)),t}function ab(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=ye(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=ye(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=ye(e.gasPrice)),e.value!==void 0&&(t.value=ye(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=ye(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=ye(e.maxPriorityFeePerGas)),t}async function pn(e,t,o){t.chainId=Number(t.chainId),vf(t);let r=new ob(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),hf.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await yf(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(sb(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(Nt.from(120)).div(Nt.from(100));t.maxFeePerGas=yo(a),t.maxPriorityFeePerGas=yo(Nt.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(jl(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=Nt.from(i).mul(Nt.from(126)).div(Nt.from(100)).add(Nt.from(t.maxPriorityFeePerGas));t.maxFeePerGas=yo(s)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}lb(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 ib(n)}async function ts(e,t,o,r,n){r=Object.assign({chainId:no},r),vf(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 gf(e,t,o){let r=await o.getBalance(e),n=t.value||0,i=r.sub(ye(n)),a=!i.isNegative()&&!i.isZero();return{balance:r,hasSufficientFunds:a}}function jl(e){return[ja.id,qa.id,Ka.id,Ya.id,Ja.id,Qa.id,Za.id,es.id,Xa.id].includes(e)}function sb(e){return[za.id,Va.id,$a.id].includes(e)}function lb(e){return[56,97].includes(e)}async function ql(e,t){if(!e.chainId||e.chainId&&!jl(e.chainId))return Nt.from(0);let o=Nt.from(0);try{let r=new rb(Jc,Qc,t),n=ab(e),i=nb(n);o=await r.getL1Fee(i)}catch{}return o}async function os(e,t){delete e.from;let o=Nt.from(0),r=Nt.from(0);if(e.gasLimit?o=ye(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=ye(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=ye(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=ye(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&jl(e.chainId))try{let i=await ql(e,t);n=n.add(i)}catch{}return n}function vf(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!cb(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 cb(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&db(e);return t||o||r}function db(e){return/^-?0x[a-f0-9]+$/i.test(e)}function rs(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 Kl,useEffect as pb}from"react";var ns=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=k(),[n,i]=Kl(!0),[a,l]=Kl(void 0),[s,c]=Kl(void 0);return pb(()=>{let u=e.chainId||no,f=r.find(y=>y.id===Number(u));if(!f)throw new z(`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 ub,useContext as mb}from"react";var Yl=ub(null);function si(){let e=mb(Yl);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}import{jsx as Cf}from"react/jsx-runtime";var Jl=({pendingTransaction:e})=>{let{getAccessToken:t}=F(),{wallets:o}=si(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=k(),[l,s]=wf(e),{tokenPrice:c}=ns(l),[u,f]=wf(null),g=a(e.chainId)||"ETH",y=hb(()=>o.find(v=>v.walletClientType==="privy"),[o]);return yb(()=>{async function v(){if(!await t()||!r||!y)return l;let P=new fb(kt(l.chainId,i,n)),C=await os(l,P);return f(ye(C.toBigInt()).toHexString()),pn(y.address,l,P)}v().then(E=>{s(E)})},[r]),y?Cf(vb,{children:Cf(dn,{from:y.address,to:l.to,txn:l,gas:u??void 0,tokenPrice:c,tokenSymbol:g})}):null},vb=gb.div`
2155
+ `;import{VoidSigner as tb}from"@ethersproject/abstract-signer";import{BigNumber as Nt}from"@ethersproject/bignumber";import{Contract as ob}from"@ethersproject/contracts";import{EtherscanProvider as TM}from"@ethersproject/providers";import{serialize as rb}from"@ethersproject/transactions";var za={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 Va={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 $a={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 ja={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 qa={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 Ka={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 Ya={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 Ja={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 Qa={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 Za={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 Xa={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 es={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};import{parseUnits as ff}from"@ethersproject/units";import{ofetch as X0}from"ofetch";var ii={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 ai={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 hf=[ii.id,ai.id],$l=e=>({maxPriorityFee:ff(e.maxPriorityFee.toFixed(9),"gwei").toHexString(),maxFee:ff(e.maxFee.toFixed(9),"gwei").toHexString()}),eb=e=>({safeLow:$l(e.safeLow),standard:$l(e.standard),fast:$l(e.fast)}),yf=async e=>{let t="";switch(e){case ii.id:t="https://gasstation.polygon.technology/v2";break;case ai.id:t="https://gasstation-testnet.polygon.technology/v2";break;default:throw Error(`chainId ${e} does not support polygon gas stations`)}return eb(await X0(t))};function yo(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 nb(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=yo(e.nonce)),e.gasLimit!==void 0&&(t.gasLimit=yo(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=yo(e.gasPrice)),e.value!==void 0&&(t.value=yo(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=yo(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=yo(e.maxPriorityFeePerGas)),t}function ib(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=ye(e.nonce).toNumber()),e.gasLimit!==void 0&&(t.gasLimit=ye(e.gasLimit)),e.gasPrice!==void 0&&(t.gasPrice=ye(e.gasPrice)),e.value!==void 0&&(t.value=ye(e.value)),e.maxFeePerGas!==void 0&&(t.maxFeePerGas=ye(e.maxFeePerGas)),e.maxPriorityFeePerGas!==void 0&&(t.maxPriorityFeePerGas=ye(e.maxPriorityFeePerGas)),t}async function pn(e,t,o){t.chainId=Number(t.chainId),vf(t);let r=new tb(e,o);if(t.gas&&(t.gasLimit=t.gas,delete t.gas),hf.includes(t.chainId)&&(!t.maxPriorityFeePerGas||!t.maxFeePerGas))try{let{standard:i}=await yf(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(ab(t.chainId)&&!t.maxFeePerGas)try{let{lastBaseFeePerGas:i}=await r.getFeeData();if(i){let a=i.mul(Nt.from(120)).div(Nt.from(100));t.maxFeePerGas=yo(a),t.maxPriorityFeePerGas=yo(Nt.from(0))}}catch(i){throw new Error(`Failed to set gas price for Arbitrum transaction: ${i}.`)}if(jl(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=Nt.from(i).mul(Nt.from(126)).div(Nt.from(100)).add(Nt.from(t.maxPriorityFeePerGas));t.maxFeePerGas=yo(s)}}catch(i){throw new Error(`Failed to set gas price for OP stack transaction: ${i}.`)}sb(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 nb(n)}async function ts(e,t,o,r,n){r=Object.assign({chainId:no},r),vf(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 gf(e,t,o){let r=await o.getBalance(e),n=t.value||0,i=r.sub(ye(n)),a=!i.isNegative()&&!i.isZero();return{balance:r,hasSufficientFunds:a}}function jl(e){return[ja.id,qa.id,Ka.id,Ya.id,Ja.id,Qa.id,Za.id,es.id,Xa.id].includes(e)}function ab(e){return[za.id,Va.id,$a.id].includes(e)}function sb(e){return[56,97].includes(e)}async function ql(e,t){if(!e.chainId||e.chainId&&!jl(e.chainId))return Nt.from(0);let o=Nt.from(0);try{let r=new ob(Jc,Qc,t),n=ib(e),i=rb(n);o=await r.getL1Fee(i)}catch{}return o}async function os(e,t){delete e.from;let o=Nt.from(0),r=Nt.from(0);if(e.gasLimit?o=ye(e.gasLimit):o=await t.estimateGas(e),e.type==2)if(e.maxFeePerGas)r=ye(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=ye(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}else if(e.gasPrice)r=ye(e.gasPrice);else{let i=await t.getFeeData();i.gasPrice&&(r=i.gasPrice)}let n=o.mul(r);if(e.chainId&&jl(e.chainId))try{let i=await ql(e,t);n=n.add(i)}catch{}return n}function vf(e){let t=["gasLimit","gasPrice","value","maxPriorityFeePerGas","maxFeePerGas"];for(let o of t){let r=e[o];if(!(typeof r>"u")&&!lb(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 lb(e){let t=typeof e=="number",o=typeof e=="bigint",r=typeof e=="string"&&cb(e);return t||o||r}function cb(e){return/^-?0x[a-f0-9]+$/i.test(e)}function rs(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 Kl,useEffect as db}from"react";var ns=e=>{let{showFiatPrices:t,getUsdTokenPrice:o,chains:r}=k(),[n,i]=Kl(!0),[a,l]=Kl(void 0),[s,c]=Kl(void 0);return db(()=>{let u=e.chainId||no,f=r.find(y=>y.id===Number(u));if(!f)throw new z(`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 pb,useContext as ub}from"react";var Yl=pb(null);function si(){let e=ub(Yl);if(e===null)throw new Error("`useWallets` was called outside the PrivyProvider component");return e}import{jsx as Cf}from"react/jsx-runtime";var Jl=({pendingTransaction:e})=>{let{getAccessToken:t}=F(),{wallets:o}=si(),{walletProxy:r,rpcConfig:n,chains:i,nativeTokenSymbolForChainId:a}=k(),[l,s]=wf(e),{tokenPrice:c}=ns(l),[u,f]=wf(null),g=a(e.chainId)||"ETH",y=fb(()=>o.find(v=>v.walletClientType==="privy"),[o]);return hb(()=>{async function v(){if(!await t()||!r||!y)return l;let P=new mb(kt(l.chainId,i,n)),C=await os(l,P);return f(ye(C.toBigInt()).toHexString()),pn(y.address,l,P)}v().then(E=>{s(E)})},[r]),y?Cf(gb,{children:Cf(dn,{from:y.address,to:l.to,txn:l,gas:u??void 0,tokenPrice:c,tokenSymbol:g})}):null},gb=yb.div`
2156
2156
  width: 100%;
2157
2157
  padding: 1rem 0;
2158
- `;import{Fragment as Zl,jsx as Q,jsxs as Xt}from"react/jsx-runtime";var Xl=({open:e,onClose:t})=>{let{user:o}=F(),[r,n]=Ql(null),{init:i,cancel:a}=ln();Tb(()=>{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?Q(xb,{selectedMethod:r,onClose:s,onBack:o.mfaMethods.length>1?()=>n(null):void 0}):Xt(Zl,{children:[Q(x,{onClose:s},"header"),Q(He,{children:Q(qe,{children:Q(Pb,{})})}),Q(_e,{children:"Verify your identity"}),Q(fe,{children:"Choose a verification method"}),Xt(ga,{children:[o.mfaMethods.includes("totp")&&Xt(me,{onClick:()=>l("totp"),children:[Q(wb,{}),"Authenticator App"]},"totp"),o.mfaMethods.includes("sms")&&Xt(me,{onClick:()=>l("sms"),children:[Q(Cb,{}),"SMS"]},"sms")]}),Q(K,{})]})},xb=({selectedMethod:e,onClose:t,onBack:o})=>{let{app:r}=S(),{pendingTransaction:n}=k(),[i,a]=Ql(!1),[l,s]=Ql(!1),{submit:c}=ln();async function u(f){try{if(!f)return;await c(e,f),s(!0),a(!1),t()}catch(g){throw tl(g)?(a(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):Kr(g)?(a(!1),new Error("The code you entered is not valid")):qr(g)?(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 Xt(Zl,{children:[Q(x,{onClose:t},"header"),Q(He,{children:Q(qe,{children:Q(Eb,{})})}),Q(_e,{children:"Enter verification code"}),Xt(Fo,{children:[Q(sn,{success:l,disabled:i,onChange:u}),Xt(fe,{children:["To continue, please enter the 6-digit code sent to your ",Q("strong",{children:"mobile device"})]}),n&&Q(Jl,{pendingTransaction:n})]}),o&&Q(vl,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),Q(so,{onClick:t,children:"Not now"}),Q(K,{})]});case"totp":return Xt(Zl,{children:[Q(x,{onClose:t},"header"),Q(He,{children:Q(qe,{children:Q(bb,{})})}),Q(_e,{children:"Enter verification code"}),Xt(Fo,{children:[Q(sn,{success:l,disabled:i,onChange:u}),Xt(fe,{children:["To continue, please enter the 6-digit code generated from your"," ",Q("strong",{children:"authenticator app"})]}),n&&Q(Jl,{pendingTransaction:n})]}),o&&Q(vl,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),Q(so,{onClick:t,children:"Not now"}),Q(K,{})]});default:return null}};import{useEffect as bf,useState as Ef}from"react";import Tf from"styled-components";function ec(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{Fragment as kb,jsx as go,jsxs as as}from"react/jsx-runtime";var Pf={google:{name:"Google",component:Ma},discord:{name:"Discord",component:Ra},github:{name:"Github",component:Ia},linkedin:{name:"LinkedIn",component:La},twitter:{name:"Twitter",component:Da},tiktok:{name:"Tiktok",component:Oa},apple:{name:"Apple",component:Aa}},is=()=>{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"),_t.del(Sr),window.history.pushState({},"",e)},xf=()=>{let{ready:e,user:t,authenticated:o}=F(),{app:r,setModalData:n,navigate:i,resetNavigation:a}=S(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:c,updateWallets:u,setReadyToTrue:f,closePrivyModal:g}=k(),[y,v]=Ef(!1),[E,P]=Ef(void 0),C=l()?.provider||"google",_=Pf[C].name,I=Pf[C].component,W=r?.render.inDialog?it:0;bf(()=>{c(C).then(()=>{is(),v(!0)}).catch(L=>{let U={retryable:!1,message:"Authentication failed"};if(L?.privyErrorCode==="allowlist_rejected"){P(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),is();return}else L?.privyErrorCode==="linked_to_another_user"?U.detail="This account has already been linked to another user.":L?.privyErrorCode==="invalid_credentials"?(U.retryable=!0,U.detail="Something went wrong. Try again."):L.privyErrorCode==="oauth_user_denied"?(U.detail=`Retry and check ${ec(C)} to finish connecting your account.`,U.retryable=!0):L?.privyErrorCode==="too_many_requests"&&(U.detail="Too many requests. Please wait before trying again.");is(),P(U)}).finally(()=>{f()})},[]),bf(()=>{if(e&&o&&y&&t)if(So(t,r?.embeddedWallets?.createOnLogin)){let U=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:Y=>console.error(Y),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},W);return()=>clearTimeout(U)}else{let U=setTimeout(g,W);return u(),()=>clearTimeout(U)}},[e,o,y,t]);let N=y?`Successfully connected with ${_}`:E?E.message:`Verifying connection to ${_}`,M="";return y?M="You\u2019re good to go!":E?M=E.detail:M="Just a few moments more",as(kb,{children:[go(x,{}),go(q,{}),as(Sb,{children:[go(_b,{children:as("div",{children:[go(Io,{success:y,fail:!!E}),go(I,{style:{width:"38px",height:"38px"}})]})}),as(wt,{children:[go("h3",{children:N}),go("p",{children:M})]}),E&&E?.retryable?go(Vi,{onClick:()=>{is(),s(C),P(void 0)},disabled:!y&&!E?.retryable,children:"Retry"}):null]}),go(K,{})]})},Sb=Tf.div`
2158
+ `;import{Fragment as Zl,jsx as Q,jsxs as Xt}from"react/jsx-runtime";var Xl=({open:e,onClose:t})=>{let{user:o}=F(),[r,n]=Ql(null),{init:i,cancel:a}=ln();Pb(()=>{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?Q(Tb,{selectedMethod:r,onClose:s,onBack:o.mfaMethods.length>1?()=>n(null):void 0}):Xt(Zl,{children:[Q(x,{onClose:s},"header"),Q(He,{children:Q(qe,{children:Q(Eb,{})})}),Q(_e,{children:"Verify your identity"}),Q(fe,{children:"Choose a verification method"}),Xt(ga,{children:[o.mfaMethods.includes("totp")&&Xt(me,{onClick:()=>l("totp"),children:[Q(vb,{}),"Authenticator App"]},"totp"),o.mfaMethods.includes("sms")&&Xt(me,{onClick:()=>l("sms"),children:[Q(wb,{}),"SMS"]},"sms")]}),Q(K,{})]})},Tb=({selectedMethod:e,onClose:t,onBack:o})=>{let{app:r}=S(),{pendingTransaction:n}=k(),[i,a]=Ql(!1),[l,s]=Ql(!1),{submit:c}=ln();async function u(f){try{if(!f)return;await c(e,f),s(!0),a(!1),t()}catch(g){throw tl(g)?(a(!0),new Error("You have exceeded the maximum number of attempts. Please close this window and try again in 10 seconds.")):Kr(g)?(a(!1),new Error("The code you entered is not valid")):qr(g)?(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 Xt(Zl,{children:[Q(x,{onClose:t},"header"),Q(He,{children:Q(qe,{children:Q(bb,{})})}),Q(_e,{children:"Enter verification code"}),Xt(Fo,{children:[Q(sn,{success:l,disabled:i,onChange:u}),Xt(fe,{children:["To continue, please enter the 6-digit code sent to your ",Q("strong",{children:"mobile device"})]}),n&&Q(Jl,{pendingTransaction:n})]}),o&&Q(vl,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),Q(so,{onClick:t,children:"Not now"}),Q(K,{})]});case"totp":return Xt(Zl,{children:[Q(x,{onClose:t},"header"),Q(He,{children:Q(qe,{children:Q(Cb,{})})}),Q(_e,{children:"Enter verification code"}),Xt(Fo,{children:[Q(sn,{success:l,disabled:i,onChange:u}),Xt(fe,{children:["To continue, please enter the 6-digit code generated from your"," ",Q("strong",{children:"authenticator app"})]}),n&&Q(Jl,{pendingTransaction:n})]}),o&&Q(vl,{theme:r?.appearance.palette.colorScheme,onClick:o,children:"Choose another method"}),Q(so,{onClick:t,children:"Not now"}),Q(K,{})]});default:return null}};import{useEffect as bf,useState as Ef}from"react";import Tf from"styled-components";function ec(e){return e.charAt(0).toUpperCase()+e.slice(1)}import{Fragment as _b,jsx as go,jsxs as as}from"react/jsx-runtime";var Pf={google:{name:"Google",component:Ma},discord:{name:"Discord",component:Ra},github:{name:"Github",component:Ia},linkedin:{name:"LinkedIn",component:La},twitter:{name:"Twitter",component:Da},tiktok:{name:"Tiktok",component:Oa},apple:{name:"Apple",component:Aa}},is=()=>{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"),_t.del(Sr),window.history.pushState({},"",e)},xf=()=>{let{ready:e,user:t,authenticated:o}=F(),{app:r,setModalData:n,navigate:i,resetNavigation:a}=S(),{getAuthMeta:l,initLoginWithOAuth:s,loginWithOAuth:c,updateWallets:u,setReadyToTrue:f,closePrivyModal:g}=k(),[y,v]=Ef(!1),[E,P]=Ef(void 0),C=l()?.provider||"google",_=Pf[C].name,I=Pf[C].component,W=r?.render.inDialog?it:0;bf(()=>{c(C).then(()=>{is(),v(!0)}).catch(L=>{let U={retryable:!1,message:"Authentication failed"};if(L?.privyErrorCode==="allowlist_rejected"){P(void 0),a(),i("ALLOWLIST_REJECTION_SCREEN"),is();return}else L?.privyErrorCode==="linked_to_another_user"?U.detail="This account has already been linked to another user.":L?.privyErrorCode==="invalid_credentials"?(U.retryable=!0,U.detail="Something went wrong. Try again."):L.privyErrorCode==="oauth_user_denied"?(U.detail=`Retry and check ${ec(C)} to finish connecting your account.`,U.retryable=!0):L?.privyErrorCode==="too_many_requests"&&(U.detail="Too many requests. Please wait before trying again.");is(),P(U)}).finally(()=>{f()})},[]),bf(()=>{if(e&&o&&y&&t)if(So(t,r?.embeddedWallets?.createOnLogin)){let U=setTimeout(()=>{n({createWallet:{onSuccess:()=>{},onFailure:Y=>console.error(Y),callAuthOnSuccessOnClose:!0}}),i("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")},W);return()=>clearTimeout(U)}else{let U=setTimeout(g,W);return u(),()=>clearTimeout(U)}},[e,o,y,t]);let N=y?`Successfully connected with ${_}`:E?E.message:`Verifying connection to ${_}`,M="";return y?M="You\u2019re good to go!":E?M=E.detail:M="Just a few moments more",as(_b,{children:[go(x,{}),go(q,{}),as(xb,{children:[go(Sb,{children:as("div",{children:[go(Io,{success:y,fail:!!E}),go(I,{style:{width:"38px",height:"38px"}})]})}),as(wt,{children:[go("h3",{children:N}),go("p",{children:M})]}),E&&E?.retryable?go(Vi,{onClick:()=>{is(),s(C),P(void 0)},disabled:!y&&!E?.retryable,children:"Retry"}):null]}),go(K,{})]})},xb=Tf.div`
2159
2159
  display: flex;
2160
2160
  flex-direction: column;
2161
2161
  align-items: center;
@@ -2163,7 +2163,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2163
2163
  margin-left: 27px;
2164
2164
  margin-right: 27px;
2165
2165
  gap: 24px;
2166
- `,_b=Tf.div`
2166
+ `,Sb=Tf.div`
2167
2167
  display: flex;
2168
2168
  flex-direction: column;
2169
2169
  justify-content: center;
@@ -2186,55 +2186,55 @@ You will need this password to access your ${e} wallet on a new device. Please k
2186
2186
  left: -19px;
2187
2187
  top: -19px;
2188
2188
  }
2189
- `;import{useEffect as Rb,useState as _f}from"react";import Ib from"styled-components";import{isMobile as Ab}from"react-device-detect";var Sf=(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(!_o()&&Ab)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as Mb,jsx as vo,jsxs as kf}from"react/jsx-runtime";var Af=()=>{let{forkSession:e,ready:t,authenticated:o}=F(),[r,n]=_f(""),[i,a]=_f(!1);Rb(()=>{t&&o&&e().then(n)},[t,o]);let l=Sf(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."),kf(Mb,{children:[vo(x,{},"header"),vo(q,{}),vo(Yt,{title:s.title,description:s.description}),kf(Kt,{children:[vo(Wb,{children:vo(Vt,{style:{width:"72px",height:"72px"}})}),vo(zi,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?vo("p",{children:s.footnote}):null]}),vo(J,{}),vo(B,{protectedByPrivy:!0})]})},Wb=Ib(vt)`
2189
+ `;import{useEffect as Ab,useState as _f}from"react";import Rb from"styled-components";import{isMobile as kb}from"react-device-detect";var Sf=(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(!_o()&&kb)return`${t?"phantom://":"https://phantom.app/ul/"}browse/${r}?ref=${r}`};import{Fragment as Wb,jsx as vo,jsxs as kf}from"react/jsx-runtime";var Af=()=>{let{forkSession:e,ready:t,authenticated:o}=F(),[r,n]=_f(""),[i,a]=_f(!1);Ab(()=>{t&&o&&e().then(n)},[t,o]);let l=Sf(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."),kf(Wb,{children:[vo(x,{},"header"),vo(q,{}),vo(Yt,{title:s.title,description:s.description}),kf(Kt,{children:[vo(Ib,{children:vo(Vt,{style:{width:"72px",height:"72px"}})}),vo(zi,{href:l,onClick:()=>{setTimeout(()=>a(!0),1e3)},loading:t&&!l,children:i?"Go to App Store":"Continue"}),s.footnote?vo("p",{children:s.footnote}):null]}),vo(J,{}),vo(B,{protectedByPrivy:!0})]})},Ib=Rb(vt)`
2190
2190
  margin: 16px auto;
2191
- `;import{StaticJsonRpcProvider as Fb}from"@ethersproject/providers";import{useMemo as Wf,useEffect as Mf,useState as Pt}from"react";import mn from"styled-components";function Rf(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{BigNumber as tc}from"@ethersproject/bignumber";import Nb from"styled-components";import{Fragment as Db,jsx as li,jsxs as Ub}from"react/jsx-runtime";var Lb=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=tc.from(e.gasUsed),r=tc.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=tc.from(t);n=n.add(i)}return n.toString()}catch{return}else return},If=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>Ub(Db,{children:[li(x,{onClose:r}),li(xn,{title:"Transaction complete!",description:"You're all set."}),li(dn,{tokenPrice:n,from:t.from,to:t.to,gas:Lb(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),li(Ob,{loading:!1,onClick:r,children:"All Done"}),li(K,{})]}),Ob=Nb(D)`
2191
+ `;import{StaticJsonRpcProvider as Ub}from"@ethersproject/providers";import{useMemo as Wf,useEffect as Mf,useState as Pt}from"react";import mn from"styled-components";function Rf(e){return e.to&&e.data?"CONTRACT_CALL":e.to&&e.value?"SEND":"UNKNOWN"}import{BigNumber as tc}from"@ethersproject/bignumber";import Mb from"styled-components";import{Fragment as Ob,jsx as li,jsxs as Db}from"react/jsx-runtime";var Nb=(e,t)=>{if(e.gasUsed&&e.effectiveGasPrice)try{let o=tc.from(e.gasUsed),r=tc.from(e.effectiveGasPrice),n=o.mul(r);if(t){let i=tc.from(t);n=n.add(i)}return n.toString()}catch{return}else return},If=({txn:e,receipt:t,transactionInfo:o,onClose:r,tokenPrice:n,tokenSymbol:i,l1GasEstimate:a})=>Db(Ob,{children:[li(x,{onClose:r}),li(xn,{title:"Transaction complete!",description:"You're all set."}),li(dn,{tokenPrice:n,from:t.from,to:t.to,gas:Nb(t,a),txn:e,transactionInfo:o,tokenSymbol:i}),li(Lb,{loading:!1,onClick:r,children:"All Done"}),li(K,{})]}),Lb=Mb(D)`
2192
2192
  && {
2193
2193
  margin-top: 24px;
2194
2194
  }
2195
2195
  transition: color 350ms ease, background-color 350ms ease;
2196
- `;import{Fragment as oc,jsx as Ge,jsxs as un}from"react/jsx-runtime";var Bb=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return Ge(Gl,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return Ge(Gl,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return Ge(oc,{children:Ge(mf,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},Lf=()=>{let{authenticated:e,getAccessToken:t}=F(),{wallets:o}=si(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:l,nativeTokenSymbolForChainId:s}=k(),{app:c,navigate:u,data:f,onUserCloseViaDialogOrKeybindRef:g,setModalData:y}=S(),{transactionRequest:v,onSuccess:E,onFailure:P,uiOptions:C,fundWalletConfig:_}=f.sendTransaction,[I,W]=Pt(null),[N,M]=Pt(null),[L,U]=Pt(""),[Y,Z]=Pt(),[A,H]=Pt(!1),V=()=>{U(""),Z(void 0)},Ce=(Re,ot,rt)=>{U(Re),Z(new Ve(new Ht(ot??Re,rt??Xe.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[O,ve]=Pt(!1),[xt,we]=Pt(!0),[ke,Oe]=Pt(null),[ie,Co]=Pt(v),{tokenPrice:bo,isTokenPriceLoading:Yo}=ns(ie),Je=s(v.chainId)||"ETH",[Ae,Eo]=Pt(null),[br,X]=Pt(null),[Dt,te]=Pt(!0);Mf(()=>{e||(u("LANDING"),P(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let be=Wf(()=>o.find(Re=>Re.walletClientType==="privy"),[o]),ms=async()=>{if(!be)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:Re,externalTransactionId:ot}=await i(be.address,{config:_?.config||{}});y({fiatOnRampPrompt:{signedUrl:Re},fiatOnRampStatus:{externalTransactionId:ot}}),u("FIAT_ON_RAMP_PROMPT_SCREEN")},se=Wf(()=>new Fb(kt(ie.chainId,l,a)),[ie.chainId,a]);Mf(()=>{let Re=()=>{we(!1),Ce("Wallet has insufficient funds for this transaction."),c?.fiatOnRamp.enabled&&H(!0)};async function ot(){let rt=ie;if(!(!await t()||!r||!be)){try{rt=await pn(be.address,ie,se),Co(rt)}catch(St){Ap(St)?Re():Ce("There was an error preparing your transaction. Please try again.",St.reason)}try{let St=await os(rt,se);Eo(ye(St.toBigInt()).toHexString());let Er=await ql(ie,se);X(ye(Er.toBigInt()).toHexString())}catch{Eo(null)}try{let{balance:St,hasSufficientFunds:Er}=await gf(be.address,rt,se);Oe(St.toHexString()),Er||Re()}catch(St){console.warn(`Failed to fetch wallet balance with error: ${St}`)}te(!1)}}ot()},[r]);let ro=Rf(ie),fs=ro==="SEND"?`Send ${Je}`:"Review transaction",fn={modalTitle:C.header||C.modalTitle||fs,buttonText:C.buttonText||"Submit"},Po=()=>{O||(N?E(N):P(Y||new Ve(new Ht("The user rejected the request",Xe.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return g.current=Po,bo===void 0&&Yo||Dt?un(oc,{children:[C.transactionInfo?.contractInfo?.imgUrl&&Ge(Di,{src:C.transactionInfo?.contractInfo?.imgUrl}),Ge(x,{title:fn.modalTitle,onClose:Po}),Ge(Nf,{children:Ge(jr,{})})]}):I!==null?Ge(If,{txn:ie,onClose:Po,receipt:I,transactionInfo:C.transactionInfo,tokenPrice:bo,tokenSymbol:Je,l1GasEstimate:br}):un(oc,{children:[Ge(x,{title:fn.modalTitle,onClose:Po}),un(Nf,{children:[un(Vb,{children:[Ge(Bb,{txn:ie,txnFamily:ro,uiOptions:C,tokenSymbol:Je,tokenPrice:bo}),be?Ge(dn,{from:be.address,to:ie.to,txn:ie,transactionInfo:C.transactionInfo,gas:Ae||void 0,tokenPrice:bo,tokenSymbol:Je}):null]}),un($b,{children:[Ge(Hb,{children:L}),Ge(cf,{txn:ie,address:be?.address??"",hasFunds:xt,balance:ke}),un(Gb,{children:[A&&Ge(D,{onClick:ms,children:"Add Funds"}),Ge(zb,{disabled:O||!xt,loading:!r||O,loadingText:O?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{ve(!0);let Re=await t();if(Re&&!O&&be)try{let ot=await ts(Re,be.address,r,ie,se);M(ot);let rt=await ot.wait();W(rs(rt)),V()}catch(ot){let rt="There was an error processing your transaction. Please contact support.";console.warn({transaction:ie,error:ot}),Ce(rt,ot.reason)}finally{ve(!1)}},children:fn.buttonText})]})]})]})]})},Nf=mn.div`
2196
+ `;import{Fragment as oc,jsx as Ge,jsxs as un}from"react/jsx-runtime";var Fb=({txn:e,txnFamily:t,uiOptions:o,tokenSymbol:r,tokenPrice:n})=>{if(t==="CONTRACT_CALL"){if(o.transactionInfo?.contractInfo)return Ge(Gl,{contractInfo:o.transactionInfo.contractInfo,description:o.description});if(o.senderInfo)return Ge(Gl,{contractInfo:o.senderInfo,description:o.description||o.senderInfo.actionText})}return Ge(oc,{children:Ge(mf,{description:o.description||o.transactionInfo?.description||"",txn:e,tokenSymbol:r,tokenPrice:n})})},Lf=()=>{let{authenticated:e,getAccessToken:t}=F(),{wallets:o}=si(),{walletProxy:r,closePrivyModal:n,getFiatOnRampConfig:i,rpcConfig:a,chains:l,nativeTokenSymbolForChainId:s}=k(),{app:c,navigate:u,data:f,onUserCloseViaDialogOrKeybindRef:g,setModalData:y}=S(),{transactionRequest:v,onSuccess:E,onFailure:P,uiOptions:C,fundWalletConfig:_}=f.sendTransaction,[I,W]=Pt(null),[N,M]=Pt(null),[L,U]=Pt(""),[Y,Z]=Pt(),[A,H]=Pt(!1),V=()=>{U(""),Z(void 0)},Ce=(Re,ot,rt)=>{U(Re),Z(new Ve(new Ht(ot??Re,rt??Xe.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))},[O,ve]=Pt(!1),[xt,we]=Pt(!0),[ke,Oe]=Pt(null),[ie,Co]=Pt(v),{tokenPrice:bo,isTokenPriceLoading:Yo}=ns(ie),Je=s(v.chainId)||"ETH",[Ae,Eo]=Pt(null),[br,X]=Pt(null),[Dt,te]=Pt(!0);Mf(()=>{e||(u("LANDING"),P(new Error("User must be authenticated before transacting with a Privy wallet")))},[e]);let be=Wf(()=>o.find(Re=>Re.walletClientType==="privy"),[o]),ms=async()=>{if(!be)return console.warn("No privy wallet found, cannot fund wallet.");let{signedUrl:Re,externalTransactionId:ot}=await i(be.address,{config:_?.config||{}});y({fiatOnRampPrompt:{signedUrl:Re},fiatOnRampStatus:{externalTransactionId:ot}}),u("FIAT_ON_RAMP_PROMPT_SCREEN")},se=Wf(()=>new Ub(kt(ie.chainId,l,a)),[ie.chainId,a]);Mf(()=>{let Re=()=>{we(!1),Ce("Wallet has insufficient funds for this transaction."),c?.fiatOnRamp.enabled&&H(!0)};async function ot(){let rt=ie;if(!(!await t()||!r||!be)){try{rt=await pn(be.address,ie,se),Co(rt)}catch(St){Ap(St)?Re():Ce("There was an error preparing your transaction. Please try again.",St.reason)}try{let St=await os(rt,se);Eo(ye(St.toBigInt()).toHexString());let Er=await ql(ie,se);X(ye(Er.toBigInt()).toHexString())}catch{Eo(null)}try{let{balance:St,hasSufficientFunds:Er}=await gf(be.address,rt,se);Oe(St.toHexString()),Er||Re()}catch(St){console.warn(`Failed to fetch wallet balance with error: ${St}`)}te(!1)}}ot()},[r]);let ro=Rf(ie),fs=ro==="SEND"?`Send ${Je}`:"Review transaction",fn={modalTitle:C.header||C.modalTitle||fs,buttonText:C.buttonText||"Submit"},Po=()=>{O||(N?E(N):P(Y||new Ve(new Ht("The user rejected the request",Xe.E4001_USER_REJECTED_REQUEST.eipCode))),n({shouldCallAuthOnSuccess:!1}))};return g.current=Po,bo===void 0&&Yo||Dt?un(oc,{children:[C.transactionInfo?.contractInfo?.imgUrl&&Ge(Di,{src:C.transactionInfo?.contractInfo?.imgUrl}),Ge(x,{title:fn.modalTitle,onClose:Po}),Ge(Nf,{children:Ge(jr,{})})]}):I!==null?Ge(If,{txn:ie,onClose:Po,receipt:I,transactionInfo:C.transactionInfo,tokenPrice:bo,tokenSymbol:Je,l1GasEstimate:br}):un(oc,{children:[Ge(x,{title:fn.modalTitle,onClose:Po}),un(Nf,{children:[un(zb,{children:[Ge(Fb,{txn:ie,txnFamily:ro,uiOptions:C,tokenSymbol:Je,tokenPrice:bo}),be?Ge(dn,{from:be.address,to:ie.to,txn:ie,transactionInfo:C.transactionInfo,gas:Ae||void 0,tokenPrice:bo,tokenSymbol:Je}):null]}),un(Vb,{children:[Ge(Bb,{children:L}),Ge(cf,{txn:ie,address:be?.address??"",hasFunds:xt,balance:ke}),un(Hb,{children:[A&&Ge(D,{onClick:ms,children:"Add Funds"}),Ge(Gb,{disabled:O||!xt,loading:!r||O,loadingText:O?"Submitting (may take a few minutes)...":"Loading...",onClick:async()=>{ve(!0);let Re=await t();if(Re&&!O&&be)try{let ot=await ts(Re,be.address,r,ie,se);M(ot);let rt=await ot.wait();W(rs(rt)),V()}catch(ot){let rt="There was an error processing your transaction. Please contact support.";console.warn({transaction:ie,error:ot}),Ce(rt,ot.reason)}finally{ve(!1)}},children:fn.buttonText})]})]})]})]})},Nf=mn.div`
2197
2197
  display: flex;
2198
2198
  flex-direction: column;
2199
2199
  justify-content: space-between;
2200
2200
  flex-grow: 1;
2201
2201
  padding-bottom: 16px;
2202
- `,Hb=mn.div`
2202
+ `,Bb=mn.div`
2203
2203
  font-size: 13px;
2204
2204
  color: var(--privy-color-error);
2205
2205
  width: 100%;
2206
2206
  margin-top: 16px;
2207
- `,Gb=mn.div`
2207
+ `,Hb=mn.div`
2208
2208
  display: flex;
2209
2209
  direction: row;
2210
2210
  justify-content: space-between;
2211
2211
  align-items: center;
2212
2212
  gap: 8px;
2213
- `,zb=mn(D)`
2213
+ `,Gb=mn(D)`
2214
2214
  transition: color 350ms ease, background-color 350ms ease;
2215
- `,Vb=mn.div`
2215
+ `,zb=mn.div`
2216
2216
  height: 100%;
2217
2217
  display: flex;
2218
2218
  flex-direction: column;
2219
2219
  justify-content: space-evenly;
2220
2220
  flex-grow: 1;
2221
- `,$b=mn.div`
2221
+ `,Vb=mn.div`
2222
2222
  display: flex;
2223
2223
  flex-direction: column;
2224
2224
  gap: 8px;
2225
- `;import{isHexString as jb}from"@ethersproject/bytes";import{toUtf8String as qb}from"@ethersproject/strings";import{useEffect as Of,useState as ss}from"react";import vr,{css as Kb}from"styled-components";import{Fragment as r2,jsx as Lt,jsxs as rc}from"react/jsx-runtime";var Yb=e=>{if(!jb(e))return e;try{return qb(e)}catch{return e}},Df=()=>{let{authenticated:e}=F(),{initializeWalletProxy:t,closePrivyModal:o}=k(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=S(),[a,l]=ss(!0),[s,c]=ss(""),[u,f]=ss(),[g,y]=ss(null),v=g!==null;Of(()=>{e||r("LANDING")},[e]),Of(()=>{t(kr).then(M=>{l(!1),M||(c("An error has occurred, please try again."),f(new Ve(new Ht(s,Xe.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{message:E,confirmAndSignMessage:P,onSuccess:C,onFailure:_,uiOptions:I}=n.signMessage,W={title:I.title||"Sign message",description:I.description||"Signing this message will not cost you any fees.",buttonText:I.buttonText||"Sign and continue"},N=M=>{M?C(M):_(u||new Ve(new Ht("The user rejected the request.",Xe.E4001_USER_REJECTED_REQUEST.eipCode))),o({shouldCallAuthOnSuccess:!1}),y(null),c(""),f(void 0)};return i.current=()=>{N(g)},rc(r2,{children:[Lt(x,{onClose:()=>N(g)}),Lt(q,{}),rc(Jb,{children:[Lt(Qb,{children:W.title}),Lt(Zb,{children:W.description}),Lt(Xb,{children:Yb(E)}),Lt(e2,{fail:!0,children:s}),Lt(o2,{success:v,loading:a,disabled:v,onClick:async()=>{try{let M=await P();y(M),c(""),setTimeout(()=>{N(M)},it)}catch{c("An error has occurred, please try again."),f(new Ve(new Ht(s,Xe.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:v?rc(t2,{children:[Lt(ha,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",Lt("span",{children:"Success"})]}):W.buttonText})]}),Lt(J,{}),Lt(B,{protectedByPrivy:!0})]})},Jb=vr.div`
2225
+ `;import{isHexString as $b}from"@ethersproject/bytes";import{toUtf8String as jb}from"@ethersproject/strings";import{useEffect as Of,useState as ss}from"react";import vr,{css as qb}from"styled-components";import{Fragment as o2,jsx as Lt,jsxs as rc}from"react/jsx-runtime";var Kb=e=>{if(!$b(e))return e;try{return jb(e)}catch{return e}},Df=()=>{let{authenticated:e}=F(),{initializeWalletProxy:t,closePrivyModal:o}=k(),{navigate:r,data:n,onUserCloseViaDialogOrKeybindRef:i}=S(),[a,l]=ss(!0),[s,c]=ss(""),[u,f]=ss(),[g,y]=ss(null),v=g!==null;Of(()=>{e||r("LANDING")},[e]),Of(()=>{t(kr).then(M=>{l(!1),M||(c("An error has occurred, please try again."),f(new Ve(new Ht(s,Xe.E32603_DEFAULT_INTERNAL_ERROR.eipCode))))})},[]);let{message:E,confirmAndSignMessage:P,onSuccess:C,onFailure:_,uiOptions:I}=n.signMessage,W={title:I.title||"Sign message",description:I.description||"Signing this message will not cost you any fees.",buttonText:I.buttonText||"Sign and continue"},N=M=>{M?C(M):_(u||new Ve(new Ht("The user rejected the request.",Xe.E4001_USER_REJECTED_REQUEST.eipCode))),o({shouldCallAuthOnSuccess:!1}),y(null),c(""),f(void 0)};return i.current=()=>{N(g)},rc(o2,{children:[Lt(x,{onClose:()=>N(g)}),Lt(q,{}),rc(Yb,{children:[Lt(Jb,{children:W.title}),Lt(Qb,{children:W.description}),Lt(Zb,{children:Kb(E)}),Lt(Xb,{fail:!0,children:s}),Lt(t2,{success:v,loading:a,disabled:v,onClick:async()=>{try{let M=await P();y(M),c(""),setTimeout(()=>{N(M)},it)}catch{c("An error has occurred, please try again."),f(new Ve(new Ht(s,Xe.E32603_DEFAULT_INTERNAL_ERROR.eipCode)))}},children:v?rc(e2,{children:[Lt(ha,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",Lt("span",{children:"Success"})]}):W.buttonText})]}),Lt(J,{}),Lt(B,{protectedByPrivy:!0})]})},Yb=vr.div`
2226
2226
  display: flex;
2227
2227
  flex-direction: column;
2228
2228
  align-items: center;
2229
2229
  justify-content: center;
2230
- `,Qb=vr.span`
2230
+ `,Jb=vr.span`
2231
2231
  color: var(--privy-color-foreground);
2232
2232
  text-align: center;
2233
2233
  font-size: 1.125rem;
2234
2234
  font-weight: 500;
2235
2235
  line-height: 1.25rem; /* 111.111% */
2236
2236
  text-align: center;
2237
- `,Zb=vr.span`
2237
+ `,Qb=vr.span`
2238
2238
  margin-top: 4px;
2239
2239
  color: var(--privy-color-foreground);
2240
2240
  text-align: center;
@@ -2244,7 +2244,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2244
2244
  font-weight: 400;
2245
2245
  line-height: 20px; /* 142.857% */
2246
2246
  letter-spacing: -0.008px;
2247
- `,Xb=vr.div`
2247
+ `,Zb=vr.div`
2248
2248
  margin-top: 1.5rem;
2249
2249
  background-color: var(--privy-color-background-2);
2250
2250
  border-radius: var(--privy-border-radius-md);
@@ -2262,7 +2262,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2262
2262
  &::-webkit-scrollbar {
2263
2263
  display: none; /* Safari and Chrome */
2264
2264
  }
2265
- `,e2=vr.div`
2265
+ `,Xb=vr.div`
2266
2266
  line-height: 20px;
2267
2267
  height: 20px;
2268
2268
  font-size: 13px;
@@ -2272,20 +2272,20 @@ You will need this password to access your ${e} wallet on a new device. Please k
2272
2272
  width: 100%;
2273
2273
  margin-top: 16px;
2274
2274
  margin-bottom: 4px;
2275
- `,t2=vr.span`
2275
+ `,e2=vr.span`
2276
2276
  display: flex;
2277
2277
  align-items: center;
2278
2278
  gap: 8px;
2279
- `,o2=vr(D)`
2279
+ `,t2=vr(D)`
2280
2280
  transition: color 350ms ease, background-color 350ms ease;
2281
2281
 
2282
- ${e=>e.success&&Kb`
2282
+ ${e=>e.success&&qb`
2283
2283
  &&&& {
2284
2284
  background-color: var(--privy-color-success);
2285
2285
  color: #ffffff;
2286
2286
  }
2287
2287
  `}
2288
- `;import i2,{createGlobalStyle as a2}from"styled-components";var n2=`
2288
+ `;import n2,{createGlobalStyle as i2}from"styled-components";var r2=`
2289
2289
  *,
2290
2290
  ::before,
2291
2291
  ::after {
@@ -2515,7 +2515,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2515
2515
  [hidden] {
2516
2516
  display: none;
2517
2517
  }
2518
- `,Uf=n2;var Ff=a2`
2518
+ `,Uf=r2;var Ff=i2`
2519
2519
  :root {
2520
2520
  // Borders
2521
2521
  --privy-border-radius-sm: 6px;
@@ -2547,7 +2547,7 @@ You will need this password to access your ${e} wallet on a new device. Please k
2547
2547
  --privy-height-modal-full: 620px;
2548
2548
  --privy-height-modal-compact: 480px;
2549
2549
  };
2550
- `,Bf=i2.div`
2550
+ `,Bf=n2.div`
2551
2551
  // css normalize only the privy application to avoid conflicts
2552
2552
  // with consuming application
2553
2553
  ${Uf}
@@ -2609,4 +2609,4 @@ You will need this password to access your ${e} wallet on a new device. Please k
2609
2609
  opacity: 1;
2610
2610
  }
2611
2611
  }
2612
- `;import{jsx as Le,jsxs as Gf}from"react/jsx-runtime";var p2={["LANDING"]:gm,["AWAITING_PASSWORDLESS_CODE"]:ip,["AWAITING_CONNECTION"]:Ep,["AWAITING_CONNECT_ONLY_CONNECTION"]:Sp,["AWAITING_FARCASTER_CONNECTION"]:Mu,["PHANTOM_INTERSTITIAL_SCREEN"]:Af,["LOGIN_FAILED_SCREEN"]:Tm,["AWAITING_OAUTH_SCREEN"]:xf,["ALLOWLIST_REJECTION_SCREEN"]:qd,["INSTALL_PHANTOM_SCREEN"]:qu,["LINK_EMAIL_SCREEN"]:vm,["LINK_PHONE_SCREEN"]:wm,["LINK_WALLET_SCREEN"]:Cm,["CONNECT_ONLY_LANDING_SCREEN"]:wp,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:yp,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:uu,["EMBEDDED_WALLET_CREATED_SCREEN"]:Np,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Wp,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:hu,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Up,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:Df,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Lf,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Fu,["FIAT_ON_RAMP_STATUS_SCREEN"]:Hu,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:fu,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:mu,["MFA_ENROLLMENT_FLOW_SCREEN"]:Um,["CAPTCHA_SCREEN"]:cp,["ERROR_SCREEN"]:yu,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:Gu},u2=["LANDING","AWAITING_CONNECTION"],m2=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o,isModalOpen:r}=F(),{headless:n}=k(),{ready:i,currentScreen:a}=S(),{status:l,execute:s,reset:c,enabled:u}=de(),f=l2(null),g=Fd(f),y=r&&a&&u2.includes(a)&&!n&&l==="ready";if(Hf(()=>{y&&s()},[y]),Hf(()=>{!r&&u&&c()},[r,u]),(!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return Gf(an,{children:[Le(x,{}),Le(q,{}),Le(_m,{children:Le(ht,{})}),Le(J,{}),Le(K,{})]});if(!a&&e)return Le(an,{style:{height:g},children:Le("div",{ref:f,children:Le(Xl,{open:e,onClose:t})})});if(!a)return null;let v=p2[a];return Le(an,{style:{height:g},children:Gf("div",{ref:f,children:[Le(co,{if:!!e,children:Le(v,{})}),Le(co,{if:!e,children:Le(Xl,{open:e,onClose:t})})]})})},f2=()=>{let{closePrivyModal:e}=k(),{onUserCloseViaDialogOrKeybindRef:t}=S();return{gracefulClosePrivyModal:s2(()=>{if(t?.current)t.current(),t.current=null;else return e({shouldCallAuthOnSuccess:!1})},[e])}},zf=({open:e})=>{let{app:t}=S(),{gracefulClosePrivyModal:o}=f2(),[r,n]=c2(!1);Ns({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=Le(Bf,{children:Le(m2,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,l=t?.render.inDialog?Le(Sm,{open:a,id:"privy-dialog",onClick:()=>o(),children:i}):i;if(typeof window<"u"&&t?.render.inParentNodeId){let s=document.getElementById(t.render.inParentNodeId);if(s)return d2.createPortal(l,s)}return l};var Tt={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:zc,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var h2=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),y2=e=>h2.has(e),g2=(e,t,o)=>o.indexOf(e)===t,Vf=({input:e})=>e?e.filter(y2).filter(g2):Tt.appearance.walletList;var $f={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 jf={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 qf={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 Kf={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 Yf={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 Jf={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 Qf={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 Zf={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 Xf={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 eh={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 ls={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 th={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 oh={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 ci=[za,Va,$a,Qf,oh,ls,Ya,Ja,Qa,ii,ai,qf,Kf,Yf,Jf,ja,qa,Ka,Xf,eh,$f,jf,Za,es,Xa,Zf,th],oU=new Set(ci.map(e=>e.id));import wr from"tinycolor2";var rh="#FFFFFF",v2="#000000",w2=rh,C2="#1E1E1D";function b2(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 Ko(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return wr({...e.toHsl(),l:o})}function nh({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=rh,blackHex:a=v2}){let l;switch(e){case"light":l=w2;break;case"dark":l=C2;break;default:l=e;break}let s=wr(l),c=wr(t),u=wr(o),f=wr(r),g=wr(n),y=b2(s.getLuminance()),v=Ko(s,y==="light"?-.04:.11),E=Ko(s,y==="light"?-.88:.87),P=Ko(s,y==="light"?-.77:.75),C=Ko(s,y==="light"?-.43:.45).desaturate(y==="light"?60:20),_=Ko(s,y==="light"?-.08:.25).desaturate(y==="light"?60:20),I=Ko(c,.15),W=Ko(c,-.06),N=wr(c.getLuminance()>.5?a:i),M=Ko(u,-.16);return{colorScheme:y,background:s.toHslString(),background2:v.toHslString(),foreground:E.toHslString(),foreground2:P.toHslString(),foreground3:C.toHslString(),foreground4:_.toHslString(),accent:c.toHslString(),accentLight:I.toHslString(),accentDark:W.toHslString(),foregroundAccent:N.toHslString(),success:u.toHslString(),successDark:M.toHslString(),error:g.toHslString(),warn:f.toHslString()}}function cs(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple","farcaster"],r=t?.loginMethods?.filter(Z=>o.includes(Z)),n,i,a,l,s,c,u,f,g,y,v;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"),u=r?.includes("tiktok"),g=r?.includes("github"),f=r?.includes("linkedin"),y=r?.includes("apple"),v=r?.includes("farcaster")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,l=e.googleOAuth,s=e.twitterOAuth,c=e.discordOAuth,g=e.githubOAuth,u=e.tiktokOAuth,f=e.linkedinOAuth,y=e.appleOAuth,v=e.farcasterAuth);let E=[n,i].filter(Boolean),P=[l,s,c,g,u,f,y,v].filter(Boolean),C=[a].filter(Boolean);if(E.length+P.length+C.length===0)throw new Error("You must enable at least one login method");let _=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;_&&C.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),_=!1):!_&&P.length+E.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),_=!0);let I=Vf({isWalletLoginEnabled:a,input:t?.appearance?.walletList});if(t?.embeddedWallets?.waitForTransactionConfirmation===!1&&t.embeddedWallets.noPromptOnSignature!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you also enable `config.embeddedWallets.noPromptOnSignature`");let W=t?.intl?.defaultCountry??"US",{chains:N,defaultChain:M}=E2({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),L=!!t?.defaultChain||!!t?.supportedChains,U=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1;return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:nh({backgroundTheme:t?.appearance?.theme??Tt.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??Tt.appearance.accentColor}),loginGroupPriority:_?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:I},loginMethods:{wallet:a,email:n,sms:i,google:l,twitter:s,discord:c,github:g,tiktok:u,linkedin:f,apple:y,farcaster:v},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??Tt.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??Tt.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??Tt.rpcConfig.rpcTimeouts},chains:N,defaultChain:M,intl:{defaultCountry:W},shouldSwitchChainOnConnect:L,captchaEnabled:e.captchaEnabled??Tt.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...U?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1,noPromptOnSignature:!0}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:U?{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 ih(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 E2({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:ci.find(u=>u.id===s.id)??s)}else n=ci.concat(e??[]);let i=t?n[0]:ls,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{useRef as P2,useEffect as T2}from"react";var ds=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 Cr(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 xe("missing_or_invalid_mfa","MFA verification failed, retry."));let f=await new Promise((g,y)=>{o.current={resolve:g,reject:y};let v=1e3*60*5;setTimeout(()=>{let E=new xe("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(E),y(E)},v)});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 xe("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(u),u}return c}import{jsx as R2}from"react/jsx-runtime";var x2=function(e){return()=>`id-${e++}`}(0);function S2(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function eo(e){return e.error!==void 0}var Ot=new ds,nc=new Map,_2=(e,t)=>typeof t=="bigint"?t.toString():t,k2=(e,t)=>`${e}${JSON.stringify(t,_2)}`;function to(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=k2(e,t);if(e==="privy:wallet:create"){let a=nc.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=x2();Ot.enqueue(s,{resolve:a,reject:l}),r.postMessage({id:s,event:e,data:t},"*")}).finally(()=>{nc.delete(n)});return nc.set(n,i),i}function A2(e){switch(e.event){case"privy:iframe:ready":let t=Ot.dequeue(e.event,e.id);return eo(e)?t.reject(new xe(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=Ot.dequeue(e.event,e.id);return eo(e)?o.reject(new xe(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=Ot.dequeue(e.event,e.id);return eo(e)?r.reject(new xe(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=Ot.dequeue(e.event,e.id);return eo(e)?n.reject(new xe(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=Ot.dequeue(e.event,e.id);return eo(e)?i.reject(new xe(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=Ot.dequeue(e.event,e.id);return eo(e)?a.reject(new xe(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=Ot.dequeue(e.event,e.id);return eo(e)?l.reject(new xe(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=Ot.dequeue(e.event,e.id);return eo(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=Ot.dequeue(e.event,e.id);return eo(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=Ot.dequeue(e.event,e.id);return eo(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function ah(e){let t=P2(null),o=Gd();return T2(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&S2(c.data)&&A2(c.data)}let i={create(c){return to("privy:wallet:create",c,r)},connect(c){return to("privy:wallet:connect",c,r)},recover(c){return Cr(u=>to("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return Cr(u=>to("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return Cr(u=>to("privy:wallet:set-recovery-password",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return Cr(u=>to("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return Cr(u=>to("privy:mfa:init-enrollment",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return to("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return Cr(u=>to("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 sd(()=>to("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),R2("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:_i(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}var ps=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=Fc();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw oe(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=Bc(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return mt(o)}catch(t){throw oe(t)}}};import{jsx as wo,jsxs as sh}from"react/jsx-runtime";var pi;function O2(e){return typeof e=="string"&&e.length===25}function Ue(){if(!pi){let e=ee.get(Qo);return Promise.resolve(e||null)}return pi.getAccessToken()}var lh,md=(e,t)=>lh(e,t),ch,fd=(e,t)=>ch(e,t),dh,hd=()=>dh(),D2=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;ee.put(vn,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},U2=({config:e,...t})=>{if(!O2(t.appId))throw new w("Cannot initialize the Privy provider with an invalid Privy app ID");pi||(pi=new Pn({appId:t.appId,apiUrl:t.apiUrl||bi}));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."),wo(F2,{...t,config:o,client:pi})},F2=e=>{let t=e.client,[o,r]=ge(!1),[n,i]=ge(!1),[a,l]=ge(!1),[s,c]=ge(null),[u,f]=ge(!1),[g,y]=ge([]),v=di(g),[E,P]=ge(!1),[C,_]=ge(null),[I,W]=ge(!1),[N,M]=ge({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:T}),[L,U]=ge(null),[Y,Z]=ge(null),[A,H]=ge(null),[V,Ce]=ge({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:""}),[O,ve]=ge(()=>{let p=ih(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",p),cs(V,e.config)}),[xt,we]=ge(!0),[ke,Oe]=ge({}),[ie,Co]=ge(null),[bo,Yo]=ge(null),[Je,Ae]=ge(!1),[Eo,br]=ge(!1),X=di(null),Dt=di(null),te=di(Bd);t.onStoreToken=p=>{p&&ae(te,"accessToken","onAccessTokenGranted",p)},t.onDeleteToken=()=>{ae(te,"accessToken","onAccessTokenRemoved")};let be=di(),ms=M2(p=>{let d=t.connectors?.walletsReady||!1;return a&&s?.linkedAccounts?.some(b=>b.type==="wallet"&&b.walletClientType==="privy")?d&&p?.some(b=>b?.walletClientType==="privy"):d},[a,s?.linkedAccounts,t?.connectors?.walletsReady]),se=p=>{_(p),setTimeout(()=>{r(!0)},15),t.createAnalyticsEvent("modal_open",{initialScreen:p})},ro=p=>{O.embeddedWallets.createOnLogin!=="off"&&we(!0),se(p)};oo(()=>{if(!A||!s){t.connectors?.removeEmbeddedWalletConnector();return}let p=s?.linkedAccounts.filter(d=>d.type==="wallet"&&d.walletClient==="privy");if(p&&p.length>0){let d=p[0].address;t.connectors?.addEmbeddedWalletConnector(A,d,O.defaultChain)}},[A,s]),oo(()=>{A&&bo?.(A)},[A]),oo(()=>{(async()=>{if(!O.customAuth?.enabled)return;we(!0);let{getCustomAccessToken:d,isLoading:m}=O.customAuth;if(!(!n||m))try{let b=await d();if(!b){await hn.logout();return}if(a)return;t.startAuthFlow(new xr(b));let{user:R,isNewUser:$}=await t.authenticate();R||await hn.logout(),c(R||null),P($||!1),l(!0),br(!0)}catch(b){console.warn(b),a&&await hn.logout()}})()},[O.customAuth?.enabled,O.customAuth?.getCustomAccessToken,O.customAuth?.isLoading,n,a]),oo(()=>{Eo&&A&&s&&So(s,e.config?.embeddedWallets?.createOnLogin)&&(br(!1),sc(s,kr).catch(console.error))},[Eo&&A&&s]),oo(()=>{async function p(){let d=await t.getServerConfig();Ce(d);let m=cs(d,e.config);ve(m),d.customApiUrl&&t.updateApiUrl(d.customApiUrl);let b=fs();D2();let R=W2();U(R),t.initializeConnectorManager(m.walletConnectCloudProjectId,m.rpcConfig,m.chains,m.defaultChain,R,m.appearance.walletList),await t.connectors?.initialize();let $=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!$),$&&ae(te,"login","onComplete",$,!1,!0,null),c($)),b||Ee.setReadyToTrue(),b&&$&&f(!0),ot()}n||p()},[t,ie,n]),oo(()=>{let p=cs(V,e.config);ve(p)},[e.config,V]);let fs=()=>{let p=new URLSearchParams(window.location.search),d=p.get("privy_oauth_code"),m=p.get("privy_oauth_state"),b=p.get("privy_oauth_provider");return d&&m&&b?(t.startAuthFlow(new xo(b,d,m)),ro("AWAITING_OAUTH_SCREEN"),!0):!1},fn=async(p,d,m,b)=>{let R=await t.connectors?.createWalletConnector(p,d)||null;Po(R,d,m,b)};async function Po(p,d,m,b){if(!p)return M({status:"disconnected",connectedWallet:null,connectError:new z("Unable to connect to wallet."),connector:null,connectRetry:T}),b?.(null,m);p instanceof $t&&d&&p.resetConnection(d),M({connector:p,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>Po(p,d,m,b)});try{let R=await p.connect({showPrompt:!0});if(O.shouldSwitchChainOnConnect&&!O.chains.find($=>$.id===Number(R?.chainId))&&!(R?.connectorType==="wallet_connect_v2"&&R?.walletClientType==="metamask")){M($=>({...$,connector:p,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:T}));try{await R?.switchChain(O.defaultChain.id),R&&(R.chainId=Ar(tr(O.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${O.defaultChain.id}`)}}return M($=>({...$,status:"connected",connectedWallet:R,connectError:null,connectRetry:T})),R&&!I&&ae(te,"connectWallet","onSuccess",R),b?.(R,m)}catch(R){return R instanceof De?(console.warn(R.cause?R.cause:R.message),I||ae(te,"connectWallet","onError",R.privyErrorCode||"generic_connect_wallet_error")):(console.warn(R),I||ae(te,"connectWallet","onError","unknown_connect_wallet_error")),M($=>({...$,status:"disconnected",connectedWallet:null,connectError:R})),b?.(null,m)}}let Re=async(p,d)=>{if(p===null)return;let m=new Xo(p,d);t.startAuthFlow(m)},ot=()=>{let p=new URLSearchParams(window.location.search),d=p.get("privy_connector"),m=p.get("privy_wallet_client");if(!d||!m)return;if(m==="phantom"&&!_o()&&ro("LOGIN_FAILED_SCREEN"),!t.connectors)throw new w("Connector not initialized");se("AWAITING_CONNECTION");let b=new URL(window.location.href);b.searchParams.delete("privy_connector"),b.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",b),fn(d,m,void 0,Re)};oo(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let rt=()=>{if(!a)throw new w("User must be authenticated before linking a wallet.");f(!0),se("LINK_WALLET_SCREEN")},ac=p=>{if(!a||!s)return!1;for(let d of s.linkedAccounts)if(d.type==="wallet"&&d.address===p.address)return!0;return!1},St=async p=>{if(!t.connectors)throw new w("Connector not initialized");let d=t.connectors.findWalletConnector(p.connectorType,p.walletClientType)||null;if(M(m=>({...m,connector:d,status:"connected",connectedWallet:p,connectError:null,connectRetry:T})),O.captchaEnabled&&!a){let m={callback:b=>Re(p,b),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};Oe({captchaModalData:m}),ro("CAPTCHA_SCREEN")}else await Re(p),ro("AWAITING_CONNECTION")},Er=async(p,d)=>{if(!O.fiatOnRamp.enabled)throw new w("Fiat on-ramp is not enabled");if(!d||!d.provider||d.provider==="moonpay"){let{signedUrl:m,externalTransactionId:b}=await Du(t,p,d?.config??{},O.appearance.palette,O.fiatOnRamp.useSandbox);return{signedUrl:m,externalTransactionId:b}}else throw new w("Unsupported fund provider. Currently supported option is `moonpay`.")},ui=()=>{y(p=>{let d=t.connectors?.wallets.map(m=>({...m,linked:ac(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");St(m)},fund:async b=>{let{signedUrl:R,externalTransactionId:$}=await Er(m.address,b);Oe({fiatOnRampPrompt:{signedUrl:R},fiatOnRampStatus:{externalTransactionId:$}}),se("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 b=await t.unlinkWallet(m.address);c(b)}}))||[];return Ae(ms(d)),Ai(p,d)?p:d})};oo(()=>{ui()},[s?.linkedAccounts,a,n]),oo(()=>{if(n){if(!t.connectors)throw new w("Connector not initialized");ui(),t.connectors.on("walletsUpdated",ui)}},[n]);let mh=()=>{se(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};oo(()=>{if(!g[0])return;let p=g[0],d=v.current.find(b=>b.address===p.address),m=s?.linkedAccounts.find(b=>b.type==="wallet"&&b.address===p.address);if(!d&&m){let b=Object.assign({},s);b.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(b)}v.current=g},[g]);let sc=async(p,d)=>{if(ce(p))throw ae(te,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[b,R]=await Promise.all([Ee.initializeWalletProxy(d),Ue()]);if(!b&&e.config?.customAuth?.enabled)throw ae(te,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!b||!R||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise(($,ue)=>{we(!0),Oe({createWallet:{onSuccess:ut=>{ae(te,"createWallet","onSuccess",ut),$(ut)},onFailure:ut=>{ae(te,"createWallet","onError","unknown_embedded_wallet_error"),ue(ut)},callAuthOnSuccessOnClose:!1}}),se("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await b.create({accessToken:R});let $=await Ee.refreshUser(),ue=ce($);if(!ue)throw ae(te,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return ae(te,"createWallet","onSuccess",ue),ue}},fh=p=>{if(!O.chains.map(d=>d.id).includes(p))throw new z(`Chain ID ${p} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},lc=(p,d,m)=>new Promise(async(b,R)=>{if(!a||!s){R(new Error("User must be authenticated before signing with a Privy wallet"));return}let $=ce(s);if(!$){R(new Error("Must have a Privy wallet before signing"));return}we(!0);let ue=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,Pr=p.chainId?Number(p.chainId):ue.chainId;fh(Pr);let ut=Object.assign({},p,{chainId:Pr}),yn=async()=>{let To=await Ue();if(!To||!A){R(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await Ee.recoverEmbeddedWallet()){R(new Error("Unable to connect to wallet"));return}let pc=new I2(kt(ut.chainId,O.chains,O.rpcConfig)),yh=await pn($.address,ut,pc),gh=await ts(To,$.address,A,yh,pc);b(gh)}catch(mi){R(mi)}};if(O.embeddedWallets.noPromptOnSignature)d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),yn();else{let To={transactionRequest:ut,onSuccess:b,onFailure:R,uiOptions:d||{},fundWalletConfig:m},mi={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:R};Oe({connectWallet:mi,sendTransaction:To}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function cc(){return new Promise(async(p,d)=>{let m=await Ue();if(!m||!A)throw new Error("Must have valid access token to enroll in MFA");try{await A.verifyMfa({accessToken:m}),p()}catch(b){d(b)}})}let hn={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:mh,linkWallet:rt,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),se("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),se("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 Ee.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 Ee.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 Ee.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 Ee.initLoginWithOAuth("github")},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 Ee.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 Ee.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new w("User must be authenticated before linking an Apple account.");await Ee.initLoginWithOAuth("apple")},linkFarcaster:async()=>{if(!a)throw new w("User must be authenticated before linking a Farcaster account.");await Ee.initLoginWithFarcaster(),f(!0),se("AWAITING_FARCASTER_CONNECTION")},login:async()=>{if(n||(await new Promise(p=>{Co(()=>p)}),Co(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}W(!0),ro("LANDING")},logout:async()=>{await t.logout(),c(null),l(!1),_(null),ae(te,"logout","onSuccess"),f(!1),r(!1),ee.del(wn)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new le;let p=g.find(m=>s.wallet&&m.address===s.wallet.address),d=t.connectors?.walletConnectors.find(m=>m.wallets.find(b=>b.address===p?.address));return!p||!d?new le:d.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new ic(new Gt(new le));let p=g.find(m=>s.wallet&&m.address===s.wallet.address),d=t.connectors?.walletConnectors.find(m=>m.wallets.find(b=>b.address===p?.address));return!p||!d?new ic(new Gt(new le)):new ic(new Gt(d.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new Ro(new le);let p=g.find(m=>s.wallet&&m.address===s.wallet.address),d=t.connectors?.walletConnectors.find(m=>m.wallets.find(b=>b.address===p?.address));return!p||!d?new Ro(new le):new Ro(d.proxyProvider)},unlinkWallet:async p=>{let d=await t.unlinkWallet(p);return c(d),d},unlinkEmail:async p=>{let d=await t.unlinkEmail(p);return c(d),d},unlinkPhone:async p=>{let d=await t.unlinkPhone(p);return c(d),d},unlinkGoogle:async p=>{let d=await t.unlinkOAuth("google",p);return c(d),d},unlinkTwitter:async p=>{let d=await t.unlinkOAuth("twitter",p);return c(d),d},unlinkDiscord:async p=>{let d=await t.unlinkOAuth("discord",p);return c(d),d},unlinkGithub:async p=>{let d=await t.unlinkOAuth("github",p);return c(d),d},unlinkTiktok:async p=>{let d=await t.unlinkOAuth("tiktok",p);return c(d),d},unlinkLinkedIn:async p=>{let d=await t.unlinkOAuth("linkedin",p);return c(d),d},unlinkApple:async p=>{let d=await t.unlinkOAuth("apple",p);return c(d),d},unlinkFarcaster:async p=>{let d=await t.unlinkFarcaster(p);return c(d),d},setActiveWallet:async p=>{let d=g.find(b=>us(b.address)===us(p)),m=s?.linkedAccounts.find(b=>b.type==="wallet"&&us(b.address)===us(p));if(!d||!await d.isConnected())Z(p),rt();else if(!d.linked)d.loginOrLink();else{let b=Object.assign({},s);b.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(b)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw ae(te,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return sc(s,15e3)},setWalletPassword:()=>new Promise(async(p,d)=>{if(!a||!s){d(new Error("User must be authenticated before adding password to Privy wallet"));return}let m=ce(s);if(!m||!A){d(new Error("Must have a Privy wallet to add a password"));return}if(m.recoveryMethod==="user-passcode"){d(new Error("Cannot set password. Embedded wallet already has a password."));return}await cc(),we(!0);let b={onSuccess:p,onFailure:d,callAuthOnSuccessOnClose:!1},R={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:d};Oe({setWalletPassword:b,connectWallet:R}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(p,d)=>new Promise(async(m,b)=>{if(!a||!s){b(new Error("User must be authenticated before signing with a Privy wallet"));return}let R=ce(s);if(!R){b(new Error("Must have a Privy wallet before signing"));return}if(typeof p!="string"||p.length<1){b(new Error("Message must be a non-empty string"));return}we(!0);let $=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let ue=await Ue();if(!A||!ue)throw new Error("Unable to connect to wallet");if(!await Ee.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:R.address});let{response:ut}=await A.rpc({accessToken:ue,address:R.address,request:{method:"personal_sign",params:[p,R.address]}}),yn=ut.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:R.address}),yn};if(O.embeddedWallets.noPromptOnSignature){d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let ue=await $();m(ue)}catch(ue){b(ue??new Ve("Unable to sign message"))}}else{let ut={message:p,confirmAndSignMessage:$,onSuccess:To=>{m(To)},onFailure:To=>{b(To)},uiOptions:d||{}},yn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:b};Oe({signMessage:ut,connectWallet:yn}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(p,d,m)=>{let R=await(await lc(p,d,m)).wait();return rs(R)},exportWallet:()=>new Promise(async(p,d)=>{if(!a||!s){d(new Error("User must be authenticated before exporting their Privy wallet"));return}let m=ce(s);if(!m){d(new Error("Must have a Privy wallet before exporting"));return}we(!0);let b={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},R=await Ue();if(!R||!A){d(new Error("Must have valid access token to enroll in MFA"));return}if(!A){d(new Error("Must have a Privy wallet before exporting"));return}try{try{await A.connect({accessToken:R,address:m.address}),await A.verifyMfa({accessToken:R})}catch(ue){if(sr(ue)&&m.recoveryMethod==="privy")await A.recover({accessToken:R,address:m.address});else throw ue}}catch(ue){d(ue);return}let $={appId:e.appId,origin:t.apiUrl,onSuccess:p,onFailure:d};Oe({keyExport:$,connectWallet:b}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:cc,async init(p){let d;switch(p){case"sms":d=new ps("verify");break;case"totp":return;default:throw new Error(`Unsupported MFA method: ${p}`)}t.startMfaFlow(d),await d.init()},async submit(p,d){switch(p){case"totp":case"sms":X.current?.resolve({mfaMethod:p,mfaCode:d}),await new Promise((m,b)=>{Dt.current={resolve:m,reject:b}});break;default:throw X.current?.reject(new w("Unsupported MFA method")),new w(`Unsupported MFA method: ${p}`)}},cancel(){X.current?.reject(new w("MFA canceled"))},async initEnrollmentWithSms(p){let d=await Ue();if(!d||!A)throw new Error("Must have valid access token to enroll in MFA");await A.initEnrollMfa({method:"sms",accessToken:d,phoneNumber:p.phoneNumber})},enrollInMfa(p){return new Promise((d,m)=>{if(!p){Ee.closePrivyModal(),d();return}O.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."),Oe({mfaEnrollmentFlow:{mfaMethods:O.mfa.methods,onSuccess:d,onFailure:m}}),se("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let p=await Ue();if(!p||!A)throw new Error("Must have valid access token to enroll in MFA");let d=await A.initEnrollMfa({method:"totp",accessToken:p});return{secret:d.secret,authUrl:d.authUrl}},async submitEnrollmentWithSms(p){let d=await Ue();if(!d||!A)throw new Error("Must have valid access token to enroll in MFA");await A.submitEnrollMfa({method:"sms",accessToken:d,phoneNumber:p.phoneNumber,code:p.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async submitEnrollmentWithTotp(p){let d=await Ue();if(!d||!A)throw new Error("Must have valid access token to enroll in MFA");await A.submitEnrollMfa({method:"totp",accessToken:d,code:p.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async unenroll(p){let d=await Ue();if(!d||!A)throw new Error("Must have valid access token to remove MFA");await A.unenrollMfa({method:p,accessToken:d});let m=await t.getAuthenticatedUser();c(m)},loginWithCode(p){return Ee.loginWithCode(p)},initLoginWithEmail(p){return Ee.initLoginWithEmail(p)},initLoginWithSms(p){return Ee.initLoginWithSms(p)},isModalOpen:o};lh=hn.signMessage,ch=async(...p)=>{let d=await lc(...p);return O.embeddedWallets.waitForTransactionConfirmation&&await d.wait(),d};let dc=!!e.config?.headless,Ee=(()=>({headless:dc,isNewUserThisSession:E,isLinking:u,linkingHint:Y,pendingTransaction:null,walletConnectionStatus:N,mipdStore:L,connectors:t.connectors?.walletConnectors??[],rpcConfig:O.rpcConfig,chains:O.chains,showFiatPrices:O.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:p=>O.chains.find(d=>d.id===Number(p))?.nativeCurrency.symbol,initializeWalletProxy:async p=>{if(A)return A;let d=new Promise(R=>{Yo(()=>$=>R($))}),m=new Promise(R=>setTimeout(()=>R(null),p)),b=await Promise.race([d,m]);return Yo(null),b},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(p={shouldCallAuthOnSuccess:!0})=>{let d=n&&a&&s;p.shouldCallAuthOnSuccess&&d?(ae(te,"login","onComplete",s,E,!1,be.current??null),e.onSuccess?.(s,E)):I&&ae(te,"login","onError","exited_auth_flow"),Z(null),W(!1),f(!1),P(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},openPrivyModal:se,connectWallet:Po,initLoginWithWallet:async(p,d)=>{be.current="siwe",Re(p,d)},loginWithWallet:async()=>{if(!n)throw new Tr;if(!(t.authFlow instanceof Xo))throw new w("Must initialize SIWE flow first.");let p,d;if(a)p=await t.link();else try{({user:p,isNewUser:d}=await t.authenticate())}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(p||s||null),P(d||!1),l(!0)},initLoginWithFarcaster:async p=>{let d=new gn(p);t.startAuthFlow(d);try{be.current="farcaster",await d.initializeFarcasterConnect(),L2&&d.meta.connectUri&&window.open(d.meta.connectUri,"_blank","noopener noreferrer")}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}},loginWithFarcaster:async()=>{if(!n)throw new Tr;if(!(t.authFlow instanceof gn))throw new w("Must initialize Farcaster flow first.");let p,d;if(a)p=await t.link();else try{({user:p,isNewUser:d}=await t.authenticate())}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(p||null),P(d||!1),l(!0)},initLoginWithOAuth:async(p,d)=>{if(!ed()){ro("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let m=new xo(p);d&&m.addCaptchaToken(d),t.startAuthFlow(m);let b=await t.authFlow.getAuthorizationUrl();b&&b.url&&window.location.assign(b.url)},loginWithOAuth:async p=>{if(!(t.authFlow instanceof xo))throw new w("Must initialize OAuth flow before calling loginWithOAuth");let d=_t.get(Sr),m=t.authFlow.meta.stateCode;if(d!==m)throw t.createAnalyticsEvent("possible_phishing_attempt",{provider:p,storedStateCode:d??"",returnedStateCode:m??""}),new w("Unexpected auth flow. This may be a phishing attempt.");let b,R;if(a)b=await t.link();else try{({user:b,isNewUser:R}=await t.authenticate()),be.current=p}catch($){throw ae(te,"login","onError",$.privyErrorCode||"unknown_auth_error"),$}c(b),P(R||!1),l(!0)},initLoginWithEmail:async(p,d)=>{let m=new Jo(p,d);t.startAuthFlow(m);try{be.current="email",await m.sendCodeEmail()}catch(b){throw ae(te,"login","onError",b.privyErrorCode||"unknown_auth_error"),b}},initLoginWithSms:async(p,d)=>{let m=new er(p,d);t.startAuthFlow(m);try{be.current="sms",await m.sendSmsCode()}catch(b){throw ae(te,"login","onError",b.privyErrorCode||"unknown_auth_error"),b}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async p=>{if(!n)throw new Tr;if(t.authFlow instanceof Jo)t.authFlow.meta.emailCode=p.trim();else if(t.authFlow instanceof er)t.authFlow.meta.smsCode=p.trim();else throw new w("Must initialize a passwordless code flow first");let d,m;a?d=await t.link():{user:d,isNewUser:m}=await t.authenticate(),c(d||s||null),P(m||!1),l(!0)},refreshUser:async()=>{let p=await t.getAuthenticatedUser();return c(p),p},walletProxy:A,createAnalyticsEvent:(p,d,m)=>t.createAnalyticsEvent(p,d,m),getUsdTokenPrice:p=>t.getUsdTokenPrice(p),recoverEmbeddedWallet:async()=>new Promise(async(p,d)=>{let m=s?.linkedAccounts.find(R=>R.type==="wallet"&&R.walletClientType==="privy"),b=await Ue();if(!b||!A||!m){d(new Error("Must have valid access token and Privy wallet to recover wallet"));return}we(!0);try{await A.connect({accessToken:b,address:m.address}),p(!0)}catch(R){sr(R)&&m.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:m.address}),(await A.recover({address:m.address,accessToken:b})).address||d(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:m.address}),p(!0)):sr(R)?(Oe({recoverWallet:{privyWallet:m,onFailure:d,onSuccess:()=>p(!0)}}),se("EMBEDDED_WALLET_RECOVERY_SCREEN")):d(R)}}),getFiatOnRampConfig:Er,setReadyToTrue:()=>{i(!0),ie?.()},updateWallets:()=>ui()}))();dh=Ee.recoverEmbeddedWallet;let hh=N2(()=>({wallets:g,ready:Je}),[g,Je]);return wo(Pe.Provider,{value:hn,children:wo(Ms.Provider,{value:te,children:wo(Yl.Provider,{value:hh,children:sh(Dd,{...O,children:[e.children,sh(Ws.Provider,{value:Ee,children:[!dc&&O.captchaEnabled&&wo(Is,{delayedExecution:!0}),wo(Ff,{theme:{...O.appearance.palette||{}}}),wo(bd,{appConfig:O,data:ke,setModalData:Oe,setInitialScreen:_,initialScreen:C,authenticated:a,children:wo(zf,{open:o})}),xt&&V.id?wo(ah,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:X,mfaSubmitPromise:Dt,onLoad:H,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as B2}from"react";function H2(e){let{login:t}=B2(Pe);return ft("login",e),{login:t}}import{useContext as G2}from"react";function z2(e){let{logout:t}=G2(Pe);return ft("logout",e),{logout:t}}import{useCallback as ph}from"react";var V2=()=>{let e=de(),{initLoginWithEmail:t,loginWithCode:o}=F(),r=ph(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=ph(async({code:i})=>{if(e.enabled&&e.status==="error")throw new ao(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useCallback as uh}from"react";var $2=()=>{let e=de(),{initLoginWithSms:t,loginWithCode:o}=F(),r=uh(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=uh(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new ao(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as j2}from"react";function q2(e){let{connectWallet:t}=j2(Pe);return ft("connectWallet",e),{connectWallet:t}}import{useContext as K2}from"react";function Y2(e){let{createWallet:t}=K2(Pe);return ft("createWallet",e),{createWallet:t}}import{useContext as J2}from"react";var Q2=()=>{let{isModalOpen:e}=J2(Pe);return{isOpen:e}};import{useContext as Z2}from"react";function X2(e){let{getAccessToken:t}=Z2(Pe);return ft("accessToken",e),{getAccessToken:t}}function eE(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}export{Gt as AsExternalProvider,Is as Captcha,En as ConnectorManager,Pn as PrivyClient,U2 as PrivyProvider,le as PrivyProxyProvider,ci as SUPPORTED_CHAINS,gs as VERSION,et as WalletConnector,eE as addRpcUrlOverrideToChain,tl as errorIndicatesMaxMfaRetries,qr as errorIndicatesMfaTimeout,Kr as errorIndicatesMfaVerificationFailed,Ue as getAccessToken,q2 as useConnectWallet,Y2 as useCreateWallet,H2 as useLogin,V2 as useLoginWithEmail,$2 as useLoginWithSms,z2 as useLogout,ln as useMfa,Xn as useMfaEnrollment,Q2 as useModalStatus,F as usePrivy,Ns as useRegisterMfaListener,X2 as useToken,si as useWallets};
2612
+ `;import{jsx as Le,jsxs as Gf}from"react/jsx-runtime";var d2={["LANDING"]:gm,["AWAITING_PASSWORDLESS_CODE"]:ip,["AWAITING_CONNECTION"]:Ep,["AWAITING_CONNECT_ONLY_CONNECTION"]:Sp,["AWAITING_FARCASTER_CONNECTION"]:Mu,["PHANTOM_INTERSTITIAL_SCREEN"]:Af,["LOGIN_FAILED_SCREEN"]:Tm,["AWAITING_OAUTH_SCREEN"]:xf,["ALLOWLIST_REJECTION_SCREEN"]:qd,["INSTALL_PHANTOM_SCREEN"]:qu,["LINK_EMAIL_SCREEN"]:vm,["LINK_PHONE_SCREEN"]:wm,["LINK_WALLET_SCREEN"]:Cm,["CONNECT_ONLY_LANDING_SCREEN"]:wp,["CONNECT_ONLY_AUTHENTICATED_SCREEN"]:yp,["EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN"]:uu,["EMBEDDED_WALLET_CREATED_SCREEN"]:Np,["EMBEDDED_WALLET_CONNECTING_SCREEN"]:Wp,["EMBEDDED_WALLET_RECOVERY_SCREEN"]:hu,["EMBEDDED_WALLET_KEY_EXPORT_SCREEN"]:Up,["EMBEDDED_WALLET_SIGN_REQUEST_SCREEN"]:Df,["EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN"]:Lf,["FIAT_ON_RAMP_PROMPT_SCREEN"]:Fu,["FIAT_ON_RAMP_STATUS_SCREEN"]:Hu,["EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN"]:fu,["EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN"]:mu,["MFA_ENROLLMENT_FLOW_SCREEN"]:Um,["CAPTCHA_SCREEN"]:cp,["ERROR_SCREEN"]:yu,["IN_APP_BROWSER_LOGIN_NOT_POSSIBLE"]:Gu},p2=["LANDING","AWAITING_CONNECTION"],u2=({isMfaVerifying:e,onMfaVerificationComplete:t})=>{let{ready:o,isModalOpen:r}=F(),{headless:n}=k(),{ready:i,currentScreen:a}=S(),{status:l,execute:s,reset:c,enabled:u}=de(),f=s2(null),g=Fd(f),y=r&&a&&p2.includes(a)&&!n&&l==="ready";if(Hf(()=>{y&&s()},[y]),Hf(()=>{!r&&u&&c()},[r,u]),(!o||!i)&&a!=="AWAITING_OAUTH_SCREEN")return Gf(an,{children:[Le(x,{}),Le(q,{}),Le(_m,{children:Le(ht,{})}),Le(J,{}),Le(K,{})]});if(!a&&e)return Le(an,{style:{height:g},children:Le("div",{ref:f,children:Le(Xl,{open:e,onClose:t})})});if(!a)return null;let v=d2[a];return Le(an,{style:{height:g},children:Gf("div",{ref:f,children:[Le(co,{if:!!e,children:Le(v,{})}),Le(co,{if:!e,children:Le(Xl,{open:e,onClose:t})})]})})},m2=()=>{let{closePrivyModal:e}=k(),{onUserCloseViaDialogOrKeybindRef:t}=S();return{gracefulClosePrivyModal:a2(()=>{if(t?.current)t.current(),t.current=null;else return e({shouldCallAuthOnSuccess:!1})},[e])}},zf=({open:e})=>{let{app:t}=S(),{gracefulClosePrivyModal:o}=m2(),[r,n]=l2(!1);Ns({onMfaRequired:()=>{t?.mfa.noPromptOnMfaRequired||n(!0)}});let i=Le(Bf,{children:Le(u2,{isMfaVerifying:r,onMfaVerificationComplete:()=>n(!1)})}),a=e||r,l=t?.render.inDialog?Le(Sm,{open:a,id:"privy-dialog",onClick:()=>o(),children:i}):i;if(typeof window<"u"&&t?.render.inParentNodeId){let s=document.getElementById(t.render.inParentNodeId);if(s)return c2.createPortal(l,s)}return l};var Tt={appearance:{theme:"light",accentColor:"#676FFF",walletList:["detected_wallets","metamask","coinbase_wallet","rainbow","wallet_connect"]},walletConnectCloudProjectId:zc,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},captchaEnabled:!1,_render:{inDialog:!0,inParentNodeId:null},fiatOnRamp:{useSandbox:!1}};var f2=new Set(["metamask","coinbase_wallet","rainbow","zerion","phantom","wallet_connect","detected_wallets"]),h2=e=>f2.has(e),y2=(e,t,o)=>o.indexOf(e)===t,Vf=({input:e})=>e?e.filter(h2).filter(y2):Tt.appearance.walletList;var $f={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 jf={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 qf={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 Kf={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 Yf={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 Jf={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 Qf={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 Zf={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 Xf={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 eh={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 ls={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 th={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 oh={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 ci=[za,Va,$a,Qf,oh,ls,Ya,Ja,Qa,ii,ai,qf,Kf,Yf,Jf,ja,qa,Ka,Xf,eh,$f,jf,Za,es,Xa,Zf,th],tU=new Set(ci.map(e=>e.id));import wr from"tinycolor2";var rh="#FFFFFF",g2="#000000",v2=rh,w2="#1E1E1D";function C2(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 Ko(e,t){let o=Math.max(0,Math.min(1,e.toHsl().l+t));return wr({...e.toHsl(),l:o})}function nh({backgroundTheme:e,accentHex:t,successHex:o="#51BA81",warnHex:r="#FFB74D",errorHex:n="#EC6351",whiteHex:i=rh,blackHex:a=g2}){let l;switch(e){case"light":l=v2;break;case"dark":l=w2;break;default:l=e;break}let s=wr(l),c=wr(t),u=wr(o),f=wr(r),g=wr(n),y=C2(s.getLuminance()),v=Ko(s,y==="light"?-.04:.11),E=Ko(s,y==="light"?-.88:.87),P=Ko(s,y==="light"?-.77:.75),C=Ko(s,y==="light"?-.43:.45).desaturate(y==="light"?60:20),_=Ko(s,y==="light"?-.08:.25).desaturate(y==="light"?60:20),I=Ko(c,.15),W=Ko(c,-.06),N=wr(c.getLuminance()>.5?a:i),M=Ko(u,-.16);return{colorScheme:y,background:s.toHslString(),background2:v.toHslString(),foreground:E.toHslString(),foreground2:P.toHslString(),foreground3:C.toHslString(),foreground4:_.toHslString(),accent:c.toHslString(),accentLight:I.toHslString(),accentDark:W.toHslString(),foregroundAccent:N.toHslString(),success:u.toHslString(),successDark:M.toHslString(),error:g.toHslString(),warn:f.toHslString()}}function cs(e,t){let o=["google","twitter","discord","tiktok","linkedin","github","apple","farcaster"],r=t?.loginMethods?.filter(Z=>o.includes(Z)),n,i,a,l,s,c,u,f,g,y,v;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"),u=r?.includes("tiktok"),g=r?.includes("github"),f=r?.includes("linkedin"),y=r?.includes("apple"),v=r?.includes("farcaster")):(n=e.emailAuth,i=e.smsAuth,a=e.walletAuth,l=e.googleOAuth,s=e.twitterOAuth,c=e.discordOAuth,g=e.githubOAuth,u=e.tiktokOAuth,f=e.linkedinOAuth,y=e.appleOAuth,v=e.farcasterAuth);let E=[n,i].filter(Boolean),P=[l,s,c,g,u,f,y,v].filter(Boolean),C=[a].filter(Boolean);if(E.length+P.length+C.length===0)throw new Error("You must enable at least one login method");let _=t?.appearance?.showWalletLoginFirst!==void 0?t?.appearance?.showWalletLoginFirst:e.showWalletLoginFirst;_&&C.length===0?(console.warn("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),_=!1):!_&&P.length+E.length===0&&(console.warn("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),_=!0);let I=Vf({isWalletLoginEnabled:a,input:t?.appearance?.walletList});if(t?.embeddedWallets?.waitForTransactionConfirmation===!1&&t.embeddedWallets.noPromptOnSignature!==!0)throw new Error("Overriding `config.embeddedWallets.waitForTransactionConfirmation` requires that you also enable `config.embeddedWallets.noPromptOnSignature`");let W=t?.intl?.defaultCountry??"US",{chains:N,defaultChain:M}=b2({additionalChains:t?.additionalChains,supportedChains:t?.supportedChains,defaultChainFromConfig:t?.defaultChain,hasRpcConfigDefined:Object.keys(t?.rpcConfig?.rpcUrls??{}).length>0}),L=!!t?.defaultChain||!!t?.supportedChains,U=t?.customAuth?.getCustomAccessToken&&t?.customAuth?.enabled!==!1;return{id:e.id,name:e.name,allowlistConfig:e.allowlistConfig,appearance:{logo:t?.appearance?.logo??e.logoUrl,palette:nh({backgroundTheme:t?.appearance?.theme??Tt.appearance.theme,accentHex:t?.appearance?.accentColor??e.accentColor??Tt.appearance.accentColor}),loginGroupPriority:_?"web3-first":"web2-first",hideDirectWeb2Inputs:!!t?.appearance?.hideDirectWeb2Inputs,walletList:I},loginMethods:{wallet:a,email:n,sms:i,google:l,twitter:s,discord:c,github:g,tiktok:u,linkedin:f,apple:y,farcaster:v},legal:{termsAndConditionsUrl:t?.legal?.termsAndConditionsUrl??e.termsAndConditionsUrl,privacyPolicyUrl:t?.legal?.privacyPolicyUrl??e.privacyPolicyUrl},walletConnectCloudProjectId:t?.walletConnectCloudProjectId??e.walletConnectCloudProjectId??Tt.walletConnectCloudProjectId,rpcConfig:{rpcUrls:t?.rpcConfig?.rpcUrls??Tt.rpcConfig.rpcUrls,rpcTimeouts:t?.rpcConfig?.rpcTimeouts??Tt.rpcConfig.rpcTimeouts},chains:N,defaultChain:M,intl:{defaultCountry:W},shouldSwitchChainOnConnect:L,captchaEnabled:e.captchaEnabled??Tt.captchaEnabled,captchaSiteKey:e.captchaSiteKey,embeddedWallets:{...e.embeddedWalletConfig,...U?{createOnLogin:"all-users",requireUserPasswordOnCreate:!1,noPromptOnSignature:!0}:{},waitForTransactionConfirmation:!0,priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...t?.embeddedWallets},mfa:{methods:e.mfaMethods??[],noPromptOnMfaRequired:t?.mfa?.noPromptOnMfaRequired??!1},customAuth:U?{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 ih(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 b2({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:ci.find(u=>u.id===s.id)??s)}else n=ci.concat(e??[]);let i=t?n[0]:ls,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{useRef as E2,useEffect as P2}from"react";var ds=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 Cr(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 xe("missing_or_invalid_mfa","MFA verification failed, retry."));let f=await new Promise((g,y)=>{o.current={resolve:g,reject:y};let v=1e3*60*5;setTimeout(()=>{let E=new xe("mfa_timeout","Timed out waiting for MFA code");r.current?.reject(E),y(E)},v)});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 xe("mfa_verification_max_attempts_reached","Max MFA verification attempts reached");throw r.current?.reject(u),u}return c}import{jsx as A2}from"react/jsx-runtime";var T2=function(e){return()=>`id-${e++}`}(0);function x2(e){return typeof e.event=="string"&&/^privy:.+/.test(e.event)}function eo(e){return e.error!==void 0}var Ot=new ds,nc=new Map,S2=(e,t)=>typeof t=="bigint"?t.toString():t,_2=(e,t)=>`${e}${JSON.stringify(t,S2)}`;function to(e,t,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");let n=_2(e,t);if(e==="privy:wallet:create"){let a=nc.get(n);if(a)return a}let i=new Promise((a,l)=>{let s=T2();Ot.enqueue(s,{resolve:a,reject:l}),r.postMessage({id:s,event:e,data:t},"*")}).finally(()=>{nc.delete(n)});return nc.set(n,i),i}function k2(e){switch(e.event){case"privy:iframe:ready":let t=Ot.dequeue(e.event,e.id);return eo(e)?t.reject(new xe(e.error.type,e.error.message)):t.resolve(e.data);case"privy:wallet:create":let o=Ot.dequeue(e.event,e.id);return eo(e)?o.reject(new xe(e.error.type,e.error.message)):o.resolve(e.data);case"privy:wallet:connect":let r=Ot.dequeue(e.event,e.id);return eo(e)?r.reject(new xe(e.error.type,e.error.message)):r.resolve(e.data);case"privy:wallet:recover":let n=Ot.dequeue(e.event,e.id);return eo(e)?n.reject(new xe(e.error.type,e.error.message)):n.resolve(e.data);case"privy:wallet:rpc":let i=Ot.dequeue(e.event,e.id);return eo(e)?i.reject(new xe(e.error.type,e.error.message)):i.resolve(e.data);case"privy:wallet:set-recovery-password":let a=Ot.dequeue(e.event,e.id);return eo(e)?a.reject(new xe(e.error.type,e.error.message)):a.resolve(e.data);case"privy:mfa:verify":let l=Ot.dequeue(e.event,e.id);return eo(e)?l.reject(new xe(e.error.type,e.error.message)):l.resolve(e.data);case"privy:mfa:init-enrollment":{let s=Ot.dequeue(e.event,e.id);return eo(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:submit-enrollment":{let s=Ot.dequeue(e.event,e.id);return eo(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}case"privy:mfa:unenroll":{let s=Ot.dequeue(e.event,e.id);return eo(e)?s.reject(new xe(e.error.type,e.error.message)):s.resolve(e.data)}default:console.warn("Unsupported wallet proxy method:",e)}}function ah(e){let t=E2(null),o=Gd();return P2(()=>{let r=t.current;if(!r)return;function n(c){c&&c.origin===e.origin&&x2(c.data)&&k2(c.data)}let i={create(c){return to("privy:wallet:create",c,r)},connect(c){return to("privy:wallet:connect",c,r)},recover(c){return Cr(u=>to("privy:wallet:recover",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},rpc(c){return Cr(u=>to("privy:wallet:rpc",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},setRecoveryPassword(c){return Cr(u=>to("privy:wallet:set-recovery-password",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},verifyMfa(c){return Cr(u=>to("privy:mfa:verify",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o,!0)},initEnrollMfa(c){return Cr(u=>to("privy:mfa:init-enrollment",{...c,...u},r),e.mfaMethods,e.mfaPromise,e.mfaSubmitPromise,o)},submitEnrollMfa(c){return to("privy:mfa:submit-enrollment",c,r)},unenrollMfa(c){return Cr(u=>to("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 sd(()=>to("privy:iframe:ready",{},r),{abortSignal:s.signal}).then(a,l),()=>{window.removeEventListener("message",n),s.abort()}},[t.current,e.mfaMethods]),A2("iframe",{ref:t,width:"0",height:"0",style:{display:"none",height:"0px",width:"0px"},src:_i(e.origin,`/apps/${e.appId}/embedded-wallets`,{caid:e.clientAnalyticsId})})}var ps=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=Fc();await this.api.post(t,{action:this.meta.action,phoneNumber:this.meta.phoneNumber})}catch(t){throw oe(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=Bc(),o=await this.api.post(t,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return mt(o)}catch(t){throw oe(t)}}};import{jsx as wo,jsxs as sh}from"react/jsx-runtime";var pi;function L2(e){return typeof e=="string"&&e.length===25}function Ue(){if(!pi){let e=ee.get(Qo);return Promise.resolve(e||null)}return pi.getAccessToken()}var lh,md=(e,t)=>lh(e,t),ch,fd=(e,t)=>ch(e,t),dh,hd=()=>dh(),O2=()=>{let t=new URLSearchParams(window.location.search).get("privy_token");if(!t)return;ee.put(vn,t);let o=new URL(window.location.href);o.searchParams.delete("privy_token"),window.history.pushState({},"",o)},D2=({config:e,...t})=>{if(!L2(t.appId))throw new w("Cannot initialize the Privy provider with an invalid Privy app ID");pi||(pi=new Pn({appId:t.appId,apiUrl:t.apiUrl||bi}));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."),wo(U2,{...t,config:o,client:pi})},U2=e=>{let t=e.client,[o,r]=ge(!1),[n,i]=ge(!1),[a,l]=ge(!1),[s,c]=ge(null),[u,f]=ge(!1),[g,y]=ge([]),v=di(g),[E,P]=ge(!1),[C,_]=ge(null),[I,W]=ge(!1),[N,M]=ge({status:"disconnected",connectedWallet:null,connectError:null,connector:null,connectRetry:T}),[L,U]=ge(null),[Y,Z]=ge(null),[A,H]=ge(null),[V,Ce]=ge({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:""}),[O,ve]=ge(()=>{let p=ih(e.config,e.createPrivyWalletOnLogin);return t.createAnalyticsEvent("sdk_initialize",p),cs(V,e.config)}),[xt,we]=ge(!0),[ke,Oe]=ge({}),[ie,Co]=ge(null),[bo,Yo]=ge(null),[Je,Ae]=ge(!1),[Eo,br]=ge(!1),X=di(null),Dt=di(null),te=di(Bd);t.onStoreToken=p=>{p&&ae(te,"accessToken","onAccessTokenGranted",p)},t.onDeleteToken=()=>{ae(te,"accessToken","onAccessTokenRemoved")};let be=di(),ms=W2(p=>{let d=t.connectors?.walletsReady||!1;return a&&s?.linkedAccounts?.some(b=>b.type==="wallet"&&b.walletClientType==="privy")?d&&p?.some(b=>b?.walletClientType==="privy"):d},[a,s?.linkedAccounts,t?.connectors?.walletsReady]),se=p=>{_(p),setTimeout(()=>{r(!0)},15),t.createAnalyticsEvent("modal_open",{initialScreen:p})},ro=p=>{O.embeddedWallets.createOnLogin!=="off"&&we(!0),se(p)};oo(()=>{if(!A||!s){t.connectors?.removeEmbeddedWalletConnector();return}let p=s?.linkedAccounts.filter(d=>d.type==="wallet"&&d.walletClient==="privy");if(p&&p.length>0){let d=p[0].address;t.connectors?.addEmbeddedWalletConnector(A,d,O.defaultChain)}},[A,s]),oo(()=>{A&&bo?.(A)},[A]),oo(()=>{(async()=>{if(!O.customAuth?.enabled)return;we(!0);let{getCustomAccessToken:d,isLoading:m}=O.customAuth;if(!(!n||m))try{let b=await d();if(!b){await hn.logout();return}if(a)return;t.startAuthFlow(new xr(b));let{user:R,isNewUser:$}=await t.authenticate();R||await hn.logout(),c(R||null),P($||!1),l(!0),br(!0)}catch(b){console.warn(b),a&&await hn.logout()}})()},[O.customAuth?.enabled,O.customAuth?.getCustomAccessToken,O.customAuth?.isLoading,n,a]),oo(()=>{Eo&&A&&s&&So(s,e.config?.embeddedWallets?.createOnLogin)&&(br(!1),sc(s,kr).catch(console.error))},[Eo&&A&&s]),oo(()=>{async function p(){let d=await t.getServerConfig();Ce(d);let m=cs(d,e.config);ve(m),d.customApiUrl&&t.updateApiUrl(d.customApiUrl);let b=fs();O2();let R=I2();U(R),t.initializeConnectorManager(m.walletConnectCloudProjectId,m.rpcConfig,m.chains,m.defaultChain,R,m.appearance.walletList),await t.connectors?.initialize();let $=await t.getAuthenticatedUser();e.config?.customAuth?.enabled||(l(!!$),$&&ae(te,"login","onComplete",$,!1,!0,null),c($)),b||Ee.setReadyToTrue(),b&&$&&f(!0),ot()}n||p()},[t,ie,n]),oo(()=>{let p=cs(V,e.config);ve(p)},[e.config,V]);let fs=()=>{let p=new URLSearchParams(window.location.search),d=p.get("privy_oauth_code"),m=p.get("privy_oauth_state"),b=p.get("privy_oauth_provider");return d&&m&&b?(t.startAuthFlow(new xo(b,d,m)),ro("AWAITING_OAUTH_SCREEN"),!0):!1},fn=async(p,d,m,b)=>{let R=await t.connectors?.createWalletConnector(p,d)||null;Po(R,d,m,b)};async function Po(p,d,m,b){if(!p)return M({status:"disconnected",connectedWallet:null,connectError:new z("Unable to connect to wallet."),connector:null,connectRetry:T}),b?.(null,m);p instanceof $t&&d&&p.resetConnection(d),M({connector:p,status:"connecting",connectedWallet:null,connectError:null,connectRetry:()=>Po(p,d,m,b)});try{let R=await p.connect({showPrompt:!0});if(O.shouldSwitchChainOnConnect&&!O.chains.find($=>$.id===Number(R?.chainId))&&!(R?.connectorType==="wallet_connect_v2"&&R?.walletClientType==="metamask")){M($=>({...$,connector:p,status:"switching_to_supported_chain",connectedWallet:null,connectError:null,connectRetry:T}));try{await R?.switchChain(O.defaultChain.id),R&&(R.chainId=Ar(tr(O.defaultChain.id)))}catch{console.warn(`Unable to switch to default chain: ${O.defaultChain.id}`)}}return M($=>({...$,status:"connected",connectedWallet:R,connectError:null,connectRetry:T})),R&&!I&&ae(te,"connectWallet","onSuccess",R),b?.(R,m)}catch(R){return R instanceof De?(console.warn(R.cause?R.cause:R.message),I||ae(te,"connectWallet","onError",R.privyErrorCode||"generic_connect_wallet_error")):(console.warn(R),I||ae(te,"connectWallet","onError","unknown_connect_wallet_error")),M($=>({...$,status:"disconnected",connectedWallet:null,connectError:R})),b?.(null,m)}}let Re=async(p,d)=>{if(p===null)return;let m=new Xo(p,d);t.startAuthFlow(m)},ot=()=>{let p=new URLSearchParams(window.location.search),d=p.get("privy_connector"),m=p.get("privy_wallet_client");if(!d||!m)return;if(m==="phantom"&&!_o()&&ro("LOGIN_FAILED_SCREEN"),!t.connectors)throw new w("Connector not initialized");se("AWAITING_CONNECTION");let b=new URL(window.location.href);b.searchParams.delete("privy_connector"),b.searchParams.delete("privy_wallet_client"),window.history.pushState({},"",b),fn(d,m,void 0,Re)};oo(()=>{n&&a&&s===null&&t.getAuthenticatedUser().then(c)},[n,a,s,t]);let rt=()=>{if(!a)throw new w("User must be authenticated before linking a wallet.");f(!0),se("LINK_WALLET_SCREEN")},ac=p=>{if(!a||!s)return!1;for(let d of s.linkedAccounts)if(d.type==="wallet"&&d.address===p.address)return!0;return!1},St=async p=>{if(!t.connectors)throw new w("Connector not initialized");let d=t.connectors.findWalletConnector(p.connectorType,p.walletClientType)||null;if(M(m=>({...m,connector:d,status:"connected",connectedWallet:p,connectError:null,connectRetry:T})),O.captchaEnabled&&!a){let m={callback:b=>Re(p,b),userIntentRequired:!1,onSuccessNavigateTo:"AWAITING_CONNECTION",onErrorNavigateTo:"ERROR_SCREEN"};Oe({captchaModalData:m}),ro("CAPTCHA_SCREEN")}else await Re(p),ro("AWAITING_CONNECTION")},Er=async(p,d)=>{if(!O.fiatOnRamp.enabled)throw new w("Fiat on-ramp is not enabled");if(!d||!d.provider||d.provider==="moonpay"){let{signedUrl:m,externalTransactionId:b}=await Du(t,p,d?.config??{},O.appearance.palette,O.fiatOnRamp.useSandbox);return{signedUrl:m,externalTransactionId:b}}else throw new w("Unsupported fund provider. Currently supported option is `moonpay`.")},ui=()=>{y(p=>{let d=t.connectors?.wallets.map(m=>({...m,linked:ac(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");St(m)},fund:async b=>{let{signedUrl:R,externalTransactionId:$}=await Er(m.address,b);Oe({fiatOnRampPrompt:{signedUrl:R},fiatOnRampStatus:{externalTransactionId:$}}),se("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 b=await t.unlinkWallet(m.address);c(b)}}))||[];return Ae(ms(d)),Ai(p,d)?p:d})};oo(()=>{ui()},[s?.linkedAccounts,a,n]),oo(()=>{if(n){if(!t.connectors)throw new w("Connector not initialized");ui(),t.connectors.on("walletsUpdated",ui)}},[n]);let mh=()=>{se(a?"CONNECT_ONLY_AUTHENTICATED_SCREEN":"CONNECT_ONLY_LANDING_SCREEN")};oo(()=>{if(!g[0])return;let p=g[0],d=v.current.find(b=>b.address===p.address),m=s?.linkedAccounts.find(b=>b.type==="wallet"&&b.address===p.address);if(!d&&m){let b=Object.assign({},s);b.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(b)}v.current=g},[g]);let sc=async(p,d)=>{if(ce(p))throw ae(te,"createWallet","onError","embedded_wallet_already_exists"),new Error("Only one Privy wallet per user is currently allowed");let[b,R]=await Promise.all([Ee.initializeWalletProxy(d),Ue()]);if(!b&&e.config?.customAuth?.enabled)throw ae(te,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to connect to wallet proxy");if(!b||!R||e.config?.embeddedWallets?.requireUserPasswordOnCreate)return new Promise(($,ue)=>{we(!0),Oe({createWallet:{onSuccess:ut=>{ae(te,"createWallet","onSuccess",ut),$(ut)},onFailure:ut=>{ae(te,"createWallet","onError","unknown_embedded_wallet_error"),ue(ut)},callAuthOnSuccessOnClose:!1}}),se("EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN")});{await b.create({accessToken:R});let $=await Ee.refreshUser(),ue=ce($);if(!ue)throw ae(te,"createWallet","onError","unknown_embedded_wallet_error"),new Error("Failed to create wallet");return ae(te,"createWallet","onSuccess",ue),ue}},fh=p=>{if(!O.chains.map(d=>d.id).includes(p))throw new z(`Chain ID ${p} is not supported. It must be added to the config.supportedChains property of the PrivyProvider.`,"unsupported_chain_id")},lc=(p,d,m)=>new Promise(async(b,R)=>{if(!a||!s){R(new Error("User must be authenticated before signing with a Privy wallet"));return}let $=ce(s);if(!$){R(new Error("Must have a Privy wallet before signing"));return}we(!0);let ue=t.connectors?.findWalletConnector("embedded","privy")?.proxyProvider,Pr=p.chainId?Number(p.chainId):ue.chainId;fh(Pr);let ut=Object.assign({},p,{chainId:Pr}),yn=async()=>{let To=await Ue();if(!To||!A){R(new Error("Must have valid access token and Privy wallet to send transaction"));return}try{if(!await Ee.recoverEmbeddedWallet()){R(new Error("Unable to connect to wallet"));return}let pc=new R2(kt(ut.chainId,O.chains,O.rpcConfig)),yh=await pn($.address,ut,pc),gh=await ts(To,$.address,A,yh,pc);b(gh)}catch(mi){R(mi)}};if(O.embeddedWallets.noPromptOnSignature)d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config"),yn();else{let To={transactionRequest:ut,onSuccess:b,onFailure:R,uiOptions:d||{},fundWalletConfig:m},mi={onCompleteNavigateTo:"EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN",onFailure:R};Oe({connectWallet:mi,sendTransaction:To}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}});function cc(){return new Promise(async(p,d)=>{let m=await Ue();if(!m||!A)throw new Error("Must have valid access token to enroll in MFA");try{await A.verifyMfa({accessToken:m}),p()}catch(b){d(b)}})}let hn={ready:n,authenticated:a,user:s,walletConnectors:t.connectors||null,connectWallet:mh,linkWallet:rt,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),se("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),se("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 Ee.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 Ee.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 Ee.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 Ee.initLoginWithOAuth("github")},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 Ee.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 Ee.initLoginWithOAuth("linkedin")},linkApple:async()=>{if(!a)throw new w("User must be authenticated before linking an Apple account.");await Ee.initLoginWithOAuth("apple")},linkFarcaster:async()=>{if(!a)throw new w("User must be authenticated before linking a Farcaster account.");await Ee.initLoginWithFarcaster(),f(!0),se("AWAITING_FARCASTER_CONNECTION")},login:async()=>{if(n||(await new Promise(p=>{Co(()=>p)}),Co(null)),a){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}W(!0),ro("LANDING")},logout:async()=>{await t.logout(),c(null),l(!1),_(null),ae(te,"logout","onSuccess"),f(!1),r(!1),ee.del(wn)},getAccessToken:()=>t.getAccessToken(),getEthereumProvider:()=>{if(!s||!s.wallet)return new le;let p=g.find(m=>s.wallet&&m.address===s.wallet.address),d=t.connectors?.walletConnectors.find(m=>m.wallets.find(b=>b.address===p?.address));return!p||!d?new le:d.proxyProvider},getEthersProvider:()=>{if(!s||!s.wallet)return new ic(new Gt(new le));let p=g.find(m=>s.wallet&&m.address===s.wallet.address),d=t.connectors?.walletConnectors.find(m=>m.wallets.find(b=>b.address===p?.address));return!p||!d?new ic(new Gt(new le)):new ic(new Gt(d.proxyProvider))},getWeb3jsProvider:()=>{if(!s||!s.wallet)return new Ro(new le);let p=g.find(m=>s.wallet&&m.address===s.wallet.address),d=t.connectors?.walletConnectors.find(m=>m.wallets.find(b=>b.address===p?.address));return!p||!d?new Ro(new le):new Ro(d.proxyProvider)},unlinkWallet:async p=>{let d=await t.unlinkWallet(p);return c(d),d},unlinkEmail:async p=>{let d=await t.unlinkEmail(p);return c(d),d},unlinkPhone:async p=>{let d=await t.unlinkPhone(p);return c(d),d},unlinkGoogle:async p=>{let d=await t.unlinkOAuth("google",p);return c(d),d},unlinkTwitter:async p=>{let d=await t.unlinkOAuth("twitter",p);return c(d),d},unlinkDiscord:async p=>{let d=await t.unlinkOAuth("discord",p);return c(d),d},unlinkGithub:async p=>{let d=await t.unlinkOAuth("github",p);return c(d),d},unlinkTiktok:async p=>{let d=await t.unlinkOAuth("tiktok",p);return c(d),d},unlinkLinkedIn:async p=>{let d=await t.unlinkOAuth("linkedin",p);return c(d),d},unlinkApple:async p=>{let d=await t.unlinkOAuth("apple",p);return c(d),d},unlinkFarcaster:async p=>{let d=await t.unlinkFarcaster(p);return c(d),d},setActiveWallet:async p=>{let d=g.find(b=>us(b.address)===us(p)),m=s?.linkedAccounts.find(b=>b.type==="wallet"&&us(b.address)===us(p));if(!d||!await d.isConnected())Z(p),rt();else if(!d.linked)d.loginOrLink();else{let b=Object.assign({},s);b.wallet=m&&{address:m.address,chainType:m.chainType,chainId:m.chainId,walletClient:m.walletClient,walletClientType:m.walletClientType,connectorType:m.connectorType},c(b)}},forkSession:()=>t.forkSession(),createWallet:async()=>{if(!a||!s)throw ae(te,"createWallet","onError","must_be_authenticated"),new Error("User must be authenticated before creating a Privy wallet");return sc(s,15e3)},setWalletPassword:()=>new Promise(async(p,d)=>{if(!a||!s){d(new Error("User must be authenticated before adding password to Privy wallet"));return}let m=ce(s);if(!m||!A){d(new Error("Must have a Privy wallet to add a password"));return}if(m.recoveryMethod==="user-passcode"){d(new Error("Cannot set password. Embedded wallet already has a password."));return}await cc(),we(!0);let b={onSuccess:p,onFailure:d,callAuthOnSuccessOnClose:!1},R={onCompleteNavigateTo:"EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN",onFailure:d};Oe({setWalletPassword:b,connectWallet:R}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}),signMessage:(p,d)=>new Promise(async(m,b)=>{if(!a||!s){b(new Error("User must be authenticated before signing with a Privy wallet"));return}let R=ce(s);if(!R){b(new Error("Must have a Privy wallet before signing"));return}if(typeof p!="string"||p.length<1){b(new Error("Message must be a non-empty string"));return}we(!0);let $=async()=>{if(!a)throw new Error("User must be authenticated before signing with a Privy wallet");let ue=await Ue();if(!A||!ue)throw new Error("Unable to connect to wallet");if(!await Ee.recoverEmbeddedWallet())throw new Error("Unable to connect to wallet");t.createAnalyticsEvent("embedded_wallet_sign_message_started",{walletAddress:R.address});let{response:ut}=await A.rpc({accessToken:ue,address:R.address,request:{method:"personal_sign",params:[p,R.address]}}),yn=ut.data;return t.createAnalyticsEvent("embedded_wallet_sign_message_completed",{walletAddress:R.address}),yn};if(O.embeddedWallets.noPromptOnSignature){d&&console.warn("uiOptions defined with `noPromptOnSignature` set to true in app config");try{let ue=await $();m(ue)}catch(ue){b(ue??new Ve("Unable to sign message"))}}else{let ut={message:p,confirmAndSignMessage:$,onSuccess:To=>{m(To)},onFailure:To=>{b(To)},uiOptions:d||{}},yn={onCompleteNavigateTo:"EMBEDDED_WALLET_SIGN_REQUEST_SCREEN",onFailure:b};Oe({signMessage:ut,connectWallet:yn}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}}),sendTransaction:async(p,d,m)=>{let R=await(await lc(p,d,m)).wait();return rs(R)},exportWallet:()=>new Promise(async(p,d)=>{if(!a||!s){d(new Error("User must be authenticated before exporting their Privy wallet"));return}let m=ce(s);if(!m){d(new Error("Must have a Privy wallet before exporting"));return}we(!0);let b={onCompleteNavigateTo:"EMBEDDED_WALLET_KEY_EXPORT_SCREEN",onFailure:d},R=await Ue();if(!R||!A){d(new Error("Must have valid access token to enroll in MFA"));return}if(!A){d(new Error("Must have a Privy wallet before exporting"));return}try{try{await A.connect({accessToken:R,address:m.address}),await A.verifyMfa({accessToken:R})}catch(ue){if(sr(ue)&&m.recoveryMethod==="privy")await A.recover({accessToken:R,address:m.address});else throw ue}}catch(ue){d(ue);return}let $={appId:e.appId,origin:t.apiUrl,onSuccess:p,onFailure:d};Oe({keyExport:$,connectWallet:b}),se("EMBEDDED_WALLET_CONNECTING_SCREEN")}),promptMfa:cc,async init(p){let d;switch(p){case"sms":d=new ps("verify");break;case"totp":return;default:throw new Error(`Unsupported MFA method: ${p}`)}t.startMfaFlow(d),await d.init()},async submit(p,d){switch(p){case"totp":case"sms":X.current?.resolve({mfaMethod:p,mfaCode:d}),await new Promise((m,b)=>{Dt.current={resolve:m,reject:b}});break;default:throw X.current?.reject(new w("Unsupported MFA method")),new w(`Unsupported MFA method: ${p}`)}},cancel(){X.current?.reject(new w("MFA canceled"))},async initEnrollmentWithSms(p){let d=await Ue();if(!d||!A)throw new Error("Must have valid access token to enroll in MFA");await A.initEnrollMfa({method:"sms",accessToken:d,phoneNumber:p.phoneNumber})},enrollInMfa(p){return new Promise((d,m)=>{if(!p){Ee.closePrivyModal(),d();return}O.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."),Oe({mfaEnrollmentFlow:{mfaMethods:O.mfa.methods,onSuccess:d,onFailure:m}}),se("MFA_ENROLLMENT_FLOW_SCREEN")})},async initEnrollmentWithTotp(){let p=await Ue();if(!p||!A)throw new Error("Must have valid access token to enroll in MFA");let d=await A.initEnrollMfa({method:"totp",accessToken:p});return{secret:d.secret,authUrl:d.authUrl}},async submitEnrollmentWithSms(p){let d=await Ue();if(!d||!A)throw new Error("Must have valid access token to enroll in MFA");await A.submitEnrollMfa({method:"sms",accessToken:d,phoneNumber:p.phoneNumber,code:p.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async submitEnrollmentWithTotp(p){let d=await Ue();if(!d||!A)throw new Error("Must have valid access token to enroll in MFA");await A.submitEnrollMfa({method:"totp",accessToken:d,code:p.mfaCode});let m=await t.getAuthenticatedUser();c(m)},async unenroll(p){let d=await Ue();if(!d||!A)throw new Error("Must have valid access token to remove MFA");await A.unenrollMfa({method:p,accessToken:d});let m=await t.getAuthenticatedUser();c(m)},loginWithCode(p){return Ee.loginWithCode(p)},initLoginWithEmail(p){return Ee.initLoginWithEmail(p)},initLoginWithSms(p){return Ee.initLoginWithSms(p)},isModalOpen:o};lh=hn.signMessage,ch=async(...p)=>{let d=await lc(...p);return O.embeddedWallets.waitForTransactionConfirmation&&await d.wait(),d};let dc=!!e.config?.headless,Ee=(()=>({headless:dc,isNewUserThisSession:E,isLinking:u,linkingHint:Y,pendingTransaction:null,walletConnectionStatus:N,mipdStore:L,connectors:t.connectors?.walletConnectors??[],rpcConfig:O.rpcConfig,chains:O.chains,showFiatPrices:O.embeddedWallets.priceDisplay.primary!=="native-token",clientAnalyticsId:t.clientAnalyticsId,nativeTokenSymbolForChainId:p=>O.chains.find(d=>d.id===Number(p))?.nativeCurrency.symbol,initializeWalletProxy:async p=>{if(A)return A;let d=new Promise(R=>{Yo(()=>$=>R($))}),m=new Promise(R=>setTimeout(()=>R(null),p)),b=await Promise.race([d,m]);return Yo(null),b},getAuthFlow:()=>t.authFlow,getAuthMeta:()=>t.authFlow?.meta,closePrivyModal:(p={shouldCallAuthOnSuccess:!0})=>{let d=n&&a&&s;p.shouldCallAuthOnSuccess&&d?(ae(te,"login","onComplete",s,E,!1,be.current??null),e.onSuccess?.(s,E)):I&&ae(te,"login","onError","exited_auth_flow"),Z(null),W(!1),f(!1),P(!1),r(!1),setTimeout(()=>{t.authFlow=void 0},200),t.createAnalyticsEvent("modal_closed")},openPrivyModal:se,connectWallet:Po,initLoginWithWallet:async(p,d)=>{be.current="siwe",Re(p,d)},loginWithWallet:async()=>{if(!n)throw new Tr;if(!(t.authFlow instanceof Xo))throw new w("Must initialize SIWE flow first.");let p,d;if(a)p=await t.link();else try{({user:p,isNewUser:d}=await t.authenticate())}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(p||s||null),P(d||!1),l(!0)},initLoginWithFarcaster:async p=>{let d=new gn(p);t.startAuthFlow(d);try{be.current="farcaster",await d.initializeFarcasterConnect(),N2&&d.meta.connectUri&&window.open(d.meta.connectUri,"_blank","noopener noreferrer")}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"unknown_auth_error"),m}},loginWithFarcaster:async()=>{if(!n)throw new Tr;if(!(t.authFlow instanceof gn))throw new w("Must initialize Farcaster flow first.");let p,d;if(a)p=await t.link();else try{({user:p,isNewUser:d}=await t.authenticate())}catch(m){throw ae(te,"login","onError",m.privyErrorCode||"generic_connect_wallet_error"),m}c(p||null),P(d||!1),l(!0)},initLoginWithOAuth:async(p,d)=>{if(!ed()){ro("IN_APP_BROWSER_LOGIN_NOT_POSSIBLE");return}let m=new xo(p);d&&m.addCaptchaToken(d),t.startAuthFlow(m);let b=await t.authFlow.getAuthorizationUrl();b&&b.url&&window.location.assign(b.url)},loginWithOAuth:async p=>{if(!(t.authFlow instanceof xo))throw new w("Must initialize OAuth flow before calling loginWithOAuth");let d=_t.get(Sr),m=t.authFlow.meta.stateCode;if(d!==m)throw t.createAnalyticsEvent("possible_phishing_attempt",{provider:p,storedStateCode:d??"",returnedStateCode:m??""}),new w("Unexpected auth flow. This may be a phishing attempt.");let b,R;if(a)b=await t.link();else try{({user:b,isNewUser:R}=await t.authenticate()),be.current=p}catch($){throw ae(te,"login","onError",$.privyErrorCode||"unknown_auth_error"),$}c(b),P(R||!1),l(!0)},initLoginWithEmail:async(p,d)=>{let m=new Jo(p,d);t.startAuthFlow(m);try{be.current="email",await m.sendCodeEmail()}catch(b){throw ae(te,"login","onError",b.privyErrorCode||"unknown_auth_error"),b}},initLoginWithSms:async(p,d)=>{let m=new er(p,d);t.startAuthFlow(m);try{be.current="sms",await m.sendSmsCode()}catch(b){throw ae(te,"login","onError",b.privyErrorCode||"unknown_auth_error"),b}},resendEmailCode:async()=>{await t.authFlow?.sendCodeEmail()},resendSmsCode:async()=>{await t.authFlow?.sendSmsCode()},loginWithCode:async p=>{if(!n)throw new Tr;if(t.authFlow instanceof Jo)t.authFlow.meta.emailCode=p.trim();else if(t.authFlow instanceof er)t.authFlow.meta.smsCode=p.trim();else throw new w("Must initialize a passwordless code flow first");let d,m;a?d=await t.link():{user:d,isNewUser:m}=await t.authenticate(),c(d||s||null),P(m||!1),l(!0)},refreshUser:async()=>{let p=await t.getAuthenticatedUser();return c(p),p},walletProxy:A,createAnalyticsEvent:(p,d,m)=>t.createAnalyticsEvent(p,d,m),getUsdTokenPrice:p=>t.getUsdTokenPrice(p),recoverEmbeddedWallet:async()=>new Promise(async(p,d)=>{let m=s?.linkedAccounts.find(R=>R.type==="wallet"&&R.walletClientType==="privy"),b=await Ue();if(!b||!A||!m){d(new Error("Must have valid access token and Privy wallet to recover wallet"));return}we(!0);try{await A.connect({accessToken:b,address:m.address}),p(!0)}catch(R){sr(R)&&m.recoveryMethod==="privy"?(t.createAnalyticsEvent("embedded_wallet_pinless_recovery_started",{walletAddress:m.address}),(await A.recover({address:m.address,accessToken:b})).address||d(new Error("Unable to recover wallet")),t.createAnalyticsEvent("embedded_wallet_recovery_completed",{walletAddress:m.address}),p(!0)):sr(R)?(Oe({recoverWallet:{privyWallet:m,onFailure:d,onSuccess:()=>p(!0)}}),se("EMBEDDED_WALLET_RECOVERY_SCREEN")):d(R)}}),getFiatOnRampConfig:Er,setReadyToTrue:()=>{i(!0),ie?.()},updateWallets:()=>ui()}))();dh=Ee.recoverEmbeddedWallet;let hh=M2(()=>({wallets:g,ready:Je}),[g,Je]);return wo(Pe.Provider,{value:hn,children:wo(Ms.Provider,{value:te,children:wo(Yl.Provider,{value:hh,children:sh(Dd,{...O,children:[e.children,sh(Ws.Provider,{value:Ee,children:[!dc&&O.captchaEnabled&&wo(Is,{delayedExecution:!1}),wo(Ff,{theme:{...O.appearance.palette||{}}}),wo(bd,{appConfig:O,data:ke,setModalData:Oe,setInitialScreen:_,initialScreen:C,authenticated:a,children:wo(zf,{open:o})}),xt&&V.id?wo(ah,{appId:e.appId,clientAnalyticsId:t.clientAnalyticsId,origin:t.apiUrl,mfaMethods:s?.mfaMethods,mfaPromise:X,mfaSubmitPromise:Dt,onLoad:H,onLoadFailed:()=>null}):null]})]})})})})};import{useContext as F2}from"react";function B2(e){let{login:t}=F2(Pe);return ft("login",e),{login:t}}import{useContext as H2}from"react";function G2(e){let{logout:t}=H2(Pe);return ft("logout",e),{logout:t}}import{useCallback as ph}from"react";var z2=()=>{let e=de(),{initLoginWithEmail:t,loginWithCode:o}=F(),r=ph(async({email:i})=>{if(!i)throw new Error("Email required to send OTP code");return e.status==="disabled",t(i)},[t]),n=ph(async({code:i})=>{if(e.enabled&&e.status==="error")throw new ao(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useCallback as uh}from"react";var V2=()=>{let e=de(),{initLoginWithSms:t,loginWithCode:o}=F(),r=uh(async({phoneNumber:i})=>{if(!i)throw new Error("SMS required to send OTP code");return e.status==="disabled",t(i)},[t]),n=uh(async({code:i})=>{if(e.enabled&&e.status!=="success")throw new ao(e.error,null,"captcha_failure");return o(i)},[o,e.status]);return{sendCode:r,loginWithCode:n}};import{useContext as $2}from"react";function j2(e){let{connectWallet:t}=$2(Pe);return ft("connectWallet",e),{connectWallet:t}}import{useContext as q2}from"react";function K2(e){let{createWallet:t}=q2(Pe);return ft("createWallet",e),{createWallet:t}}import{useContext as Y2}from"react";var J2=()=>{let{isModalOpen:e}=Y2(Pe);return{isOpen:e}};import{useContext as Q2}from"react";function Z2(e){let{getAccessToken:t}=Q2(Pe);return ft("accessToken",e),{getAccessToken:t}}function X2(e,t){return{...e,rpcUrls:{...e.rpcUrls,privyWalletOverride:{http:[t]}}}}export{Gt as AsExternalProvider,Is as Captcha,En as ConnectorManager,Pn as PrivyClient,D2 as PrivyProvider,le as PrivyProxyProvider,ci as SUPPORTED_CHAINS,gs as VERSION,et as WalletConnector,X2 as addRpcUrlOverrideToChain,tl as errorIndicatesMaxMfaRetries,qr as errorIndicatesMfaTimeout,Kr as errorIndicatesMfaVerificationFailed,Ue as getAccessToken,j2 as useConnectWallet,K2 as useCreateWallet,B2 as useLogin,z2 as useLoginWithEmail,V2 as useLoginWithSms,G2 as useLogout,ln as useMfa,Xn as useMfaEnrollment,J2 as useModalStatus,F as usePrivy,Ns as useRegisterMfaListener,Z2 as useToken,si as useWallets};